Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c568e5e675 | |||
| 7185ca5e61 | |||
| 9c3643fa2e | |||
| cd185755c8 | |||
| 68dc0fcfc2 | |||
| 66c4258f64 | |||
| 2f141f9e31 | |||
| 4de2aa527f | |||
| 92cf33d840 | |||
| bcd40eb55f | |||
| 8c3c6876eb | |||
| ab0c7a05af | |||
| aff8059b5b | |||
| db3670d7d7 | |||
| 9349b7e0fd | |||
| b97139cd6d | |||
| 5fbbfa97e3 | |||
| 88d97a6027 | |||
| f29a58329e | |||
| d89b4fd824 | |||
| c557b2554b | |||
| edfcd5ebe9 | |||
| b9104273c9 |
@@ -258,19 +258,21 @@ Partial Class frmMain
|
|||||||
Me.txtLog.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
Me.txtLog.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||||
Or System.Windows.Forms.AnchorStyles.Left) _
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
||||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||||
|
Me.txtLog.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||||
Me.txtLog.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.txtLog.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
Me.txtLog.Location = New System.Drawing.Point(12, 184)
|
Me.txtLog.Location = New System.Drawing.Point(-1, 184)
|
||||||
Me.txtLog.MaxLength = 524288
|
Me.txtLog.MaxLength = 524288
|
||||||
Me.txtLog.Multiline = True
|
Me.txtLog.Multiline = True
|
||||||
Me.txtLog.Name = "txtLog"
|
Me.txtLog.Name = "txtLog"
|
||||||
Me.txtLog.ReadOnly = True
|
Me.txtLog.ReadOnly = True
|
||||||
Me.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
Me.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
||||||
Me.txtLog.Size = New System.Drawing.Size(500, 186)
|
Me.txtLog.Size = New System.Drawing.Size(525, 195)
|
||||||
Me.txtLog.TabIndex = 10
|
Me.txtLog.TabIndex = 10
|
||||||
Me.txtLog.TabStop = False
|
Me.txtLog.TabStop = False
|
||||||
'
|
'
|
||||||
'gMonStatusStrip
|
'gMonStatusStrip
|
||||||
'
|
'
|
||||||
|
Me.gMonStatusStrip.BackColor = System.Drawing.Color.Transparent
|
||||||
Me.gMonStatusStrip.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.gMonStatusStrip.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
Me.gMonStatusStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.gMonStripAdminButton, Me.gMonStripTxtStatus, Me.gMonStripStatusButton})
|
Me.gMonStatusStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.gMonStripAdminButton, Me.gMonStripTxtStatus, Me.gMonStripStatusButton})
|
||||||
Me.gMonStatusStrip.Location = New System.Drawing.Point(0, 379)
|
Me.gMonStatusStrip.Location = New System.Drawing.Point(0, 379)
|
||||||
@@ -309,7 +311,7 @@ Partial Class frmMain
|
|||||||
Me.gMonMainMenu.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.gMonFile, Me.gMonSetup, Me.gMonTools, Me.gMonHelp, Me.gMonNotification})
|
Me.gMonMainMenu.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.gMonFile, Me.gMonSetup, Me.gMonTools, Me.gMonHelp, Me.gMonNotification})
|
||||||
Me.gMonMainMenu.Location = New System.Drawing.Point(0, 0)
|
Me.gMonMainMenu.Location = New System.Drawing.Point(0, 0)
|
||||||
Me.gMonMainMenu.Name = "gMonMainMenu"
|
Me.gMonMainMenu.Name = "gMonMainMenu"
|
||||||
Me.gMonMainMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
|
Me.gMonMainMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional
|
||||||
Me.gMonMainMenu.Size = New System.Drawing.Size(524, 24)
|
Me.gMonMainMenu.Size = New System.Drawing.Size(524, 24)
|
||||||
Me.gMonMainMenu.TabIndex = 0
|
Me.gMonMainMenu.TabIndex = 0
|
||||||
Me.gMonMainMenu.Text = "MenuStrip1"
|
Me.gMonMainMenu.Text = "MenuStrip1"
|
||||||
|
|||||||
@@ -968,6 +968,7 @@ Public Class frmMain
|
|||||||
mgrPath.RemoteDatabaseLocation = oSettings.BackupFolder
|
mgrPath.RemoteDatabaseLocation = oSettings.BackupFolder
|
||||||
SetupSyncWatcher()
|
SetupSyncWatcher()
|
||||||
LoadGameSettings()
|
LoadGameSettings()
|
||||||
|
LoadCustomUISettings()
|
||||||
End If
|
End If
|
||||||
ResumeScan()
|
ResumeScan()
|
||||||
End Sub
|
End Sub
|
||||||
@@ -1562,6 +1563,9 @@ Public Class frmMain
|
|||||||
pbTime.Image = Icon_Clock
|
pbTime.Image = Icon_Clock
|
||||||
AddHandler mgrMonitorList.UpdateLog, AddressOf UpdateLog
|
AddHandler mgrMonitorList.UpdateLog, AddressOf UpdateLog
|
||||||
ResetGameInfo()
|
ResetGameInfo()
|
||||||
|
|
||||||
|
'Initialise and sets interface customizations
|
||||||
|
LoadCustomUISettings()
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Function BuildChildProcesses() As Integer
|
Private Function BuildChildProcesses() As Integer
|
||||||
@@ -1625,6 +1629,44 @@ Public Class frmMain
|
|||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Private Sub LoadCustomUISettings()
|
||||||
|
#Region "Auto-hide log"
|
||||||
|
If oSettings.AutoHideLog Then
|
||||||
|
Size = New Size(0, 0)
|
||||||
|
Else
|
||||||
|
Size = New Size(0, 440)
|
||||||
|
End If
|
||||||
|
#End Region
|
||||||
|
|
||||||
|
#Region "Set application theme"
|
||||||
|
Dim oThemeEngine As New mgrThemeEngine()
|
||||||
|
oThemeEngine.SetTheme(oSettings.ThemeSelection)
|
||||||
|
|
||||||
|
'Base Theme
|
||||||
|
BackColor = oThemeEngine.ColorBase
|
||||||
|
|
||||||
|
'Menu/Status Bars
|
||||||
|
gMonMainMenu.BackColor = oThemeEngine.ColorBase
|
||||||
|
gMonMainMenu.ForeColor = oThemeEngine.ColorHighlightSecondary
|
||||||
|
gMonStatusStrip.BackColor = oThemeEngine.ColorBase
|
||||||
|
gMonStripTxtStatus.ForeColor = oThemeEngine.ColorHighlightSecondary
|
||||||
|
gMonStripStatusButton.ForeColor = oThemeEngine.ColorHighlightSecondary
|
||||||
|
|
||||||
|
'Text Labels
|
||||||
|
lblGameTitle.ForeColor = oThemeEngine.ColorHighlight
|
||||||
|
lblStatus1.ForeColor = oThemeEngine.ColorHighlight
|
||||||
|
lblStatus2.ForeColor = oThemeEngine.ColorHighlight
|
||||||
|
lblStatus3.ForeColor = oThemeEngine.ColorHighlight
|
||||||
|
lblTimeSpent.ForeColor = oThemeEngine.ColorHighlight
|
||||||
|
lblLastActionTitle.ForeColor = oThemeEngine.ColorHighlight
|
||||||
|
lblLastAction.ForeColor = oThemeEngine.ColorHighlight
|
||||||
|
|
||||||
|
'Output Log
|
||||||
|
txtLog.BackColor = oThemeEngine.ColorBaseSecondary
|
||||||
|
txtLog.ForeColor = oThemeEngine.ColorHighlight
|
||||||
|
#End Region
|
||||||
|
End Sub
|
||||||
|
|
||||||
'Functions that control the scanning for games
|
'Functions that control the scanning for games
|
||||||
Private Sub StartScan()
|
Private Sub StartScan()
|
||||||
tmScanTimer.Interval = 5000
|
tmScanTimer.Interval = 5000
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||||
Partial Class frmSettings
|
Partial Class frmSettings
|
||||||
Inherits System.Windows.Forms.Form
|
Inherits System.Windows.Forms.Form
|
||||||
|
|
||||||
'Form overrides dispose to clean up the component list.
|
'Form overrides dispose to clean up the component list.
|
||||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
<System.Diagnostics.DebuggerNonUserCode()>
|
||||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||||
Try
|
Try
|
||||||
If disposing AndAlso components IsNot Nothing Then
|
If disposing AndAlso components IsNot Nothing Then
|
||||||
@@ -20,7 +20,7 @@ Partial Class frmSettings
|
|||||||
'NOTE: The following procedure is required by the Windows Form Designer
|
'NOTE: The following procedure is required by the Windows Form Designer
|
||||||
'It can be modified using the Windows Form Designer.
|
'It can be modified using the Windows Form Designer.
|
||||||
'Do not modify it using the code editor.
|
'Do not modify it using the code editor.
|
||||||
<System.Diagnostics.DebuggerStepThrough()> _
|
<System.Diagnostics.DebuggerStepThrough()>
|
||||||
Private Sub InitializeComponent()
|
Private Sub InitializeComponent()
|
||||||
Me.chkAutoSaveLog = New System.Windows.Forms.CheckBox()
|
Me.chkAutoSaveLog = New System.Windows.Forms.CheckBox()
|
||||||
Me.btnOptionalFields = New System.Windows.Forms.Button()
|
Me.btnOptionalFields = New System.Windows.Forms.Button()
|
||||||
@@ -75,6 +75,16 @@ Partial Class frmSettings
|
|||||||
Me.chkAutoStart = New System.Windows.Forms.CheckBox()
|
Me.chkAutoStart = New System.Windows.Forms.CheckBox()
|
||||||
Me.chkStartMinimized = New System.Windows.Forms.CheckBox()
|
Me.chkStartMinimized = New System.Windows.Forms.CheckBox()
|
||||||
Me.chkMonitorOnStartup = New System.Windows.Forms.CheckBox()
|
Me.chkMonitorOnStartup = New System.Windows.Forms.CheckBox()
|
||||||
|
Me.pnlInterface = New System.Windows.Forms.Panel()
|
||||||
|
Me.grpInterfaceOptions = New System.Windows.Forms.GroupBox()
|
||||||
|
Me.lblPreviewTheme_Highlight = New System.Windows.Forms.Label()
|
||||||
|
Me.lblPreviewTheme_HighlightSecTop = New System.Windows.Forms.Label()
|
||||||
|
Me.btnPreviewTheme_BaseSec = New System.Windows.Forms.Button()
|
||||||
|
Me.btnPreviewTheme_Base = New System.Windows.Forms.Button()
|
||||||
|
Me.chkAutoHideLog = New System.Windows.Forms.CheckBox()
|
||||||
|
Me.cboThemeSelection = New System.Windows.Forms.ComboBox()
|
||||||
|
Me.lblThemeSelection = New System.Windows.Forms.Label()
|
||||||
|
Me.lblPreviewTheme_HighlightSecBottom = New System.Windows.Forms.Label()
|
||||||
Me.grpFolderOptions.SuspendLayout()
|
Me.grpFolderOptions.SuspendLayout()
|
||||||
Me.grp7zGeneral.SuspendLayout()
|
Me.grp7zGeneral.SuspendLayout()
|
||||||
Me.pnlBackup.SuspendLayout()
|
Me.pnlBackup.SuspendLayout()
|
||||||
@@ -90,6 +100,8 @@ Partial Class frmSettings
|
|||||||
Me.grpGameData.SuspendLayout()
|
Me.grpGameData.SuspendLayout()
|
||||||
Me.pnlStartup.SuspendLayout()
|
Me.pnlStartup.SuspendLayout()
|
||||||
Me.grpStartup.SuspendLayout()
|
Me.grpStartup.SuspendLayout()
|
||||||
|
Me.pnlInterface.SuspendLayout()
|
||||||
|
Me.grpInterfaceOptions.SuspendLayout()
|
||||||
Me.SuspendLayout()
|
Me.SuspendLayout()
|
||||||
'
|
'
|
||||||
'chkAutoSaveLog
|
'chkAutoSaveLog
|
||||||
@@ -622,11 +634,112 @@ Partial Class frmSettings
|
|||||||
Me.chkMonitorOnStartup.Text = "Start monitoring on launch"
|
Me.chkMonitorOnStartup.Text = "Start monitoring on launch"
|
||||||
Me.chkMonitorOnStartup.UseVisualStyleBackColor = True
|
Me.chkMonitorOnStartup.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
|
'pnlInterface
|
||||||
|
'
|
||||||
|
Me.pnlInterface.Controls.Add(Me.grpInterfaceOptions)
|
||||||
|
Me.pnlInterface.Location = New System.Drawing.Point(180, 0)
|
||||||
|
Me.pnlInterface.Name = "pnlInterface"
|
||||||
|
Me.pnlInterface.Size = New System.Drawing.Size(367, 314)
|
||||||
|
Me.pnlInterface.TabIndex = 9
|
||||||
|
'
|
||||||
|
'grpInterfaceOptions
|
||||||
|
'
|
||||||
|
Me.grpInterfaceOptions.Controls.Add(Me.lblPreviewTheme_HighlightSecBottom)
|
||||||
|
Me.grpInterfaceOptions.Controls.Add(Me.lblPreviewTheme_Highlight)
|
||||||
|
Me.grpInterfaceOptions.Controls.Add(Me.lblPreviewTheme_HighlightSecTop)
|
||||||
|
Me.grpInterfaceOptions.Controls.Add(Me.btnPreviewTheme_BaseSec)
|
||||||
|
Me.grpInterfaceOptions.Controls.Add(Me.btnPreviewTheme_Base)
|
||||||
|
Me.grpInterfaceOptions.Controls.Add(Me.chkAutoHideLog)
|
||||||
|
Me.grpInterfaceOptions.Controls.Add(Me.cboThemeSelection)
|
||||||
|
Me.grpInterfaceOptions.Controls.Add(Me.lblThemeSelection)
|
||||||
|
Me.grpInterfaceOptions.Location = New System.Drawing.Point(6, 12)
|
||||||
|
Me.grpInterfaceOptions.Name = "grpInterfaceOptions"
|
||||||
|
Me.grpInterfaceOptions.Size = New System.Drawing.Size(354, 299)
|
||||||
|
Me.grpInterfaceOptions.TabIndex = 1
|
||||||
|
Me.grpInterfaceOptions.TabStop = False
|
||||||
|
Me.grpInterfaceOptions.Text = "Interface Options"
|
||||||
|
'
|
||||||
|
'lblPreviewTheme_Highlight
|
||||||
|
'
|
||||||
|
Me.lblPreviewTheme_Highlight.AutoSize = True
|
||||||
|
Me.lblPreviewTheme_Highlight.Location = New System.Drawing.Point(18, 145)
|
||||||
|
Me.lblPreviewTheme_Highlight.Name = "lblPreviewTheme_Highlight"
|
||||||
|
Me.lblPreviewTheme_Highlight.Size = New System.Drawing.Size(49, 13)
|
||||||
|
Me.lblPreviewTheme_Highlight.TabIndex = 9
|
||||||
|
Me.lblPreviewTheme_Highlight.Text = "Log Text"
|
||||||
|
'
|
||||||
|
'lblPreviewTheme_HighlightSecTop
|
||||||
|
'
|
||||||
|
Me.lblPreviewTheme_HighlightSecTop.AutoSize = True
|
||||||
|
Me.lblPreviewTheme_HighlightSecTop.Location = New System.Drawing.Point(18, 58)
|
||||||
|
Me.lblPreviewTheme_HighlightSecTop.Name = "lblPreviewTheme_HighlightSecTop"
|
||||||
|
Me.lblPreviewTheme_HighlightSecTop.Size = New System.Drawing.Size(77, 13)
|
||||||
|
Me.lblPreviewTheme_HighlightSecTop.TabIndex = 8
|
||||||
|
Me.lblPreviewTheme_HighlightSecTop.Text = "Menu Bar Text"
|
||||||
|
'
|
||||||
|
'btnPreviewTheme_BaseSec
|
||||||
|
'
|
||||||
|
Me.btnPreviewTheme_BaseSec.Enabled = False
|
||||||
|
Me.btnPreviewTheme_BaseSec.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||||
|
Me.btnPreviewTheme_BaseSec.Location = New System.Drawing.Point(12, 139)
|
||||||
|
Me.btnPreviewTheme_BaseSec.Name = "btnPreviewTheme_BaseSec"
|
||||||
|
Me.btnPreviewTheme_BaseSec.Size = New System.Drawing.Size(321, 86)
|
||||||
|
Me.btnPreviewTheme_BaseSec.TabIndex = 5
|
||||||
|
Me.btnPreviewTheme_BaseSec.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'btnPreviewTheme_Base
|
||||||
|
'
|
||||||
|
Me.btnPreviewTheme_Base.Enabled = False
|
||||||
|
Me.btnPreviewTheme_Base.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||||
|
Me.btnPreviewTheme_Base.Location = New System.Drawing.Point(12, 52)
|
||||||
|
Me.btnPreviewTheme_Base.Name = "btnPreviewTheme_Base"
|
||||||
|
Me.btnPreviewTheme_Base.Size = New System.Drawing.Size(321, 194)
|
||||||
|
Me.btnPreviewTheme_Base.TabIndex = 4
|
||||||
|
Me.btnPreviewTheme_Base.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'chkAutoHideLog
|
||||||
|
'
|
||||||
|
Me.chkAutoHideLog.AutoSize = True
|
||||||
|
Me.chkAutoHideLog.Location = New System.Drawing.Point(12, 275)
|
||||||
|
Me.chkAutoHideLog.Name = "chkAutoHideLog"
|
||||||
|
Me.chkAutoHideLog.Size = New System.Drawing.Size(167, 17)
|
||||||
|
Me.chkAutoHideLog.TabIndex = 3
|
||||||
|
Me.chkAutoHideLog.Text = "Automatically hide backup log"
|
||||||
|
Me.chkAutoHideLog.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'cboThemeSelection
|
||||||
|
'
|
||||||
|
Me.cboThemeSelection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||||
|
Me.cboThemeSelection.FormattingEnabled = True
|
||||||
|
Me.cboThemeSelection.Location = New System.Drawing.Point(110, 23)
|
||||||
|
Me.cboThemeSelection.Name = "cboThemeSelection"
|
||||||
|
Me.cboThemeSelection.Size = New System.Drawing.Size(223, 21)
|
||||||
|
Me.cboThemeSelection.TabIndex = 1
|
||||||
|
'
|
||||||
|
'lblThemeSelection
|
||||||
|
'
|
||||||
|
Me.lblThemeSelection.AutoSize = True
|
||||||
|
Me.lblThemeSelection.Location = New System.Drawing.Point(9, 27)
|
||||||
|
Me.lblThemeSelection.Name = "lblThemeSelection"
|
||||||
|
Me.lblThemeSelection.Size = New System.Drawing.Size(90, 13)
|
||||||
|
Me.lblThemeSelection.TabIndex = 0
|
||||||
|
Me.lblThemeSelection.Text = "Theme Selection:"
|
||||||
|
'
|
||||||
|
'lblPreviewTheme_HighlightSecBottom
|
||||||
|
'
|
||||||
|
Me.lblPreviewTheme_HighlightSecBottom.AutoSize = True
|
||||||
|
Me.lblPreviewTheme_HighlightSecBottom.Location = New System.Drawing.Point(15, 229)
|
||||||
|
Me.lblPreviewTheme_HighlightSecBottom.Name = "lblPreviewTheme_HighlightSecBottom"
|
||||||
|
Me.lblPreviewTheme_HighlightSecBottom.Size = New System.Drawing.Size(80, 13)
|
||||||
|
Me.lblPreviewTheme_HighlightSecBottom.TabIndex = 10
|
||||||
|
Me.lblPreviewTheme_HighlightSecBottom.Text = "Status Bar Text"
|
||||||
|
'
|
||||||
'frmSettings
|
'frmSettings
|
||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
Me.ClientSize = New System.Drawing.Size(554, 361)
|
Me.ClientSize = New System.Drawing.Size(554, 361)
|
||||||
|
Me.Controls.Add(Me.pnlInterface)
|
||||||
Me.Controls.Add(Me.pnlStartup)
|
Me.Controls.Add(Me.pnlStartup)
|
||||||
Me.Controls.Add(Me.pnlBackup)
|
Me.Controls.Add(Me.pnlBackup)
|
||||||
Me.Controls.Add(Me.pnlGeneral)
|
Me.Controls.Add(Me.pnlGeneral)
|
||||||
@@ -666,6 +779,9 @@ Partial Class frmSettings
|
|||||||
Me.pnlStartup.ResumeLayout(False)
|
Me.pnlStartup.ResumeLayout(False)
|
||||||
Me.grpStartup.ResumeLayout(False)
|
Me.grpStartup.ResumeLayout(False)
|
||||||
Me.grpStartup.PerformLayout()
|
Me.grpStartup.PerformLayout()
|
||||||
|
Me.pnlInterface.ResumeLayout(False)
|
||||||
|
Me.grpInterfaceOptions.ResumeLayout(False)
|
||||||
|
Me.grpInterfaceOptions.PerformLayout()
|
||||||
Me.ResumeLayout(False)
|
Me.ResumeLayout(False)
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
@@ -722,4 +838,14 @@ Partial Class frmSettings
|
|||||||
Friend WithEvents grpGameMonitoringOptions As GroupBox
|
Friend WithEvents grpGameMonitoringOptions As GroupBox
|
||||||
Friend WithEvents chkShowResolvedPaths As CheckBox
|
Friend WithEvents chkShowResolvedPaths As CheckBox
|
||||||
Friend WithEvents chkDisableDiskSpaceCheck As CheckBox
|
Friend WithEvents chkDisableDiskSpaceCheck As CheckBox
|
||||||
|
Friend WithEvents pnlInterface As Panel
|
||||||
|
Friend WithEvents grpInterfaceOptions As GroupBox
|
||||||
|
Friend WithEvents chkAutoHideLog As CheckBox
|
||||||
|
Friend WithEvents cboThemeSelection As ComboBox
|
||||||
|
Friend WithEvents lblThemeSelection As Label
|
||||||
|
Friend WithEvents btnPreviewTheme_Base As Button
|
||||||
|
Friend WithEvents btnPreviewTheme_BaseSec As Button
|
||||||
|
Friend WithEvents lblPreviewTheme_HighlightSecTop As Label
|
||||||
|
Friend WithEvents lblPreviewTheme_Highlight As Label
|
||||||
|
Friend WithEvents lblPreviewTheme_HighlightSecBottom As Label
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ Public Class frmSettings
|
|||||||
Dim bShutdown As Boolean = False
|
Dim bShutdown As Boolean = False
|
||||||
Dim bSyncSettingsChanged As Boolean = False
|
Dim bSyncSettingsChanged As Boolean = False
|
||||||
Dim eCurrentSyncFields As clsGame.eOptionalSyncFields
|
Dim eCurrentSyncFields As clsGame.eOptionalSyncFields
|
||||||
|
|
||||||
Private oSettings As mgrSettings
|
Private oSettings As mgrSettings
|
||||||
|
|
||||||
Property Settings As mgrSettings
|
Property Settings As mgrSettings
|
||||||
@@ -99,6 +100,8 @@ Public Class frmSettings
|
|||||||
oSettings.SuppressBackup = chkSuppressBackup.Checked
|
oSettings.SuppressBackup = chkSuppressBackup.Checked
|
||||||
oSettings.SuppressBackupThreshold = nudSuppressBackupThreshold.Value
|
oSettings.SuppressBackupThreshold = nudSuppressBackupThreshold.Value
|
||||||
oSettings.CompressionLevel = cboCompression.SelectedValue
|
oSettings.CompressionLevel = cboCompression.SelectedValue
|
||||||
|
oSettings.ThemeSelection = cboThemeSelection.SelectedValue
|
||||||
|
oSettings.AutoHideLog = chkAutoHideLog.Checked
|
||||||
|
|
||||||
If oSettings.Custom7zArguments <> txt7zArguments.Text.Trim And txt7zArguments.Text.Trim <> String.Empty Then
|
If oSettings.Custom7zArguments <> txt7zArguments.Text.Trim And txt7zArguments.Text.Trim <> String.Empty Then
|
||||||
mgrCommon.ShowMessage(frmSettings_WarningArguments, MsgBoxStyle.Exclamation)
|
mgrCommon.ShowMessage(frmSettings_WarningArguments, MsgBoxStyle.Exclamation)
|
||||||
@@ -234,6 +237,8 @@ Public Class frmSettings
|
|||||||
txt7zArguments.Text = oSettings.Custom7zArguments
|
txt7zArguments.Text = oSettings.Custom7zArguments
|
||||||
txt7zLocation.Text = oSettings.Custom7zLocation
|
txt7zLocation.Text = oSettings.Custom7zLocation
|
||||||
eCurrentSyncFields = oSettings.SyncFields
|
eCurrentSyncFields = oSettings.SyncFields
|
||||||
|
cboThemeSelection.SelectedIndex = oSettings.ThemeSelection
|
||||||
|
chkAutoHideLog.Checked = oSettings.AutoHideLog
|
||||||
|
|
||||||
'Retrieve 7z Info
|
'Retrieve 7z Info
|
||||||
GetUtilityInfo(oSettings.Custom7zLocation)
|
GetUtilityInfo(oSettings.Custom7zLocation)
|
||||||
@@ -243,6 +248,7 @@ Public Class frmSettings
|
|||||||
Private Sub LoadCombos()
|
Private Sub LoadCombos()
|
||||||
Dim oComboItems As New List(Of KeyValuePair(Of Integer, String))
|
Dim oComboItems As New List(Of KeyValuePair(Of Integer, String))
|
||||||
Dim oSettingsItems As New List(Of KeyValuePair(Of Integer, String))
|
Dim oSettingsItems As New List(Of KeyValuePair(Of Integer, String))
|
||||||
|
Dim oThemeItems As New List(Of KeyValuePair(Of Integer, String))
|
||||||
|
|
||||||
'cboCompression
|
'cboCompression
|
||||||
cboCompression.ValueMember = "Key"
|
cboCompression.ValueMember = "Key"
|
||||||
@@ -257,6 +263,18 @@ Public Class frmSettings
|
|||||||
|
|
||||||
cboCompression.DataSource = oComboItems
|
cboCompression.DataSource = oComboItems
|
||||||
|
|
||||||
|
'cboThemes
|
||||||
|
cboThemeSelection.ValueMember = "Key"
|
||||||
|
cboThemeSelection.DisplayMember = "Value"
|
||||||
|
|
||||||
|
oThemeItems.Add(New KeyValuePair(Of Integer, String)(0, frmSettings_cboThemeSelection_Light))
|
||||||
|
oThemeItems.Add(New KeyValuePair(Of Integer, String)(1, frmSettings_cboThemeSelection_Dark))
|
||||||
|
oThemeItems.Add(New KeyValuePair(Of Integer, String)(2, frmSettings_cboThemeSelection_Crimson))
|
||||||
|
oThemeItems.Add(New KeyValuePair(Of Integer, String)(3, frmSettings_cboThemeSelection_Emerald))
|
||||||
|
oThemeItems.Add(New KeyValuePair(Of Integer, String)(4, frmSettings_cboThemeSelection_GBM))
|
||||||
|
|
||||||
|
cboThemeSelection.DataSource = oThemeItems
|
||||||
|
|
||||||
'lstSettings
|
'lstSettings
|
||||||
lstSettings.ValueMember = "Key"
|
lstSettings.ValueMember = "Key"
|
||||||
lstSettings.DisplayMember = "Value"
|
lstSettings.DisplayMember = "Value"
|
||||||
@@ -265,6 +283,7 @@ Public Class frmSettings
|
|||||||
oSettingsItems.Add(New KeyValuePair(Of Integer, String)(1, frmSettings_lstSettings_BackupRestore))
|
oSettingsItems.Add(New KeyValuePair(Of Integer, String)(1, frmSettings_lstSettings_BackupRestore))
|
||||||
oSettingsItems.Add(New KeyValuePair(Of Integer, String)(2, frmSettings_lstSettings_Startup))
|
oSettingsItems.Add(New KeyValuePair(Of Integer, String)(2, frmSettings_lstSettings_Startup))
|
||||||
oSettingsItems.Add(New KeyValuePair(Of Integer, String)(3, frmSettings_lstSettings_7z))
|
oSettingsItems.Add(New KeyValuePair(Of Integer, String)(3, frmSettings_lstSettings_7z))
|
||||||
|
oSettingsItems.Add(New KeyValuePair(Of Integer, String)(4, frmSettings_lstSettings_Interface))
|
||||||
|
|
||||||
lstSettings.DataSource = oSettingsItems
|
lstSettings.DataSource = oSettingsItems
|
||||||
|
|
||||||
@@ -291,22 +310,32 @@ Public Class frmSettings
|
|||||||
pnlStartup.Visible = False
|
pnlStartup.Visible = False
|
||||||
pnlBackup.Visible = False
|
pnlBackup.Visible = False
|
||||||
pnl7z.Visible = False
|
pnl7z.Visible = False
|
||||||
|
pnlInterface.Visible = False
|
||||||
Case 1
|
Case 1
|
||||||
pnlGeneral.Visible = False
|
pnlGeneral.Visible = False
|
||||||
pnlBackup.Visible = True
|
pnlBackup.Visible = True
|
||||||
pnlStartup.Visible = False
|
pnlStartup.Visible = False
|
||||||
pnl7z.Visible = False
|
pnl7z.Visible = False
|
||||||
|
pnlInterface.Visible = False
|
||||||
Case 2
|
Case 2
|
||||||
pnlGeneral.Visible = False
|
pnlGeneral.Visible = False
|
||||||
pnlBackup.Visible = False
|
pnlBackup.Visible = False
|
||||||
pnlStartup.Visible = True
|
pnlStartup.Visible = True
|
||||||
pnl7z.Visible = False
|
pnl7z.Visible = False
|
||||||
|
pnlInterface.Visible = False
|
||||||
|
|
||||||
Case 3
|
Case 3
|
||||||
pnlGeneral.Visible = False
|
pnlGeneral.Visible = False
|
||||||
pnlBackup.Visible = False
|
pnlBackup.Visible = False
|
||||||
pnlStartup.Visible = False
|
pnlStartup.Visible = False
|
||||||
pnl7z.Visible = True
|
pnl7z.Visible = True
|
||||||
|
pnlInterface.Visible = False
|
||||||
|
Case 4
|
||||||
|
pnlGeneral.Visible = False
|
||||||
|
pnlBackup.Visible = False
|
||||||
|
pnlStartup.Visible = False
|
||||||
|
pnl7z.Visible = False
|
||||||
|
pnlInterface.Visible = True
|
||||||
End Select
|
End Select
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
@@ -427,4 +456,33 @@ Public Class frmSettings
|
|||||||
Private Sub lstSettings_SelectedValueChanged(sender As Object, e As EventArgs) Handles lstSettings.SelectedValueChanged
|
Private Sub lstSettings_SelectedValueChanged(sender As Object, e As EventArgs) Handles lstSettings.SelectedValueChanged
|
||||||
ChangePanel()
|
ChangePanel()
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Private Sub cboThemeSelection_SelectedValueChanged(sender As Object, e As EventArgs) Handles cboThemeSelection.SelectedValueChanged
|
||||||
|
'Previews theme based on current combo-box selection.
|
||||||
|
Dim oThemeEngine As New mgrThemeEngine()
|
||||||
|
|
||||||
|
If cboThemeSelection.SelectedIndex = 0 Then
|
||||||
|
oThemeEngine.SetTheme(cboThemeSelection.SelectedIndex)
|
||||||
|
ElseIf cboThemeSelection.SelectedIndex = 1 Then
|
||||||
|
oThemeEngine.SetTheme(cboThemeSelection.SelectedIndex)
|
||||||
|
ElseIf cboThemeSelection.SelectedIndex = 2 Then
|
||||||
|
oThemeEngine.SetTheme(cboThemeSelection.SelectedIndex)
|
||||||
|
ElseIf cboThemeSelection.SelectedIndex = 3 Then
|
||||||
|
oThemeEngine.SetTheme(cboThemeSelection.SelectedIndex)
|
||||||
|
ElseIf cboThemeSelection.SelectedIndex = 4 Then
|
||||||
|
oThemeEngine.SetTheme(cboThemeSelection.SelectedIndex)
|
||||||
|
End If
|
||||||
|
|
||||||
|
'Only set the theme once it has been defined.
|
||||||
|
If oThemeEngine.bThemeHasBeenDefined Then
|
||||||
|
btnPreviewTheme_Base.BackColor = oThemeEngine.ColorBase
|
||||||
|
btnPreviewTheme_BaseSec.BackColor = oThemeEngine.ColorBaseSecondary
|
||||||
|
lblPreviewTheme_Highlight.ForeColor = oThemeEngine.ColorHighlight
|
||||||
|
lblPreviewTheme_Highlight.BackColor = oThemeEngine.ColorBaseSecondary
|
||||||
|
lblPreviewTheme_HighlightSecTop.ForeColor = oThemeEngine.ColorHighlightSecondary
|
||||||
|
lblPreviewTheme_HighlightSecTop.BackColor = oThemeEngine.ColorBase
|
||||||
|
lblPreviewTheme_HighlightSecBottom.ForeColor = oThemeEngine.ColorHighlightSecondary
|
||||||
|
lblPreviewTheme_HighlightSecBottom.BackColor = oThemeEngine.ColorBase
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
End Class
|
End Class
|
||||||
@@ -123,6 +123,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Classes\clsGameProcess.vb" />
|
<Compile Include="Classes\clsGameProcess.vb" />
|
||||||
|
<Compile Include="Managers\mgrThemeEngine.vb" />
|
||||||
<Compile Include="Classes\clsWineData.vb" />
|
<Compile Include="Classes\clsWineData.vb" />
|
||||||
<Compile Include="Classes\clsProcess.vb" />
|
<Compile Include="Classes\clsProcess.vb" />
|
||||||
<Compile Include="Classes\clsGameFilter.vb" />
|
<Compile Include="Classes\clsGameFilter.vb" />
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ Public Class mgrSQLite
|
|||||||
"SuppressBackup BOOLEAN NOT NULL, SuppressBackupThreshold INTEGER NOT NULL, CompressionLevel INTEGER NOT NULL, Custom7zArguments TEXT, " &
|
"SuppressBackup BOOLEAN NOT NULL, SuppressBackupThreshold INTEGER NOT NULL, CompressionLevel INTEGER NOT NULL, Custom7zArguments TEXT, " &
|
||||||
"Custom7zLocation TEXT, SyncFields INTEGER NOT NULL, AutoSaveLog BOOLEAN NOT NULL, AutoRestore BOOLEAN NOT NULL, AutoMark BOOLEAN NOT NULL, SessionTracking BOOLEAN NOT NULL, " &
|
"Custom7zLocation TEXT, SyncFields INTEGER NOT NULL, AutoSaveLog BOOLEAN NOT NULL, AutoRestore BOOLEAN NOT NULL, AutoMark BOOLEAN NOT NULL, SessionTracking BOOLEAN NOT NULL, " &
|
||||||
"SuppressMessages INTEGER NOT NULL, BackupOnLaunch BOOLEAN NOT NULL, UseGameID BOOLEAN NOT NULL, DisableSyncMessages BOOLEAN NOT NULL, ShowResolvedPaths BOOLEAN NOT NULL, " &
|
"SuppressMessages INTEGER NOT NULL, BackupOnLaunch BOOLEAN NOT NULL, UseGameID BOOLEAN NOT NULL, DisableSyncMessages BOOLEAN NOT NULL, ShowResolvedPaths BOOLEAN NOT NULL, " &
|
||||||
"DisableDiskSpaceCheck BOOLEAN NOT NULL);"
|
"DisableDiskSpaceCheck BOOLEAN NOT NULL, ThemeSelection INTEGER NOT NULL, AutoHideLog BOOLEAN NOT NULL);"
|
||||||
'Add Tables (SavedPath)
|
'Add Tables (SavedPath)
|
||||||
sSql &= "CREATE TABLE savedpath (PathName TEXT NOT NULL PRIMARY KEY, Path TEXT NOT NULL);"
|
sSql &= "CREATE TABLE savedpath (PathName TEXT NOT NULL PRIMARY KEY, Path TEXT NOT NULL);"
|
||||||
|
|
||||||
@@ -931,6 +931,8 @@ Public Class mgrSQLite
|
|||||||
'Add new field(s)
|
'Add new field(s)
|
||||||
sSQL = "ALTER TABLE monitorlist ADD COLUMN OS INTEGER NOT NULL DEFAULT " & mgrCommon.GetCurrentOS & ";"
|
sSQL = "ALTER TABLE monitorlist ADD COLUMN OS INTEGER NOT NULL DEFAULT " & mgrCommon.GetCurrentOS & ";"
|
||||||
sSQL &= "ALTER TABLE settings ADD COLUMN DisableDiskSpaceCheck BOOLEAN NOT NULL DEFAULT 0;"
|
sSQL &= "ALTER TABLE settings ADD COLUMN DisableDiskSpaceCheck BOOLEAN NOT NULL DEFAULT 0;"
|
||||||
|
sSQL &= "ALTER TABLE settings ADD COLUMN ThemeSelection INTEGER NOT NULL DEFAULT 0;"
|
||||||
|
sSQL &= "ALTER TABLE settings ADD COLUMN AutoHideLog BOOLEAN NOT NULL DEFAULT 0;"
|
||||||
|
|
||||||
'Add Tables (Wine Data)
|
'Add Tables (Wine Data)
|
||||||
sSQL &= "CREATE TABLE winedata (MonitorID TEXT NOT NULL PRIMARY KEY, Prefix TEXT NOT NULL, SavePath TEXT NOT NULL, BinaryPath TEXT NOT NULL);"
|
sSQL &= "CREATE TABLE winedata (MonitorID TEXT NOT NULL PRIMARY KEY, Prefix TEXT NOT NULL, SavePath TEXT NOT NULL, BinaryPath TEXT NOT NULL);"
|
||||||
|
|||||||
@@ -28,10 +28,12 @@ Public Class mgrSettings
|
|||||||
Private bDisableSyncMessages As Boolean = True
|
Private bDisableSyncMessages As Boolean = True
|
||||||
Private bShowResolvedPaths As Boolean = True
|
Private bShowResolvedPaths As Boolean = True
|
||||||
Private bDisableDiskSpaceCheck As Boolean = False
|
Private bDisableDiskSpaceCheck As Boolean = False
|
||||||
|
Private eThemeSelection As mgrThemeEngine.eBaseTheme = mgrThemeEngine.eBaseTheme.Light
|
||||||
|
Private bAutoHideLog As Boolean = False
|
||||||
|
|
||||||
<Flags()> Public Enum eSuppressMessages
|
<Flags()> Public Enum eSuppressMessages
|
||||||
None = 0
|
None = 0
|
||||||
Unused = 1 'Do not remove to maintain compatability, re-use for a future field.
|
GameIDSync = 1
|
||||||
BackupImport = 2
|
BackupImport = 2
|
||||||
WinConfigsInLinux = 4
|
WinConfigsInLinux = 4
|
||||||
WineConfig = 16
|
WineConfig = 16
|
||||||
@@ -319,6 +321,29 @@ Public Class mgrSettings
|
|||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
Property ThemeSelection As mgrThemeEngine.eBaseTheme
|
||||||
|
Get
|
||||||
|
Return eThemeSelection
|
||||||
|
End Get
|
||||||
|
Set(value As mgrThemeEngine.eBaseTheme)
|
||||||
|
eThemeSelection = value
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
|
||||||
|
Property AutoHideLog As Boolean
|
||||||
|
Get
|
||||||
|
Return bAutoHideLog
|
||||||
|
End Get
|
||||||
|
Set(value As Boolean)
|
||||||
|
bAutoHideLog = value
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
|
||||||
|
Sub New()
|
||||||
|
'The GameIDsync message should be suppressed on all new databases
|
||||||
|
SuppressMessages = SetMessageField(SuppressMessages, eSuppressMessages.GameIDSync)
|
||||||
|
End Sub
|
||||||
|
|
||||||
Private Sub SaveFromClass()
|
Private Sub SaveFromClass()
|
||||||
Dim oDatabase As New mgrSQLite(mgrSQLite.Database.Local)
|
Dim oDatabase As New mgrSQLite(mgrSQLite.Database.Local)
|
||||||
Dim sSQL As String
|
Dim sSQL As String
|
||||||
@@ -328,7 +353,7 @@ Public Class mgrSettings
|
|||||||
sSQL &= "@CreateSubFolder, @ShowOverwriteWarning, @RestoreOnLaunch, @BackupFolder, @StartWithWindows, "
|
sSQL &= "@CreateSubFolder, @ShowOverwriteWarning, @RestoreOnLaunch, @BackupFolder, @StartWithWindows, "
|
||||||
sSQL &= "@TimeTracking, @SuppressBackup, @SuppressBackupThreshold, @CompressionLevel, @Custom7zArguments, @Custom7zLocation, "
|
sSQL &= "@TimeTracking, @SuppressBackup, @SuppressBackupThreshold, @CompressionLevel, @Custom7zArguments, @Custom7zLocation, "
|
||||||
sSQL &= "@SyncFields, @AutoSaveLog, @AutoRestore, @AutoMark, @SessionTracking, @SuppressMessages, @BackupOnLaunch, @UseGameID, "
|
sSQL &= "@SyncFields, @AutoSaveLog, @AutoRestore, @AutoMark, @SessionTracking, @SuppressMessages, @BackupOnLaunch, @UseGameID, "
|
||||||
sSQL &= "@DisableSyncMessages, @ShowResolvedPaths, @DisableDiskSpaceCheck)"
|
sSQL &= "@DisableSyncMessages, @ShowResolvedPaths, @DisableDiskSpaceCheck, @ThemeSelection, @AutoHideLog)"
|
||||||
|
|
||||||
hshParams.Add("MonitorOnStartup", MonitorOnStartup)
|
hshParams.Add("MonitorOnStartup", MonitorOnStartup)
|
||||||
hshParams.Add("StartToTray", StartToTray)
|
hshParams.Add("StartToTray", StartToTray)
|
||||||
@@ -356,7 +381,8 @@ Public Class mgrSettings
|
|||||||
hshParams.Add("DisableSyncMessages", DisableSyncMessages)
|
hshParams.Add("DisableSyncMessages", DisableSyncMessages)
|
||||||
hshParams.Add("ShowResolvedPaths", ShowResolvedPaths)
|
hshParams.Add("ShowResolvedPaths", ShowResolvedPaths)
|
||||||
hshParams.Add("DisableDiskSpaceCheck", DisableDiskSpaceCheck)
|
hshParams.Add("DisableDiskSpaceCheck", DisableDiskSpaceCheck)
|
||||||
|
hshParams.Add("ThemeSelection", ThemeSelection)
|
||||||
|
hshParams.Add("AutoHideLog", AutoHideLog)
|
||||||
oDatabase.RunParamQuery(sSQL, hshParams)
|
oDatabase.RunParamQuery(sSQL, hshParams)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
@@ -397,6 +423,8 @@ Public Class mgrSettings
|
|||||||
DisableSyncMessages = CBool(dr("DisableSyncMessages"))
|
DisableSyncMessages = CBool(dr("DisableSyncMessages"))
|
||||||
ShowResolvedPaths = CBool(dr("ShowResolvedPaths"))
|
ShowResolvedPaths = CBool(dr("ShowResolvedPaths"))
|
||||||
DisableDiskSpaceCheck = CBool(dr("DisableDiskSpaceCheck"))
|
DisableDiskSpaceCheck = CBool(dr("DisableDiskSpaceCheck"))
|
||||||
|
ThemeSelection = CInt(dr("ThemeSelection"))
|
||||||
|
AutoHideLog = CBool(dr("AutoHideLog"))
|
||||||
Next
|
Next
|
||||||
|
|
||||||
oDatabase.Disconnect()
|
oDatabase.Disconnect()
|
||||||
|
|||||||
@@ -0,0 +1,161 @@
|
|||||||
|
Imports GBM.My.Resources
|
||||||
|
|
||||||
|
Public Class mgrThemeEngine
|
||||||
|
|
||||||
|
Private _ColorBase As Color
|
||||||
|
Public Property ColorBase() As Color
|
||||||
|
Get
|
||||||
|
If _ColorBase = Nothing Then
|
||||||
|
Throw New NullReferenceException
|
||||||
|
End If
|
||||||
|
Return _ColorBase
|
||||||
|
End Get
|
||||||
|
Private Set(ByVal value As Color)
|
||||||
|
_ColorBase = value
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
|
||||||
|
Private _ColorBaseSecondary As Color
|
||||||
|
Public Property ColorBaseSecondary() As Color
|
||||||
|
Get
|
||||||
|
If _ColorBaseSecondary = Nothing Then
|
||||||
|
Throw New NullReferenceException
|
||||||
|
End If
|
||||||
|
Return _ColorBaseSecondary
|
||||||
|
End Get
|
||||||
|
Private Set(ByVal value As Color)
|
||||||
|
_ColorBaseSecondary = value
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
|
||||||
|
Private _ColorHighlight As Color
|
||||||
|
Public Property ColorHighlight() As Color
|
||||||
|
Get
|
||||||
|
If _ColorHighlight = Nothing Then
|
||||||
|
Throw New NullReferenceException
|
||||||
|
End If
|
||||||
|
Return _ColorHighlight
|
||||||
|
End Get
|
||||||
|
Private Set(ByVal value As Color)
|
||||||
|
_ColorHighlight = value
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
|
||||||
|
Private _ColorHighlightSecondary As Color
|
||||||
|
Public Property ColorHighlightSecondary() As Color
|
||||||
|
Get
|
||||||
|
If _ColorHighlightSecondary = Nothing Then
|
||||||
|
Throw New NullReferenceException
|
||||||
|
End If
|
||||||
|
Return _ColorHighlightSecondary
|
||||||
|
End Get
|
||||||
|
Private Set(ByVal value As Color)
|
||||||
|
_ColorHighlightSecondary = value
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
|
||||||
|
Private _bThemeHasBeenDefined As Boolean
|
||||||
|
Public Property bThemeHasBeenDefined() As Boolean
|
||||||
|
Get
|
||||||
|
Return _bThemeHasBeenDefined
|
||||||
|
End Get
|
||||||
|
Private Set(ByVal value As Boolean)
|
||||||
|
_bThemeHasBeenDefined = value
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
|
||||||
|
''' <summary>
|
||||||
|
''' Supported themes.
|
||||||
|
''' </summary>
|
||||||
|
Public Enum eBaseTheme
|
||||||
|
Light = 0
|
||||||
|
Dark = 1
|
||||||
|
Crimson = 2
|
||||||
|
Emerald = 3
|
||||||
|
GBM = 4
|
||||||
|
End Enum
|
||||||
|
|
||||||
|
''' <summary>
|
||||||
|
''' Configures the base colors for the overall theme based on input.
|
||||||
|
''' </summary>
|
||||||
|
''' <param name="_eBaseTheme"></param>
|
||||||
|
Public Sub SetTheme(_eBaseTheme As eBaseTheme)
|
||||||
|
Select Case _eBaseTheme
|
||||||
|
Case eBaseTheme.Dark
|
||||||
|
_ColorBase = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_Dark_Base)
|
||||||
|
|
||||||
|
_ColorBaseSecondary = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_Dark_BaseSecondary)
|
||||||
|
|
||||||
|
_ColorHighlight = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_Dark_Highlight)
|
||||||
|
|
||||||
|
_ColorHighlightSecondary = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_Dark_HighlightSecondary)
|
||||||
|
|
||||||
|
_bThemeHasBeenDefined = True
|
||||||
|
|
||||||
|
Case eBaseTheme.Light
|
||||||
|
_ColorBase = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_Light_Base)
|
||||||
|
|
||||||
|
_ColorBaseSecondary = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_Light_BaseSecondary)
|
||||||
|
|
||||||
|
_ColorHighlight = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_Light_Highlight)
|
||||||
|
|
||||||
|
_ColorHighlightSecondary = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_Light_HighlightSecondary)
|
||||||
|
|
||||||
|
_bThemeHasBeenDefined = True
|
||||||
|
|
||||||
|
Case eBaseTheme.Crimson
|
||||||
|
_ColorBase = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_Crimson_Base)
|
||||||
|
|
||||||
|
_ColorBaseSecondary = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_Crimson_BaseSecondary)
|
||||||
|
|
||||||
|
_ColorHighlight = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_Crimson_Highlight)
|
||||||
|
|
||||||
|
_ColorHighlightSecondary = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_Crimson_HighlightSecondary)
|
||||||
|
|
||||||
|
_bThemeHasBeenDefined = True
|
||||||
|
|
||||||
|
Case eBaseTheme.Emerald
|
||||||
|
_ColorBase = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_Emerald_Base)
|
||||||
|
|
||||||
|
_ColorBaseSecondary = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_Emerald_BaseSecondary)
|
||||||
|
|
||||||
|
_ColorHighlight = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_Emerald_Highlight)
|
||||||
|
|
||||||
|
_ColorHighlightSecondary = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_Emerald_HighlightSecondary)
|
||||||
|
|
||||||
|
_bThemeHasBeenDefined = True
|
||||||
|
|
||||||
|
Case eBaseTheme.GBM
|
||||||
|
_ColorBase = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_GBM_Base)
|
||||||
|
|
||||||
|
_ColorBaseSecondary = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_GBM_BaseSecondary)
|
||||||
|
|
||||||
|
_ColorHighlight = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_GBM_Highlight)
|
||||||
|
|
||||||
|
_ColorHighlightSecondary = New ColorConverter().ConvertFromString(
|
||||||
|
mgrThemeEngine_RGB_GBM_HighlightSecondary)
|
||||||
|
|
||||||
|
_bThemeHasBeenDefined = True
|
||||||
|
|
||||||
|
End Select
|
||||||
|
End Sub
|
||||||
|
End Class
|
||||||
@@ -22,7 +22,7 @@ Namespace My.Resources
|
|||||||
'''<summary>
|
'''<summary>
|
||||||
''' A strongly-typed resource class, for looking up localized strings, etc.
|
''' A strongly-typed resource class, for looking up localized strings, etc.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0"), _
|
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0"), _
|
||||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||||
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||||
@@ -4731,6 +4731,51 @@ Namespace My.Resources
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to Crimson.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property frmSettings_cboThemeSelection_Crimson() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("frmSettings_cboThemeSelection_Crimson", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to Dark.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property frmSettings_cboThemeSelection_Dark() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("frmSettings_cboThemeSelection_Dark", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to Emerald.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property frmSettings_cboThemeSelection_Emerald() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("frmSettings_cboThemeSelection_Emerald", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to GBM.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property frmSettings_cboThemeSelection_GBM() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("frmSettings_cboThemeSelection_GBM", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to Light.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property frmSettings_cboThemeSelection_Light() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("frmSettings_cboThemeSelection_Light", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized string similar to Automatically mark new backups as restored when appropriate.
|
''' Looks up a localized string similar to Automatically mark new backups as restored when appropriate.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
@@ -5118,6 +5163,15 @@ Namespace My.Resources
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to Interface.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property frmSettings_lstSettings_Interface() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("frmSettings_lstSettings_Interface", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized string similar to Startup.
|
''' Looks up a localized string similar to Startup.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
@@ -6889,6 +6943,186 @@ Namespace My.Resources
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 209,10,10.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_Crimson_Base() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_Crimson_Base", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 119,0,0.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_Crimson_BaseSecondary() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_Crimson_BaseSecondary", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 255,255,255.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_Crimson_Highlight() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_Crimson_Highlight", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 255,255,255.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_Crimson_HighlightSecondary() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_Crimson_HighlightSecondary", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 25,25,25.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_Dark_Base() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_Dark_Base", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 0,0,0.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_Dark_BaseSecondary() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_Dark_BaseSecondary", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 255,255,255.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_Dark_Highlight() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_Dark_Highlight", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 0,131,255.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_Dark_HighlightSecondary() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_Dark_HighlightSecondary", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 22,193,114.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_Emerald_Base() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_Emerald_Base", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 33,79,75.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_Emerald_BaseSecondary() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_Emerald_BaseSecondary", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 255,255,255.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_Emerald_Highlight() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_Emerald_Highlight", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 33,79,75.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_Emerald_HighlightSecondary() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_Emerald_HighlightSecondary", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 23,190,187.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_GBM_Base() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_GBM_Base", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 14,124,123.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_GBM_BaseSecondary() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_GBM_BaseSecondary", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 255,255,255.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_GBM_Highlight() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_GBM_Highlight", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 7,66,65.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_GBM_HighlightSecondary() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_GBM_HighlightSecondary", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 240,240,240.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_Light_Base() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_Light_Base", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 255,255,255.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_Light_BaseSecondary() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_Light_BaseSecondary", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 0,0,0.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_Light_Highlight() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_Light_Highlight", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to 0,0,0.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property mgrThemeEngine_RGB_Light_HighlightSecondary() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("mgrThemeEngine_RGB_Light_HighlightSecondary", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized string similar to An error occured exporting the XML data.[BR][BR][PARAM].
|
''' Looks up a localized string similar to An error occured exporting the XML data.[BR][BR][PARAM].
|
||||||
'''</summary>
|
'''</summary>
|
||||||
|
|||||||
@@ -2374,9 +2374,42 @@
|
|||||||
<data name="frmChooseGame_ColumnName" xml:space="preserve">
|
<data name="frmChooseGame_ColumnName" xml:space="preserve">
|
||||||
<value>Name</value>
|
<value>Name</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_Dark_BaseSecondary" xml:space="preserve">
|
||||||
|
<value>0,0,0</value>
|
||||||
|
</data>
|
||||||
<data name="frmChooseGame_ColumnTags" xml:space="preserve">
|
<data name="frmChooseGame_ColumnTags" xml:space="preserve">
|
||||||
<value>Tags</value>
|
<value>Tags</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_Dark_HighlightSecondary" xml:space="preserve">
|
||||||
|
<value>0,131,255</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_Dark_Base" xml:space="preserve">
|
||||||
|
<value>25,25,25</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_Dark_Highlight" xml:space="preserve">
|
||||||
|
<value>255,255,255</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_Light_Base" xml:space="preserve">
|
||||||
|
<value>240,240,240</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_Light_BaseSecondary" xml:space="preserve">
|
||||||
|
<value>255,255,255</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_Light_Highlight" xml:space="preserve">
|
||||||
|
<value>0,0,0</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_Light_HighlightSecondary" xml:space="preserve">
|
||||||
|
<value>0,0,0</value>
|
||||||
|
</data>
|
||||||
|
<data name="frmSettings_lstSettings_Interface" xml:space="preserve">
|
||||||
|
<value>Interface</value>
|
||||||
|
</data>
|
||||||
|
<data name="frmSettings_cboThemeSelection_Dark" xml:space="preserve">
|
||||||
|
<value>Dark</value>
|
||||||
|
</data>
|
||||||
|
<data name="frmSettings_cboThemeSelection_Light" xml:space="preserve">
|
||||||
|
<value>Light</value>
|
||||||
|
</data>
|
||||||
<data name="GBM_Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="GBM_Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\resources\gbm.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\resources\gbm.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -2395,4 +2428,49 @@
|
|||||||
<data name="frmStartUpWizard_lblStep2Warning" xml:space="preserve">
|
<data name="frmStartUpWizard_lblStep2Warning" xml:space="preserve">
|
||||||
<value>You cannot return to this step after clicking Next. The Backup Location can be changed any time once Setup is complete.</value>
|
<value>You cannot return to this step after clicking Next. The Backup Location can be changed any time once Setup is complete.</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="frmSettings_cboThemeSelection_Crimson" xml:space="preserve">
|
||||||
|
<value>Crimson</value>
|
||||||
|
</data>
|
||||||
|
<data name="frmSettings_cboThemeSelection_Emerald" xml:space="preserve">
|
||||||
|
<value>Emerald</value>
|
||||||
|
</data>
|
||||||
|
<data name="frmSettings_cboThemeSelection_GBM" xml:space="preserve">
|
||||||
|
<value>GBM</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_Crimson_Base" xml:space="preserve">
|
||||||
|
<value>209,10,10</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_Crimson_BaseSecondary" xml:space="preserve">
|
||||||
|
<value>119,0,0</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_Crimson_Highlight" xml:space="preserve">
|
||||||
|
<value>255,255,255</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_Crimson_HighlightSecondary" xml:space="preserve">
|
||||||
|
<value>255,255,255</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_Emerald_Base" xml:space="preserve">
|
||||||
|
<value>22,193,114</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_Emerald_BaseSecondary" xml:space="preserve">
|
||||||
|
<value>33,79,75</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_Emerald_Highlight" xml:space="preserve">
|
||||||
|
<value>255,255,255</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_Emerald_HighlightSecondary" xml:space="preserve">
|
||||||
|
<value>33,79,75</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_GBM_Base" xml:space="preserve">
|
||||||
|
<value>23,190,187</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_GBM_BaseSecondary" xml:space="preserve">
|
||||||
|
<value>14,124,123</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_GBM_Highlight" xml:space="preserve">
|
||||||
|
<value>255,255,255</value>
|
||||||
|
</data>
|
||||||
|
<data name="mgrThemeEngine_RGB_GBM_HighlightSecondary" xml:space="preserve">
|
||||||
|
<value>7,66,65</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 91 KiB |
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 91 KiB |
|
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 926 B After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 891 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 91 KiB |
|
Before Width: | Height: | Size: 358 KiB After Width: | Height: | Size: 91 KiB |
@@ -1,6 +1,14 @@
|
|||||||
|
***dunestorm333:*** My branch simply contains an updated icon set, I plan to make a couple other UI changes in the future.
|
||||||
|
|
||||||
# [Game Backup Monitor](http://mikemaximus.github.io/gbm-web/)
|
# [Game Backup Monitor](http://mikemaximus.github.io/gbm-web/)
|
||||||
|
|
||||||

|
Light Theme:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Dark Theme:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Game Backup Monitor is a simple, but flexible application that detects games as you play them. Once you finish playing a game, a backup of the saved games will be made automatically using 7-Zip compression. GBM can be used on a single computer, or on multiple computers to effectively add cloud support to any game or application.
|
Game Backup Monitor is a simple, but flexible application that detects games as you play them. Once you finish playing a game, a backup of the saved games will be made automatically using 7-Zip compression. GBM can be used on a single computer, or on multiple computers to effectively add cloud support to any game or application.
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
theme: jekyll-theme-cayman
|
||||||