init commit

This commit is contained in:
sShemet
2024-05-10 14:06:43 +05:00
commit 571b9550cc
118 changed files with 22557 additions and 0 deletions

94
p2isPSX_CDToolkit/Form2.Designer.vb generated Normal file
View File

@@ -0,0 +1,94 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ScriptParserWin
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()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.ScriptVarCalculated = New System.Windows.Forms.TextBox()
Me.ScriptVarAddr = New System.Windows.Forms.TextBox()
Me.Button2 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'TextBox1
'
Me.TextBox1.BackColor = System.Drawing.Color.Black
Me.TextBox1.Font = New System.Drawing.Font("Courier New", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
Me.TextBox1.Location = New System.Drawing.Point(13, 12)
Me.TextBox1.Multiline = True
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.TextBox1.Size = New System.Drawing.Size(1291, 1312)
Me.TextBox1.TabIndex = 0
Me.TextBox1.WordWrap = False
'
'ScriptVarCalculated
'
Me.ScriptVarCalculated.Location = New System.Drawing.Point(1036, 1330)
Me.ScriptVarCalculated.Name = "ScriptVarCalculated"
Me.ScriptVarCalculated.Size = New System.Drawing.Size(268, 20)
Me.ScriptVarCalculated.TabIndex = 27
'
'ScriptVarAddr
'
Me.ScriptVarAddr.Location = New System.Drawing.Point(545, 1330)
Me.ScriptVarAddr.Name = "ScriptVarAddr"
Me.ScriptVarAddr.Size = New System.Drawing.Size(204, 20)
Me.ScriptVarAddr.TabIndex = 26
'
'Button2
'
Me.Button2.ForeColor = System.Drawing.Color.Black
Me.Button2.Location = New System.Drawing.Point(755, 1330)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(276, 22)
Me.Button2.TabIndex = 25
Me.Button2.Text = "Calculate Script Var Addr"
Me.Button2.UseVisualStyleBackColor = True
'
'ScriptParserWin
'
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(1316, 1362)
Me.Controls.Add(Me.ScriptVarCalculated)
Me.Controls.Add(Me.ScriptVarAddr)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.TextBox1)
Me.ForeColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "ScriptParserWin"
Me.ShowIcon = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "ScriptParser"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents TextBox1 As TextBox
Friend WithEvents ScriptVarCalculated As TextBox
Friend WithEvents ScriptVarAddr As TextBox
Friend WithEvents Button2 As Button
End Class