namespace Elite_Power_Management_Simulator { partial class form_main { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.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(); 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.SuspendLayout(); // // prog_eng // this.prog_eng.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.prog_eng.Location = new System.Drawing.Point(115, 32); 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, 81); 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, 81); 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.AutoSize = true; this.lbl_eng.Location = new System.Drawing.Point(182, 58); 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(81, 107); 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(287, 107); 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(131, 125); 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.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.ControlDark; this.lbl_xant_ad.Location = new System.Drawing.Point(95, 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; 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(100, 167); 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(3, 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.0"; // // form_main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(392, 210); this.Controls.Add(this.lbl_version); this.Controls.Add(this.lbl_instructions); 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.label1); this.Controls.Add(this.prog_wep); this.Controls.Add(this.prog_sys); this.Controls.Add(this.prog_eng); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "form_main"; this.Text = "Elite Power Management Simulator"; 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 label1; 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; } }