_ Partial Class pizza3 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.MainMenuStrip = New System.Windows.Forms.MenuStrip Me.ActionsMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.SubmitMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ResetMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator Me.ExitMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.HelpMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.AboutMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.AnotherFormMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.MainMenuStrip.SuspendLayout() 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, 88) 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, 88) 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, 140) 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, 140) 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, 32) 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:" ' 'MainMenuStrip ' Me.MainMenuStrip.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MainMenuStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ActionsMenuItem, Me.HelpMenuItem, Me.AnotherFormMenuItem}) Me.MainMenuStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow Me.MainMenuStrip.Location = New System.Drawing.Point(0, 0) Me.MainMenuStrip.Name = "MainMenuStrip" Me.MainMenuStrip.Size = New System.Drawing.Size(437, 24) Me.MainMenuStrip.TabIndex = 13 Me.MainMenuStrip.Text = "MainMenuStrip" ' 'ActionsMenuItem ' Me.ActionsMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SubmitMenuItem, Me.ResetMenuItem, Me.ToolStripSeparator1, Me.ExitMenuItem}) Me.ActionsMenuItem.Name = "ActionsMenuItem" Me.ActionsMenuItem.Size = New System.Drawing.Size(64, 20) Me.ActionsMenuItem.Text = "&Actions" ' 'SubmitMenuItem ' Me.SubmitMenuItem.Name = "SubmitMenuItem" Me.SubmitMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1 Me.SubmitMenuItem.Size = New System.Drawing.Size(144, 22) Me.SubmitMenuItem.Text = "&Submit" ' 'ResetMenuItem ' Me.ResetMenuItem.Name = "ResetMenuItem" Me.ResetMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F2 Me.ResetMenuItem.Size = New System.Drawing.Size(144, 22) Me.ResetMenuItem.Text = "&Reset" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(141, 6) ' 'ExitMenuItem ' Me.ExitMenuItem.Name = "ExitMenuItem" Me.ExitMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F3 Me.ExitMenuItem.Size = New System.Drawing.Size(144, 22) Me.ExitMenuItem.Text = "E&xit" ' 'HelpMenuItem ' Me.HelpMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AboutMenuItem}) Me.HelpMenuItem.Name = "HelpMenuItem" Me.HelpMenuItem.Size = New System.Drawing.Size(49, 20) Me.HelpMenuItem.Text = "&Help" ' 'AboutMenuItem ' Me.AboutMenuItem.Name = "AboutMenuItem" Me.AboutMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F4 Me.AboutMenuItem.Size = New System.Drawing.Size(138, 22) Me.AboutMenuItem.Text = "About" ' 'AnotherFormMenuItem ' Me.AnotherFormMenuItem.Name = "AnotherFormMenuItem" Me.AnotherFormMenuItem.Size = New System.Drawing.Size(97, 20) Me.AnotherFormMenuItem.Text = "AnotherForm" ' 'pizza3 ' 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.Controls.Add(Me.MainMenuStrip) Me.Name = "pizza3" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Purple Pizza Parlor" Me.MainMenuStrip.ResumeLayout(False) Me.MainMenuStrip.PerformLayout() 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 Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip Friend WithEvents ActionsMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents HelpMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents SubmitMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ResetMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ExitMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents AboutMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents MainMenuStrip As System.Windows.Forms.MenuStrip Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents AnotherFormMenuItem As System.Windows.Forms.ToolStripMenuItem End Class