X2021/Wardrobe/GUI/Main_Menu.Designer.vb

156 lines
7.6 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.Button_Order = New System.Windows.Forms.Button()
Me.Label_SettingsError = New System.Windows.Forms.Label()
Me.Button_Order2 = New System.Windows.Forms.Button()
Me.Button_Settings2 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'Button_Settings
'
Me.Button_Settings.BackColor = System.Drawing.Color.Transparent
Me.Button_Settings.FlatAppearance.BorderSize = 0
Me.Button_Settings.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button_Settings.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button_Settings.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.Button_Settings.Location = New System.Drawing.Point(11, 47)
Me.Button_Settings.Margin = New System.Windows.Forms.Padding(2)
Me.Button_Settings.Name = "Button_Settings"
Me.Button_Settings.Size = New System.Drawing.Size(115, 41)
Me.Button_Settings.TabIndex = 5
Me.Button_Settings.Text = "Settings"
Me.Button_Settings.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button_Settings.UseVisualStyleBackColor = False
'
'Button_Multiple
'
Me.Button_Multiple.Enabled = False
Me.Button_Multiple.Location = New System.Drawing.Point(500, 296)
Me.Button_Multiple.Name = "Button_Multiple"
Me.Button_Multiple.Size = New System.Drawing.Size(117, 93)
Me.Button_Multiple.TabIndex = 4
Me.Button_Multiple.Text = "Multiple"
Me.Button_Multiple.UseVisualStyleBackColor = True
'
'Button_Individual
'
Me.Button_Individual.Enabled = False
Me.Button_Individual.Location = New System.Drawing.Point(500, 166)
Me.Button_Individual.Name = "Button_Individual"
Me.Button_Individual.Size = New System.Drawing.Size(117, 93)
Me.Button_Individual.TabIndex = 3
Me.Button_Individual.Text = "Individual"
Me.Button_Individual.UseVisualStyleBackColor = True
'
'Button_Order
'
Me.Button_Order.BackColor = System.Drawing.Color.Transparent
Me.Button_Order.Enabled = False
Me.Button_Order.FlatAppearance.BorderSize = 0
Me.Button_Order.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button_Order.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button_Order.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.Button_Order.Location = New System.Drawing.Point(71, 250)
Me.Button_Order.Name = "Button_Order"
Me.Button_Order.Size = New System.Drawing.Size(151, 65)
Me.Button_Order.TabIndex = 7
Me.Button_Order.Text = "Create Order"
Me.Button_Order.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button_Order.UseVisualStyleBackColor = False
'
'Label_SettingsError
'
Me.Label_SettingsError.AutoSize = True
Me.Label_SettingsError.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label_SettingsError.ForeColor = System.Drawing.Color.Red
Me.Label_SettingsError.Location = New System.Drawing.Point(139, 59)
Me.Label_SettingsError.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
Me.Label_SettingsError.Name = "Label_SettingsError"
Me.Label_SettingsError.Size = New System.Drawing.Size(112, 17)
Me.Label_SettingsError.TabIndex = 8
Me.Label_SettingsError.Text = "Update Settings!"
'
'Button_Order2
'
Me.Button_Order2.BackColor = System.Drawing.Color.Transparent
Me.Button_Order2.BackgroundImage = Global.Wardrobe.My.Resources.Resources.copy_line
Me.Button_Order2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button_Order2.Enabled = False
Me.Button_Order2.FlatAppearance.BorderSize = 0
Me.Button_Order2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button_Order2.Location = New System.Drawing.Point(71, 258)
Me.Button_Order2.Name = "Button_Order2"
Me.Button_Order2.Size = New System.Drawing.Size(55, 49)
Me.Button_Order2.TabIndex = 10
Me.Button_Order2.UseVisualStyleBackColor = False
'
'Button_Settings2
'
Me.Button_Settings2.BackColor = System.Drawing.Color.Transparent
Me.Button_Settings2.BackgroundImage = Global.Wardrobe.My.Resources.Resources.setting
Me.Button_Settings2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button_Settings2.FlatAppearance.BorderSize = 0
Me.Button_Settings2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button_Settings2.Location = New System.Drawing.Point(11, 47)
Me.Button_Settings2.Margin = New System.Windows.Forms.Padding(2)
Me.Button_Settings2.Name = "Button_Settings2"
Me.Button_Settings2.Size = New System.Drawing.Size(54, 41)
Me.Button_Settings2.TabIndex = 9
Me.Button_Settings2.UseVisualStyleBackColor = False
'
'Main_Menu
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(800, 500)
Me.Controls.Add(Me.Button_Order2)
Me.Controls.Add(Me.Button_Settings2)
Me.Controls.Add(Me.Label_SettingsError)
Me.Controls.Add(Me.Button_Order)
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.Margin = New System.Windows.Forms.Padding(2)
Me.Name = "Main_Menu"
Me.Text = "Main_Menu"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Button_Settings As Button
Friend WithEvents Button_Multiple As Button
Friend WithEvents Button_Individual As Button
Friend WithEvents Button_Order As Button
Friend WithEvents Label_SettingsError As Label
Friend WithEvents Button_Settings2 As Button
Friend WithEvents Button_Order2 As Button
End Class