v0.94 Final commit

This commit is contained in:
Michael J. Seiferling
2015-12-01 00:00:16 -06:00
parent 1b47b6aa15
commit b86206a7a2
2 changed files with 18 additions and 18 deletions
+10 -10
View File
@@ -40,7 +40,7 @@ Partial Class frmFilter
Me.btnOK.Location = New System.Drawing.Point(297, 229)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(75, 23)
Me.btnOK.TabIndex = 13
Me.btnOK.TabIndex = 7
Me.btnOK.Text = "&OK"
Me.btnOK.UseVisualStyleBackColor = True
'
@@ -50,7 +50,7 @@ Partial Class frmFilter
Me.lblGameTags.Location = New System.Drawing.Point(263, 8)
Me.lblGameTags.Name = "lblGameTags"
Me.lblGameTags.Size = New System.Drawing.Size(66, 13)
Me.lblGameTags.TabIndex = 6
Me.lblGameTags.TabIndex = 5
Me.lblGameTags.Text = "Current Filter"
'
'lblTags
@@ -59,7 +59,7 @@ Partial Class frmFilter
Me.lblTags.Location = New System.Drawing.Point(49, 8)
Me.lblTags.Name = "lblTags"
Me.lblTags.Size = New System.Drawing.Size(77, 13)
Me.lblTags.TabIndex = 7
Me.lblTags.TabIndex = 0
Me.lblTags.Text = "Available Tags"
'
'btnRemove
@@ -67,7 +67,7 @@ Partial Class frmFilter
Me.btnRemove.Location = New System.Drawing.Point(168, 114)
Me.btnRemove.Name = "btnRemove"
Me.btnRemove.Size = New System.Drawing.Size(48, 23)
Me.btnRemove.TabIndex = 10
Me.btnRemove.TabIndex = 4
Me.btnRemove.Text = "< <"
Me.btnRemove.UseVisualStyleBackColor = True
'
@@ -76,7 +76,7 @@ Partial Class frmFilter
Me.btnAdd.Location = New System.Drawing.Point(168, 85)
Me.btnAdd.Name = "btnAdd"
Me.btnAdd.Size = New System.Drawing.Size(48, 23)
Me.btnAdd.TabIndex = 9
Me.btnAdd.TabIndex = 3
Me.btnAdd.Text = "> >"
Me.btnAdd.UseVisualStyleBackColor = True
'
@@ -87,7 +87,7 @@ Partial Class frmFilter
Me.lstFilter.Name = "lstFilter"
Me.lstFilter.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended
Me.lstFilter.Size = New System.Drawing.Size(150, 173)
Me.lstFilter.TabIndex = 11
Me.lstFilter.TabIndex = 6
'
'lstTags
'
@@ -96,7 +96,7 @@ Partial Class frmFilter
Me.lstTags.Name = "lstTags"
Me.lstTags.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended
Me.lstTags.Size = New System.Drawing.Size(150, 173)
Me.lstTags.TabIndex = 8
Me.lstTags.TabIndex = 1
'
'GroupBox1
'
@@ -105,7 +105,7 @@ Partial Class frmFilter
Me.GroupBox1.Location = New System.Drawing.Point(12, 206)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(150, 46)
Me.GroupBox1.TabIndex = 14
Me.GroupBox1.TabIndex = 2
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Matching Options"
'
@@ -115,7 +115,7 @@ Partial Class frmFilter
Me.optAll.Location = New System.Drawing.Point(77, 19)
Me.optAll.Name = "optAll"
Me.optAll.Size = New System.Drawing.Size(63, 17)
Me.optAll.TabIndex = 0
Me.optAll.TabIndex = 1
Me.optAll.TabStop = True
Me.optAll.Text = "All Tags"
Me.optAll.UseVisualStyleBackColor = True
@@ -127,7 +127,7 @@ Partial Class frmFilter
Me.optAny.Location = New System.Drawing.Point(6, 19)
Me.optAny.Name = "optAny"
Me.optAny.Size = New System.Drawing.Size(65, 17)
Me.optAny.TabIndex = 1
Me.optAny.TabIndex = 0
Me.optAny.TabStop = True
Me.optAny.Text = "Any Tag"
Me.optAny.UseVisualStyleBackColor = True
+8 -8
View File
@@ -42,7 +42,7 @@ Partial Class frmTags
Me.grpTag.Location = New System.Drawing.Point(238, 12)
Me.grpTag.Name = "grpTag"
Me.grpTag.Size = New System.Drawing.Size(334, 50)
Me.grpTag.TabIndex = 11
Me.grpTag.TabIndex = 3
Me.grpTag.TabStop = False
Me.grpTag.Text = "Configuration"
'
@@ -68,7 +68,7 @@ Partial Class frmTags
Me.btnClose.Location = New System.Drawing.Point(497, 226)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(75, 23)
Me.btnClose.TabIndex = 14
Me.btnClose.TabIndex = 7
Me.btnClose.Text = "C&lose"
Me.btnClose.UseVisualStyleBackColor = True
'
@@ -79,7 +79,7 @@ Partial Class frmTags
Me.btnDelete.Location = New System.Drawing.Point(48, 226)
Me.btnDelete.Name = "btnDelete"
Me.btnDelete.Size = New System.Drawing.Size(30, 23)
Me.btnDelete.TabIndex = 10
Me.btnDelete.TabIndex = 2
Me.btnDelete.Text = "-"
Me.btnDelete.UseVisualStyleBackColor = True
'
@@ -90,7 +90,7 @@ Partial Class frmTags
Me.btnAdd.Location = New System.Drawing.Point(12, 226)
Me.btnAdd.Name = "btnAdd"
Me.btnAdd.Size = New System.Drawing.Size(30, 23)
Me.btnAdd.TabIndex = 9
Me.btnAdd.TabIndex = 1
Me.btnAdd.Text = "+"
Me.btnAdd.UseVisualStyleBackColor = True
'
@@ -101,7 +101,7 @@ Partial Class frmTags
Me.lstTags.Name = "lstTags"
Me.lstTags.Size = New System.Drawing.Size(220, 212)
Me.lstTags.Sorted = True
Me.lstTags.TabIndex = 7
Me.lstTags.TabIndex = 0
'
'txtID
'
@@ -109,7 +109,7 @@ Partial Class frmTags
Me.txtID.Location = New System.Drawing.Point(377, 67)
Me.txtID.Name = "txtID"
Me.txtID.Size = New System.Drawing.Size(33, 20)
Me.txtID.TabIndex = 8
Me.txtID.TabIndex = 4
Me.txtID.TabStop = False
Me.txtID.Visible = False
'
@@ -119,7 +119,7 @@ Partial Class frmTags
Me.btnCancel.Location = New System.Drawing.Point(497, 67)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(75, 23)
Me.btnCancel.TabIndex = 13
Me.btnCancel.TabIndex = 6
Me.btnCancel.Text = "&Cancel"
Me.btnCancel.UseVisualStyleBackColor = True
'
@@ -129,7 +129,7 @@ Partial Class frmTags
Me.btnSave.Location = New System.Drawing.Point(416, 67)
Me.btnSave.Name = "btnSave"
Me.btnSave.Size = New System.Drawing.Size(75, 23)
Me.btnSave.TabIndex = 12
Me.btnSave.TabIndex = 5
Me.btnSave.Text = "&Save"
Me.btnSave.UseVisualStyleBackColor = True
'