_ Partial Class GUI Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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. _ 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.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(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" ' 'SettingsButton ' Me.SettingsButton.Location = New System.Drawing.Point(12, 11) 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 ' '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.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 End Class