_ Partial Class Main_Menu Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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. _ 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_Multiple2 = New System.Windows.Forms.Button() Me.Button_Individual2 = New System.Windows.Forms.Button() 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(47, 44) 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.BackColor = System.Drawing.Color.Transparent Me.Button_Multiple.Enabled = False Me.Button_Multiple.FlatAppearance.BorderSize = 0 Me.Button_Multiple.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_Multiple.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button_Multiple.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Button_Multiple.Location = New System.Drawing.Point(435, 309) Me.Button_Multiple.Name = "Button_Multiple" Me.Button_Multiple.Size = New System.Drawing.Size(132, 67) Me.Button_Multiple.TabIndex = 4 Me.Button_Multiple.Text = "Multiple" Me.Button_Multiple.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button_Multiple.UseVisualStyleBackColor = False ' 'Button_Individual ' Me.Button_Individual.BackColor = System.Drawing.Color.Transparent Me.Button_Individual.Enabled = False Me.Button_Individual.FlatAppearance.BorderSize = 0 Me.Button_Individual.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_Individual.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button_Individual.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Button_Individual.Location = New System.Drawing.Point(435, 179) Me.Button_Individual.Name = "Button_Individual" Me.Button_Individual.Size = New System.Drawing.Size(142, 67) Me.Button_Individual.TabIndex = 3 Me.Button_Individual.Text = "Individual" Me.Button_Individual.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button_Individual.UseVisualStyleBackColor = False ' '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(107, 248) 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(175, 56) 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_Multiple2 ' Me.Button_Multiple2.BackColor = System.Drawing.Color.Transparent Me.Button_Multiple2.BackgroundImage = Global.Wardrobe.My.Resources.Resources.Fill_Icon Me.Button_Multiple2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button_Multiple2.Enabled = False Me.Button_Multiple2.FlatAppearance.BorderSize = 0 Me.Button_Multiple2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_Multiple2.Location = New System.Drawing.Point(445, 309) Me.Button_Multiple2.Name = "Button_Multiple2" Me.Button_Multiple2.Size = New System.Drawing.Size(49, 67) Me.Button_Multiple2.TabIndex = 12 Me.Button_Multiple2.UseVisualStyleBackColor = False ' 'Button_Individual2 ' Me.Button_Individual2.BackColor = System.Drawing.Color.Transparent Me.Button_Individual2.BackgroundImage = Global.Wardrobe.My.Resources.Resources.Individual_Icon Me.Button_Individual2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button_Individual2.Enabled = False Me.Button_Individual2.FlatAppearance.BorderSize = 0 Me.Button_Individual2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_Individual2.Location = New System.Drawing.Point(445, 179) Me.Button_Individual2.Name = "Button_Individual2" Me.Button_Individual2.Size = New System.Drawing.Size(49, 67) Me.Button_Individual2.TabIndex = 11 Me.Button_Individual2.UseVisualStyleBackColor = False ' '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(107, 256) 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(47, 44) 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_Multiple2) Me.Controls.Add(Me.Button_Individual2) 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 Friend WithEvents Button_Individual2 As Button Friend WithEvents Button_Multiple2 As Button End Class