demon contacts import

SUPA PUPA DUPA COPYPASTE FILES IMPORT SYSTEM
This commit is contained in:
sShemet
2026-03-19 17:43:18 +05:00
parent 48ca6f2d85
commit 2e01e57e70
7 changed files with 105 additions and 39 deletions

View File

@@ -22,8 +22,8 @@ Partial Class Form1
'Не изменяйте ее в редакторе исходного кода.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.JapISOPath = New System.Windows.Forms.TextBox()
Me.EngISOPath = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
@@ -149,6 +149,7 @@ Partial Class Form1
Me.Convert_Summon = New System.Windows.Forms.Button()
Me.Summon_Export = New System.Windows.Forms.Button()
Me.GroupBox8 = New System.Windows.Forms.GroupBox()
Me.CharContact = New System.Windows.Forms.CheckBox()
Me.ConvertContactScript = New System.Windows.Forms.Button()
Me.ExportContact = New System.Windows.Forms.Button()
Me.ExportDUNGScripts = New System.Windows.Forms.Button()
@@ -201,7 +202,6 @@ 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()
@@ -1597,8 +1597,7 @@ Partial Class Form1
Me.Label20.Name = "Label20"
Me.Label20.Size = New System.Drawing.Size(289, 309)
Me.Label20.TabIndex = 18
Me.Label20.Text = "" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " Text Reimport Memo:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "0035 - Summons" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "0057-0397 - SCENARIO" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "0735 - Dungeon T" &
"alks" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "0713-0719 - City" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "0793 - Boss Battle Talk" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "0864 - Battle Contacts" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
Me.Label20.Text = resources.GetString("Label20.Text")
'
'GroupBox9
'
@@ -1647,6 +1646,19 @@ Partial Class Form1
Me.GroupBox8.TabStop = False
Me.GroupBox8.Text = "Contact Scripts"
'
'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
'
'ConvertContactScript
'
Me.ConvertContactScript.Location = New System.Drawing.Point(7, 129)
@@ -2193,19 +2205,6 @@ 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!)