Partial Class Grating_Configurator 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(Grating_Configurator)) Me.Panel_Data = New System.Windows.Forms.Panel() Me.PictureBox_CalculateGrid = New System.Windows.Forms.PictureBox() Me.PictureBox_ExportMenu = New System.Windows.Forms.PictureBox() Me.CheckBox_CutFrame = New System.Windows.Forms.CheckBox() Me.PictureBox_ConfigType = New System.Windows.Forms.PictureBox() Me.Label_ConfigType = New System.Windows.Forms.Label() Me.CheckBox_Frames = New System.Windows.Forms.CheckBox() Me.Label_Frame = New System.Windows.Forms.Label() Me.ComboBox_Frame = New System.Windows.Forms.ComboBox() Me.TextBox_Width = New System.Windows.Forms.TextBox() Me.ComboBox_Width = New System.Windows.Forms.ComboBox() Me.Label7 = New System.Windows.Forms.Label() Me.Label_WidthUnit = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label_Heading = New System.Windows.Forms.Label() Me.Label_Material = New System.Windows.Forms.Label() Me.Label_Mesh = New System.Windows.Forms.Label() Me.Label_Height = New System.Windows.Forms.Label() Me.Label_Thickness = New System.Windows.Forms.Label() Me.Label_Width = New System.Windows.Forms.Label() Me.Label_Length = New System.Windows.Forms.Label() Me.Label_Type = New System.Windows.Forms.Label() Me.TextBox_Length = New System.Windows.Forms.TextBox() Me.ComboBox_Mesh = New System.Windows.Forms.ComboBox() Me.ComboBox_Thickness = New System.Windows.Forms.ComboBox() Me.ComboBox_Height = New System.Windows.Forms.ComboBox() Me.ComboBox_Material = New System.Windows.Forms.ComboBox() Me.ComboBox_Type = New System.Windows.Forms.ComboBox() Me.Panel_Recesses = New System.Windows.Forms.Panel() Me.Button_Radius = New System.Windows.Forms.Button() Me.Button_Square_Middle = New System.Windows.Forms.Button() Me.Button_Angle_Side = New System.Windows.Forms.Button() Me.Button_Square_Side = New System.Windows.Forms.Button() Me.Button_Square_Corner = New System.Windows.Forms.Button() Me.Button_Angle_Corner = New System.Windows.Forms.Button() Me.Label_Recesses = New System.Windows.Forms.Label() Me.Panel_Grating = New System.Windows.Forms.Panel() Me.Label_Line_AngleRecess = New System.Windows.Forms.Label() Me.Label_Line_Beams = New System.Windows.Forms.Label() Me.Label_Line_Grid = New System.Windows.Forms.Label() Me.Label_Line_Grating = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Panel_Data.SuspendLayout() CType(Me.PictureBox_CalculateGrid, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox_ExportMenu, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox_ConfigType, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel_Recesses.SuspendLayout() Me.Panel_Grating.SuspendLayout() Me.SuspendLayout() ' 'Panel_Data ' Me.Panel_Data.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.Panel_Data.Controls.Add(Me.PictureBox_CalculateGrid) Me.Panel_Data.Controls.Add(Me.PictureBox_ExportMenu) Me.Panel_Data.Controls.Add(Me.CheckBox_CutFrame) Me.Panel_Data.Controls.Add(Me.PictureBox_ConfigType) Me.Panel_Data.Controls.Add(Me.Label_ConfigType) Me.Panel_Data.Controls.Add(Me.CheckBox_Frames) Me.Panel_Data.Controls.Add(Me.Label_Frame) Me.Panel_Data.Controls.Add(Me.ComboBox_Frame) Me.Panel_Data.Controls.Add(Me.TextBox_Width) Me.Panel_Data.Controls.Add(Me.ComboBox_Width) Me.Panel_Data.Controls.Add(Me.Label7) Me.Panel_Data.Controls.Add(Me.Label_WidthUnit) Me.Panel_Data.Controls.Add(Me.Label5) Me.Panel_Data.Controls.Add(Me.Label4) Me.Panel_Data.Controls.Add(Me.Label3) Me.Panel_Data.Controls.Add(Me.Label_Heading) Me.Panel_Data.Controls.Add(Me.Label_Material) Me.Panel_Data.Controls.Add(Me.Label_Mesh) Me.Panel_Data.Controls.Add(Me.Label_Height) Me.Panel_Data.Controls.Add(Me.Label_Thickness) Me.Panel_Data.Controls.Add(Me.Label_Width) Me.Panel_Data.Controls.Add(Me.Label_Length) Me.Panel_Data.Controls.Add(Me.Label_Type) Me.Panel_Data.Controls.Add(Me.TextBox_Length) Me.Panel_Data.Controls.Add(Me.ComboBox_Mesh) Me.Panel_Data.Controls.Add(Me.ComboBox_Thickness) Me.Panel_Data.Controls.Add(Me.ComboBox_Height) Me.Panel_Data.Controls.Add(Me.ComboBox_Material) Me.Panel_Data.Controls.Add(Me.ComboBox_Type) Me.Panel_Data.Location = New System.Drawing.Point(0, 0) Me.Panel_Data.Margin = New System.Windows.Forms.Padding(0) Me.Panel_Data.Name = "Panel_Data" Me.Panel_Data.Size = New System.Drawing.Size(420, 950) Me.Panel_Data.TabIndex = 0 ' 'PictureBox_CalculateGrid ' Me.PictureBox_CalculateGrid.BackgroundImage = Global.Wardrobe.My.Resources.Resources.Icon_UpdateGrid1_01 Me.PictureBox_CalculateGrid.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox_CalculateGrid.Location = New System.Drawing.Point(147, 708) Me.PictureBox_CalculateGrid.Name = "PictureBox_CalculateGrid" Me.PictureBox_CalculateGrid.Size = New System.Drawing.Size(186, 43) Me.PictureBox_CalculateGrid.TabIndex = 43 Me.PictureBox_CalculateGrid.TabStop = False ' 'PictureBox_ExportMenu ' Me.PictureBox_ExportMenu.BackgroundImage = Global.Wardrobe.My.Resources.Resources.Icon_ExportMenu1_01 Me.PictureBox_ExportMenu.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox_ExportMenu.Location = New System.Drawing.Point(101, 823) Me.PictureBox_ExportMenu.Name = "PictureBox_ExportMenu" Me.PictureBox_ExportMenu.Size = New System.Drawing.Size(214, 50) Me.PictureBox_ExportMenu.TabIndex = 42 Me.PictureBox_ExportMenu.TabStop = False ' 'CheckBox_CutFrame ' Me.CheckBox_CutFrame.AutoSize = True Me.CheckBox_CutFrame.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.CheckBox_CutFrame.Location = New System.Drawing.Point(147, 725) Me.CheckBox_CutFrame.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.CheckBox_CutFrame.Name = "CheckBox_CutFrame" Me.CheckBox_CutFrame.Size = New System.Drawing.Size(129, 21) Me.CheckBox_CutFrame.TabIndex = 41 Me.CheckBox_CutFrame.Text = "Pre-Cut Frames" Me.CheckBox_CutFrame.UseVisualStyleBackColor = True Me.CheckBox_CutFrame.Visible = False ' 'PictureBox_ConfigType ' Me.PictureBox_ConfigType.BackgroundImage = CType(resources.GetObject("PictureBox_ConfigType.BackgroundImage"), System.Drawing.Image) Me.PictureBox_ConfigType.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox_ConfigType.Location = New System.Drawing.Point(300, 44) Me.PictureBox_ConfigType.Margin = New System.Windows.Forms.Padding(4) Me.PictureBox_ConfigType.Name = "PictureBox_ConfigType" Me.PictureBox_ConfigType.Size = New System.Drawing.Size(53, 38) Me.PictureBox_ConfigType.TabIndex = 37 Me.PictureBox_ConfigType.TabStop = False ' 'Label_ConfigType ' Me.Label_ConfigType.AutoSize = True Me.Label_ConfigType.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_ConfigType.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label_ConfigType.Location = New System.Drawing.Point(31, 64) Me.Label_ConfigType.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_ConfigType.Name = "Label_ConfigType" Me.Label_ConfigType.Size = New System.Drawing.Size(142, 20) Me.Label_ConfigType.TabIndex = 36 Me.Label_ConfigType.Text = "- Single Grating" ' 'CheckBox_Frames ' Me.CheckBox_Frames.AutoSize = True Me.CheckBox_Frames.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.CheckBox_Frames.Location = New System.Drawing.Point(147, 661) Me.CheckBox_Frames.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.CheckBox_Frames.Name = "CheckBox_Frames" Me.CheckBox_Frames.Size = New System.Drawing.Size(106, 21) Me.CheckBox_Frames.TabIndex = 35 Me.CheckBox_Frames.Text = "Add Frames" Me.CheckBox_Frames.UseVisualStyleBackColor = True ' 'Label_Frame ' Me.Label_Frame.AutoSize = True Me.Label_Frame.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_Frame.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label_Frame.Location = New System.Drawing.Point(31, 688) Me.Label_Frame.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Frame.Name = "Label_Frame" Me.Label_Frame.Size = New System.Drawing.Size(99, 20) Me.Label_Frame.TabIndex = 34 Me.Label_Frame.Text = "Frame WxH" ' 'ComboBox_Frame ' Me.ComboBox_Frame.BackColor = System.Drawing.SystemColors.ScrollBar Me.ComboBox_Frame.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox_Frame.Enabled = False Me.ComboBox_Frame.FormattingEnabled = True Me.ComboBox_Frame.Location = New System.Drawing.Point(147, 688) Me.ComboBox_Frame.Margin = New System.Windows.Forms.Padding(4) Me.ComboBox_Frame.Name = "ComboBox_Frame" Me.ComboBox_Frame.Size = New System.Drawing.Size(205, 24) Me.ComboBox_Frame.TabIndex = 33 ' 'TextBox_Width ' Me.TextBox_Width.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.TextBox_Width.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox_Width.Location = New System.Drawing.Point(147, 572) Me.TextBox_Width.Margin = New System.Windows.Forms.Padding(4) Me.TextBox_Width.Name = "TextBox_Width" Me.TextBox_Width.Size = New System.Drawing.Size(206, 22) Me.TextBox_Width.TabIndex = 26 ' 'ComboBox_Width ' Me.ComboBox_Width.BackColor = System.Drawing.SystemColors.ScrollBar Me.ComboBox_Width.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox_Width.FormattingEnabled = True Me.ComboBox_Width.Location = New System.Drawing.Point(147, 572) Me.ComboBox_Width.Margin = New System.Windows.Forms.Padding(4) Me.ComboBox_Width.Name = "ComboBox_Width" Me.ComboBox_Width.Size = New System.Drawing.Size(205, 24) Me.ComboBox_Width.TabIndex = 25 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label7.Location = New System.Drawing.Point(359, 495) Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(30, 17) Me.Label7.TabIndex = 24 Me.Label7.Text = "mm" ' 'Label_WidthUnit ' Me.Label_WidthUnit.AutoSize = True Me.Label_WidthUnit.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_WidthUnit.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label_WidthUnit.Location = New System.Drawing.Point(359, 576) Me.Label_WidthUnit.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_WidthUnit.Name = "Label_WidthUnit" Me.Label_WidthUnit.Size = New System.Drawing.Size(30, 17) Me.Label_WidthUnit.TabIndex = 23 Me.Label_WidthUnit.Text = "mm" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label5.Location = New System.Drawing.Point(359, 404) Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(30, 17) Me.Label5.TabIndex = 22 Me.Label5.Text = "mm" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label4.Location = New System.Drawing.Point(359, 346) Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(30, 17) Me.Label4.TabIndex = 21 Me.Label4.Text = "mm" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label3.Location = New System.Drawing.Point(359, 292) Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(30, 17) Me.Label3.TabIndex = 20 Me.Label3.Text = "mm" ' 'Label_Heading ' Me.Label_Heading.AutoSize = True Me.Label_Heading.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_Heading.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label_Heading.Location = New System.Drawing.Point(29, 31) Me.Label_Heading.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Heading.Name = "Label_Heading" Me.Label_Heading.Size = New System.Drawing.Size(198, 25) Me.Label_Heading.TabIndex = 15 Me.Label_Heading.Text = "Grating Parameters" ' 'Label_Material ' Me.Label_Material.AutoSize = True Me.Label_Material.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_Material.ForeColor = System.Drawing.Color.White Me.Label_Material.Location = New System.Drawing.Point(61, 176) Me.Label_Material.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Material.Name = "Label_Material" Me.Label_Material.Size = New System.Drawing.Size(69, 20) Me.Label_Material.TabIndex = 14 Me.Label_Material.Text = "Material" ' 'Label_Mesh ' Me.Label_Mesh.AutoSize = True Me.Label_Mesh.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_Mesh.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label_Mesh.Location = New System.Drawing.Point(41, 287) Me.Label_Mesh.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Mesh.Name = "Label_Mesh" Me.Label_Mesh.Size = New System.Drawing.Size(88, 20) Me.Label_Mesh.TabIndex = 13 Me.Label_Mesh.Text = "Mesh Size" ' 'Label_Height ' Me.Label_Height.AutoSize = True Me.Label_Height.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_Height.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label_Height.Location = New System.Drawing.Point(73, 343) Me.Label_Height.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Height.Name = "Label_Height" Me.Label_Height.Size = New System.Drawing.Size(58, 20) Me.Label_Height.TabIndex = 12 Me.Label_Height.Text = "Height" ' 'Label_Thickness ' Me.Label_Thickness.AutoSize = True Me.Label_Thickness.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_Thickness.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label_Thickness.Location = New System.Drawing.Point(43, 399) Me.Label_Thickness.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Thickness.Name = "Label_Thickness" Me.Label_Thickness.Size = New System.Drawing.Size(85, 20) Me.Label_Thickness.TabIndex = 11 Me.Label_Thickness.Text = "Thickness" ' 'Label_Width ' Me.Label_Width.AutoSize = True Me.Label_Width.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_Width.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label_Width.Location = New System.Drawing.Point(80, 572) Me.Label_Width.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Width.Name = "Label_Width" Me.Label_Width.Size = New System.Drawing.Size(52, 20) Me.Label_Width.TabIndex = 10 Me.Label_Width.Text = "Width" ' 'Label_Length ' Me.Label_Length.AutoSize = True Me.Label_Length.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_Length.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label_Length.Location = New System.Drawing.Point(69, 490) Me.Label_Length.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Length.Name = "Label_Length" Me.Label_Length.Size = New System.Drawing.Size(60, 20) Me.Label_Length.TabIndex = 9 Me.Label_Length.Text = "Length" ' 'Label_Type ' Me.Label_Type.AutoSize = True Me.Label_Type.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_Type.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label_Type.Location = New System.Drawing.Point(85, 124) Me.Label_Type.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Type.Name = "Label_Type" Me.Label_Type.Size = New System.Drawing.Size(45, 20) Me.Label_Type.TabIndex = 8 Me.Label_Type.Text = "Type" ' 'TextBox_Length ' Me.TextBox_Length.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.TextBox_Length.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox_Length.Location = New System.Drawing.Point(147, 490) Me.TextBox_Length.Margin = New System.Windows.Forms.Padding(4) Me.TextBox_Length.Name = "TextBox_Length" Me.TextBox_Length.Size = New System.Drawing.Size(206, 22) Me.TextBox_Length.TabIndex = 7 ' 'ComboBox_Mesh ' Me.ComboBox_Mesh.BackColor = System.Drawing.SystemColors.ScrollBar Me.ComboBox_Mesh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox_Mesh.FormattingEnabled = True Me.ComboBox_Mesh.Location = New System.Drawing.Point(147, 287) Me.ComboBox_Mesh.Margin = New System.Windows.Forms.Padding(4) Me.ComboBox_Mesh.Name = "ComboBox_Mesh" Me.ComboBox_Mesh.Size = New System.Drawing.Size(205, 24) Me.ComboBox_Mesh.TabIndex = 6 ' 'ComboBox_Thickness ' Me.ComboBox_Thickness.BackColor = System.Drawing.SystemColors.ScrollBar Me.ComboBox_Thickness.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox_Thickness.FormattingEnabled = True Me.ComboBox_Thickness.Location = New System.Drawing.Point(147, 398) Me.ComboBox_Thickness.Margin = New System.Windows.Forms.Padding(4) Me.ComboBox_Thickness.Name = "ComboBox_Thickness" Me.ComboBox_Thickness.Size = New System.Drawing.Size(205, 24) Me.ComboBox_Thickness.TabIndex = 3 ' 'ComboBox_Height ' Me.ComboBox_Height.BackColor = System.Drawing.SystemColors.ScrollBar Me.ComboBox_Height.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox_Height.FormattingEnabled = True Me.ComboBox_Height.Location = New System.Drawing.Point(147, 342) Me.ComboBox_Height.Margin = New System.Windows.Forms.Padding(4) Me.ComboBox_Height.Name = "ComboBox_Height" Me.ComboBox_Height.Size = New System.Drawing.Size(205, 24) Me.ComboBox_Height.TabIndex = 2 ' 'ComboBox_Material ' Me.ComboBox_Material.BackColor = System.Drawing.SystemColors.ScrollBar Me.ComboBox_Material.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox_Material.FormattingEnabled = True Me.ComboBox_Material.Location = New System.Drawing.Point(147, 175) Me.ComboBox_Material.Margin = New System.Windows.Forms.Padding(4) Me.ComboBox_Material.Name = "ComboBox_Material" Me.ComboBox_Material.Size = New System.Drawing.Size(205, 24) Me.ComboBox_Material.TabIndex = 1 ' 'ComboBox_Type ' Me.ComboBox_Type.BackColor = System.Drawing.SystemColors.ScrollBar Me.ComboBox_Type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox_Type.FormattingEnabled = True Me.ComboBox_Type.Location = New System.Drawing.Point(147, 124) Me.ComboBox_Type.Margin = New System.Windows.Forms.Padding(4) Me.ComboBox_Type.Name = "ComboBox_Type" Me.ComboBox_Type.Size = New System.Drawing.Size(205, 24) Me.ComboBox_Type.TabIndex = 0 ' 'Panel_Recesses ' Me.Panel_Recesses.BackColor = System.Drawing.Color.Gray Me.Panel_Recesses.Controls.Add(Me.Button_Radius) Me.Panel_Recesses.Controls.Add(Me.Button_Square_Middle) Me.Panel_Recesses.Controls.Add(Me.Button_Angle_Side) Me.Panel_Recesses.Controls.Add(Me.Button_Square_Side) Me.Panel_Recesses.Controls.Add(Me.Button_Square_Corner) Me.Panel_Recesses.Controls.Add(Me.Button_Angle_Corner) Me.Panel_Recesses.Controls.Add(Me.Label_Recesses) Me.Panel_Recesses.Location = New System.Drawing.Point(0, 0) Me.Panel_Recesses.Margin = New System.Windows.Forms.Padding(4) Me.Panel_Recesses.Name = "Panel_Recesses" Me.Panel_Recesses.Size = New System.Drawing.Size(1860, 148) Me.Panel_Recesses.TabIndex = 1 ' 'Button_Radius ' Me.Button_Radius.BackColor = System.Drawing.Color.Transparent Me.Button_Radius.BackgroundImage = Global.Wardrobe.My.Resources.Resources.Radius Me.Button_Radius.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button_Radius.Enabled = False Me.Button_Radius.FlatAppearance.BorderColor = System.Drawing.Color.Black Me.Button_Radius.FlatAppearance.BorderSize = 0 Me.Button_Radius.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_Radius.Location = New System.Drawing.Point(900, 31) Me.Button_Radius.Margin = New System.Windows.Forms.Padding(4) Me.Button_Radius.Name = "Button_Radius" Me.Button_Radius.Size = New System.Drawing.Size(93, 86) Me.Button_Radius.TabIndex = 22 Me.Button_Radius.UseVisualStyleBackColor = False ' 'Button_Square_Middle ' Me.Button_Square_Middle.BackColor = System.Drawing.Color.Transparent Me.Button_Square_Middle.BackgroundImage = Global.Wardrobe.My.Resources.Resources.SquareMiddle Me.Button_Square_Middle.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button_Square_Middle.FlatAppearance.BorderColor = System.Drawing.Color.Black Me.Button_Square_Middle.FlatAppearance.BorderSize = 0 Me.Button_Square_Middle.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_Square_Middle.Location = New System.Drawing.Point(1180, 31) Me.Button_Square_Middle.Margin = New System.Windows.Forms.Padding(4) Me.Button_Square_Middle.Name = "Button_Square_Middle" Me.Button_Square_Middle.Size = New System.Drawing.Size(93, 86) Me.Button_Square_Middle.TabIndex = 21 Me.Button_Square_Middle.UseVisualStyleBackColor = False ' 'Button_Angle_Side ' Me.Button_Angle_Side.BackColor = System.Drawing.Color.Transparent Me.Button_Angle_Side.BackgroundImage = Global.Wardrobe.My.Resources.Resources.RadiusMiddle Me.Button_Angle_Side.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button_Angle_Side.Enabled = False Me.Button_Angle_Side.FlatAppearance.BorderColor = System.Drawing.Color.Black Me.Button_Angle_Side.FlatAppearance.BorderSize = 0 Me.Button_Angle_Side.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_Angle_Side.Location = New System.Drawing.Point(1320, 31) Me.Button_Angle_Side.Margin = New System.Windows.Forms.Padding(4) Me.Button_Angle_Side.Name = "Button_Angle_Side" Me.Button_Angle_Side.Size = New System.Drawing.Size(93, 86) Me.Button_Angle_Side.TabIndex = 19 Me.Button_Angle_Side.UseVisualStyleBackColor = False ' 'Button_Square_Side ' Me.Button_Square_Side.BackColor = System.Drawing.Color.Transparent Me.Button_Square_Side.BackgroundImage = CType(resources.GetObject("Button_Square_Side.BackgroundImage"), System.Drawing.Image) Me.Button_Square_Side.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button_Square_Side.FlatAppearance.BorderColor = System.Drawing.Color.Black Me.Button_Square_Side.FlatAppearance.BorderSize = 0 Me.Button_Square_Side.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_Square_Side.Location = New System.Drawing.Point(1040, 31) Me.Button_Square_Side.Margin = New System.Windows.Forms.Padding(4) Me.Button_Square_Side.Name = "Button_Square_Side" Me.Button_Square_Side.Size = New System.Drawing.Size(93, 86) Me.Button_Square_Side.TabIndex = 20 Me.Button_Square_Side.UseVisualStyleBackColor = False ' 'Button_Square_Corner ' Me.Button_Square_Corner.BackColor = System.Drawing.Color.Transparent Me.Button_Square_Corner.BackgroundImage = CType(resources.GetObject("Button_Square_Corner.BackgroundImage"), System.Drawing.Image) Me.Button_Square_Corner.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button_Square_Corner.FlatAppearance.BorderColor = System.Drawing.Color.Black Me.Button_Square_Corner.FlatAppearance.BorderSize = 0 Me.Button_Square_Corner.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_Square_Corner.Location = New System.Drawing.Point(760, 31) Me.Button_Square_Corner.Margin = New System.Windows.Forms.Padding(4) Me.Button_Square_Corner.Name = "Button_Square_Corner" Me.Button_Square_Corner.Size = New System.Drawing.Size(93, 86) Me.Button_Square_Corner.TabIndex = 18 Me.Button_Square_Corner.UseVisualStyleBackColor = False ' 'Button_Angle_Corner ' Me.Button_Angle_Corner.BackColor = System.Drawing.Color.Transparent Me.Button_Angle_Corner.BackgroundImage = CType(resources.GetObject("Button_Angle_Corner.BackgroundImage"), System.Drawing.Image) Me.Button_Angle_Corner.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button_Angle_Corner.FlatAppearance.BorderColor = System.Drawing.Color.Black Me.Button_Angle_Corner.FlatAppearance.BorderSize = 0 Me.Button_Angle_Corner.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_Angle_Corner.Location = New System.Drawing.Point(620, 31) Me.Button_Angle_Corner.Margin = New System.Windows.Forms.Padding(4) Me.Button_Angle_Corner.Name = "Button_Angle_Corner" Me.Button_Angle_Corner.Size = New System.Drawing.Size(93, 86) Me.Button_Angle_Corner.TabIndex = 17 Me.Button_Angle_Corner.UseVisualStyleBackColor = False ' 'Label_Recesses ' Me.Label_Recesses.AutoSize = True Me.Label_Recesses.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_Recesses.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label_Recesses.Location = New System.Drawing.Point(457, 31) Me.Label_Recesses.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Recesses.Name = "Label_Recesses" Me.Label_Recesses.Size = New System.Drawing.Size(106, 25) Me.Label_Recesses.TabIndex = 16 Me.Label_Recesses.Text = "Recesses" ' 'Panel_Grating ' Me.Panel_Grating.BackColor = System.Drawing.Color.White Me.Panel_Grating.Controls.Add(Me.Label_Line_AngleRecess) Me.Panel_Grating.Controls.Add(Me.Label_Line_Beams) Me.Panel_Grating.Controls.Add(Me.Label_Line_Grid) Me.Panel_Grating.Controls.Add(Me.Label_Line_Grating) Me.Panel_Grating.Controls.Add(Me.Label2) Me.Panel_Grating.Controls.Add(Me.Label1) Me.Panel_Grating.Location = New System.Drawing.Point(420, 148) Me.Panel_Grating.Margin = New System.Windows.Forms.Padding(4) Me.Panel_Grating.Name = "Panel_Grating" Me.Panel_Grating.Size = New System.Drawing.Size(1440, 802) Me.Panel_Grating.TabIndex = 2 ' 'Label_Line_AngleRecess ' Me.Label_Line_AngleRecess.AutoSize = True Me.Label_Line_AngleRecess.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_Line_AngleRecess.Location = New System.Drawing.Point(741, 586) Me.Label_Line_AngleRecess.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Line_AngleRecess.Name = "Label_Line_AngleRecess" Me.Label_Line_AngleRecess.Size = New System.Drawing.Size(112, 17) Me.Label_Line_AngleRecess.TabIndex = 5 Me.Label_Line_AngleRecess.Text = "Dimension Lines" ' 'Label_Line_Beams ' Me.Label_Line_Beams.AutoSize = True Me.Label_Line_Beams.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_Line_Beams.Location = New System.Drawing.Point(571, 586) Me.Label_Line_Beams.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Line_Beams.Name = "Label_Line_Beams" Me.Label_Line_Beams.Size = New System.Drawing.Size(105, 17) Me.Label_Line_Beams.TabIndex = 4 Me.Label_Line_Beams.Text = "Support Beams" ' 'Label_Line_Grid ' Me.Label_Line_Grid.AutoSize = True Me.Label_Line_Grid.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_Line_Grid.Location = New System.Drawing.Point(435, 586) Me.Label_Line_Grid.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Line_Grid.Name = "Label_Line_Grid" Me.Label_Line_Grid.Size = New System.Drawing.Size(86, 17) Me.Label_Line_Grid.TabIndex = 3 Me.Label_Line_Grid.Text = "Grating Grid" ' 'Label_Line_Grating ' Me.Label_Line_Grating.AutoSize = True Me.Label_Line_Grating.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_Line_Grating.Location = New System.Drawing.Point(276, 586) Me.Label_Line_Grating.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Line_Grating.Name = "Label_Line_Grating" Me.Label_Line_Grating.Size = New System.Drawing.Size(104, 17) Me.Label_Line_Grating.TabIndex = 2 Me.Label_Line_Grating.Text = "Grating Outline" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(85, 769) Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(16, 17) Me.Label2.TabIndex = 1 Me.Label2.Text = "L" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(17, 708) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(21, 17) Me.Label1.TabIndex = 0 Me.Label1.Text = "W" ' 'Grating_Configurator ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.Control Me.ClientSize = New System.Drawing.Size(1556, 884) Me.Controls.Add(Me.Panel_Data) Me.Controls.Add(Me.Panel_Recesses) Me.Controls.Add(Me.Panel_Grating) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Margin = New System.Windows.Forms.Padding(4) Me.Name = "Grating_Configurator" Me.Text = "Individual" Me.Panel_Data.ResumeLayout(False) Me.Panel_Data.PerformLayout() CType(Me.PictureBox_CalculateGrid, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox_ExportMenu, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox_ConfigType, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel_Recesses.ResumeLayout(False) Me.Panel_Recesses.PerformLayout() Me.Panel_Grating.ResumeLayout(False) Me.Panel_Grating.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents Panel_Data As Panel Friend WithEvents TextBox_Length As TextBox Friend WithEvents ComboBox_Mesh As ComboBox Friend WithEvents ComboBox_Thickness As ComboBox Friend WithEvents ComboBox_Height As ComboBox Friend WithEvents ComboBox_Material As ComboBox Friend WithEvents ComboBox_Type As ComboBox Friend WithEvents Label_Type As Label Friend WithEvents Label_Heading As Label Friend WithEvents Label_Material As Label Friend WithEvents Label_Mesh As Label Friend WithEvents Label_Height As Label Friend WithEvents Label_Thickness As Label Friend WithEvents Label_Width As Label Friend WithEvents Label_Length As Label Friend WithEvents Panel_Recesses As Panel Friend WithEvents Button_Square_Middle As Button Friend WithEvents Button_Square_Side As Button Friend WithEvents Button_Angle_Side As Button Friend WithEvents Button_Square_Corner As Button Friend WithEvents Button_Angle_Corner As Button Friend WithEvents Label_Recesses As Label Friend WithEvents Panel_Grating As Panel Friend WithEvents Label2 As Label Friend WithEvents Label1 As Label Friend WithEvents Label3 As Label Friend WithEvents Label7 As Label Friend WithEvents Label_WidthUnit As Label Friend WithEvents Label5 As Label Friend WithEvents Label4 As Label Friend WithEvents TextBox_Width As TextBox Friend WithEvents ComboBox_Width As ComboBox Friend WithEvents Button_Radius As Button Friend WithEvents Label_Frame As Label Friend WithEvents ComboBox_Frame As ComboBox Friend WithEvents CheckBox_Frames As CheckBox Friend WithEvents Label_ConfigType As Label Friend WithEvents PictureBox_ConfigType As PictureBox Friend WithEvents CheckBox_CutFrame As CheckBox Friend WithEvents PictureBox_ExportMenu As PictureBox Friend WithEvents PictureBox_CalculateGrid As PictureBox Friend WithEvents Label_Line_AngleRecess As Label Friend WithEvents Label_Line_Beams As Label Friend WithEvents Label_Line_Grid As Label Friend WithEvents Label_Line_Grating As Label End Class