mirror of
https://github.com/Gamer2020/PokemonGameEditor.git
synced 2026-05-27 19:08:05 -05:00
469 lines
18 KiB
VB.net
469 lines
18 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class PokedexDataEditor
|
|
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()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
|
Me.Type1 = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.GroupBox6 = New System.Windows.Forms.GroupBox()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.Description2 = New System.Windows.Forms.TextBox()
|
|
Me.Description1 = New System.Windows.Forms.TextBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Pointer2 = New System.Windows.Forms.TextBox()
|
|
Me.Pointer1 = New System.Windows.Forms.TextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|
Me.Offset_1 = New System.Windows.Forms.TextBox()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.Offset_2 = New System.Windows.Forms.TextBox()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.Scale2 = New System.Windows.Forms.TextBox()
|
|
Me.Scale1 = New System.Windows.Forms.TextBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.Label19 = New System.Windows.Forms.Label()
|
|
Me.Label18 = New System.Windows.Forms.Label()
|
|
Me.Label17 = New System.Windows.Forms.Label()
|
|
Me.Label16 = New System.Windows.Forms.Label()
|
|
Me.Label15 = New System.Windows.Forms.Label()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.Wght = New System.Windows.Forms.TextBox()
|
|
Me.Hght = New System.Windows.Forms.TextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.GroupBox6.SuspendLayout()
|
|
Me.GroupBox3.SuspendLayout()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.ListBox1)
|
|
Me.GroupBox1.Controls.Add(Me.Type1)
|
|
Me.GroupBox1.Controls.Add(Me.Label3)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(204, 216)
|
|
Me.GroupBox1.TabIndex = 0
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Pokedex Slots"
|
|
'
|
|
'ListBox1
|
|
'
|
|
Me.ListBox1.FormattingEnabled = True
|
|
Me.ListBox1.Location = New System.Drawing.Point(20, 19)
|
|
Me.ListBox1.Name = "ListBox1"
|
|
Me.ListBox1.Size = New System.Drawing.Size(164, 147)
|
|
Me.ListBox1.TabIndex = 0
|
|
'
|
|
'Type1
|
|
'
|
|
Me.Type1.Location = New System.Drawing.Point(57, 180)
|
|
Me.Type1.MaxLength = 11
|
|
Me.Type1.Name = "Type1"
|
|
Me.Type1.Size = New System.Drawing.Size(127, 20)
|
|
Me.Type1.TabIndex = 14
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(17, 180)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(34, 13)
|
|
Me.Label3.TabIndex = 13
|
|
Me.Label3.Text = "Type:"
|
|
'
|
|
'GroupBox6
|
|
'
|
|
Me.GroupBox6.Controls.Add(Me.Button4)
|
|
Me.GroupBox6.Controls.Add(Me.Description2)
|
|
Me.GroupBox6.Controls.Add(Me.Description1)
|
|
Me.GroupBox6.Controls.Add(Me.Button1)
|
|
Me.GroupBox6.Controls.Add(Me.Pointer2)
|
|
Me.GroupBox6.Controls.Add(Me.Pointer1)
|
|
Me.GroupBox6.Controls.Add(Me.Label6)
|
|
Me.GroupBox6.Location = New System.Drawing.Point(237, 170)
|
|
Me.GroupBox6.Name = "GroupBox6"
|
|
Me.GroupBox6.Size = New System.Drawing.Size(348, 157)
|
|
Me.GroupBox6.TabIndex = 17
|
|
Me.GroupBox6.TabStop = False
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.Enabled = False
|
|
Me.Button4.Location = New System.Drawing.Point(9, 123)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(95, 24)
|
|
Me.Button4.TabIndex = 6
|
|
Me.Button4.Text = "Save"
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'Description2
|
|
'
|
|
Me.Description2.Location = New System.Drawing.Point(110, 86)
|
|
Me.Description2.Multiline = True
|
|
Me.Description2.Name = "Description2"
|
|
Me.Description2.ScrollBars = System.Windows.Forms.ScrollBars.Both
|
|
Me.Description2.Size = New System.Drawing.Size(217, 61)
|
|
Me.Description2.TabIndex = 5
|
|
Me.Description2.WordWrap = False
|
|
'
|
|
'Description1
|
|
'
|
|
Me.Description1.Location = New System.Drawing.Point(110, 19)
|
|
Me.Description1.Multiline = True
|
|
Me.Description1.Name = "Description1"
|
|
Me.Description1.ScrollBars = System.Windows.Forms.ScrollBars.Both
|
|
Me.Description1.Size = New System.Drawing.Size(217, 61)
|
|
Me.Description1.TabIndex = 4
|
|
Me.Description1.WordWrap = False
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Enabled = False
|
|
Me.Button1.Location = New System.Drawing.Point(9, 93)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(95, 24)
|
|
Me.Button1.TabIndex = 3
|
|
Me.Button1.Text = "Repoint"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Pointer2
|
|
'
|
|
Me.Pointer2.Location = New System.Drawing.Point(11, 67)
|
|
Me.Pointer2.Name = "Pointer2"
|
|
Me.Pointer2.Size = New System.Drawing.Size(93, 20)
|
|
Me.Pointer2.TabIndex = 2
|
|
'
|
|
'Pointer1
|
|
'
|
|
Me.Pointer1.Location = New System.Drawing.Point(11, 41)
|
|
Me.Pointer1.Name = "Pointer1"
|
|
Me.Pointer1.Size = New System.Drawing.Size(93, 20)
|
|
Me.Pointer1.TabIndex = 1
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(8, 19)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(48, 13)
|
|
Me.Label6.TabIndex = 0
|
|
Me.Label6.Text = "Pointers:"
|
|
'
|
|
'GroupBox3
|
|
'
|
|
Me.GroupBox3.Controls.Add(Me.Offset_1)
|
|
Me.GroupBox3.Controls.Add(Me.Label11)
|
|
Me.GroupBox3.Controls.Add(Me.Label10)
|
|
Me.GroupBox3.Controls.Add(Me.Offset_2)
|
|
Me.GroupBox3.Controls.Add(Me.Label9)
|
|
Me.GroupBox3.Controls.Add(Me.Scale2)
|
|
Me.GroupBox3.Controls.Add(Me.Scale1)
|
|
Me.GroupBox3.Controls.Add(Me.Label8)
|
|
Me.GroupBox3.Controls.Add(Me.Label7)
|
|
Me.GroupBox3.Location = New System.Drawing.Point(421, 12)
|
|
Me.GroupBox3.Name = "GroupBox3"
|
|
Me.GroupBox3.Size = New System.Drawing.Size(164, 142)
|
|
Me.GroupBox3.TabIndex = 16
|
|
Me.GroupBox3.TabStop = False
|
|
Me.GroupBox3.Text = "Size Comparison"
|
|
'
|
|
'Offset_1
|
|
'
|
|
Me.Offset_1.Location = New System.Drawing.Point(55, 92)
|
|
Me.Offset_1.Name = "Offset_1"
|
|
Me.Offset_1.Size = New System.Drawing.Size(38, 20)
|
|
Me.Offset_1.TabIndex = 9
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Location = New System.Drawing.Point(4, 92)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(38, 13)
|
|
Me.Label11.TabIndex = 8
|
|
Me.Label11.Text = "Offset:"
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(4, 47)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(37, 13)
|
|
Me.Label10.TabIndex = 7
|
|
Me.Label10.Text = "Scale:"
|
|
'
|
|
'Offset_2
|
|
'
|
|
Me.Offset_2.Location = New System.Drawing.Point(120, 92)
|
|
Me.Offset_2.Name = "Offset_2"
|
|
Me.Offset_2.Size = New System.Drawing.Size(38, 20)
|
|
Me.Offset_2.TabIndex = 6
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(85, 76)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(42, 13)
|
|
Me.Label9.TabIndex = 4
|
|
Me.Label9.Text = "Against"
|
|
'
|
|
'Scale2
|
|
'
|
|
Me.Scale2.Location = New System.Drawing.Point(120, 47)
|
|
Me.Scale2.Name = "Scale2"
|
|
Me.Scale2.Size = New System.Drawing.Size(38, 20)
|
|
Me.Scale2.TabIndex = 3
|
|
'
|
|
'Scale1
|
|
'
|
|
Me.Scale1.Location = New System.Drawing.Point(55, 45)
|
|
Me.Scale1.Name = "Scale1"
|
|
Me.Scale1.Size = New System.Drawing.Size(39, 20)
|
|
Me.Scale1.TabIndex = 2
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(117, 29)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(40, 13)
|
|
Me.Label8.TabIndex = 1
|
|
Me.Label8.Text = "Trainer"
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(52, 29)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(52, 13)
|
|
Me.Label7.TabIndex = 0
|
|
Me.Label7.Text = "Pokémon"
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.Label19)
|
|
Me.GroupBox2.Controls.Add(Me.Label18)
|
|
Me.GroupBox2.Controls.Add(Me.Label17)
|
|
Me.GroupBox2.Controls.Add(Me.Label16)
|
|
Me.GroupBox2.Controls.Add(Me.Label15)
|
|
Me.GroupBox2.Controls.Add(Me.Label14)
|
|
Me.GroupBox2.Controls.Add(Me.Label13)
|
|
Me.GroupBox2.Controls.Add(Me.Label12)
|
|
Me.GroupBox2.Controls.Add(Me.Wght)
|
|
Me.GroupBox2.Controls.Add(Me.Hght)
|
|
Me.GroupBox2.Controls.Add(Me.Label5)
|
|
Me.GroupBox2.Controls.Add(Me.Label4)
|
|
Me.GroupBox2.Location = New System.Drawing.Point(237, 12)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(164, 142)
|
|
Me.GroupBox2.TabIndex = 15
|
|
Me.GroupBox2.TabStop = False
|
|
'
|
|
'Label19
|
|
'
|
|
Me.Label19.AutoSize = True
|
|
Me.Label19.Location = New System.Drawing.Point(77, 113)
|
|
Me.Label19.Name = "Label19"
|
|
Me.Label19.Size = New System.Drawing.Size(25, 13)
|
|
Me.Label19.TabIndex = 13
|
|
Me.Label19.Text = " "
|
|
'
|
|
'Label18
|
|
'
|
|
Me.Label18.AutoSize = True
|
|
Me.Label18.Location = New System.Drawing.Point(77, 98)
|
|
Me.Label18.Name = "Label18"
|
|
Me.Label18.Size = New System.Drawing.Size(28, 13)
|
|
Me.Label18.TabIndex = 12
|
|
Me.Label18.Text = " "
|
|
'
|
|
'Label17
|
|
'
|
|
Me.Label17.AutoSize = True
|
|
Me.Label17.Location = New System.Drawing.Point(77, 54)
|
|
Me.Label17.Name = "Label17"
|
|
Me.Label17.Size = New System.Drawing.Size(28, 13)
|
|
Me.Label17.TabIndex = 11
|
|
Me.Label17.Text = " "
|
|
'
|
|
'Label16
|
|
'
|
|
Me.Label16.AutoSize = True
|
|
Me.Label16.Location = New System.Drawing.Point(77, 39)
|
|
Me.Label16.Name = "Label16"
|
|
Me.Label16.Size = New System.Drawing.Size(22, 13)
|
|
Me.Label16.TabIndex = 10
|
|
Me.Label16.Text = " "
|
|
'
|
|
'Label15
|
|
'
|
|
Me.Label15.AutoSize = True
|
|
Me.Label15.Location = New System.Drawing.Point(13, 113)
|
|
Me.Label15.Name = "Label15"
|
|
Me.Label15.Size = New System.Drawing.Size(46, 13)
|
|
Me.Label15.TabIndex = 9
|
|
Me.Label15.Text = "Pounds:"
|
|
'
|
|
'Label14
|
|
'
|
|
Me.Label14.AutoSize = True
|
|
Me.Label14.Location = New System.Drawing.Point(13, 99)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(55, 13)
|
|
Me.Label14.TabIndex = 8
|
|
Me.Label14.Text = "Kilograms:"
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Location = New System.Drawing.Point(13, 54)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(31, 13)
|
|
Me.Label13.TabIndex = 7
|
|
Me.Label13.Text = "Feet:"
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.AutoSize = True
|
|
Me.Label12.Location = New System.Drawing.Point(13, 39)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(42, 13)
|
|
Me.Label12.TabIndex = 6
|
|
Me.Label12.Text = "Meters:"
|
|
'
|
|
'Wght
|
|
'
|
|
Me.Wght.Location = New System.Drawing.Point(77, 75)
|
|
Me.Wght.Name = "Wght"
|
|
Me.Wght.Size = New System.Drawing.Size(42, 20)
|
|
Me.Wght.TabIndex = 5
|
|
'
|
|
'Hght
|
|
'
|
|
Me.Hght.Location = New System.Drawing.Point(77, 16)
|
|
Me.Hght.Name = "Hght"
|
|
Me.Hght.Size = New System.Drawing.Size(42, 20)
|
|
Me.Hght.TabIndex = 4
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(12, 78)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(44, 13)
|
|
Me.Label5.TabIndex = 2
|
|
Me.Label5.Text = "Weight:"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(13, 16)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(41, 13)
|
|
Me.Label4.TabIndex = 1
|
|
Me.Label4.Text = "Height:"
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.Location = New System.Drawing.Point(12, 237)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(95, 33)
|
|
Me.Button3.TabIndex = 18
|
|
Me.Button3.Text = "Save"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'PokedexDataEditor
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(597, 347)
|
|
Me.Controls.Add(Me.Button3)
|
|
Me.Controls.Add(Me.GroupBox6)
|
|
Me.Controls.Add(Me.GroupBox3)
|
|
Me.Controls.Add(Me.GroupBox2)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.MaximizeBox = False
|
|
Me.Name = "PokedexDataEditor"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Pokedex Data Editor"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.GroupBox6.ResumeLayout(False)
|
|
Me.GroupBox6.PerformLayout()
|
|
Me.GroupBox3.ResumeLayout(False)
|
|
Me.GroupBox3.PerformLayout()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
|
|
Friend WithEvents Type1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Button4 As System.Windows.Forms.Button
|
|
Friend WithEvents Description2 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Description1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Pointer2 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Pointer1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Label11 As System.Windows.Forms.Label
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents Offset_2 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents Scale2 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Scale1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Label19 As System.Windows.Forms.Label
|
|
Friend WithEvents Label18 As System.Windows.Forms.Label
|
|
Friend WithEvents Label17 As System.Windows.Forms.Label
|
|
Friend WithEvents Label16 As System.Windows.Forms.Label
|
|
Friend WithEvents Label15 As System.Windows.Forms.Label
|
|
Friend WithEvents Label14 As System.Windows.Forms.Label
|
|
Friend WithEvents Label13 As System.Windows.Forms.Label
|
|
Friend WithEvents Label12 As System.Windows.Forms.Label
|
|
Friend WithEvents Wght As System.Windows.Forms.TextBox
|
|
Friend WithEvents Hght As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents Offset_1 As System.Windows.Forms.TextBox
|
|
End Class
|