mirror of
https://github.com/Gamer2020/PokemonGameEditor.git
synced 2026-04-22 08:17:21 -05:00
415 lines
17 KiB
VB.net
415 lines
17 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class TradeEditor
|
|
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(TradeEditor))
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.NumericUpDown6 = New System.Windows.Forms.NumericUpDown()
|
|
Me.NumericUpDown4 = New System.Windows.Forms.NumericUpDown()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.NumericUpDown5 = New System.Windows.Forms.NumericUpDown()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.NumericUpDown3 = New System.Windows.Forms.NumericUpDown()
|
|
Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown()
|
|
Me.ComboBox3 = New System.Windows.Forms.ComboBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.TextBox3 = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.TextBox2 = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
|
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.GroupBox2.SuspendLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.GroupBox3.SuspendLayout()
|
|
Me.GroupBox4.SuspendLayout()
|
|
CType(Me.NumericUpDown6, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.NumericUpDown4, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.NumericUpDown5, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.NumericUpDown3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.ListBox1)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(128, 169)
|
|
Me.GroupBox1.TabIndex = 0
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Trades"
|
|
'
|
|
'ListBox1
|
|
'
|
|
Me.ListBox1.FormattingEnabled = True
|
|
Me.ListBox1.Location = New System.Drawing.Point(6, 19)
|
|
Me.ListBox1.Name = "ListBox1"
|
|
Me.ListBox1.Size = New System.Drawing.Size(101, 134)
|
|
Me.ListBox1.TabIndex = 0
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(18, 187)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(101, 23)
|
|
Me.Button1.TabIndex = 1
|
|
Me.Button1.Text = "Save"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.PictureBox1)
|
|
Me.GroupBox2.Controls.Add(Me.ComboBox1)
|
|
Me.GroupBox2.Location = New System.Drawing.Point(146, 12)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(134, 169)
|
|
Me.GroupBox2.TabIndex = 2
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "Pokemon To Give:"
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.Location = New System.Drawing.Point(37, 46)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(64, 64)
|
|
Me.PictureBox1.TabIndex = 1
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'ComboBox1
|
|
'
|
|
Me.ComboBox1.FormattingEnabled = True
|
|
Me.ComboBox1.Location = New System.Drawing.Point(6, 19)
|
|
Me.ComboBox1.Name = "ComboBox1"
|
|
Me.ComboBox1.Size = New System.Drawing.Size(122, 21)
|
|
Me.ComboBox1.TabIndex = 0
|
|
'
|
|
'GroupBox3
|
|
'
|
|
Me.GroupBox3.Controls.Add(Me.GroupBox4)
|
|
Me.GroupBox3.Controls.Add(Me.ComboBox3)
|
|
Me.GroupBox3.Controls.Add(Me.Label4)
|
|
Me.GroupBox3.Controls.Add(Me.TextBox3)
|
|
Me.GroupBox3.Controls.Add(Me.Label3)
|
|
Me.GroupBox3.Controls.Add(Me.TextBox2)
|
|
Me.GroupBox3.Controls.Add(Me.Label2)
|
|
Me.GroupBox3.Controls.Add(Me.TextBox1)
|
|
Me.GroupBox3.Controls.Add(Me.Label1)
|
|
Me.GroupBox3.Controls.Add(Me.PictureBox2)
|
|
Me.GroupBox3.Controls.Add(Me.ComboBox2)
|
|
Me.GroupBox3.Location = New System.Drawing.Point(286, 12)
|
|
Me.GroupBox3.Name = "GroupBox3"
|
|
Me.GroupBox3.Size = New System.Drawing.Size(260, 236)
|
|
Me.GroupBox3.TabIndex = 3
|
|
Me.GroupBox3.TabStop = False
|
|
Me.GroupBox3.Text = "Pokemon To Receive:"
|
|
'
|
|
'GroupBox4
|
|
'
|
|
Me.GroupBox4.Controls.Add(Me.Label8)
|
|
Me.GroupBox4.Controls.Add(Me.NumericUpDown6)
|
|
Me.GroupBox4.Controls.Add(Me.NumericUpDown4)
|
|
Me.GroupBox4.Controls.Add(Me.Label9)
|
|
Me.GroupBox4.Controls.Add(Me.Label10)
|
|
Me.GroupBox4.Controls.Add(Me.NumericUpDown5)
|
|
Me.GroupBox4.Controls.Add(Me.Label5)
|
|
Me.GroupBox4.Controls.Add(Me.NumericUpDown3)
|
|
Me.GroupBox4.Controls.Add(Me.NumericUpDown1)
|
|
Me.GroupBox4.Controls.Add(Me.Label7)
|
|
Me.GroupBox4.Controls.Add(Me.Label6)
|
|
Me.GroupBox4.Controls.Add(Me.NumericUpDown2)
|
|
Me.GroupBox4.Location = New System.Drawing.Point(6, 156)
|
|
Me.GroupBox4.Name = "GroupBox4"
|
|
Me.GroupBox4.Size = New System.Drawing.Size(247, 73)
|
|
Me.GroupBox4.TabIndex = 18
|
|
Me.GroupBox4.TabStop = False
|
|
Me.GroupBox4.Text = "IVs"
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(6, 44)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(26, 13)
|
|
Me.Label8.TabIndex = 18
|
|
Me.Label8.Text = "Spd"
|
|
'
|
|
'NumericUpDown6
|
|
'
|
|
Me.NumericUpDown6.Location = New System.Drawing.Point(207, 42)
|
|
Me.NumericUpDown6.Maximum = New Decimal(New Integer() {31, 0, 0, 0})
|
|
Me.NumericUpDown6.Name = "NumericUpDown6"
|
|
Me.NumericUpDown6.Size = New System.Drawing.Size(34, 20)
|
|
Me.NumericUpDown6.TabIndex = 23
|
|
'
|
|
'NumericUpDown4
|
|
'
|
|
Me.NumericUpDown4.Location = New System.Drawing.Point(34, 42)
|
|
Me.NumericUpDown4.Maximum = New Decimal(New Integer() {31, 0, 0, 0})
|
|
Me.NumericUpDown4.Name = "NumericUpDown4"
|
|
Me.NumericUpDown4.Size = New System.Drawing.Size(34, 20)
|
|
Me.NumericUpDown4.TabIndex = 19
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(158, 44)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(43, 13)
|
|
Me.Label9.TabIndex = 22
|
|
Me.Label9.Text = "Sp. Def"
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(74, 44)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(42, 13)
|
|
Me.Label10.TabIndex = 20
|
|
Me.Label10.Text = "Sp. Atk"
|
|
'
|
|
'NumericUpDown5
|
|
'
|
|
Me.NumericUpDown5.Location = New System.Drawing.Point(119, 42)
|
|
Me.NumericUpDown5.Maximum = New Decimal(New Integer() {31, 0, 0, 0})
|
|
Me.NumericUpDown5.Name = "NumericUpDown5"
|
|
Me.NumericUpDown5.Size = New System.Drawing.Size(34, 20)
|
|
Me.NumericUpDown5.TabIndex = 21
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(6, 16)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(22, 13)
|
|
Me.Label5.TabIndex = 12
|
|
Me.Label5.Text = "HP"
|
|
'
|
|
'NumericUpDown3
|
|
'
|
|
Me.NumericUpDown3.Location = New System.Drawing.Point(207, 14)
|
|
Me.NumericUpDown3.Maximum = New Decimal(New Integer() {31, 0, 0, 0})
|
|
Me.NumericUpDown3.Name = "NumericUpDown3"
|
|
Me.NumericUpDown3.Size = New System.Drawing.Size(34, 20)
|
|
Me.NumericUpDown3.TabIndex = 17
|
|
'
|
|
'NumericUpDown1
|
|
'
|
|
Me.NumericUpDown1.Location = New System.Drawing.Point(34, 14)
|
|
Me.NumericUpDown1.Maximum = New Decimal(New Integer() {31, 0, 0, 0})
|
|
Me.NumericUpDown1.Name = "NumericUpDown1"
|
|
Me.NumericUpDown1.Size = New System.Drawing.Size(34, 20)
|
|
Me.NumericUpDown1.TabIndex = 13
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(161, 16)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(47, 13)
|
|
Me.Label7.TabIndex = 16
|
|
Me.Label7.Text = "Defense"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(74, 16)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(38, 13)
|
|
Me.Label6.TabIndex = 14
|
|
Me.Label6.Text = "Attack"
|
|
'
|
|
'NumericUpDown2
|
|
'
|
|
Me.NumericUpDown2.Location = New System.Drawing.Point(119, 14)
|
|
Me.NumericUpDown2.Maximum = New Decimal(New Integer() {31, 0, 0, 0})
|
|
Me.NumericUpDown2.Name = "NumericUpDown2"
|
|
Me.NumericUpDown2.Size = New System.Drawing.Size(34, 20)
|
|
Me.NumericUpDown2.TabIndex = 15
|
|
'
|
|
'ComboBox3
|
|
'
|
|
Me.ComboBox3.FormattingEnabled = True
|
|
Me.ComboBox3.Location = New System.Drawing.Point(6, 129)
|
|
Me.ComboBox3.Name = "ComboBox3"
|
|
Me.ComboBox3.Size = New System.Drawing.Size(122, 21)
|
|
Me.ComboBox3.TabIndex = 11
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(6, 113)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(55, 13)
|
|
Me.Label4.TabIndex = 10
|
|
Me.Label4.Text = "Held Item:"
|
|
'
|
|
'TextBox3
|
|
'
|
|
Me.TextBox3.Location = New System.Drawing.Point(200, 76)
|
|
Me.TextBox3.MaxLength = 11
|
|
Me.TextBox3.Name = "TextBox3"
|
|
Me.TextBox3.Size = New System.Drawing.Size(56, 20)
|
|
Me.TextBox3.TabIndex = 9
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(134, 79)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(57, 13)
|
|
Me.Label3.TabIndex = 8
|
|
Me.Label3.Text = "Trainer ID:"
|
|
'
|
|
'TextBox2
|
|
'
|
|
Me.TextBox2.Location = New System.Drawing.Point(200, 47)
|
|
Me.TextBox2.MaxLength = 7
|
|
Me.TextBox2.Name = "TextBox2"
|
|
Me.TextBox2.Size = New System.Drawing.Size(56, 20)
|
|
Me.TextBox2.TabIndex = 7
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(134, 50)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(25, 13)
|
|
Me.Label2.TabIndex = 6
|
|
Me.Label2.Text = "OT:"
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Location = New System.Drawing.Point(200, 19)
|
|
Me.TextBox1.MaxLength = 11
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.Size = New System.Drawing.Size(56, 20)
|
|
Me.TextBox1.TabIndex = 5
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(134, 22)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(60, 13)
|
|
Me.Label1.TabIndex = 4
|
|
Me.Label1.Text = "NickName:"
|
|
'
|
|
'PictureBox2
|
|
'
|
|
Me.PictureBox2.Location = New System.Drawing.Point(37, 46)
|
|
Me.PictureBox2.Name = "PictureBox2"
|
|
Me.PictureBox2.Size = New System.Drawing.Size(64, 64)
|
|
Me.PictureBox2.TabIndex = 3
|
|
Me.PictureBox2.TabStop = False
|
|
'
|
|
'ComboBox2
|
|
'
|
|
Me.ComboBox2.FormattingEnabled = True
|
|
Me.ComboBox2.Location = New System.Drawing.Point(6, 19)
|
|
Me.ComboBox2.Name = "ComboBox2"
|
|
Me.ComboBox2.Size = New System.Drawing.Size(122, 21)
|
|
Me.ComboBox2.TabIndex = 2
|
|
'
|
|
'TradeEditor
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(556, 253)
|
|
Me.Controls.Add(Me.GroupBox3)
|
|
Me.Controls.Add(Me.GroupBox2)
|
|
Me.Controls.Add(Me.Button1)
|
|
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 = "TradeEditor"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Trade Editor"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.GroupBox3.ResumeLayout(False)
|
|
Me.GroupBox3.PerformLayout()
|
|
Me.GroupBox4.ResumeLayout(False)
|
|
Me.GroupBox4.PerformLayout()
|
|
CType(Me.NumericUpDown6, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.NumericUpDown4, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.NumericUpDown5, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.NumericUpDown3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents GroupBox1 As GroupBox
|
|
Friend WithEvents ListBox1 As ListBox
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents GroupBox2 As GroupBox
|
|
Friend WithEvents PictureBox1 As PictureBox
|
|
Friend WithEvents ComboBox1 As ComboBox
|
|
Friend WithEvents GroupBox3 As GroupBox
|
|
Friend WithEvents PictureBox2 As PictureBox
|
|
Friend WithEvents ComboBox2 As ComboBox
|
|
Friend WithEvents TextBox2 As TextBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents TextBox1 As TextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents ComboBox3 As ComboBox
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents TextBox3 As TextBox
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents GroupBox4 As GroupBox
|
|
Friend WithEvents Label8 As Label
|
|
Friend WithEvents NumericUpDown6 As NumericUpDown
|
|
Friend WithEvents NumericUpDown4 As NumericUpDown
|
|
Friend WithEvents Label9 As Label
|
|
Friend WithEvents Label10 As Label
|
|
Friend WithEvents NumericUpDown5 As NumericUpDown
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents NumericUpDown3 As NumericUpDown
|
|
Friend WithEvents NumericUpDown1 As NumericUpDown
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents NumericUpDown2 As NumericUpDown
|
|
End Class
|