Complete MP4 RCS

master
Chloe Fontenot 🏳️‍⚧️ 2022-11-16 17:48:22 +07:00
parent ab09a46923
commit cbe581d438
85 changed files with 1417 additions and 204 deletions

@ -29,29 +29,32 @@
private void InitializeComponent() private void InitializeComponent()
{ {
this.groupBox1 = new System.Windows.Forms.GroupBox(); 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.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.groupBox3 = new System.Windows.Forms.GroupBox();
this.checkBox1 = new System.Windows.Forms.CheckBox(); this.totalFeesTextBox = new System.Windows.Forms.TextBox();
this.checkBox2 = new System.Windows.Forms.CheckBox(); this.taxTextBox = new System.Windows.Forms.TextBox();
this.checkBox3 = new System.Windows.Forms.CheckBox(); this.partsTextBox = new System.Windows.Forms.TextBox();
this.checkBox4 = new System.Windows.Forms.CheckBox(); this.servicesAndLaborTextBox = new System.Windows.Forms.TextBox();
this.checkBox5 = new System.Windows.Forms.CheckBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.checkBox6 = new System.Windows.Forms.CheckBox();
this.checkBox7 = new System.Windows.Forms.CheckBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label();
this.textBox5 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label();
this.textBox6 = new System.Windows.Forms.TextBox(); 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.textBox2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout(); this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout(); this.groupBox3.SuspendLayout();
@ -61,124 +64,196 @@
// //
// groupBox1 // groupBox1
// //
this.groupBox1.Controls.Add(this.checkBox2); this.groupBox1.Controls.Add(this.lubeJobCheckBox);
this.groupBox1.Controls.Add(this.checkBox1); this.groupBox1.Controls.Add(this.oilChangeCheckBox);
this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(200, 100); this.groupBox1.Size = new System.Drawing.Size(200, 76);
this.groupBox1.TabIndex = 0; this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
this.groupBox1.Text = "Oil && Lube"; 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 // groupBox2
// //
this.groupBox2.Controls.Add(this.checkBox5); this.groupBox2.Controls.Add(this.tireRotationCheckBox);
this.groupBox2.Controls.Add(this.checkBox4); this.groupBox2.Controls.Add(this.replaceMufflerCheckBox);
this.groupBox2.Controls.Add(this.checkBox3); this.groupBox2.Controls.Add(this.inspectionCheckBox);
this.groupBox2.Location = new System.Drawing.Point(12, 118); this.groupBox2.Location = new System.Drawing.Point(12, 94);
this.groupBox2.Name = "groupBox2"; this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(200, 100); this.groupBox2.Size = new System.Drawing.Size(200, 124);
this.groupBox2.TabIndex = 1; this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false; this.groupBox2.TabStop = false;
this.groupBox2.Text = "Misc"; 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 // groupBox3
// //
this.groupBox3.Controls.Add(this.textBox6); this.groupBox3.Controls.Add(this.totalFeesTextBox);
this.groupBox3.Controls.Add(this.textBox5); this.groupBox3.Controls.Add(this.taxTextBox);
this.groupBox3.Controls.Add(this.textBox4); this.groupBox3.Controls.Add(this.partsTextBox);
this.groupBox3.Controls.Add(this.textBox3); this.groupBox3.Controls.Add(this.servicesAndLaborTextBox);
this.groupBox3.Controls.Add(this.label6); this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.label5); this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Controls.Add(this.label4); this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.label3); this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Location = new System.Drawing.Point(12, 224); this.groupBox3.Location = new System.Drawing.Point(12, 224);
this.groupBox3.Name = "groupBox3"; this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(406, 140); this.groupBox3.Size = new System.Drawing.Size(406, 132);
this.groupBox3.TabIndex = 2; this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false; this.groupBox3.TabStop = false;
this.groupBox3.Text = "groupBox3"; this.groupBox3.Text = "Summary";
// //
// checkBox1 // totalFeesTextBox
// //
this.checkBox1.AutoSize = true; this.totalFeesTextBox.Location = new System.Drawing.Point(115, 98);
this.checkBox1.Location = new System.Drawing.Point(14, 22); this.totalFeesTextBox.Name = "totalFeesTextBox";
this.checkBox1.Name = "checkBox1"; this.totalFeesTextBox.ReadOnly = true;
this.checkBox1.Size = new System.Drawing.Size(129, 19); this.totalFeesTextBox.Size = new System.Drawing.Size(285, 23);
this.checkBox1.TabIndex = 0; this.totalFeesTextBox.TabIndex = 7;
this.checkBox1.Text = "Oil Change ($26.00)"; this.totalFeesTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.checkBox1.UseVisualStyleBackColor = true;
// //
// checkBox2 // taxTextBox
// //
this.checkBox2.AutoSize = true; this.taxTextBox.Location = new System.Drawing.Point(115, 69);
this.checkBox2.Location = new System.Drawing.Point(14, 47); this.taxTextBox.Name = "taxTextBox";
this.checkBox2.Name = "checkBox2"; this.taxTextBox.ReadOnly = true;
this.checkBox2.Size = new System.Drawing.Size(83, 19); this.taxTextBox.Size = new System.Drawing.Size(285, 23);
this.checkBox2.TabIndex = 1; this.taxTextBox.TabIndex = 6;
this.checkBox2.Text = "checkBox2"; this.taxTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.checkBox2.UseVisualStyleBackColor = true;
// //
// checkBox3 // partsTextBox
// //
this.checkBox3.AutoSize = true; this.partsTextBox.Location = new System.Drawing.Point(115, 40);
this.checkBox3.Location = new System.Drawing.Point(14, 26); this.partsTextBox.Name = "partsTextBox";
this.checkBox3.Name = "checkBox3"; this.partsTextBox.ReadOnly = true;
this.checkBox3.Size = new System.Drawing.Size(83, 19); this.partsTextBox.Size = new System.Drawing.Size(285, 23);
this.checkBox3.TabIndex = 0; this.partsTextBox.TabIndex = 5;
this.checkBox3.Text = "checkBox3"; this.partsTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.checkBox3.UseVisualStyleBackColor = true;
// //
// checkBox4 // servicesAndLaborTextBox
// //
this.checkBox4.AutoSize = true; this.servicesAndLaborTextBox.Location = new System.Drawing.Point(115, 14);
this.checkBox4.Location = new System.Drawing.Point(14, 51); this.servicesAndLaborTextBox.Name = "servicesAndLaborTextBox";
this.checkBox4.Name = "checkBox4"; this.servicesAndLaborTextBox.ReadOnly = true;
this.checkBox4.Size = new System.Drawing.Size(83, 19); this.servicesAndLaborTextBox.Size = new System.Drawing.Size(285, 23);
this.checkBox4.TabIndex = 1; this.servicesAndLaborTextBox.TabIndex = 4;
this.checkBox4.Text = "checkBox4"; this.servicesAndLaborTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.checkBox4.UseVisualStyleBackColor = true;
// //
// checkBox5 // label6
// //
this.checkBox5.AutoSize = true; this.label6.AutoSize = true;
this.checkBox5.Location = new System.Drawing.Point(14, 76); this.label6.Location = new System.Drawing.Point(51, 101);
this.checkBox5.Name = "checkBox5"; this.label6.Name = "label6";
this.checkBox5.Size = new System.Drawing.Size(83, 19); this.label6.Size = new System.Drawing.Size(58, 15);
this.checkBox5.TabIndex = 2; this.label6.TabIndex = 3;
this.checkBox5.Text = "checkBox5"; this.label6.Text = "Total Fees";
this.checkBox5.UseVisualStyleBackColor = true; //
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(31, 72);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(78, 15);
this.label5.TabIndex = 2;
this.label5.Text = "Tax (on parts)";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(76, 43);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(33, 15);
this.label4.TabIndex = 1;
this.label4.Text = "Parts";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(14, 19);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(95, 15);
this.label3.TabIndex = 0;
this.label3.Text = "Services && Labor";
// //
// groupBox4 // groupBox4
// //
this.groupBox4.Controls.Add(this.checkBox7); this.groupBox4.Controls.Add(this.transmissionFlushCheckBox);
this.groupBox4.Controls.Add(this.checkBox6); this.groupBox4.Controls.Add(this.radiatorFlushCheckBox);
this.groupBox4.Location = new System.Drawing.Point(218, 12); this.groupBox4.Location = new System.Drawing.Point(218, 12);
this.groupBox4.Name = "groupBox4"; this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(200, 100); this.groupBox4.Size = new System.Drawing.Size(200, 76);
this.groupBox4.TabIndex = 3; this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false; this.groupBox4.TabStop = false;
this.groupBox4.Text = "groupBox4"; this.groupBox4.Text = "Flushes";
// //
// checkBox6 // transmissionFlushCheckBox
// //
this.checkBox6.AutoSize = true; this.transmissionFlushCheckBox.AutoSize = true;
this.checkBox6.Location = new System.Drawing.Point(6, 22); this.transmissionFlushCheckBox.Location = new System.Drawing.Point(6, 47);
this.checkBox6.Name = "checkBox6"; this.transmissionFlushCheckBox.Name = "transmissionFlushCheckBox";
this.checkBox6.Size = new System.Drawing.Size(83, 19); this.transmissionFlushCheckBox.Size = new System.Drawing.Size(169, 19);
this.checkBox6.TabIndex = 0; this.transmissionFlushCheckBox.TabIndex = 1;
this.checkBox6.Text = "checkBox6"; this.transmissionFlushCheckBox.Text = "Transmission Flush ($80.00)";
this.checkBox6.UseVisualStyleBackColor = true; this.transmissionFlushCheckBox.UseVisualStyleBackColor = true;
// //
// checkBox7 // radiatorFlushCheckBox
// //
this.checkBox7.AutoSize = true; this.radiatorFlushCheckBox.AutoSize = true;
this.checkBox7.Location = new System.Drawing.Point(6, 47); this.radiatorFlushCheckBox.Location = new System.Drawing.Point(6, 22);
this.checkBox7.Name = "checkBox7"; this.radiatorFlushCheckBox.Name = "radiatorFlushCheckBox";
this.checkBox7.Size = new System.Drawing.Size(83, 19); this.radiatorFlushCheckBox.Size = new System.Drawing.Size(145, 19);
this.checkBox7.TabIndex = 1; this.radiatorFlushCheckBox.TabIndex = 0;
this.checkBox7.Text = "checkBox7"; this.radiatorFlushCheckBox.Text = "Radiator Flush ($30.00)";
this.checkBox7.UseVisualStyleBackColor = true; this.radiatorFlushCheckBox.UseVisualStyleBackColor = true;
// //
// groupBox5 // groupBox5
// //
@ -186,21 +261,28 @@
this.groupBox5.Controls.Add(this.label2); this.groupBox5.Controls.Add(this.label2);
this.groupBox5.Controls.Add(this.textBox1); this.groupBox5.Controls.Add(this.textBox1);
this.groupBox5.Controls.Add(this.label1); this.groupBox5.Controls.Add(this.label1);
this.groupBox5.Location = new System.Drawing.Point(218, 118); this.groupBox5.Location = new System.Drawing.Point(218, 94);
this.groupBox5.Name = "groupBox5"; this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(200, 100); this.groupBox5.Size = new System.Drawing.Size(200, 124);
this.groupBox5.TabIndex = 4; this.groupBox5.TabIndex = 4;
this.groupBox5.TabStop = false; this.groupBox5.TabStop = false;
this.groupBox5.Text = "groupBox5"; this.groupBox5.Text = "Parts and Labor";
// //
// label1 // textBox2
// //
this.label1.AutoSize = true; this.textBox2.Location = new System.Drawing.Point(65, 45);
this.label1.Location = new System.Drawing.Point(6, 26); this.textBox2.Name = "textBox2";
this.label1.Name = "label1"; this.textBox2.Size = new System.Drawing.Size(100, 23);
this.label1.Size = new System.Drawing.Size(38, 15); this.textBox2.TabIndex = 3;
this.label1.TabIndex = 0; //
this.label1.Text = "label1"; // 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 ($)";
// //
// textBox1 // textBox1
// //
@ -209,91 +291,51 @@
this.textBox1.Size = new System.Drawing.Size(100, 23); this.textBox1.Size = new System.Drawing.Size(100, 23);
this.textBox1.TabIndex = 1; this.textBox1.TabIndex = 1;
// //
// label2 // label1
// //
this.label2.AutoSize = true; this.label1.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 52); this.label1.Location = new System.Drawing.Point(26, 21);
this.label2.Name = "label2"; this.label1.Name = "label1";
this.label2.Size = new System.Drawing.Size(38, 15); this.label1.Size = new System.Drawing.Size(33, 15);
this.label2.TabIndex = 2; this.label1.TabIndex = 0;
this.label2.Text = "label2"; this.label1.Text = "Parts";
// //
// textBox2 // button1
// //
this.textBox2.Location = new System.Drawing.Point(65, 52); this.button1.Location = new System.Drawing.Point(12, 362);
this.textBox2.Name = "textBox2"; this.button1.Name = "button1";
this.textBox2.Size = new System.Drawing.Size(100, 23); this.button1.Size = new System.Drawing.Size(109, 33);
this.textBox2.TabIndex = 3; this.button1.TabIndex = 5;
this.button1.Text = "calculateButton";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.calculateButton_Click);
// //
// label3 // button2
// //
this.label3.AutoSize = true; this.button2.Location = new System.Drawing.Point(163, 362);
this.label3.Location = new System.Drawing.Point(90, 19); this.button2.Name = "button2";
this.label3.Name = "label3"; this.button2.Size = new System.Drawing.Size(109, 33);
this.label3.Size = new System.Drawing.Size(38, 15); this.button2.TabIndex = 6;
this.label3.TabIndex = 0; this.button2.Text = "button2";
this.label3.Text = "label3"; this.button2.UseVisualStyleBackColor = true;
// //
// label4 // button3
// //
this.label4.AutoSize = true; this.button3.Location = new System.Drawing.Point(309, 362);
this.label4.Location = new System.Drawing.Point(90, 46); this.button3.Name = "button3";
this.label4.Name = "label4"; this.button3.Size = new System.Drawing.Size(109, 33);
this.label4.Size = new System.Drawing.Size(38, 15); this.button3.TabIndex = 7;
this.label4.TabIndex = 1; this.button3.Text = "button3";
this.label4.Text = "label4"; this.button3.UseVisualStyleBackColor = true;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(90, 75);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(38, 15);
this.label5.TabIndex = 2;
this.label5.Text = "label5";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(90, 104);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(38, 15);
this.label6.TabIndex = 3;
this.label6.Text = "label6";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(134, 16);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(100, 23);
this.textBox3.TabIndex = 4;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(134, 43);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(100, 23);
this.textBox4.TabIndex = 5;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(134, 72);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(100, 23);
this.textBox5.TabIndex = 6;
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(134, 101);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(100, 23);
this.textBox6.TabIndex = 7;
// //
// Form1 // Form1
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(428, 424); this.ClientSize = new System.Drawing.Size(428, 424);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox3);
@ -318,28 +360,31 @@
#endregion #endregion
private GroupBox groupBox1; private GroupBox groupBox1;
private CheckBox checkBox2; private CheckBox lubeJobCheckBox;
private CheckBox checkBox1; private CheckBox oilChangeCheckBox;
private GroupBox groupBox2; private GroupBox groupBox2;
private CheckBox checkBox5; private CheckBox tireRotationCheckBox;
private CheckBox checkBox4; private CheckBox replaceMufflerCheckBox;
private CheckBox checkBox3; private CheckBox inspectionCheckBox;
private GroupBox groupBox3; private GroupBox groupBox3;
private TextBox textBox6; private TextBox totalFeesTextBox;
private TextBox textBox5; private TextBox taxTextBox;
private TextBox textBox4; private TextBox partsTextBox;
private TextBox textBox3; private TextBox servicesAndLaborTextBox;
private Label label6; private Label label6;
private Label label5; private Label label5;
private Label label4; private Label label4;
private Label label3; private Label label3;
private GroupBox groupBox4; private GroupBox groupBox4;
private CheckBox checkBox7; private CheckBox transmissionFlushCheckBox;
private CheckBox checkBox6; private CheckBox radiatorFlushCheckBox;
private GroupBox groupBox5; private GroupBox groupBox5;
private TextBox textBox2; private TextBox textBox2;
private Label label2; private Label label2;
private TextBox textBox1; private TextBox textBox1;
private Label label1; private Label label1;
private Button button1;
private Button button2;
private Button button3;
} }
} }

@ -1,3 +1,5 @@
using System.CodeDom;
namespace JoesAutomotive_CalebFontenot namespace JoesAutomotive_CalebFontenot
{ {
public partial class Form1 : Form public partial class Form1 : Form
@ -6,5 +8,75 @@ namespace JoesAutomotive_CalebFontenot
{ {
InitializeComponent(); InitializeComponent();
} }
private decimal OilLubeChanges(decimal total)
{
// Check if the appropiate check boxes are checked, and if they are, add their sums to total.
if (oilChangeCheckBox.Checked)
{
total += 26.00m;
}
if (lubeJobCheckBox.Checked)
{
total += 16.00m;
}
return total;
}
private decimal FlushCharges(decimal total)
{
// Check if the appropiate check boxes are checked, and if they are, add their sums to total.
if (radiatorFlushCheckBox.Checked)
{
total += 30.00m;
}
if (transmissionFlushCheckBox.Checked)
{
total += 80.00m;
}
return total;
}
private decimal MiscCharges(decimal total)
{
// Check if the appropiate check boxes are checked, and if they are, add their sums to total.
if (inspectionCheckBox.Checked)
{
total += 30.00m;
}
if (replaceMufflerCheckBox.Checked)
{
total += 80.00m;
}
if (tireRotationCheckBox.Checked)
{
total += 20.00m;
}
return total;
}
private decimal TotalCharges()
{
decimal total = 0m;
total = OilLubeChanges(total);
total = FlushCharges(total);
total = MiscCharges(total);
return total;
}
private decimal TaxCharges()
{
decimal total = 0m;
total = OilLubeChanges(total);
total = MiscCharges(total);
decimal tax = total * 0.06m;
return tax;
}
private void calculateButton_Click(object sender, EventArgs e)
{
decimal total = TotalCharges();
decimal tax = TaxCharges();
// Set textboxes
totalFeesTextBox.Text = total.ToString("c");
taxTextBox.Text = tax.ToString("c");
} }
} }
}

@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"JoesAutomotive_CalebFontenot/1.0.0": {
"runtime": {
"JoesAutomotive_CalebFontenot.dll": {}
}
}
}
},
"libraries": {
"JoesAutomotive_CalebFontenot/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

@ -0,0 +1,15 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
]
}
}

@ -13,4 +13,4 @@ build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly = build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = JoesAutomotive_CalebFontenot build_property.RootNamespace = JoesAutomotive_CalebFontenot
build_property.ProjectDir = Z:\media\DataEXT4\Documents\ASDV C#\MP4\JoesAutomotive_CalebFontenot\ build_property.ProjectDir = Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\

@ -0,0 +1,17 @@
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\bin\Debug\net6.0-windows\JoesAutomotive_CalebFontenot.exe
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\bin\Debug\net6.0-windows\JoesAutomotive_CalebFontenot.deps.json
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\bin\Debug\net6.0-windows\JoesAutomotive_CalebFontenot.runtimeconfig.json
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\bin\Debug\net6.0-windows\JoesAutomotive_CalebFontenot.dll
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\bin\Debug\net6.0-windows\JoesAutomotive_CalebFontenot.pdb
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\obj\Debug\net6.0-windows\JoesAutomotive_CalebFontenot.csproj.AssemblyReference.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\obj\Debug\net6.0-windows\JoesAutomotive_CalebFontenot.Form1.resources
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\obj\Debug\net6.0-windows\JoesAutomotive_CalebFontenot.csproj.GenerateResource.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\obj\Debug\net6.0-windows\JoesAutomotive_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\obj\Debug\net6.0-windows\JoesAutomotive_CalebFontenot.AssemblyInfoInputs.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\obj\Debug\net6.0-windows\JoesAutomotive_CalebFontenot.AssemblyInfo.cs
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\obj\Debug\net6.0-windows\JoesAutomotive_CalebFontenot.csproj.CoreCompileInputs.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\obj\Debug\net6.0-windows\JoesAutomotive_CalebFontenot.dll
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\obj\Debug\net6.0-windows\refint\JoesAutomotive_CalebFontenot.dll
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\obj\Debug\net6.0-windows\JoesAutomotive_CalebFontenot.pdb
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\obj\Debug\net6.0-windows\JoesAutomotive_CalebFontenot.genruntimeconfig.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\JoesAutomotive_CalebFontenot\obj\Debug\net6.0-windows\ref\JoesAutomotive_CalebFontenot.dll

@ -13,7 +13,8 @@
], ],
"additionalProbingPaths": [ "additionalProbingPaths": [
"C:\\Users\\caleb\\.dotnet\\store\\|arch|\\|tfm|", "C:\\Users\\caleb\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\caleb\\.nuget\\packages" "C:\\Users\\caleb\\.nuget\\packages",
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
], ],
"configProperties": { "configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true

@ -1,20 +1,24 @@
{ {
"format": 1, "format": 1,
"restore": { "restore": {
"Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP4\\JoesAutomotive_CalebFontenot\\JoesAutomotive_CalebFontenot.csproj": {} "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\JoesAutomotive_CalebFontenot\\JoesAutomotive_CalebFontenot.csproj": {}
}, },
"projects": { "projects": {
"Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP4\\JoesAutomotive_CalebFontenot\\JoesAutomotive_CalebFontenot.csproj": { "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\JoesAutomotive_CalebFontenot\\JoesAutomotive_CalebFontenot.csproj": {
"version": "1.0.0", "version": "1.0.0",
"restore": { "restore": {
"projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP4\\JoesAutomotive_CalebFontenot\\JoesAutomotive_CalebFontenot.csproj", "projectUniqueName": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\JoesAutomotive_CalebFontenot\\JoesAutomotive_CalebFontenot.csproj",
"projectName": "JoesAutomotive_CalebFontenot", "projectName": "JoesAutomotive_CalebFontenot",
"projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP4\\JoesAutomotive_CalebFontenot\\JoesAutomotive_CalebFontenot.csproj", "projectPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\JoesAutomotive_CalebFontenot\\JoesAutomotive_CalebFontenot.csproj",
"packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\", "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
"outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP4\\JoesAutomotive_CalebFontenot\\obj\\", "outputPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\JoesAutomotive_CalebFontenot\\obj\\",
"projectStyle": "PackageReference", "projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [ "configFilePaths": [
"C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
], ],
"originalTargetFrameworks": [ "originalTargetFrameworks": [
@ -58,7 +62,7 @@
"privateAssets": "none" "privateAssets": "none"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json"
} }
} }
} }

@ -5,11 +5,12 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\caleb\.nuget\packages\</NuGetPackageFolders> <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\caleb\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.0</NuGetToolVersion> <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.0</NuGetToolVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\caleb\.nuget\packages\" /> <SourceRoot Include="C:\Users\caleb\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup> </ItemGroup>
</Project> </Project>

@ -8,19 +8,24 @@
"net6.0-windows7.0": [] "net6.0-windows7.0": []
}, },
"packageFolders": { "packageFolders": {
"C:\\Users\\caleb\\.nuget\\packages\\": {} "C:\\Users\\caleb\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
}, },
"project": { "project": {
"version": "1.0.0", "version": "1.0.0",
"restore": { "restore": {
"projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP4\\JoesAutomotive_CalebFontenot\\JoesAutomotive_CalebFontenot.csproj", "projectUniqueName": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\JoesAutomotive_CalebFontenot\\JoesAutomotive_CalebFontenot.csproj",
"projectName": "JoesAutomotive_CalebFontenot", "projectName": "JoesAutomotive_CalebFontenot",
"projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP4\\JoesAutomotive_CalebFontenot\\JoesAutomotive_CalebFontenot.csproj", "projectPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\JoesAutomotive_CalebFontenot\\JoesAutomotive_CalebFontenot.csproj",
"packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\", "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
"outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP4\\JoesAutomotive_CalebFontenot\\obj\\", "outputPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\JoesAutomotive_CalebFontenot\\obj\\",
"projectStyle": "PackageReference", "projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [ "configFilePaths": [
"C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
], ],
"originalTargetFrameworks": [ "originalTargetFrameworks": [
@ -64,7 +69,7 @@
"privateAssets": "none" "privateAssets": "none"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json"
} }
} }
} }

@ -1,8 +1,8 @@
{ {
"version": 2, "version": 2,
"dgSpecHash": "1e92b+/GRJbd+KHtG8B7/PkzdS1releQsMWby82R4LtQwiui9AhutFWN7S5ORFGT1kb0LSqdv/+YQok6026k+g==", "dgSpecHash": "Vyx7Bl9LzfgVdVnaZ2k1uMkXHcveYcpAZREuc4jz1SMmYCq0/hXDggMZrgOVnc9erFcC7x4dK10S61Mdpwb0Ng==",
"success": true, "success": true,
"projectFilePath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP4\\JoesAutomotive_CalebFontenot\\JoesAutomotive_CalebFontenot.csproj", "projectFilePath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\JoesAutomotive_CalebFontenot\\JoesAutomotive_CalebFontenot.csproj",
"expectedPackageFiles": [], "expectedPackageFiles": [],
"logs": [] "logs": []
} }

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RCS_CalebFontenot", "RCS_CalebFontenot\RCS_CalebFontenot.csproj", "{88731825-AA65-47F2-9DE4-15A4D4DFB2AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88731825-AA65-47F2-9DE4-15A4D4DFB2AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88731825-AA65-47F2-9DE4-15A4D4DFB2AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88731825-AA65-47F2-9DE4-15A4D4DFB2AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88731825-AA65-47F2-9DE4-15A4D4DFB2AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A3CCEBB6-8CB2-41B5-B160-578FAFC3A9C0}
EndGlobalSection
EndGlobal

@ -0,0 +1,204 @@
namespace RCS_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();
this.rockPictureBox = new System.Windows.Forms.PictureBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.paperPictureBox = new System.Windows.Forms.PictureBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.scissorPictureBox = new System.Windows.Forms.PictureBox();
this.statusLabel = new System.Windows.Forms.Label();
this.newGameButton = new System.Windows.Forms.Button();
this.exitButton = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.cpuMove = new System.Windows.Forms.PictureBox();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.rockPictureBox)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.paperPictureBox)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.scissorPictureBox)).BeginInit();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cpuMove)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.rockPictureBox);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(250, 182);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Rock";
//
// rockPictureBox
//
this.rockPictureBox.Enabled = false;
this.rockPictureBox.Image = global::RCS_CalebFontenot.Properties.Resources.Mount_Rushmore;
this.rockPictureBox.Location = new System.Drawing.Point(6, 22);
this.rockPictureBox.Name = "rockPictureBox";
this.rockPictureBox.Size = new System.Drawing.Size(238, 154);
this.rockPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.rockPictureBox.TabIndex = 0;
this.rockPictureBox.TabStop = false;
this.rockPictureBox.Click += new System.EventHandler(this.rockPictureBox_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.paperPictureBox);
this.groupBox2.Location = new System.Drawing.Point(268, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(250, 182);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Paper";
//
// paperPictureBox
//
this.paperPictureBox.Image = global::RCS_CalebFontenot.Properties.Resources.paper;
this.paperPictureBox.Location = new System.Drawing.Point(6, 22);
this.paperPictureBox.Name = "paperPictureBox";
this.paperPictureBox.Size = new System.Drawing.Size(238, 154);
this.paperPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.paperPictureBox.TabIndex = 0;
this.paperPictureBox.TabStop = false;
this.paperPictureBox.Click += new System.EventHandler(this.paperPictureBox_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.scissorPictureBox);
this.groupBox3.Location = new System.Drawing.Point(524, 12);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(250, 182);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Scissors";
//
// scissorPictureBox
//
this.scissorPictureBox.Image = global::RCS_CalebFontenot.Properties.Resources.scissors;
this.scissorPictureBox.Location = new System.Drawing.Point(6, 22);
this.scissorPictureBox.Name = "scissorPictureBox";
this.scissorPictureBox.Size = new System.Drawing.Size(238, 154);
this.scissorPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.scissorPictureBox.TabIndex = 0;
this.scissorPictureBox.TabStop = false;
this.scissorPictureBox.Click += new System.EventHandler(this.scissorPictureBox_Click);
//
// statusLabel
//
this.statusLabel.Location = new System.Drawing.Point(99, 204);
this.statusLabel.Name = "statusLabel";
this.statusLabel.Size = new System.Drawing.Size(594, 23);
this.statusLabel.TabIndex = 2;
this.statusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// newGameButton
//
this.newGameButton.Location = new System.Drawing.Point(18, 204);
this.newGameButton.Name = "newGameButton";
this.newGameButton.Size = new System.Drawing.Size(75, 23);
this.newGameButton.TabIndex = 3;
this.newGameButton.Text = "New Game";
this.newGameButton.UseVisualStyleBackColor = true;
this.newGameButton.Click += new System.EventHandler(this.newGameButton_Click);
//
// exitButton
//
this.exitButton.Location = new System.Drawing.Point(699, 204);
this.exitButton.Name = "exitButton";
this.exitButton.Size = new System.Drawing.Size(75, 23);
this.exitButton.TabIndex = 4;
this.exitButton.Text = "Exit";
this.exitButton.UseVisualStyleBackColor = true;
this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.cpuMove);
this.groupBox4.Location = new System.Drawing.Point(274, 230);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(244, 170);
this.groupBox4.TabIndex = 5;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Computer\'s move";
//
// cpuMove
//
this.cpuMove.Location = new System.Drawing.Point(6, 22);
this.cpuMove.Name = "cpuMove";
this.cpuMove.Size = new System.Drawing.Size(232, 142);
this.cpuMove.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.cpuMove.TabIndex = 0;
this.cpuMove.TabStop = false;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 412);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.exitButton);
this.Controls.Add(this.newGameButton);
this.Controls.Add(this.statusLabel);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "Form1";
this.Text = "Rock, Paper, Scissors - Caleb Fontenot";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.rockPictureBox)).EndInit();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.paperPictureBox)).EndInit();
this.groupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.scissorPictureBox)).EndInit();
this.groupBox4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.cpuMove)).EndInit();
this.ResumeLayout(false);
}
#endregion
private GroupBox groupBox1;
private PictureBox rockPictureBox;
private GroupBox groupBox2;
private PictureBox paperPictureBox;
private GroupBox groupBox3;
private PictureBox scissorPictureBox;
private Label statusLabel;
private Button newGameButton;
private Button exitButton;
private GroupBox groupBox4;
private PictureBox cpuMove;
}
}

@ -0,0 +1,145 @@
namespace RCS_CalebFontenot
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private int cpuAction;
private void endGame()
{
// Disable the interactivity of the images.
rockPictureBox.Enabled = false;
paperPictureBox.Enabled = false;
scissorPictureBox.Enabled = false;
// Re-enable the newGameButton.
newGameButton.Enabled = true;
}
private void playRound(int action)
{
// The action variable determines what we will do.
switch (action)
{
case -1: //The Player is starting the game.
Random rng = new Random();
cpuAction = rng.Next(0, 2);
statusLabel.Text = "The computer has chosen a move. Please make yours.";
// Clear the computer choice image.
cpuMove.Visible = false;
break;
case 0: // The player has chosen rock.
switch (cpuAction)
{
case 0:
statusLabel.Text = "The computer has chosen rock. You chose rock as well. It is a draw.";
cpuMove.Visible = true;
cpuMove.Image = Properties.Resources.Mount_Rushmore;
break;
case 1:
statusLabel.Text = "The computer chose paper. You chose rock. The computer wins!";
cpuMove.Visible = true;
cpuMove.Image = Properties.Resources.paper;
break;
case 2:
statusLabel.Text = "The computer chose scissors. You chose rock. You win!";
cpuMove.Visible = true;
cpuMove.Image = Properties.Resources.scissors;
break;
}
endGame();
break;
case 1:
switch (cpuAction)
{
case 0:
statusLabel.Text = "The computer has chosen rock. You chose paper. You win!";
cpuMove.Visible = true;
cpuMove.Image = Properties.Resources.Mount_Rushmore;
break;
case 1:
statusLabel.Text = "The computer chose paper. You chose paper as well. It is a draw.";
cpuMove.Visible = true;
cpuMove.Image = Properties.Resources.paper;
break;
case 2:
statusLabel.Text = "The computer chose scissors. You chose paper. The computer wins!";
cpuMove.Image = Properties.Resources.scissors;
cpuMove.Visible = true;
break;
}
endGame();
break;
case 2:
{
switch (cpuAction)
{
case 0:
statusLabel.Text = "The computer has chosen rock. You chose scissors. The computer wins!";
cpuMove.Image = Properties.Resources.Mount_Rushmore;
cpuMove.Visible = true;
break;
case 1:
statusLabel.Text = "The computer chose paper. You chose scissors. You win!";
cpuMove.Image = Properties.Resources.paper;
cpuMove.Visible = true;
break;
case 2:
statusLabel.Text = "The computer chose scissors. You chose paper. The computer wins!";
cpuMove.Image = Properties.Resources.scissors;
cpuMove.Visible = true;
break;
}
}
endGame();
break;
}
}
private void Form1_Load(object sender, EventArgs e)
{
// Do some stuff on start
statusLabel.Text = "Ready. Press 'New Game' to start a game.";
// Disable the interactivity of the images.
rockPictureBox.Enabled = false;
paperPictureBox.Enabled = false;
scissorPictureBox.Enabled = false;
}
private void newGameButton_Click(object sender, EventArgs e)
{
// Enable the images' interactivity.
rockPictureBox.Enabled = true;
paperPictureBox.Enabled = true;
scissorPictureBox.Enabled = true;
// Disable this button.
newGameButton.Enabled = false;
playRound(-1);
}
private void rockPictureBox_Click(object sender, EventArgs e)
{
statusLabel.Text = "You clicked Rock!";
playRound(0);
}
private void exitButton_Click(object sender, EventArgs e)
{
this.Close();
}
private void paperPictureBox_Click(object sender, EventArgs e)
{
playRound(1);
}
private void scissorPictureBox_Click(object sender, EventArgs e)
{
playRound(2);
}
}
}

@ -0,0 +1,60 @@
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

@ -0,0 +1,17 @@
namespace RCS_CalebFontenot
{
internal static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
// To customize application configuration such as set high DPI settings or default font,
// see https://aka.ms/applicationconfiguration.
ApplicationConfiguration.Initialize();
Application.Run(new Form1());
}
}
}

@ -0,0 +1,93 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace RCS_CalebFontenot.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RCS_CalebFontenot.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Mount_Rushmore {
get {
object obj = ResourceManager.GetObject("Mount-Rushmore", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap paper {
get {
object obj = ResourceManager.GetObject("paper", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap scissors {
get {
object obj = ResourceManager.GetObject("scissors", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}

@ -0,0 +1,130 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="Mount-Rushmore" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Mount-Rushmore.jpeg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="scissors" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\scissors.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="paper" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\paper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

@ -0,0 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Compile Update="Form1.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>

Binary file not shown.

After

Width:  |  Height:  |  Size: 521 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"RCS_CalebFontenot/1.0.0": {
"runtime": {
"RCS_CalebFontenot.dll": {}
}
}
}
},
"libraries": {
"RCS_CalebFontenot/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

@ -0,0 +1,15 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
]
}
}

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]

@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("RCS_CalebFontenot")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("RCS_CalebFontenot")]
[assembly: System.Reflection.AssemblyTitleAttribute("RCS_CalebFontenot")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

@ -0,0 +1,16 @@
is_global = true
build_property.ApplicationManifest =
build_property.StartupObject =
build_property.ApplicationDefaultFont =
build_property.ApplicationHighDpiMode =
build_property.ApplicationUseCompatibleTextRendering =
build_property.ApplicationVisualStyles =
build_property.TargetFramework = net6.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = RCS_CalebFontenot
build_property.ProjectDir = Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\

@ -0,0 +1,10 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Drawing;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;
global using global::System.Windows.Forms;

@ -0,0 +1,18 @@
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\bin\Debug\net6.0-windows\RCS_CalebFontenot.exe
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\bin\Debug\net6.0-windows\RCS_CalebFontenot.deps.json
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\bin\Debug\net6.0-windows\RCS_CalebFontenot.runtimeconfig.json
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\bin\Debug\net6.0-windows\RCS_CalebFontenot.dll
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\bin\Debug\net6.0-windows\RCS_CalebFontenot.pdb
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\obj\Debug\net6.0-windows\RCS_CalebFontenot.csproj.AssemblyReference.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\obj\Debug\net6.0-windows\RCS_CalebFontenot.Form1.resources
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\obj\Debug\net6.0-windows\RCS_CalebFontenot.Properties.Resources.resources
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\obj\Debug\net6.0-windows\RCS_CalebFontenot.csproj.GenerateResource.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\obj\Debug\net6.0-windows\RCS_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\obj\Debug\net6.0-windows\RCS_CalebFontenot.AssemblyInfoInputs.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\obj\Debug\net6.0-windows\RCS_CalebFontenot.AssemblyInfo.cs
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\obj\Debug\net6.0-windows\RCS_CalebFontenot.csproj.CoreCompileInputs.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\obj\Debug\net6.0-windows\RCS_CalebFontenot.dll
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\obj\Debug\net6.0-windows\refint\RCS_CalebFontenot.dll
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\obj\Debug\net6.0-windows\RCS_CalebFontenot.pdb
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\obj\Debug\net6.0-windows\RCS_CalebFontenot.genruntimeconfig.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\MP4\RCS_CalebFontenot\RCS_CalebFontenot\obj\Debug\net6.0-windows\ref\RCS_CalebFontenot.dll

@ -0,0 +1,11 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {}
},
"libraries": {}
}

@ -0,0 +1,23 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
],
"additionalProbingPaths": [
"C:\\Users\\caleb\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\caleb\\.nuget\\packages",
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
}
}
}

@ -0,0 +1,70 @@
{
"format": 1,
"restore": {
"Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\RCS_CalebFontenot\\RCS_CalebFontenot\\RCS_CalebFontenot.csproj": {}
},
"projects": {
"Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\RCS_CalebFontenot\\RCS_CalebFontenot\\RCS_CalebFontenot.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\RCS_CalebFontenot\\RCS_CalebFontenot\\RCS_CalebFontenot.csproj",
"projectName": "RCS_CalebFontenot",
"projectPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\RCS_CalebFontenot\\RCS_CalebFontenot\\RCS_CalebFontenot.csproj",
"packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
"outputPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\RCS_CalebFontenot\\RCS_CalebFontenot\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net6.0-windows"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0-windows7.0": {
"targetAlias": "net6.0-windows",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net6.0-windows7.0": {
"targetAlias": "net6.0-windows",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
},
"Microsoft.WindowsDesktop.App.WindowsForms": {
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json"
}
}
}
}
}

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\caleb\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\caleb\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
</Project>

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />

@ -0,0 +1,76 @@
{
"version": 3,
"targets": {
"net6.0-windows7.0": {}
},
"libraries": {},
"projectFileDependencyGroups": {
"net6.0-windows7.0": []
},
"packageFolders": {
"C:\\Users\\caleb\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\RCS_CalebFontenot\\RCS_CalebFontenot\\RCS_CalebFontenot.csproj",
"projectName": "RCS_CalebFontenot",
"projectPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\RCS_CalebFontenot\\RCS_CalebFontenot\\RCS_CalebFontenot.csproj",
"packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
"outputPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\RCS_CalebFontenot\\RCS_CalebFontenot\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net6.0-windows"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0-windows7.0": {
"targetAlias": "net6.0-windows",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net6.0-windows7.0": {
"targetAlias": "net6.0-windows",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
},
"Microsoft.WindowsDesktop.App.WindowsForms": {
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json"
}
}
}
}

@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "ik4oNaGDVVO8CAQTFZ0p5uPx6ACwukpQYzJtTBM7vlwFJL6OLKloWnMjxYOZ6vCTX8DIngHrj/aOwRJL06OL3Q==",
"success": true,
"projectFilePath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP4\\RCS_CalebFontenot\\RCS_CalebFontenot\\RCS_CalebFontenot.csproj",
"expectedPackageFiles": [],
"logs": []
}