53 lines
2.0 KiB
VB.net
53 lines
2.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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(GUI))
|
|
Me.DrawingPanel = New System.Windows.Forms.Panel()
|
|
Me.SuspendLayout()
|
|
'
|
|
'DrawingPanel
|
|
'
|
|
Me.DrawingPanel.BackColor = System.Drawing.SystemColors.ActiveCaption
|
|
Me.DrawingPanel.Location = New System.Drawing.Point(277, 138)
|
|
Me.DrawingPanel.Name = "DrawingPanel"
|
|
Me.DrawingPanel.Size = New System.Drawing.Size(751, 339)
|
|
Me.DrawingPanel.TabIndex = 0
|
|
'
|
|
'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, 552)
|
|
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)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents DrawingPanel As Panel
|
|
End Class
|