Minor GUI changes

This commit is contained in:
Anton 2021-05-10 08:36:59 +02:00
parent 5ee89a26a0
commit 2380d2d0f5
1 changed files with 9 additions and 8 deletions

View File

@ -61,12 +61,12 @@ Partial Class Export
Me.CheckBox_FrameDrawing.Enabled = False 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.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.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.CheckBox_FrameDrawing.Location = New System.Drawing.Point(253, 122) 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.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
Me.CheckBox_FrameDrawing.Name = "CheckBox_FrameDrawing" Me.CheckBox_FrameDrawing.Name = "CheckBox_FrameDrawing"
Me.CheckBox_FrameDrawing.Size = New System.Drawing.Size(79, 24) Me.CheckBox_FrameDrawing.Size = New System.Drawing.Size(166, 24)
Me.CheckBox_FrameDrawing.TabIndex = 36 Me.CheckBox_FrameDrawing.TabIndex = 36
Me.CheckBox_FrameDrawing.Text = "Frame" Me.CheckBox_FrameDrawing.Text = "Frame Instrucions"
Me.CheckBox_FrameDrawing.UseVisualStyleBackColor = False Me.CheckBox_FrameDrawing.UseVisualStyleBackColor = False
' '
'CheckBox_GratingDrawing 'CheckBox_GratingDrawing
@ -89,7 +89,7 @@ Partial Class Export
Me.CheckBox_Instructions.BackColor = System.Drawing.SystemColors.ControlDark 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.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.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.CheckBox_Instructions.Location = New System.Drawing.Point(428, 90) 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.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
Me.CheckBox_Instructions.Name = "CheckBox_Instructions" Me.CheckBox_Instructions.Name = "CheckBox_Instructions"
Me.CheckBox_Instructions.Size = New System.Drawing.Size(196, 24) Me.CheckBox_Instructions.Size = New System.Drawing.Size(196, 24)
@ -170,7 +170,7 @@ Partial Class Export
Me.CheckBox_Quote.BackColor = System.Drawing.SystemColors.ControlDark 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.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.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.CheckBox_Quote.Location = New System.Drawing.Point(428, 122) 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.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
Me.CheckBox_Quote.Name = "CheckBox_Quote" Me.CheckBox_Quote.Name = "CheckBox_Quote"
Me.CheckBox_Quote.Size = New System.Drawing.Size(76, 24) Me.CheckBox_Quote.Size = New System.Drawing.Size(76, 24)
@ -200,6 +200,9 @@ Partial Class Export
' '
Me.Panel3.BackColor = System.Drawing.SystemColors.ControlDark Me.Panel3.BackColor = System.Drawing.SystemColors.ControlDark
Me.Panel3.Controls.Add(Me.PictureBox_Export) 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.Location = New System.Drawing.Point(16, 15)
Me.Panel3.Margin = New System.Windows.Forms.Padding(4) Me.Panel3.Margin = New System.Windows.Forms.Padding(4)
Me.Panel3.Name = "Panel3" Me.Panel3.Name = "Panel3"
@ -224,22 +227,20 @@ Partial Class Export
Me.ClientSize = New System.Drawing.Size(667, 369) Me.ClientSize = New System.Drawing.Size(667, 369)
Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.CheckBox_Quote)
Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.CheckBox_3DModel_STEP) Me.Controls.Add(Me.CheckBox_3DModel_STEP)
Me.Controls.Add(Me.CheckBox_3DModel_SW) Me.Controls.Add(Me.CheckBox_3DModel_SW)
Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.CheckBox_3DModel) Me.Controls.Add(Me.CheckBox_3DModel)
Me.Controls.Add(Me.CheckBox_FrameDrawing)
Me.Controls.Add(Me.CheckBox_GratingDrawing) Me.Controls.Add(Me.CheckBox_GratingDrawing)
Me.Controls.Add(Me.CheckBox_Instructions)
Me.Controls.Add(Me.Panel3) Me.Controls.Add(Me.Panel3)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Margin = New System.Windows.Forms.Padding(4) Me.Margin = New System.Windows.Forms.Padding(4)
Me.Name = "Export" Me.Name = "Export"
Me.Text = "Export" Me.Text = "Export"
Me.Panel3.ResumeLayout(False) Me.Panel3.ResumeLayout(False)
Me.Panel3.PerformLayout()
CType(Me.PictureBox_Export, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox_Export, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False) Me.ResumeLayout(False)
Me.PerformLayout() Me.PerformLayout()