2022-11-15 14:22:17 -06:00
|
|
|
|
namespace JoesAutomotive_CalebFontenot
|
|
|
|
|
{
|
|
|
|
|
partial class Form1
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.lubeJobCheckBox = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.oilChangeCheckBox = new System.Windows.Forms.CheckBox();
|
2022-11-15 14:22:17 -06:00
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.tireRotationCheckBox = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.replaceMufflerCheckBox = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.inspectionCheckBox = new System.Windows.Forms.CheckBox();
|
2022-11-15 14:22:17 -06:00
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
2022-11-16 17:48:22 -06:00
|
|
|
|
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();
|
2022-11-15 14:22:17 -06:00
|
|
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.transmissionFlushCheckBox = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.radiatorFlushCheckBox = new System.Windows.Forms.CheckBox();
|
2022-11-15 14:22:17 -06:00
|
|
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.laborInputTextBox = new System.Windows.Forms.TextBox();
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.partsInputTextBox = new System.Windows.Forms.TextBox();
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.clearButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.exitButton = new System.Windows.Forms.Button();
|
2022-11-15 14:22:17 -06:00
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
|
|
this.groupBox4.SuspendLayout();
|
|
|
|
|
this.groupBox5.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.groupBox1.Controls.Add(this.lubeJobCheckBox);
|
|
|
|
|
this.groupBox1.Controls.Add(this.oilChangeCheckBox);
|
2022-11-15 14:22:17 -06:00
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(200, 76);
|
2022-11-15 14:22:17 -06:00
|
|
|
|
this.groupBox1.TabIndex = 0;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "Oil && Lube";
|
|
|
|
|
//
|
2022-11-16 17:48:22 -06:00
|
|
|
|
// 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;
|
|
|
|
|
//
|
2022-11-15 14:22:17 -06:00
|
|
|
|
// groupBox2
|
|
|
|
|
//
|
2022-11-16 17:48:22 -06:00
|
|
|
|
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);
|
2022-11-15 14:22:17 -06:00
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(200, 124);
|
2022-11-15 14:22:17 -06:00
|
|
|
|
this.groupBox2.TabIndex = 1;
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
this.groupBox2.Text = "Misc";
|
|
|
|
|
//
|
2022-11-16 17:48:22 -06:00
|
|
|
|
// 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;
|
|
|
|
|
//
|
2022-11-15 14:22:17 -06:00
|
|
|
|
// groupBox3
|
|
|
|
|
//
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.groupBox3.Controls.Add(this.totalFeesTextBox);
|
|
|
|
|
this.groupBox3.Controls.Add(this.taxTextBox);
|
|
|
|
|
this.groupBox3.Controls.Add(this.partsTextBox);
|
|
|
|
|
this.groupBox3.Controls.Add(this.servicesAndLaborTextBox);
|
2022-11-15 14:22:17 -06:00
|
|
|
|
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";
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(406, 132);
|
2022-11-15 14:22:17 -06:00
|
|
|
|
this.groupBox3.TabIndex = 2;
|
|
|
|
|
this.groupBox3.TabStop = false;
|
2022-11-16 17:48:22 -06:00
|
|
|
|
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;
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.label6.Location = new System.Drawing.Point(48, 101);
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.label6.Name = "label6";
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.label6.Size = new System.Drawing.Size(61, 15);
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.label6.TabIndex = 3;
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.label6.Text = "Total Fees:";
|
2022-11-16 17:48:22 -06:00
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
this.label5.AutoSize = true;
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.label5.Location = new System.Drawing.Point(28, 72);
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.label5.Name = "label5";
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.label5.Size = new System.Drawing.Size(81, 15);
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.label5.TabIndex = 2;
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.label5.Text = "Tax (on parts):";
|
2022-11-16 17:48:22 -06:00
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.AutoSize = true;
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.label4.Location = new System.Drawing.Point(73, 43);
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.label4.Name = "label4";
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.label4.Size = new System.Drawing.Size(36, 15);
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.label4.TabIndex = 1;
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.label4.Text = "Parts:";
|
2022-11-16 17:48:22 -06:00
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
this.label3.AutoSize = true;
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.label3.Location = new System.Drawing.Point(11, 19);
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.label3.Name = "label3";
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.label3.Size = new System.Drawing.Size(98, 15);
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.label3.TabIndex = 0;
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.label3.Text = "Services && Labor:";
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
|
|
|
|
// groupBox4
|
|
|
|
|
//
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.groupBox4.Controls.Add(this.transmissionFlushCheckBox);
|
|
|
|
|
this.groupBox4.Controls.Add(this.radiatorFlushCheckBox);
|
2022-11-15 14:22:17 -06:00
|
|
|
|
this.groupBox4.Location = new System.Drawing.Point(218, 12);
|
|
|
|
|
this.groupBox4.Name = "groupBox4";
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.groupBox4.Size = new System.Drawing.Size(200, 76);
|
2022-11-15 14:22:17 -06:00
|
|
|
|
this.groupBox4.TabIndex = 3;
|
|
|
|
|
this.groupBox4.TabStop = false;
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.groupBox4.Text = "Flushes";
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-16 17:48:22 -06:00
|
|
|
|
// transmissionFlushCheckBox
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-16 17:48:22 -06:00
|
|
|
|
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;
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-16 17:48:22 -06:00
|
|
|
|
// radiatorFlushCheckBox
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-16 17:48:22 -06:00
|
|
|
|
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;
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
|
|
|
|
// groupBox5
|
|
|
|
|
//
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.groupBox5.Controls.Add(this.laborInputTextBox);
|
2022-11-15 14:22:17 -06:00
|
|
|
|
this.groupBox5.Controls.Add(this.label2);
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.groupBox5.Controls.Add(this.partsInputTextBox);
|
2022-11-15 14:22:17 -06:00
|
|
|
|
this.groupBox5.Controls.Add(this.label1);
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.groupBox5.Location = new System.Drawing.Point(218, 94);
|
2022-11-15 14:22:17 -06:00
|
|
|
|
this.groupBox5.Name = "groupBox5";
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.groupBox5.Size = new System.Drawing.Size(200, 124);
|
2022-11-15 14:22:17 -06:00
|
|
|
|
this.groupBox5.TabIndex = 4;
|
|
|
|
|
this.groupBox5.TabStop = false;
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.groupBox5.Text = "Parts and Labor";
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-17 17:00:33 -06:00
|
|
|
|
// laborInputTextBox
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-17 17:00:33 -06:00
|
|
|
|
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;
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-16 17:48:22 -06:00
|
|
|
|
// label2
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-16 17:48:22 -06:00
|
|
|
|
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 ($)";
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-17 17:00:33 -06:00
|
|
|
|
// partsInputTextBox
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-17 17:00:33 -06:00
|
|
|
|
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;
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-16 17:48:22 -06:00
|
|
|
|
// label1
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-16 17:48:22 -06:00
|
|
|
|
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";
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-16 17:48:22 -06:00
|
|
|
|
// button1
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-16 17:48:22 -06:00
|
|
|
|
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;
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.button1.Text = "Calculate!";
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
|
|
this.button1.Click += new System.EventHandler(this.calculateButton_Click);
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-17 17:00:33 -06:00
|
|
|
|
// clearButton
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-17 17:00:33 -06:00
|
|
|
|
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;
|
2022-11-17 21:59:26 -06:00
|
|
|
|
this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-17 17:00:33 -06:00
|
|
|
|
// exitButton
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
2022-11-17 17:00:33 -06:00
|
|
|
|
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;
|
2022-11-17 21:59:26 -06:00
|
|
|
|
this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
|
2022-11-15 14:22:17 -06:00
|
|
|
|
//
|
|
|
|
|
// Form1
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(428, 424);
|
2022-11-17 17:00:33 -06:00
|
|
|
|
this.Controls.Add(this.exitButton);
|
|
|
|
|
this.Controls.Add(this.clearButton);
|
2022-11-16 17:48:22 -06:00
|
|
|
|
this.Controls.Add(this.button1);
|
2022-11-15 14:22:17 -06:00
|
|
|
|
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;
|
2022-11-16 17:48:22 -06:00
|
|
|
|
private CheckBox lubeJobCheckBox;
|
|
|
|
|
private CheckBox oilChangeCheckBox;
|
2022-11-15 14:22:17 -06:00
|
|
|
|
private GroupBox groupBox2;
|
2022-11-16 17:48:22 -06:00
|
|
|
|
private CheckBox tireRotationCheckBox;
|
|
|
|
|
private CheckBox replaceMufflerCheckBox;
|
|
|
|
|
private CheckBox inspectionCheckBox;
|
2022-11-15 14:22:17 -06:00
|
|
|
|
private GroupBox groupBox3;
|
2022-11-16 17:48:22 -06:00
|
|
|
|
private TextBox totalFeesTextBox;
|
|
|
|
|
private TextBox taxTextBox;
|
|
|
|
|
private TextBox partsTextBox;
|
|
|
|
|
private TextBox servicesAndLaborTextBox;
|
2022-11-15 14:22:17 -06:00
|
|
|
|
private Label label6;
|
|
|
|
|
private Label label5;
|
|
|
|
|
private Label label4;
|
|
|
|
|
private Label label3;
|
|
|
|
|
private GroupBox groupBox4;
|
2022-11-16 17:48:22 -06:00
|
|
|
|
private CheckBox transmissionFlushCheckBox;
|
|
|
|
|
private CheckBox radiatorFlushCheckBox;
|
2022-11-15 14:22:17 -06:00
|
|
|
|
private GroupBox groupBox5;
|
2022-11-17 17:00:33 -06:00
|
|
|
|
private TextBox laborInputTextBox;
|
2022-11-15 14:22:17 -06:00
|
|
|
|
private Label label2;
|
2022-11-17 17:00:33 -06:00
|
|
|
|
private TextBox partsInputTextBox;
|
2022-11-15 14:22:17 -06:00
|
|
|
|
private Label label1;
|
2022-11-16 17:48:22 -06:00
|
|
|
|
private Button button1;
|
2022-11-17 17:00:33 -06:00
|
|
|
|
private Button clearButton;
|
|
|
|
|
private Button exitButton;
|
2022-11-15 14:22:17 -06:00
|
|
|
|
}
|
|
|
|
|
}
|