scripts & contacts export support

This commit is contained in:
sShemet
2025-12-29 19:03:54 +05:00
parent 3475406781
commit cbad01271c
43 changed files with 102510 additions and 1534 deletions

View File

@@ -57,11 +57,11 @@ Partial Class StringsOffsetEditorvb
Me.patchFileID = New System.Windows.Forms.TextBox()
Me.PatchFileBtn = New System.Windows.Forms.Button()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.ReplaceAll = New System.Windows.Forms.Button()
Me.PatchFileRadio = New System.Windows.Forms.RadioButton()
Me.PatchExeRadio = New System.Windows.Forms.RadioButton()
Me.patchOffset = New System.Windows.Forms.TextBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.ReplaceAll = New System.Windows.Forms.Button()
Me.LineModeSimple = New System.Windows.Forms.RadioButton()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.DontEnglish = New System.Windows.Forms.CheckBox()
@@ -70,11 +70,15 @@ Partial Class StringsOffsetEditorvb
Me.EngSave = New System.Windows.Forms.Button()
Me.EngOffset = New System.Windows.Forms.TextBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.LinkedFiles = New System.Windows.Forms.ListBox()
Me.KudosLoad = New System.Windows.Forms.CheckBox()
Me.Label9 = New System.Windows.Forms.Label()
Me.KUDOSpath = New System.Windows.Forms.TextBox()
Me.FindOffsetInJP = New System.Windows.Forms.Button()
Me.DisableCalc = New System.Windows.Forms.CheckBox()
Me.CopyTable = New System.Windows.Forms.Button()
Me.Label10 = New System.Windows.Forms.Label()
Me.unlink = New System.Windows.Forms.Button()
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
@@ -400,15 +404,6 @@ Partial Class StringsOffsetEditorvb
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Patch Text Routine Call"
'
'ReplaceAll
'
Me.ReplaceAll.Location = New System.Drawing.Point(912, 128)
Me.ReplaceAll.Name = "ReplaceAll"
Me.ReplaceAll.Size = New System.Drawing.Size(246, 42)
Me.ReplaceAll.TabIndex = 22
Me.ReplaceAll.Text = "Search And Replace All Text Calls"
Me.ReplaceAll.UseVisualStyleBackColor = True
'
'PatchFileRadio
'
Me.PatchFileRadio.AutoSize = True
@@ -448,6 +443,15 @@ Partial Class StringsOffsetEditorvb
Me.Label7.TabIndex = 2
Me.Label7.Text = "Offset"
'
'ReplaceAll
'
Me.ReplaceAll.Location = New System.Drawing.Point(912, 128)
Me.ReplaceAll.Name = "ReplaceAll"
Me.ReplaceAll.Size = New System.Drawing.Size(246, 42)
Me.ReplaceAll.TabIndex = 22
Me.ReplaceAll.Text = "Search And Replace All Text Calls"
Me.ReplaceAll.UseVisualStyleBackColor = True
'
'LineModeSimple
'
Me.LineModeSimple.AutoSize = True
@@ -529,13 +533,13 @@ Partial Class StringsOffsetEditorvb
Me.Label8.TabIndex = 2
Me.Label8.Text = "ENGOffset"
'
'ListBox1
'LinkedFiles
'
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.Location = New System.Drawing.Point(698, 92)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(179, 82)
Me.ListBox1.TabIndex = 26
Me.LinkedFiles.FormattingEnabled = True
Me.LinkedFiles.Location = New System.Drawing.Point(698, 101)
Me.LinkedFiles.Name = "LinkedFiles"
Me.LinkedFiles.Size = New System.Drawing.Size(179, 82)
Me.LinkedFiles.TabIndex = 26
'
'KudosLoad
'
@@ -573,18 +577,57 @@ Partial Class StringsOffsetEditorvb
Me.FindOffsetInJP.Text = "Find in JP"
Me.FindOffsetInJP.UseVisualStyleBackColor = True
'
'DisableCalc
'
Me.DisableCalc.AutoSize = True
Me.DisableCalc.Location = New System.Drawing.Point(391, 195)
Me.DisableCalc.Name = "DisableCalc"
Me.DisableCalc.Size = New System.Drawing.Size(125, 17)
Me.DisableCalc.TabIndex = 26
Me.DisableCalc.Text = "Disable Compile Calc"
Me.DisableCalc.UseVisualStyleBackColor = True
'
'CopyTable
'
Me.CopyTable.Location = New System.Drawing.Point(912, 191)
Me.CopyTable.Name = "CopyTable"
Me.CopyTable.Size = New System.Drawing.Size(179, 23)
Me.CopyTable.TabIndex = 9
Me.CopyTable.Text = "Copy HEX 32 bytes of offsettable"
Me.CopyTable.UseVisualStyleBackColor = True
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Location = New System.Drawing.Point(695, 85)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(63, 13)
Me.Label10.TabIndex = 31
Me.Label10.Text = "Linked Files"
'
'unlink
'
Me.unlink.Location = New System.Drawing.Point(698, 191)
Me.unlink.Name = "unlink"
Me.unlink.Size = New System.Drawing.Size(179, 23)
Me.unlink.TabIndex = 9
Me.unlink.Text = "Unlink All"
Me.unlink.UseVisualStyleBackColor = True
'
'StringsOffsetEditorvb
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.Gray
Me.ClientSize = New System.Drawing.Size(1470, 1140)
Me.Controls.Add(Me.Label10)
Me.Controls.Add(Me.DisableCalc)
Me.Controls.Add(Me.FindOffsetInJP)
Me.Controls.Add(Me.ReplaceAll)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.KUDOSpath)
Me.Controls.Add(Me.KudosLoad)
Me.Controls.Add(Me.ListBox1)
Me.Controls.Add(Me.LinkedFiles)
Me.Controls.Add(Me.EngSave)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
@@ -597,6 +640,8 @@ Partial Class StringsOffsetEditorvb
Me.Controls.Add(Me.RadioFile)
Me.Controls.Add(Me.DataGridView1)
Me.Controls.Add(Me.SaveBtn)
Me.Controls.Add(Me.unlink)
Me.Controls.Add(Me.CopyTable)
Me.Controls.Add(Me.SaveSettings)
Me.Controls.Add(Me.LoadSettings)
Me.Controls.Add(Me.LoadBtn)
@@ -674,7 +719,7 @@ Partial Class StringsOffsetEditorvb
Friend WithEvents EngOffset As TextBox
Friend WithEvents Label8 As Label
Friend WithEvents ReplaceAll As Button
Friend WithEvents ListBox1 As ListBox
Friend WithEvents LinkedFiles As ListBox
Friend WithEvents DontEnglish As CheckBox
Friend WithEvents ID As DataGridViewTextBoxColumn
Friend WithEvents JAP As DataGridViewTextBoxColumn
@@ -684,4 +729,8 @@ Partial Class StringsOffsetEditorvb
Friend WithEvents Label9 As Label
Friend WithEvents KUDOSpath As TextBox
Friend WithEvents FindOffsetInJP As Button
Friend WithEvents DisableCalc As CheckBox
Friend WithEvents CopyTable As Button
Friend WithEvents Label10 As Label
Friend WithEvents unlink As Button
End Class