78 lines
3.0 KiB
VB.net
78 lines
3.0 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Main_Menu
|
|
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.Button_Settings = New System.Windows.Forms.Button()
|
|
Me.Button_Multiple = New System.Windows.Forms.Button()
|
|
Me.Button_Individual = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Button_Settings
|
|
'
|
|
Me.Button_Settings.Location = New System.Drawing.Point(91, 73)
|
|
Me.Button_Settings.Name = "Button_Settings"
|
|
Me.Button_Settings.Size = New System.Drawing.Size(169, 51)
|
|
Me.Button_Settings.TabIndex = 5
|
|
Me.Button_Settings.Text = "Settings"
|
|
Me.Button_Settings.UseVisualStyleBackColor = True
|
|
'
|
|
'Button_Multiple
|
|
'
|
|
Me.Button_Multiple.Location = New System.Drawing.Point(978, 540)
|
|
Me.Button_Multiple.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.Button_Multiple.Name = "Button_Multiple"
|
|
Me.Button_Multiple.Size = New System.Drawing.Size(156, 114)
|
|
Me.Button_Multiple.TabIndex = 4
|
|
Me.Button_Multiple.Text = "Multiple"
|
|
Me.Button_Multiple.UseVisualStyleBackColor = True
|
|
'
|
|
'Button_Individual
|
|
'
|
|
Me.Button_Individual.Location = New System.Drawing.Point(978, 372)
|
|
Me.Button_Individual.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.Button_Individual.Name = "Button_Individual"
|
|
Me.Button_Individual.Size = New System.Drawing.Size(156, 114)
|
|
Me.Button_Individual.TabIndex = 3
|
|
Me.Button_Individual.Text = "Individual"
|
|
Me.Button_Individual.UseVisualStyleBackColor = True
|
|
'
|
|
'Main_Menu
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1395, 772)
|
|
Me.Controls.Add(Me.Button_Settings)
|
|
Me.Controls.Add(Me.Button_Multiple)
|
|
Me.Controls.Add(Me.Button_Individual)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.Name = "Main_Menu"
|
|
Me.Text = "Main_Menu"
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Button_Settings As Button
|
|
Friend WithEvents Button_Multiple As Button
|
|
Friend WithEvents Button_Individual As Button
|
|
End Class
|