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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Main_Menu)) Me.Label_SettingsError = New System.Windows.Forms.Label() Me.PictureBox_Settings = New System.Windows.Forms.PictureBox() Me.PictureBox_CreateOrder = New System.Windows.Forms.PictureBox() Me.PictureBox_Individual = New System.Windows.Forms.PictureBox() Me.PictureBox_Multiple = New System.Windows.Forms.PictureBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() CType(Me.PictureBox_Settings, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox_CreateOrder, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox_Individual, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox_Multiple, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '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(188, 48) Me.Label_SettingsError.Name = "Label_SettingsError" Me.Label_SettingsError.Size = New System.Drawing.Size(133, 20) Me.Label_SettingsError.TabIndex = 8 Me.Label_SettingsError.Text = "Update Settings!" ' 'PictureBox_Settings ' Me.PictureBox_Settings.BackgroundImage = CType(resources.GetObject("PictureBox_Settings.BackgroundImage"), System.Drawing.Image) Me.PictureBox_Settings.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox_Settings.Location = New System.Drawing.Point(49, 42) Me.PictureBox_Settings.Name = "PictureBox_Settings" Me.PictureBox_Settings.Size = New System.Drawing.Size(123, 30) Me.PictureBox_Settings.TabIndex = 13 Me.PictureBox_Settings.TabStop = False ' 'PictureBox_CreateOrder ' Me.PictureBox_CreateOrder.BackgroundImage = Global.Wardrobe.My.Resources.Resources.Icon_CreateOrder1_01 Me.PictureBox_CreateOrder.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox_CreateOrder.Enabled = False Me.PictureBox_CreateOrder.Location = New System.Drawing.Point(134, 311) Me.PictureBox_CreateOrder.Name = "PictureBox_CreateOrder" Me.PictureBox_CreateOrder.Size = New System.Drawing.Size(222, 60) Me.PictureBox_CreateOrder.TabIndex = 14 Me.PictureBox_CreateOrder.TabStop = False ' 'PictureBox_Individual ' Me.PictureBox_Individual.BackgroundImage = Global.Wardrobe.My.Resources.Resources.Icon_Individual1_01 Me.PictureBox_Individual.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox_Individual.Enabled = False Me.PictureBox_Individual.Location = New System.Drawing.Point(560, 220) Me.PictureBox_Individual.Name = "PictureBox_Individual" Me.PictureBox_Individual.Size = New System.Drawing.Size(288, 84) Me.PictureBox_Individual.TabIndex = 15 Me.PictureBox_Individual.TabStop = False ' 'PictureBox_Multiple ' Me.PictureBox_Multiple.BackgroundImage = Global.Wardrobe.My.Resources.Resources.Icon_Multiple1_01 Me.PictureBox_Multiple.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox_Multiple.Enabled = False Me.PictureBox_Multiple.Location = New System.Drawing.Point(560, 389) Me.PictureBox_Multiple.Name = "PictureBox_Multiple" Me.PictureBox_Multiple.Size = New System.Drawing.Size(288, 84) Me.PictureBox_Multiple.TabIndex = 16 Me.PictureBox_Multiple.TabStop = False ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.Black Me.Panel1.Location = New System.Drawing.Point(476, 121) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1, 400) Me.Panel1.TabIndex = 17 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText Me.Label1.Location = New System.Drawing.Point(554, 126) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(266, 36) Me.Label1.TabIndex = 18 Me.Label1.Text = "Configure Gratings" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(917, 531) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(121, 17) Me.Label2.TabIndex = 19 Me.Label2.Text = "By: Måns Olander" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(942, 548) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(92, 17) Me.Label3.TabIndex = 20 Me.Label3.Text = "Anton Lüning" ' 'Main_Menu ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.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(1067, 615) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.PictureBox_Multiple) Me.Controls.Add(Me.PictureBox_Individual) Me.Controls.Add(Me.PictureBox_CreateOrder) Me.Controls.Add(Me.PictureBox_Settings) Me.Controls.Add(Me.Label_SettingsError) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.Name = "Main_Menu" Me.Text = "Main_Menu" CType(Me.PictureBox_Settings, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox_CreateOrder, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox_Individual, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox_Multiple, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label_SettingsError As Label Friend WithEvents PictureBox_Settings As PictureBox Friend WithEvents PictureBox_CreateOrder As PictureBox Friend WithEvents PictureBox_Individual As PictureBox Friend WithEvents PictureBox_Multiple As PictureBox Friend WithEvents Panel1 As Panel Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label End Class