mirror of
https://github.com/Gamer2020/PokemonGameEditor.git
synced 2026-07-14 07:20:53 -05:00
255 lines
9.8 KiB
VB.net
255 lines
9.8 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class AttackAdder
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<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
|
|
|
|
'Required by the Windows Form Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Windows Form Designer
|
|
'It can be modified using the Windows Form Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(AttackAdder))
|
|
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
|
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
|
Me.CheckBox2 = New System.Windows.Forms.CheckBox()
|
|
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
|
Me.CheckBox3 = New System.Windows.Forms.CheckBox()
|
|
Me.CheckBox4 = New System.Windows.Forms.CheckBox()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.TextBox2 = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
|
|
Me.TabControl1.SuspendLayout()
|
|
Me.TabPage1.SuspendLayout()
|
|
Me.TabPage2.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'TabControl1
|
|
'
|
|
Me.TabControl1.Controls.Add(Me.TabPage1)
|
|
Me.TabControl1.Controls.Add(Me.TabPage2)
|
|
Me.TabControl1.Location = New System.Drawing.Point(12, 12)
|
|
Me.TabControl1.Name = "TabControl1"
|
|
Me.TabControl1.SelectedIndex = 0
|
|
Me.TabControl1.Size = New System.Drawing.Size(463, 311)
|
|
Me.TabControl1.TabIndex = 0
|
|
'
|
|
'TabPage1
|
|
'
|
|
Me.TabPage1.Controls.Add(Me.CheckBox2)
|
|
Me.TabPage1.Controls.Add(Me.CheckBox1)
|
|
Me.TabPage1.Controls.Add(Me.Button1)
|
|
Me.TabPage1.Controls.Add(Me.TextBox1)
|
|
Me.TabPage1.Controls.Add(Me.Label2)
|
|
Me.TabPage1.Controls.Add(Me.Label1)
|
|
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage1.Name = "TabPage1"
|
|
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage1.Size = New System.Drawing.Size(455, 285)
|
|
Me.TabPage1.TabIndex = 0
|
|
Me.TabPage1.Text = "Fire Red"
|
|
Me.TabPage1.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox2
|
|
'
|
|
Me.CheckBox2.AutoSize = True
|
|
Me.CheckBox2.Checked = True
|
|
Me.CheckBox2.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.CheckBox2.Location = New System.Drawing.Point(20, 96)
|
|
Me.CheckBox2.Name = "CheckBox2"
|
|
Me.CheckBox2.Size = New System.Drawing.Size(100, 17)
|
|
Me.CheckBox2.TabIndex = 5
|
|
Me.CheckBox2.Text = "Delete Old data"
|
|
Me.CheckBox2.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox1
|
|
'
|
|
Me.CheckBox1.AutoSize = True
|
|
Me.CheckBox1.Checked = True
|
|
Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.CheckBox1.Location = New System.Drawing.Point(20, 73)
|
|
Me.CheckBox1.Name = "CheckBox1"
|
|
Me.CheckBox1.Size = New System.Drawing.Size(141, 17)
|
|
Me.CheckBox1.TabIndex = 4
|
|
Me.CheckBox1.Text = "Apply Move Table Hack"
|
|
Me.CheckBox1.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(347, 226)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button1.TabIndex = 3
|
|
Me.Button1.Text = "Add"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Location = New System.Drawing.Point(154, 47)
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.Size = New System.Drawing.Size(46, 20)
|
|
Me.TextBox1.TabIndex = 2
|
|
Me.TextBox1.Text = "100"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(17, 50)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(131, 13)
|
|
Me.Label2.TabIndex = 1
|
|
Me.Label2.Text = "Number of Attacks to add:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(17, 26)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(136, 13)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Number of attacks in ROM:"
|
|
'
|
|
'TabPage2
|
|
'
|
|
Me.TabPage2.Controls.Add(Me.CheckBox3)
|
|
Me.TabPage2.Controls.Add(Me.CheckBox4)
|
|
Me.TabPage2.Controls.Add(Me.Button2)
|
|
Me.TabPage2.Controls.Add(Me.TextBox2)
|
|
Me.TabPage2.Controls.Add(Me.Label3)
|
|
Me.TabPage2.Controls.Add(Me.Label4)
|
|
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage2.Name = "TabPage2"
|
|
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage2.Size = New System.Drawing.Size(455, 285)
|
|
Me.TabPage2.TabIndex = 1
|
|
Me.TabPage2.Text = "Emerald"
|
|
Me.TabPage2.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox3
|
|
'
|
|
Me.CheckBox3.AutoSize = True
|
|
Me.CheckBox3.Checked = True
|
|
Me.CheckBox3.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.CheckBox3.Location = New System.Drawing.Point(20, 96)
|
|
Me.CheckBox3.Name = "CheckBox3"
|
|
Me.CheckBox3.Size = New System.Drawing.Size(100, 17)
|
|
Me.CheckBox3.TabIndex = 11
|
|
Me.CheckBox3.Text = "Delete Old data"
|
|
Me.CheckBox3.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox4
|
|
'
|
|
Me.CheckBox4.AutoSize = True
|
|
Me.CheckBox4.Checked = True
|
|
Me.CheckBox4.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.CheckBox4.Location = New System.Drawing.Point(20, 73)
|
|
Me.CheckBox4.Name = "CheckBox4"
|
|
Me.CheckBox4.Size = New System.Drawing.Size(141, 17)
|
|
Me.CheckBox4.TabIndex = 10
|
|
Me.CheckBox4.Text = "Apply Move Table Hack"
|
|
Me.CheckBox4.UseVisualStyleBackColor = True
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Location = New System.Drawing.Point(347, 226)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button2.TabIndex = 9
|
|
Me.Button2.Text = "Add"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'TextBox2
|
|
'
|
|
Me.TextBox2.Location = New System.Drawing.Point(154, 47)
|
|
Me.TextBox2.Name = "TextBox2"
|
|
Me.TextBox2.Size = New System.Drawing.Size(46, 20)
|
|
Me.TextBox2.TabIndex = 8
|
|
Me.TextBox2.Text = "100"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(17, 50)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(131, 13)
|
|
Me.Label3.TabIndex = 7
|
|
Me.Label3.Text = "Number of Attacks to add:"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(17, 26)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(136, 13)
|
|
Me.Label4.TabIndex = 6
|
|
Me.Label4.Text = "Number of attacks in ROM:"
|
|
'
|
|
'LinkLabel1
|
|
'
|
|
Me.LinkLabel1.Location = New System.Drawing.Point(46, 326)
|
|
Me.LinkLabel1.Name = "LinkLabel1"
|
|
Me.LinkLabel1.Size = New System.Drawing.Size(407, 61)
|
|
Me.LinkLabel1.TabIndex = 1
|
|
Me.LinkLabel1.TabStop = True
|
|
Me.LinkLabel1.Text = resources.GetString("LinkLabel1.Text")
|
|
'
|
|
'AttackAdder
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(483, 389)
|
|
Me.Controls.Add(Me.LinkLabel1)
|
|
Me.Controls.Add(Me.TabControl1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MaximizeBox = False
|
|
Me.Name = "AttackAdder"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Attack Adder"
|
|
Me.TabControl1.ResumeLayout(False)
|
|
Me.TabPage1.ResumeLayout(False)
|
|
Me.TabPage1.PerformLayout()
|
|
Me.TabPage2.ResumeLayout(False)
|
|
Me.TabPage2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents TabControl1 As TabControl
|
|
Friend WithEvents TabPage1 As TabPage
|
|
Friend WithEvents TabPage2 As TabPage
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents LinkLabel1 As LinkLabel
|
|
Friend WithEvents TextBox1 As TextBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents CheckBox1 As CheckBox
|
|
Friend WithEvents CheckBox2 As CheckBox
|
|
Friend WithEvents CheckBox3 As CheckBox
|
|
Friend WithEvents CheckBox4 As CheckBox
|
|
Friend WithEvents Button2 As Button
|
|
Friend WithEvents TextBox2 As TextBox
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Label4 As Label
|
|
End Class
|