96 lines
3.7 KiB
VB.net
96 lines
3.7 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.Button1 = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'DrawingPanel
|
|
'
|
|
Me.DrawingPanel.BackColor = System.Drawing.SystemColors.ActiveCaption
|
|
Me.DrawingPanel.Location = New System.Drawing.Point(561, 202)
|
|
Me.DrawingPanel.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.DrawingPanel.Name = "DrawingPanel"
|
|
Me.DrawingPanel.Size = New System.Drawing.Size(751, 338)
|
|
Me.DrawingPanel.TabIndex = 0
|
|
'
|
|
'HeightBox
|
|
'
|
|
Me.HeightBox.Location = New System.Drawing.Point(640, 144)
|
|
Me.HeightBox.Name = "HeightBox"
|
|
Me.HeightBox.Size = New System.Drawing.Size(100, 22)
|
|
Me.HeightBox.TabIndex = 1
|
|
'
|
|
'WidthBox
|
|
'
|
|
Me.WidthBox.Location = New System.Drawing.Point(845, 144)
|
|
Me.WidthBox.Name = "WidthBox"
|
|
Me.WidthBox.Size = New System.Drawing.Size(100, 22)
|
|
Me.WidthBox.TabIndex = 2
|
|
'
|
|
'ContextMenuStrip1
|
|
'
|
|
Me.ContextMenuStrip1.ImageScalingSize = New System.Drawing.Size(20, 20)
|
|
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(1074, 152)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button1.TabIndex = 3
|
|
Me.Button1.Text = "Button1"
|
|
Me.Button1.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(1324, 551)
|
|
Me.Controls.Add(Me.Button1)
|
|
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 = "Build a wardrobe"
|
|
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 Button1 As Button
|
|
End Class
|