355 lines
16 KiB
VB.net
355 lines
16 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.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.ComboBox_Width = New System.Windows.Forms.ComboBox()
|
|
Me.ComboBox_Length = New System.Windows.Forms.ComboBox()
|
|
Me.Button_Square = New System.Windows.Forms.Button()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.ComboBox_Material = New System.Windows.Forms.ComboBox()
|
|
Me.Label_Material = New System.Windows.Forms.Label()
|
|
Me.CheckBox_WholeMeshWidths = New System.Windows.Forms.CheckBox()
|
|
Me.SuspendLayout()
|
|
'
|
|
'DrawingPanel
|
|
'
|
|
Me.DrawingPanel.BackColor = System.Drawing.SystemColors.Window
|
|
Me.DrawingPanel.Location = New System.Drawing.Point(240, 145)
|
|
Me.DrawingPanel.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.DrawingPanel.Name = "DrawingPanel"
|
|
Me.DrawingPanel.Size = New System.Drawing.Size(1130, 560)
|
|
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(45, 400)
|
|
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(34, 460)
|
|
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(1281, 717)
|
|
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(586, 55)
|
|
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
|
|
'
|
|
'SettingsButton
|
|
'
|
|
Me.SettingsButton.Location = New System.Drawing.Point(11, 709)
|
|
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(91, 46)
|
|
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(91, 196)
|
|
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(91, 305)
|
|
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(91, 264)
|
|
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(46, 45)
|
|
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(13, 197)
|
|
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(14, 306)
|
|
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(37, 264)
|
|
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(306, 28)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(78, 17)
|
|
Me.Label7.TabIndex = 21
|
|
Me.Label7.Text = "Functions"
|
|
'
|
|
'ComboBox_Width
|
|
'
|
|
Me.ComboBox_Width.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
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(94, 400)
|
|
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
|
|
'
|
|
'ComboBox_Length
|
|
'
|
|
Me.ComboBox_Length.Enabled = False
|
|
Me.ComboBox_Length.FormattingEnabled = True
|
|
Me.ComboBox_Length.Items.AddRange(New Object() {"300", "600", "900", "1000", "3000"})
|
|
Me.ComboBox_Length.Location = New System.Drawing.Point(94, 460)
|
|
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
|
|
'
|
|
'Button_Square
|
|
'
|
|
Me.Button_Square.Location = New System.Drawing.Point(728, 55)
|
|
Me.Button_Square.Name = "Button_Square"
|
|
Me.Button_Square.Size = New System.Drawing.Size(92, 28)
|
|
Me.Button_Square.TabIndex = 25
|
|
Me.Button_Square.Text = "Add Square Corner"
|
|
Me.Button_Square.UseVisualStyleBackColor = True
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label9.Location = New System.Drawing.Point(13, 12)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(146, 17)
|
|
Me.Label9.TabIndex = 26
|
|
Me.Label9.Text = "Floor gratings data"
|
|
'
|
|
'ComboBox_Material
|
|
'
|
|
Me.ComboBox_Material.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.ComboBox_Material.Enabled = False
|
|
Me.ComboBox_Material.FormattingEnabled = True
|
|
Me.ComboBox_Material.Items.AddRange(New Object() {"12x100 (B9)", "25x50 (F4)", "34x37 (H3)"})
|
|
Me.ComboBox_Material.Location = New System.Drawing.Point(91, 88)
|
|
Me.ComboBox_Material.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.ComboBox_Material.Name = "ComboBox_Material"
|
|
Me.ComboBox_Material.Size = New System.Drawing.Size(141, 21)
|
|
Me.ComboBox_Material.TabIndex = 27
|
|
'
|
|
'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.Location = New System.Drawing.Point(28, 88)
|
|
Me.Label_Material.Name = "Label_Material"
|
|
Me.Label_Material.Size = New System.Drawing.Size(58, 17)
|
|
Me.Label_Material.TabIndex = 28
|
|
Me.Label_Material.Text = "Material"
|
|
'
|
|
'CheckBox_WholeMeshWidths
|
|
'
|
|
Me.CheckBox_WholeMeshWidths.AutoSize = True
|
|
Me.CheckBox_WholeMeshWidths.Checked = True
|
|
Me.CheckBox_WholeMeshWidths.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.CheckBox_WholeMeshWidths.Location = New System.Drawing.Point(94, 368)
|
|
Me.CheckBox_WholeMeshWidths.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.CheckBox_WholeMeshWidths.Name = "CheckBox_WholeMeshWidths"
|
|
Me.CheckBox_WholeMeshWidths.Size = New System.Drawing.Size(121, 18)
|
|
Me.CheckBox_WholeMeshWidths.TabIndex = 29
|
|
Me.CheckBox_WholeMeshWidths.Text = "Whole mesh widths"
|
|
Me.CheckBox_WholeMeshWidths.UseCompatibleTextRendering = True
|
|
Me.CheckBox_WholeMeshWidths.UseVisualStyleBackColor = True
|
|
'
|
|
'GUI
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1384, 761)
|
|
Me.Controls.Add(Me.AngleButton)
|
|
Me.Controls.Add(Me.Button_Square)
|
|
Me.Controls.Add(Me.Label7)
|
|
Me.Controls.Add(Me.CheckBox_WholeMeshWidths)
|
|
Me.Controls.Add(Me.ComboBox_Material)
|
|
Me.Controls.Add(Me.Label_Material)
|
|
Me.Controls.Add(Me.Label9)
|
|
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.Label4)
|
|
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.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 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 ComboBox_Width As ComboBox
|
|
Friend WithEvents ComboBox_Length As ComboBox
|
|
Friend WithEvents Button_Square As Button
|
|
Friend WithEvents Label9 As Label
|
|
Friend WithEvents ComboBox_Material As ComboBox
|
|
Friend WithEvents Label_Material As Label
|
|
Friend WithEvents CheckBox_WholeMeshWidths As CheckBox
|
|
End Class
|