Files
P2EP_Toolkit/p2isPSX_CDToolkit/StringsOffsetEditorvb.Designer.vb
2025-12-29 19:03:54 +05:00

737 lines
30 KiB
VB.net
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class StringsOffsetEditorvb
Inherits System.Windows.Forms.Form
'Форма переопределяет dispose для очистки списка компонентов.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Является обязательной для конструктора форм Windows Forms
Private components As System.ComponentModel.IContainer
'Примечание: следующая процедура является обязательной для конструктора форм Windows Forms
'Для ее изменения используйте конструктор форм Windows Form.
'Не изменяйте ее в редакторе исходного кода.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.FileID = New System.Windows.Forms.TextBox()
Me.Offset = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.UserPath = New System.Windows.Forms.TextBox()
Me.EngISOPath = New System.Windows.Forms.TextBox()
Me.JapISOPath = New System.Windows.Forms.TextBox()
Me.LoadBtn = New System.Windows.Forms.Button()
Me.SaveBtn = New System.Windows.Forms.Button()
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
Me.ID = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.JAP = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Eng = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.RadioFile = New System.Windows.Forms.RadioButton()
Me.RadioSector = New System.Windows.Forms.RadioButton()
Me.SetName = New System.Windows.Forms.TextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.tempSave = New System.Windows.Forms.Button()
Me.tempLoad = New System.Windows.Forms.Button()
Me.SaveSettings = New System.Windows.Forms.Button()
Me.LoadSettings = New System.Windows.Forms.Button()
Me.OffSz = New System.Windows.Forms.Label()
Me.TxtSz = New System.Windows.Forms.Label()
Me.Allsz = New System.Windows.Forms.Label()
Me.YourTxtSz = New System.Windows.Forms.Label()
Me.CurLen = New System.Windows.Forms.Label()
Me.patchFileID = New System.Windows.Forms.TextBox()
Me.PatchFileBtn = New System.Windows.Forms.Button()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
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()
Me.OnlyCodes_Mode = New System.Windows.Forms.CheckBox()
Me.LineModeComplex = New System.Windows.Forms.RadioButton()
Me.EngSave = New System.Windows.Forms.Button()
Me.EngOffset = New System.Windows.Forms.TextBox()
Me.Label8 = New System.Windows.Forms.Label()
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()
Me.SuspendLayout()
'
'FileID
'
Me.FileID.Location = New System.Drawing.Point(54, 125)
Me.FileID.Name = "FileID"
Me.FileID.Size = New System.Drawing.Size(100, 20)
Me.FileID.TabIndex = 0
Me.FileID.Text = "0681"
'
'Offset
'
Me.Offset.Location = New System.Drawing.Point(218, 125)
Me.Offset.Name = "Offset"
Me.Offset.Size = New System.Drawing.Size(52, 20)
Me.Offset.TabIndex = 1
Me.Offset.Text = "49376"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(4, 128)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(44, 13)
Me.Label1.TabIndex = 2
Me.Label1.Text = "Number"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(164, 128)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(54, 13)
Me.Label2.TabIndex = 2
Me.Label2.Text = "JAPOffset"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(376, 23)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(102, 13)
Me.Label3.TabIndex = 6
Me.Label3.Text = "User (Modified) .BIN"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(54, 62)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(120, 13)
Me.Label4.TabIndex = 7
Me.Label4.Text = "USA EP CD Image .BIN"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(54, 23)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(127, 13)
Me.Label5.TabIndex = 8
Me.Label5.Text = "Japan EP CD Image .BIN"
'
'UserPath
'
Me.UserPath.Location = New System.Drawing.Point(376, 38)
Me.UserPath.Name = "UserPath"
Me.UserPath.Size = New System.Drawing.Size(300, 20)
Me.UserPath.TabIndex = 3
Me.UserPath.Text = "D:\Games\PSX\Persona 2 - Batsu (NTSC-J) [SLPS-02825]\Persona 2 - Batsu USER.bin"
'
'EngISOPath
'
Me.EngISOPath.Location = New System.Drawing.Point(54, 77)
Me.EngISOPath.Name = "EngISOPath"
Me.EngISOPath.Size = New System.Drawing.Size(300, 20)
Me.EngISOPath.TabIndex = 4
Me.EngISOPath.Text = "D:\Games\PSX\Persona 2 - Batsu (NTSC-J) [SLPS-02825]\Persona 2 - EP (USA) [Locali" &
"zed - Undub].bin"
'
'JapISOPath
'
Me.JapISOPath.Location = New System.Drawing.Point(54, 39)
Me.JapISOPath.Name = "JapISOPath"
Me.JapISOPath.Size = New System.Drawing.Size(300, 20)
Me.JapISOPath.TabIndex = 5
Me.JapISOPath.Text = "D:\Games\PSX\Persona 2 - Batsu (NTSC-J) [SLPS-02825]\Persona 2 - Batsu (NTSC-J) [" &
"SLPS-02825].bin"
'
'LoadBtn
'
Me.LoadBtn.Location = New System.Drawing.Point(54, 172)
Me.LoadBtn.Name = "LoadBtn"
Me.LoadBtn.Size = New System.Drawing.Size(328, 23)
Me.LoadBtn.TabIndex = 9
Me.LoadBtn.Text = "READ"
Me.LoadBtn.UseVisualStyleBackColor = True
'
'SaveBtn
'
Me.SaveBtn.Location = New System.Drawing.Point(1023, 1095)
Me.SaveBtn.Name = "SaveBtn"
Me.SaveBtn.Size = New System.Drawing.Size(148, 38)
Me.SaveBtn.TabIndex = 9
Me.SaveBtn.Text = "SAVE"
Me.SaveBtn.UseVisualStyleBackColor = True
'
'DataGridView1
'
Me.DataGridView1.AllowUserToAddRows = False
Me.DataGridView1.AllowUserToDeleteRows = False
Me.DataGridView1.AllowUserToResizeRows = False
Me.DataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
Me.DataGridView1.BackgroundColor = System.Drawing.Color.Gray
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.ID, Me.JAP, Me.Eng, Me.Column1})
Me.DataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter
Me.DataGridView1.Location = New System.Drawing.Point(12, 221)
Me.DataGridView1.Name = "DataGridView1"
Me.DataGridView1.RowHeadersVisible = False
DataGridViewCellStyle1.Font = New System.Drawing.Font("Consolas", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle1
Me.DataGridView1.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.DataGridView1.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me.DataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.DataGridView1.Size = New System.Drawing.Size(1433, 863)
Me.DataGridView1.TabIndex = 11
'
'ID
'
Me.ID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.ID.FillWeight = 20.0!
Me.ID.HeaderText = "ID"
Me.ID.Name = "ID"
Me.ID.ReadOnly = True
'
'JAP
'
Me.JAP.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.JAP.HeaderText = "JAP_Str"
Me.JAP.Name = "JAP"
Me.JAP.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
'
'Eng
'
Me.Eng.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.Eng.HeaderText = "Eng_Str"
Me.Eng.Name = "Eng"
Me.Eng.ReadOnly = True
'
'Column1
'
Me.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.Column1.FillWeight = 50.0!
Me.Column1.HeaderText = "Kudos"
Me.Column1.Name = "Column1"
'
'RadioFile
'
Me.RadioFile.AutoSize = True
Me.RadioFile.Checked = True
Me.RadioFile.Location = New System.Drawing.Point(67, 105)
Me.RadioFile.Name = "RadioFile"
Me.RadioFile.Size = New System.Drawing.Size(68, 17)
Me.RadioFile.TabIndex = 12
Me.RadioFile.TabStop = True
Me.RadioFile.Text = "FILE or"
Me.RadioFile.UseVisualStyleBackColor = True
'
'RadioSector
'
Me.RadioSector.AutoSize = True
Me.RadioSector.Location = New System.Drawing.Point(142, 105)
Me.RadioSector.Name = "RadioSector"
Me.RadioSector.Size = New System.Drawing.Size(88, 17)
Me.RadioSector.TabIndex = 13
Me.RadioSector.Text = "SLPS002825"
Me.RadioSector.UseVisualStyleBackColor = True
'
'SetName
'
Me.SetName.Location = New System.Drawing.Point(472, 64)
Me.SetName.Name = "SetName"
Me.SetName.Size = New System.Drawing.Size(204, 20)
Me.SetName.TabIndex = 16
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(376, 67)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(73, 13)
Me.Label6.TabIndex = 2
Me.Label6.Text = "SettingsName"
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(42, 1095)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(112, 38)
Me.Button1.TabIndex = 17
Me.Button1.Text = "ClearJapText"
Me.Button1.UseVisualStyleBackColor = True
'
'tempSave
'
Me.tempSave.Location = New System.Drawing.Point(309, 1095)
Me.tempSave.Name = "tempSave"
Me.tempSave.Size = New System.Drawing.Size(112, 38)
Me.tempSave.TabIndex = 17
Me.tempSave.Text = "TempSave"
Me.tempSave.UseVisualStyleBackColor = True
'
'tempLoad
'
Me.tempLoad.Location = New System.Drawing.Point(181, 1094)
Me.tempLoad.Name = "tempLoad"
Me.tempLoad.Size = New System.Drawing.Size(112, 38)
Me.tempLoad.TabIndex = 17
Me.tempLoad.Text = "TempLoad"
Me.tempLoad.UseVisualStyleBackColor = True
'
'SaveSettings
'
Me.SaveSettings.Location = New System.Drawing.Point(576, 92)
Me.SaveSettings.Name = "SaveSettings"
Me.SaveSettings.Size = New System.Drawing.Size(100, 23)
Me.SaveSettings.TabIndex = 9
Me.SaveSettings.Text = "SAVE"
Me.SaveSettings.UseVisualStyleBackColor = True
'
'LoadSettings
'
Me.LoadSettings.Location = New System.Drawing.Point(472, 92)
Me.LoadSettings.Name = "LoadSettings"
Me.LoadSettings.Size = New System.Drawing.Size(100, 23)
Me.LoadSettings.TabIndex = 9
Me.LoadSettings.Text = "LOAD"
Me.LoadSettings.UseVisualStyleBackColor = True
'
'OffSz
'
Me.OffSz.BackColor = System.Drawing.Color.LightGray
Me.OffSz.Location = New System.Drawing.Point(732, 10)
Me.OffSz.Name = "OffSz"
Me.OffSz.Size = New System.Drawing.Size(128, 13)
Me.OffSz.TabIndex = 2
Me.OffSz.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'TxtSz
'
Me.TxtSz.BackColor = System.Drawing.Color.LightGray
Me.TxtSz.Location = New System.Drawing.Point(732, 23)
Me.TxtSz.Name = "TxtSz"
Me.TxtSz.Size = New System.Drawing.Size(128, 13)
Me.TxtSz.TabIndex = 2
Me.TxtSz.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Allsz
'
Me.Allsz.BackColor = System.Drawing.Color.LightGray
Me.Allsz.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
Me.Allsz.Location = New System.Drawing.Point(732, 36)
Me.Allsz.Name = "Allsz"
Me.Allsz.Size = New System.Drawing.Size(128, 13)
Me.Allsz.TabIndex = 2
Me.Allsz.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'YourTxtSz
'
Me.YourTxtSz.BackColor = System.Drawing.Color.LightGray
Me.YourTxtSz.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
Me.YourTxtSz.Location = New System.Drawing.Point(709, 61)
Me.YourTxtSz.Name = "YourTxtSz"
Me.YourTxtSz.Size = New System.Drawing.Size(151, 13)
Me.YourTxtSz.TabIndex = 2
Me.YourTxtSz.Text = " "
Me.YourTxtSz.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'CurLen
'
Me.CurLen.AutoSize = True
Me.CurLen.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
Me.CurLen.Location = New System.Drawing.Point(253, 198)
Me.CurLen.Name = "CurLen"
Me.CurLen.Size = New System.Drawing.Size(17, 20)
Me.CurLen.TabIndex = 18
Me.CurLen.Text = "''"
'
'patchFileID
'
Me.patchFileID.Location = New System.Drawing.Point(29, 40)
Me.patchFileID.Name = "patchFileID"
Me.patchFileID.Size = New System.Drawing.Size(100, 20)
Me.patchFileID.TabIndex = 19
Me.patchFileID.Text = "0001"
'
'PatchFileBtn
'
Me.PatchFileBtn.Location = New System.Drawing.Point(29, 63)
Me.PatchFileBtn.Name = "PatchFileBtn"
Me.PatchFileBtn.Size = New System.Drawing.Size(246, 23)
Me.PatchFileBtn.TabIndex = 21
Me.PatchFileBtn.Text = "Patch"
Me.PatchFileBtn.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.PatchFileBtn)
Me.GroupBox1.Controls.Add(Me.patchFileID)
Me.GroupBox1.Controls.Add(Me.PatchFileRadio)
Me.GroupBox1.Controls.Add(Me.PatchExeRadio)
Me.GroupBox1.Controls.Add(Me.patchOffset)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Enabled = False
Me.GroupBox1.Location = New System.Drawing.Point(883, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(300, 103)
Me.GroupBox1.TabIndex = 22
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Patch Text Routine Call"
'
'PatchFileRadio
'
Me.PatchFileRadio.AutoSize = True
Me.PatchFileRadio.Checked = True
Me.PatchFileRadio.Location = New System.Drawing.Point(61, 19)
Me.PatchFileRadio.Name = "PatchFileRadio"
Me.PatchFileRadio.Size = New System.Drawing.Size(68, 17)
Me.PatchFileRadio.TabIndex = 12
Me.PatchFileRadio.TabStop = True
Me.PatchFileRadio.Text = "FILE or"
Me.PatchFileRadio.UseVisualStyleBackColor = True
'
'PatchExeRadio
'
Me.PatchExeRadio.AutoSize = True
Me.PatchExeRadio.Location = New System.Drawing.Point(152, 19)
Me.PatchExeRadio.Name = "PatchExeRadio"
Me.PatchExeRadio.Size = New System.Drawing.Size(76, 17)
Me.PatchExeRadio.TabIndex = 13
Me.PatchExeRadio.Text = "SLPS0021"
Me.PatchExeRadio.UseVisualStyleBackColor = True
'
'patchOffset
'
Me.patchOffset.Location = New System.Drawing.Point(175, 40)
Me.patchOffset.Name = "patchOffset"
Me.patchOffset.Size = New System.Drawing.Size(100, 20)
Me.patchOffset.TabIndex = 1
Me.patchOffset.Text = "361460"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(240, 26)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(35, 13)
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
Me.LineModeSimple.Checked = True
Me.LineModeSimple.Location = New System.Drawing.Point(40, 19)
Me.LineModeSimple.Name = "LineModeSimple"
Me.LineModeSimple.Size = New System.Drawing.Size(56, 17)
Me.LineModeSimple.TabIndex = 23
Me.LineModeSimple.TabStop = True
Me.LineModeSimple.Text = "Simple"
Me.LineModeSimple.UseVisualStyleBackColor = True
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.DontEnglish)
Me.GroupBox2.Controls.Add(Me.OnlyCodes_Mode)
Me.GroupBox2.Controls.Add(Me.LineModeComplex)
Me.GroupBox2.Controls.Add(Me.LineModeSimple)
Me.GroupBox2.Location = New System.Drawing.Point(391, 121)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(234, 68)
Me.GroupBox2.TabIndex = 24
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "LinesMode"
'
'DontEnglish
'
Me.DontEnglish.AutoSize = True
Me.DontEnglish.Location = New System.Drawing.Point(114, 19)
Me.DontEnglish.Name = "DontEnglish"
Me.DontEnglish.Size = New System.Drawing.Size(115, 17)
Me.DontEnglish.TabIndex = 25
Me.DontEnglish.Text = "Dont Read English"
Me.DontEnglish.UseVisualStyleBackColor = True
'
'OnlyCodes_Mode
'
Me.OnlyCodes_Mode.AutoSize = True
Me.OnlyCodes_Mode.Location = New System.Drawing.Point(114, 42)
Me.OnlyCodes_Mode.Name = "OnlyCodes_Mode"
Me.OnlyCodes_Mode.Size = New System.Drawing.Size(67, 17)
Me.OnlyCodes_Mode.TabIndex = 24
Me.OnlyCodes_Mode.Text = "FullCode"
Me.OnlyCodes_Mode.UseVisualStyleBackColor = True
'
'LineModeComplex
'
Me.LineModeComplex.AutoSize = True
Me.LineModeComplex.Location = New System.Drawing.Point(40, 42)
Me.LineModeComplex.Name = "LineModeComplex"
Me.LineModeComplex.Size = New System.Drawing.Size(65, 17)
Me.LineModeComplex.TabIndex = 23
Me.LineModeComplex.Text = "Complex"
Me.LineModeComplex.UseVisualStyleBackColor = True
'
'EngSave
'
Me.EngSave.Location = New System.Drawing.Point(529, 1094)
Me.EngSave.Name = "EngSave"
Me.EngSave.Size = New System.Drawing.Size(135, 38)
Me.EngSave.TabIndex = 25
Me.EngSave.Text = "ENG SAVE"
Me.EngSave.UseVisualStyleBackColor = True
'
'EngOffset
'
Me.EngOffset.Location = New System.Drawing.Point(333, 125)
Me.EngOffset.Name = "EngOffset"
Me.EngOffset.Size = New System.Drawing.Size(49, 20)
Me.EngOffset.TabIndex = 1
Me.EngOffset.Text = "20332"
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(276, 128)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(58, 13)
Me.Label8.TabIndex = 2
Me.Label8.Text = "ENGOffset"
'
'LinkedFiles
'
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
'
Me.KudosLoad.AutoSize = True
Me.KudosLoad.Location = New System.Drawing.Point(1258, 80)
Me.KudosLoad.Name = "KudosLoad"
Me.KudosLoad.Size = New System.Drawing.Size(113, 17)
Me.KudosLoad.TabIndex = 27
Me.KudosLoad.Text = "Load Kudos Text?"
Me.KudosLoad.UseVisualStyleBackColor = True
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Location = New System.Drawing.Point(1189, 23)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(69, 13)
Me.Label9.TabIndex = 29
Me.Label9.Text = "KUDOS .BIN"
'
'KUDOSpath
'
Me.KUDOSpath.Location = New System.Drawing.Point(1189, 39)
Me.KUDOSpath.Name = "KUDOSpath"
Me.KUDOSpath.Size = New System.Drawing.Size(262, 20)
Me.KUDOSpath.TabIndex = 28
Me.KUDOSpath.Text = "D:\Games\PSX\Persona 2 - Batsu (NTSC-J) [SLPS-02825]\P2_KUDOS.bin"
'
'FindOffsetInJP
'
Me.FindOffsetInJP.Location = New System.Drawing.Point(307, 147)
Me.FindOffsetInJP.Name = "FindOffsetInJP"
Me.FindOffsetInJP.Size = New System.Drawing.Size(75, 23)
Me.FindOffsetInJP.TabIndex = 30
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.LinkedFiles)
Me.Controls.Add(Me.EngSave)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.CurLen)
Me.Controls.Add(Me.tempLoad)
Me.Controls.Add(Me.tempSave)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.SetName)
Me.Controls.Add(Me.RadioSector)
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)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.UserPath)
Me.Controls.Add(Me.EngISOPath)
Me.Controls.Add(Me.JapISOPath)
Me.Controls.Add(Me.YourTxtSz)
Me.Controls.Add(Me.Allsz)
Me.Controls.Add(Me.TxtSz)
Me.Controls.Add(Me.OffSz)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.EngOffset)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Offset)
Me.Controls.Add(Me.FileID)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.Name = "StringsOffsetEditorvb"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "StringsOffsetEditorvb"
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents FileID As TextBox
Friend WithEvents Offset As TextBox
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label3 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Label5 As Label
Friend WithEvents UserPath As TextBox
Friend WithEvents EngISOPath As TextBox
Friend WithEvents JapISOPath As TextBox
Friend WithEvents LoadBtn As Button
Friend WithEvents SaveBtn As Button
Friend WithEvents DataGridView1 As DataGridView
Friend WithEvents RadioFile As RadioButton
Friend WithEvents RadioSector As RadioButton
Friend WithEvents SetName As TextBox
Friend WithEvents Label6 As Label
Friend WithEvents Button1 As Button
Friend WithEvents tempSave As Button
Friend WithEvents tempLoad As Button
Friend WithEvents SaveSettings As Button
Friend WithEvents LoadSettings As Button
Friend WithEvents OffSz As Label
Friend WithEvents TxtSz As Label
Friend WithEvents Allsz As Label
Friend WithEvents YourTxtSz As Label
Friend WithEvents CurLen As Label
Friend WithEvents patchFileID As TextBox
Friend WithEvents PatchFileBtn As Button
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents PatchFileRadio As RadioButton
Friend WithEvents PatchExeRadio As RadioButton
Friend WithEvents patchOffset As TextBox
Friend WithEvents Label7 As Label
Friend WithEvents LineModeSimple As RadioButton
Friend WithEvents GroupBox2 As GroupBox
Friend WithEvents LineModeComplex As RadioButton
Friend WithEvents EngSave As Button
Friend WithEvents OnlyCodes_Mode As CheckBox
Friend WithEvents EngOffset As TextBox
Friend WithEvents Label8 As Label
Friend WithEvents ReplaceAll As Button
Friend WithEvents LinkedFiles As ListBox
Friend WithEvents DontEnglish As CheckBox
Friend WithEvents ID As DataGridViewTextBoxColumn
Friend WithEvents JAP As DataGridViewTextBoxColumn
Friend WithEvents Eng As DataGridViewTextBoxColumn
Friend WithEvents Column1 As DataGridViewTextBoxColumn
Friend WithEvents KudosLoad As CheckBox
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