Settings UI changes
This commit is contained in:
Generated
+5
-5
@@ -169,7 +169,7 @@ Partial Class frmSettings
|
||||
'
|
||||
'btnBackupFolder
|
||||
'
|
||||
Me.btnBackupFolder.Location = New System.Drawing.Point(318, 23)
|
||||
Me.btnBackupFolder.Location = New System.Drawing.Point(327, 24)
|
||||
Me.btnBackupFolder.Name = "btnBackupFolder"
|
||||
Me.btnBackupFolder.Size = New System.Drawing.Size(27, 20)
|
||||
Me.btnBackupFolder.TabIndex = 2
|
||||
@@ -187,9 +187,9 @@ Partial Class frmSettings
|
||||
'
|
||||
'txtBackupFolder
|
||||
'
|
||||
Me.txtBackupFolder.Location = New System.Drawing.Point(88, 24)
|
||||
Me.txtBackupFolder.Location = New System.Drawing.Point(110, 24)
|
||||
Me.txtBackupFolder.Name = "txtBackupFolder"
|
||||
Me.txtBackupFolder.Size = New System.Drawing.Size(224, 20)
|
||||
Me.txtBackupFolder.Size = New System.Drawing.Size(211, 20)
|
||||
Me.txtBackupFolder.TabIndex = 1
|
||||
'
|
||||
'btnSave
|
||||
@@ -459,9 +459,9 @@ Partial Class frmSettings
|
||||
Me.chkSyncHours.AutoSize = True
|
||||
Me.chkSyncHours.Location = New System.Drawing.Point(6, 65)
|
||||
Me.chkSyncHours.Name = "chkSyncHours"
|
||||
Me.chkSyncHours.Size = New System.Drawing.Size(54, 17)
|
||||
Me.chkSyncHours.Size = New System.Drawing.Size(80, 17)
|
||||
Me.chkSyncHours.TabIndex = 2
|
||||
Me.chkSyncHours.Text = "Hours"
|
||||
Me.chkSyncHours.Text = "Game Time"
|
||||
Me.chkSyncHours.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnDefaults
|
||||
|
||||
Generated
+2
-2
@@ -3283,7 +3283,7 @@ Namespace My.Resources
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to All Data (Not Recommened).
|
||||
''' Looks up a localized string similar to All Data (Not Recommended).
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmSettings_chkSyncAll() As String
|
||||
Get
|
||||
@@ -3310,7 +3310,7 @@ Namespace My.Resources
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Hours.
|
||||
''' Looks up a localized string similar to Game Time.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmSettings_chkSyncHours() As String
|
||||
Get
|
||||
|
||||
@@ -1601,7 +1601,7 @@
|
||||
<value>Set &Defaults</value>
|
||||
</data>
|
||||
<data name="frmSettings_chkSyncAll" xml:space="preserve">
|
||||
<value>All Data (Not Recommened)</value>
|
||||
<value>All Data (Not Recommended)</value>
|
||||
</data>
|
||||
<data name="frmSettings_chkSyncGameConfigs" xml:space="preserve">
|
||||
<value>Game Configurations</value>
|
||||
@@ -1610,7 +1610,7 @@
|
||||
<value>Game Information</value>
|
||||
</data>
|
||||
<data name="frmSettings_chkSyncHours" xml:space="preserve">
|
||||
<value>Hours</value>
|
||||
<value>Game Time</value>
|
||||
</data>
|
||||
<data name="frmSettings_chkSyncTags" xml:space="preserve">
|
||||
<value>Tags</value>
|
||||
|
||||
Reference in New Issue
Block a user