Assembly info updated; visual changes

master v1.0.0.2
Aaron Johnson 5 years ago
parent eb3bfa7ee6
commit 68a8155ed7

@ -32,7 +32,6 @@
this.prog_eng = new System.Windows.Forms.ProgressBar(); this.prog_eng = new System.Windows.Forms.ProgressBar();
this.prog_sys = new System.Windows.Forms.ProgressBar(); this.prog_sys = new System.Windows.Forms.ProgressBar();
this.prog_wep = 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_eng = new System.Windows.Forms.Label();
this.lbl_sys = new System.Windows.Forms.Label(); this.lbl_sys = new System.Windows.Forms.Label();
this.lbl_wep = 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_xant_ad = new System.Windows.Forms.Label();
this.lbl_instructions = new System.Windows.Forms.Label(); this.lbl_instructions = new System.Windows.Forms.Label();
this.lbl_version = new System.Windows.Forms.Label(); this.lbl_version = new System.Windows.Forms.Label();
this.gbox_pipmgmt = new System.Windows.Forms.GroupBox();
this.SuspendLayout(); this.SuspendLayout();
// //
// prog_eng // prog_eng
// //
this.prog_eng.BackColor = System.Drawing.SystemColors.ControlDarkDark; 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.Maximum = 8;
this.prog_eng.Name = "prog_eng"; this.prog_eng.Name = "prog_eng";
this.prog_eng.Size = new System.Drawing.Size(158, 23); this.prog_eng.Size = new System.Drawing.Size(158, 23);
@ -56,7 +56,7 @@
// prog_sys // prog_sys
// //
this.prog_sys.BackColor = System.Drawing.SystemColors.ControlDarkDark; 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.Maximum = 8;
this.prog_sys.Name = "prog_sys"; this.prog_sys.Name = "prog_sys";
this.prog_sys.Size = new System.Drawing.Size(158, 23); this.prog_sys.Size = new System.Drawing.Size(158, 23);
@ -66,25 +66,18 @@
// prog_wep // prog_wep
// //
this.prog_wep.BackColor = System.Drawing.SystemColors.ControlDarkDark; 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.Maximum = 8;
this.prog_wep.Name = "prog_wep"; this.prog_wep.Name = "prog_wep";
this.prog_wep.Size = new System.Drawing.Size(158, 23); this.prog_wep.Size = new System.Drawing.Size(158, 23);
this.prog_wep.TabIndex = 2; this.prog_wep.TabIndex = 2;
this.prog_wep.Value = 4; 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 // lbl_eng
// //
this.lbl_eng.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lbl_eng.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lbl_eng.AutoSize = true; 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.Name = "lbl_eng";
this.lbl_eng.Size = new System.Drawing.Size(30, 13); this.lbl_eng.Size = new System.Drawing.Size(30, 13);
this.lbl_eng.TabIndex = 3; this.lbl_eng.TabIndex = 3;
@ -93,7 +86,7 @@
// lbl_sys // lbl_sys
// //
this.lbl_sys.AutoSize = true; 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.Name = "lbl_sys";
this.lbl_sys.Size = new System.Drawing.Size(28, 13); this.lbl_sys.Size = new System.Drawing.Size(28, 13);
this.lbl_sys.TabIndex = 4; this.lbl_sys.TabIndex = 4;
@ -102,7 +95,7 @@
// lbl_wep // lbl_wep
// //
this.lbl_wep.AutoSize = true; 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.Name = "lbl_wep";
this.lbl_wep.Size = new System.Drawing.Size(32, 13); this.lbl_wep.Size = new System.Drawing.Size(32, 13);
this.lbl_wep.TabIndex = 5; this.lbl_wep.TabIndex = 5;
@ -110,7 +103,7 @@
// //
// btn_reset // 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.Name = "btn_reset";
this.btn_reset.Size = new System.Drawing.Size(126, 31); this.btn_reset.Size = new System.Drawing.Size(126, 31);
this.btn_reset.TabIndex = 6; this.btn_reset.TabIndex = 6;
@ -121,6 +114,7 @@
// lbl_copyright // lbl_copyright
// //
this.lbl_copyright.AutoSize = true; 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.Location = new System.Drawing.Point(274, 188);
this.lbl_copyright.Name = "lbl_copyright"; this.lbl_copyright.Name = "lbl_copyright";
this.lbl_copyright.Size = new System.Drawing.Size(106, 13); this.lbl_copyright.Size = new System.Drawing.Size(106, 13);
@ -131,8 +125,8 @@
// lbl_xant_ad // lbl_xant_ad
// //
this.lbl_xant_ad.AutoSize = true; this.lbl_xant_ad.AutoSize = true;
this.lbl_xant_ad.ForeColor = System.Drawing.SystemColors.ControlDark; this.lbl_xant_ad.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.lbl_xant_ad.Location = new System.Drawing.Point(92, 9); this.lbl_xant_ad.Location = new System.Drawing.Point(61, 188);
this.lbl_xant_ad.Name = "lbl_xant_ad"; this.lbl_xant_ad.Name = "lbl_xant_ad";
this.lbl_xant_ad.Size = new System.Drawing.Size(209, 13); this.lbl_xant_ad.Size = new System.Drawing.Size(209, 13);
this.lbl_xant_ad.TabIndex = 8; this.lbl_xant_ad.TabIndex = 8;
@ -143,7 +137,7 @@
// //
this.lbl_instructions.AutoSize = true; this.lbl_instructions.AutoSize = true;
this.lbl_instructions.ForeColor = System.Drawing.SystemColors.ControlDarkDark; 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.Name = "lbl_instructions";
this.lbl_instructions.Size = new System.Drawing.Size(196, 13); this.lbl_instructions.Size = new System.Drawing.Size(196, 13);
this.lbl_instructions.TabIndex = 10; this.lbl_instructions.TabIndex = 10;
@ -154,11 +148,21 @@
// //
this.lbl_version.AutoSize = true; this.lbl_version.AutoSize = true;
this.lbl_version.ForeColor = System.Drawing.SystemColors.ControlDark; 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.Name = "lbl_version";
this.lbl_version.Size = new System.Drawing.Size(46, 13); this.lbl_version.Size = new System.Drawing.Size(46, 13);
this.lbl_version.TabIndex = 11; 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 // form_main
// //
@ -173,10 +177,10 @@
this.Controls.Add(this.lbl_wep); this.Controls.Add(this.lbl_wep);
this.Controls.Add(this.lbl_sys); this.Controls.Add(this.lbl_sys);
this.Controls.Add(this.lbl_eng); this.Controls.Add(this.lbl_eng);
this.Controls.Add(this.label1);
this.Controls.Add(this.prog_wep); this.Controls.Add(this.prog_wep);
this.Controls.Add(this.prog_sys); this.Controls.Add(this.prog_sys);
this.Controls.Add(this.prog_eng); this.Controls.Add(this.prog_eng);
this.Controls.Add(this.gbox_pipmgmt);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "form_main"; this.Name = "form_main";
@ -191,7 +195,6 @@
private System.Windows.Forms.ProgressBar prog_eng; private System.Windows.Forms.ProgressBar prog_eng;
private System.Windows.Forms.ProgressBar prog_sys; private System.Windows.Forms.ProgressBar prog_sys;
private System.Windows.Forms.ProgressBar prog_wep; 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_eng;
private System.Windows.Forms.Label lbl_sys; private System.Windows.Forms.Label lbl_sys;
private System.Windows.Forms.Label lbl_wep; 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_xant_ad;
private System.Windows.Forms.Label lbl_instructions; private System.Windows.Forms.Label lbl_instructions;
private System.Windows.Forms.Label lbl_version; private System.Windows.Forms.Label lbl_version;
private System.Windows.Forms.GroupBox gbox_pipmgmt;
} }
} }

@ -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.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.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.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\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_sim.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_sim.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\bin\Release\elite_power_sim.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_sim.Properties.Resources.resources
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\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

Loading…
Cancel
Save