206 lines
9.0 KiB
VB.net
206 lines
9.0 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.HeightBox = New System.Windows.Forms.TextBox()
|
|
Me.WidthBox = New System.Windows.Forms.TextBox()
|
|
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.UpdateButton = New System.Windows.Forms.Button()
|
|
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.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
|
|
'
|
|
'HeightBox
|
|
'
|
|
Me.HeightBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.HeightBox.Location = New System.Drawing.Point(671, 63)
|
|
Me.HeightBox.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.HeightBox.Name = "HeightBox"
|
|
Me.HeightBox.Size = New System.Drawing.Size(100, 26)
|
|
Me.HeightBox.TabIndex = 1
|
|
Me.HeightBox.Text = "1000"
|
|
'
|
|
'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 = "1000"
|
|
'
|
|
'ContextMenuStrip1
|
|
'
|
|
Me.ContextMenuStrip1.ImageScalingSize = New System.Drawing.Size(20, 20)
|
|
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
|
|
'
|
|
'UpdateButton
|
|
'
|
|
Me.UpdateButton.Location = New System.Drawing.Point(806, 62)
|
|
Me.UpdateButton.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.UpdateButton.Name = "UpdateButton"
|
|
Me.UpdateButton.Size = New System.Drawing.Size(75, 30)
|
|
Me.UpdateButton.TabIndex = 3
|
|
Me.UpdateButton.Text = "Update"
|
|
Me.UpdateButton.UseVisualStyleBackColor = True
|
|
'
|
|
'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(606, 66)
|
|
Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(58, 20)
|
|
Me.Label2.TabIndex = 5
|
|
Me.Label2.Text = "Height"
|
|
'
|
|
'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(38, 162)
|
|
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(52, 224)
|
|
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(196, 224)
|
|
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(26, 227)
|
|
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(171, 227)
|
|
Me.LabelAngleY.Name = "LabelAngleY"
|
|
Me.LabelAngleY.Size = New System.Drawing.Size(19, 20)
|
|
Me.LabelAngleY.TabIndex = 11
|
|
Me.LabelAngleY.Text = "Y"
|
|
'
|
|
'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.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.UpdateButton)
|
|
Me.Controls.Add(Me.WidthBox)
|
|
Me.Controls.Add(Me.HeightBox)
|
|
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 HeightBox As TextBox
|
|
Friend WithEvents WidthBox As TextBox
|
|
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
|
|
Friend WithEvents UpdateButton As Button
|
|
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
|
|
End Class
|