Files
P2EP_Toolkit/p2isPSX_CDToolkit/ScriptCheck.Designer.vb
2024-05-10 14:06:43 +05:00

266 lines
11 KiB
VB.net
Raw 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 ScriptCheck
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ScriptCheck))
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.Dir = New System.Windows.Forms.TextBox()
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
Me.FilesLoad = New System.Windows.Forms.Button()
Me.CurFileText = New System.Windows.Forms.Label()
Me.CurFileName = New System.Windows.Forms.Label()
Me.CurrentDial = New System.Windows.Forms.Label()
Me.DemoText = New System.Windows.Forms.Label()
Me.NxDial = New System.Windows.Forms.Button()
Me.prevDial = New System.Windows.Forms.Button()
Me.NxFile = New System.Windows.Forms.Button()
Me.PrevFile = New System.Windows.Forms.Button()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.IDsrch = New System.Windows.Forms.TextBox()
Me.srch = New System.Windows.Forms.Button()
Me.Label1 = New System.Windows.Forms.Label()
Me.Editor = New System.Windows.Forms.Button()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'PictureBox1
'
Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
Me.PictureBox1.ErrorImage = Nothing
Me.PictureBox1.InitialImage = Nothing
Me.PictureBox1.Location = New System.Drawing.Point(0, 0)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(940, 188)
Me.PictureBox1.TabIndex = 0
Me.PictureBox1.TabStop = False
'
'Dir
'
Me.Dir.BackColor = System.Drawing.Color.Black
Me.Dir.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.Dir.ForeColor = System.Drawing.SystemColors.InactiveCaption
Me.Dir.Location = New System.Drawing.Point(183, 26)
Me.Dir.Name = "Dir"
Me.Dir.Size = New System.Drawing.Size(643, 13)
Me.Dir.TabIndex = 1
Me.Dir.Text = "D:\Games\PSX\Persona 2 - Batsu (NTSC-J) [SLPS-02825]\Export\UnRLE\0057_ALL_SCENER" &
"Y"
'
'ProgressBar1
'
Me.ProgressBar1.Location = New System.Drawing.Point(0, 475)
Me.ProgressBar1.Name = "ProgressBar1"
Me.ProgressBar1.Size = New System.Drawing.Size(940, 10)
Me.ProgressBar1.TabIndex = 2
'
'FilesLoad
'
Me.FilesLoad.Location = New System.Drawing.Point(661, 45)
Me.FilesLoad.Name = "FilesLoad"
Me.FilesLoad.Size = New System.Drawing.Size(165, 23)
Me.FilesLoad.TabIndex = 3
Me.FilesLoad.Text = "Load TRNSL Files"
Me.FilesLoad.UseVisualStyleBackColor = True
'
'CurFileText
'
Me.CurFileText.Font = New System.Drawing.Font("Montserrat", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CurFileText.ForeColor = System.Drawing.Color.DarkGray
Me.CurFileText.Location = New System.Drawing.Point(492, 106)
Me.CurFileText.Name = "CurFileText"
Me.CurFileText.Size = New System.Drawing.Size(334, 52)
Me.CurFileText.TabIndex = 4
Me.CurFileText.Text = "0 / 0"
Me.CurFileText.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'CurFileName
'
Me.CurFileName.Font = New System.Drawing.Font("Montserrat", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CurFileName.ForeColor = System.Drawing.Color.DarkGray
Me.CurFileName.Location = New System.Drawing.Point(292, 158)
Me.CurFileName.Name = "CurFileName"
Me.CurFileName.Size = New System.Drawing.Size(534, 29)
Me.CurFileName.TabIndex = 4
Me.CurFileName.Text = "Current File"
Me.CurFileName.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'CurrentDial
'
Me.CurrentDial.Font = New System.Drawing.Font("Montserrat", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CurrentDial.ForeColor = System.Drawing.Color.DarkGray
Me.CurrentDial.Location = New System.Drawing.Point(596, 195)
Me.CurrentDial.Name = "CurrentDial"
Me.CurrentDial.Size = New System.Drawing.Size(230, 37)
Me.CurrentDial.TabIndex = 4
Me.CurrentDial.Text = "0 / 0"
Me.CurrentDial.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'DemoText
'
Me.DemoText.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
Me.DemoText.Font = New System.Drawing.Font("Courier New", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
Me.DemoText.ForeColor = System.Drawing.Color.White
Me.DemoText.Location = New System.Drawing.Point(12, 92)
Me.DemoText.Name = "DemoText"
Me.DemoText.Size = New System.Drawing.Size(206, 155)
Me.DemoText.TabIndex = 5
Me.DemoText.Visible = False
'
'NxDial
'
Me.NxDial.Location = New System.Drawing.Point(646, 241)
Me.NxDial.Name = "NxDial"
Me.NxDial.Size = New System.Drawing.Size(180, 38)
Me.NxDial.TabIndex = 6
Me.NxDial.Text = ">>"
Me.NxDial.UseVisualStyleBackColor = True
'
'prevDial
'
Me.prevDial.Location = New System.Drawing.Point(556, 257)
Me.prevDial.Name = "prevDial"
Me.prevDial.Size = New System.Drawing.Size(75, 23)
Me.prevDial.TabIndex = 7
Me.prevDial.Text = "<<"
Me.prevDial.UseVisualStyleBackColor = True
'
'NxFile
'
Me.NxFile.Location = New System.Drawing.Point(751, 80)
Me.NxFile.Name = "NxFile"
Me.NxFile.Size = New System.Drawing.Size(75, 23)
Me.NxFile.TabIndex = 6
Me.NxFile.Text = ">>"
Me.NxFile.UseVisualStyleBackColor = True
'
'PrevFile
'
Me.PrevFile.Location = New System.Drawing.Point(661, 81)
Me.PrevFile.Name = "PrevFile"
Me.PrevFile.Size = New System.Drawing.Size(75, 23)
Me.PrevFile.TabIndex = 7
Me.PrevFile.Text = "<<"
Me.PrevFile.UseVisualStyleBackColor = True
'
'Panel1
'
Me.Panel1.BackgroundImage = CType(resources.GetObject("Panel1.BackgroundImage"), System.Drawing.Image)
Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Panel1.Controls.Add(Me.PictureBox1)
Me.Panel1.Location = New System.Drawing.Point(0, 285)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(931, 188)
Me.Panel1.TabIndex = 9
'
'IDsrch
'
Me.IDsrch.Location = New System.Drawing.Point(492, 80)
Me.IDsrch.Name = "IDsrch"
Me.IDsrch.Size = New System.Drawing.Size(48, 20)
Me.IDsrch.TabIndex = 10
Me.IDsrch.Text = "0181"
'
'srch
'
Me.srch.Location = New System.Drawing.Point(547, 80)
Me.srch.Name = "srch"
Me.srch.Size = New System.Drawing.Size(75, 23)
Me.srch.TabIndex = 11
Me.srch.Text = "GO"
Me.srch.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.Font = New System.Drawing.Font("Montserrat", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.Color.DarkGray
Me.Label1.Location = New System.Drawing.Point(315, 75)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(171, 29)
Me.Label1.TabIndex = 4
Me.Label1.Text = "SearchFileID -->"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Editor
'
Me.Editor.Location = New System.Drawing.Point(219, 250)
Me.Editor.Name = "Editor"
Me.Editor.Size = New System.Drawing.Size(130, 23)
Me.Editor.TabIndex = 12
Me.Editor.Text = "Open Editor"
Me.Editor.UseVisualStyleBackColor = True
'
'ScriptCheck
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(64, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(941, 485)
Me.Controls.Add(Me.Editor)
Me.Controls.Add(Me.srch)
Me.Controls.Add(Me.IDsrch)
Me.Controls.Add(Me.PrevFile)
Me.Controls.Add(Me.prevDial)
Me.Controls.Add(Me.NxFile)
Me.Controls.Add(Me.NxDial)
Me.Controls.Add(Me.DemoText)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.CurFileName)
Me.Controls.Add(Me.CurrentDial)
Me.Controls.Add(Me.CurFileText)
Me.Controls.Add(Me.FilesLoad)
Me.Controls.Add(Me.ProgressBar1)
Me.Controls.Add(Me.Dir)
Me.Controls.Add(Me.Panel1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "ScriptCheck"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "ScriptCheck"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel1.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents Dir As TextBox
Friend WithEvents ProgressBar1 As ProgressBar
Friend WithEvents FilesLoad As Button
Friend WithEvents CurFileText As Label
Friend WithEvents CurFileName As Label
Friend WithEvents CurrentDial As Label
Friend WithEvents DemoText As Label
Friend WithEvents NxDial As Button
Friend WithEvents prevDial As Button
Friend WithEvents NxFile As Button
Friend WithEvents PrevFile As Button
Friend WithEvents Panel1 As Panel
Friend WithEvents IDsrch As TextBox
Friend WithEvents srch As Button
Friend WithEvents Label1 As Label
Friend WithEvents Editor As Button
End Class