78 lines
3.1 KiB
VB.net
78 lines
3.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class AppForm
|
|
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.Panel_Start = New System.Windows.Forms.Panel()
|
|
Me.Button_Multiple = New System.Windows.Forms.Button()
|
|
Me.Button_Individual = New System.Windows.Forms.Button()
|
|
Me.Panel_Start.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Panel_Start
|
|
'
|
|
Me.Panel_Start.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Panel_Start.Controls.Add(Me.Button_Multiple)
|
|
Me.Panel_Start.Controls.Add(Me.Button_Individual)
|
|
Me.Panel_Start.Location = New System.Drawing.Point(-3, -2)
|
|
Me.Panel_Start.Name = "Panel_Start"
|
|
Me.Panel_Start.Size = New System.Drawing.Size(2005, 876)
|
|
Me.Panel_Start.TabIndex = 0
|
|
'
|
|
'Button_Multiple
|
|
'
|
|
Me.Button_Multiple.Location = New System.Drawing.Point(742, 422)
|
|
Me.Button_Multiple.Name = "Button_Multiple"
|
|
Me.Button_Multiple.Size = New System.Drawing.Size(117, 93)
|
|
Me.Button_Multiple.TabIndex = 1
|
|
Me.Button_Multiple.Text = "Multiple"
|
|
Me.Button_Multiple.UseVisualStyleBackColor = True
|
|
'
|
|
'Button_Individual
|
|
'
|
|
Me.Button_Individual.Location = New System.Drawing.Point(742, 285)
|
|
Me.Button_Individual.Name = "Button_Individual"
|
|
Me.Button_Individual.Size = New System.Drawing.Size(117, 93)
|
|
Me.Button_Individual.TabIndex = 0
|
|
Me.Button_Individual.Text = "Individual"
|
|
Me.Button_Individual.UseVisualStyleBackColor = True
|
|
'
|
|
'AppForm
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1584, 761)
|
|
Me.Controls.Add(Me.Panel_Start)
|
|
Me.Name = "AppForm"
|
|
Me.Text = "AppForm"
|
|
Me.Panel_Start.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Panel_Start As Panel
|
|
Friend WithEvents Button_Multiple As Button
|
|
Friend WithEvents Button_Individual As Button
|
|
End Class
|