using System.Windows.Forms; namespace Program_Hide { partial class Form1 { /// /// 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() { this.components = new System.ComponentModel.Container(); this.btnRefresh = new System.Windows.Forms.Button(); this.image = new System.Windows.Forms.PictureBox(); this.lstWindows = new System.Windows.Forms.ComboBox(); this.tm1 = new System.Windows.Forms.Timer(this.components); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button2 = new System.Windows.Forms.Button(); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); this.label2 = new System.Windows.Forms.Label(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.fakePictureBox = new System.Windows.Forms.PictureBox(); this.button6 = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); ((System.ComponentModel.ISupportInitialize)(this.image)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fakePictureBox)).BeginInit(); this.SuspendLayout(); // // btnRefresh // this.btnRefresh.Anchor = System.Windows.Forms.AnchorStyles.Top; this.btnRefresh.Location = new System.Drawing.Point(491, 153); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(75, 23); this.btnRefresh.TabIndex = 7; this.btnRefresh.Text = "Refresh"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // image // this.image.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.image.BackColor = System.Drawing.SystemColors.ButtonFace; this.image.Location = new System.Drawing.Point(221, 182); this.image.Name = "image"; this.image.Size = new System.Drawing.Size(345, 205); this.image.TabIndex = 6; this.image.TabStop = false; // // lstWindows // this.lstWindows.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lstWindows.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.lstWindows.FormattingEnabled = true; this.lstWindows.Location = new System.Drawing.Point(221, 155); this.lstWindows.Name = "lstWindows"; this.lstWindows.Size = new System.Drawing.Size(260, 21); this.lstWindows.TabIndex = 5; this.lstWindows.SelectedIndexChanged += new System.EventHandler(this.lstWindows_SelectedIndexChanged); // // tm1 // this.tm1.Tick += new System.EventHandler(this.tm1_Tick); // // button1 // this.button1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.button1.Location = new System.Drawing.Point(572, 182); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(116, 44); this.button1.TabIndex = 9; this.button1.Text = "Create Keybind with Selected Window"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(129, 13); this.label1.TabIndex = 10; this.label1.Text = "Show/Hide This Window:"; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox1.Location = new System.Drawing.Point(1, 29); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(140, 33); this.textBox1.TabIndex = 11; this.textBox1.Click += new System.EventHandler(this.textBox1_Click); this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter); // // button2 // this.button2.Location = new System.Drawing.Point(147, 29); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(108, 33); this.button2.TabIndex = 12; this.button2.Text = "Record Keys"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // notifyIcon1 // this.notifyIcon1.Text = "notifyIcon1"; this.notifyIcon1.Visible = true; // // label2 // this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label2.Location = new System.Drawing.Point(1, 65); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(140, 51); this.label2.TabIndex = 13; this.label2.Text = "Currently:"; // // button3 // this.button3.Location = new System.Drawing.Point(147, 73); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(108, 34); this.button3.TabIndex = 14; this.button3.Text = "Reset to Default (Left Alt + Left Shift)"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button4 // this.button4.Location = new System.Drawing.Point(261, 34); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 15; this.button4.Text = "Cancel"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.Location = new System.Drawing.Point(572, 232); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(116, 44); this.button5.TabIndex = 16; this.button5.Text = "Create Keybind with Application"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // fakePictureBox // this.fakePictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.fakePictureBox.BackColor = System.Drawing.SystemColors.ButtonFace; this.fakePictureBox.Location = new System.Drawing.Point(221, 182); this.fakePictureBox.Name = "fakePictureBox"; this.fakePictureBox.Size = new System.Drawing.Size(345, 205); this.fakePictureBox.TabIndex = 6; this.fakePictureBox.TabStop = false; // // button6 // this.button6.Anchor = System.Windows.Forms.AnchorStyles.Top; this.button6.Location = new System.Drawing.Point(672, 12); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(116, 44); this.button6.TabIndex = 17; this.button6.Text = "View All Keybinds"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLight; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.button6); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.label2); this.Controls.Add(this.button2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label1); this.Controls.Add(this.button1); this.Controls.Add(this.btnRefresh); this.Controls.Add(this.fakePictureBox); this.Controls.Add(this.image); this.Controls.Add(this.lstWindows); this.Name = "Form1"; this.Text = "Program Hide - Main Menu"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.Resize += new System.EventHandler(this.Form1_Resize); ((System.ComponentModel.ISupportInitialize)(this.image)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fakePictureBox)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.PictureBox image; private System.Windows.Forms.ComboBox lstWindows; private System.Windows.Forms.Timer tm1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button2; private System.Windows.Forms.NotifyIcon notifyIcon1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.PictureBox fakePictureBox; private Button button6; private Timer timer1; } }