mirror of
https://github.com/Gamer2020/PokemonGameEditor.git
synced 2026-05-09 04:41:18 -05:00
I was away for a month or so without internet. In that time I continued to work on PGE. There are a lot of new things in this version. The Attack adder has been updated. I've completed Jambo51's move table hack for Fire Red and made it so the Attack adder installs it. I still have yet to port the hack to Emerald. The Pokemon adder works for English Fire Red. I made it add Pokemon the same way that it's done in DoesntKnowHowToPlay's tutorial in order to remain consistent with what others may have already done. If any problems occur with the Pokemon adder please let me know. Unlike G3HS, cries and other things are expanded correctly by PGE. I advise not using G3HS to add more Pokemon. When an offset is missing from the ini, PGE will now dump text to a file named errors.txt letting you know what offset is missing and for what ROM. I may expand on this in the future. Improved importing and exporting of data. Attacks, Abilities, and Pokemon can be exported and imported as inis. It is now handled better than in older versions. I fixed the Pokedex data editor because it seems it wasn't loading some data properly. I've added a Pokedex tab to the Pokemon Editor. Even though I feel they should be seperate I mainly added it because I want Pokedex data to be included when you export Pokemon Data. I made it so that the Pokedex tab shows you how big the sprites will be in the size compare. I will make it show where the sprites will be onscreen once I figure out the formula for it. Bulbapedia is wrong when it comes to the Pokedex data. Added the item use anitmation (FR/LG) bytes to the Pokemon Editor. Added editing of the in battle sprite positions. Has the preview from Advance Series. (Loading of all the Pokemon data seems slow now. Eventually I will have to come back and optimize things.) Pokemon sprites can be imported and exported. The format is the same as Advance Series. The importing and exporting of the animations from Emerald are handled better than in Advance Series. Pokemon Icons can now be imported and exported. Advance Series compatable as well. Pokemon Footprints can be imported and exported. Other Miscellaneous fixes and additions.
494 lines
19 KiB
VB.net
494 lines
19 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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(PokedexDataEditor))
|
|
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.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
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.Label2)
|
|
Me.GroupBox6.Controls.Add(Me.Label1)
|
|
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(387, 262)
|
|
Me.GroupBox6.TabIndex = 17
|
|
Me.GroupBox6.TabStop = False
|
|
Me.GroupBox6.Text = "Entry Text"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(110, 228)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(43, 13)
|
|
Me.Label2.TabIndex = 8
|
|
Me.Label2.Text = "Length:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(110, 104)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(43, 13)
|
|
Me.Label1.TabIndex = 7
|
|
Me.Label1.Text = "Length:"
|
|
'
|
|
'Button4
|
|
'
|
|
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, 144)
|
|
Me.Description2.Multiline = True
|
|
Me.Description2.Name = "Description2"
|
|
Me.Description2.ScrollBars = System.Windows.Forms.ScrollBars.Both
|
|
Me.Description2.Size = New System.Drawing.Size(261, 81)
|
|
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(261, 81)
|
|
Me.Description1.TabIndex = 4
|
|
Me.Description1.WordWrap = False
|
|
'
|
|
'Button1
|
|
'
|
|
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, 47)
|
|
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(12, 50)
|
|
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(12, 95)
|
|
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(119, 47)
|
|
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, 91)
|
|
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, 92)
|
|
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(633, 444)
|
|
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.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
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
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Label1 As Label
|
|
End Class
|