253 lines
11 KiB
VB.net
253 lines
11 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.LengthBox = New System.Windows.Forms.TextBox()
|
|
Me.WidthBox = New System.Windows.Forms.TextBox()
|
|
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.AngleD1 = New System.Windows.Forms.TextBox()
|
|
Me.AngleD2 = New System.Windows.Forms.TextBox()
|
|
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.SuspendLayout()
|
|
'
|
|
'DrawingPanel
|
|
'
|
|
Me.DrawingPanel.BackColor = System.Drawing.SystemColors.Window
|
|
Me.DrawingPanel.Location = New System.Drawing.Point(319, 117)
|
|
Me.DrawingPanel.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.DrawingPanel.Name = "DrawingPanel"
|
|
Me.DrawingPanel.Size = New System.Drawing.Size(865, 484)
|
|
Me.DrawingPanel.TabIndex = 0
|
|
'
|
|
'LengthBox
|
|
'
|
|
Me.LengthBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LengthBox.Location = New System.Drawing.Point(671, 63)
|
|
Me.LengthBox.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.LengthBox.Name = "LengthBox"
|
|
Me.LengthBox.Size = New System.Drawing.Size(100, 26)
|
|
Me.LengthBox.TabIndex = 1
|
|
Me.LengthBox.Text = "1200"
|
|
'
|
|
'WidthBox
|
|
'
|
|
Me.WidthBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.WidthBox.Location = New System.Drawing.Point(457, 63)
|
|
Me.WidthBox.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.WidthBox.Name = "WidthBox"
|
|
Me.WidthBox.Size = New System.Drawing.Size(100, 26)
|
|
Me.WidthBox.TabIndex = 2
|
|
Me.WidthBox.Text = "1200"
|
|
'
|
|
'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(398, 66)
|
|
Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(52, 20)
|
|
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(604, 65)
|
|
Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(60, 20)
|
|
Me.Label2.TabIndex = 5
|
|
Me.Label2.Text = "Length"
|
|
'
|
|
'ExportSWButton
|
|
'
|
|
Me.ExportSWButton.BackColor = System.Drawing.SystemColors.ActiveCaption
|
|
Me.ExportSWButton.Location = New System.Drawing.Point(987, 61)
|
|
Me.ExportSWButton.Name = "ExportSWButton"
|
|
Me.ExportSWButton.Size = New System.Drawing.Size(75, 31)
|
|
Me.ExportSWButton.TabIndex = 6
|
|
Me.ExportSWButton.Text = "Export"
|
|
Me.ExportSWButton.UseVisualStyleBackColor = False
|
|
'
|
|
'AngleButton
|
|
'
|
|
Me.AngleButton.Location = New System.Drawing.Point(43, 343)
|
|
Me.AngleButton.Name = "AngleButton"
|
|
Me.AngleButton.Size = New System.Drawing.Size(122, 34)
|
|
Me.AngleButton.TabIndex = 7
|
|
Me.AngleButton.Text = "Add Angle"
|
|
Me.AngleButton.UseVisualStyleBackColor = True
|
|
'
|
|
'AngleD1
|
|
'
|
|
Me.AngleD1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.AngleD1.Location = New System.Drawing.Point(57, 405)
|
|
Me.AngleD1.Name = "AngleD1"
|
|
Me.AngleD1.Size = New System.Drawing.Size(82, 26)
|
|
Me.AngleD1.TabIndex = 8
|
|
Me.AngleD1.Text = "50"
|
|
'
|
|
'AngleD2
|
|
'
|
|
Me.AngleD2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.AngleD2.Location = New System.Drawing.Point(201, 405)
|
|
Me.AngleD2.Name = "AngleD2"
|
|
Me.AngleD2.Size = New System.Drawing.Size(90, 26)
|
|
Me.AngleD2.TabIndex = 9
|
|
Me.AngleD2.Text = "50"
|
|
'
|
|
'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(31, 408)
|
|
Me.LabelAngleX.Name = "LabelAngleX"
|
|
Me.LabelAngleX.Size = New System.Drawing.Size(20, 20)
|
|
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(176, 408)
|
|
Me.LabelAngleY.Name = "LabelAngleY"
|
|
Me.LabelAngleY.Size = New System.Drawing.Size(19, 20)
|
|
Me.LabelAngleY.TabIndex = 11
|
|
Me.LabelAngleY.Text = "Y"
|
|
'
|
|
'SettingsButton
|
|
'
|
|
Me.SettingsButton.Location = New System.Drawing.Point(1104, 12)
|
|
Me.SettingsButton.Name = "SettingsButton"
|
|
Me.SettingsButton.Size = New System.Drawing.Size(80, 50)
|
|
Me.SettingsButton.TabIndex = 12
|
|
Me.SettingsButton.Text = "Settings"
|
|
Me.SettingsButton.UseVisualStyleBackColor = True
|
|
'
|
|
'ComboBox_TypeChooser
|
|
'
|
|
Me.ComboBox_TypeChooser.FormattingEnabled = True
|
|
Me.ComboBox_TypeChooser.Items.AddRange(New Object() {"Pressure Welded", "Type A"})
|
|
Me.ComboBox_TypeChooser.Location = New System.Drawing.Point(43, 147)
|
|
Me.ComboBox_TypeChooser.Name = "ComboBox_TypeChooser"
|
|
Me.ComboBox_TypeChooser.Size = New System.Drawing.Size(187, 24)
|
|
Me.ComboBox_TypeChooser.TabIndex = 13
|
|
'
|
|
'ComboBox_MeshSize
|
|
'
|
|
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(43, 186)
|
|
Me.ComboBox_MeshSize.Name = "ComboBox_MeshSize"
|
|
Me.ComboBox_MeshSize.Size = New System.Drawing.Size(187, 24)
|
|
Me.ComboBox_MeshSize.TabIndex = 14
|
|
'
|
|
'ComboBox_Thickness
|
|
'
|
|
Me.ComboBox_Thickness.FormattingEnabled = True
|
|
Me.ComboBox_Thickness.Items.AddRange(New Object() {"2", "3", "4"})
|
|
Me.ComboBox_Thickness.Location = New System.Drawing.Point(43, 230)
|
|
Me.ComboBox_Thickness.Name = "ComboBox_Thickness"
|
|
Me.ComboBox_Thickness.Size = New System.Drawing.Size(187, 24)
|
|
Me.ComboBox_Thickness.TabIndex = 15
|
|
'
|
|
'ComboBox_Height
|
|
'
|
|
Me.ComboBox_Height.FormattingEnabled = True
|
|
Me.ComboBox_Height.Items.AddRange(New Object() {"20", "25", "30"})
|
|
Me.ComboBox_Height.Location = New System.Drawing.Point(43, 266)
|
|
Me.ComboBox_Height.Name = "ComboBox_Height"
|
|
Me.ComboBox_Height.Size = New System.Drawing.Size(187, 24)
|
|
Me.ComboBox_Height.TabIndex = 16
|
|
'
|
|
'GUI
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1199, 614)
|
|
Me.Controls.Add(Me.ComboBox_Height)
|
|
Me.Controls.Add(Me.ComboBox_Thickness)
|
|
Me.Controls.Add(Me.ComboBox_MeshSize)
|
|
Me.Controls.Add(Me.ComboBox_TypeChooser)
|
|
Me.Controls.Add(Me.SettingsButton)
|
|
Me.Controls.Add(Me.LabelAngleY)
|
|
Me.Controls.Add(Me.LabelAngleX)
|
|
Me.Controls.Add(Me.AngleD2)
|
|
Me.Controls.Add(Me.AngleD1)
|
|
Me.Controls.Add(Me.AngleButton)
|
|
Me.Controls.Add(Me.ExportSWButton)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.WidthBox)
|
|
Me.Controls.Add(Me.LengthBox)
|
|
Me.Controls.Add(Me.DrawingPanel)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.Name = "GUI"
|
|
Me.Text = "Floor Gratings"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents DrawingPanel As Panel
|
|
Friend WithEvents LengthBox As TextBox
|
|
Friend WithEvents WidthBox As TextBox
|
|
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 AngleD1 As TextBox
|
|
Friend WithEvents AngleD2 As TextBox
|
|
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
|
|
End Class
|