Minor UI and validation fixes

This commit is contained in:
Michael J. Seiferling
2015-12-12 22:22:20 -06:00
parent 3f35d442d5
commit 022ef5d35c
5 changed files with 159 additions and 158 deletions
+97 -99
View File
@@ -22,7 +22,6 @@ Partial Class frmAddWizard
'Do not modify it using the code editor. 'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _ <System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent() Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAddWizard))
Me.tabWizard = New System.Windows.Forms.TabControl() Me.tabWizard = New System.Windows.Forms.TabControl()
Me.tbPage1 = New System.Windows.Forms.TabPage() Me.tbPage1 = New System.Windows.Forms.TabPage()
Me.lblStep1Title = New System.Windows.Forms.Label() Me.lblStep1Title = New System.Windows.Forms.Label()
@@ -46,10 +45,18 @@ 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.lblIncludePathTitle = New System.Windows.Forms.Label()
Me.lblIncludePath = New System.Windows.Forms.Label()
Me.lblFileTypes = New System.Windows.Forms.Label()
Me.btnInclude = New System.Windows.Forms.Button()
Me.lblStep3aTitle = New System.Windows.Forms.Label() Me.lblStep3aTitle = New System.Windows.Forms.Label()
Me.lblStep3aInstructions = New System.Windows.Forms.Label() Me.lblStep3aInstructions = New System.Windows.Forms.Label()
Me.txtFileTypes = New System.Windows.Forms.TextBox() Me.txtFileTypes = New System.Windows.Forms.TextBox()
Me.tbPage4 = New System.Windows.Forms.TabPage() Me.tbPage4 = New System.Windows.Forms.TabPage()
Me.lblExcludePathTitle = New System.Windows.Forms.Label()
Me.lblExcludePath = New System.Windows.Forms.Label()
Me.lblExclude = New System.Windows.Forms.Label()
Me.btnExclude = New System.Windows.Forms.Button()
Me.lblStep4Title = New System.Windows.Forms.Label() Me.lblStep4Title = New System.Windows.Forms.Label()
Me.lblStep4Instructions = New System.Windows.Forms.Label() Me.lblStep4Instructions = New System.Windows.Forms.Label()
Me.txtExcludeList = New System.Windows.Forms.TextBox() Me.txtExcludeList = New System.Windows.Forms.TextBox()
@@ -60,14 +67,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.btnInclude = New System.Windows.Forms.Button()
Me.lblFileTypes = New System.Windows.Forms.Label()
Me.lblExclude = New System.Windows.Forms.Label()
Me.btnExclude = New System.Windows.Forms.Button()
Me.lblExcludePath = New System.Windows.Forms.Label()
Me.lblIncludePath = New System.Windows.Forms.Label()
Me.lblIncludePathTitle = New System.Windows.Forms.Label()
Me.lblExcludePathTitle = New System.Windows.Forms.Label()
Me.tabWizard.SuspendLayout() Me.tabWizard.SuspendLayout()
Me.tbPage1.SuspendLayout() Me.tbPage1.SuspendLayout()
Me.tbPage2.SuspendLayout() Me.tbPage2.SuspendLayout()
@@ -121,9 +120,9 @@ Partial Class frmAddWizard
' '
Me.lblDrag1.AllowDrop = True Me.lblDrag1.AllowDrop = True
Me.lblDrag1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblDrag1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblDrag1.Location = New System.Drawing.Point(14, 147) Me.lblDrag1.Location = New System.Drawing.Point(14, 135)
Me.lblDrag1.Name = "lblDrag1" Me.lblDrag1.Name = "lblDrag1"
Me.lblDrag1.Size = New System.Drawing.Size(303, 37) Me.lblDrag1.Size = New System.Drawing.Size(303, 49)
Me.lblDrag1.TabIndex = 7 Me.lblDrag1.TabIndex = 7
Me.lblDrag1.Text = "Drag a shortcut here to complete this step." Me.lblDrag1.Text = "Drag a shortcut here to complete this step."
' '
@@ -131,11 +130,9 @@ Partial Class frmAddWizard
' '
Me.lblStep1Instructions.Location = New System.Drawing.Point(14, 93) Me.lblStep1Instructions.Location = New System.Drawing.Point(14, 93)
Me.lblStep1Instructions.Name = "lblStep1Instructions" Me.lblStep1Instructions.Name = "lblStep1Instructions"
Me.lblStep1Instructions.Size = New System.Drawing.Size(303, 42) Me.lblStep1Instructions.Size = New System.Drawing.Size(303, 30)
Me.lblStep1Instructions.TabIndex = 6 Me.lblStep1Instructions.TabIndex = 6
Me.lblStep1Instructions.Text = "The name of the game is used for the backup file and must conform to Windows file" & Me.lblStep1Instructions.Text = "The name will be automatically filtered for length and invalid characters. "
" name standards. It will be automatically filtered for length and invalid chara" &
"cters. "
' '
'txtName 'txtName
' '
@@ -184,16 +181,16 @@ Partial Class frmAddWizard
' '
Me.lblStep2Instructions.Location = New System.Drawing.Point(14, 93) Me.lblStep2Instructions.Location = New System.Drawing.Point(14, 93)
Me.lblStep2Instructions.Name = "lblStep2Instructions" Me.lblStep2Instructions.Name = "lblStep2Instructions"
Me.lblStep2Instructions.Size = New System.Drawing.Size(303, 41) Me.lblStep2Instructions.Size = New System.Drawing.Size(303, 29)
Me.lblStep2Instructions.TabIndex = 10 Me.lblStep2Instructions.TabIndex = 10
Me.lblStep2Instructions.Text = "GBM needs to know what to look for when you run the application. Some games use " & Me.lblStep2Instructions.Text = "Some games use launchers. Do not monitor launchers, be sure to choose the game'" & _
"launchers. Do not monitor launchers, choose the actual game exe file." "s actual exe file."
' '
'lblDrag2 'lblDrag2
' '
Me.lblDrag2.AllowDrop = True Me.lblDrag2.AllowDrop = True
Me.lblDrag2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblDrag2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblDrag2.Location = New System.Drawing.Point(14, 147) Me.lblDrag2.Location = New System.Drawing.Point(14, 135)
Me.lblDrag2.Name = "lblDrag2" Me.lblDrag2.Name = "lblDrag2"
Me.lblDrag2.Size = New System.Drawing.Size(336, 44) Me.lblDrag2.Size = New System.Drawing.Size(336, 44)
Me.lblDrag2.TabIndex = 9 Me.lblDrag2.TabIndex = 9
@@ -257,8 +254,8 @@ Partial Class frmAddWizard
Me.lblStep3Instructions.Name = "lblStep3Instructions" Me.lblStep3Instructions.Name = "lblStep3Instructions"
Me.lblStep3Instructions.Size = New System.Drawing.Size(303, 42) Me.lblStep3Instructions.Size = New System.Drawing.Size(303, 42)
Me.lblStep3Instructions.TabIndex = 9 Me.lblStep3Instructions.TabIndex = 9
Me.lblStep3Instructions.Text = "If you're unsure of exactly which files to backup, make sure Save Entire Folder " & Me.lblStep3Instructions.Text = "If you're unsure of exactly which files to backup, make sure Save Entire Folder " & _
"is checked. You can also time stamp your backup files to make incremental backu" & "is checked. You can also time stamp your backup files to make incremental backu" & _
"ps." "ps."
' '
'chkTimeStamp 'chkTimeStamp
@@ -322,6 +319,43 @@ Partial Class frmAddWizard
Me.tbPage3a.TabIndex = 3 Me.tbPage3a.TabIndex = 3
Me.tbPage3a.Text = "TabPage4" Me.tbPage3a.Text = "TabPage4"
' '
'lblIncludePathTitle
'
Me.lblIncludePathTitle.AutoSize = True
Me.lblIncludePathTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblIncludePathTitle.Location = New System.Drawing.Point(14, 45)
Me.lblIncludePathTitle.Name = "lblIncludePathTitle"
Me.lblIncludePathTitle.Size = New System.Drawing.Size(122, 13)
Me.lblIncludePathTitle.TabIndex = 6
Me.lblIncludePathTitle.Text = "Saved Game Folder:"
'
'lblIncludePath
'
Me.lblIncludePath.AutoEllipsis = True
Me.lblIncludePath.Location = New System.Drawing.Point(14, 60)
Me.lblIncludePath.Name = "lblIncludePath"
Me.lblIncludePath.Size = New System.Drawing.Size(324, 13)
Me.lblIncludePath.TabIndex = 1
Me.lblIncludePath.Text = "Save Path"
'
'lblFileTypes
'
Me.lblFileTypes.AutoSize = True
Me.lblFileTypes.Location = New System.Drawing.Point(199, 91)
Me.lblFileTypes.Name = "lblFileTypes"
Me.lblFileTypes.Size = New System.Drawing.Size(89, 13)
Me.lblFileTypes.TabIndex = 3
Me.lblFileTypes.Text = "0 item(s) selected"
'
'btnInclude
'
Me.btnInclude.Location = New System.Drawing.Point(17, 86)
Me.btnInclude.Name = "btnInclude"
Me.btnInclude.Size = New System.Drawing.Size(176, 23)
Me.btnInclude.TabIndex = 2
Me.btnInclude.Text = "Choose items to in&clude..."
Me.btnInclude.UseVisualStyleBackColor = True
'
'lblStep3aTitle 'lblStep3aTitle
' '
Me.lblStep3aTitle.AutoSize = True Me.lblStep3aTitle.AutoSize = True
@@ -338,9 +372,8 @@ Partial Class frmAddWizard
Me.lblStep3aInstructions.Name = "lblStep3aInstructions" Me.lblStep3aInstructions.Name = "lblStep3aInstructions"
Me.lblStep3aInstructions.Size = New System.Drawing.Size(303, 56) Me.lblStep3aInstructions.Size = New System.Drawing.Size(303, 56)
Me.lblStep3aInstructions.TabIndex = 5 Me.lblStep3aInstructions.TabIndex = 5
Me.lblStep3aInstructions.Text = "Choose any file types, specific files or folders you wish to include in the back" & Me.lblStep3aInstructions.Text = "Choose any file types, specific files or folders you wish to include in the back" & _
"up. You may choose multiple items to include. If you're unsure, go back a step" & "up. If you're unsure, go back a step and choose to save the entire folder. "
" and choose to save the entire folder. "
' '
'txtFileTypes 'txtFileTypes
' '
@@ -368,6 +401,43 @@ Partial Class frmAddWizard
Me.tbPage4.TabIndex = 4 Me.tbPage4.TabIndex = 4
Me.tbPage4.Text = "TabPage5" Me.tbPage4.Text = "TabPage5"
' '
'lblExcludePathTitle
'
Me.lblExcludePathTitle.AutoSize = True
Me.lblExcludePathTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblExcludePathTitle.Location = New System.Drawing.Point(14, 45)
Me.lblExcludePathTitle.Name = "lblExcludePathTitle"
Me.lblExcludePathTitle.Size = New System.Drawing.Size(122, 13)
Me.lblExcludePathTitle.TabIndex = 7
Me.lblExcludePathTitle.Text = "Saved Game Folder:"
'
'lblExcludePath
'
Me.lblExcludePath.AutoEllipsis = True
Me.lblExcludePath.Location = New System.Drawing.Point(14, 60)
Me.lblExcludePath.Name = "lblExcludePath"
Me.lblExcludePath.Size = New System.Drawing.Size(334, 13)
Me.lblExcludePath.TabIndex = 1
Me.lblExcludePath.Text = "Save Path"
'
'lblExclude
'
Me.lblExclude.AutoSize = True
Me.lblExclude.Location = New System.Drawing.Point(199, 91)
Me.lblExclude.Name = "lblExclude"
Me.lblExclude.Size = New System.Drawing.Size(89, 13)
Me.lblExclude.TabIndex = 3
Me.lblExclude.Text = "0 item(s) selected"
'
'btnExclude
'
Me.btnExclude.Location = New System.Drawing.Point(17, 86)
Me.btnExclude.Name = "btnExclude"
Me.btnExclude.Size = New System.Drawing.Size(176, 23)
Me.btnExclude.TabIndex = 2
Me.btnExclude.Text = "Choose items to e&xclude..."
Me.btnExclude.UseVisualStyleBackColor = True
'
'lblStep4Title 'lblStep4Title
' '
Me.lblStep4Title.AutoSize = True Me.lblStep4Title.AutoSize = True
@@ -384,7 +454,8 @@ Partial Class frmAddWizard
Me.lblStep4Instructions.Name = "lblStep4Instructions" Me.lblStep4Instructions.Name = "lblStep4Instructions"
Me.lblStep4Instructions.Size = New System.Drawing.Size(303, 59) Me.lblStep4Instructions.Size = New System.Drawing.Size(303, 59)
Me.lblStep4Instructions.TabIndex = 5 Me.lblStep4Instructions.TabIndex = 5
Me.lblStep4Instructions.Text = resources.GetString("lblStep4Instructions.Text") Me.lblStep4Instructions.Text = "Choose any file types, specific files or folders you wish to exclude from the ba" & _
"ckup. You may choose multiple items to exclude. This step can be skipped."
' '
'txtExcludeList 'txtExcludeList
' '
@@ -432,6 +503,7 @@ Partial Class frmAddWizard
Me.lstSummary.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable Me.lstSummary.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable
Me.lstSummary.Location = New System.Drawing.Point(14, 65) Me.lstSummary.Location = New System.Drawing.Point(14, 65)
Me.lstSummary.Name = "lstSummary" Me.lstSummary.Name = "lstSummary"
Me.lstSummary.ShowItemToolTips = True
Me.lstSummary.Size = New System.Drawing.Size(335, 126) Me.lstSummary.Size = New System.Drawing.Size(335, 126)
Me.lstSummary.TabIndex = 1 Me.lstSummary.TabIndex = 1
Me.lstSummary.UseCompatibleStateImageBehavior = False Me.lstSummary.UseCompatibleStateImageBehavior = False
@@ -464,80 +536,6 @@ Partial Class frmAddWizard
Me.btnBack.Text = "&Back" Me.btnBack.Text = "&Back"
Me.btnBack.UseVisualStyleBackColor = True Me.btnBack.UseVisualStyleBackColor = True
' '
'btnInclude
'
Me.btnInclude.Location = New System.Drawing.Point(17, 86)
Me.btnInclude.Name = "btnInclude"
Me.btnInclude.Size = New System.Drawing.Size(176, 23)
Me.btnInclude.TabIndex = 2
Me.btnInclude.Text = "Choose items to in&clude..."
Me.btnInclude.UseVisualStyleBackColor = True
'
'lblFileTypes
'
Me.lblFileTypes.AutoSize = True
Me.lblFileTypes.Location = New System.Drawing.Point(199, 91)
Me.lblFileTypes.Name = "lblFileTypes"
Me.lblFileTypes.Size = New System.Drawing.Size(89, 13)
Me.lblFileTypes.TabIndex = 3
Me.lblFileTypes.Text = "0 item(s) selected"
'
'lblExclude
'
Me.lblExclude.AutoSize = True
Me.lblExclude.Location = New System.Drawing.Point(199, 91)
Me.lblExclude.Name = "lblExclude"
Me.lblExclude.Size = New System.Drawing.Size(89, 13)
Me.lblExclude.TabIndex = 3
Me.lblExclude.Text = "0 item(s) selected"
'
'btnExclude
'
Me.btnExclude.Location = New System.Drawing.Point(17, 86)
Me.btnExclude.Name = "btnExclude"
Me.btnExclude.Size = New System.Drawing.Size(176, 23)
Me.btnExclude.TabIndex = 2
Me.btnExclude.Text = "Choose items to e&xclude..."
Me.btnExclude.UseVisualStyleBackColor = True
'
'lblExcludePath
'
Me.lblExcludePath.AutoEllipsis = True
Me.lblExcludePath.Location = New System.Drawing.Point(14, 60)
Me.lblExcludePath.Name = "lblExcludePath"
Me.lblExcludePath.Size = New System.Drawing.Size(334, 13)
Me.lblExcludePath.TabIndex = 1
Me.lblExcludePath.Text = "Save Path"
'
'lblIncludePath
'
Me.lblIncludePath.AutoEllipsis = True
Me.lblIncludePath.Location = New System.Drawing.Point(14, 60)
Me.lblIncludePath.Name = "lblIncludePath"
Me.lblIncludePath.Size = New System.Drawing.Size(324, 13)
Me.lblIncludePath.TabIndex = 1
Me.lblIncludePath.Text = "Save Path"
'
'lblIncludePathTitle
'
Me.lblIncludePathTitle.AutoSize = True
Me.lblIncludePathTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblIncludePathTitle.Location = New System.Drawing.Point(14, 45)
Me.lblIncludePathTitle.Name = "lblIncludePathTitle"
Me.lblIncludePathTitle.Size = New System.Drawing.Size(122, 13)
Me.lblIncludePathTitle.TabIndex = 6
Me.lblIncludePathTitle.Text = "Saved Game Folder:"
'
'lblExcludePathTitle
'
Me.lblExcludePathTitle.AutoSize = True
Me.lblExcludePathTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblExcludePathTitle.Location = New System.Drawing.Point(14, 45)
Me.lblExcludePathTitle.Name = "lblExcludePathTitle"
Me.lblExcludePathTitle.Size = New System.Drawing.Size(122, 13)
Me.lblExcludePathTitle.TabIndex = 7
Me.lblExcludePathTitle.Text = "Saved Game Folder:"
'
'frmAddWizard 'frmAddWizard
' '
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
-3
View File
@@ -117,7 +117,4 @@
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<data name="lblStep4Instructions.Text" xml:space="preserve">
<value>Choose any file types, specific files or folders you wish to exclude from the backup. You may choose multiple items to exclude. A more advanced exclude list can be created manually via the Game Manager. This step can be skipped.</value>
</data>
</root> </root>
+3 -3
View File
@@ -69,8 +69,8 @@ Public Class frmAddWizard
lstSummary.Columns(0).Width = 95 lstSummary.Columns(0).Width = 95
lstSummary.Columns(1).Width = 210 lstSummary.Columns(1).Width = 210
sItems = {"Name", "Process", "Absolute Path", "Save Path", "Folder Backup", "Specific Files", "Time Stamp", "Exclude List"} sItems = {"Name", "Process", "Absolute Path", "Save Path", "Folder Backup", "Time Stamp", "Included Items", "Excluded Items"}
sValues = {sName, sProcessSummaryText, mgrCommon.BooleanYesNo(bIsAbsolute), sSavePath, mgrCommon.BooleanYesNo(bFolderBackup), StringEmptyText(sFileType), mgrCommon.BooleanYesNo(bTimeStamp), StringEmptyText(sExcludeList)} sValues = {sName, sProcessSummaryText, mgrCommon.BooleanYesNo(bIsAbsolute), sSavePath, mgrCommon.BooleanYesNo(bFolderBackup), mgrCommon.BooleanYesNo(bTimeStamp), StringEmptyText(sFileType), StringEmptyText(sExcludeList)}
For i = 0 To sItems.Length - 1 For i = 0 To sItems.Length - 1
sItem = {sItems(i), sValues(i)} sItem = {sItems(i), sValues(i)}
@@ -185,7 +185,7 @@ Public Class frmAddWizard
Private Function ValidateSaveType(ByVal strSaveType As String, ByRef sErrorMessage As String) Private Function ValidateSaveType(ByVal strSaveType As String, ByRef sErrorMessage As String)
If strSaveType = String.Empty Then If strSaveType = String.Empty Then
sErrorMessage = "You must choose a file type or specific file to backup." sErrorMessage = "You must choose items to include in the backup, or choose to save the entire folder."
txtFileTypes.Focus() txtFileTypes.Focus()
Return False Return False
End If End If
+53 -53
View File
@@ -36,15 +36,15 @@ Partial Class frmFilter
Me.lstTags = New System.Windows.Forms.ListBox() Me.lstTags = New System.Windows.Forms.ListBox()
Me.btnOK = New System.Windows.Forms.Button() Me.btnOK = New System.Windows.Forms.Button()
Me.grpGameFilter = New System.Windows.Forms.GroupBox() Me.grpGameFilter = New System.Windows.Forms.GroupBox()
Me.grpGameInfoOptions = New System.Windows.Forms.GroupBox()
Me.optOr = New System.Windows.Forms.RadioButton()
Me.optAnd = New System.Windows.Forms.RadioButton()
Me.txtCompany = New System.Windows.Forms.TextBox()
Me.lblCompany = New System.Windows.Forms.Label()
Me.txtProcess = New System.Windows.Forms.TextBox() Me.txtProcess = New System.Windows.Forms.TextBox()
Me.lblProcess = New System.Windows.Forms.Label() Me.lblProcess = New System.Windows.Forms.Label()
Me.lblName = New System.Windows.Forms.Label() Me.lblName = New System.Windows.Forms.Label()
Me.txtName = New System.Windows.Forms.TextBox() Me.txtName = New System.Windows.Forms.TextBox()
Me.txtCompany = New System.Windows.Forms.TextBox()
Me.lblCompany = New System.Windows.Forms.Label()
Me.grpGameInfoOptions = New System.Windows.Forms.GroupBox()
Me.optOr = New System.Windows.Forms.RadioButton()
Me.optAnd = New System.Windows.Forms.RadioButton()
Me.grpTagFilter.SuspendLayout() Me.grpTagFilter.SuspendLayout()
Me.grpTagOptions.SuspendLayout() Me.grpTagOptions.SuspendLayout()
Me.grpGameFilter.SuspendLayout() Me.grpGameFilter.SuspendLayout()
@@ -200,54 +200,6 @@ Partial Class frmFilter
Me.grpGameFilter.TabIndex = 1 Me.grpGameFilter.TabIndex = 1
Me.grpGameFilter.TabStop = False Me.grpGameFilter.TabStop = False
' '
'txtProcess
'
Me.txtProcess.Location = New System.Drawing.Point(86, 45)
Me.txtProcess.Name = "txtProcess"
Me.txtProcess.Size = New System.Drawing.Size(293, 20)
Me.txtProcess.TabIndex = 3
'
'lblProcess
'
Me.lblProcess.AutoSize = True
Me.lblProcess.Location = New System.Drawing.Point(11, 48)
Me.lblProcess.Name = "lblProcess"
Me.lblProcess.Size = New System.Drawing.Size(48, 13)
Me.lblProcess.TabIndex = 2
Me.lblProcess.Text = "Process:"
'
'lblName
'
Me.lblName.AutoSize = True
Me.lblName.Location = New System.Drawing.Point(11, 22)
Me.lblName.Name = "lblName"
Me.lblName.Size = New System.Drawing.Size(38, 13)
Me.lblName.TabIndex = 0
Me.lblName.Text = "Name:"
'
'txtName
'
Me.txtName.Location = New System.Drawing.Point(86, 19)
Me.txtName.Name = "txtName"
Me.txtName.Size = New System.Drawing.Size(293, 20)
Me.txtName.TabIndex = 1
'
'txtCompany
'
Me.txtCompany.Location = New System.Drawing.Point(86, 71)
Me.txtCompany.Name = "txtCompany"
Me.txtCompany.Size = New System.Drawing.Size(293, 20)
Me.txtCompany.TabIndex = 5
'
'lblCompany
'
Me.lblCompany.AutoSize = True
Me.lblCompany.Location = New System.Drawing.Point(11, 74)
Me.lblCompany.Name = "lblCompany"
Me.lblCompany.Size = New System.Drawing.Size(54, 13)
Me.lblCompany.TabIndex = 4
Me.lblCompany.Text = "Company:"
'
'grpGameInfoOptions 'grpGameInfoOptions
' '
Me.grpGameInfoOptions.Controls.Add(Me.optOr) Me.grpGameInfoOptions.Controls.Add(Me.optOr)
@@ -282,6 +234,54 @@ Partial Class frmFilter
Me.optAnd.Text = "And" Me.optAnd.Text = "And"
Me.optAnd.UseVisualStyleBackColor = True Me.optAnd.UseVisualStyleBackColor = True
' '
'txtCompany
'
Me.txtCompany.Location = New System.Drawing.Point(70, 71)
Me.txtCompany.Name = "txtCompany"
Me.txtCompany.Size = New System.Drawing.Size(309, 20)
Me.txtCompany.TabIndex = 5
'
'lblCompany
'
Me.lblCompany.AutoSize = True
Me.lblCompany.Location = New System.Drawing.Point(11, 74)
Me.lblCompany.Name = "lblCompany"
Me.lblCompany.Size = New System.Drawing.Size(54, 13)
Me.lblCompany.TabIndex = 4
Me.lblCompany.Text = "Company:"
'
'txtProcess
'
Me.txtProcess.Location = New System.Drawing.Point(70, 45)
Me.txtProcess.Name = "txtProcess"
Me.txtProcess.Size = New System.Drawing.Size(309, 20)
Me.txtProcess.TabIndex = 3
'
'lblProcess
'
Me.lblProcess.AutoSize = True
Me.lblProcess.Location = New System.Drawing.Point(11, 48)
Me.lblProcess.Name = "lblProcess"
Me.lblProcess.Size = New System.Drawing.Size(48, 13)
Me.lblProcess.TabIndex = 2
Me.lblProcess.Text = "Process:"
'
'lblName
'
Me.lblName.AutoSize = True
Me.lblName.Location = New System.Drawing.Point(11, 22)
Me.lblName.Name = "lblName"
Me.lblName.Size = New System.Drawing.Size(38, 13)
Me.lblName.TabIndex = 0
Me.lblName.Text = "Name:"
'
'txtName
'
Me.txtName.Location = New System.Drawing.Point(70, 19)
Me.txtName.Name = "txtName"
Me.txtName.Size = New System.Drawing.Size(309, 20)
Me.txtName.TabIndex = 1
'
'frmFilter 'frmFilter
' '
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
+6
View File
@@ -1052,6 +1052,12 @@ Public Class frmGameManager
Return False Return False
End If End If
If chkFolderSave.Checked = False And txtFileType.Text = String.Empty Then
MsgBox("You must choose items to include in the backup, or choose to save the entire folder.", MsgBoxStyle.Exclamation, "Game Backup Monitor")
btnInclude.Focus()
Return False
End If
If mgrMonitorList.DoDuplicateListCheck(oApp.Name, oApp.ProcessName, , oApp.ID) Then If mgrMonitorList.DoDuplicateListCheck(oApp.Name, oApp.ProcessName, , oApp.ID) Then
MsgBox("A game with this exact name and process already exists.", MsgBoxStyle.Exclamation, "Game Backup Monitor") MsgBox("A game with this exact name and process already exists.", MsgBoxStyle.Exclamation, "Game Backup Monitor")
txtName.Focus() txtName.Focus()