You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
elite_power_sim/Elite Power Management Simu.../Form1.Designer.cs

454 lines
22 KiB

namespace Elite_Power_Management_Simulator
{
partial class form_main
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(form_main));
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.lbl_eng = new System.Windows.Forms.Label();
this.lbl_sys = new System.Windows.Forms.Label();
this.lbl_wep = new System.Windows.Forms.Label();
this.btn_reset = new System.Windows.Forms.Button();
this.lbl_copyright = new System.Windows.Forms.Label();
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.cbox_showLog = new System.Windows.Forms.CheckBox();
this.gbox_log = new System.Windows.Forms.GroupBox();
this.lst_log = new System.Windows.Forms.ListBox();
this.txt_mba = new System.Windows.Forms.TextBox();
this.gbox_macroBuilder = new System.Windows.Forms.GroupBox();
this.lbl_mbaChangeWarning = new System.Windows.Forms.Label();
this.gbox_custom = new System.Windows.Forms.GroupBox();
this.lbl_custRst = new System.Windows.Forms.Label();
this.lbl_custWep = new System.Windows.Forms.Label();
this.lbl_custEng = new System.Windows.Forms.Label();
this.lbl_custSys = new System.Windows.Forms.Label();
this.txt_custRst = new System.Windows.Forms.TextBox();
this.txt_custWep = new System.Windows.Forms.TextBox();
this.txt_custEng = new System.Windows.Forms.TextBox();
this.txt_custSys = new System.Windows.Forms.TextBox();
this.rad_custom = new System.Windows.Forms.RadioButton();
this.rad_ahk = new System.Windows.Forms.RadioButton();
this.rad_ch = new System.Windows.Forms.RadioButton();
this.gbox_pipmgmt.SuspendLayout();
this.gbox_log.SuspendLayout();
this.gbox_macroBuilder.SuspendLayout();
this.gbox_custom.SuspendLayout();
this.SuspendLayout();
//
// prog_eng
//
this.prog_eng.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.prog_eng.Location = new System.Drawing.Point(117, 33);
this.prog_eng.Maximum = 8;
this.prog_eng.Name = "prog_eng";
this.prog_eng.Size = new System.Drawing.Size(158, 23);
this.prog_eng.TabIndex = 0;
this.prog_eng.Value = 4;
//
// prog_sys
//
this.prog_sys.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.prog_sys.Location = new System.Drawing.Point(12, 82);
this.prog_sys.Maximum = 8;
this.prog_sys.Name = "prog_sys";
this.prog_sys.Size = new System.Drawing.Size(158, 23);
this.prog_sys.TabIndex = 1;
this.prog_sys.Value = 4;
//
// prog_wep
//
this.prog_wep.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.prog_wep.Location = new System.Drawing.Point(222, 82);
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;
//
// lbl_eng
//
this.lbl_eng.AutoSize = true;
this.lbl_eng.Location = new System.Drawing.Point(181, 59);
this.lbl_eng.Name = "lbl_eng";
this.lbl_eng.Size = new System.Drawing.Size(30, 13);
this.lbl_eng.TabIndex = 3;
this.lbl_eng.Text = "ENG";
//
// lbl_sys
//
this.lbl_sys.AutoSize = true;
this.lbl_sys.Location = new System.Drawing.Point(76, 108);
this.lbl_sys.Name = "lbl_sys";
this.lbl_sys.Size = new System.Drawing.Size(28, 13);
this.lbl_sys.TabIndex = 4;
this.lbl_sys.Text = "SYS";
//
// lbl_wep
//
this.lbl_wep.AutoSize = true;
this.lbl_wep.Location = new System.Drawing.Point(283, 108);
this.lbl_wep.Name = "lbl_wep";
this.lbl_wep.Size = new System.Drawing.Size(32, 13);
this.lbl_wep.TabIndex = 5;
this.lbl_wep.Text = "WEP";
//
// btn_reset
//
this.btn_reset.Location = new System.Drawing.Point(133, 126);
this.btn_reset.Name = "btn_reset";
this.btn_reset.Size = new System.Drawing.Size(126, 31);
this.btn_reset.TabIndex = 6;
this.btn_reset.Text = "[ RST ]";
this.btn_reset.UseVisualStyleBackColor = true;
this.btn_reset.Click += new System.EventHandler(this.btn_reset_Click);
//
// 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);
this.lbl_copyright.TabIndex = 7;
this.lbl_copyright.Text = "(C)2020 Skyfall Tech";
this.lbl_copyright.Click += new System.EventHandler(this.lbl_copyright_Click);
//
// lbl_xant_ad
//
this.lbl_xant_ad.AutoSize = true;
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;
this.lbl_xant_ad.Text = "Buy your software from Xanthor\'s Software!";
this.lbl_xant_ad.Visible = false;
//
// lbl_instructions
//
this.lbl_instructions.AutoSize = true;
this.lbl_instructions.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.lbl_instructions.Location = new System.Drawing.Point(95, 12);
this.lbl_instructions.Name = "lbl_instructions";
this.lbl_instructions.Size = new System.Drawing.Size(196, 13);
this.lbl_instructions.TabIndex = 10;
this.lbl_instructions.Text = "Use arrow keys to change power levels.";
this.lbl_instructions.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lbl_version
//
this.lbl_version.AutoSize = true;
this.lbl_version.ForeColor = System.Drawing.SystemColors.ControlDark;
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.1.1";
//
// gbox_pipmgmt
//
this.gbox_pipmgmt.Controls.Add(this.cbox_showLog);
this.gbox_pipmgmt.Controls.Add(this.lbl_instructions);
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";
//
// cbox_showLog
//
this.cbox_showLog.AutoSize = true;
this.cbox_showLog.Location = new System.Drawing.Point(7, 159);
this.cbox_showLog.Name = "cbox_showLog";
this.cbox_showLog.Size = new System.Drawing.Size(139, 17);
this.cbox_showLog.TabIndex = 11;
this.cbox_showLog.Text = "Show Log/Macro Assist";
this.cbox_showLog.UseVisualStyleBackColor = true;
this.cbox_showLog.CheckedChanged += new System.EventHandler(this.cbox_showLog_CheckedChanged);
//
// gbox_log
//
this.gbox_log.Controls.Add(this.lst_log);
this.gbox_log.Location = new System.Drawing.Point(396, 3);
this.gbox_log.Name = "gbox_log";
this.gbox_log.Size = new System.Drawing.Size(385, 204);
this.gbox_log.TabIndex = 13;
this.gbox_log.TabStop = false;
this.gbox_log.Text = "Distribution Log";
this.gbox_log.Visible = false;
//
// lst_log
//
this.lst_log.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lst_log.BackColor = System.Drawing.SystemColors.Window;
this.lst_log.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lst_log.ForeColor = System.Drawing.SystemColors.MenuText;
this.lst_log.FormattingEnabled = true;
this.lst_log.Items.AddRange(new object[] {
"[ RST ]\t\t[ 2 / 2 / 2 ]"});
this.lst_log.Location = new System.Drawing.Point(5, 14);
this.lst_log.Name = "lst_log";
this.lst_log.Size = new System.Drawing.Size(376, 184);
this.lst_log.TabIndex = 0;
//
// txt_mba
//
this.txt_mba.Location = new System.Drawing.Point(5, 90);
this.txt_mba.Name = "txt_mba";
this.txt_mba.Size = new System.Drawing.Size(768, 20);
this.txt_mba.TabIndex = 14;
this.txt_mba.Text = "KBDOWN ";
//
// gbox_macroBuilder
//
this.gbox_macroBuilder.Controls.Add(this.lbl_mbaChangeWarning);
this.gbox_macroBuilder.Controls.Add(this.gbox_custom);
this.gbox_macroBuilder.Controls.Add(this.rad_custom);
this.gbox_macroBuilder.Controls.Add(this.rad_ahk);
this.gbox_macroBuilder.Controls.Add(this.rad_ch);
this.gbox_macroBuilder.Controls.Add(this.txt_mba);
this.gbox_macroBuilder.Location = new System.Drawing.Point(3, 205);
this.gbox_macroBuilder.Name = "gbox_macroBuilder";
this.gbox_macroBuilder.Size = new System.Drawing.Size(778, 116);
this.gbox_macroBuilder.TabIndex = 14;
this.gbox_macroBuilder.TabStop = false;
this.gbox_macroBuilder.Text = "Macro Build Assist";
this.gbox_macroBuilder.Visible = false;
//
// lbl_mbaChangeWarning
//
this.lbl_mbaChangeWarning.AutoSize = true;
this.lbl_mbaChangeWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbl_mbaChangeWarning.ForeColor = System.Drawing.Color.Firebrick;
this.lbl_mbaChangeWarning.Location = new System.Drawing.Point(153, 22);
this.lbl_mbaChangeWarning.Name = "lbl_mbaChangeWarning";
this.lbl_mbaChangeWarning.Size = new System.Drawing.Size(176, 39);
this.lbl_mbaChangeWarning.TabIndex = 28;
this.lbl_mbaChangeWarning.Text = "! WARNING !\r\nA pip reset must be performed\r\nto clear the macro builder!";
this.lbl_mbaChangeWarning.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.lbl_mbaChangeWarning.Visible = false;
//
// gbox_custom
//
this.gbox_custom.Controls.Add(this.lbl_custRst);
this.gbox_custom.Controls.Add(this.lbl_custWep);
this.gbox_custom.Controls.Add(this.lbl_custEng);
this.gbox_custom.Controls.Add(this.lbl_custSys);
this.gbox_custom.Controls.Add(this.txt_custRst);
this.gbox_custom.Controls.Add(this.txt_custWep);
this.gbox_custom.Controls.Add(this.txt_custEng);
this.gbox_custom.Controls.Add(this.txt_custSys);
this.gbox_custom.Location = new System.Drawing.Point(393, 7);
this.gbox_custom.Name = "gbox_custom";
this.gbox_custom.Size = new System.Drawing.Size(381, 80);
this.gbox_custom.TabIndex = 27;
this.gbox_custom.TabStop = false;
this.gbox_custom.Text = "Custom Macro Buttons";
this.gbox_custom.Visible = false;
//
// lbl_custRst
//
this.lbl_custRst.AutoSize = true;
this.lbl_custRst.Location = new System.Drawing.Point(231, 58);
this.lbl_custRst.Name = "lbl_custRst";
this.lbl_custRst.Size = new System.Drawing.Size(41, 13);
this.lbl_custRst.TabIndex = 7;
this.lbl_custRst.Text = "[ RST ]";
//
// lbl_custWep
//
this.lbl_custWep.AutoSize = true;
this.lbl_custWep.Location = new System.Drawing.Point(345, 36);
this.lbl_custWep.Name = "lbl_custWep";
this.lbl_custWep.Size = new System.Drawing.Size(32, 13);
this.lbl_custWep.TabIndex = 6;
this.lbl_custWep.Text = "WEP";
//
// lbl_custEng
//
this.lbl_custEng.AutoSize = true;
this.lbl_custEng.Location = new System.Drawing.Point(231, 14);
this.lbl_custEng.Name = "lbl_custEng";
this.lbl_custEng.Size = new System.Drawing.Size(30, 13);
this.lbl_custEng.TabIndex = 5;
this.lbl_custEng.Text = "ENG";
//
// lbl_custSys
//
this.lbl_custSys.AutoSize = true;
this.lbl_custSys.Location = new System.Drawing.Point(117, 36);
this.lbl_custSys.Name = "lbl_custSys";
this.lbl_custSys.Size = new System.Drawing.Size(28, 13);
this.lbl_custSys.TabIndex = 4;
this.lbl_custSys.Text = "SYS";
//
// txt_custRst
//
this.txt_custRst.Location = new System.Drawing.Point(125, 54);
this.txt_custRst.Name = "txt_custRst";
this.txt_custRst.Size = new System.Drawing.Size(100, 20);
this.txt_custRst.TabIndex = 3;
this.txt_custRst.TextChanged += new System.EventHandler(this.txt_custRst_TextChanged);
//
// txt_custWep
//
this.txt_custWep.Location = new System.Drawing.Point(239, 33);
this.txt_custWep.Name = "txt_custWep";
this.txt_custWep.Size = new System.Drawing.Size(100, 20);
this.txt_custWep.TabIndex = 2;
this.txt_custWep.TextChanged += new System.EventHandler(this.txt_custWep_TextChanged);
//
// txt_custEng
//
this.txt_custEng.Location = new System.Drawing.Point(125, 11);
this.txt_custEng.Name = "txt_custEng";
this.txt_custEng.Size = new System.Drawing.Size(100, 20);
this.txt_custEng.TabIndex = 1;
this.txt_custEng.TextChanged += new System.EventHandler(this.txt_custEng_TextChanged);
//
// txt_custSys
//
this.txt_custSys.Location = new System.Drawing.Point(11, 33);
this.txt_custSys.Name = "txt_custSys";
this.txt_custSys.Size = new System.Drawing.Size(100, 20);
this.txt_custSys.TabIndex = 0;
this.txt_custSys.TextChanged += new System.EventHandler(this.txt_custSys_TextChanged);
//
// rad_custom
//
this.rad_custom.AutoSize = true;
this.rad_custom.Location = new System.Drawing.Point(7, 66);
this.rad_custom.Name = "rad_custom";
this.rad_custom.Size = new System.Drawing.Size(60, 17);
this.rad_custom.TabIndex = 17;
this.rad_custom.Text = "Custom";
this.rad_custom.UseVisualStyleBackColor = true;
this.rad_custom.CheckedChanged += new System.EventHandler(this.rad_mba_CheckedChanged);
//
// rad_ahk
//
this.rad_ahk.AutoSize = true;
this.rad_ahk.Location = new System.Drawing.Point(7, 43);
this.rad_ahk.Name = "rad_ahk";
this.rad_ahk.Size = new System.Drawing.Size(82, 17);
this.rad_ahk.TabIndex = 16;
this.rad_ahk.Text = "AutoHotKey";
this.rad_ahk.UseVisualStyleBackColor = true;
this.rad_ahk.CheckedChanged += new System.EventHandler(this.rad_mba_CheckedChanged);
//
// rad_ch
//
this.rad_ch.AutoSize = true;
this.rad_ch.Checked = true;
this.rad_ch.Location = new System.Drawing.Point(7, 20);
this.rad_ch.Name = "rad_ch";
this.rad_ch.Size = new System.Drawing.Size(85, 17);
this.rad_ch.TabIndex = 15;
this.rad_ch.TabStop = true;
this.rad_ch.Text = "CH Products";
this.rad_ch.UseVisualStyleBackColor = true;
this.rad_ch.CheckedChanged += new System.EventHandler(this.rad_mba_CheckedChanged);
//
// form_main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(392, 209);
this.Controls.Add(this.gbox_macroBuilder);
this.Controls.Add(this.gbox_log);
this.Controls.Add(this.lbl_version);
this.Controls.Add(this.lbl_xant_ad);
this.Controls.Add(this.lbl_copyright);
this.Controls.Add(this.btn_reset);
this.Controls.Add(this.lbl_wep);
this.Controls.Add(this.lbl_sys);
this.Controls.Add(this.lbl_eng);
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.MaximizeBox = false;
this.Name = "form_main";
this.Text = "Elite Power Management Simulator";
this.gbox_pipmgmt.ResumeLayout(false);
this.gbox_pipmgmt.PerformLayout();
this.gbox_log.ResumeLayout(false);
this.gbox_macroBuilder.ResumeLayout(false);
this.gbox_macroBuilder.PerformLayout();
this.gbox_custom.ResumeLayout(false);
this.gbox_custom.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
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 lbl_eng;
private System.Windows.Forms.Label lbl_sys;
private System.Windows.Forms.Label lbl_wep;
private System.Windows.Forms.Button btn_reset;
private System.Windows.Forms.Label lbl_copyright;
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;
private System.Windows.Forms.CheckBox cbox_showLog;
private System.Windows.Forms.GroupBox gbox_log;
private System.Windows.Forms.ListBox lst_log;
private System.Windows.Forms.TextBox txt_mba;
private System.Windows.Forms.GroupBox gbox_macroBuilder;
private System.Windows.Forms.RadioButton rad_custom;
private System.Windows.Forms.RadioButton rad_ahk;
private System.Windows.Forms.RadioButton rad_ch;
private System.Windows.Forms.GroupBox gbox_custom;
private System.Windows.Forms.Label lbl_custRst;
private System.Windows.Forms.Label lbl_custWep;
private System.Windows.Forms.Label lbl_custEng;
private System.Windows.Forms.Label lbl_custSys;
private System.Windows.Forms.TextBox txt_custRst;
private System.Windows.Forms.TextBox txt_custWep;
private System.Windows.Forms.TextBox txt_custEng;
private System.Windows.Forms.TextBox txt_custSys;
private System.Windows.Forms.Label lbl_mbaChangeWarning;
}
}