namespace JoesAutomotive_CalebFontenot { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.lubeJobCheckBox = new System.Windows.Forms.CheckBox(); this.oilChangeCheckBox = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.tireRotationCheckBox = new System.Windows.Forms.CheckBox(); this.replaceMufflerCheckBox = new System.Windows.Forms.CheckBox(); this.inspectionCheckBox = new System.Windows.Forms.CheckBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.totalFeesTextBox = new System.Windows.Forms.TextBox(); this.taxTextBox = new System.Windows.Forms.TextBox(); this.partsTextBox = new System.Windows.Forms.TextBox(); this.servicesAndLaborTextBox = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.transmissionFlushCheckBox = new System.Windows.Forms.CheckBox(); this.radiatorFlushCheckBox = new System.Windows.Forms.CheckBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.laborInputTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.partsInputTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.clearButton = new System.Windows.Forms.Button(); this.exitButton = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox5.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.lubeJobCheckBox); this.groupBox1.Controls.Add(this.oilChangeCheckBox); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(200, 76); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Oil && Lube"; // // lubeJobCheckBox // this.lubeJobCheckBox.AutoSize = true; this.lubeJobCheckBox.Location = new System.Drawing.Point(14, 47); this.lubeJobCheckBox.Name = "lubeJobCheckBox"; this.lubeJobCheckBox.Size = new System.Drawing.Size(117, 19); this.lubeJobCheckBox.TabIndex = 1; this.lubeJobCheckBox.Text = "Lube Job ($18.00)"; this.lubeJobCheckBox.UseVisualStyleBackColor = true; // // oilChangeCheckBox // this.oilChangeCheckBox.AutoSize = true; this.oilChangeCheckBox.Location = new System.Drawing.Point(14, 22); this.oilChangeCheckBox.Name = "oilChangeCheckBox"; this.oilChangeCheckBox.Size = new System.Drawing.Size(129, 19); this.oilChangeCheckBox.TabIndex = 0; this.oilChangeCheckBox.Text = "Oil Change ($26.00)"; this.oilChangeCheckBox.UseVisualStyleBackColor = true; // // groupBox2 // this.groupBox2.Controls.Add(this.tireRotationCheckBox); this.groupBox2.Controls.Add(this.replaceMufflerCheckBox); this.groupBox2.Controls.Add(this.inspectionCheckBox); this.groupBox2.Location = new System.Drawing.Point(12, 94); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(200, 124); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Misc"; // // tireRotationCheckBox // this.tireRotationCheckBox.AutoSize = true; this.tireRotationCheckBox.Location = new System.Drawing.Point(14, 74); this.tireRotationCheckBox.Name = "tireRotationCheckBox"; this.tireRotationCheckBox.Size = new System.Drawing.Size(137, 19); this.tireRotationCheckBox.TabIndex = 2; this.tireRotationCheckBox.Text = "Tire Rotation ($20.00)"; this.tireRotationCheckBox.UseVisualStyleBackColor = true; // // replaceMufflerCheckBox // this.replaceMufflerCheckBox.AutoSize = true; this.replaceMufflerCheckBox.Location = new System.Drawing.Point(14, 49); this.replaceMufflerCheckBox.Name = "replaceMufflerCheckBox"; this.replaceMufflerCheckBox.Size = new System.Drawing.Size(159, 19); this.replaceMufflerCheckBox.TabIndex = 1; this.replaceMufflerCheckBox.Text = "Replace Muffler ($100.00)"; this.replaceMufflerCheckBox.UseVisualStyleBackColor = true; // // inspectionCheckBox // this.inspectionCheckBox.AutoSize = true; this.inspectionCheckBox.Location = new System.Drawing.Point(14, 24); this.inspectionCheckBox.Name = "inspectionCheckBox"; this.inspectionCheckBox.Size = new System.Drawing.Size(125, 19); this.inspectionCheckBox.TabIndex = 0; this.inspectionCheckBox.Text = "Inspection ($15.00)"; this.inspectionCheckBox.UseVisualStyleBackColor = true; // // groupBox3 // this.groupBox3.Controls.Add(this.totalFeesTextBox); this.groupBox3.Controls.Add(this.taxTextBox); this.groupBox3.Controls.Add(this.partsTextBox); this.groupBox3.Controls.Add(this.servicesAndLaborTextBox); this.groupBox3.Controls.Add(this.label6); this.groupBox3.Controls.Add(this.label5); this.groupBox3.Controls.Add(this.label4); this.groupBox3.Controls.Add(this.label3); this.groupBox3.Location = new System.Drawing.Point(12, 224); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(406, 132); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; this.groupBox3.Text = "Summary"; // // totalFeesTextBox // this.totalFeesTextBox.Location = new System.Drawing.Point(115, 98); this.totalFeesTextBox.Name = "totalFeesTextBox"; this.totalFeesTextBox.ReadOnly = true; this.totalFeesTextBox.Size = new System.Drawing.Size(285, 23); this.totalFeesTextBox.TabIndex = 7; this.totalFeesTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // taxTextBox // this.taxTextBox.Location = new System.Drawing.Point(115, 69); this.taxTextBox.Name = "taxTextBox"; this.taxTextBox.ReadOnly = true; this.taxTextBox.Size = new System.Drawing.Size(285, 23); this.taxTextBox.TabIndex = 6; this.taxTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // partsTextBox // this.partsTextBox.Location = new System.Drawing.Point(115, 40); this.partsTextBox.Name = "partsTextBox"; this.partsTextBox.ReadOnly = true; this.partsTextBox.Size = new System.Drawing.Size(285, 23); this.partsTextBox.TabIndex = 5; this.partsTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // servicesAndLaborTextBox // this.servicesAndLaborTextBox.Location = new System.Drawing.Point(115, 14); this.servicesAndLaborTextBox.Name = "servicesAndLaborTextBox"; this.servicesAndLaborTextBox.ReadOnly = true; this.servicesAndLaborTextBox.Size = new System.Drawing.Size(285, 23); this.servicesAndLaborTextBox.TabIndex = 4; this.servicesAndLaborTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(48, 101); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(61, 15); this.label6.TabIndex = 3; this.label6.Text = "Total Fees:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(28, 72); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(81, 15); this.label5.TabIndex = 2; this.label5.Text = "Tax (on parts):"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(73, 43); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(36, 15); this.label4.TabIndex = 1; this.label4.Text = "Parts:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(11, 19); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(98, 15); this.label3.TabIndex = 0; this.label3.Text = "Services && Labor:"; // // groupBox4 // this.groupBox4.Controls.Add(this.transmissionFlushCheckBox); this.groupBox4.Controls.Add(this.radiatorFlushCheckBox); this.groupBox4.Location = new System.Drawing.Point(218, 12); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(200, 76); this.groupBox4.TabIndex = 3; this.groupBox4.TabStop = false; this.groupBox4.Text = "Flushes"; // // transmissionFlushCheckBox // this.transmissionFlushCheckBox.AutoSize = true; this.transmissionFlushCheckBox.Location = new System.Drawing.Point(6, 47); this.transmissionFlushCheckBox.Name = "transmissionFlushCheckBox"; this.transmissionFlushCheckBox.Size = new System.Drawing.Size(169, 19); this.transmissionFlushCheckBox.TabIndex = 1; this.transmissionFlushCheckBox.Text = "Transmission Flush ($80.00)"; this.transmissionFlushCheckBox.UseVisualStyleBackColor = true; // // radiatorFlushCheckBox // this.radiatorFlushCheckBox.AutoSize = true; this.radiatorFlushCheckBox.Location = new System.Drawing.Point(6, 22); this.radiatorFlushCheckBox.Name = "radiatorFlushCheckBox"; this.radiatorFlushCheckBox.Size = new System.Drawing.Size(145, 19); this.radiatorFlushCheckBox.TabIndex = 0; this.radiatorFlushCheckBox.Text = "Radiator Flush ($30.00)"; this.radiatorFlushCheckBox.UseVisualStyleBackColor = true; // // groupBox5 // this.groupBox5.Controls.Add(this.laborInputTextBox); this.groupBox5.Controls.Add(this.label2); this.groupBox5.Controls.Add(this.partsInputTextBox); this.groupBox5.Controls.Add(this.label1); this.groupBox5.Location = new System.Drawing.Point(218, 94); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(200, 124); this.groupBox5.TabIndex = 4; this.groupBox5.TabStop = false; this.groupBox5.Text = "Parts and Labor"; // // laborInputTextBox // this.laborInputTextBox.Location = new System.Drawing.Point(65, 45); this.laborInputTextBox.Name = "laborInputTextBox"; this.laborInputTextBox.Size = new System.Drawing.Size(100, 23); this.laborInputTextBox.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 50); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(54, 15); this.label2.TabIndex = 2; this.label2.Text = "Labor ($)"; // // partsInputTextBox // this.partsInputTextBox.Location = new System.Drawing.Point(65, 18); this.partsInputTextBox.Name = "partsInputTextBox"; this.partsInputTextBox.Size = new System.Drawing.Size(100, 23); this.partsInputTextBox.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(26, 21); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(33, 15); this.label1.TabIndex = 0; this.label1.Text = "Parts"; // // button1 // this.button1.Location = new System.Drawing.Point(12, 362); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(109, 33); this.button1.TabIndex = 5; this.button1.Text = "Calculate!"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.calculateButton_Click); // // clearButton // this.clearButton.Location = new System.Drawing.Point(159, 362); this.clearButton.Name = "clearButton"; this.clearButton.Size = new System.Drawing.Size(109, 33); this.clearButton.TabIndex = 6; this.clearButton.Text = "Clear"; this.clearButton.UseVisualStyleBackColor = true; this.clearButton.Click += new System.EventHandler(this.clearButton_Click); // // exitButton // this.exitButton.Location = new System.Drawing.Point(303, 362); this.exitButton.Name = "exitButton"; this.exitButton.Size = new System.Drawing.Size(109, 33); this.exitButton.TabIndex = 7; this.exitButton.Text = "Exit"; this.exitButton.UseVisualStyleBackColor = true; this.exitButton.Click += new System.EventHandler(this.exitButton_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(428, 424); this.Controls.Add(this.exitButton); this.Controls.Add(this.clearButton); this.Controls.Add(this.button1); this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.Text = "Form1"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.ResumeLayout(false); } #endregion private GroupBox groupBox1; private CheckBox lubeJobCheckBox; private CheckBox oilChangeCheckBox; private GroupBox groupBox2; private CheckBox tireRotationCheckBox; private CheckBox replaceMufflerCheckBox; private CheckBox inspectionCheckBox; private GroupBox groupBox3; private TextBox totalFeesTextBox; private TextBox taxTextBox; private TextBox partsTextBox; private TextBox servicesAndLaborTextBox; private Label label6; private Label label5; private Label label4; private Label label3; private GroupBox groupBox4; private CheckBox transmissionFlushCheckBox; private CheckBox radiatorFlushCheckBox; private GroupBox groupBox5; private TextBox laborInputTextBox; private Label label2; private TextBox partsInputTextBox; private Label label1; private Button button1; private Button clearButton; private Button exitButton; } }