diff --git a/.vs/Elite Power Management Simulator/v16/.suo b/.vs/Elite Power Management Simulator/v16/.suo index a5b4a36..51825dd 100644 Binary files a/.vs/Elite Power Management Simulator/v16/.suo and b/.vs/Elite Power Management Simulator/v16/.suo differ diff --git a/Elite Power Management Simulator/Form1.Designer.cs b/Elite Power Management Simulator/Form1.Designer.cs index 17b8191..c601c91 100644 --- a/Elite Power Management Simulator/Form1.Designer.cs +++ b/Elite Power Management Simulator/Form1.Designer.cs @@ -32,7 +32,6 @@ this.prog_eng = new System.Windows.Forms.ProgressBar(); this.prog_sys = new System.Windows.Forms.ProgressBar(); this.prog_wep = new System.Windows.Forms.ProgressBar(); - this.label1 = new System.Windows.Forms.Label(); this.lbl_eng = new System.Windows.Forms.Label(); this.lbl_sys = new System.Windows.Forms.Label(); this.lbl_wep = new System.Windows.Forms.Label(); @@ -41,12 +40,13 @@ this.lbl_xant_ad = new System.Windows.Forms.Label(); this.lbl_instructions = new System.Windows.Forms.Label(); this.lbl_version = new System.Windows.Forms.Label(); + this.gbox_pipmgmt = new System.Windows.Forms.GroupBox(); this.SuspendLayout(); // // prog_eng // this.prog_eng.BackColor = System.Drawing.SystemColors.ControlDarkDark; - this.prog_eng.Location = new System.Drawing.Point(117, 32); + this.prog_eng.Location = new System.Drawing.Point(117, 27); this.prog_eng.Maximum = 8; this.prog_eng.Name = "prog_eng"; this.prog_eng.Size = new System.Drawing.Size(158, 23); @@ -56,7 +56,7 @@ // prog_sys // this.prog_sys.BackColor = System.Drawing.SystemColors.ControlDarkDark; - this.prog_sys.Location = new System.Drawing.Point(12, 81); + this.prog_sys.Location = new System.Drawing.Point(12, 76); this.prog_sys.Maximum = 8; this.prog_sys.Name = "prog_sys"; this.prog_sys.Size = new System.Drawing.Size(158, 23); @@ -66,25 +66,18 @@ // prog_wep // this.prog_wep.BackColor = System.Drawing.SystemColors.ControlDarkDark; - this.prog_wep.Location = new System.Drawing.Point(222, 81); + this.prog_wep.Location = new System.Drawing.Point(222, 76); this.prog_wep.Maximum = 8; this.prog_wep.Name = "prog_wep"; this.prog_wep.Size = new System.Drawing.Size(158, 23); this.prog_wep.TabIndex = 2; this.prog_wep.Value = 4; // - // label1 - // - this.label1.Location = new System.Drawing.Point(0, 0); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(100, 23); - this.label1.TabIndex = 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(181, 58); + this.lbl_eng.Location = new System.Drawing.Point(181, 53); this.lbl_eng.Name = "lbl_eng"; this.lbl_eng.Size = new System.Drawing.Size(30, 13); this.lbl_eng.TabIndex = 3; @@ -93,7 +86,7 @@ // lbl_sys // this.lbl_sys.AutoSize = true; - this.lbl_sys.Location = new System.Drawing.Point(76, 107); + this.lbl_sys.Location = new System.Drawing.Point(76, 102); this.lbl_sys.Name = "lbl_sys"; this.lbl_sys.Size = new System.Drawing.Size(28, 13); this.lbl_sys.TabIndex = 4; @@ -102,7 +95,7 @@ // lbl_wep // this.lbl_wep.AutoSize = true; - this.lbl_wep.Location = new System.Drawing.Point(283, 107); + this.lbl_wep.Location = new System.Drawing.Point(283, 102); this.lbl_wep.Name = "lbl_wep"; this.lbl_wep.Size = new System.Drawing.Size(32, 13); this.lbl_wep.TabIndex = 5; @@ -110,7 +103,7 @@ // // btn_reset // - this.btn_reset.Location = new System.Drawing.Point(133, 125); + this.btn_reset.Location = new System.Drawing.Point(133, 120); this.btn_reset.Name = "btn_reset"; this.btn_reset.Size = new System.Drawing.Size(126, 31); this.btn_reset.TabIndex = 6; @@ -121,6 +114,7 @@ // lbl_copyright // this.lbl_copyright.AutoSize = true; + this.lbl_copyright.ForeColor = System.Drawing.SystemColors.ControlDark; this.lbl_copyright.Location = new System.Drawing.Point(274, 188); this.lbl_copyright.Name = "lbl_copyright"; this.lbl_copyright.Size = new System.Drawing.Size(106, 13); @@ -131,8 +125,8 @@ // lbl_xant_ad // this.lbl_xant_ad.AutoSize = true; - this.lbl_xant_ad.ForeColor = System.Drawing.SystemColors.ControlDark; - this.lbl_xant_ad.Location = new System.Drawing.Point(92, 9); + this.lbl_xant_ad.ForeColor = System.Drawing.SystemColors.ControlDarkDark; + this.lbl_xant_ad.Location = new System.Drawing.Point(61, 188); 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; @@ -143,7 +137,7 @@ // this.lbl_instructions.AutoSize = true; this.lbl_instructions.ForeColor = System.Drawing.SystemColors.ControlDarkDark; - this.lbl_instructions.Location = new System.Drawing.Point(98, 166); + this.lbl_instructions.Location = new System.Drawing.Point(98, 161); this.lbl_instructions.Name = "lbl_instructions"; this.lbl_instructions.Size = new System.Drawing.Size(196, 13); this.lbl_instructions.TabIndex = 10; @@ -154,11 +148,21 @@ // this.lbl_version.AutoSize = true; this.lbl_version.ForeColor = System.Drawing.SystemColors.ControlDark; - this.lbl_version.Location = new System.Drawing.Point(3, 188); + this.lbl_version.Location = new System.Drawing.Point(9, 188); this.lbl_version.Name = "lbl_version"; this.lbl_version.Size = new System.Drawing.Size(46, 13); this.lbl_version.TabIndex = 11; - this.lbl_version.Text = "v1.0.0.1"; + this.lbl_version.Text = "v1.0.0.2"; + // + // gbox_pipmgmt + // + this.gbox_pipmgmt.ForeColor = System.Drawing.SystemColors.ControlText; + this.gbox_pipmgmt.Location = new System.Drawing.Point(3, 3); + this.gbox_pipmgmt.Name = "gbox_pipmgmt"; + this.gbox_pipmgmt.Size = new System.Drawing.Size(386, 182); + this.gbox_pipmgmt.TabIndex = 12; + this.gbox_pipmgmt.TabStop = false; + this.gbox_pipmgmt.Text = "Power Distribution"; // // form_main // @@ -173,10 +177,10 @@ this.Controls.Add(this.lbl_wep); this.Controls.Add(this.lbl_sys); this.Controls.Add(this.lbl_eng); - this.Controls.Add(this.label1); this.Controls.Add(this.prog_wep); this.Controls.Add(this.prog_sys); this.Controls.Add(this.prog_eng); + this.Controls.Add(this.gbox_pipmgmt); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "form_main"; @@ -191,7 +195,6 @@ private System.Windows.Forms.ProgressBar prog_eng; private System.Windows.Forms.ProgressBar prog_sys; private System.Windows.Forms.ProgressBar prog_wep; - private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lbl_eng; private System.Windows.Forms.Label lbl_sys; private System.Windows.Forms.Label lbl_wep; @@ -200,6 +203,7 @@ private System.Windows.Forms.Label lbl_xant_ad; private System.Windows.Forms.Label lbl_instructions; private System.Windows.Forms.Label lbl_version; + private System.Windows.Forms.GroupBox gbox_pipmgmt; } } diff --git a/Elite Power Management Simulator/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/Elite Power Management Simulator/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 13e74e9..072d23a 100644 Binary files a/Elite Power Management Simulator/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/Elite Power Management Simulator/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/Elite Power Management Simulator/obj/Debug/Elite Power Management Simulator.csproj.GenerateResource.cache b/Elite Power Management Simulator/obj/Debug/Elite Power Management Simulator.csproj.GenerateResource.cache index b38573d..64e906a 100644 Binary files a/Elite Power Management Simulator/obj/Debug/Elite Power Management Simulator.csproj.GenerateResource.cache and b/Elite Power Management Simulator/obj/Debug/Elite Power Management Simulator.csproj.GenerateResource.cache differ diff --git a/Elite Power Management Simulator/obj/Debug/Elite Power Management Simulator.csprojAssemblyReference.cache b/Elite Power Management Simulator/obj/Debug/Elite Power Management Simulator.csprojAssemblyReference.cache index 050502c..f2d690f 100644 Binary files a/Elite Power Management Simulator/obj/Debug/Elite Power Management Simulator.csprojAssemblyReference.cache and b/Elite Power Management Simulator/obj/Debug/Elite Power Management Simulator.csprojAssemblyReference.cache differ diff --git a/Elite Power Management Simulator/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/Elite Power Management Simulator/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll index fff27ba..efff643 100644 Binary files a/Elite Power Management Simulator/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll and b/Elite Power Management Simulator/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll differ diff --git a/Elite Power Management Simulator/obj/Debug/elite_power_sim.exe b/Elite Power Management Simulator/obj/Debug/elite_power_sim.exe index e6943fa..1d176c4 100644 Binary files a/Elite Power Management Simulator/obj/Debug/elite_power_sim.exe and b/Elite Power Management Simulator/obj/Debug/elite_power_sim.exe differ diff --git a/Elite Power Management Simulator/obj/Debug/elite_power_sim.pdb b/Elite Power Management Simulator/obj/Debug/elite_power_sim.pdb index 35f8589..513f0d9 100644 Binary files a/Elite Power Management Simulator/obj/Debug/elite_power_sim.pdb and b/Elite Power Management Simulator/obj/Debug/elite_power_sim.pdb differ 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 635da42..5ef117d 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,10 +1,10 @@ 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 +C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\bin\Release\elite_power_sim.exe.config +C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\bin\Release\elite_power_sim.exe +C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\bin\Release\elite_power_sim.pdb +C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\elite_power_sim.Properties.Resources.resources +C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\elite_power_sim.exe +C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\elite_power_sim.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 b38573d..a2f8351 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.exe b/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.exe deleted file mode 100644 index 826cefe..0000000 Binary files a/Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.exe and /dev/null differ diff --git a/Elite Power Management Simulator/obj/Release/TempPE/Properties.Resources.Designer.cs.dll b/Elite Power Management Simulator/obj/Release/TempPE/Properties.Resources.Designer.cs.dll new file mode 100644 index 0000000..ce052ab Binary files /dev/null and b/Elite Power Management Simulator/obj/Release/TempPE/Properties.Resources.Designer.cs.dll differ diff --git a/Elite Power Management Simulator/obj/Release/Elite_Power_Management_Simulator.Properties.Resources.resources b/Elite Power Management Simulator/obj/Release/elite_power_sim.Properties.Resources.resources similarity index 100% rename from Elite Power Management Simulator/obj/Release/Elite_Power_Management_Simulator.Properties.Resources.resources rename to Elite Power Management Simulator/obj/Release/elite_power_sim.Properties.Resources.resources diff --git a/Elite Power Management Simulator/obj/Release/elite_power_sim.exe b/Elite Power Management Simulator/obj/Release/elite_power_sim.exe new file mode 100644 index 0000000..5a31f25 Binary files /dev/null and b/Elite Power Management Simulator/obj/Release/elite_power_sim.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_sim.pdb similarity index 51% rename from Elite Power Management Simulator/obj/Release/Elite Power Management Simulator.pdb rename to Elite Power Management Simulator/obj/Release/elite_power_sim.pdb index 97348f1..e34a1ab 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_sim.pdb differ