_ Partial Class Export 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.CheckBox_3DModel = New System.Windows.Forms.CheckBox() Me.CheckBox_FrameDrawing = New System.Windows.Forms.CheckBox() Me.CheckBox_GratingDrawing = New System.Windows.Forms.CheckBox() Me.CheckBox_Instructions = New System.Windows.Forms.CheckBox() Me.Label1 = New System.Windows.Forms.Label() Me.CheckBox_3DModel_SW = New System.Windows.Forms.CheckBox() Me.CheckBox_3DModel_STEP = New System.Windows.Forms.CheckBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.CheckBox_Quote = New System.Windows.Forms.CheckBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.Panel2 = New System.Windows.Forms.Panel() Me.Panel3 = New System.Windows.Forms.Panel() Me.PictureBox_Export = New System.Windows.Forms.PictureBox() Me.Panel3.SuspendLayout() CType(Me.PictureBox_Export, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'CheckBox_3DModel ' Me.CheckBox_3DModel.AutoSize = True Me.CheckBox_3DModel.BackColor = System.Drawing.SystemColors.ControlDark Me.CheckBox_3DModel.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CheckBox_3DModel.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.CheckBox_3DModel.Location = New System.Drawing.Point(37, 90) Me.CheckBox_3DModel.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.CheckBox_3DModel.Name = "CheckBox_3DModel" Me.CheckBox_3DModel.Size = New System.Drawing.Size(154, 24) Me.CheckBox_3DModel.TabIndex = 37 Me.CheckBox_3DModel.Text = "Grating + Frame" Me.CheckBox_3DModel.UseVisualStyleBackColor = False ' 'CheckBox_FrameDrawing ' Me.CheckBox_FrameDrawing.AutoSize = True Me.CheckBox_FrameDrawing.BackColor = System.Drawing.SystemColors.ControlDark Me.CheckBox_FrameDrawing.Enabled = False Me.CheckBox_FrameDrawing.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CheckBox_FrameDrawing.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.CheckBox_FrameDrawing.Location = New System.Drawing.Point(412, 75) Me.CheckBox_FrameDrawing.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.CheckBox_FrameDrawing.Name = "CheckBox_FrameDrawing" Me.CheckBox_FrameDrawing.Size = New System.Drawing.Size(166, 24) Me.CheckBox_FrameDrawing.TabIndex = 36 Me.CheckBox_FrameDrawing.Text = "Frame Instrucions" Me.CheckBox_FrameDrawing.UseVisualStyleBackColor = False ' 'CheckBox_GratingDrawing ' Me.CheckBox_GratingDrawing.AutoSize = True Me.CheckBox_GratingDrawing.BackColor = System.Drawing.SystemColors.ControlDark Me.CheckBox_GratingDrawing.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CheckBox_GratingDrawing.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.CheckBox_GratingDrawing.Location = New System.Drawing.Point(253, 90) Me.CheckBox_GratingDrawing.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.CheckBox_GratingDrawing.Name = "CheckBox_GratingDrawing" Me.CheckBox_GratingDrawing.Size = New System.Drawing.Size(86, 24) Me.CheckBox_GratingDrawing.TabIndex = 35 Me.CheckBox_GratingDrawing.Text = "Grating" Me.CheckBox_GratingDrawing.UseVisualStyleBackColor = False ' 'CheckBox_Instructions ' Me.CheckBox_Instructions.AutoSize = True Me.CheckBox_Instructions.BackColor = System.Drawing.SystemColors.ControlDark Me.CheckBox_Instructions.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CheckBox_Instructions.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.CheckBox_Instructions.Location = New System.Drawing.Point(412, 109) Me.CheckBox_Instructions.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.CheckBox_Instructions.Name = "CheckBox_Instructions" Me.CheckBox_Instructions.Size = New System.Drawing.Size(196, 24) Me.CheckBox_Instructions.TabIndex = 33 Me.CheckBox_Instructions.Text = "Assembly Instructions" Me.CheckBox_Instructions.UseVisualStyleBackColor = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.SystemColors.ControlDark Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(33, 53) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(100, 20) Me.Label1.TabIndex = 39 Me.Label1.Text = "3D-Models" ' 'CheckBox_3DModel_SW ' Me.CheckBox_3DModel_SW.AutoSize = True Me.CheckBox_3DModel_SW.BackColor = System.Drawing.SystemColors.ControlDark Me.CheckBox_3DModel_SW.Checked = True Me.CheckBox_3DModel_SW.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBox_3DModel_SW.Enabled = False Me.CheckBox_3DModel_SW.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.CheckBox_3DModel_SW.Location = New System.Drawing.Point(59, 122) Me.CheckBox_3DModel_SW.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.CheckBox_3DModel_SW.Name = "CheckBox_3DModel_SW" Me.CheckBox_3DModel_SW.Size = New System.Drawing.Size(101, 21) Me.CheckBox_3DModel_SW.TabIndex = 40 Me.CheckBox_3DModel_SW.Text = "SolidWorks" Me.CheckBox_3DModel_SW.UseVisualStyleBackColor = False Me.CheckBox_3DModel_SW.Visible = False ' 'CheckBox_3DModel_STEP ' Me.CheckBox_3DModel_STEP.AutoSize = True Me.CheckBox_3DModel_STEP.BackColor = System.Drawing.SystemColors.ControlDark Me.CheckBox_3DModel_STEP.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.CheckBox_3DModel_STEP.Location = New System.Drawing.Point(59, 148) Me.CheckBox_3DModel_STEP.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.CheckBox_3DModel_STEP.Name = "CheckBox_3DModel_STEP" Me.CheckBox_3DModel_STEP.Size = New System.Drawing.Size(66, 21) Me.CheckBox_3DModel_STEP.TabIndex = 41 Me.CheckBox_3DModel_STEP.Text = "STEP" Me.CheckBox_3DModel_STEP.UseVisualStyleBackColor = False Me.CheckBox_3DModel_STEP.Visible = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.BackColor = System.Drawing.SystemColors.ControlDark Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(249, 53) Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(88, 20) Me.Label2.TabIndex = 42 Me.Label2.Text = "Drawings" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.BackColor = System.Drawing.SystemColors.ControlDark Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(424, 53) Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(56, 20) Me.Label3.TabIndex = 43 Me.Label3.Text = "Other" ' 'CheckBox_Quote ' Me.CheckBox_Quote.AutoSize = True Me.CheckBox_Quote.BackColor = System.Drawing.SystemColors.ControlDark Me.CheckBox_Quote.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CheckBox_Quote.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.CheckBox_Quote.Location = New System.Drawing.Point(412, 141) Me.CheckBox_Quote.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.CheckBox_Quote.Name = "CheckBox_Quote" Me.CheckBox_Quote.Size = New System.Drawing.Size(76, 24) Me.CheckBox_Quote.TabIndex = 44 Me.CheckBox_Quote.Text = "Quote" Me.CheckBox_Quote.UseVisualStyleBackColor = False ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.SystemColors.ActiveCaptionText Me.Panel1.Location = New System.Drawing.Point(240, 49) Me.Panel1.Margin = New System.Windows.Forms.Padding(4) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1, 222) Me.Panel1.TabIndex = 49 ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.SystemColors.ActiveCaptionText Me.Panel2.Location = New System.Drawing.Point(415, 49) Me.Panel2.Margin = New System.Windows.Forms.Padding(4) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(1, 222) Me.Panel2.TabIndex = 50 ' 'Panel3 ' Me.Panel3.BackColor = System.Drawing.SystemColors.ControlDark Me.Panel3.Controls.Add(Me.PictureBox_Export) Me.Panel3.Controls.Add(Me.CheckBox_Quote) Me.Panel3.Controls.Add(Me.CheckBox_Instructions) Me.Panel3.Controls.Add(Me.CheckBox_FrameDrawing) Me.Panel3.Location = New System.Drawing.Point(16, 15) Me.Panel3.Margin = New System.Windows.Forms.Padding(4) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(637, 340) Me.Panel3.TabIndex = 52 ' 'PictureBox_Export ' Me.PictureBox_Export.BackgroundImage = Global.Wardrobe.My.Resources.Resources.Icon_Export1_01 Me.PictureBox_Export.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox_Export.Location = New System.Drawing.Point(251, 275) Me.PictureBox_Export.Name = "PictureBox_Export" Me.PictureBox_Export.Size = New System.Drawing.Size(122, 50) Me.PictureBox_Export.TabIndex = 0 Me.PictureBox_Export.TabStop = False ' 'Export ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.ControlDarkDark Me.ClientSize = New System.Drawing.Size(667, 369) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.CheckBox_3DModel_STEP) Me.Controls.Add(Me.CheckBox_3DModel_SW) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.CheckBox_3DModel) Me.Controls.Add(Me.CheckBox_GratingDrawing) Me.Controls.Add(Me.Panel3) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Margin = New System.Windows.Forms.Padding(4) Me.Name = "Export" Me.Text = "Export" Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() CType(Me.PictureBox_Export, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents CheckBox_3DModel As CheckBox Friend WithEvents CheckBox_FrameDrawing As CheckBox Friend WithEvents CheckBox_GratingDrawing As CheckBox Friend WithEvents CheckBox_Instructions As CheckBox Friend WithEvents Label1 As Label Friend WithEvents CheckBox_3DModel_SW As CheckBox Friend WithEvents CheckBox_3DModel_STEP As CheckBox Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents CheckBox_Quote As CheckBox Friend WithEvents Panel1 As Panel Friend WithEvents Panel2 As Panel Friend WithEvents Panel3 As Panel Friend WithEvents PictureBox_Export As PictureBox End Class