330 lines
15 KiB
VB.net
330 lines
15 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class GUI
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(GUI))
|
|
Me.DrawingPanel = New System.Windows.Forms.Panel()
|
|
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.ExportSWButton = New System.Windows.Forms.Button()
|
|
Me.AngleButton = New System.Windows.Forms.Button()
|
|
Me.LabelAngleX = New System.Windows.Forms.Label()
|
|
Me.LabelAngleY = New System.Windows.Forms.Label()
|
|
Me.SettingsButton = New System.Windows.Forms.Button()
|
|
Me.ComboBox_TypeChooser = New System.Windows.Forms.ComboBox()
|
|
Me.ComboBox_MeshSize = New System.Windows.Forms.ComboBox()
|
|
Me.ComboBox_Thickness = New System.Windows.Forms.ComboBox()
|
|
Me.ComboBox_Height = New System.Windows.Forms.ComboBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.ComboBox_Width = New System.Windows.Forms.ComboBox()
|
|
Me.ComboBox_Length = New System.Windows.Forms.ComboBox()
|
|
Me.SuspendLayout()
|
|
'
|
|
'DrawingPanel
|
|
'
|
|
Me.DrawingPanel.BackColor = System.Drawing.SystemColors.Window
|
|
Me.DrawingPanel.Location = New System.Drawing.Point(239, 95)
|
|
Me.DrawingPanel.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.DrawingPanel.Name = "DrawingPanel"
|
|
Me.DrawingPanel.Size = New System.Drawing.Size(905, 540)
|
|
Me.DrawingPanel.TabIndex = 0
|
|
'
|
|
'ContextMenuStrip1
|
|
'
|
|
Me.ContextMenuStrip1.ImageScalingSize = New System.Drawing.Size(20, 20)
|
|
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(303, 25)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(44, 17)
|
|
Me.Label1.TabIndex = 4
|
|
Me.Label1.Text = "Width"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(292, 58)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(52, 17)
|
|
Me.Label2.TabIndex = 5
|
|
Me.Label2.Text = "Length"
|
|
'
|
|
'ExportSWButton
|
|
'
|
|
Me.ExportSWButton.BackColor = System.Drawing.SystemColors.ActiveCaption
|
|
Me.ExportSWButton.Location = New System.Drawing.Point(1052, 643)
|
|
Me.ExportSWButton.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.ExportSWButton.Name = "ExportSWButton"
|
|
Me.ExportSWButton.Size = New System.Drawing.Size(92, 33)
|
|
Me.ExportSWButton.TabIndex = 6
|
|
Me.ExportSWButton.Text = "Export"
|
|
Me.ExportSWButton.UseVisualStyleBackColor = False
|
|
'
|
|
'AngleButton
|
|
'
|
|
Me.AngleButton.Location = New System.Drawing.Point(11, 147)
|
|
Me.AngleButton.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.AngleButton.Name = "AngleButton"
|
|
Me.AngleButton.Size = New System.Drawing.Size(92, 28)
|
|
Me.AngleButton.TabIndex = 7
|
|
Me.AngleButton.Text = "Add Angle"
|
|
Me.AngleButton.UseVisualStyleBackColor = True
|
|
'
|
|
'LabelAngleX
|
|
'
|
|
Me.LabelAngleX.AutoSize = True
|
|
Me.LabelAngleX.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LabelAngleX.Location = New System.Drawing.Point(12, 192)
|
|
Me.LabelAngleX.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
|
|
Me.LabelAngleX.Name = "LabelAngleX"
|
|
Me.LabelAngleX.Size = New System.Drawing.Size(17, 17)
|
|
Me.LabelAngleX.TabIndex = 10
|
|
Me.LabelAngleX.Text = "X"
|
|
'
|
|
'LabelAngleY
|
|
'
|
|
Me.LabelAngleY.AutoSize = True
|
|
Me.LabelAngleY.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LabelAngleY.Location = New System.Drawing.Point(121, 192)
|
|
Me.LabelAngleY.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
|
|
Me.LabelAngleY.Name = "LabelAngleY"
|
|
Me.LabelAngleY.Size = New System.Drawing.Size(17, 17)
|
|
Me.LabelAngleY.TabIndex = 11
|
|
Me.LabelAngleY.Text = "Y"
|
|
'
|
|
'SettingsButton
|
|
'
|
|
Me.SettingsButton.Location = New System.Drawing.Point(11, 635)
|
|
Me.SettingsButton.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.SettingsButton.Name = "SettingsButton"
|
|
Me.SettingsButton.Size = New System.Drawing.Size(60, 41)
|
|
Me.SettingsButton.TabIndex = 12
|
|
Me.SettingsButton.Text = "Settings"
|
|
Me.SettingsButton.UseVisualStyleBackColor = True
|
|
'
|
|
'ComboBox_TypeChooser
|
|
'
|
|
Me.ComboBox_TypeChooser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox_TypeChooser.FormattingEnabled = True
|
|
Me.ComboBox_TypeChooser.Items.AddRange(New Object() {"Pressure Welded", "Type A"})
|
|
Me.ComboBox_TypeChooser.Location = New System.Drawing.Point(107, 25)
|
|
Me.ComboBox_TypeChooser.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.ComboBox_TypeChooser.Name = "ComboBox_TypeChooser"
|
|
Me.ComboBox_TypeChooser.Size = New System.Drawing.Size(141, 21)
|
|
Me.ComboBox_TypeChooser.TabIndex = 13
|
|
Me.ComboBox_TypeChooser.Tag = ""
|
|
'
|
|
'ComboBox_MeshSize
|
|
'
|
|
Me.ComboBox_MeshSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox_MeshSize.Enabled = False
|
|
Me.ComboBox_MeshSize.FormattingEnabled = True
|
|
Me.ComboBox_MeshSize.Items.AddRange(New Object() {"12x100 (B9)", "25x50 (F4)", "34x37 (H3)"})
|
|
Me.ComboBox_MeshSize.Location = New System.Drawing.Point(107, 58)
|
|
Me.ComboBox_MeshSize.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.ComboBox_MeshSize.Name = "ComboBox_MeshSize"
|
|
Me.ComboBox_MeshSize.Size = New System.Drawing.Size(141, 21)
|
|
Me.ComboBox_MeshSize.TabIndex = 14
|
|
'
|
|
'ComboBox_Thickness
|
|
'
|
|
Me.ComboBox_Thickness.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox_Thickness.Enabled = False
|
|
Me.ComboBox_Thickness.FormattingEnabled = True
|
|
Me.ComboBox_Thickness.Items.AddRange(New Object() {"2", "3", "4"})
|
|
Me.ComboBox_Thickness.Location = New System.Drawing.Point(596, 21)
|
|
Me.ComboBox_Thickness.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.ComboBox_Thickness.Name = "ComboBox_Thickness"
|
|
Me.ComboBox_Thickness.Size = New System.Drawing.Size(141, 21)
|
|
Me.ComboBox_Thickness.TabIndex = 15
|
|
'
|
|
'ComboBox_Height
|
|
'
|
|
Me.ComboBox_Height.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox_Height.Enabled = False
|
|
Me.ComboBox_Height.FormattingEnabled = True
|
|
Me.ComboBox_Height.Items.AddRange(New Object() {"20", "25", "30"})
|
|
Me.ComboBox_Height.Location = New System.Drawing.Point(596, 55)
|
|
Me.ComboBox_Height.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.ComboBox_Height.Name = "ComboBox_Height"
|
|
Me.ComboBox_Height.Size = New System.Drawing.Size(141, 21)
|
|
Me.ComboBox_Height.TabIndex = 16
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(62, 24)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(40, 17)
|
|
Me.Label3.TabIndex = 17
|
|
Me.Label3.Text = "Type"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label4.Location = New System.Drawing.Point(29, 59)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(73, 17)
|
|
Me.Label4.TabIndex = 18
|
|
Me.Label4.Text = "Mesh Size"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label5.Location = New System.Drawing.Point(519, 22)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(72, 17)
|
|
Me.Label5.TabIndex = 19
|
|
Me.Label5.Text = "Thickness"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label6.Location = New System.Drawing.Point(542, 55)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(49, 17)
|
|
Me.Label6.TabIndex = 20
|
|
Me.Label6.Text = "Height"
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label7.Location = New System.Drawing.Point(8, 107)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(78, 17)
|
|
Me.Label7.TabIndex = 21
|
|
Me.Label7.Text = "Recesses"
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.BackColor = System.Drawing.Color.Black
|
|
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 1.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label8.Location = New System.Drawing.Point(10, 134)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(173, 2)
|
|
Me.Label8.TabIndex = 22
|
|
Me.Label8.Text = " " &
|
|
" " &
|
|
" "
|
|
'
|
|
'ComboBox_Width
|
|
'
|
|
Me.ComboBox_Width.Enabled = False
|
|
Me.ComboBox_Width.FormattingEnabled = True
|
|
Me.ComboBox_Width.Items.AddRange(New Object() {"500", "700", "722", "1000"})
|
|
Me.ComboBox_Width.Location = New System.Drawing.Point(352, 25)
|
|
Me.ComboBox_Width.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.ComboBox_Width.Name = "ComboBox_Width"
|
|
Me.ComboBox_Width.Size = New System.Drawing.Size(141, 21)
|
|
Me.ComboBox_Width.TabIndex = 23
|
|
Me.ComboBox_Width.Text = "1000"
|
|
'
|
|
'ComboBox_Length
|
|
'
|
|
Me.ComboBox_Length.Enabled = False
|
|
Me.ComboBox_Length.FormattingEnabled = True
|
|
Me.ComboBox_Length.Items.AddRange(New Object() {"300", "600", "900", "1000"})
|
|
Me.ComboBox_Length.Location = New System.Drawing.Point(352, 58)
|
|
Me.ComboBox_Length.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.ComboBox_Length.Name = "ComboBox_Length"
|
|
Me.ComboBox_Length.Size = New System.Drawing.Size(141, 21)
|
|
Me.ComboBox_Length.TabIndex = 24
|
|
Me.ComboBox_Length.Text = "1000"
|
|
'
|
|
'GUI
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1155, 687)
|
|
Me.Controls.Add(Me.ComboBox_Length)
|
|
Me.Controls.Add(Me.ComboBox_Width)
|
|
Me.Controls.Add(Me.ComboBox_MeshSize)
|
|
Me.Controls.Add(Me.ComboBox_TypeChooser)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label8)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.Label7)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.SettingsButton)
|
|
Me.Controls.Add(Me.ExportSWButton)
|
|
Me.Controls.Add(Me.ComboBox_Height)
|
|
Me.Controls.Add(Me.ComboBox_Thickness)
|
|
Me.Controls.Add(Me.LabelAngleY)
|
|
Me.Controls.Add(Me.LabelAngleX)
|
|
Me.Controls.Add(Me.AngleButton)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.DrawingPanel)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MaximizeBox = False
|
|
Me.Name = "GUI"
|
|
Me.Text = "Floor Gratings"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents DrawingPanel As Panel
|
|
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents ExportSWButton As Button
|
|
Friend WithEvents AngleButton As Button
|
|
Friend WithEvents LabelAngleX As Label
|
|
Friend WithEvents LabelAngleY As Label
|
|
Friend WithEvents SettingsButton As Button
|
|
Friend WithEvents ComboBox_TypeChooser As ComboBox
|
|
Friend WithEvents ComboBox_MeshSize As ComboBox
|
|
Friend WithEvents ComboBox_Thickness As ComboBox
|
|
Friend WithEvents ComboBox_Height As ComboBox
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents Label8 As Label
|
|
Friend WithEvents ComboBox_Width As ComboBox
|
|
Friend WithEvents ComboBox_Length As ComboBox
|
|
End Class
|