Minor clean-up to various forms

This commit is contained in:
Michael J. Seiferling
2015-11-27 22:33:34 -06:00
parent de5d1e062a
commit 0339a09b08
6 changed files with 98 additions and 96 deletions
+8 -8
View File
@@ -40,7 +40,7 @@ Partial Class frmFilter
Me.btnOK.Location = New System.Drawing.Point(297, 229) Me.btnOK.Location = New System.Drawing.Point(297, 229)
Me.btnOK.Name = "btnOK" Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(75, 23) Me.btnOK.Size = New System.Drawing.Size(75, 23)
Me.btnOK.TabIndex = 13 Me.btnOK.TabIndex = 7
Me.btnOK.Text = "&OK" Me.btnOK.Text = "&OK"
Me.btnOK.UseVisualStyleBackColor = True Me.btnOK.UseVisualStyleBackColor = True
' '
@@ -50,7 +50,7 @@ Partial Class frmFilter
Me.lblGameTags.Location = New System.Drawing.Point(263, 8) Me.lblGameTags.Location = New System.Drawing.Point(263, 8)
Me.lblGameTags.Name = "lblGameTags" Me.lblGameTags.Name = "lblGameTags"
Me.lblGameTags.Size = New System.Drawing.Size(66, 13) Me.lblGameTags.Size = New System.Drawing.Size(66, 13)
Me.lblGameTags.TabIndex = 6 Me.lblGameTags.TabIndex = 5
Me.lblGameTags.Text = "Current Filter" Me.lblGameTags.Text = "Current Filter"
' '
'lblTags 'lblTags
@@ -59,7 +59,7 @@ Partial Class frmFilter
Me.lblTags.Location = New System.Drawing.Point(49, 8) Me.lblTags.Location = New System.Drawing.Point(49, 8)
Me.lblTags.Name = "lblTags" Me.lblTags.Name = "lblTags"
Me.lblTags.Size = New System.Drawing.Size(77, 13) Me.lblTags.Size = New System.Drawing.Size(77, 13)
Me.lblTags.TabIndex = 7 Me.lblTags.TabIndex = 0
Me.lblTags.Text = "Available Tags" Me.lblTags.Text = "Available Tags"
' '
'btnRemove 'btnRemove
@@ -67,7 +67,7 @@ Partial Class frmFilter
Me.btnRemove.Location = New System.Drawing.Point(168, 114) Me.btnRemove.Location = New System.Drawing.Point(168, 114)
Me.btnRemove.Name = "btnRemove" Me.btnRemove.Name = "btnRemove"
Me.btnRemove.Size = New System.Drawing.Size(48, 23) Me.btnRemove.Size = New System.Drawing.Size(48, 23)
Me.btnRemove.TabIndex = 10 Me.btnRemove.TabIndex = 4
Me.btnRemove.Text = "< <" Me.btnRemove.Text = "< <"
Me.btnRemove.UseVisualStyleBackColor = True Me.btnRemove.UseVisualStyleBackColor = True
' '
@@ -76,7 +76,7 @@ Partial Class frmFilter
Me.btnAdd.Location = New System.Drawing.Point(168, 85) Me.btnAdd.Location = New System.Drawing.Point(168, 85)
Me.btnAdd.Name = "btnAdd" Me.btnAdd.Name = "btnAdd"
Me.btnAdd.Size = New System.Drawing.Size(48, 23) Me.btnAdd.Size = New System.Drawing.Size(48, 23)
Me.btnAdd.TabIndex = 9 Me.btnAdd.TabIndex = 3
Me.btnAdd.Text = "> >" Me.btnAdd.Text = "> >"
Me.btnAdd.UseVisualStyleBackColor = True Me.btnAdd.UseVisualStyleBackColor = True
' '
@@ -87,7 +87,7 @@ Partial Class frmFilter
Me.lstFilter.Name = "lstFilter" Me.lstFilter.Name = "lstFilter"
Me.lstFilter.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended Me.lstFilter.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended
Me.lstFilter.Size = New System.Drawing.Size(150, 173) Me.lstFilter.Size = New System.Drawing.Size(150, 173)
Me.lstFilter.TabIndex = 11 Me.lstFilter.TabIndex = 6
' '
'lstTags 'lstTags
' '
@@ -96,7 +96,7 @@ Partial Class frmFilter
Me.lstTags.Name = "lstTags" Me.lstTags.Name = "lstTags"
Me.lstTags.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended Me.lstTags.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended
Me.lstTags.Size = New System.Drawing.Size(150, 173) Me.lstTags.Size = New System.Drawing.Size(150, 173)
Me.lstTags.TabIndex = 8 Me.lstTags.TabIndex = 1
' '
'GroupBox1 'GroupBox1
' '
@@ -105,7 +105,7 @@ Partial Class frmFilter
Me.GroupBox1.Location = New System.Drawing.Point(12, 206) Me.GroupBox1.Location = New System.Drawing.Point(12, 206)
Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(150, 46) Me.GroupBox1.Size = New System.Drawing.Size(150, 46)
Me.GroupBox1.TabIndex = 14 Me.GroupBox1.TabIndex = 2
Me.GroupBox1.TabStop = False Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Matching Options" Me.GroupBox1.Text = "Matching Options"
' '
+55 -55
View File
@@ -27,6 +27,7 @@ Partial Class frmGameManager
Me.btnBackup = New System.Windows.Forms.Button() Me.btnBackup = New System.Windows.Forms.Button()
Me.btnClose = New System.Windows.Forms.Button() Me.btnClose = New System.Windows.Forms.Button()
Me.grpConfig = New System.Windows.Forms.GroupBox() Me.grpConfig = New System.Windows.Forms.GroupBox()
Me.btnExclude = New System.Windows.Forms.Button()
Me.btnInclude = New System.Windows.Forms.Button() Me.btnInclude = New System.Windows.Forms.Button()
Me.txtID = New System.Windows.Forms.TextBox() Me.txtID = New System.Windows.Forms.TextBox()
Me.lblExclude = New System.Windows.Forms.Label() Me.lblExclude = New System.Windows.Forms.Label()
@@ -82,7 +83,6 @@ Partial Class frmGameManager
Me.optBackupData = New System.Windows.Forms.RadioButton() Me.optBackupData = New System.Windows.Forms.RadioButton()
Me.optPendingRestores = New System.Windows.Forms.RadioButton() Me.optPendingRestores = New System.Windows.Forms.RadioButton()
Me.optAllGames = New System.Windows.Forms.RadioButton() Me.optAllGames = New System.Windows.Forms.RadioButton()
Me.btnExclude = New System.Windows.Forms.Button()
Me.grpConfig.SuspendLayout() Me.grpConfig.SuspendLayout()
Me.grpExtra.SuspendLayout() Me.grpExtra.SuspendLayout()
CType(Me.pbIcon, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pbIcon, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -119,7 +119,7 @@ Partial Class frmGameManager
Me.btnBackup.Location = New System.Drawing.Point(616, 526) Me.btnBackup.Location = New System.Drawing.Point(616, 526)
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 = 13 Me.btnBackup.TabIndex = 14
Me.btnBackup.Text = "&Backup" Me.btnBackup.Text = "&Backup"
Me.btnBackup.UseVisualStyleBackColor = True Me.btnBackup.UseVisualStyleBackColor = True
' '
@@ -129,7 +129,7 @@ Partial Class frmGameManager
Me.btnClose.Location = New System.Drawing.Point(697, 526) Me.btnClose.Location = New System.Drawing.Point(697, 526)
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 = 14 Me.btnClose.TabIndex = 15
Me.btnClose.Text = "C&lose" Me.btnClose.Text = "C&lose"
Me.btnClose.UseVisualStyleBackColor = True Me.btnClose.UseVisualStyleBackColor = True
' '
@@ -161,12 +161,21 @@ Partial Class frmGameManager
Me.grpConfig.TabStop = False Me.grpConfig.TabStop = False
Me.grpConfig.Text = "Configuration" Me.grpConfig.Text = "Configuration"
' '
'btnExclude
'
Me.btnExclude.Location = New System.Drawing.Point(498, 123)
Me.btnExclude.Name = "btnExclude"
Me.btnExclude.Size = New System.Drawing.Size(30, 20)
Me.btnExclude.TabIndex = 13
Me.btnExclude.Text = "..."
Me.btnExclude.UseVisualStyleBackColor = True
'
'btnInclude 'btnInclude
' '
Me.btnInclude.Location = New System.Drawing.Point(498, 97) Me.btnInclude.Location = New System.Drawing.Point(498, 97)
Me.btnInclude.Name = "btnInclude" Me.btnInclude.Name = "btnInclude"
Me.btnInclude.Size = New System.Drawing.Size(30, 20) Me.btnInclude.Size = New System.Drawing.Size(30, 20)
Me.btnInclude.TabIndex = 15 Me.btnInclude.TabIndex = 11
Me.btnInclude.Text = "..." Me.btnInclude.Text = "..."
Me.btnInclude.UseVisualStyleBackColor = True Me.btnInclude.UseVisualStyleBackColor = True
' '
@@ -176,7 +185,7 @@ Partial Class frmGameManager
Me.txtID.Location = New System.Drawing.Point(495, 147) Me.txtID.Location = New System.Drawing.Point(495, 147)
Me.txtID.Name = "txtID" Me.txtID.Name = "txtID"
Me.txtID.Size = New System.Drawing.Size(33, 20) Me.txtID.Size = New System.Drawing.Size(33, 20)
Me.txtID.TabIndex = 0 Me.txtID.TabIndex = 16
Me.txtID.TabStop = False Me.txtID.TabStop = False
Me.txtID.Visible = False Me.txtID.Visible = False
' '
@@ -186,7 +195,7 @@ Partial Class frmGameManager
Me.lblExclude.Location = New System.Drawing.Point(6, 126) Me.lblExclude.Location = New System.Drawing.Point(6, 126)
Me.lblExclude.Name = "lblExclude" Me.lblExclude.Name = "lblExclude"
Me.lblExclude.Size = New System.Drawing.Size(48, 13) Me.lblExclude.Size = New System.Drawing.Size(48, 13)
Me.lblExclude.TabIndex = 13 Me.lblExclude.TabIndex = 4
Me.lblExclude.Text = "Exclude:" Me.lblExclude.Text = "Exclude:"
' '
'lblFileType 'lblFileType
@@ -195,7 +204,7 @@ Partial Class frmGameManager
Me.lblFileType.Location = New System.Drawing.Point(6, 100) Me.lblFileType.Location = New System.Drawing.Point(6, 100)
Me.lblFileType.Name = "lblFileType" Me.lblFileType.Name = "lblFileType"
Me.lblFileType.Size = New System.Drawing.Size(45, 13) Me.lblFileType.Size = New System.Drawing.Size(45, 13)
Me.lblFileType.TabIndex = 12 Me.lblFileType.TabIndex = 3
Me.lblFileType.Text = "Include:" Me.lblFileType.Text = "Include:"
' '
'btnSavePathBrowse 'btnSavePathBrowse
@@ -203,7 +212,7 @@ Partial Class frmGameManager
Me.btnSavePathBrowse.Location = New System.Drawing.Point(498, 71) Me.btnSavePathBrowse.Location = New System.Drawing.Point(498, 71)
Me.btnSavePathBrowse.Name = "btnSavePathBrowse" Me.btnSavePathBrowse.Name = "btnSavePathBrowse"
Me.btnSavePathBrowse.Size = New System.Drawing.Size(30, 20) Me.btnSavePathBrowse.Size = New System.Drawing.Size(30, 20)
Me.btnSavePathBrowse.TabIndex = 10 Me.btnSavePathBrowse.TabIndex = 9
Me.btnSavePathBrowse.Text = "..." Me.btnSavePathBrowse.Text = "..."
Me.btnSavePathBrowse.UseVisualStyleBackColor = True Me.btnSavePathBrowse.UseVisualStyleBackColor = True
' '
@@ -212,7 +221,7 @@ Partial Class frmGameManager
Me.btnProcessBrowse.Location = New System.Drawing.Point(498, 45) Me.btnProcessBrowse.Location = New System.Drawing.Point(498, 45)
Me.btnProcessBrowse.Name = "btnProcessBrowse" Me.btnProcessBrowse.Name = "btnProcessBrowse"
Me.btnProcessBrowse.Size = New System.Drawing.Size(30, 20) Me.btnProcessBrowse.Size = New System.Drawing.Size(30, 20)
Me.btnProcessBrowse.TabIndex = 8 Me.btnProcessBrowse.TabIndex = 7
Me.btnProcessBrowse.Text = "..." Me.btnProcessBrowse.Text = "..."
Me.btnProcessBrowse.UseVisualStyleBackColor = True Me.btnProcessBrowse.UseVisualStyleBackColor = True
' '
@@ -222,7 +231,7 @@ Partial Class frmGameManager
Me.lblSavePath.Location = New System.Drawing.Point(6, 74) Me.lblSavePath.Location = New System.Drawing.Point(6, 74)
Me.lblSavePath.Name = "lblSavePath" Me.lblSavePath.Name = "lblSavePath"
Me.lblSavePath.Size = New System.Drawing.Size(60, 13) Me.lblSavePath.Size = New System.Drawing.Size(60, 13)
Me.lblSavePath.TabIndex = 9 Me.lblSavePath.TabIndex = 2
Me.lblSavePath.Text = "Save Path:" Me.lblSavePath.Text = "Save Path:"
' '
'lblProcess 'lblProcess
@@ -231,7 +240,7 @@ Partial Class frmGameManager
Me.lblProcess.Location = New System.Drawing.Point(6, 48) Me.lblProcess.Location = New System.Drawing.Point(6, 48)
Me.lblProcess.Name = "lblProcess" Me.lblProcess.Name = "lblProcess"
Me.lblProcess.Size = New System.Drawing.Size(48, 13) Me.lblProcess.Size = New System.Drawing.Size(48, 13)
Me.lblProcess.TabIndex = 8 Me.lblProcess.TabIndex = 1
Me.lblProcess.Text = "Process:" Me.lblProcess.Text = "Process:"
' '
'lblName 'lblName
@@ -240,7 +249,7 @@ Partial Class frmGameManager
Me.lblName.Location = New System.Drawing.Point(6, 22) Me.lblName.Location = New System.Drawing.Point(6, 22)
Me.lblName.Name = "lblName" Me.lblName.Name = "lblName"
Me.lblName.Size = New System.Drawing.Size(38, 13) Me.lblName.Size = New System.Drawing.Size(38, 13)
Me.lblName.TabIndex = 7 Me.lblName.TabIndex = 0
Me.lblName.Text = "Name:" Me.lblName.Text = "Name:"
' '
'txtExclude 'txtExclude
@@ -255,7 +264,7 @@ Partial Class frmGameManager
Me.txtFileType.Location = New System.Drawing.Point(69, 97) Me.txtFileType.Location = New System.Drawing.Point(69, 97)
Me.txtFileType.Name = "txtFileType" Me.txtFileType.Name = "txtFileType"
Me.txtFileType.Size = New System.Drawing.Size(423, 20) Me.txtFileType.Size = New System.Drawing.Size(423, 20)
Me.txtFileType.TabIndex = 11 Me.txtFileType.TabIndex = 10
' '
'chkTimeStamp 'chkTimeStamp
' '
@@ -263,7 +272,7 @@ Partial Class frmGameManager
Me.chkTimeStamp.Location = New System.Drawing.Point(124, 149) Me.chkTimeStamp.Location = New System.Drawing.Point(124, 149)
Me.chkTimeStamp.Name = "chkTimeStamp" Me.chkTimeStamp.Name = "chkTimeStamp"
Me.chkTimeStamp.Size = New System.Drawing.Size(146, 17) Me.chkTimeStamp.Size = New System.Drawing.Size(146, 17)
Me.chkTimeStamp.TabIndex = 14 Me.chkTimeStamp.TabIndex = 15
Me.chkTimeStamp.Text = "Time stamp each backup" Me.chkTimeStamp.Text = "Time stamp each backup"
Me.chkTimeStamp.UseVisualStyleBackColor = True Me.chkTimeStamp.UseVisualStyleBackColor = True
' '
@@ -273,7 +282,7 @@ Partial Class frmGameManager
Me.chkFolderSave.Location = New System.Drawing.Point(9, 149) Me.chkFolderSave.Location = New System.Drawing.Point(9, 149)
Me.chkFolderSave.Name = "chkFolderSave" Me.chkFolderSave.Name = "chkFolderSave"
Me.chkFolderSave.Size = New System.Drawing.Size(109, 17) Me.chkFolderSave.Size = New System.Drawing.Size(109, 17)
Me.chkFolderSave.TabIndex = 13 Me.chkFolderSave.TabIndex = 14
Me.chkFolderSave.Text = "Save entire folder" Me.chkFolderSave.Text = "Save entire folder"
Me.chkFolderSave.UseVisualStyleBackColor = True Me.chkFolderSave.UseVisualStyleBackColor = True
' '
@@ -282,21 +291,21 @@ Partial Class frmGameManager
Me.txtSavePath.Location = New System.Drawing.Point(69, 71) Me.txtSavePath.Location = New System.Drawing.Point(69, 71)
Me.txtSavePath.Name = "txtSavePath" Me.txtSavePath.Name = "txtSavePath"
Me.txtSavePath.Size = New System.Drawing.Size(423, 20) Me.txtSavePath.Size = New System.Drawing.Size(423, 20)
Me.txtSavePath.TabIndex = 9 Me.txtSavePath.TabIndex = 8
' '
'txtProcess 'txtProcess
' '
Me.txtProcess.Location = New System.Drawing.Point(69, 45) Me.txtProcess.Location = New System.Drawing.Point(69, 45)
Me.txtProcess.Name = "txtProcess" Me.txtProcess.Name = "txtProcess"
Me.txtProcess.Size = New System.Drawing.Size(423, 20) Me.txtProcess.Size = New System.Drawing.Size(423, 20)
Me.txtProcess.TabIndex = 7 Me.txtProcess.TabIndex = 6
' '
'txtName 'txtName
' '
Me.txtName.Location = New System.Drawing.Point(69, 19) Me.txtName.Location = New System.Drawing.Point(69, 19)
Me.txtName.Name = "txtName" Me.txtName.Name = "txtName"
Me.txtName.Size = New System.Drawing.Size(459, 20) Me.txtName.Size = New System.Drawing.Size(459, 20)
Me.txtName.TabIndex = 6 Me.txtName.TabIndex = 5
' '
'chkMonitorOnly 'chkMonitorOnly
' '
@@ -348,7 +357,7 @@ Partial Class frmGameManager
Me.btnIconBrowse.Location = New System.Drawing.Point(444, 96) Me.btnIconBrowse.Location = New System.Drawing.Point(444, 96)
Me.btnIconBrowse.Name = "btnIconBrowse" Me.btnIconBrowse.Name = "btnIconBrowse"
Me.btnIconBrowse.Size = New System.Drawing.Size(30, 20) Me.btnIconBrowse.Size = New System.Drawing.Size(30, 20)
Me.btnIconBrowse.TabIndex = 20 Me.btnIconBrowse.TabIndex = 10
Me.btnIconBrowse.Text = "..." Me.btnIconBrowse.Text = "..."
Me.btnIconBrowse.UseVisualStyleBackColor = True Me.btnIconBrowse.UseVisualStyleBackColor = True
' '
@@ -357,7 +366,7 @@ Partial Class frmGameManager
Me.txtIcon.Location = New System.Drawing.Point(69, 97) Me.txtIcon.Location = New System.Drawing.Point(69, 97)
Me.txtIcon.Name = "txtIcon" Me.txtIcon.Name = "txtIcon"
Me.txtIcon.Size = New System.Drawing.Size(369, 20) Me.txtIcon.Size = New System.Drawing.Size(369, 20)
Me.txtIcon.TabIndex = 19 Me.txtIcon.TabIndex = 9
' '
'lblVersion 'lblVersion
' '
@@ -365,7 +374,7 @@ Partial Class frmGameManager
Me.lblVersion.Location = New System.Drawing.Point(6, 74) Me.lblVersion.Location = New System.Drawing.Point(6, 74)
Me.lblVersion.Name = "lblVersion" Me.lblVersion.Name = "lblVersion"
Me.lblVersion.Size = New System.Drawing.Size(45, 13) Me.lblVersion.Size = New System.Drawing.Size(45, 13)
Me.lblVersion.TabIndex = 20 Me.lblVersion.TabIndex = 2
Me.lblVersion.Text = "Version:" Me.lblVersion.Text = "Version:"
' '
'txtVersion 'txtVersion
@@ -373,14 +382,14 @@ Partial Class frmGameManager
Me.txtVersion.Location = New System.Drawing.Point(69, 71) Me.txtVersion.Location = New System.Drawing.Point(69, 71)
Me.txtVersion.Name = "txtVersion" Me.txtVersion.Name = "txtVersion"
Me.txtVersion.Size = New System.Drawing.Size(459, 20) Me.txtVersion.Size = New System.Drawing.Size(459, 20)
Me.txtVersion.TabIndex = 18 Me.txtVersion.TabIndex = 8
' '
'txtCompany 'txtCompany
' '
Me.txtCompany.Location = New System.Drawing.Point(69, 45) Me.txtCompany.Location = New System.Drawing.Point(69, 45)
Me.txtCompany.Name = "txtCompany" Me.txtCompany.Name = "txtCompany"
Me.txtCompany.Size = New System.Drawing.Size(459, 20) Me.txtCompany.Size = New System.Drawing.Size(459, 20)
Me.txtCompany.TabIndex = 17 Me.txtCompany.TabIndex = 7
' '
'lblCompany 'lblCompany
' '
@@ -388,7 +397,7 @@ Partial Class frmGameManager
Me.lblCompany.Location = New System.Drawing.Point(6, 48) Me.lblCompany.Location = New System.Drawing.Point(6, 48)
Me.lblCompany.Name = "lblCompany" Me.lblCompany.Name = "lblCompany"
Me.lblCompany.Size = New System.Drawing.Size(54, 13) Me.lblCompany.Size = New System.Drawing.Size(54, 13)
Me.lblCompany.TabIndex = 17 Me.lblCompany.TabIndex = 1
Me.lblCompany.Text = "Company:" Me.lblCompany.Text = "Company:"
' '
'pbIcon 'pbIcon
@@ -407,7 +416,7 @@ Partial Class frmGameManager
Me.Label1.Location = New System.Drawing.Point(6, 100) Me.Label1.Location = New System.Drawing.Point(6, 100)
Me.Label1.Name = "Label1" Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(31, 13) Me.Label1.Size = New System.Drawing.Size(31, 13)
Me.Label1.TabIndex = 16 Me.Label1.TabIndex = 3
Me.Label1.Text = "Icon:" Me.Label1.Text = "Icon:"
' '
'btnAppPathBrowse 'btnAppPathBrowse
@@ -415,7 +424,7 @@ Partial Class frmGameManager
Me.btnAppPathBrowse.Location = New System.Drawing.Point(498, 19) Me.btnAppPathBrowse.Location = New System.Drawing.Point(498, 19)
Me.btnAppPathBrowse.Name = "btnAppPathBrowse" Me.btnAppPathBrowse.Name = "btnAppPathBrowse"
Me.btnAppPathBrowse.Size = New System.Drawing.Size(30, 20) Me.btnAppPathBrowse.Size = New System.Drawing.Size(30, 20)
Me.btnAppPathBrowse.TabIndex = 16 Me.btnAppPathBrowse.TabIndex = 6
Me.btnAppPathBrowse.Text = "..." Me.btnAppPathBrowse.Text = "..."
Me.btnAppPathBrowse.UseVisualStyleBackColor = True Me.btnAppPathBrowse.UseVisualStyleBackColor = True
' '
@@ -425,7 +434,7 @@ Partial Class frmGameManager
Me.lblGamePath.Location = New System.Drawing.Point(6, 23) Me.lblGamePath.Location = New System.Drawing.Point(6, 23)
Me.lblGamePath.Name = "lblGamePath" Me.lblGamePath.Name = "lblGamePath"
Me.lblGamePath.Size = New System.Drawing.Size(63, 13) Me.lblGamePath.Size = New System.Drawing.Size(63, 13)
Me.lblGamePath.TabIndex = 13 Me.lblGamePath.TabIndex = 0
Me.lblGamePath.Text = "Game Path:" Me.lblGamePath.Text = "Game Path:"
' '
'txtAppPath 'txtAppPath
@@ -433,7 +442,7 @@ Partial Class frmGameManager
Me.txtAppPath.Location = New System.Drawing.Point(69, 19) Me.txtAppPath.Location = New System.Drawing.Point(69, 19)
Me.txtAppPath.Name = "txtAppPath" Me.txtAppPath.Name = "txtAppPath"
Me.txtAppPath.Size = New System.Drawing.Size(423, 20) Me.txtAppPath.Size = New System.Drawing.Size(423, 20)
Me.txtAppPath.TabIndex = 15 Me.txtAppPath.TabIndex = 5
' '
'nudHours 'nudHours
' '
@@ -443,7 +452,7 @@ Partial Class frmGameManager
Me.nudHours.Maximum = New Decimal(New Integer() {10000, 0, 0, 0}) Me.nudHours.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
Me.nudHours.Name = "nudHours" Me.nudHours.Name = "nudHours"
Me.nudHours.Size = New System.Drawing.Size(88, 20) Me.nudHours.Size = New System.Drawing.Size(88, 20)
Me.nudHours.TabIndex = 21 Me.nudHours.TabIndex = 12
' '
'lblHours 'lblHours
' '
@@ -451,7 +460,7 @@ Partial Class frmGameManager
Me.lblHours.Location = New System.Drawing.Point(6, 126) Me.lblHours.Location = New System.Drawing.Point(6, 126)
Me.lblHours.Name = "lblHours" Me.lblHours.Name = "lblHours"
Me.lblHours.Size = New System.Drawing.Size(38, 13) Me.lblHours.Size = New System.Drawing.Size(38, 13)
Me.lblHours.TabIndex = 0 Me.lblHours.TabIndex = 11
Me.lblHours.Text = "Hours:" Me.lblHours.Text = "Hours:"
' '
'btnTags 'btnTags
@@ -459,7 +468,7 @@ Partial Class frmGameManager
Me.btnTags.Location = New System.Drawing.Point(535, 360) Me.btnTags.Location = New System.Drawing.Point(535, 360)
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 = 22 Me.btnTags.TabIndex = 8
Me.btnTags.Text = "Tags..." Me.btnTags.Text = "Tags..."
Me.btnTags.UseVisualStyleBackColor = True Me.btnTags.UseVisualStyleBackColor = True
' '
@@ -479,7 +488,7 @@ Partial Class frmGameManager
Me.grpStats.Location = New System.Drawing.Point(238, 390) Me.grpStats.Location = New System.Drawing.Point(238, 390)
Me.grpStats.Name = "grpStats" Me.grpStats.Name = "grpStats"
Me.grpStats.Size = New System.Drawing.Size(534, 129) Me.grpStats.Size = New System.Drawing.Size(534, 129)
Me.grpStats.TabIndex = 10 Me.grpStats.TabIndex = 11
Me.grpStats.TabStop = False Me.grpStats.TabStop = False
Me.grpStats.Text = "Backup Information" Me.grpStats.Text = "Backup Information"
' '
@@ -489,7 +498,7 @@ Partial Class frmGameManager
Me.btnOpenRestorePath.Location = New System.Drawing.Point(336, 100) Me.btnOpenRestorePath.Location = New System.Drawing.Point(336, 100)
Me.btnOpenRestorePath.Name = "btnOpenRestorePath" Me.btnOpenRestorePath.Name = "btnOpenRestorePath"
Me.btnOpenRestorePath.Size = New System.Drawing.Size(114, 23) Me.btnOpenRestorePath.Size = New System.Drawing.Size(114, 23)
Me.btnOpenRestorePath.TabIndex = 28 Me.btnOpenRestorePath.TabIndex = 9
Me.btnOpenRestorePath.Text = "O&pen Restore Path" Me.btnOpenRestorePath.Text = "O&pen Restore Path"
Me.btnOpenRestorePath.UseVisualStyleBackColor = True Me.btnOpenRestorePath.UseVisualStyleBackColor = True
' '
@@ -499,7 +508,7 @@ Partial Class frmGameManager
Me.btnOpenBackupFile.Location = New System.Drawing.Point(216, 100) Me.btnOpenBackupFile.Location = New System.Drawing.Point(216, 100)
Me.btnOpenBackupFile.Name = "btnOpenBackupFile" Me.btnOpenBackupFile.Name = "btnOpenBackupFile"
Me.btnOpenBackupFile.Size = New System.Drawing.Size(114, 23) Me.btnOpenBackupFile.Size = New System.Drawing.Size(114, 23)
Me.btnOpenBackupFile.TabIndex = 27 Me.btnOpenBackupFile.TabIndex = 8
Me.btnOpenBackupFile.Text = "&Open Backup File" Me.btnOpenBackupFile.Text = "&Open Backup File"
Me.btnOpenBackupFile.UseVisualStyleBackColor = True Me.btnOpenBackupFile.UseVisualStyleBackColor = True
' '
@@ -509,7 +518,7 @@ Partial Class frmGameManager
Me.txtFileSize.Name = "txtFileSize" Me.txtFileSize.Name = "txtFileSize"
Me.txtFileSize.ReadOnly = True Me.txtFileSize.ReadOnly = True
Me.txtFileSize.Size = New System.Drawing.Size(275, 20) Me.txtFileSize.Size = New System.Drawing.Size(275, 20)
Me.txtFileSize.TabIndex = 0 Me.txtFileSize.TabIndex = 6
Me.txtFileSize.TabStop = False Me.txtFileSize.TabStop = False
' '
'btnDeleteBackup 'btnDeleteBackup
@@ -518,7 +527,7 @@ Partial Class frmGameManager
Me.btnDeleteBackup.Location = New System.Drawing.Point(96, 100) Me.btnDeleteBackup.Location = New System.Drawing.Point(96, 100)
Me.btnDeleteBackup.Name = "btnDeleteBackup" Me.btnDeleteBackup.Name = "btnDeleteBackup"
Me.btnDeleteBackup.Size = New System.Drawing.Size(114, 23) Me.btnDeleteBackup.Size = New System.Drawing.Size(114, 23)
Me.btnDeleteBackup.TabIndex = 26 Me.btnDeleteBackup.TabIndex = 7
Me.btnDeleteBackup.Text = "&Delete Backup" Me.btnDeleteBackup.Text = "&Delete Backup"
Me.btnDeleteBackup.UseVisualStyleBackColor = True Me.btnDeleteBackup.UseVisualStyleBackColor = True
' '
@@ -528,7 +537,7 @@ Partial Class frmGameManager
Me.lblFileSize.Location = New System.Drawing.Point(6, 77) Me.lblFileSize.Location = New System.Drawing.Point(6, 77)
Me.lblFileSize.Name = "lblFileSize" Me.lblFileSize.Name = "lblFileSize"
Me.lblFileSize.Size = New System.Drawing.Size(70, 13) Me.lblFileSize.Size = New System.Drawing.Size(70, 13)
Me.lblFileSize.TabIndex = 108 Me.lblFileSize.TabIndex = 2
Me.lblFileSize.Text = "Backup Size:" Me.lblFileSize.Text = "Backup Size:"
' '
'lblSync 'lblSync
@@ -537,7 +546,7 @@ Partial Class frmGameManager
Me.lblSync.Location = New System.Drawing.Point(6, 105) Me.lblSync.Location = New System.Drawing.Point(6, 105)
Me.lblSync.Name = "lblSync" Me.lblSync.Name = "lblSync"
Me.lblSync.Size = New System.Drawing.Size(62, 13) Me.lblSync.Size = New System.Drawing.Size(62, 13)
Me.lblSync.TabIndex = 24 Me.lblSync.TabIndex = 3
Me.lblSync.Text = "Up to Date!" Me.lblSync.Text = "Up to Date!"
Me.lblSync.Visible = False Me.lblSync.Visible = False
' '
@@ -547,7 +556,7 @@ Partial Class frmGameManager
Me.txtCurrentBackup.Name = "txtCurrentBackup" Me.txtCurrentBackup.Name = "txtCurrentBackup"
Me.txtCurrentBackup.ReadOnly = True Me.txtCurrentBackup.ReadOnly = True
Me.txtCurrentBackup.Size = New System.Drawing.Size(275, 20) Me.txtCurrentBackup.Size = New System.Drawing.Size(275, 20)
Me.txtCurrentBackup.TabIndex = 0 Me.txtCurrentBackup.TabIndex = 4
Me.txtCurrentBackup.TabStop = False Me.txtCurrentBackup.TabStop = False
' '
'lblCurrentBackup 'lblCurrentBackup
@@ -556,7 +565,7 @@ Partial Class frmGameManager
Me.lblCurrentBackup.Location = New System.Drawing.Point(6, 27) Me.lblCurrentBackup.Location = New System.Drawing.Point(6, 27)
Me.lblCurrentBackup.Name = "lblCurrentBackup" Me.lblCurrentBackup.Name = "lblCurrentBackup"
Me.lblCurrentBackup.Size = New System.Drawing.Size(84, 13) Me.lblCurrentBackup.Size = New System.Drawing.Size(84, 13)
Me.lblCurrentBackup.TabIndex = 22 Me.lblCurrentBackup.TabIndex = 0
Me.lblCurrentBackup.Text = "Current Backup:" Me.lblCurrentBackup.Text = "Current Backup:"
' '
'txtLocalBackup 'txtLocalBackup
@@ -565,7 +574,7 @@ Partial Class frmGameManager
Me.txtLocalBackup.Name = "txtLocalBackup" Me.txtLocalBackup.Name = "txtLocalBackup"
Me.txtLocalBackup.ReadOnly = True Me.txtLocalBackup.ReadOnly = True
Me.txtLocalBackup.Size = New System.Drawing.Size(275, 20) Me.txtLocalBackup.Size = New System.Drawing.Size(275, 20)
Me.txtLocalBackup.TabIndex = 0 Me.txtLocalBackup.TabIndex = 5
Me.txtLocalBackup.TabStop = False Me.txtLocalBackup.TabStop = False
' '
'lblLastBackup 'lblLastBackup
@@ -574,7 +583,7 @@ Partial Class frmGameManager
Me.lblLastBackup.Location = New System.Drawing.Point(6, 53) Me.lblLastBackup.Location = New System.Drawing.Point(6, 53)
Me.lblLastBackup.Name = "lblLastBackup" Me.lblLastBackup.Name = "lblLastBackup"
Me.lblLastBackup.Size = New System.Drawing.Size(76, 13) Me.lblLastBackup.Size = New System.Drawing.Size(76, 13)
Me.lblLastBackup.TabIndex = 20 Me.lblLastBackup.TabIndex = 1
Me.lblLastBackup.Text = "Local Backup:" Me.lblLastBackup.Text = "Local Backup:"
' '
'btnMarkAsRestored 'btnMarkAsRestored
@@ -583,7 +592,7 @@ Partial Class frmGameManager
Me.btnMarkAsRestored.Location = New System.Drawing.Point(429, 526) Me.btnMarkAsRestored.Location = New System.Drawing.Point(429, 526)
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 = 11 Me.btnMarkAsRestored.TabIndex = 12
Me.btnMarkAsRestored.Text = "&Mark as Restored" Me.btnMarkAsRestored.Text = "&Mark as Restored"
Me.btnMarkAsRestored.UseVisualStyleBackColor = True Me.btnMarkAsRestored.UseVisualStyleBackColor = True
' '
@@ -593,7 +602,7 @@ Partial Class frmGameManager
Me.btnRestore.Location = New System.Drawing.Point(535, 526) Me.btnRestore.Location = New System.Drawing.Point(535, 526)
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 = 12 Me.btnRestore.TabIndex = 13
Me.btnRestore.Text = "&Restore" Me.btnRestore.Text = "&Restore"
Me.btnRestore.UseVisualStyleBackColor = True Me.btnRestore.UseVisualStyleBackColor = True
' '
@@ -603,7 +612,7 @@ Partial Class frmGameManager
Me.btnSave.Location = New System.Drawing.Point(616, 360) Me.btnSave.Location = New System.Drawing.Point(616, 360)
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 = 8 Me.btnSave.TabIndex = 9
Me.btnSave.Text = "&Save" Me.btnSave.Text = "&Save"
Me.btnSave.UseVisualStyleBackColor = True Me.btnSave.UseVisualStyleBackColor = True
' '
@@ -623,7 +632,7 @@ Partial Class frmGameManager
Me.btnCancel.Location = New System.Drawing.Point(697, 360) Me.btnCancel.Location = New System.Drawing.Point(697, 360)
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 = 9 Me.btnCancel.TabIndex = 10
Me.btnCancel.Text = "&Cancel" Me.btnCancel.Text = "&Cancel"
Me.btnCancel.UseVisualStyleBackColor = True Me.btnCancel.UseVisualStyleBackColor = True
' '
@@ -694,15 +703,6 @@ Partial Class frmGameManager
Me.optAllGames.Text = "All" Me.optAllGames.Text = "All"
Me.optAllGames.UseVisualStyleBackColor = True Me.optAllGames.UseVisualStyleBackColor = True
' '
'btnExclude
'
Me.btnExclude.Location = New System.Drawing.Point(498, 123)
Me.btnExclude.Name = "btnExclude"
Me.btnExclude.Size = New System.Drawing.Size(30, 20)
Me.btnExclude.TabIndex = 16
Me.btnExclude.Text = "..."
Me.btnExclude.UseVisualStyleBackColor = True
'
'frmGameManager 'frmGameManager
' '
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
+24 -22
View File
@@ -34,8 +34,8 @@ 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.grpFileOptions = New System.Windows.Forms.GroupBox() Me.grpFileOptions = New System.Windows.Forms.GroupBox()
Me.optIndividualFiles = New System.Windows.Forms.RadioButton()
Me.optFileTypes = New System.Windows.Forms.RadioButton() Me.optFileTypes = 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.grpFileOptions.SuspendLayout() Me.grpFileOptions.SuspendLayout()
Me.SuspendLayout() Me.SuspendLayout()
@@ -49,7 +49,7 @@ Partial Class frmIncludeExclude
Me.treFiles.Name = "treFiles" Me.treFiles.Name = "treFiles"
Me.treFiles.SelectedImageIndex = 0 Me.treFiles.SelectedImageIndex = 0
Me.treFiles.Size = New System.Drawing.Size(250, 359) Me.treFiles.Size = New System.Drawing.Size(250, 359)
Me.treFiles.TabIndex = 0 Me.treFiles.TabIndex = 1
' '
'imgIcons 'imgIcons
' '
@@ -64,7 +64,7 @@ Partial Class frmIncludeExclude
Me.btnSave.Location = New System.Drawing.Point(416, 426) Me.btnSave.Location = New System.Drawing.Point(416, 426)
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 = 1 Me.btnSave.TabIndex = 6
Me.btnSave.Text = "Save" Me.btnSave.Text = "Save"
Me.btnSave.UseVisualStyleBackColor = True Me.btnSave.UseVisualStyleBackColor = True
' '
@@ -73,7 +73,7 @@ Partial Class frmIncludeExclude
Me.btnCancel.Location = New System.Drawing.Point(497, 426) Me.btnCancel.Location = New System.Drawing.Point(497, 426)
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 = 2 Me.btnCancel.TabIndex = 7
Me.btnCancel.Text = "Cancel" Me.btnCancel.Text = "Cancel"
Me.btnCancel.UseVisualStyleBackColor = True Me.btnCancel.UseVisualStyleBackColor = True
' '
@@ -83,24 +83,26 @@ Partial Class frmIncludeExclude
Me.txtRootFolder.Name = "txtRootFolder" Me.txtRootFolder.Name = "txtRootFolder"
Me.txtRootFolder.ReadOnly = True Me.txtRootFolder.ReadOnly = True
Me.txtRootFolder.Size = New System.Drawing.Size(194, 20) Me.txtRootFolder.Size = New System.Drawing.Size(194, 20)
Me.txtRootFolder.TabIndex = 3 Me.txtRootFolder.TabIndex = 0
Me.txtRootFolder.TabStop = False
' '
'btnBrowse 'btnBrowse
' '
Me.btnBrowse.Location = New System.Drawing.Point(212, 12) Me.btnBrowse.Location = New System.Drawing.Point(212, 12)
Me.btnBrowse.Name = "btnBrowse" Me.btnBrowse.Name = "btnBrowse"
Me.btnBrowse.Size = New System.Drawing.Size(30, 20) Me.btnBrowse.Size = New System.Drawing.Size(30, 20)
Me.btnBrowse.TabIndex = 9 Me.btnBrowse.TabIndex = 0
Me.btnBrowse.Text = "..." Me.btnBrowse.Text = "..."
Me.btnBrowse.UseVisualStyleBackColor = True Me.btnBrowse.UseVisualStyleBackColor = True
' '
'lstBuilder 'lstBuilder
' '
Me.lstBuilder.LabelEdit = True
Me.lstBuilder.Location = New System.Drawing.Point(322, 38) Me.lstBuilder.Location = New System.Drawing.Point(322, 38)
Me.lstBuilder.Name = "lstBuilder" Me.lstBuilder.Name = "lstBuilder"
Me.lstBuilder.Size = New System.Drawing.Size(250, 359) Me.lstBuilder.Size = New System.Drawing.Size(250, 359)
Me.lstBuilder.SmallImageList = Me.imgIcons Me.lstBuilder.SmallImageList = Me.imgIcons
Me.lstBuilder.TabIndex = 10 Me.lstBuilder.TabIndex = 5
Me.lstBuilder.UseCompatibleStateImageBehavior = False Me.lstBuilder.UseCompatibleStateImageBehavior = False
Me.lstBuilder.View = System.Windows.Forms.View.List Me.lstBuilder.View = System.Windows.Forms.View.List
' '
@@ -109,7 +111,7 @@ Partial Class frmIncludeExclude
Me.btnRemove.Location = New System.Drawing.Point(268, 201) Me.btnRemove.Location = New System.Drawing.Point(268, 201)
Me.btnRemove.Name = "btnRemove" Me.btnRemove.Name = "btnRemove"
Me.btnRemove.Size = New System.Drawing.Size(48, 23) Me.btnRemove.Size = New System.Drawing.Size(48, 23)
Me.btnRemove.TabIndex = 12 Me.btnRemove.TabIndex = 4
Me.btnRemove.Text = "< <" Me.btnRemove.Text = "< <"
Me.btnRemove.UseVisualStyleBackColor = True Me.btnRemove.UseVisualStyleBackColor = True
' '
@@ -118,7 +120,7 @@ Partial Class frmIncludeExclude
Me.btnAdd.Location = New System.Drawing.Point(268, 172) Me.btnAdd.Location = New System.Drawing.Point(268, 172)
Me.btnAdd.Name = "btnAdd" Me.btnAdd.Name = "btnAdd"
Me.btnAdd.Size = New System.Drawing.Size(48, 23) Me.btnAdd.Size = New System.Drawing.Size(48, 23)
Me.btnAdd.TabIndex = 11 Me.btnAdd.TabIndex = 3
Me.btnAdd.Text = "> >" Me.btnAdd.Text = "> >"
Me.btnAdd.UseVisualStyleBackColor = True Me.btnAdd.UseVisualStyleBackColor = True
' '
@@ -129,32 +131,32 @@ Partial Class frmIncludeExclude
Me.grpFileOptions.Location = New System.Drawing.Point(12, 403) Me.grpFileOptions.Location = New System.Drawing.Point(12, 403)
Me.grpFileOptions.Name = "grpFileOptions" Me.grpFileOptions.Name = "grpFileOptions"
Me.grpFileOptions.Size = New System.Drawing.Size(194, 46) Me.grpFileOptions.Size = New System.Drawing.Size(194, 46)
Me.grpFileOptions.TabIndex = 13 Me.grpFileOptions.TabIndex = 2
Me.grpFileOptions.TabStop = False Me.grpFileOptions.TabStop = False
Me.grpFileOptions.Text = "File Options" Me.grpFileOptions.Text = "File Options"
' '
'optIndividualFiles
'
Me.optIndividualFiles.AutoSize = True
Me.optIndividualFiles.Location = New System.Drawing.Point(85, 19)
Me.optIndividualFiles.Name = "optIndividualFiles"
Me.optIndividualFiles.Size = New System.Drawing.Size(94, 17)
Me.optIndividualFiles.TabIndex = 14
Me.optIndividualFiles.TabStop = True
Me.optIndividualFiles.Text = "Individual Files"
Me.optIndividualFiles.UseVisualStyleBackColor = True
'
'optFileTypes 'optFileTypes
' '
Me.optFileTypes.AutoSize = True Me.optFileTypes.AutoSize = True
Me.optFileTypes.Location = New System.Drawing.Point(6, 19) Me.optFileTypes.Location = New System.Drawing.Point(6, 19)
Me.optFileTypes.Name = "optFileTypes" Me.optFileTypes.Name = "optFileTypes"
Me.optFileTypes.Size = New System.Drawing.Size(73, 17) Me.optFileTypes.Size = New System.Drawing.Size(73, 17)
Me.optFileTypes.TabIndex = 15 Me.optFileTypes.TabIndex = 0
Me.optFileTypes.TabStop = True Me.optFileTypes.TabStop = True
Me.optFileTypes.Text = "File Types" Me.optFileTypes.Text = "File Types"
Me.optFileTypes.UseVisualStyleBackColor = True Me.optFileTypes.UseVisualStyleBackColor = True
' '
'optIndividualFiles
'
Me.optIndividualFiles.AutoSize = True
Me.optIndividualFiles.Location = New System.Drawing.Point(85, 19)
Me.optIndividualFiles.Name = "optIndividualFiles"
Me.optIndividualFiles.Size = New System.Drawing.Size(94, 17)
Me.optIndividualFiles.TabIndex = 1
Me.optIndividualFiles.TabStop = True
Me.optIndividualFiles.Text = "Individual Files"
Me.optIndividualFiles.UseVisualStyleBackColor = True
'
'lblItems 'lblItems
' '
Me.lblItems.AutoSize = True Me.lblItems.AutoSize = True
+1 -1
View File
@@ -125,7 +125,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAB6 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAB6
CQAAAk1TRnQBSQFMAgEBAwEAAUgBAAFIAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo CQAAAk1TRnQBSQFMAgEBAwEAAVABAAFQAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
+2 -2
View File
@@ -79,7 +79,7 @@ Public Class frmIncludeExclude
Catch uaex As UnauthorizedAccessException Catch uaex As UnauthorizedAccessException
'Do Nothing 'Do Nothing
Catch ex As Exception Catch ex As Exception
MsgBox("An unexcepted error occured while reading the file system: " & vbCrLf & vbCrLf & ex.Message, MsgBoxStyle.Critical, "Game Backup Monitor") MsgBox("An unexpected error occured while reading the file system: " & vbCrLf & vbCrLf & ex.Message, MsgBoxStyle.Critical, "Game Backup Monitor")
Finally Finally
treFiles.EndUpdate() treFiles.EndUpdate()
Cursor.Current = Cursors.Default Cursor.Current = Cursors.Default
@@ -87,7 +87,6 @@ Public Class frmIncludeExclude
End Sub End Sub
Private Sub BuildTrunk() Private Sub BuildTrunk()
treFiles.Nodes.Clear()
Dim oRootNode As TreeNode Dim oRootNode As TreeNode
Dim bIsDriveRoot As Boolean Dim bIsDriveRoot As Boolean
@@ -99,6 +98,7 @@ Public Class frmIncludeExclude
bIsDriveRoot = False bIsDriveRoot = False
End If End If
treFiles.Nodes.Clear()
oRootNode.Name = "Root" oRootNode.Name = "Root"
treFiles.Nodes.Add(oRootNode) treFiles.Nodes.Add(oRootNode)
BuildBranch(txtRootFolder.Text, oRootNode, bIsDriveRoot) BuildBranch(txtRootFolder.Text, oRootNode, bIsDriveRoot)
+8 -8
View File
@@ -42,7 +42,7 @@ Partial Class frmTags
Me.grpTag.Location = New System.Drawing.Point(238, 12) Me.grpTag.Location = New System.Drawing.Point(238, 12)
Me.grpTag.Name = "grpTag" Me.grpTag.Name = "grpTag"
Me.grpTag.Size = New System.Drawing.Size(334, 50) Me.grpTag.Size = New System.Drawing.Size(334, 50)
Me.grpTag.TabIndex = 11 Me.grpTag.TabIndex = 3
Me.grpTag.TabStop = False Me.grpTag.TabStop = False
Me.grpTag.Text = "Configuration" Me.grpTag.Text = "Configuration"
' '
@@ -68,7 +68,7 @@ Partial Class frmTags
Me.btnClose.Location = New System.Drawing.Point(497, 226) Me.btnClose.Location = New System.Drawing.Point(497, 226)
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 = 14 Me.btnClose.TabIndex = 7
Me.btnClose.Text = "C&lose" Me.btnClose.Text = "C&lose"
Me.btnClose.UseVisualStyleBackColor = True Me.btnClose.UseVisualStyleBackColor = True
' '
@@ -79,7 +79,7 @@ Partial Class frmTags
Me.btnDelete.Location = New System.Drawing.Point(48, 226) Me.btnDelete.Location = New System.Drawing.Point(48, 226)
Me.btnDelete.Name = "btnDelete" Me.btnDelete.Name = "btnDelete"
Me.btnDelete.Size = New System.Drawing.Size(30, 23) Me.btnDelete.Size = New System.Drawing.Size(30, 23)
Me.btnDelete.TabIndex = 10 Me.btnDelete.TabIndex = 2
Me.btnDelete.Text = "-" Me.btnDelete.Text = "-"
Me.btnDelete.UseVisualStyleBackColor = True Me.btnDelete.UseVisualStyleBackColor = True
' '
@@ -90,7 +90,7 @@ Partial Class frmTags
Me.btnAdd.Location = New System.Drawing.Point(12, 226) Me.btnAdd.Location = New System.Drawing.Point(12, 226)
Me.btnAdd.Name = "btnAdd" Me.btnAdd.Name = "btnAdd"
Me.btnAdd.Size = New System.Drawing.Size(30, 23) Me.btnAdd.Size = New System.Drawing.Size(30, 23)
Me.btnAdd.TabIndex = 9 Me.btnAdd.TabIndex = 1
Me.btnAdd.Text = "+" Me.btnAdd.Text = "+"
Me.btnAdd.UseVisualStyleBackColor = True Me.btnAdd.UseVisualStyleBackColor = True
' '
@@ -101,7 +101,7 @@ Partial Class frmTags
Me.lstTags.Name = "lstTags" Me.lstTags.Name = "lstTags"
Me.lstTags.Size = New System.Drawing.Size(220, 212) Me.lstTags.Size = New System.Drawing.Size(220, 212)
Me.lstTags.Sorted = True Me.lstTags.Sorted = True
Me.lstTags.TabIndex = 7 Me.lstTags.TabIndex = 0
' '
'txtID 'txtID
' '
@@ -109,7 +109,7 @@ Partial Class frmTags
Me.txtID.Location = New System.Drawing.Point(377, 67) Me.txtID.Location = New System.Drawing.Point(377, 67)
Me.txtID.Name = "txtID" Me.txtID.Name = "txtID"
Me.txtID.Size = New System.Drawing.Size(33, 20) Me.txtID.Size = New System.Drawing.Size(33, 20)
Me.txtID.TabIndex = 8 Me.txtID.TabIndex = 4
Me.txtID.TabStop = False Me.txtID.TabStop = False
Me.txtID.Visible = False Me.txtID.Visible = False
' '
@@ -119,7 +119,7 @@ Partial Class frmTags
Me.btnCancel.Location = New System.Drawing.Point(497, 67) Me.btnCancel.Location = New System.Drawing.Point(497, 67)
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 = 13 Me.btnCancel.TabIndex = 6
Me.btnCancel.Text = "&Cancel" Me.btnCancel.Text = "&Cancel"
Me.btnCancel.UseVisualStyleBackColor = True Me.btnCancel.UseVisualStyleBackColor = True
' '
@@ -129,7 +129,7 @@ Partial Class frmTags
Me.btnSave.Location = New System.Drawing.Point(416, 67) Me.btnSave.Location = New System.Drawing.Point(416, 67)
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 = 12 Me.btnSave.TabIndex = 5
Me.btnSave.Text = "&Save" Me.btnSave.Text = "&Save"
Me.btnSave.UseVisualStyleBackColor = True Me.btnSave.UseVisualStyleBackColor = True
' '