_ Partial Class pizza2 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) 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.NameLabel = New System.Windows.Forms.Label Me.NameTextBox = New System.Windows.Forms.TextBox Me.AddressLabel = New System.Windows.Forms.Label Me.AddressTextBox = New System.Windows.Forms.TextBox Me.SubmitButton = New System.Windows.Forms.Button Me.ResetButton = New System.Windows.Forms.Button Me.TitleLabel = New System.Windows.Forms.Label Me.DebugTextBox = New System.Windows.Forms.TextBox Me.ExitButton = New System.Windows.Forms.Button Me.SizeComboBox = New System.Windows.Forms.ComboBox Me.SizeLabel = New System.Windows.Forms.Label Me.ToppingsListBox = New System.Windows.Forms.ListBox Me.ToppingsLabel = New System.Windows.Forms.Label Me.SuspendLayout() ' 'NameLabel ' Me.NameLabel.AutoSize = True Me.NameLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NameLabel.Location = New System.Drawing.Point(47, 80) Me.NameLabel.Name = "NameLabel" Me.NameLabel.Size = New System.Drawing.Size(53, 16) Me.NameLabel.TabIndex = 1 Me.NameLabel.Text = "Name:" ' 'NameTextBox ' Me.NameTextBox.Location = New System.Drawing.Point(133, 80) Me.NameTextBox.Name = "NameTextBox" Me.NameTextBox.Size = New System.Drawing.Size(253, 20) Me.NameTextBox.TabIndex = 2 ' 'AddressLabel ' Me.AddressLabel.AutoSize = True Me.AddressLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.AddressLabel.Location = New System.Drawing.Point(47, 132) Me.AddressLabel.Name = "AddressLabel" Me.AddressLabel.Size = New System.Drawing.Size(70, 16) Me.AddressLabel.TabIndex = 3 Me.AddressLabel.Text = "Address:" ' 'AddressTextBox ' Me.AddressTextBox.Location = New System.Drawing.Point(133, 132) Me.AddressTextBox.Multiline = True Me.AddressTextBox.Name = "AddressTextBox" Me.AddressTextBox.Size = New System.Drawing.Size(253, 62) Me.AddressTextBox.TabIndex = 4 ' 'SubmitButton ' Me.SubmitButton.Location = New System.Drawing.Point(82, 391) Me.SubmitButton.Name = "SubmitButton" Me.SubmitButton.Size = New System.Drawing.Size(75, 23) Me.SubmitButton.TabIndex = 9 Me.SubmitButton.Text = "&Submit" Me.SubmitButton.UseVisualStyleBackColor = True ' 'ResetButton ' Me.ResetButton.Location = New System.Drawing.Point(181, 391) Me.ResetButton.Name = "ResetButton" Me.ResetButton.Size = New System.Drawing.Size(75, 23) Me.ResetButton.TabIndex = 10 Me.ResetButton.Text = "&Reset" Me.ResetButton.UseVisualStyleBackColor = True ' 'TitleLabel ' Me.TitleLabel.AutoSize = True Me.TitleLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TitleLabel.Location = New System.Drawing.Point(12, 24) Me.TitleLabel.Name = "TitleLabel" Me.TitleLabel.Size = New System.Drawing.Size(421, 31) Me.TitleLabel.TabIndex = 0 Me.TitleLabel.Text = "Purple Pizza Parlor Order Form" ' 'DebugTextBox ' Me.DebugTextBox.Location = New System.Drawing.Point(50, 435) Me.DebugTextBox.Multiline = True Me.DebugTextBox.Name = "DebugTextBox" Me.DebugTextBox.ReadOnly = True Me.DebugTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.DebugTextBox.Size = New System.Drawing.Size(336, 86) Me.DebugTextBox.TabIndex = 12 Me.DebugTextBox.TabStop = False Me.DebugTextBox.Text = "The status of your order is:" ' 'ExitButton ' Me.ExitButton.Location = New System.Drawing.Point(280, 391) Me.ExitButton.Name = "ExitButton" Me.ExitButton.Size = New System.Drawing.Size(75, 23) Me.ExitButton.TabIndex = 11 Me.ExitButton.Text = "E&xit" Me.ExitButton.UseVisualStyleBackColor = True ' 'SizeComboBox ' Me.SizeComboBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.SizeComboBox.FormattingEnabled = True Me.SizeComboBox.Items.AddRange(New Object() {"Small", "Medium", "Large", "Extra Large"}) Me.SizeComboBox.Location = New System.Drawing.Point(133, 229) Me.SizeComboBox.Name = "SizeComboBox" Me.SizeComboBox.Size = New System.Drawing.Size(136, 24) Me.SizeComboBox.TabIndex = 6 Me.SizeComboBox.Text = "Large" ' 'SizeLabel ' Me.SizeLabel.AutoSize = True Me.SizeLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.SizeLabel.Location = New System.Drawing.Point(47, 232) Me.SizeLabel.Name = "SizeLabel" Me.SizeLabel.Size = New System.Drawing.Size(42, 16) Me.SizeLabel.TabIndex = 5 Me.SizeLabel.Text = "Size:" ' 'ToppingsListBox ' Me.ToppingsListBox.FormattingEnabled = True Me.ToppingsListBox.Items.AddRange(New Object() {"Hamburger", "Italian Sausage", "Pepperoni", "Onions", "Green Peppers", "Mushrooms"}) Me.ToppingsListBox.Location = New System.Drawing.Point(133, 277) Me.ToppingsListBox.Name = "ToppingsListBox" Me.ToppingsListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended Me.ToppingsListBox.Size = New System.Drawing.Size(120, 82) Me.ToppingsListBox.TabIndex = 8 ' 'ToppingsLabel ' Me.ToppingsLabel.AutoSize = True Me.ToppingsLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ToppingsLabel.Location = New System.Drawing.Point(47, 277) Me.ToppingsLabel.Name = "ToppingsLabel" Me.ToppingsLabel.Size = New System.Drawing.Size(78, 16) Me.ToppingsLabel.TabIndex = 7 Me.ToppingsLabel.Text = "Toppings:" ' 'pizza2 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.Control Me.ClientSize = New System.Drawing.Size(437, 533) Me.Controls.Add(Me.ToppingsLabel) Me.Controls.Add(Me.ToppingsListBox) Me.Controls.Add(Me.SizeLabel) Me.Controls.Add(Me.SizeComboBox) Me.Controls.Add(Me.ExitButton) Me.Controls.Add(Me.DebugTextBox) Me.Controls.Add(Me.TitleLabel) Me.Controls.Add(Me.ResetButton) Me.Controls.Add(Me.SubmitButton) Me.Controls.Add(Me.AddressTextBox) Me.Controls.Add(Me.AddressLabel) Me.Controls.Add(Me.NameTextBox) Me.Controls.Add(Me.NameLabel) Me.Name = "pizza2" Me.Text = "Purple Pizza Parlor" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents NameLabel As System.Windows.Forms.Label Friend WithEvents NameTextBox As System.Windows.Forms.TextBox Friend WithEvents AddressLabel As System.Windows.Forms.Label Friend WithEvents AddressTextBox As System.Windows.Forms.TextBox Friend WithEvents SubmitButton As System.Windows.Forms.Button Friend WithEvents ResetButton As System.Windows.Forms.Button Friend WithEvents TitleLabel As System.Windows.Forms.Label Friend WithEvents DebugTextBox As System.Windows.Forms.TextBox Friend WithEvents ExitButton As System.Windows.Forms.Button Friend WithEvents SizeComboBox As System.Windows.Forms.ComboBox Friend WithEvents SizeLabel As System.Windows.Forms.Label Friend WithEvents ToppingsListBox As System.Windows.Forms.ListBox Friend WithEvents ToppingsLabel As System.Windows.Forms.Label End Class