Minor UI changes to Settings and Game Manager

This commit is contained in:
Michael J. Seiferling
2015-12-14 23:42:50 -06:00
parent f79c446adc
commit 333d18f296
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -562,6 +562,9 @@ Public Class frmGameManager
If txtCurrentBackup.Text = "Never" And txtLocalBackup.Text = "Never" Then If txtCurrentBackup.Text = "Never" And txtLocalBackup.Text = "Never" Then
lblSync.Visible = False lblSync.Visible = False
btnMarkAsRestored.Enabled = False btnMarkAsRestored.Enabled = False
ElseIf txtCurrentBackup.Text = "Never" And txtLocalBackup.Text <> "Never" Then
lblSync.Visible = False
btnMarkAsRestored.Enabled = False
ElseIf txtCurrentBackup.Text <> txtLocalBackup.Text Then ElseIf txtCurrentBackup.Text <> txtLocalBackup.Text Then
lblSync.ForeColor = Color.Red lblSync.ForeColor = Color.Red
lblSync.Text = "Out of Sync!" lblSync.Text = "Out of Sync!"
+3 -3
View File
@@ -121,9 +121,9 @@ Partial Class frmSettings
Me.chkShowDetectionTips.AutoSize = True Me.chkShowDetectionTips.AutoSize = True
Me.chkShowDetectionTips.Location = New System.Drawing.Point(6, 88) Me.chkShowDetectionTips.Location = New System.Drawing.Point(6, 88)
Me.chkShowDetectionTips.Name = "chkShowDetectionTips" Me.chkShowDetectionTips.Name = "chkShowDetectionTips"
Me.chkShowDetectionTips.Size = New System.Drawing.Size(136, 17) Me.chkShowDetectionTips.Size = New System.Drawing.Size(159, 17)
Me.chkShowDetectionTips.TabIndex = 3 Me.chkShowDetectionTips.TabIndex = 3
Me.chkShowDetectionTips.Text = "Show detection tooltips" Me.chkShowDetectionTips.Text = "Show detection notifications"
Me.chkShowDetectionTips.UseVisualStyleBackColor = True Me.chkShowDetectionTips.UseVisualStyleBackColor = True
' '
'chkStartToTray 'chkStartToTray
@@ -208,7 +208,7 @@ Partial Class frmSettings
Me.grpBackup.Size = New System.Drawing.Size(360, 171) Me.grpBackup.Size = New System.Drawing.Size(360, 171)
Me.grpBackup.TabIndex = 1 Me.grpBackup.TabIndex = 1
Me.grpBackup.TabStop = False Me.grpBackup.TabStop = False
Me.grpBackup.Text = "Backup and Restore Options" Me.grpBackup.Text = "Backup and Restore"
' '
'lblMinutes 'lblMinutes
' '