_ 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.Button_Export = New System.Windows.Forms.Button() 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.CheckBox_Quote_BOM = New System.Windows.Forms.CheckBox() Me.CheckBox_Quote_Drawing = New System.Windows.Forms.CheckBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.Panel2 = New System.Windows.Forms.Panel() Me.Button_Export2 = New System.Windows.Forms.Button() Me.Panel3 = New System.Windows.Forms.Panel() 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(28, 73) Me.CheckBox_3DModel.Margin = New System.Windows.Forms.Padding(2) Me.CheckBox_3DModel.Name = "CheckBox_3DModel" Me.CheckBox_3DModel.Size = New System.Drawing.Size(130, 21) 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(190, 99) Me.CheckBox_FrameDrawing.Margin = New System.Windows.Forms.Padding(2) Me.CheckBox_FrameDrawing.Name = "CheckBox_FrameDrawing" Me.CheckBox_FrameDrawing.Size = New System.Drawing.Size(67, 21) Me.CheckBox_FrameDrawing.TabIndex = 36 Me.CheckBox_FrameDrawing.Text = "Frame" 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(190, 73) Me.CheckBox_GratingDrawing.Margin = New System.Windows.Forms.Padding(2) Me.CheckBox_GratingDrawing.Name = "CheckBox_GratingDrawing" Me.CheckBox_GratingDrawing.Size = New System.Drawing.Size(74, 21) 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(321, 73) Me.CheckBox_Instructions.Margin = New System.Windows.Forms.Padding(2) Me.CheckBox_Instructions.Name = "CheckBox_Instructions" Me.CheckBox_Instructions.Size = New System.Drawing.Size(163, 21) Me.CheckBox_Instructions.TabIndex = 33 Me.CheckBox_Instructions.Text = "Assembly Instructions" Me.CheckBox_Instructions.UseVisualStyleBackColor = False ' 'Button_Export ' Me.Button_Export.BackColor = System.Drawing.SystemColors.ControlDark Me.Button_Export.FlatAppearance.BorderSize = 0 Me.Button_Export.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_Export.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button_Export.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Button_Export.Location = New System.Drawing.Point(202, 241) Me.Button_Export.Name = "Button_Export" Me.Button_Export.Size = New System.Drawing.Size(93, 35) Me.Button_Export.TabIndex = 38 Me.Button_Export.Text = "Export" Me.Button_Export.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button_Export.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(25, 43) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(85, 17) 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(44, 99) Me.CheckBox_3DModel_SW.Margin = New System.Windows.Forms.Padding(2) Me.CheckBox_3DModel_SW.Name = "CheckBox_3DModel_SW" Me.CheckBox_3DModel_SW.Size = New System.Drawing.Size(80, 17) 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(44, 120) Me.CheckBox_3DModel_STEP.Margin = New System.Windows.Forms.Padding(2) Me.CheckBox_3DModel_STEP.Name = "CheckBox_3DModel_STEP" Me.CheckBox_3DModel_STEP.Size = New System.Drawing.Size(54, 17) 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(187, 43) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(74, 17) 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(318, 43) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(49, 17) 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(321, 99) Me.CheckBox_Quote.Margin = New System.Windows.Forms.Padding(2) Me.CheckBox_Quote.Name = "CheckBox_Quote" Me.CheckBox_Quote.Size = New System.Drawing.Size(66, 21) Me.CheckBox_Quote.TabIndex = 44 Me.CheckBox_Quote.Text = "Quote" Me.CheckBox_Quote.UseVisualStyleBackColor = False ' 'CheckBox_Quote_BOM ' Me.CheckBox_Quote_BOM.AutoSize = True Me.CheckBox_Quote_BOM.BackColor = System.Drawing.SystemColors.ControlDark Me.CheckBox_Quote_BOM.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.CheckBox_Quote_BOM.Location = New System.Drawing.Point(337, 146) Me.CheckBox_Quote_BOM.Margin = New System.Windows.Forms.Padding(2) Me.CheckBox_Quote_BOM.Name = "CheckBox_Quote_BOM" Me.CheckBox_Quote_BOM.Size = New System.Drawing.Size(50, 17) Me.CheckBox_Quote_BOM.TabIndex = 46 Me.CheckBox_Quote_BOM.Text = "BOM" Me.CheckBox_Quote_BOM.UseVisualStyleBackColor = False Me.CheckBox_Quote_BOM.Visible = False ' 'CheckBox_Quote_Drawing ' Me.CheckBox_Quote_Drawing.AutoSize = True Me.CheckBox_Quote_Drawing.BackColor = System.Drawing.SystemColors.ControlDark Me.CheckBox_Quote_Drawing.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.CheckBox_Quote_Drawing.Location = New System.Drawing.Point(337, 125) Me.CheckBox_Quote_Drawing.Margin = New System.Windows.Forms.Padding(2) Me.CheckBox_Quote_Drawing.Name = "CheckBox_Quote_Drawing" Me.CheckBox_Quote_Drawing.Size = New System.Drawing.Size(65, 17) Me.CheckBox_Quote_Drawing.TabIndex = 45 Me.CheckBox_Quote_Drawing.Text = "Drawing" Me.CheckBox_Quote_Drawing.UseVisualStyleBackColor = False Me.CheckBox_Quote_Drawing.Visible = False ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.SystemColors.ActiveCaptionText Me.Panel1.Location = New System.Drawing.Point(180, 40) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1, 180) Me.Panel1.TabIndex = 49 ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.SystemColors.ActiveCaptionText Me.Panel2.Location = New System.Drawing.Point(311, 40) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(1, 180) Me.Panel2.TabIndex = 50 ' 'Button_Export2 ' Me.Button_Export2.BackColor = System.Drawing.SystemColors.ControlDark Me.Button_Export2.BackgroundImage = Global.Wardrobe.My.Resources.Resources.Export Me.Button_Export2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button_Export2.FlatAppearance.BorderSize = 0 Me.Button_Export2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_Export2.Location = New System.Drawing.Point(211, 247) Me.Button_Export2.Name = "Button_Export2" Me.Button_Export2.Size = New System.Drawing.Size(29, 23) Me.Button_Export2.TabIndex = 51 Me.Button_Export2.UseVisualStyleBackColor = False ' 'Panel3 ' Me.Panel3.BackColor = System.Drawing.SystemColors.ControlDark Me.Panel3.Location = New System.Drawing.Point(12, 12) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(478, 276) Me.Panel3.TabIndex = 52 ' 'Export ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.ControlDarkDark Me.ClientSize = New System.Drawing.Size(500, 300) Me.Controls.Add(Me.Button_Export2) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.CheckBox_Quote_BOM) Me.Controls.Add(Me.CheckBox_Quote_Drawing) Me.Controls.Add(Me.CheckBox_Quote) 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.Button_Export) Me.Controls.Add(Me.CheckBox_3DModel) Me.Controls.Add(Me.CheckBox_FrameDrawing) Me.Controls.Add(Me.CheckBox_GratingDrawing) Me.Controls.Add(Me.CheckBox_Instructions) Me.Controls.Add(Me.Panel3) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Name = "Export" Me.Text = "Export" 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 Button_Export As Button 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 CheckBox_Quote_BOM As CheckBox Friend WithEvents CheckBox_Quote_Drawing As CheckBox Friend WithEvents Panel1 As Panel Friend WithEvents Panel2 As Panel Friend WithEvents Button_Export2 As Button Friend WithEvents Panel3 As Panel End Class