diff --git a/.vs/Elite Power Management Simulator/v16/.suo b/.vs/Elite Power Management Simulator/v16/.suo new file mode 100644 index 0000000..2646663 Binary files /dev/null and b/.vs/Elite Power Management Simulator/v16/.suo differ diff --git a/Elite Power Management Simulator/Elite Power Management Simulator.csproj b/Elite Power Management Simulator/Elite Power Management Simulator.csproj new file mode 100644 index 0000000..7937d0f --- /dev/null +++ b/Elite Power Management Simulator/Elite Power Management Simulator.csproj @@ -0,0 +1,83 @@ + + + + + Debug + AnyCPU + {7FC8D566-B9B7-4FE8-BA7E-60A2EC6BC741} + WinExe + Elite_Power_Management_Simulator + Elite Power Management Simulator + v4.7.2 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + Form + + + Form1.cs + + + + + Form1.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + \ No newline at end of file diff --git a/Elite Power Management Simulator/Form1.Designer.cs b/Elite Power Management Simulator/Form1.Designer.cs index c15c928..fc56450 100644 --- a/Elite Power Management Simulator/Form1.Designer.cs +++ b/Elite Power Management Simulator/Form1.Designer.cs @@ -46,7 +46,7 @@ // prog_eng // this.prog_eng.BackColor = System.Drawing.SystemColors.ControlDarkDark; - this.prog_eng.Location = new System.Drawing.Point(115, 32); + this.prog_eng.Location = new System.Drawing.Point(117, 32); this.prog_eng.Maximum = 8; this.prog_eng.Name = "prog_eng"; this.prog_eng.Size = new System.Drawing.Size(158, 23); @@ -82,8 +82,9 @@ // // lbl_eng // + this.lbl_eng.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lbl_eng.AutoSize = true; - this.lbl_eng.Location = new System.Drawing.Point(182, 58); + this.lbl_eng.Location = new System.Drawing.Point(181, 58); this.lbl_eng.Name = "lbl_eng"; this.lbl_eng.Size = new System.Drawing.Size(30, 13); this.lbl_eng.TabIndex = 3; @@ -92,7 +93,7 @@ // lbl_sys // this.lbl_sys.AutoSize = true; - this.lbl_sys.Location = new System.Drawing.Point(81, 107); + this.lbl_sys.Location = new System.Drawing.Point(76, 107); this.lbl_sys.Name = "lbl_sys"; this.lbl_sys.Size = new System.Drawing.Size(28, 13); this.lbl_sys.TabIndex = 4; @@ -101,7 +102,7 @@ // lbl_wep // this.lbl_wep.AutoSize = true; - this.lbl_wep.Location = new System.Drawing.Point(287, 107); + this.lbl_wep.Location = new System.Drawing.Point(283, 107); this.lbl_wep.Name = "lbl_wep"; this.lbl_wep.Size = new System.Drawing.Size(32, 13); this.lbl_wep.TabIndex = 5; @@ -109,7 +110,7 @@ // // btn_reset // - this.btn_reset.Location = new System.Drawing.Point(131, 125); + this.btn_reset.Location = new System.Drawing.Point(133, 125); this.btn_reset.Name = "btn_reset"; this.btn_reset.Size = new System.Drawing.Size(126, 31); this.btn_reset.TabIndex = 6; @@ -131,7 +132,7 @@ // this.lbl_xant_ad.AutoSize = true; this.lbl_xant_ad.ForeColor = System.Drawing.SystemColors.ControlDark; - this.lbl_xant_ad.Location = new System.Drawing.Point(95, 9); + this.lbl_xant_ad.Location = new System.Drawing.Point(92, 9); this.lbl_xant_ad.Name = "lbl_xant_ad"; this.lbl_xant_ad.Size = new System.Drawing.Size(209, 13); this.lbl_xant_ad.TabIndex = 8; @@ -142,7 +143,7 @@ // this.lbl_instructions.AutoSize = true; this.lbl_instructions.ForeColor = System.Drawing.SystemColors.ControlDarkDark; - this.lbl_instructions.Location = new System.Drawing.Point(100, 167); + this.lbl_instructions.Location = new System.Drawing.Point(98, 166); this.lbl_instructions.Name = "lbl_instructions"; this.lbl_instructions.Size = new System.Drawing.Size(196, 13); this.lbl_instructions.TabIndex = 10; @@ -176,6 +177,7 @@ this.Controls.Add(this.prog_wep); this.Controls.Add(this.prog_sys); this.Controls.Add(this.prog_eng); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "form_main"; this.Text = "Elite Power Management Simulator"; diff --git a/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.csproj.FileListAbsolute.txt b/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.csproj.FileListAbsolute.txt index f3394ed..635da42 100644 --- a/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.csproj.FileListAbsolute.txt +++ b/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.csproj.FileListAbsolute.txt @@ -1,9 +1,10 @@ -C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\bin\Release\Elite Power Management Simulator.exe.config -C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\bin\Release\Elite Power Management Simulator.exe -C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\bin\Release\Elite Power Management Simulator.pdb C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\Elite_Power_Management_Simulator.form_main.resources C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\Elite_Power_Management_Simulator.Properties.Resources.resources C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\Elite Power Management Simulator.csproj.GenerateResource.cache C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\Elite Power Management Simulator.csproj.CoreCompileInputs.cache +C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\Elite Power Management Simulator.csprojAssemblyReference.cache +C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\bin\Release\Elite Power Management Simulator.exe.config +C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\bin\Release\Elite Power Management Simulator.exe +C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\bin\Release\Elite Power Management Simulator.pdb C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\Elite Power Management Simulator.exe C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\Elite Power Management Simulator.pdb diff --git a/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.csproj.GenerateResource.cache b/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.csproj.GenerateResource.cache index 6c88676..5ff3d11 100644 Binary files a/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.csproj.GenerateResource.cache and b/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.csproj.GenerateResource.cache differ diff --git a/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.csprojAssemblyReference.cache b/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.csprojAssemblyReference.cache new file mode 100644 index 0000000..4c4ceaf Binary files /dev/null and b/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.csprojAssemblyReference.cache differ diff --git a/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.exe b/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.exe index 5e09bfc..9e9f2fb 100644 Binary files a/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.exe and b/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.exe differ diff --git a/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.pdb b/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.pdb index 38d324d..f44dcda 100644 Binary files a/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.pdb and b/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.pdb differ