Minor form design fixes
This commit is contained in:
Generated
+23
-23
@@ -70,6 +70,7 @@ Partial Class frmGameManager
|
|||||||
Me.lblHours = New System.Windows.Forms.Label()
|
Me.lblHours = New System.Windows.Forms.Label()
|
||||||
Me.btnTags = New System.Windows.Forms.Button()
|
Me.btnTags = New System.Windows.Forms.Button()
|
||||||
Me.grpStats = New System.Windows.Forms.GroupBox()
|
Me.grpStats = New System.Windows.Forms.GroupBox()
|
||||||
|
Me.btnImportBackup = New System.Windows.Forms.Button()
|
||||||
Me.cboRemoteBackup = New System.Windows.Forms.ComboBox()
|
Me.cboRemoteBackup = New System.Windows.Forms.ComboBox()
|
||||||
Me.lblRestorePathData = New System.Windows.Forms.Label()
|
Me.lblRestorePathData = New System.Windows.Forms.Label()
|
||||||
Me.lblBackupFileData = New System.Windows.Forms.Label()
|
Me.lblBackupFileData = New System.Windows.Forms.Label()
|
||||||
@@ -104,7 +105,6 @@ Partial Class frmGameManager
|
|||||||
Me.cmsDeleteAll = New System.Windows.Forms.ToolStripMenuItem()
|
Me.cmsDeleteAll = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.btnProcesses = New System.Windows.Forms.Button()
|
Me.btnProcesses = New System.Windows.Forms.Button()
|
||||||
Me.ttFullPath = New System.Windows.Forms.ToolTip(Me.components)
|
Me.ttFullPath = New System.Windows.Forms.ToolTip(Me.components)
|
||||||
Me.btnImportBackup = New System.Windows.Forms.Button()
|
|
||||||
Me.grpConfig.SuspendLayout()
|
Me.grpConfig.SuspendLayout()
|
||||||
CType(Me.nudLimit, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.nudLimit, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
Me.grpExtra.SuspendLayout()
|
Me.grpExtra.SuspendLayout()
|
||||||
@@ -144,7 +144,7 @@ Partial Class frmGameManager
|
|||||||
Me.btnBackup.Location = New System.Drawing.Point(616, 626)
|
Me.btnBackup.Location = New System.Drawing.Point(616, 626)
|
||||||
Me.btnBackup.Name = "btnBackup"
|
Me.btnBackup.Name = "btnBackup"
|
||||||
Me.btnBackup.Size = New System.Drawing.Size(75, 23)
|
Me.btnBackup.Size = New System.Drawing.Size(75, 23)
|
||||||
Me.btnBackup.TabIndex = 18
|
Me.btnBackup.TabIndex = 19
|
||||||
Me.btnBackup.Text = "&Backup"
|
Me.btnBackup.Text = "&Backup"
|
||||||
Me.btnBackup.UseVisualStyleBackColor = True
|
Me.btnBackup.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
@@ -154,7 +154,7 @@ Partial Class frmGameManager
|
|||||||
Me.btnClose.Location = New System.Drawing.Point(697, 626)
|
Me.btnClose.Location = New System.Drawing.Point(697, 626)
|
||||||
Me.btnClose.Name = "btnClose"
|
Me.btnClose.Name = "btnClose"
|
||||||
Me.btnClose.Size = New System.Drawing.Size(75, 23)
|
Me.btnClose.Size = New System.Drawing.Size(75, 23)
|
||||||
Me.btnClose.TabIndex = 19
|
Me.btnClose.TabIndex = 20
|
||||||
Me.btnClose.Text = "C&lose"
|
Me.btnClose.Text = "C&lose"
|
||||||
Me.btnClose.UseVisualStyleBackColor = True
|
Me.btnClose.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
@@ -289,7 +289,7 @@ Partial Class frmGameManager
|
|||||||
Me.btnInclude.Name = "btnInclude"
|
Me.btnInclude.Name = "btnInclude"
|
||||||
Me.btnInclude.Size = New System.Drawing.Size(175, 23)
|
Me.btnInclude.Size = New System.Drawing.Size(175, 23)
|
||||||
Me.btnInclude.TabIndex = 12
|
Me.btnInclude.TabIndex = 12
|
||||||
Me.btnInclude.Text = "In&clude Items..."
|
Me.btnInclude.Text = "Incl&ude Items..."
|
||||||
Me.btnInclude.UseVisualStyleBackColor = True
|
Me.btnInclude.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
'txtID
|
'txtID
|
||||||
@@ -567,8 +567,8 @@ Partial Class frmGameManager
|
|||||||
Me.btnTags.Location = New System.Drawing.Point(535, 437)
|
Me.btnTags.Location = New System.Drawing.Point(535, 437)
|
||||||
Me.btnTags.Name = "btnTags"
|
Me.btnTags.Name = "btnTags"
|
||||||
Me.btnTags.Size = New System.Drawing.Size(75, 23)
|
Me.btnTags.Size = New System.Drawing.Size(75, 23)
|
||||||
Me.btnTags.TabIndex = 12
|
Me.btnTags.TabIndex = 13
|
||||||
Me.btnTags.Text = "Tags..."
|
Me.btnTags.Text = "&Tags..."
|
||||||
Me.btnTags.UseVisualStyleBackColor = True
|
Me.btnTags.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
'grpStats
|
'grpStats
|
||||||
@@ -589,10 +589,19 @@ Partial Class frmGameManager
|
|||||||
Me.grpStats.Location = New System.Drawing.Point(248, 466)
|
Me.grpStats.Location = New System.Drawing.Point(248, 466)
|
||||||
Me.grpStats.Name = "grpStats"
|
Me.grpStats.Name = "grpStats"
|
||||||
Me.grpStats.Size = New System.Drawing.Size(525, 154)
|
Me.grpStats.Size = New System.Drawing.Size(525, 154)
|
||||||
Me.grpStats.TabIndex = 15
|
Me.grpStats.TabIndex = 16
|
||||||
Me.grpStats.TabStop = False
|
Me.grpStats.TabStop = False
|
||||||
Me.grpStats.Text = "Backup Information"
|
Me.grpStats.Text = "Backup Information"
|
||||||
'
|
'
|
||||||
|
'btnImportBackup
|
||||||
|
'
|
||||||
|
Me.btnImportBackup.Location = New System.Drawing.Point(9, 125)
|
||||||
|
Me.btnImportBackup.Name = "btnImportBackup"
|
||||||
|
Me.btnImportBackup.Size = New System.Drawing.Size(114, 23)
|
||||||
|
Me.btnImportBackup.TabIndex = 8
|
||||||
|
Me.btnImportBackup.Text = "Import B&ackup Files"
|
||||||
|
Me.btnImportBackup.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
'cboRemoteBackup
|
'cboRemoteBackup
|
||||||
'
|
'
|
||||||
Me.cboRemoteBackup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
Me.cboRemoteBackup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||||
@@ -704,7 +713,7 @@ Partial Class frmGameManager
|
|||||||
Me.btnMarkAsRestored.Location = New System.Drawing.Point(429, 626)
|
Me.btnMarkAsRestored.Location = New System.Drawing.Point(429, 626)
|
||||||
Me.btnMarkAsRestored.Name = "btnMarkAsRestored"
|
Me.btnMarkAsRestored.Name = "btnMarkAsRestored"
|
||||||
Me.btnMarkAsRestored.Size = New System.Drawing.Size(100, 23)
|
Me.btnMarkAsRestored.Size = New System.Drawing.Size(100, 23)
|
||||||
Me.btnMarkAsRestored.TabIndex = 16
|
Me.btnMarkAsRestored.TabIndex = 17
|
||||||
Me.btnMarkAsRestored.Text = "&Mark as Restored"
|
Me.btnMarkAsRestored.Text = "&Mark as Restored"
|
||||||
Me.btnMarkAsRestored.UseVisualStyleBackColor = True
|
Me.btnMarkAsRestored.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
@@ -714,7 +723,7 @@ Partial Class frmGameManager
|
|||||||
Me.btnRestore.Location = New System.Drawing.Point(535, 626)
|
Me.btnRestore.Location = New System.Drawing.Point(535, 626)
|
||||||
Me.btnRestore.Name = "btnRestore"
|
Me.btnRestore.Name = "btnRestore"
|
||||||
Me.btnRestore.Size = New System.Drawing.Size(75, 23)
|
Me.btnRestore.Size = New System.Drawing.Size(75, 23)
|
||||||
Me.btnRestore.TabIndex = 17
|
Me.btnRestore.TabIndex = 18
|
||||||
Me.btnRestore.Text = "&Restore"
|
Me.btnRestore.Text = "&Restore"
|
||||||
Me.btnRestore.UseVisualStyleBackColor = True
|
Me.btnRestore.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
@@ -724,7 +733,7 @@ Partial Class frmGameManager
|
|||||||
Me.btnSave.Location = New System.Drawing.Point(616, 437)
|
Me.btnSave.Location = New System.Drawing.Point(616, 437)
|
||||||
Me.btnSave.Name = "btnSave"
|
Me.btnSave.Name = "btnSave"
|
||||||
Me.btnSave.Size = New System.Drawing.Size(75, 23)
|
Me.btnSave.Size = New System.Drawing.Size(75, 23)
|
||||||
Me.btnSave.TabIndex = 13
|
Me.btnSave.TabIndex = 14
|
||||||
Me.btnSave.Text = "&Save"
|
Me.btnSave.Text = "&Save"
|
||||||
Me.btnSave.UseVisualStyleBackColor = True
|
Me.btnSave.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
@@ -743,8 +752,8 @@ Partial Class frmGameManager
|
|||||||
Me.btnCancel.Location = New System.Drawing.Point(697, 437)
|
Me.btnCancel.Location = New System.Drawing.Point(697, 437)
|
||||||
Me.btnCancel.Name = "btnCancel"
|
Me.btnCancel.Name = "btnCancel"
|
||||||
Me.btnCancel.Size = New System.Drawing.Size(75, 23)
|
Me.btnCancel.Size = New System.Drawing.Size(75, 23)
|
||||||
Me.btnCancel.TabIndex = 14
|
Me.btnCancel.TabIndex = 15
|
||||||
Me.btnCancel.Text = "&Cancel"
|
Me.btnCancel.Text = "Ca&ncel"
|
||||||
Me.btnCancel.UseVisualStyleBackColor = True
|
Me.btnCancel.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
'chkEnabled
|
'chkEnabled
|
||||||
@@ -891,8 +900,8 @@ Partial Class frmGameManager
|
|||||||
Me.btnProcesses.Location = New System.Drawing.Point(454, 437)
|
Me.btnProcesses.Location = New System.Drawing.Point(454, 437)
|
||||||
Me.btnProcesses.Name = "btnProcesses"
|
Me.btnProcesses.Name = "btnProcesses"
|
||||||
Me.btnProcesses.Size = New System.Drawing.Size(75, 23)
|
Me.btnProcesses.Size = New System.Drawing.Size(75, 23)
|
||||||
Me.btnProcesses.TabIndex = 20
|
Me.btnProcesses.TabIndex = 12
|
||||||
Me.btnProcesses.Text = "Processes..."
|
Me.btnProcesses.Text = "Pro&cesses..."
|
||||||
Me.btnProcesses.UseVisualStyleBackColor = True
|
Me.btnProcesses.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
'ttFullPath
|
'ttFullPath
|
||||||
@@ -901,15 +910,6 @@ Partial Class frmGameManager
|
|||||||
Me.ttFullPath.InitialDelay = 300
|
Me.ttFullPath.InitialDelay = 300
|
||||||
Me.ttFullPath.ReshowDelay = 60
|
Me.ttFullPath.ReshowDelay = 60
|
||||||
'
|
'
|
||||||
'btnImportBackup
|
|
||||||
'
|
|
||||||
Me.btnImportBackup.Location = New System.Drawing.Point(9, 125)
|
|
||||||
Me.btnImportBackup.Name = "btnImportBackup"
|
|
||||||
Me.btnImportBackup.Size = New System.Drawing.Size(114, 23)
|
|
||||||
Me.btnImportBackup.TabIndex = 8
|
|
||||||
Me.btnImportBackup.Text = "Import B&ackup Files"
|
|
||||||
Me.btnImportBackup.UseVisualStyleBackColor = True
|
|
||||||
'
|
|
||||||
'frmGameManager
|
'frmGameManager
|
||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
|
|||||||
@@ -1048,6 +1048,7 @@ Public Class frmGameManager
|
|||||||
btnBackup.Enabled = False
|
btnBackup.Enabled = False
|
||||||
btnMarkAsRestored.Enabled = False
|
btnMarkAsRestored.Enabled = False
|
||||||
btnRestore.Enabled = False
|
btnRestore.Enabled = False
|
||||||
|
btnImportBackup.Enabled = False
|
||||||
btnDeleteBackup.Enabled = False
|
btnDeleteBackup.Enabled = False
|
||||||
btnOpenBackupFile.Enabled = False
|
btnOpenBackupFile.Enabled = False
|
||||||
btnOpenRestorePath.Enabled = False
|
btnOpenRestorePath.Enabled = False
|
||||||
@@ -1078,6 +1079,7 @@ Public Class frmGameManager
|
|||||||
btnBackup.Enabled = False
|
btnBackup.Enabled = False
|
||||||
btnMarkAsRestored.Enabled = False
|
btnMarkAsRestored.Enabled = False
|
||||||
btnRestore.Enabled = False
|
btnRestore.Enabled = False
|
||||||
|
btnImportBackup.Enabled = False
|
||||||
btnDeleteBackup.Enabled = False
|
btnDeleteBackup.Enabled = False
|
||||||
btnOpenBackupFile.Enabled = False
|
btnOpenBackupFile.Enabled = False
|
||||||
btnOpenRestorePath.Enabled = False
|
btnOpenRestorePath.Enabled = False
|
||||||
@@ -1106,6 +1108,7 @@ Public Class frmGameManager
|
|||||||
lblTags.Visible = True
|
lblTags.Visible = True
|
||||||
btnImport.Enabled = True
|
btnImport.Enabled = True
|
||||||
btnExport.Enabled = True
|
btnExport.Enabled = True
|
||||||
|
btnImportBackup.Enabled = True
|
||||||
Case eModes.Disabled
|
Case eModes.Disabled
|
||||||
grpFilter.Enabled = True
|
grpFilter.Enabled = True
|
||||||
lstGames.Enabled = True
|
lstGames.Enabled = True
|
||||||
@@ -1768,6 +1771,7 @@ Public Class frmGameManager
|
|||||||
chkRegEx.Text = frmGameManager_chkRegEx
|
chkRegEx.Text = frmGameManager_chkRegEx
|
||||||
btnGameID.Text = frmGameManager_btnGameID
|
btnGameID.Text = frmGameManager_btnGameID
|
||||||
btnImportBackup.Text = frmGameManager_btnImportBackup
|
btnImportBackup.Text = frmGameManager_btnImportBackup
|
||||||
|
btnProcesses.Text = frmGameManager_btnProcesses
|
||||||
|
|
||||||
'Init Filter Timer
|
'Init Filter Timer
|
||||||
tmFilterTimer = New Timer()
|
tmFilterTimer = New Timer()
|
||||||
|
|||||||
Generated
+11
-11
@@ -64,6 +64,7 @@ Partial Class frmSettings
|
|||||||
Me.grpLogOptions = New System.Windows.Forms.GroupBox()
|
Me.grpLogOptions = New System.Windows.Forms.GroupBox()
|
||||||
Me.chkDisableSyncMessages = New System.Windows.Forms.CheckBox()
|
Me.chkDisableSyncMessages = New System.Windows.Forms.CheckBox()
|
||||||
Me.grpGameData = New System.Windows.Forms.GroupBox()
|
Me.grpGameData = New System.Windows.Forms.GroupBox()
|
||||||
|
Me.chkShowResolvedPaths = New System.Windows.Forms.CheckBox()
|
||||||
Me.chkSessionTracking = New System.Windows.Forms.CheckBox()
|
Me.chkSessionTracking = New System.Windows.Forms.CheckBox()
|
||||||
Me.lstSettings = New System.Windows.Forms.ListBox()
|
Me.lstSettings = New System.Windows.Forms.ListBox()
|
||||||
Me.btnResetMessages = New System.Windows.Forms.Button()
|
Me.btnResetMessages = New System.Windows.Forms.Button()
|
||||||
@@ -73,7 +74,6 @@ Partial Class frmSettings
|
|||||||
Me.chkStartWindows = New System.Windows.Forms.CheckBox()
|
Me.chkStartWindows = New System.Windows.Forms.CheckBox()
|
||||||
Me.chkStartToTray = New System.Windows.Forms.CheckBox()
|
Me.chkStartToTray = New System.Windows.Forms.CheckBox()
|
||||||
Me.chkMonitorOnStartup = New System.Windows.Forms.CheckBox()
|
Me.chkMonitorOnStartup = New System.Windows.Forms.CheckBox()
|
||||||
Me.chkShowResolvedPaths = New System.Windows.Forms.CheckBox()
|
|
||||||
Me.grpFolderOptions.SuspendLayout()
|
Me.grpFolderOptions.SuspendLayout()
|
||||||
Me.grp7zGeneral.SuspendLayout()
|
Me.grp7zGeneral.SuspendLayout()
|
||||||
Me.pnlBackup.SuspendLayout()
|
Me.pnlBackup.SuspendLayout()
|
||||||
@@ -512,6 +512,16 @@ Partial Class frmSettings
|
|||||||
Me.grpGameData.TabStop = False
|
Me.grpGameData.TabStop = False
|
||||||
Me.grpGameData.Text = "Game Data Options"
|
Me.grpGameData.Text = "Game Data Options"
|
||||||
'
|
'
|
||||||
|
'chkShowResolvedPaths
|
||||||
|
'
|
||||||
|
Me.chkShowResolvedPaths.AutoSize = True
|
||||||
|
Me.chkShowResolvedPaths.Location = New System.Drawing.Point(6, 65)
|
||||||
|
Me.chkShowResolvedPaths.Name = "chkShowResolvedPaths"
|
||||||
|
Me.chkShowResolvedPaths.Size = New System.Drawing.Size(154, 17)
|
||||||
|
Me.chkShowResolvedPaths.TabIndex = 2
|
||||||
|
Me.chkShowResolvedPaths.Text = "Show resolved save paths "
|
||||||
|
Me.chkShowResolvedPaths.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
'chkSessionTracking
|
'chkSessionTracking
|
||||||
'
|
'
|
||||||
Me.chkSessionTracking.AutoSize = True
|
Me.chkSessionTracking.AutoSize = True
|
||||||
@@ -600,16 +610,6 @@ 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
|
||||||
'
|
'
|
||||||
'chkShowResolvedPaths
|
|
||||||
'
|
|
||||||
Me.chkShowResolvedPaths.AutoSize = True
|
|
||||||
Me.chkShowResolvedPaths.Location = New System.Drawing.Point(6, 65)
|
|
||||||
Me.chkShowResolvedPaths.Name = "chkShowResolvedPaths"
|
|
||||||
Me.chkShowResolvedPaths.Size = New System.Drawing.Size(154, 17)
|
|
||||||
Me.chkShowResolvedPaths.TabIndex = 3
|
|
||||||
Me.chkShowResolvedPaths.Text = "Show resolved save paths "
|
|
||||||
Me.chkShowResolvedPaths.UseVisualStyleBackColor = True
|
|
||||||
'
|
|
||||||
'frmSettings
|
'frmSettings
|
||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
|
|||||||
Generated
+12
-3
@@ -1474,7 +1474,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized string similar to &Cancel.
|
''' Looks up a localized string similar to Ca&ncel.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property frmGameManager_btnCancel() As String
|
Friend ReadOnly Property frmGameManager_btnCancel() As String
|
||||||
Get
|
Get
|
||||||
@@ -1573,7 +1573,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized string similar to In&clude Items....
|
''' Looks up a localized string similar to Incl&ude Items....
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property frmGameManager_btnInclude() As String
|
Friend ReadOnly Property frmGameManager_btnInclude() As String
|
||||||
Get
|
Get
|
||||||
@@ -1617,6 +1617,15 @@ Namespace My.Resources
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized string similar to Pro&cesses....
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property frmGameManager_btnProcesses() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("frmGameManager_btnProcesses", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized string similar to &Restore.
|
''' Looks up a localized string similar to &Restore.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
@@ -1645,7 +1654,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized string similar to Tags....
|
''' Looks up a localized string similar to &Tags....
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property frmGameManager_btnTags() As String
|
Friend ReadOnly Property frmGameManager_btnTags() As String
|
||||||
Get
|
Get
|
||||||
|
|||||||
@@ -431,7 +431,7 @@
|
|||||||
<value>&Backup</value>
|
<value>&Backup</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="frmGameManager_btnCancel" xml:space="preserve">
|
<data name="frmGameManager_btnCancel" xml:space="preserve">
|
||||||
<value>&Cancel</value>
|
<value>Ca&ncel</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="frmGameManager_btnClose" xml:space="preserve">
|
<data name="frmGameManager_btnClose" xml:space="preserve">
|
||||||
<value>C&lose</value>
|
<value>C&lose</value>
|
||||||
@@ -455,7 +455,7 @@
|
|||||||
<value>&Import</value>
|
<value>&Import</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="frmGameManager_btnInclude" xml:space="preserve">
|
<data name="frmGameManager_btnInclude" xml:space="preserve">
|
||||||
<value>In&clude Items...</value>
|
<value>Incl&ude Items...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="frmGameManager_btnMarkAsRestored" xml:space="preserve">
|
<data name="frmGameManager_btnMarkAsRestored" xml:space="preserve">
|
||||||
<value>&Mark as Restored</value>
|
<value>&Mark as Restored</value>
|
||||||
@@ -479,7 +479,7 @@
|
|||||||
<value>...</value>
|
<value>...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="frmGameManager_btnTags" xml:space="preserve">
|
<data name="frmGameManager_btnTags" xml:space="preserve">
|
||||||
<value>Tags...</value>
|
<value>&Tags...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="frmGameManager_chkEnabled" xml:space="preserve">
|
<data name="frmGameManager_chkEnabled" xml:space="preserve">
|
||||||
<value>Monitor this game</value>
|
<value>Monitor this game</value>
|
||||||
@@ -2245,4 +2245,7 @@
|
|||||||
<data name="mgrBackup_ImportSuccess" xml:space="preserve">
|
<data name="mgrBackup_ImportSuccess" xml:space="preserve">
|
||||||
<value>Imported backup file [PARAM] for [PARAM].</value>
|
<value>Imported backup file [PARAM] for [PARAM].</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="frmGameManager_btnProcesses" xml:space="preserve">
|
||||||
|
<value>Pro&cesses...</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
Reference in New Issue
Block a user