contacts export and edit
This commit is contained in:
25
p2isPSX_CDToolkit/Form1.Designer.vb
generated
25
p2isPSX_CDToolkit/Form1.Designer.vb
generated
@@ -201,6 +201,7 @@ Partial Class Form1
|
||||
Me.Label25 = New System.Windows.Forms.Label()
|
||||
Me.CDEXTRApath = New System.Windows.Forms.TextBox()
|
||||
Me.SavePaths = New System.Windows.Forms.Button()
|
||||
Me.CharContact = New System.Windows.Forms.CheckBox()
|
||||
Me.TabControl1.SuspendLayout()
|
||||
Me.ReplaceTextExecutes.SuspendLayout()
|
||||
Me.GroupBox11.SuspendLayout()
|
||||
@@ -1603,7 +1604,7 @@ Partial Class Form1
|
||||
'
|
||||
Me.GroupBox9.Controls.Add(Me.Convert_Summon)
|
||||
Me.GroupBox9.Controls.Add(Me.Summon_Export)
|
||||
Me.GroupBox9.Location = New System.Drawing.Point(520, 557)
|
||||
Me.GroupBox9.Location = New System.Drawing.Point(513, 630)
|
||||
Me.GroupBox9.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.GroupBox9.Name = "GroupBox9"
|
||||
Me.GroupBox9.Padding = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
@@ -1634,6 +1635,7 @@ Partial Class Form1
|
||||
'
|
||||
'GroupBox8
|
||||
'
|
||||
Me.GroupBox8.Controls.Add(Me.CharContact)
|
||||
Me.GroupBox8.Controls.Add(Me.ConvertContactScript)
|
||||
Me.GroupBox8.Controls.Add(Me.ExportContact)
|
||||
Me.GroupBox8.Location = New System.Drawing.Point(513, 385)
|
||||
@@ -1647,17 +1649,17 @@ Partial Class Form1
|
||||
'
|
||||
'ConvertContactScript
|
||||
'
|
||||
Me.ConvertContactScript.Location = New System.Drawing.Point(7, 91)
|
||||
Me.ConvertContactScript.Location = New System.Drawing.Point(7, 129)
|
||||
Me.ConvertContactScript.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.ConvertContactScript.Name = "ConvertContactScript"
|
||||
Me.ConvertContactScript.Size = New System.Drawing.Size(219, 61)
|
||||
Me.ConvertContactScript.Size = New System.Drawing.Size(219, 28)
|
||||
Me.ConvertContactScript.TabIndex = 16
|
||||
Me.ConvertContactScript.Text = "Convert TXTs to trnslCNT"
|
||||
Me.ConvertContactScript.UseVisualStyleBackColor = True
|
||||
'
|
||||
'ExportContact
|
||||
'
|
||||
Me.ExportContact.Location = New System.Drawing.Point(7, 25)
|
||||
Me.ExportContact.Location = New System.Drawing.Point(8, 45)
|
||||
Me.ExportContact.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.ExportContact.Name = "ExportContact"
|
||||
Me.ExportContact.Size = New System.Drawing.Size(219, 41)
|
||||
@@ -2191,6 +2193,19 @@ Partial Class Form1
|
||||
Me.SavePaths.Text = "Save Path Settings"
|
||||
Me.SavePaths.UseVisualStyleBackColor = True
|
||||
'
|
||||
'CharContact
|
||||
'
|
||||
Me.CharContact.AutoSize = True
|
||||
Me.CharContact.Checked = True
|
||||
Me.CharContact.CheckState = System.Windows.Forms.CheckState.Checked
|
||||
Me.CharContact.Location = New System.Drawing.Point(18, 22)
|
||||
Me.CharContact.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
||||
Me.CharContact.Name = "CharContact"
|
||||
Me.CharContact.Size = New System.Drawing.Size(145, 20)
|
||||
Me.CharContact.TabIndex = 5
|
||||
Me.CharContact.Text = "Character Contact"
|
||||
Me.CharContact.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Form1
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
||||
@@ -2256,6 +2271,7 @@ Partial Class Form1
|
||||
Me.GroupBox6.ResumeLayout(False)
|
||||
Me.GroupBox9.ResumeLayout(False)
|
||||
Me.GroupBox8.ResumeLayout(False)
|
||||
Me.GroupBox8.PerformLayout()
|
||||
Me.GroupBox5.ResumeLayout(False)
|
||||
Me.GroupBox5.PerformLayout()
|
||||
Me.GroupBox4.ResumeLayout(False)
|
||||
@@ -2449,4 +2465,5 @@ Partial Class Form1
|
||||
Friend WithEvents CDEXTRApath As TextBox
|
||||
Friend WithEvents SavePaths As Button
|
||||
Friend WithEvents ID As DataGridViewTextBoxColumn
|
||||
Friend WithEvents CharContact As CheckBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user