mirror of
https://github.com/Gamer2020/PokemonGameEditor.git
synced 2026-05-27 19:08:05 -05:00
I've added editing of the EVs and Nature to the battle frontier editor. I have to add editing of the Tent data next.
531 lines
21 KiB
VB.net
531 lines
21 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class BattleFrontierEditor
|
|
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.TabControl1 = New System.Windows.Forms.TabControl()
|
|
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
|
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.ComboBox7 = New System.Windows.Forms.ComboBox()
|
|
Me.ComboBox6 = New System.Windows.Forms.ComboBox()
|
|
Me.ComboBox5 = New System.Windows.Forms.ComboBox()
|
|
Me.ComboBox4 = New System.Windows.Forms.ComboBox()
|
|
Me.ComboBox3 = New System.Windows.Forms.ComboBox()
|
|
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.ListBox2 = New System.Windows.Forms.ListBox()
|
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.ComboBox8 = New System.Windows.Forms.ComboBox()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.ListBox3 = New System.Windows.Forms.ListBox()
|
|
Me.TextBox2 = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
|
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
|
Me.TabPage3 = New System.Windows.Forms.TabPage()
|
|
Me.TabPage4 = New System.Windows.Forms.TabPage()
|
|
Me.TextBox3 = New System.Windows.Forms.TextBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.CheckedListBox1 = New System.Windows.Forms.CheckedListBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.ComboBox9 = New System.Windows.Forms.ComboBox()
|
|
Me.TabControl1.SuspendLayout()
|
|
Me.TabPage1.SuspendLayout()
|
|
Me.GroupBox4.SuspendLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.GroupBox3.SuspendLayout()
|
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'TabControl1
|
|
'
|
|
Me.TabControl1.Controls.Add(Me.TabPage1)
|
|
Me.TabControl1.Controls.Add(Me.TabPage2)
|
|
Me.TabControl1.Controls.Add(Me.TabPage3)
|
|
Me.TabControl1.Controls.Add(Me.TabPage4)
|
|
Me.TabControl1.Location = New System.Drawing.Point(7, 7)
|
|
Me.TabControl1.Name = "TabControl1"
|
|
Me.TabControl1.SelectedIndex = 0
|
|
Me.TabControl1.Size = New System.Drawing.Size(564, 506)
|
|
Me.TabControl1.TabIndex = 0
|
|
'
|
|
'TabPage1
|
|
'
|
|
Me.TabPage1.Controls.Add(Me.GroupBox4)
|
|
Me.TabPage1.Controls.Add(Me.GroupBox3)
|
|
Me.TabPage1.Controls.Add(Me.GroupBox2)
|
|
Me.TabPage1.Controls.Add(Me.GroupBox1)
|
|
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(556, 480)
|
|
Me.TabPage1.TabIndex = 0
|
|
Me.TabPage1.Text = "Battle Frontier"
|
|
Me.TabPage1.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox4
|
|
'
|
|
Me.GroupBox4.Controls.Add(Me.Label8)
|
|
Me.GroupBox4.Controls.Add(Me.ComboBox9)
|
|
Me.GroupBox4.Controls.Add(Me.CheckedListBox1)
|
|
Me.GroupBox4.Controls.Add(Me.Label7)
|
|
Me.GroupBox4.Controls.Add(Me.Button5)
|
|
Me.GroupBox4.Controls.Add(Me.Label6)
|
|
Me.GroupBox4.Controls.Add(Me.PictureBox1)
|
|
Me.GroupBox4.Controls.Add(Me.ComboBox7)
|
|
Me.GroupBox4.Controls.Add(Me.ComboBox6)
|
|
Me.GroupBox4.Controls.Add(Me.ComboBox5)
|
|
Me.GroupBox4.Controls.Add(Me.ComboBox4)
|
|
Me.GroupBox4.Controls.Add(Me.ComboBox3)
|
|
Me.GroupBox4.Controls.Add(Me.ComboBox2)
|
|
Me.GroupBox4.Controls.Add(Me.Label5)
|
|
Me.GroupBox4.Controls.Add(Me.Label4)
|
|
Me.GroupBox4.Controls.Add(Me.ListBox2)
|
|
Me.GroupBox4.Location = New System.Drawing.Point(12, 232)
|
|
Me.GroupBox4.Name = "GroupBox4"
|
|
Me.GroupBox4.Size = New System.Drawing.Size(526, 241)
|
|
Me.GroupBox4.TabIndex = 5
|
|
Me.GroupBox4.TabStop = False
|
|
Me.GroupBox4.Text = "Pokemon Data"
|
|
'
|
|
'Button5
|
|
'
|
|
Me.Button5.Location = New System.Drawing.Point(396, 189)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button5.TabIndex = 13
|
|
Me.Button5.Text = "Save"
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(347, 23)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(46, 13)
|
|
Me.Label6.TabIndex = 12
|
|
Me.Label6.Text = "Attacks:"
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.Location = New System.Drawing.Point(108, 148)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(64, 64)
|
|
Me.PictureBox1.TabIndex = 11
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'ComboBox7
|
|
'
|
|
Me.ComboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox7.FormattingEnabled = True
|
|
Me.ComboBox7.Location = New System.Drawing.Point(350, 120)
|
|
Me.ComboBox7.Name = "ComboBox7"
|
|
Me.ComboBox7.Size = New System.Drawing.Size(121, 21)
|
|
Me.ComboBox7.TabIndex = 10
|
|
'
|
|
'ComboBox6
|
|
'
|
|
Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox6.FormattingEnabled = True
|
|
Me.ComboBox6.Location = New System.Drawing.Point(350, 93)
|
|
Me.ComboBox6.Name = "ComboBox6"
|
|
Me.ComboBox6.Size = New System.Drawing.Size(121, 21)
|
|
Me.ComboBox6.TabIndex = 9
|
|
'
|
|
'ComboBox5
|
|
'
|
|
Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox5.FormattingEnabled = True
|
|
Me.ComboBox5.Location = New System.Drawing.Point(350, 66)
|
|
Me.ComboBox5.Name = "ComboBox5"
|
|
Me.ComboBox5.Size = New System.Drawing.Size(121, 21)
|
|
Me.ComboBox5.TabIndex = 8
|
|
'
|
|
'ComboBox4
|
|
'
|
|
Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox4.FormattingEnabled = True
|
|
Me.ComboBox4.Location = New System.Drawing.Point(350, 39)
|
|
Me.ComboBox4.Name = "ComboBox4"
|
|
Me.ComboBox4.Size = New System.Drawing.Size(121, 21)
|
|
Me.ComboBox4.TabIndex = 7
|
|
'
|
|
'ComboBox3
|
|
'
|
|
Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox3.FormattingEnabled = True
|
|
Me.ComboBox3.Location = New System.Drawing.Point(209, 39)
|
|
Me.ComboBox3.Name = "ComboBox3"
|
|
Me.ComboBox3.Size = New System.Drawing.Size(121, 21)
|
|
Me.ComboBox3.TabIndex = 6
|
|
'
|
|
'ComboBox2
|
|
'
|
|
Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox2.FormattingEnabled = True
|
|
Me.ComboBox2.Location = New System.Drawing.Point(75, 123)
|
|
Me.ComboBox2.Name = "ComboBox2"
|
|
Me.ComboBox2.Size = New System.Drawing.Size(121, 21)
|
|
Me.ComboBox2.TabIndex = 5
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(155, 39)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(55, 13)
|
|
Me.Label5.TabIndex = 4
|
|
Me.Label5.Text = "Held Item:"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(21, 126)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(48, 13)
|
|
Me.Label4.TabIndex = 3
|
|
Me.Label4.Text = "Species:"
|
|
'
|
|
'ListBox2
|
|
'
|
|
Me.ListBox2.FormattingEnabled = True
|
|
Me.ListBox2.Location = New System.Drawing.Point(24, 14)
|
|
Me.ListBox2.Name = "ListBox2"
|
|
Me.ListBox2.Size = New System.Drawing.Size(120, 95)
|
|
Me.ListBox2.TabIndex = 2
|
|
'
|
|
'GroupBox3
|
|
'
|
|
Me.GroupBox3.Controls.Add(Me.PictureBox2)
|
|
Me.GroupBox3.Controls.Add(Me.Button4)
|
|
Me.GroupBox3.Controls.Add(Me.ComboBox8)
|
|
Me.GroupBox3.Controls.Add(Me.Button3)
|
|
Me.GroupBox3.Controls.Add(Me.Button2)
|
|
Me.GroupBox3.Controls.Add(Me.ListBox3)
|
|
Me.GroupBox3.Controls.Add(Me.TextBox2)
|
|
Me.GroupBox3.Controls.Add(Me.Label3)
|
|
Me.GroupBox3.Location = New System.Drawing.Point(329, 15)
|
|
Me.GroupBox3.Name = "GroupBox3"
|
|
Me.GroupBox3.Size = New System.Drawing.Size(219, 211)
|
|
Me.GroupBox3.TabIndex = 4
|
|
Me.GroupBox3.TabStop = False
|
|
Me.GroupBox3.Text = "Trainer Pokemon"
|
|
'
|
|
'PictureBox2
|
|
'
|
|
Me.PictureBox2.Location = New System.Drawing.Point(136, 95)
|
|
Me.PictureBox2.Name = "PictureBox2"
|
|
Me.PictureBox2.Size = New System.Drawing.Size(64, 64)
|
|
Me.PictureBox2.TabIndex = 12
|
|
Me.PictureBox2.TabStop = False
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.Location = New System.Drawing.Point(134, 163)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(75, 35)
|
|
Me.Button4.TabIndex = 6
|
|
Me.Button4.Text = "Change Pokemon"
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'ComboBox8
|
|
'
|
|
Me.ComboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox8.FormattingEnabled = True
|
|
Me.ComboBox8.Location = New System.Drawing.Point(9, 163)
|
|
Me.ComboBox8.Name = "ComboBox8"
|
|
Me.ComboBox8.Size = New System.Drawing.Size(121, 21)
|
|
Me.ComboBox8.TabIndex = 5
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.Location = New System.Drawing.Point(136, 45)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(75, 44)
|
|
Me.Button3.TabIndex = 4
|
|
Me.Button3.Text = "Edit Pokemon"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Location = New System.Drawing.Point(136, 16)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button2.TabIndex = 3
|
|
Me.Button2.Text = "Repoint"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'ListBox3
|
|
'
|
|
Me.ListBox3.FormattingEnabled = True
|
|
Me.ListBox3.Location = New System.Drawing.Point(10, 45)
|
|
Me.ListBox3.Name = "ListBox3"
|
|
Me.ListBox3.Size = New System.Drawing.Size(120, 95)
|
|
Me.ListBox3.TabIndex = 2
|
|
'
|
|
'TextBox2
|
|
'
|
|
Me.TextBox2.Location = New System.Drawing.Point(55, 19)
|
|
Me.TextBox2.Name = "TextBox2"
|
|
Me.TextBox2.Size = New System.Drawing.Size(75, 20)
|
|
Me.TextBox2.TabIndex = 1
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(6, 22)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(43, 13)
|
|
Me.Label3.TabIndex = 0
|
|
Me.Label3.Text = "Pointer:"
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.TextBox3)
|
|
Me.GroupBox2.Controls.Add(Me.Button1)
|
|
Me.GroupBox2.Controls.Add(Me.ComboBox1)
|
|
Me.GroupBox2.Controls.Add(Me.Label2)
|
|
Me.GroupBox2.Controls.Add(Me.Label1)
|
|
Me.GroupBox2.Controls.Add(Me.TextBox1)
|
|
Me.GroupBox2.Location = New System.Drawing.Point(138, 15)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(180, 164)
|
|
Me.GroupBox2.TabIndex = 3
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "Trainer data"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(50, 99)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button1.TabIndex = 6
|
|
Me.Button1.Text = "Save"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'ComboBox1
|
|
'
|
|
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox1.FormattingEnabled = True
|
|
Me.ComboBox1.Location = New System.Drawing.Point(32, 128)
|
|
Me.ComboBox1.Name = "ComboBox1"
|
|
Me.ComboBox1.Size = New System.Drawing.Size(100, 21)
|
|
Me.ComboBox1.TabIndex = 5
|
|
Me.ComboBox1.Visible = False
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(6, 51)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(35, 13)
|
|
Me.Label2.TabIndex = 4
|
|
Me.Label2.Text = "Class:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(6, 22)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(38, 13)
|
|
Me.Label1.TabIndex = 3
|
|
Me.Label1.Text = "Name:"
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Location = New System.Drawing.Point(66, 19)
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.Size = New System.Drawing.Size(100, 20)
|
|
Me.TextBox1.TabIndex = 2
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.ListBox1)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(6, 15)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(114, 164)
|
|
Me.GroupBox1.TabIndex = 1
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Trainers"
|
|
'
|
|
'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(97, 134)
|
|
Me.ListBox1.TabIndex = 0
|
|
'
|
|
'TabPage2
|
|
'
|
|
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(556, 424)
|
|
Me.TabPage2.TabIndex = 1
|
|
Me.TabPage2.Text = "Slateport Battle Tent"
|
|
Me.TabPage2.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage3
|
|
'
|
|
Me.TabPage3.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage3.Name = "TabPage3"
|
|
Me.TabPage3.Size = New System.Drawing.Size(556, 424)
|
|
Me.TabPage3.TabIndex = 2
|
|
Me.TabPage3.Text = "Verdanturf Battle Tent"
|
|
Me.TabPage3.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage4
|
|
'
|
|
Me.TabPage4.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage4.Name = "TabPage4"
|
|
Me.TabPage4.Size = New System.Drawing.Size(556, 424)
|
|
Me.TabPage4.TabIndex = 3
|
|
Me.TabPage4.Text = "Fallarbor Battle Tent"
|
|
Me.TabPage4.UseVisualStyleBackColor = True
|
|
'
|
|
'TextBox3
|
|
'
|
|
Me.TextBox3.Location = New System.Drawing.Point(66, 48)
|
|
Me.TextBox3.Name = "TextBox3"
|
|
Me.TextBox3.Size = New System.Drawing.Size(100, 20)
|
|
Me.TextBox3.TabIndex = 7
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(206, 69)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(61, 13)
|
|
Me.Label7.TabIndex = 14
|
|
Me.Label7.Text = "EV Spread:"
|
|
'
|
|
'CheckedListBox1
|
|
'
|
|
Me.CheckedListBox1.FormattingEnabled = True
|
|
Me.CheckedListBox1.Items.AddRange(New Object() {"HP", "Attack", "Defense", "Speed", "Special Attack", "Special Defense"})
|
|
Me.CheckedListBox1.Location = New System.Drawing.Point(209, 93)
|
|
Me.CheckedListBox1.Name = "CheckedListBox1"
|
|
Me.CheckedListBox1.Size = New System.Drawing.Size(121, 94)
|
|
Me.CheckedListBox1.TabIndex = 15
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(347, 148)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(42, 13)
|
|
Me.Label8.TabIndex = 17
|
|
Me.Label8.Text = "Nature:"
|
|
'
|
|
'ComboBox9
|
|
'
|
|
Me.ComboBox9.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox9.FormattingEnabled = True
|
|
Me.ComboBox9.Location = New System.Drawing.Point(350, 164)
|
|
Me.ComboBox9.Name = "ComboBox9"
|
|
Me.ComboBox9.Size = New System.Drawing.Size(121, 21)
|
|
Me.ComboBox9.TabIndex = 16
|
|
'
|
|
'BattleFrontierEditor
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(579, 514)
|
|
Me.Controls.Add(Me.TabControl1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.MaximizeBox = False
|
|
Me.Name = "BattleFrontierEditor"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Battle Frontier Editor"
|
|
Me.TabControl1.ResumeLayout(False)
|
|
Me.TabPage1.ResumeLayout(False)
|
|
Me.GroupBox4.ResumeLayout(False)
|
|
Me.GroupBox4.PerformLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.GroupBox3.ResumeLayout(False)
|
|
Me.GroupBox3.PerformLayout()
|
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
|
|
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
|
|
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents ListBox2 As System.Windows.Forms.ListBox
|
|
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents ComboBox7 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents ComboBox6 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents ComboBox5 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents ComboBox4 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents ListBox3 As System.Windows.Forms.ListBox
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents Button4 As System.Windows.Forms.Button
|
|
Friend WithEvents ComboBox8 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents Button5 As System.Windows.Forms.Button
|
|
Friend WithEvents TextBox3 As TextBox
|
|
Friend WithEvents CheckedListBox1 As CheckedListBox
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents Label8 As Label
|
|
Friend WithEvents ComboBox9 As ComboBox
|
|
End Class
|