mirror of
https://github.com/Gamer2020/PokemonGameEditor.git
synced 2026-05-27 19:08:05 -05:00
Move tutor editor has been updated. It now supports having added more moves to the move tutors.
79 lines
3.1 KiB
VB.net
79 lines
3.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class movetutor2
|
|
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(movetutor2))
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Combo1 = New System.Windows.Forms.ComboBox()
|
|
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Location = New System.Drawing.Point(55, 179)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(121, 25)
|
|
Me.Button2.TabIndex = 16
|
|
Me.Button2.Text = "Save"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Combo1
|
|
'
|
|
Me.Combo1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
|
Me.Combo1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
|
Me.Combo1.FormattingEnabled = True
|
|
Me.Combo1.Location = New System.Drawing.Point(54, 152)
|
|
Me.Combo1.Name = "Combo1"
|
|
Me.Combo1.Size = New System.Drawing.Size(121, 21)
|
|
Me.Combo1.TabIndex = 0
|
|
'
|
|
'ListBox1
|
|
'
|
|
Me.ListBox1.FormattingEnabled = True
|
|
Me.ListBox1.Location = New System.Drawing.Point(55, 12)
|
|
Me.ListBox1.Name = "ListBox1"
|
|
Me.ListBox1.Size = New System.Drawing.Size(120, 134)
|
|
Me.ListBox1.TabIndex = 16
|
|
'
|
|
'movetutor2
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(232, 212)
|
|
Me.Controls.Add(Me.ListBox1)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.Combo1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MaximizeBox = False
|
|
Me.Name = "movetutor2"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Move Tutor Editor"
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents Combo1 As System.Windows.Forms.ComboBox
|
|
Friend WithEvents ListBox1 As ListBox
|
|
End Class
|