Navigation Menu

Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
crocokyle committed Jan 10, 2018
1 parent 1cec07c commit 69563f9
Show file tree
Hide file tree
Showing 42 changed files with 28,422 additions and 0 deletions.
Binary file added Resources/chart.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,474 changes: 3,474 additions & 0 deletions Scripts/Chart.js

Large diffs are not rendered by default.

3,849 changes: 3,849 additions & 0 deletions Themes/BureauBlack.xaml

Large diffs are not rendered by default.

3,837 changes: 3,837 additions & 0 deletions Themes/BureauBlue.xaml

Large diffs are not rendered by default.

3,213 changes: 3,213 additions & 0 deletions Themes/ExpressionDark.xaml

Large diffs are not rendered by default.

3,212 changes: 3,212 additions & 0 deletions Themes/ExpressionLight.xaml

Large diffs are not rendered by default.

3,203 changes: 3,203 additions & 0 deletions Themes/ShinyBlue.xaml

Large diffs are not rendered by default.

3,266 changes: 3,266 additions & 0 deletions Themes/ShinyRed.xaml

Large diffs are not rendered by default.

4,032 changes: 4,032 additions & 0 deletions Themes/WhistlerBlue.xaml

Large diffs are not rendered by default.

Binary file added obj/Debug/App.baml
Binary file not shown.
78 changes: 78 additions & 0 deletions obj/Debug/App.g.i.vb
@@ -0,0 +1,78 @@
#ExternalChecksum("..\..\App.xaml","{ff1816ec-aa5e-4d10-87f7-6f4963833460}","2F67AFF0D4C96CB2251D41D12BCA5C3B92231DE5")
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------

Option Strict Off
Option Explicit On

Imports System
Imports System.Diagnostics
Imports System.Windows
Imports System.Windows.Automation
Imports System.Windows.Controls
Imports System.Windows.Controls.Primitives
Imports System.Windows.Data
Imports System.Windows.Documents
Imports System.Windows.Forms.Integration
Imports System.Windows.Ink
Imports System.Windows.Input
Imports System.Windows.Markup
Imports System.Windows.Media
Imports System.Windows.Media.Animation
Imports System.Windows.Media.Effects
Imports System.Windows.Media.Imaging
Imports System.Windows.Media.Media3D
Imports System.Windows.Media.TextFormatting
Imports System.Windows.Navigation
Imports System.Windows.Shapes
Imports System.Windows.Shell

Namespace XMRGUI

'''<summary>
'''App
'''</summary>
<Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class App
Inherits System.Windows.Application
Implements System.Windows.Markup.IComponentConnector

Private _contentLoaded As Boolean

'''<summary>
'''InitializeComponent
'''</summary>
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent
If _contentLoaded Then
Return
End If
_contentLoaded = true
Dim resourceLocater As System.Uri = New System.Uri("/XMRGUI;component/app.xaml", System.UriKind.Relative)

#ExternalSource("..\..\App.xaml",1)
System.Windows.Application.LoadComponent(Me, resourceLocater)

#End ExternalSource
End Sub

<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never), _
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes"), _
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity"), _
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")> _
Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect
Me._contentLoaded = true
End Sub
End Class
End Namespace

78 changes: 78 additions & 0 deletions obj/Debug/App.g.vb
@@ -0,0 +1,78 @@
#ExternalChecksum("..\..\App.xaml","{ff1816ec-aa5e-4d10-87f7-6f4963833460}","2F67AFF0D4C96CB2251D41D12BCA5C3B92231DE5")
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------

Option Strict Off
Option Explicit On

Imports System
Imports System.Diagnostics
Imports System.Windows
Imports System.Windows.Automation
Imports System.Windows.Controls
Imports System.Windows.Controls.Primitives
Imports System.Windows.Data
Imports System.Windows.Documents
Imports System.Windows.Forms.Integration
Imports System.Windows.Ink
Imports System.Windows.Input
Imports System.Windows.Markup
Imports System.Windows.Media
Imports System.Windows.Media.Animation
Imports System.Windows.Media.Effects
Imports System.Windows.Media.Imaging
Imports System.Windows.Media.Media3D
Imports System.Windows.Media.TextFormatting
Imports System.Windows.Navigation
Imports System.Windows.Shapes
Imports System.Windows.Shell

Namespace XMRGUI

'''<summary>
'''App
'''</summary>
<Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class App
Inherits System.Windows.Application
Implements System.Windows.Markup.IComponentConnector

Private _contentLoaded As Boolean

'''<summary>
'''InitializeComponent
'''</summary>
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent
If _contentLoaded Then
Return
End If
_contentLoaded = true
Dim resourceLocater As System.Uri = New System.Uri("/XMRGUI;component/app.xaml", System.UriKind.Relative)

#ExternalSource("..\..\App.xaml",1)
System.Windows.Application.LoadComponent(Me, resourceLocater)

#End ExternalSource
End Sub

<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never), _
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes"), _
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity"), _
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")> _
Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect
Me._contentLoaded = true
End Sub
End Class
End Namespace

Binary file not shown.
Binary file not shown.
Binary file added obj/Debug/Interop.IWshRuntimeLibrary.dll
Binary file not shown.
Binary file added obj/Debug/Interop.TaskScheduler.dll
Binary file not shown.
Binary file not shown.
Binary file added obj/Debug/Themes/BureauBlack.baml
Binary file not shown.
Binary file added obj/Debug/Themes/BureauBlue.baml
Binary file not shown.
Binary file added obj/Debug/Themes/ExpressionDark.baml
Binary file not shown.
Binary file added obj/Debug/Themes/ExpressionLight.baml
Binary file not shown.
Binary file added obj/Debug/Themes/ShinyBlue.baml
Binary file not shown.
Binary file added obj/Debug/Themes/ShinyRed.baml
Binary file not shown.
Binary file added obj/Debug/Themes/WhistlerBlue.baml
Binary file not shown.
Binary file added obj/Debug/XMRGUI.Form1.resources
Binary file not shown.
Binary file added obj/Debug/XMRGUI.Resources.resources
Binary file not shown.
Binary file added obj/Debug/XMRGUI.amdsetup.resources
Binary file not shown.
Binary file added obj/Debug/XMRGUI.devdonation.resources
Binary file not shown.
Binary file added obj/Debug/XMRGUI.exe
Binary file not shown.
Binary file added obj/Debug/XMRGUI.g.resources
Binary file not shown.
Binary file added obj/Debug/XMRGUI.miner.resources
Binary file not shown.
Binary file added obj/Debug/XMRGUI.pdb
Binary file not shown.
Binary file added obj/Debug/XMRGUI.updater.resources
Binary file not shown.
65 changes: 65 additions & 0 deletions obj/Debug/XMRGUI.vbproj.FileListAbsolute.txt
@@ -0,0 +1,65 @@
c:\users\kyle\documents\visual studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\XMRGUI.exe.config
c:\users\kyle\documents\visual studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\XMRGUI.exe
c:\users\kyle\documents\visual studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\XMRGUI.pdb
c:\users\kyle\documents\visual studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\XMRGUI.xml
c:\users\kyle\documents\visual studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\XMRGUI.vbprojResolveAssemblyReference.cache
c:\users\kyle\documents\visual studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\XMRGUI.Form1.resources
c:\users\kyle\documents\visual studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\XMRGUI.Resources.resources
c:\users\kyle\documents\visual studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\XMRGUI.vbproj.GenerateResource.Cache
c:\users\kyle\documents\visual studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\XMRGUI.exe
c:\users\kyle\documents\visual studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\XMRGUI.xml
c:\users\kyle\documents\visual studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\XMRGUI.pdb
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\XMRGUI.amdsetup.resources
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\XMRGUI.miner.resources
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\LiveCharts.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\LiveCharts.WinForms.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\LiveCharts.Wpf.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\LiveCharts.pdb
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\LiveCharts.xml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\LiveCharts.WinForms.pdb
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\LiveCharts.WinForms.xml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\LiveCharts.Wpf.pdb
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\LiveCharts.Wpf.xml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\Chart.Mvc.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\Microsoft.Web.Infrastructure.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\Newtonsoft.Json.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\System.Web.Helpers.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\System.Web.Mvc.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\System.Web.Razor.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\System.Web.WebPages.Deployment.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\System.Web.WebPages.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\System.Web.WebPages.Razor.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\Chart.Mvc.pdb
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\Chart.Mvc.xml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\Newtonsoft.Json.xml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\System.Web.Helpers.xml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\System.Web.Mvc.xml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\System.Web.Razor.xml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\System.Web.WebPages.xml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\System.Web.WebPages.Deployment.xml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\System.Web.WebPages.Razor.xml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\Interop.IWshRuntimeLibrary.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\XMRGUI.vbproj.ResolveComReference.cache
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\XMRGUI.devdonation.resources
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\Microsoft.Win32.TaskScheduler.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\Microsoft.Win32.TaskScheduler.xml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\de\Microsoft.Win32.TaskScheduler.resources.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\es\Microsoft.Win32.TaskScheduler.resources.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\fr\Microsoft.Win32.TaskScheduler.resources.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\it\Microsoft.Win32.TaskScheduler.resources.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\zh-CN\Microsoft.Win32.TaskScheduler.resources.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\Interop.TaskScheduler.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\bin\Debug\PanelManager.dll
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\App.baml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\Themes\BureauBlack.baml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\Themes\BureauBlue.baml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\Themes\ExpressionDark.baml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\Themes\ExpressionLight.baml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\Themes\ShinyBlue.baml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\Themes\ShinyRed.baml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\Themes\WhistlerBlue.baml
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\App.g.vb
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\XMRGUI_Content.g.vb
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\XMRGUI_MarkupCompile.cache
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\XMRGUI.g.resources
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\XMRGUI.updater.resources
Binary file added obj/Debug/XMRGUI.vbproj.GenerateResource.Cache
Binary file not shown.
Binary file added obj/Debug/XMRGUI.vbproj.ResolveComReference.cache
Binary file not shown.
Binary file not shown.
41 changes: 41 additions & 0 deletions obj/Debug/XMRGUI.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions obj/Debug/XMRGUI_Content.g.i.vb
@@ -0,0 +1,17 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------

Option Strict Off
Option Explicit On

<Assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("logolarge_ar6_icon.ico"), _
Assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("logolarge_yt6_icon.ico"), _
Assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("scripts/chart.js")>

17 changes: 17 additions & 0 deletions obj/Debug/XMRGUI_Content.g.vb
@@ -0,0 +1,17 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------

Option Strict Off
Option Explicit On

<Assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("logolarge_ar6_icon.ico"), _
Assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("logolarge_yt6_icon.ico"), _
Assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("scripts/chart.js")>

20 changes: 20 additions & 0 deletions obj/Debug/XMRGUI_MarkupCompile.cache
@@ -0,0 +1,20 @@
XMRGUI


winexe
VB
.vb
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\
XMRGUI
none
false


81829167379
31102370089
161245517497
35-273653239
App.xaml;Themes\BureauBlack.xaml;Themes\BureauBlue.xaml;Themes\ExpressionDark.xaml;Themes\ExpressionLight.xaml;Themes\ShinyBlue.xaml;Themes\ShinyRed.xaml;Themes\WhistlerBlue.xaml;

False

20 changes: 20 additions & 0 deletions obj/Debug/XMRGUI_MarkupCompile.i.cache
@@ -0,0 +1,20 @@
XMRGUI


winexe
VB
.vb
C:\Users\Kyle\Documents\Visual Studio 2015\Projects\XMRGUI\XMRGUI\obj\Debug\
XMRGUI
none
false


81829167379
31102370089
171782815067
35-273653239
App.xaml;Themes\BureauBlack.xaml;Themes\BureauBlue.xaml;Themes\ExpressionDark.xaml;Themes\ExpressionLight.xaml;Themes\ShinyBlue.xaml;Themes\ShinyRed.xaml;Themes\WhistlerBlue.xaml;

False

0 comments on commit 69563f9

Please sign in to comment.