_ Partial Class pizza1 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.SmallRadioButton = New System.Windows.Forms.RadioButton Me.MediumRadioButton = New System.Windows.Forms.RadioButton Me.LargeRadioButton = New System.Windows.Forms.RadioButton Me.ExtraLargeRadioButton = New System.Windows.Forms.RadioButton Me.SizeGroupBox = New System.Windows.Forms.GroupBox Me.SausageCheckBox = New System.Windows.Forms.CheckBox Me.SubmitButton = New System.Windows.Forms.Button Me.ResetButton = New System.Windows.Forms.Button Me.TitleLabel = New System.Windows.Forms.Label Me.HamburgerCheckBox = New System.Windows.Forms.CheckBox Me.PepperoniCheckBox = New System.Windows.Forms.CheckBox Me.OnionsCheckBox = New System.Windows.Forms.CheckBox Me.PeppersCheckBox = New System.Windows.Forms.CheckBox Me.MushroomsCheckBox = New System.Windows.Forms.CheckBox Me.ToppingsGroupBox = New System.Windows.Forms.GroupBox Me.DebugTextBox = New System.Windows.Forms.TextBox Me.ExitButton = New System.Windows.Forms.Button Me.SizeGroupBox.SuspendLayout() Me.ToppingsGroupBox.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, 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(102, 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(120, 132) Me.AddressTextBox.Multiline = True Me.AddressTextBox.Name = "AddressTextBox" Me.AddressTextBox.Size = New System.Drawing.Size(235, 62) Me.AddressTextBox.TabIndex = 4 ' 'SmallRadioButton ' Me.SmallRadioButton.AutoSize = True Me.SmallRadioButton.Location = New System.Drawing.Point(5, 19) Me.SmallRadioButton.Name = "SmallRadioButton" Me.SmallRadioButton.Size = New System.Drawing.Size(65, 20) Me.SmallRadioButton.TabIndex = 6 Me.SmallRadioButton.Text = "Small" Me.SmallRadioButton.UseVisualStyleBackColor = True ' 'MediumRadioButton ' Me.MediumRadioButton.AutoSize = True Me.MediumRadioButton.Location = New System.Drawing.Point(75, 19) Me.MediumRadioButton.Name = "MediumRadioButton" Me.MediumRadioButton.Size = New System.Drawing.Size(80, 20) Me.MediumRadioButton.TabIndex = 7 Me.MediumRadioButton.Text = "Medium" Me.MediumRadioButton.UseVisualStyleBackColor = True ' 'LargeRadioButton ' Me.LargeRadioButton.AutoSize = True Me.LargeRadioButton.Checked = True Me.LargeRadioButton.Location = New System.Drawing.Point(161, 19) Me.LargeRadioButton.Name = "LargeRadioButton" Me.LargeRadioButton.Size = New System.Drawing.Size(66, 20) Me.LargeRadioButton.TabIndex = 8 Me.LargeRadioButton.TabStop = True Me.LargeRadioButton.Text = "Large" Me.LargeRadioButton.UseVisualStyleBackColor = True ' 'ExtraLargeRadioButton ' Me.ExtraLargeRadioButton.AutoSize = True Me.ExtraLargeRadioButton.Location = New System.Drawing.Point(233, 19) Me.ExtraLargeRadioButton.Name = "ExtraLargeRadioButton" Me.ExtraLargeRadioButton.Size = New System.Drawing.Size(105, 20) Me.ExtraLargeRadioButton.TabIndex = 9 Me.ExtraLargeRadioButton.Text = "Extra Large" Me.ExtraLargeRadioButton.UseVisualStyleBackColor = True ' 'SizeGroupBox ' Me.SizeGroupBox.Controls.Add(Me.ExtraLargeRadioButton) Me.SizeGroupBox.Controls.Add(Me.LargeRadioButton) Me.SizeGroupBox.Controls.Add(Me.MediumRadioButton) Me.SizeGroupBox.Controls.Add(Me.SmallRadioButton) Me.SizeGroupBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.SizeGroupBox.Location = New System.Drawing.Point(45, 212) Me.SizeGroupBox.Name = "SizeGroupBox" Me.SizeGroupBox.Size = New System.Drawing.Size(344, 45) Me.SizeGroupBox.TabIndex = 5 Me.SizeGroupBox.TabStop = False Me.SizeGroupBox.Text = "Choose one:" ' 'SausageCheckBox ' Me.SausageCheckBox.AutoSize = True Me.SausageCheckBox.Location = New System.Drawing.Point(6, 46) Me.SausageCheckBox.Name = "SausageCheckBox" Me.SausageCheckBox.Size = New System.Drawing.Size(135, 20) Me.SausageCheckBox.TabIndex = 12 Me.SausageCheckBox.Text = "Italian Sausage" Me.SausageCheckBox.UseVisualStyleBackColor = True ' '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 = 17 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 = 18 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" ' 'HamburgerCheckBox ' Me.HamburgerCheckBox.AutoSize = True Me.HamburgerCheckBox.Location = New System.Drawing.Point(6, 23) Me.HamburgerCheckBox.Name = "HamburgerCheckBox" Me.HamburgerCheckBox.Size = New System.Drawing.Size(104, 20) Me.HamburgerCheckBox.TabIndex = 11 Me.HamburgerCheckBox.Text = "Hamburger" Me.HamburgerCheckBox.UseVisualStyleBackColor = True ' 'PepperoniCheckBox ' Me.PepperoniCheckBox.AutoSize = True Me.PepperoniCheckBox.Location = New System.Drawing.Point(6, 69) Me.PepperoniCheckBox.Name = "PepperoniCheckBox" Me.PepperoniCheckBox.Size = New System.Drawing.Size(99, 20) Me.PepperoniCheckBox.TabIndex = 13 Me.PepperoniCheckBox.Text = "Pepperoni" Me.PepperoniCheckBox.UseVisualStyleBackColor = True ' 'OnionsCheckBox ' Me.OnionsCheckBox.AutoSize = True Me.OnionsCheckBox.Location = New System.Drawing.Point(159, 23) Me.OnionsCheckBox.Name = "OnionsCheckBox" Me.OnionsCheckBox.Size = New System.Drawing.Size(75, 20) Me.OnionsCheckBox.TabIndex = 14 Me.OnionsCheckBox.Text = "Onions" Me.OnionsCheckBox.UseVisualStyleBackColor = True ' 'PeppersCheckBox ' Me.PeppersCheckBox.AutoSize = True Me.PeppersCheckBox.Location = New System.Drawing.Point(159, 46) Me.PeppersCheckBox.Name = "PeppersCheckBox" Me.PeppersCheckBox.Size = New System.Drawing.Size(132, 20) Me.PeppersCheckBox.TabIndex = 15 Me.PeppersCheckBox.Text = "Green Peppers" Me.PeppersCheckBox.UseVisualStyleBackColor = True ' 'MushroomsCheckBox ' Me.MushroomsCheckBox.AutoSize = True Me.MushroomsCheckBox.Location = New System.Drawing.Point(159, 69) Me.MushroomsCheckBox.Name = "MushroomsCheckBox" Me.MushroomsCheckBox.Size = New System.Drawing.Size(106, 20) Me.MushroomsCheckBox.TabIndex = 16 Me.MushroomsCheckBox.Text = "Mushrooms" Me.MushroomsCheckBox.UseVisualStyleBackColor = True ' 'ToppingsGroupBox ' Me.ToppingsGroupBox.Controls.Add(Me.MushroomsCheckBox) Me.ToppingsGroupBox.Controls.Add(Me.PeppersCheckBox) Me.ToppingsGroupBox.Controls.Add(Me.OnionsCheckBox) Me.ToppingsGroupBox.Controls.Add(Me.PepperoniCheckBox) Me.ToppingsGroupBox.Controls.Add(Me.HamburgerCheckBox) Me.ToppingsGroupBox.Controls.Add(Me.SausageCheckBox) Me.ToppingsGroupBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ToppingsGroupBox.Location = New System.Drawing.Point(47, 264) Me.ToppingsGroupBox.Name = "ToppingsGroupBox" Me.ToppingsGroupBox.Size = New System.Drawing.Size(341, 100) Me.ToppingsGroupBox.TabIndex = 10 Me.ToppingsGroupBox.TabStop = False Me.ToppingsGroupBox.Text = "Choose from:" ' '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 = 20 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 = 19 Me.ExitButton.Text = "E&xit" Me.ExitButton.UseVisualStyleBackColor = True ' 'MainForm ' 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.ExitButton) Me.Controls.Add(Me.DebugTextBox) Me.Controls.Add(Me.ToppingsGroupBox) Me.Controls.Add(Me.TitleLabel) Me.Controls.Add(Me.ResetButton) Me.Controls.Add(Me.SubmitButton) Me.Controls.Add(Me.SizeGroupBox) Me.Controls.Add(Me.AddressTextBox) Me.Controls.Add(Me.AddressLabel) Me.Controls.Add(Me.NameTextBox) Me.Controls.Add(Me.NameLabel) Me.Name = "MainForm" Me.Text = "Purple Pizza Parlor" Me.SizeGroupBox.ResumeLayout(False) Me.SizeGroupBox.PerformLayout() Me.ToppingsGroupBox.ResumeLayout(False) Me.ToppingsGroupBox.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 SmallRadioButton As System.Windows.Forms.RadioButton Friend WithEvents MediumRadioButton As System.Windows.Forms.RadioButton Friend WithEvents LargeRadioButton As System.Windows.Forms.RadioButton Friend WithEvents ExtraLargeRadioButton As System.Windows.Forms.RadioButton Friend WithEvents SizeGroupBox As System.Windows.Forms.GroupBox Friend WithEvents SausageCheckBox As System.Windows.Forms.CheckBox 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 HamburgerCheckBox As System.Windows.Forms.CheckBox Friend WithEvents PepperoniCheckBox As System.Windows.Forms.CheckBox Friend WithEvents OnionsCheckBox As System.Windows.Forms.CheckBox Friend WithEvents PeppersCheckBox As System.Windows.Forms.CheckBox Friend WithEvents MushroomsCheckBox As System.Windows.Forms.CheckBox Friend WithEvents ToppingsGroupBox As System.Windows.Forms.GroupBox Friend WithEvents DebugTextBox As System.Windows.Forms.TextBox Friend WithEvents ExitButton As System.Windows.Forms.Button End Class