Made icons and window settings consistent
This commit is contained in:
Generated
+12
-13
@@ -46,6 +46,7 @@ Partial Class frmAddWizard
|
|||||||
Me.txtSavePath = New System.Windows.Forms.TextBox()
|
Me.txtSavePath = New System.Windows.Forms.TextBox()
|
||||||
Me.lblStep3Intro = New System.Windows.Forms.Label()
|
Me.lblStep3Intro = New System.Windows.Forms.Label()
|
||||||
Me.tbPage3a = New System.Windows.Forms.TabPage()
|
Me.tbPage3a = New System.Windows.Forms.TabPage()
|
||||||
|
Me.chkRecurseSubFolders = New System.Windows.Forms.CheckBox()
|
||||||
Me.lblIncludePathTitle = New System.Windows.Forms.Label()
|
Me.lblIncludePathTitle = New System.Windows.Forms.Label()
|
||||||
Me.lblIncludePath = New System.Windows.Forms.Label()
|
Me.lblIncludePath = New System.Windows.Forms.Label()
|
||||||
Me.lblFileTypes = New System.Windows.Forms.Label()
|
Me.lblFileTypes = New System.Windows.Forms.Label()
|
||||||
@@ -68,7 +69,6 @@ Partial Class frmAddWizard
|
|||||||
Me.btnCancel = New System.Windows.Forms.Button()
|
Me.btnCancel = New System.Windows.Forms.Button()
|
||||||
Me.btnNext = New System.Windows.Forms.Button()
|
Me.btnNext = New System.Windows.Forms.Button()
|
||||||
Me.btnBack = New System.Windows.Forms.Button()
|
Me.btnBack = New System.Windows.Forms.Button()
|
||||||
Me.chkRecurseSubFolders = New System.Windows.Forms.CheckBox()
|
|
||||||
Me.tabWizard.SuspendLayout()
|
Me.tabWizard.SuspendLayout()
|
||||||
Me.tbPage1.SuspendLayout()
|
Me.tbPage1.SuspendLayout()
|
||||||
Me.tbPage2.SuspendLayout()
|
Me.tbPage2.SuspendLayout()
|
||||||
@@ -325,6 +325,17 @@ Partial Class frmAddWizard
|
|||||||
Me.tbPage3a.TabIndex = 3
|
Me.tbPage3a.TabIndex = 3
|
||||||
Me.tbPage3a.Text = "TabPage4"
|
Me.tbPage3a.Text = "TabPage4"
|
||||||
'
|
'
|
||||||
|
'chkRecurseSubFolders
|
||||||
|
'
|
||||||
|
Me.chkRecurseSubFolders.AutoSize = True
|
||||||
|
Me.chkRecurseSubFolders.Location = New System.Drawing.Point(218, 40)
|
||||||
|
Me.chkRecurseSubFolders.Name = "chkRecurseSubFolders"
|
||||||
|
Me.chkRecurseSubFolders.Size = New System.Drawing.Size(15, 14)
|
||||||
|
Me.chkRecurseSubFolders.TabIndex = 0
|
||||||
|
Me.chkRecurseSubFolders.TabStop = False
|
||||||
|
Me.chkRecurseSubFolders.UseVisualStyleBackColor = True
|
||||||
|
Me.chkRecurseSubFolders.Visible = False
|
||||||
|
'
|
||||||
'lblIncludePathTitle
|
'lblIncludePathTitle
|
||||||
'
|
'
|
||||||
Me.lblIncludePathTitle.AutoSize = True
|
Me.lblIncludePathTitle.AutoSize = True
|
||||||
@@ -542,17 +553,6 @@ Partial Class frmAddWizard
|
|||||||
Me.btnBack.Text = "&Back"
|
Me.btnBack.Text = "&Back"
|
||||||
Me.btnBack.UseVisualStyleBackColor = True
|
Me.btnBack.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
'chkRecurseSubFolders
|
|
||||||
'
|
|
||||||
Me.chkRecurseSubFolders.AutoSize = True
|
|
||||||
Me.chkRecurseSubFolders.Location = New System.Drawing.Point(218, 40)
|
|
||||||
Me.chkRecurseSubFolders.Name = "chkRecurseSubFolders"
|
|
||||||
Me.chkRecurseSubFolders.Size = New System.Drawing.Size(15, 14)
|
|
||||||
Me.chkRecurseSubFolders.TabIndex = 0
|
|
||||||
Me.chkRecurseSubFolders.TabStop = False
|
|
||||||
Me.chkRecurseSubFolders.UseVisualStyleBackColor = True
|
|
||||||
Me.chkRecurseSubFolders.Visible = False
|
|
||||||
'
|
|
||||||
'frmAddWizard
|
'frmAddWizard
|
||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
@@ -566,7 +566,6 @@ Partial Class frmAddWizard
|
|||||||
Me.MaximizeBox = False
|
Me.MaximizeBox = False
|
||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmAddWizard"
|
Me.Name = "frmAddWizard"
|
||||||
Me.ShowIcon = False
|
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
||||||
Me.Text = "Add Game Wizard"
|
Me.Text = "Add Game Wizard"
|
||||||
Me.tabWizard.ResumeLayout(False)
|
Me.tabWizard.ResumeLayout(False)
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ Public Class frmAddWizard
|
|||||||
Private Sub SetForm()
|
Private Sub SetForm()
|
||||||
'Set Form Name
|
'Set Form Name
|
||||||
Me.Text = frmAddWizard_FormName
|
Me.Text = frmAddWizard_FormName
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Set Form Text
|
'Set Form Text
|
||||||
btnCancel.Text = frmAddWizard_btnCancel
|
btnCancel.Text = frmAddWizard_btnCancel
|
||||||
|
|||||||
Generated
+1
@@ -123,6 +123,7 @@ Partial Class frmAdvancedImport
|
|||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmAdvancedImport"
|
Me.Name = "frmAdvancedImport"
|
||||||
Me.ShowIcon = False
|
Me.ShowIcon = False
|
||||||
|
Me.ShowInTaskbar = False
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
Me.Text = "Import Game Configurations"
|
Me.Text = "Import Game Configurations"
|
||||||
Me.ResumeLayout(False)
|
Me.ResumeLayout(False)
|
||||||
|
|||||||
@@ -184,6 +184,7 @@ Public Class frmAdvancedImport
|
|||||||
Private Sub SetForm()
|
Private Sub SetForm()
|
||||||
'Set Form Name
|
'Set Form Name
|
||||||
Me.Text = frmAdvancedImport_FormName
|
Me.Text = frmAdvancedImport_FormName
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Add configuration date to title if applicable
|
'Add configuration date to title if applicable
|
||||||
If ImportInfo.Exported <> 0 Then
|
If ImportInfo.Exported <> 0 Then
|
||||||
|
|||||||
Generated
+1
@@ -80,6 +80,7 @@ Partial Class frmChooseGame
|
|||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmChooseGame"
|
Me.Name = "frmChooseGame"
|
||||||
Me.ShowIcon = False
|
Me.ShowIcon = False
|
||||||
|
Me.ShowInTaskbar = False
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
Me.Text = "Choose Game"
|
Me.Text = "Choose Game"
|
||||||
Me.ResumeLayout(False)
|
Me.ResumeLayout(False)
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ Public Class frmChooseGame
|
|||||||
Private Sub SetForm()
|
Private Sub SetForm()
|
||||||
'Set Form Name
|
'Set Form Name
|
||||||
Me.Text = frmChooseGame_FormName
|
Me.Text = frmChooseGame_FormName
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Set Form Text
|
'Set Form Text
|
||||||
btnCancel.Text = frmChooseGame_btnCancel
|
btnCancel.Text = frmChooseGame_btnCancel
|
||||||
|
|||||||
+1
@@ -104,6 +104,7 @@ Partial Class frmFileFolderSearch
|
|||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmFileFolderSearch"
|
Me.Name = "frmFileFolderSearch"
|
||||||
Me.ShowIcon = False
|
Me.ShowIcon = False
|
||||||
|
Me.ShowInTaskbar = False
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
Me.Text = "Search"
|
Me.Text = "Search"
|
||||||
Me.ResumeLayout(False)
|
Me.ResumeLayout(False)
|
||||||
|
|||||||
@@ -220,6 +220,7 @@ Public Class frmFileFolderSearch
|
|||||||
Private Sub SetForm()
|
Private Sub SetForm()
|
||||||
'Set Form Name
|
'Set Form Name
|
||||||
Me.Text = frmFileFolderSearch_FormName
|
Me.Text = frmFileFolderSearch_FormName
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Set Form Text
|
'Set Form Text
|
||||||
lblResults.Text = frmFileFolderSearch_lblResults
|
lblResults.Text = frmFileFolderSearch_lblResults
|
||||||
|
|||||||
Generated
+1
@@ -501,6 +501,7 @@ Partial Class frmFilter
|
|||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmFilter"
|
Me.Name = "frmFilter"
|
||||||
Me.ShowIcon = False
|
Me.ShowIcon = False
|
||||||
|
Me.ShowInTaskbar = False
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
Me.Text = "Custom Filter"
|
Me.Text = "Custom Filter"
|
||||||
Me.grpTagFilter.ResumeLayout(False)
|
Me.grpTagFilter.ResumeLayout(False)
|
||||||
|
|||||||
@@ -625,6 +625,7 @@ Public Class frmFilter
|
|||||||
Private Sub SetForm()
|
Private Sub SetForm()
|
||||||
'Set Form Name
|
'Set Form Name
|
||||||
Me.Text = frmFilter_FormName
|
Me.Text = frmFilter_FormName
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Set Form Text
|
'Set Form Text
|
||||||
optOr.Text = frmFilter_optOr
|
optOr.Text = frmFilter_optOr
|
||||||
|
|||||||
Generated
-1
@@ -1002,7 +1002,6 @@ Partial Class frmGameManager
|
|||||||
Me.MaximizeBox = False
|
Me.MaximizeBox = False
|
||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmGameManager"
|
Me.Name = "frmGameManager"
|
||||||
Me.ShowIcon = False
|
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
Me.Text = "Game Manager"
|
Me.Text = "Game Manager"
|
||||||
Me.grpConfig.ResumeLayout(False)
|
Me.grpConfig.ResumeLayout(False)
|
||||||
|
|||||||
@@ -1796,6 +1796,7 @@ Public Class frmGameManager
|
|||||||
Private Sub SetForm()
|
Private Sub SetForm()
|
||||||
'Set Form Name
|
'Set Form Name
|
||||||
Me.Name = frmGameManager_FormName
|
Me.Name = frmGameManager_FormName
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Set Form text
|
'Set Form text
|
||||||
grpFilter.Text = frmGameManager_grpFilter
|
grpFilter.Text = frmGameManager_grpFilter
|
||||||
|
|||||||
Generated
+1
@@ -124,6 +124,7 @@ Partial Class frmGameProcesses
|
|||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmGameProcesses"
|
Me.Name = "frmGameProcesses"
|
||||||
Me.ShowIcon = False
|
Me.ShowIcon = False
|
||||||
|
Me.ShowInTaskbar = False
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
Me.Text = "Edit Processes"
|
Me.Text = "Edit Processes"
|
||||||
Me.ResumeLayout(False)
|
Me.ResumeLayout(False)
|
||||||
|
|||||||
@@ -211,6 +211,7 @@ Public Class frmGameProcesses
|
|||||||
Else
|
Else
|
||||||
Me.Text = mgrCommon.FormatString(frmGameProcesses_FormNameSingle, GameName)
|
Me.Text = mgrCommon.FormatString(frmGameProcesses_FormNameSingle, GameName)
|
||||||
End If
|
End If
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Set Form Text
|
'Set Form Text
|
||||||
btnOpenProcesses.Text = frmGameProcesses_btnOpenProcesses
|
btnOpenProcesses.Text = frmGameProcesses_btnOpenProcesses
|
||||||
|
|||||||
Generated
+1
@@ -124,6 +124,7 @@ Partial Class frmGameTags
|
|||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmGameTags"
|
Me.Name = "frmGameTags"
|
||||||
Me.ShowIcon = False
|
Me.ShowIcon = False
|
||||||
|
Me.ShowInTaskbar = False
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
Me.Text = "Edit Tags"
|
Me.Text = "Edit Tags"
|
||||||
Me.ResumeLayout(False)
|
Me.ResumeLayout(False)
|
||||||
|
|||||||
@@ -213,6 +213,7 @@ Public Class frmGameTags
|
|||||||
Else
|
Else
|
||||||
Me.Text = mgrCommon.FormatString(frmGameTags_FormNameSingle, GameName)
|
Me.Text = mgrCommon.FormatString(frmGameTags_FormNameSingle, GameName)
|
||||||
End If
|
End If
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Set Form Text
|
'Set Form Text
|
||||||
btnOpenTags.Text = frmGameTags_btnOpenTags
|
btnOpenTags.Text = frmGameTags_btnOpenTags
|
||||||
|
|||||||
Generated
+12
-11
@@ -38,13 +38,13 @@ Partial Class frmIncludeExclude
|
|||||||
Me.btnRemove = New System.Windows.Forms.Button()
|
Me.btnRemove = New System.Windows.Forms.Button()
|
||||||
Me.btnAdd = New System.Windows.Forms.Button()
|
Me.btnAdd = New System.Windows.Forms.Button()
|
||||||
Me.grpOptions = New System.Windows.Forms.GroupBox()
|
Me.grpOptions = New System.Windows.Forms.GroupBox()
|
||||||
|
Me.chkRecurseSubFolders = New System.Windows.Forms.CheckBox()
|
||||||
Me.optFileTypes = New System.Windows.Forms.RadioButton()
|
Me.optFileTypes = New System.Windows.Forms.RadioButton()
|
||||||
Me.optIndividualFiles = New System.Windows.Forms.RadioButton()
|
Me.optIndividualFiles = New System.Windows.Forms.RadioButton()
|
||||||
Me.lblItems = New System.Windows.Forms.Label()
|
Me.lblItems = New System.Windows.Forms.Label()
|
||||||
Me.btnRawEdit = New System.Windows.Forms.Button()
|
Me.btnRawEdit = New System.Windows.Forms.Button()
|
||||||
Me.lblSaveFolder = New System.Windows.Forms.Label()
|
Me.lblSaveFolder = New System.Windows.Forms.Label()
|
||||||
Me.ttWarning = New System.Windows.Forms.ToolTip(Me.components)
|
Me.ttWarning = New System.Windows.Forms.ToolTip(Me.components)
|
||||||
Me.chkRecurseSubFolders = New System.Windows.Forms.CheckBox()
|
|
||||||
Me.cmsItems.SuspendLayout()
|
Me.cmsItems.SuspendLayout()
|
||||||
Me.grpOptions.SuspendLayout()
|
Me.grpOptions.SuspendLayout()
|
||||||
Me.SuspendLayout()
|
Me.SuspendLayout()
|
||||||
@@ -170,6 +170,16 @@ Partial Class frmIncludeExclude
|
|||||||
Me.grpOptions.TabStop = False
|
Me.grpOptions.TabStop = False
|
||||||
Me.grpOptions.Text = "Options"
|
Me.grpOptions.Text = "Options"
|
||||||
'
|
'
|
||||||
|
'chkRecurseSubFolders
|
||||||
|
'
|
||||||
|
Me.chkRecurseSubFolders.AutoSize = True
|
||||||
|
Me.chkRecurseSubFolders.Location = New System.Drawing.Point(185, 20)
|
||||||
|
Me.chkRecurseSubFolders.Name = "chkRecurseSubFolders"
|
||||||
|
Me.chkRecurseSubFolders.Size = New System.Drawing.Size(120, 17)
|
||||||
|
Me.chkRecurseSubFolders.TabIndex = 2
|
||||||
|
Me.chkRecurseSubFolders.Text = "Recurse sub-folders"
|
||||||
|
Me.chkRecurseSubFolders.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
'optFileTypes
|
'optFileTypes
|
||||||
'
|
'
|
||||||
Me.optFileTypes.Location = New System.Drawing.Point(6, 19)
|
Me.optFileTypes.Location = New System.Drawing.Point(6, 19)
|
||||||
@@ -224,16 +234,6 @@ Partial Class frmIncludeExclude
|
|||||||
Me.ttWarning.ReshowDelay = 50
|
Me.ttWarning.ReshowDelay = 50
|
||||||
Me.ttWarning.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Warning
|
Me.ttWarning.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Warning
|
||||||
'
|
'
|
||||||
'chkRecurseSubFolders
|
|
||||||
'
|
|
||||||
Me.chkRecurseSubFolders.AutoSize = True
|
|
||||||
Me.chkRecurseSubFolders.Location = New System.Drawing.Point(185, 20)
|
|
||||||
Me.chkRecurseSubFolders.Name = "chkRecurseSubFolders"
|
|
||||||
Me.chkRecurseSubFolders.Size = New System.Drawing.Size(120, 17)
|
|
||||||
Me.chkRecurseSubFolders.TabIndex = 2
|
|
||||||
Me.chkRecurseSubFolders.Text = "Recurse sub-folders"
|
|
||||||
Me.chkRecurseSubFolders.UseVisualStyleBackColor = True
|
|
||||||
'
|
|
||||||
'frmIncludeExclude
|
'frmIncludeExclude
|
||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
@@ -256,6 +256,7 @@ Partial Class frmIncludeExclude
|
|||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmIncludeExclude"
|
Me.Name = "frmIncludeExclude"
|
||||||
Me.ShowIcon = False
|
Me.ShowIcon = False
|
||||||
|
Me.ShowInTaskbar = False
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
Me.Text = "Include / Exclude Builder"
|
Me.Text = "Include / Exclude Builder"
|
||||||
Me.cmsItems.ResumeLayout(False)
|
Me.cmsItems.ResumeLayout(False)
|
||||||
|
|||||||
@@ -125,7 +125,7 @@
|
|||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
|
||||||
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
|
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
|
||||||
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAB6
|
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAB6
|
||||||
CQAAAk1TRnQBSQFMAgEBAwEAAcABAAHAAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
|
CQAAAk1TRnQBSQFMAgEBAwEAAcgBAAHIAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
|
||||||
AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
|
AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
|
||||||
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
|
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
|
||||||
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
|
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
|
||||||
|
|||||||
@@ -244,6 +244,7 @@ Public Class frmIncludeExclude
|
|||||||
Private Sub SetForm()
|
Private Sub SetForm()
|
||||||
'Set Form Name
|
'Set Form Name
|
||||||
Me.Text = mgrCommon.FormatString(frmIncludeExclude_FormName, FormName)
|
Me.Text = mgrCommon.FormatString(frmIncludeExclude_FormName, FormName)
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Set Form Text
|
'Set Form Text
|
||||||
lblSaveFolder.Text = frmIncludeExclude_lblSaveFolder
|
lblSaveFolder.Text = frmIncludeExclude_lblSaveFolder
|
||||||
|
|||||||
Generated
+14
-15
@@ -34,9 +34,9 @@ Partial Class frmMain
|
|||||||
Me.gMonTraySetup = New System.Windows.Forms.ToolStripMenuItem()
|
Me.gMonTraySetup = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.gMonTraySetupAddWizard = New System.Windows.Forms.ToolStripMenuItem()
|
Me.gMonTraySetupAddWizard = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.gMonTraySetupGameManager = New System.Windows.Forms.ToolStripMenuItem()
|
Me.gMonTraySetupGameManager = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.gMonTraySetupCustomVariables = New System.Windows.Forms.ToolStripMenuItem()
|
|
||||||
Me.gMonTraySetupTags = New System.Windows.Forms.ToolStripMenuItem()
|
Me.gMonTraySetupTags = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.gMonTraySetupProcessManager = New System.Windows.Forms.ToolStripMenuItem()
|
Me.gMonTraySetupProcessManager = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
|
Me.gMonTraySetupCustomVariables = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.gMonTrayTools = New System.Windows.Forms.ToolStripMenuItem()
|
Me.gMonTrayTools = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.gMonTrayToolsCompact = New System.Windows.Forms.ToolStripMenuItem()
|
Me.gMonTrayToolsCompact = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.gMonTrayToolsLog = New System.Windows.Forms.ToolStripMenuItem()
|
Me.gMonTrayToolsLog = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
@@ -64,9 +64,9 @@ Partial Class frmMain
|
|||||||
Me.gMonSetup = New System.Windows.Forms.ToolStripMenuItem()
|
Me.gMonSetup = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.gMonSetupGameManager = New System.Windows.Forms.ToolStripMenuItem()
|
Me.gMonSetupGameManager = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.gMonSetupAddWizard = New System.Windows.Forms.ToolStripMenuItem()
|
Me.gMonSetupAddWizard = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.gMonSetupCustomVariables = New System.Windows.Forms.ToolStripMenuItem()
|
|
||||||
Me.gMonSetupTags = New System.Windows.Forms.ToolStripMenuItem()
|
Me.gMonSetupTags = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.gMonSetupProcessManager = New System.Windows.Forms.ToolStripMenuItem()
|
Me.gMonSetupProcessManager = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
|
Me.gMonSetupCustomVariables = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.gMonTools = New System.Windows.Forms.ToolStripMenuItem()
|
Me.gMonTools = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.gMonToolsCompact = New System.Windows.Forms.ToolStripMenuItem()
|
Me.gMonToolsCompact = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.gMonToolsLog = New System.Windows.Forms.ToolStripMenuItem()
|
Me.gMonToolsLog = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
@@ -162,12 +162,6 @@ Partial Class frmMain
|
|||||||
Me.gMonTraySetupGameManager.Size = New System.Drawing.Size(201, 22)
|
Me.gMonTraySetupGameManager.Size = New System.Drawing.Size(201, 22)
|
||||||
Me.gMonTraySetupGameManager.Text = "&Game Manager..."
|
Me.gMonTraySetupGameManager.Text = "&Game Manager..."
|
||||||
'
|
'
|
||||||
'gMonTraySetupCustomVariables
|
|
||||||
'
|
|
||||||
Me.gMonTraySetupCustomVariables.Name = "gMonTraySetupCustomVariables"
|
|
||||||
Me.gMonTraySetupCustomVariables.Size = New System.Drawing.Size(201, 22)
|
|
||||||
Me.gMonTraySetupCustomVariables.Text = "Custom Path &Variables..."
|
|
||||||
'
|
|
||||||
'gMonTraySetupTags
|
'gMonTraySetupTags
|
||||||
'
|
'
|
||||||
Me.gMonTraySetupTags.Name = "gMonTraySetupTags"
|
Me.gMonTraySetupTags.Name = "gMonTraySetupTags"
|
||||||
@@ -180,6 +174,12 @@ Partial Class frmMain
|
|||||||
Me.gMonTraySetupProcessManager.Size = New System.Drawing.Size(201, 22)
|
Me.gMonTraySetupProcessManager.Size = New System.Drawing.Size(201, 22)
|
||||||
Me.gMonTraySetupProcessManager.Text = "&Process Manager..."
|
Me.gMonTraySetupProcessManager.Text = "&Process Manager..."
|
||||||
'
|
'
|
||||||
|
'gMonTraySetupCustomVariables
|
||||||
|
'
|
||||||
|
Me.gMonTraySetupCustomVariables.Name = "gMonTraySetupCustomVariables"
|
||||||
|
Me.gMonTraySetupCustomVariables.Size = New System.Drawing.Size(201, 22)
|
||||||
|
Me.gMonTraySetupCustomVariables.Text = "Custom Path &Variables..."
|
||||||
|
'
|
||||||
'gMonTrayTools
|
'gMonTrayTools
|
||||||
'
|
'
|
||||||
Me.gMonTrayTools.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.gMonTrayToolsCompact, Me.gMonTrayToolsLog, Me.gMonTrayToolsSessions, Me.gMonTrayToolsSyncGameID})
|
Me.gMonTrayTools.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.gMonTrayToolsCompact, Me.gMonTrayToolsLog, Me.gMonTrayToolsSessions, Me.gMonTrayToolsSyncGameID})
|
||||||
@@ -367,12 +367,6 @@ Partial Class frmMain
|
|||||||
Me.gMonSetupAddWizard.Size = New System.Drawing.Size(201, 22)
|
Me.gMonSetupAddWizard.Size = New System.Drawing.Size(201, 22)
|
||||||
Me.gMonSetupAddWizard.Text = "Add Game &Wizard..."
|
Me.gMonSetupAddWizard.Text = "Add Game &Wizard..."
|
||||||
'
|
'
|
||||||
'gMonSetupCustomVariables
|
|
||||||
'
|
|
||||||
Me.gMonSetupCustomVariables.Name = "gMonSetupCustomVariables"
|
|
||||||
Me.gMonSetupCustomVariables.Size = New System.Drawing.Size(201, 22)
|
|
||||||
Me.gMonSetupCustomVariables.Text = "Custom Path &Variables..."
|
|
||||||
'
|
|
||||||
'gMonSetupTags
|
'gMonSetupTags
|
||||||
'
|
'
|
||||||
Me.gMonSetupTags.Name = "gMonSetupTags"
|
Me.gMonSetupTags.Name = "gMonSetupTags"
|
||||||
@@ -385,6 +379,12 @@ Partial Class frmMain
|
|||||||
Me.gMonSetupProcessManager.Size = New System.Drawing.Size(201, 22)
|
Me.gMonSetupProcessManager.Size = New System.Drawing.Size(201, 22)
|
||||||
Me.gMonSetupProcessManager.Text = "&Process Manager..."
|
Me.gMonSetupProcessManager.Text = "&Process Manager..."
|
||||||
'
|
'
|
||||||
|
'gMonSetupCustomVariables
|
||||||
|
'
|
||||||
|
Me.gMonSetupCustomVariables.Name = "gMonSetupCustomVariables"
|
||||||
|
Me.gMonSetupCustomVariables.Size = New System.Drawing.Size(201, 22)
|
||||||
|
Me.gMonSetupCustomVariables.Text = "Custom Path &Variables..."
|
||||||
|
'
|
||||||
'gMonTools
|
'gMonTools
|
||||||
'
|
'
|
||||||
Me.gMonTools.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.gMonToolsCompact, Me.gMonToolsLog, Me.gMonToolsSessions, Me.gMonToolsSyncGameID})
|
Me.gMonTools.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.gMonToolsCompact, Me.gMonToolsLog, Me.gMonToolsSessions, Me.gMonToolsSyncGameID})
|
||||||
@@ -600,7 +600,6 @@ Partial Class frmMain
|
|||||||
Me.Controls.Add(Me.gMonStatusStrip)
|
Me.Controls.Add(Me.gMonStatusStrip)
|
||||||
Me.Controls.Add(Me.gMonMainMenu)
|
Me.Controls.Add(Me.gMonMainMenu)
|
||||||
Me.Controls.Add(Me.txtLog)
|
Me.Controls.Add(Me.txtLog)
|
||||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
||||||
Me.KeyPreview = True
|
Me.KeyPreview = True
|
||||||
Me.MainMenuStrip = Me.gMonMainMenu
|
Me.MainMenuStrip = Me.gMonMainMenu
|
||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1495,6 +1495,7 @@ Public Class frmMain
|
|||||||
|
|
||||||
'Set Form Name
|
'Set Form Name
|
||||||
Me.Name = App_NameLong
|
Me.Name = App_NameLong
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Set Menu Text
|
'Set Menu Text
|
||||||
gMonFile.Text = frmMain_gMonFile
|
gMonFile.Text = frmMain_gMonFile
|
||||||
|
|||||||
Generated
-1
@@ -213,7 +213,6 @@ Partial Class frmProcessManager
|
|||||||
Me.MaximizeBox = False
|
Me.MaximizeBox = False
|
||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmProcessManager"
|
Me.Name = "frmProcessManager"
|
||||||
Me.ShowIcon = False
|
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
Me.Text = "Process Manager"
|
Me.Text = "Process Manager"
|
||||||
Me.grpProcess.ResumeLayout(False)
|
Me.grpProcess.ResumeLayout(False)
|
||||||
|
|||||||
@@ -307,6 +307,7 @@ Public Class frmProcessManager
|
|||||||
Private Sub SetForm()
|
Private Sub SetForm()
|
||||||
'Set Form Name
|
'Set Form Name
|
||||||
Me.Text = frmProcessManager_FormName
|
Me.Text = frmProcessManager_FormName
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Set Form Text
|
'Set Form Text
|
||||||
btnCancel.Text = frmProcessManager_btnCancel
|
btnCancel.Text = frmProcessManager_btnCancel
|
||||||
|
|||||||
Generated
+33
-32
@@ -25,11 +25,11 @@ Partial Class frmSessionExport
|
|||||||
Me.btnExport = New System.Windows.Forms.Button()
|
Me.btnExport = New System.Windows.Forms.Button()
|
||||||
Me.btnCancel = New System.Windows.Forms.Button()
|
Me.btnCancel = New System.Windows.Forms.Button()
|
||||||
Me.grpExportType = New System.Windows.Forms.GroupBox()
|
Me.grpExportType = New System.Windows.Forms.GroupBox()
|
||||||
Me.grpDateType = New System.Windows.Forms.GroupBox()
|
|
||||||
Me.optCSV = New System.Windows.Forms.RadioButton()
|
|
||||||
Me.optXML = New System.Windows.Forms.RadioButton()
|
Me.optXML = New System.Windows.Forms.RadioButton()
|
||||||
Me.optCurrentLocale = New System.Windows.Forms.RadioButton()
|
Me.optCSV = New System.Windows.Forms.RadioButton()
|
||||||
|
Me.grpDateType = New System.Windows.Forms.GroupBox()
|
||||||
Me.optUnix = New System.Windows.Forms.RadioButton()
|
Me.optUnix = New System.Windows.Forms.RadioButton()
|
||||||
|
Me.optCurrentLocale = New System.Windows.Forms.RadioButton()
|
||||||
Me.grpOptions = New System.Windows.Forms.GroupBox()
|
Me.grpOptions = New System.Windows.Forms.GroupBox()
|
||||||
Me.chkCSVHeaders = New System.Windows.Forms.CheckBox()
|
Me.chkCSVHeaders = New System.Windows.Forms.CheckBox()
|
||||||
Me.grpExportType.SuspendLayout()
|
Me.grpExportType.SuspendLayout()
|
||||||
@@ -66,16 +66,16 @@ Partial Class frmSessionExport
|
|||||||
Me.grpExportType.TabStop = False
|
Me.grpExportType.TabStop = False
|
||||||
Me.grpExportType.Text = "Export Type"
|
Me.grpExportType.Text = "Export Type"
|
||||||
'
|
'
|
||||||
'grpDateType
|
'optXML
|
||||||
'
|
'
|
||||||
Me.grpDateType.Controls.Add(Me.optUnix)
|
Me.optXML.AutoSize = True
|
||||||
Me.grpDateType.Controls.Add(Me.optCurrentLocale)
|
Me.optXML.Location = New System.Drawing.Point(6, 42)
|
||||||
Me.grpDateType.Location = New System.Drawing.Point(12, 88)
|
Me.optXML.Name = "optXML"
|
||||||
Me.grpDateType.Name = "grpDateType"
|
Me.optXML.Size = New System.Drawing.Size(47, 17)
|
||||||
Me.grpDateType.Size = New System.Drawing.Size(260, 70)
|
Me.optXML.TabIndex = 1
|
||||||
Me.grpDateType.TabIndex = 1
|
Me.optXML.TabStop = True
|
||||||
Me.grpDateType.TabStop = False
|
Me.optXML.Text = "XML"
|
||||||
Me.grpDateType.Text = "Date Type"
|
Me.optXML.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
'optCSV
|
'optCSV
|
||||||
'
|
'
|
||||||
@@ -88,27 +88,16 @@ Partial Class frmSessionExport
|
|||||||
Me.optCSV.Text = "CSV"
|
Me.optCSV.Text = "CSV"
|
||||||
Me.optCSV.UseVisualStyleBackColor = True
|
Me.optCSV.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
'optXML
|
'grpDateType
|
||||||
'
|
'
|
||||||
Me.optXML.AutoSize = True
|
Me.grpDateType.Controls.Add(Me.optUnix)
|
||||||
Me.optXML.Location = New System.Drawing.Point(6, 42)
|
Me.grpDateType.Controls.Add(Me.optCurrentLocale)
|
||||||
Me.optXML.Name = "optXML"
|
Me.grpDateType.Location = New System.Drawing.Point(12, 88)
|
||||||
Me.optXML.Size = New System.Drawing.Size(47, 17)
|
Me.grpDateType.Name = "grpDateType"
|
||||||
Me.optXML.TabIndex = 1
|
Me.grpDateType.Size = New System.Drawing.Size(260, 70)
|
||||||
Me.optXML.TabStop = True
|
Me.grpDateType.TabIndex = 1
|
||||||
Me.optXML.Text = "XML"
|
Me.grpDateType.TabStop = False
|
||||||
Me.optXML.UseVisualStyleBackColor = True
|
Me.grpDateType.Text = "Date Type"
|
||||||
'
|
|
||||||
'optCurrentLocale
|
|
||||||
'
|
|
||||||
Me.optCurrentLocale.AutoEllipsis = True
|
|
||||||
Me.optCurrentLocale.Location = New System.Drawing.Point(6, 19)
|
|
||||||
Me.optCurrentLocale.Name = "optCurrentLocale"
|
|
||||||
Me.optCurrentLocale.Size = New System.Drawing.Size(248, 17)
|
|
||||||
Me.optCurrentLocale.TabIndex = 0
|
|
||||||
Me.optCurrentLocale.TabStop = True
|
|
||||||
Me.optCurrentLocale.Text = "Current Locale"
|
|
||||||
Me.optCurrentLocale.UseVisualStyleBackColor = True
|
|
||||||
'
|
'
|
||||||
'optUnix
|
'optUnix
|
||||||
'
|
'
|
||||||
@@ -121,6 +110,17 @@ Partial Class frmSessionExport
|
|||||||
Me.optUnix.Text = "Unix Timestamp"
|
Me.optUnix.Text = "Unix Timestamp"
|
||||||
Me.optUnix.UseVisualStyleBackColor = True
|
Me.optUnix.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
|
'optCurrentLocale
|
||||||
|
'
|
||||||
|
Me.optCurrentLocale.AutoEllipsis = True
|
||||||
|
Me.optCurrentLocale.Location = New System.Drawing.Point(6, 19)
|
||||||
|
Me.optCurrentLocale.Name = "optCurrentLocale"
|
||||||
|
Me.optCurrentLocale.Size = New System.Drawing.Size(248, 17)
|
||||||
|
Me.optCurrentLocale.TabIndex = 0
|
||||||
|
Me.optCurrentLocale.TabStop = True
|
||||||
|
Me.optCurrentLocale.Text = "Current Locale"
|
||||||
|
Me.optCurrentLocale.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
'grpOptions
|
'grpOptions
|
||||||
'
|
'
|
||||||
Me.grpOptions.Controls.Add(Me.chkCSVHeaders)
|
Me.grpOptions.Controls.Add(Me.chkCSVHeaders)
|
||||||
@@ -155,6 +155,7 @@ Partial Class frmSessionExport
|
|||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmSessionExport"
|
Me.Name = "frmSessionExport"
|
||||||
Me.ShowIcon = False
|
Me.ShowIcon = False
|
||||||
|
Me.ShowInTaskbar = False
|
||||||
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
||||||
Me.Text = "Session Export Options"
|
Me.Text = "Session Export Options"
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ Public Class frmSessionExport
|
|||||||
|
|
||||||
Private Sub SetForm()
|
Private Sub SetForm()
|
||||||
Me.Text = frmSessionExport_FormName
|
Me.Text = frmSessionExport_FormName
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
grpExportType.Text = frmSessionExport_grpExportType
|
grpExportType.Text = frmSessionExport_grpExportType
|
||||||
grpDateType.Text = frmSessionExport_grpDateType
|
grpDateType.Text = frmSessionExport_grpDateType
|
||||||
|
|||||||
Generated
-1
@@ -175,7 +175,6 @@ Partial Class frmSessions
|
|||||||
Me.Controls.Add(Me.lblFilter)
|
Me.Controls.Add(Me.lblFilter)
|
||||||
Me.Controls.Add(Me.txtFilter)
|
Me.Controls.Add(Me.txtFilter)
|
||||||
Me.Name = "frmSessions"
|
Me.Name = "frmSessions"
|
||||||
Me.ShowIcon = False
|
|
||||||
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
Me.Text = "Session Viewer"
|
Me.Text = "Session Viewer"
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ Public Class frmSessions
|
|||||||
|
|
||||||
Private Sub SetForm()
|
Private Sub SetForm()
|
||||||
Me.Text = frmSessions_Name
|
Me.Text = frmSessions_Name
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Init Labels
|
'Init Labels
|
||||||
lblFilter.Text = frmSessions_lblFilter
|
lblFilter.Text = frmSessions_lblFilter
|
||||||
|
|||||||
Generated
+11
-13
@@ -47,6 +47,7 @@ Partial Class frmSettings
|
|||||||
Me.btnDefaults = New System.Windows.Forms.Button()
|
Me.btnDefaults = New System.Windows.Forms.Button()
|
||||||
Me.pnlBackup = New System.Windows.Forms.Panel()
|
Me.pnlBackup = New System.Windows.Forms.Panel()
|
||||||
Me.grpBackupConfirmations = New System.Windows.Forms.GroupBox()
|
Me.grpBackupConfirmations = New System.Windows.Forms.GroupBox()
|
||||||
|
Me.chkDisableDiskSpaceCheck = New System.Windows.Forms.CheckBox()
|
||||||
Me.chkBackupConfirm = New System.Windows.Forms.CheckBox()
|
Me.chkBackupConfirm = New System.Windows.Forms.CheckBox()
|
||||||
Me.chkOverwriteWarning = New System.Windows.Forms.CheckBox()
|
Me.chkOverwriteWarning = New System.Windows.Forms.CheckBox()
|
||||||
Me.grpBackupHandling = New System.Windows.Forms.GroupBox()
|
Me.grpBackupHandling = New System.Windows.Forms.GroupBox()
|
||||||
@@ -74,7 +75,6 @@ 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.chkDisableDiskSpaceCheck = New System.Windows.Forms.CheckBox()
|
|
||||||
Me.grpFolderOptions.SuspendLayout()
|
Me.grpFolderOptions.SuspendLayout()
|
||||||
Me.grp7zGeneral.SuspendLayout()
|
Me.grp7zGeneral.SuspendLayout()
|
||||||
Me.pnlBackup.SuspendLayout()
|
Me.pnlBackup.SuspendLayout()
|
||||||
@@ -329,6 +329,16 @@ Partial Class frmSettings
|
|||||||
Me.grpBackupConfirmations.TabStop = False
|
Me.grpBackupConfirmations.TabStop = False
|
||||||
Me.grpBackupConfirmations.Text = "Backup Confirmations"
|
Me.grpBackupConfirmations.Text = "Backup Confirmations"
|
||||||
'
|
'
|
||||||
|
'chkDisableDiskSpaceCheck
|
||||||
|
'
|
||||||
|
Me.chkDisableDiskSpaceCheck.AutoSize = True
|
||||||
|
Me.chkDisableDiskSpaceCheck.Location = New System.Drawing.Point(9, 41)
|
||||||
|
Me.chkDisableDiskSpaceCheck.Name = "chkDisableDiskSpaceCheck"
|
||||||
|
Me.chkDisableDiskSpaceCheck.Size = New System.Drawing.Size(222, 17)
|
||||||
|
Me.chkDisableDiskSpaceCheck.TabIndex = 1
|
||||||
|
Me.chkDisableDiskSpaceCheck.Text = "Disable disk space check prior to backup"
|
||||||
|
Me.chkDisableDiskSpaceCheck.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
'chkBackupConfirm
|
'chkBackupConfirm
|
||||||
'
|
'
|
||||||
Me.chkBackupConfirm.AutoSize = True
|
Me.chkBackupConfirm.AutoSize = True
|
||||||
@@ -612,16 +622,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
|
||||||
'
|
'
|
||||||
'chkDisableDiskSpaceCheck
|
|
||||||
'
|
|
||||||
Me.chkDisableDiskSpaceCheck.AutoSize = True
|
|
||||||
Me.chkDisableDiskSpaceCheck.Location = New System.Drawing.Point(9, 41)
|
|
||||||
Me.chkDisableDiskSpaceCheck.Name = "chkDisableDiskSpaceCheck"
|
|
||||||
Me.chkDisableDiskSpaceCheck.Size = New System.Drawing.Size(222, 17)
|
|
||||||
Me.chkDisableDiskSpaceCheck.TabIndex = 1
|
|
||||||
Me.chkDisableDiskSpaceCheck.Text = "Disable disk space check prior to backup"
|
|
||||||
Me.chkDisableDiskSpaceCheck.UseVisualStyleBackColor = True
|
|
||||||
'
|
|
||||||
'frmSettings
|
'frmSettings
|
||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
@@ -640,8 +640,6 @@ Partial Class frmSettings
|
|||||||
Me.MaximizeBox = False
|
Me.MaximizeBox = False
|
||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmSettings"
|
Me.Name = "frmSettings"
|
||||||
Me.ShowIcon = False
|
|
||||||
Me.ShowInTaskbar = False
|
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
Me.Text = "Settings"
|
Me.Text = "Settings"
|
||||||
Me.grpFolderOptions.ResumeLayout(False)
|
Me.grpFolderOptions.ResumeLayout(False)
|
||||||
|
|||||||
@@ -314,6 +314,7 @@ Public Class frmSettings
|
|||||||
Private Sub SetForm()
|
Private Sub SetForm()
|
||||||
'Set Form Name
|
'Set Form Name
|
||||||
Me.Text = frmSettings_FormName
|
Me.Text = frmSettings_FormName
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Set Form Text
|
'Set Form Text
|
||||||
lblMinutes.Text = frmSettings_lblMinutes
|
lblMinutes.Text = frmSettings_lblMinutes
|
||||||
|
|||||||
Generated
-1
@@ -331,7 +331,6 @@ Partial Class frmStartUpWizard
|
|||||||
Me.MaximizeBox = False
|
Me.MaximizeBox = False
|
||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmStartUpWizard"
|
Me.Name = "frmStartUpWizard"
|
||||||
Me.ShowIcon = False
|
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
||||||
Me.Text = "GBM Setup"
|
Me.Text = "GBM Setup"
|
||||||
Me.tabWizard.ResumeLayout(False)
|
Me.tabWizard.ResumeLayout(False)
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ Public Class frmStartUpWizard
|
|||||||
Private Sub SetForm()
|
Private Sub SetForm()
|
||||||
'Set Form Name
|
'Set Form Name
|
||||||
Me.Text = frmStartUpWizard_FormName
|
Me.Text = frmStartUpWizard_FormName
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Set Form Text
|
'Set Form Text
|
||||||
btnNext.Text = frmStartUpWizard_btnNext
|
btnNext.Text = frmStartUpWizard_btnNext
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ Public Class frmSyncFields
|
|||||||
Private Sub SetForm()
|
Private Sub SetForm()
|
||||||
'Set Form Name
|
'Set Form Name
|
||||||
Me.Text = frmSyncFields_FormName
|
Me.Text = frmSyncFields_FormName
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Set Form Text
|
'Set Form Text
|
||||||
btnCancel.Text = frmSyncFields_btnCancel
|
btnCancel.Text = frmSyncFields_btnCancel
|
||||||
|
|||||||
Generated
-1
@@ -150,7 +150,6 @@ Partial Class frmTags
|
|||||||
Me.MaximizeBox = False
|
Me.MaximizeBox = False
|
||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmTags"
|
Me.Name = "frmTags"
|
||||||
Me.ShowIcon = False
|
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
Me.Text = "Tags"
|
Me.Text = "Tags"
|
||||||
Me.grpTag.ResumeLayout(False)
|
Me.grpTag.ResumeLayout(False)
|
||||||
|
|||||||
@@ -267,6 +267,7 @@ Public Class frmTags
|
|||||||
Private Sub SetForm()
|
Private Sub SetForm()
|
||||||
'Set Form Name
|
'Set Form Name
|
||||||
Me.Text = frmTags_FormName
|
Me.Text = frmTags_FormName
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Set Form Text
|
'Set Form Text
|
||||||
grpTag.Text = frmTags_grpTag
|
grpTag.Text = frmTags_grpTag
|
||||||
|
|||||||
Generated
-1
@@ -181,7 +181,6 @@ Partial Class frmVariableManager
|
|||||||
Me.MaximizeBox = False
|
Me.MaximizeBox = False
|
||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmVariableManager"
|
Me.Name = "frmVariableManager"
|
||||||
Me.ShowIcon = False
|
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
Me.Text = "Custom Variable Manager"
|
Me.Text = "Custom Variable Manager"
|
||||||
Me.grpVariable.ResumeLayout(False)
|
Me.grpVariable.ResumeLayout(False)
|
||||||
|
|||||||
@@ -301,6 +301,7 @@ Public Class frmVariableManager
|
|||||||
Private Sub SetForm()
|
Private Sub SetForm()
|
||||||
'Set Form Name
|
'Set Form Name
|
||||||
Me.Text = frmVariableManager_FormName
|
Me.Text = frmVariableManager_FormName
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Set Form Text
|
'Set Form Text
|
||||||
btnCancel.Text = frmVariableManager_btnCancel
|
btnCancel.Text = frmVariableManager_btnCancel
|
||||||
|
|||||||
+1
@@ -128,6 +128,7 @@ Partial Class frmWineConfiguration
|
|||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmWineConfiguration"
|
Me.Name = "frmWineConfiguration"
|
||||||
Me.ShowIcon = False
|
Me.ShowIcon = False
|
||||||
|
Me.ShowInTaskbar = False
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
||||||
Me.Text = "Wine Configuration"
|
Me.Text = "Wine Configuration"
|
||||||
Me.grpWineConfig.ResumeLayout(False)
|
Me.grpWineConfig.ResumeLayout(False)
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ Public Class frmWineConfiguration
|
|||||||
Private Sub SetForm()
|
Private Sub SetForm()
|
||||||
'Set Form Name
|
'Set Form Name
|
||||||
Me.Text = frmWineConfiguration_FormName
|
Me.Text = frmWineConfiguration_FormName
|
||||||
|
Me.Icon = GBM_Icon
|
||||||
|
|
||||||
'Set Form Text
|
'Set Form Text
|
||||||
grpWineConfig.Text = frmWineConfiguration_grpWineConfig
|
grpWineConfig.Text = frmWineConfiguration_grpWineConfig
|
||||||
|
|||||||
Generated
+10
@@ -5793,6 +5793,16 @@ Namespace My.Resources
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property GBM_Icon() As System.Drawing.Icon
|
||||||
|
Get
|
||||||
|
Dim obj As Object = ResourceManager.GetObject("GBM_Icon", resourceCulture)
|
||||||
|
Return CType(obj,System.Drawing.Icon)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
''' Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||||
'''</summary>
|
'''</summary>
|
||||||
|
|||||||
@@ -2380,4 +2380,7 @@
|
|||||||
<data name="frmChooseGame_ColumnTags" xml:space="preserve">
|
<data name="frmChooseGame_ColumnTags" xml:space="preserve">
|
||||||
<value>Tags</value>
|
<value>Tags</value>
|
||||||
</data>
|
</data>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
Reference in New Issue
Block a user