mirror of
https://github.com/Gamer2020/PokemonGameEditor.git
synced 2026-08-20 17:34:20 -05:00
803 lines
35 KiB
VB.net
803 lines
35 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class TrainerEditor
|
|
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(TrainerEditor))
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.TrainerIndexTextBox = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.TrainerListComboBox = New System.Windows.Forms.ComboBox()
|
|
Me.ClssRnmBttn = New System.Windows.Forms.Button()
|
|
Me.ClssTxtBx = New System.Windows.Forms.TextBox()
|
|
Me.Button22 = New System.Windows.Forms.Button()
|
|
Me.Button21 = New System.Windows.Forms.Button()
|
|
Me.MusicTextBox = New System.Windows.Forms.TextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|
Me.RadioButton2 = New System.Windows.Forms.RadioButton()
|
|
Me.RadioButton1 = New System.Windows.Forms.RadioButton()
|
|
Me.ClassComboBox = New System.Windows.Forms.ComboBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.RnmBttn = New System.Windows.Forms.Button()
|
|
Me.TNameTextBox = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.PicNumericUpDown = New System.Windows.Forms.NumericUpDown()
|
|
Me.TrainerPic = New System.Windows.Forms.PictureBox()
|
|
Me.SaveBttn = New System.Windows.Forms.Button()
|
|
Me.SaveFileDialog = New System.Windows.Forms.SaveFileDialog()
|
|
Me.fileOpenDialog = New System.Windows.Forms.OpenFileDialog()
|
|
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
|
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
|
Me.AITextBox = New System.Windows.Forms.TextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.DblCheckBox = New System.Windows.Forms.CheckBox()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.TrainerItem4 = New System.Windows.Forms.ComboBox()
|
|
Me.TrainerItem3 = New System.Windows.Forms.ComboBox()
|
|
Me.TrainerItem2 = New System.Windows.Forms.ComboBox()
|
|
Me.TrainerItem1 = New System.Windows.Forms.ComboBox()
|
|
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
|
Me.Label15 = New System.Windows.Forms.Label()
|
|
Me.SaveMnyRt = New System.Windows.Forms.Button()
|
|
Me.MoneyRateTextBox = New System.Windows.Forms.TextBox()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.TabPage3 = New System.Windows.Forms.TabPage()
|
|
Me.PokeDataFormatComboBox = New System.Windows.Forms.ComboBox()
|
|
Me.PkmnSvBttn = New System.Windows.Forms.Button()
|
|
Me.PkmnEvsTextBox = New System.Windows.Forms.TextBox()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.PkmLvlTextBox = New System.Windows.Forms.TextBox()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.AttackComboBox4 = New System.Windows.Forms.ComboBox()
|
|
Me.AttackComboBox3 = New System.Windows.Forms.ComboBox()
|
|
Me.AttackComboBox2 = New System.Windows.Forms.ComboBox()
|
|
Me.AttackComboBox1 = New System.Windows.Forms.ComboBox()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.TnPkmItmPictureBox = New System.Windows.Forms.PictureBox()
|
|
Me.TnPkmItmComboBox = New System.Windows.Forms.ComboBox()
|
|
Me.TnPkmPictureBox = New System.Windows.Forms.PictureBox()
|
|
Me.TnPkmComboBox = New System.Windows.Forms.ComboBox()
|
|
Me.PkmSlts = New System.Windows.Forms.ListBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.PokeNumTextBox = New System.Windows.Forms.TextBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.RpntPkDtBttn = New System.Windows.Forms.Button()
|
|
Me.PointerPokeDataTextBox = New System.Windows.Forms.TextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.GroupBox3.SuspendLayout()
|
|
CType(Me.PicNumericUpDown, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TrainerPic, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.TabControl1.SuspendLayout()
|
|
Me.TabPage1.SuspendLayout()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.TabPage2.SuspendLayout()
|
|
Me.TabPage3.SuspendLayout()
|
|
CType(Me.TnPkmItmPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TnPkmPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.TrainerIndexTextBox)
|
|
Me.GroupBox1.Controls.Add(Me.Label1)
|
|
Me.GroupBox1.Controls.Add(Me.TrainerListComboBox)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(161, 84)
|
|
Me.GroupBox1.TabIndex = 0
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Trainer List"
|
|
'
|
|
'TrainerIndexTextBox
|
|
'
|
|
Me.TrainerIndexTextBox.Location = New System.Drawing.Point(74, 51)
|
|
Me.TrainerIndexTextBox.Name = "TrainerIndexTextBox"
|
|
Me.TrainerIndexTextBox.Size = New System.Drawing.Size(74, 22)
|
|
Me.TrainerIndexTextBox.TabIndex = 2
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(6, 54)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(45, 17)
|
|
Me.Label1.TabIndex = 1
|
|
Me.Label1.Text = "Index:"
|
|
'
|
|
'TrainerListComboBox
|
|
'
|
|
Me.TrainerListComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
|
Me.TrainerListComboBox.FormattingEnabled = True
|
|
Me.TrainerListComboBox.Location = New System.Drawing.Point(6, 21)
|
|
Me.TrainerListComboBox.Name = "TrainerListComboBox"
|
|
Me.TrainerListComboBox.Size = New System.Drawing.Size(142, 24)
|
|
Me.TrainerListComboBox.TabIndex = 0
|
|
'
|
|
'ClssRnmBttn
|
|
'
|
|
Me.ClssRnmBttn.Location = New System.Drawing.Point(64, 65)
|
|
Me.ClssRnmBttn.Name = "ClssRnmBttn"
|
|
Me.ClssRnmBttn.Size = New System.Drawing.Size(181, 34)
|
|
Me.ClssRnmBttn.TabIndex = 23
|
|
Me.ClssRnmBttn.Text = "Rename Class"
|
|
Me.ClssRnmBttn.UseVisualStyleBackColor = True
|
|
'
|
|
'ClssTxtBx
|
|
'
|
|
Me.ClssTxtBx.Location = New System.Drawing.Point(64, 40)
|
|
Me.ClssTxtBx.Name = "ClssTxtBx"
|
|
Me.ClssTxtBx.Size = New System.Drawing.Size(181, 22)
|
|
Me.ClssTxtBx.TabIndex = 22
|
|
'
|
|
'Button22
|
|
'
|
|
Me.Button22.Location = New System.Drawing.Point(7, 171)
|
|
Me.Button22.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.Button22.Name = "Button22"
|
|
Me.Button22.Size = New System.Drawing.Size(85, 43)
|
|
Me.Button22.TabIndex = 21
|
|
Me.Button22.Text = "Export Sprite"
|
|
Me.Button22.UseVisualStyleBackColor = True
|
|
'
|
|
'Button21
|
|
'
|
|
Me.Button21.Location = New System.Drawing.Point(7, 122)
|
|
Me.Button21.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.Button21.Name = "Button21"
|
|
Me.Button21.Size = New System.Drawing.Size(85, 43)
|
|
Me.Button21.TabIndex = 20
|
|
Me.Button21.Text = "Import Sprite"
|
|
Me.Button21.UseVisualStyleBackColor = True
|
|
'
|
|
'MusicTextBox
|
|
'
|
|
Me.MusicTextBox.Location = New System.Drawing.Point(255, 53)
|
|
Me.MusicTextBox.Name = "MusicTextBox"
|
|
Me.MusicTextBox.Size = New System.Drawing.Size(86, 22)
|
|
Me.MusicTextBox.TabIndex = 19
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(201, 56)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(48, 17)
|
|
Me.Label4.TabIndex = 18
|
|
Me.Label4.Text = "Music:"
|
|
'
|
|
'GroupBox3
|
|
'
|
|
Me.GroupBox3.Controls.Add(Me.RadioButton2)
|
|
Me.GroupBox3.Controls.Add(Me.RadioButton1)
|
|
Me.GroupBox3.Location = New System.Drawing.Point(108, 51)
|
|
Me.GroupBox3.Name = "GroupBox3"
|
|
Me.GroupBox3.Size = New System.Drawing.Size(87, 82)
|
|
Me.GroupBox3.TabIndex = 17
|
|
Me.GroupBox3.TabStop = False
|
|
Me.GroupBox3.Text = "Gender"
|
|
'
|
|
'RadioButton2
|
|
'
|
|
Me.RadioButton2.AutoSize = True
|
|
Me.RadioButton2.ForeColor = System.Drawing.Color.DeepPink
|
|
Me.RadioButton2.Location = New System.Drawing.Point(6, 48)
|
|
Me.RadioButton2.Name = "RadioButton2"
|
|
Me.RadioButton2.Size = New System.Drawing.Size(75, 21)
|
|
Me.RadioButton2.TabIndex = 1
|
|
Me.RadioButton2.TabStop = True
|
|
Me.RadioButton2.Text = "Female"
|
|
Me.RadioButton2.UseVisualStyleBackColor = True
|
|
'
|
|
'RadioButton1
|
|
'
|
|
Me.RadioButton1.AutoSize = True
|
|
Me.RadioButton1.ForeColor = System.Drawing.Color.DodgerBlue
|
|
Me.RadioButton1.Location = New System.Drawing.Point(6, 21)
|
|
Me.RadioButton1.Name = "RadioButton1"
|
|
Me.RadioButton1.Size = New System.Drawing.Size(59, 21)
|
|
Me.RadioButton1.TabIndex = 0
|
|
Me.RadioButton1.TabStop = True
|
|
Me.RadioButton1.Text = "Male"
|
|
Me.RadioButton1.UseVisualStyleBackColor = True
|
|
'
|
|
'ClassComboBox
|
|
'
|
|
Me.ClassComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append
|
|
Me.ClassComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
|
Me.ClassComboBox.FormattingEnabled = True
|
|
Me.ClassComboBox.Location = New System.Drawing.Point(64, 10)
|
|
Me.ClassComboBox.Name = "ClassComboBox"
|
|
Me.ClassComboBox.Size = New System.Drawing.Size(181, 24)
|
|
Me.ClassComboBox.TabIndex = 16
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(9, 13)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(46, 17)
|
|
Me.Label3.TabIndex = 15
|
|
Me.Label3.Text = "Class:"
|
|
'
|
|
'RnmBttn
|
|
'
|
|
Me.RnmBttn.Location = New System.Drawing.Point(266, 13)
|
|
Me.RnmBttn.Name = "RnmBttn"
|
|
Me.RnmBttn.Size = New System.Drawing.Size(75, 24)
|
|
Me.RnmBttn.TabIndex = 14
|
|
Me.RnmBttn.Text = "Rename"
|
|
Me.RnmBttn.UseVisualStyleBackColor = True
|
|
'
|
|
'TNameTextBox
|
|
'
|
|
Me.TNameTextBox.Location = New System.Drawing.Point(160, 13)
|
|
Me.TNameTextBox.Name = "TNameTextBox"
|
|
Me.TNameTextBox.Size = New System.Drawing.Size(100, 22)
|
|
Me.TNameTextBox.TabIndex = 13
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(105, 16)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(49, 17)
|
|
Me.Label2.TabIndex = 12
|
|
Me.Label2.Text = "Name:"
|
|
'
|
|
'PicNumericUpDown
|
|
'
|
|
Me.PicNumericUpDown.Location = New System.Drawing.Point(7, 93)
|
|
Me.PicNumericUpDown.Name = "PicNumericUpDown"
|
|
Me.PicNumericUpDown.Size = New System.Drawing.Size(85, 22)
|
|
Me.PicNumericUpDown.TabIndex = 11
|
|
'
|
|
'TrainerPic
|
|
'
|
|
Me.TrainerPic.Location = New System.Drawing.Point(7, 7)
|
|
Me.TrainerPic.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.TrainerPic.Name = "TrainerPic"
|
|
Me.TrainerPic.Size = New System.Drawing.Size(85, 79)
|
|
Me.TrainerPic.TabIndex = 10
|
|
Me.TrainerPic.TabStop = False
|
|
'
|
|
'SaveBttn
|
|
'
|
|
Me.SaveBttn.Location = New System.Drawing.Point(18, 109)
|
|
Me.SaveBttn.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.SaveBttn.Name = "SaveBttn"
|
|
Me.SaveBttn.Size = New System.Drawing.Size(142, 41)
|
|
Me.SaveBttn.TabIndex = 2
|
|
Me.SaveBttn.Text = "Save"
|
|
Me.SaveBttn.UseVisualStyleBackColor = True
|
|
'
|
|
'fileOpenDialog
|
|
'
|
|
Me.fileOpenDialog.FileName = "OpenFileDialog1"
|
|
'
|
|
'TabControl1
|
|
'
|
|
Me.TabControl1.Controls.Add(Me.TabPage1)
|
|
Me.TabControl1.Controls.Add(Me.TabPage2)
|
|
Me.TabControl1.Controls.Add(Me.TabPage3)
|
|
Me.TabControl1.Location = New System.Drawing.Point(179, 12)
|
|
Me.TabControl1.Name = "TabControl1"
|
|
Me.TabControl1.SelectedIndex = 0
|
|
Me.TabControl1.Size = New System.Drawing.Size(368, 465)
|
|
Me.TabControl1.TabIndex = 3
|
|
'
|
|
'TabPage1
|
|
'
|
|
Me.TabPage1.Controls.Add(Me.AITextBox)
|
|
Me.TabPage1.Controls.Add(Me.Label5)
|
|
Me.TabPage1.Controls.Add(Me.DblCheckBox)
|
|
Me.TabPage1.Controls.Add(Me.GroupBox2)
|
|
Me.TabPage1.Controls.Add(Me.TrainerPic)
|
|
Me.TabPage1.Controls.Add(Me.PicNumericUpDown)
|
|
Me.TabPage1.Controls.Add(Me.Button22)
|
|
Me.TabPage1.Controls.Add(Me.Label2)
|
|
Me.TabPage1.Controls.Add(Me.RnmBttn)
|
|
Me.TabPage1.Controls.Add(Me.Button21)
|
|
Me.TabPage1.Controls.Add(Me.TNameTextBox)
|
|
Me.TabPage1.Controls.Add(Me.MusicTextBox)
|
|
Me.TabPage1.Controls.Add(Me.Label4)
|
|
Me.TabPage1.Controls.Add(Me.GroupBox3)
|
|
Me.TabPage1.Location = New System.Drawing.Point(4, 25)
|
|
Me.TabPage1.Name = "TabPage1"
|
|
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage1.Size = New System.Drawing.Size(360, 436)
|
|
Me.TabPage1.TabIndex = 0
|
|
Me.TabPage1.Text = "Trainer Data"
|
|
Me.TabPage1.UseVisualStyleBackColor = True
|
|
'
|
|
'AITextBox
|
|
'
|
|
Me.AITextBox.Location = New System.Drawing.Point(255, 104)
|
|
Me.AITextBox.Name = "AITextBox"
|
|
Me.AITextBox.Size = New System.Drawing.Size(86, 22)
|
|
Me.AITextBox.TabIndex = 25
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(201, 107)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(24, 17)
|
|
Me.Label5.TabIndex = 24
|
|
Me.Label5.Text = "AI:"
|
|
'
|
|
'DblCheckBox
|
|
'
|
|
Me.DblCheckBox.AutoSize = True
|
|
Me.DblCheckBox.Location = New System.Drawing.Point(204, 83)
|
|
Me.DblCheckBox.Name = "DblCheckBox"
|
|
Me.DblCheckBox.Size = New System.Drawing.Size(115, 21)
|
|
Me.DblCheckBox.TabIndex = 23
|
|
Me.DblCheckBox.Text = "Double Battle"
|
|
Me.DblCheckBox.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.TrainerItem4)
|
|
Me.GroupBox2.Controls.Add(Me.TrainerItem3)
|
|
Me.GroupBox2.Controls.Add(Me.TrainerItem2)
|
|
Me.GroupBox2.Controls.Add(Me.TrainerItem1)
|
|
Me.GroupBox2.Location = New System.Drawing.Point(108, 139)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(179, 144)
|
|
Me.GroupBox2.TabIndex = 22
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "Trainer Items"
|
|
'
|
|
'TrainerItem4
|
|
'
|
|
Me.TrainerItem4.FormattingEnabled = True
|
|
Me.TrainerItem4.Location = New System.Drawing.Point(6, 111)
|
|
Me.TrainerItem4.Name = "TrainerItem4"
|
|
Me.TrainerItem4.Size = New System.Drawing.Size(157, 24)
|
|
Me.TrainerItem4.TabIndex = 3
|
|
'
|
|
'TrainerItem3
|
|
'
|
|
Me.TrainerItem3.FormattingEnabled = True
|
|
Me.TrainerItem3.Location = New System.Drawing.Point(6, 81)
|
|
Me.TrainerItem3.Name = "TrainerItem3"
|
|
Me.TrainerItem3.Size = New System.Drawing.Size(157, 24)
|
|
Me.TrainerItem3.TabIndex = 2
|
|
'
|
|
'TrainerItem2
|
|
'
|
|
Me.TrainerItem2.FormattingEnabled = True
|
|
Me.TrainerItem2.Location = New System.Drawing.Point(6, 51)
|
|
Me.TrainerItem2.Name = "TrainerItem2"
|
|
Me.TrainerItem2.Size = New System.Drawing.Size(157, 24)
|
|
Me.TrainerItem2.TabIndex = 1
|
|
'
|
|
'TrainerItem1
|
|
'
|
|
Me.TrainerItem1.FormattingEnabled = True
|
|
Me.TrainerItem1.Location = New System.Drawing.Point(6, 21)
|
|
Me.TrainerItem1.Name = "TrainerItem1"
|
|
Me.TrainerItem1.Size = New System.Drawing.Size(157, 24)
|
|
Me.TrainerItem1.TabIndex = 0
|
|
'
|
|
'TabPage2
|
|
'
|
|
Me.TabPage2.Controls.Add(Me.Label15)
|
|
Me.TabPage2.Controls.Add(Me.SaveMnyRt)
|
|
Me.TabPage2.Controls.Add(Me.MoneyRateTextBox)
|
|
Me.TabPage2.Controls.Add(Me.Label14)
|
|
Me.TabPage2.Controls.Add(Me.ClssRnmBttn)
|
|
Me.TabPage2.Controls.Add(Me.Label3)
|
|
Me.TabPage2.Controls.Add(Me.ClassComboBox)
|
|
Me.TabPage2.Controls.Add(Me.ClssTxtBx)
|
|
Me.TabPage2.Location = New System.Drawing.Point(4, 25)
|
|
Me.TabPage2.Name = "TabPage2"
|
|
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage2.Size = New System.Drawing.Size(360, 436)
|
|
Me.TabPage2.TabIndex = 1
|
|
Me.TabPage2.Text = "Trainer Class"
|
|
Me.TabPage2.UseVisualStyleBackColor = True
|
|
'
|
|
'Label15
|
|
'
|
|
Me.Label15.AutoSize = True
|
|
Me.Label15.Location = New System.Drawing.Point(61, 144)
|
|
Me.Label15.Name = "Label15"
|
|
Me.Label15.Size = New System.Drawing.Size(98, 17)
|
|
Me.Label15.TabIndex = 27
|
|
Me.Label15.Text = "Prize Money: "
|
|
'
|
|
'SaveMnyRt
|
|
'
|
|
Me.SaveMnyRt.Location = New System.Drawing.Point(64, 164)
|
|
Me.SaveMnyRt.Name = "SaveMnyRt"
|
|
Me.SaveMnyRt.Size = New System.Drawing.Size(181, 34)
|
|
Me.SaveMnyRt.TabIndex = 26
|
|
Me.SaveMnyRt.Text = "Save"
|
|
Me.SaveMnyRt.UseVisualStyleBackColor = True
|
|
'
|
|
'MoneyRateTextBox
|
|
'
|
|
Me.MoneyRateTextBox.Location = New System.Drawing.Point(164, 112)
|
|
Me.MoneyRateTextBox.Name = "MoneyRateTextBox"
|
|
Me.MoneyRateTextBox.Size = New System.Drawing.Size(81, 22)
|
|
Me.MoneyRateTextBox.TabIndex = 25
|
|
'
|
|
'Label14
|
|
'
|
|
Me.Label14.AutoSize = True
|
|
Me.Label14.Location = New System.Drawing.Point(61, 115)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(88, 17)
|
|
Me.Label14.TabIndex = 24
|
|
Me.Label14.Text = "Money Rate:"
|
|
'
|
|
'TabPage3
|
|
'
|
|
Me.TabPage3.Controls.Add(Me.PokeDataFormatComboBox)
|
|
Me.TabPage3.Controls.Add(Me.PkmnSvBttn)
|
|
Me.TabPage3.Controls.Add(Me.PkmnEvsTextBox)
|
|
Me.TabPage3.Controls.Add(Me.Label13)
|
|
Me.TabPage3.Controls.Add(Me.PkmLvlTextBox)
|
|
Me.TabPage3.Controls.Add(Me.Label12)
|
|
Me.TabPage3.Controls.Add(Me.Label11)
|
|
Me.TabPage3.Controls.Add(Me.AttackComboBox4)
|
|
Me.TabPage3.Controls.Add(Me.AttackComboBox3)
|
|
Me.TabPage3.Controls.Add(Me.AttackComboBox2)
|
|
Me.TabPage3.Controls.Add(Me.AttackComboBox1)
|
|
Me.TabPage3.Controls.Add(Me.Label10)
|
|
Me.TabPage3.Controls.Add(Me.Label9)
|
|
Me.TabPage3.Controls.Add(Me.TnPkmItmPictureBox)
|
|
Me.TabPage3.Controls.Add(Me.TnPkmItmComboBox)
|
|
Me.TabPage3.Controls.Add(Me.TnPkmPictureBox)
|
|
Me.TabPage3.Controls.Add(Me.TnPkmComboBox)
|
|
Me.TabPage3.Controls.Add(Me.PkmSlts)
|
|
Me.TabPage3.Controls.Add(Me.Label8)
|
|
Me.TabPage3.Controls.Add(Me.PokeNumTextBox)
|
|
Me.TabPage3.Controls.Add(Me.Label7)
|
|
Me.TabPage3.Controls.Add(Me.RpntPkDtBttn)
|
|
Me.TabPage3.Controls.Add(Me.PointerPokeDataTextBox)
|
|
Me.TabPage3.Controls.Add(Me.Label6)
|
|
Me.TabPage3.Location = New System.Drawing.Point(4, 25)
|
|
Me.TabPage3.Name = "TabPage3"
|
|
Me.TabPage3.Size = New System.Drawing.Size(360, 436)
|
|
Me.TabPage3.TabIndex = 2
|
|
Me.TabPage3.Text = "Pokemon Data"
|
|
Me.TabPage3.UseVisualStyleBackColor = True
|
|
'
|
|
'PokeDataFormatComboBox
|
|
'
|
|
Me.PokeDataFormatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.PokeDataFormatComboBox.FormattingEnabled = True
|
|
Me.PokeDataFormatComboBox.Items.AddRange(New Object() {"Default Moves", "Custom Moves", "Custom Items", "Custom Moves/Items"})
|
|
Me.PokeDataFormatComboBox.Location = New System.Drawing.Point(173, 13)
|
|
Me.PokeDataFormatComboBox.Name = "PokeDataFormatComboBox"
|
|
Me.PokeDataFormatComboBox.Size = New System.Drawing.Size(138, 24)
|
|
Me.PokeDataFormatComboBox.TabIndex = 47
|
|
'
|
|
'PkmnSvBttn
|
|
'
|
|
Me.PkmnSvBttn.Location = New System.Drawing.Point(173, 398)
|
|
Me.PkmnSvBttn.Name = "PkmnSvBttn"
|
|
Me.PkmnSvBttn.Size = New System.Drawing.Size(138, 25)
|
|
Me.PkmnSvBttn.TabIndex = 46
|
|
Me.PkmnSvBttn.Text = "Save Pokemon"
|
|
Me.PkmnSvBttn.UseVisualStyleBackColor = True
|
|
'
|
|
'PkmnEvsTextBox
|
|
'
|
|
Me.PkmnEvsTextBox.Location = New System.Drawing.Point(213, 360)
|
|
Me.PkmnEvsTextBox.Name = "PkmnEvsTextBox"
|
|
Me.PkmnEvsTextBox.Size = New System.Drawing.Size(42, 22)
|
|
Me.PkmnEvsTextBox.TabIndex = 45
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Location = New System.Drawing.Point(170, 363)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(37, 17)
|
|
Me.Label13.TabIndex = 44
|
|
Me.Label13.Text = "EVs:"
|
|
'
|
|
'PkmLvlTextBox
|
|
'
|
|
Me.PkmLvlTextBox.Location = New System.Drawing.Point(69, 386)
|
|
Me.PkmLvlTextBox.Name = "PkmLvlTextBox"
|
|
Me.PkmLvlTextBox.Size = New System.Drawing.Size(35, 22)
|
|
Me.PkmLvlTextBox.TabIndex = 43
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.AutoSize = True
|
|
Me.Label12.Location = New System.Drawing.Point(17, 389)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(46, 17)
|
|
Me.Label12.TabIndex = 42
|
|
Me.Label12.Text = "Level:"
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Location = New System.Drawing.Point(170, 204)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(58, 17)
|
|
Me.Label11.TabIndex = 41
|
|
Me.Label11.Text = "Attacks:"
|
|
'
|
|
'AttackComboBox4
|
|
'
|
|
Me.AttackComboBox4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
|
Me.AttackComboBox4.FormattingEnabled = True
|
|
Me.AttackComboBox4.Location = New System.Drawing.Point(173, 326)
|
|
Me.AttackComboBox4.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.AttackComboBox4.Name = "AttackComboBox4"
|
|
Me.AttackComboBox4.Size = New System.Drawing.Size(138, 24)
|
|
Me.AttackComboBox4.TabIndex = 40
|
|
'
|
|
'AttackComboBox3
|
|
'
|
|
Me.AttackComboBox3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
|
Me.AttackComboBox3.FormattingEnabled = True
|
|
Me.AttackComboBox3.Location = New System.Drawing.Point(173, 294)
|
|
Me.AttackComboBox3.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.AttackComboBox3.Name = "AttackComboBox3"
|
|
Me.AttackComboBox3.Size = New System.Drawing.Size(138, 24)
|
|
Me.AttackComboBox3.TabIndex = 39
|
|
'
|
|
'AttackComboBox2
|
|
'
|
|
Me.AttackComboBox2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
|
Me.AttackComboBox2.FormattingEnabled = True
|
|
Me.AttackComboBox2.Location = New System.Drawing.Point(173, 262)
|
|
Me.AttackComboBox2.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.AttackComboBox2.Name = "AttackComboBox2"
|
|
Me.AttackComboBox2.Size = New System.Drawing.Size(138, 24)
|
|
Me.AttackComboBox2.TabIndex = 38
|
|
'
|
|
'AttackComboBox1
|
|
'
|
|
Me.AttackComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
|
Me.AttackComboBox1.FormattingEnabled = True
|
|
Me.AttackComboBox1.Location = New System.Drawing.Point(173, 230)
|
|
Me.AttackComboBox1.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.AttackComboBox1.Name = "AttackComboBox1"
|
|
Me.AttackComboBox1.Size = New System.Drawing.Size(138, 24)
|
|
Me.AttackComboBox1.TabIndex = 37
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(17, 230)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(125, 17)
|
|
Me.Label10.TabIndex = 36
|
|
Me.Label10.Text = "Pokemon Species:"
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(170, 108)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(38, 17)
|
|
Me.Label9.TabIndex = 35
|
|
Me.Label9.Text = "Item:"
|
|
'
|
|
'TnPkmItmPictureBox
|
|
'
|
|
Me.TnPkmItmPictureBox.Location = New System.Drawing.Point(173, 162)
|
|
Me.TnPkmItmPictureBox.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.TnPkmItmPictureBox.Name = "TnPkmItmPictureBox"
|
|
Me.TnPkmItmPictureBox.Size = New System.Drawing.Size(32, 30)
|
|
Me.TnPkmItmPictureBox.TabIndex = 34
|
|
Me.TnPkmItmPictureBox.TabStop = False
|
|
'
|
|
'TnPkmItmComboBox
|
|
'
|
|
Me.TnPkmItmComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
|
Me.TnPkmItmComboBox.FormattingEnabled = True
|
|
Me.TnPkmItmComboBox.Location = New System.Drawing.Point(173, 129)
|
|
Me.TnPkmItmComboBox.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.TnPkmItmComboBox.Name = "TnPkmItmComboBox"
|
|
Me.TnPkmItmComboBox.Size = New System.Drawing.Size(138, 24)
|
|
Me.TnPkmItmComboBox.TabIndex = 33
|
|
'
|
|
'TnPkmPictureBox
|
|
'
|
|
Me.TnPkmPictureBox.Location = New System.Drawing.Point(45, 288)
|
|
Me.TnPkmPictureBox.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.TnPkmPictureBox.Name = "TnPkmPictureBox"
|
|
Me.TnPkmPictureBox.Size = New System.Drawing.Size(85, 79)
|
|
Me.TnPkmPictureBox.TabIndex = 31
|
|
Me.TnPkmPictureBox.TabStop = False
|
|
'
|
|
'TnPkmComboBox
|
|
'
|
|
Me.TnPkmComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
|
Me.TnPkmComboBox.FormattingEnabled = True
|
|
Me.TnPkmComboBox.Location = New System.Drawing.Point(20, 256)
|
|
Me.TnPkmComboBox.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.TnPkmComboBox.Name = "TnPkmComboBox"
|
|
Me.TnPkmComboBox.Size = New System.Drawing.Size(138, 24)
|
|
Me.TnPkmComboBox.TabIndex = 30
|
|
'
|
|
'PkmSlts
|
|
'
|
|
Me.PkmSlts.FormattingEnabled = True
|
|
Me.PkmSlts.ItemHeight = 16
|
|
Me.PkmSlts.Location = New System.Drawing.Point(20, 108)
|
|
Me.PkmSlts.Name = "PkmSlts"
|
|
Me.PkmSlts.Size = New System.Drawing.Size(138, 116)
|
|
Me.PkmSlts.TabIndex = 29
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(17, 16)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(153, 17)
|
|
Me.Label8.TabIndex = 27
|
|
Me.Label8.Text = "Pokemon Data Format:"
|
|
'
|
|
'PokeNumTextBox
|
|
'
|
|
Me.PokeNumTextBox.Location = New System.Drawing.Point(173, 41)
|
|
Me.PokeNumTextBox.Name = "PokeNumTextBox"
|
|
Me.PokeNumTextBox.Size = New System.Drawing.Size(43, 22)
|
|
Me.PokeNumTextBox.TabIndex = 26
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(17, 44)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(141, 17)
|
|
Me.Label7.TabIndex = 25
|
|
Me.Label7.Text = "Number of Pokemon:"
|
|
'
|
|
'RpntPkDtBttn
|
|
'
|
|
Me.RpntPkDtBttn.Location = New System.Drawing.Point(222, 65)
|
|
Me.RpntPkDtBttn.Name = "RpntPkDtBttn"
|
|
Me.RpntPkDtBttn.Size = New System.Drawing.Size(75, 31)
|
|
Me.RpntPkDtBttn.TabIndex = 24
|
|
Me.RpntPkDtBttn.Text = "Repoint"
|
|
Me.RpntPkDtBttn.UseVisualStyleBackColor = True
|
|
'
|
|
'PointerPokeDataTextBox
|
|
'
|
|
Me.PointerPokeDataTextBox.Location = New System.Drawing.Point(80, 69)
|
|
Me.PointerPokeDataTextBox.Name = "PointerPokeDataTextBox"
|
|
Me.PointerPokeDataTextBox.Size = New System.Drawing.Size(136, 22)
|
|
Me.PointerPokeDataTextBox.TabIndex = 23
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(17, 72)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(57, 17)
|
|
Me.Label6.TabIndex = 0
|
|
Me.Label6.Text = "Pointer:"
|
|
'
|
|
'TrainerEditor
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(557, 481)
|
|
Me.Controls.Add(Me.TabControl1)
|
|
Me.Controls.Add(Me.SaveBttn)
|
|
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 = "TrainerEditor"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Trainer Editor"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.GroupBox3.ResumeLayout(False)
|
|
Me.GroupBox3.PerformLayout()
|
|
CType(Me.PicNumericUpDown, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TrainerPic, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.TabControl1.ResumeLayout(False)
|
|
Me.TabPage1.ResumeLayout(False)
|
|
Me.TabPage1.PerformLayout()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.TabPage2.ResumeLayout(False)
|
|
Me.TabPage2.PerformLayout()
|
|
Me.TabPage3.ResumeLayout(False)
|
|
Me.TabPage3.PerformLayout()
|
|
CType(Me.TnPkmItmPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TnPkmPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents TrainerIndexTextBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents TrainerListComboBox As System.Windows.Forms.ComboBox
|
|
Friend WithEvents PicNumericUpDown As System.Windows.Forms.NumericUpDown
|
|
Friend WithEvents TrainerPic As System.Windows.Forms.PictureBox
|
|
Friend WithEvents RnmBttn As System.Windows.Forms.Button
|
|
Friend WithEvents TNameTextBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents SaveBttn As System.Windows.Forms.Button
|
|
Friend WithEvents ClassComboBox As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton
|
|
Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton
|
|
Friend WithEvents MusicTextBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents Button22 As System.Windows.Forms.Button
|
|
Friend WithEvents Button21 As System.Windows.Forms.Button
|
|
Friend WithEvents SaveFileDialog As System.Windows.Forms.SaveFileDialog
|
|
Friend WithEvents fileOpenDialog As System.Windows.Forms.OpenFileDialog
|
|
Friend WithEvents ClssRnmBttn As System.Windows.Forms.Button
|
|
Friend WithEvents ClssTxtBx As System.Windows.Forms.TextBox
|
|
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 GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents TrainerItem4 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents TrainerItem3 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents TrainerItem2 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents TrainerItem1 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents DblCheckBox As System.Windows.Forms.CheckBox
|
|
Friend WithEvents AITextBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents RpntPkDtBttn As System.Windows.Forms.Button
|
|
Friend WithEvents PointerPokeDataTextBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents PokeNumTextBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents PkmSlts As System.Windows.Forms.ListBox
|
|
Friend WithEvents TnPkmPictureBox As System.Windows.Forms.PictureBox
|
|
Friend WithEvents TnPkmComboBox As System.Windows.Forms.ComboBox
|
|
Friend WithEvents TnPkmItmPictureBox As System.Windows.Forms.PictureBox
|
|
Friend WithEvents TnPkmItmComboBox As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents AttackComboBox4 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents AttackComboBox3 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents AttackComboBox2 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents AttackComboBox1 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents PkmLvlTextBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label12 As System.Windows.Forms.Label
|
|
Friend WithEvents Label11 As System.Windows.Forms.Label
|
|
Friend WithEvents PkmnEvsTextBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label13 As System.Windows.Forms.Label
|
|
Friend WithEvents PkmnSvBttn As System.Windows.Forms.Button
|
|
Friend WithEvents SaveMnyRt As System.Windows.Forms.Button
|
|
Friend WithEvents MoneyRateTextBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label14 As System.Windows.Forms.Label
|
|
Friend WithEvents Label15 As System.Windows.Forms.Label
|
|
Friend WithEvents PokeDataFormatComboBox As System.Windows.Forms.ComboBox
|
|
End Class
|