216 lines
9.9 KiB
C#
Executable File
216 lines
9.9 KiB
C#
Executable File
namespace Program_Hide
|
|
{
|
|
partial class Form2
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(359, 32);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(60, 24);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "label1";
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(334, 63);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(69, 17);
|
|
this.checkBox1.TabIndex = 9;
|
|
this.checkBox1.TabStop = false;
|
|
this.checkBox1.Text = "Maximize";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Location = new System.Drawing.Point(173, 134);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(75, 23);
|
|
this.button4.TabIndex = 20;
|
|
this.button4.TabStop = false;
|
|
this.button4.Text = "Cancel";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.label2.Location = new System.Drawing.Point(12, 122);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(140, 51);
|
|
this.label2.TabIndex = 18;
|
|
this.label2.Text = "Currently:";
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(158, 86);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(108, 33);
|
|
this.button2.TabIndex = 17;
|
|
this.button2.TabStop = false;
|
|
this.button2.Text = "Record Keys";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// 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(12, 86);
|
|
this.textBox1.Multiline = true;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(140, 33);
|
|
this.textBox1.TabIndex = 16;
|
|
this.textBox1.TabStop = false;
|
|
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);
|
|
//
|
|
// checkBox2
|
|
//
|
|
this.checkBox2.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.checkBox2.AutoSize = true;
|
|
this.checkBox2.Location = new System.Drawing.Point(334, 86);
|
|
this.checkBox2.Name = "checkBox2";
|
|
this.checkBox2.Size = new System.Drawing.Size(130, 17);
|
|
this.checkBox2.TabIndex = 21;
|
|
this.checkBox2.TabStop = false;
|
|
this.checkBox2.Text = "Create Instance Once";
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
|
|
//
|
|
// checkBox3
|
|
//
|
|
this.checkBox3.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.checkBox3.AutoSize = true;
|
|
this.checkBox3.Location = new System.Drawing.Point(334, 109);
|
|
this.checkBox3.Name = "checkBox3";
|
|
this.checkBox3.Size = new System.Drawing.Size(137, 17);
|
|
this.checkBox3.TabIndex = 22;
|
|
this.checkBox3.TabStop = false;
|
|
this.checkBox3.Text = "Create Instance Always";
|
|
this.checkBox3.UseVisualStyleBackColor = true;
|
|
this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(343, 134);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(112, 26);
|
|
this.button1.TabIndex = 23;
|
|
this.button1.TabStop = false;
|
|
this.button1.Text = "Save to Keybind List";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(596, 32);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(98, 33);
|
|
this.button3.TabIndex = 24;
|
|
this.button3.TabStop = false;
|
|
this.button3.Text = "Type in Manually";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Location = new System.Drawing.Point(700, 32);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(88, 33);
|
|
this.button5.TabIndex = 24;
|
|
this.button5.TabStop = false;
|
|
this.button5.Text = "Use File Dialog";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// Form2
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.checkBox3);
|
|
this.Controls.Add(this.checkBox2);
|
|
this.Controls.Add(this.button4);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.checkBox1);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "Form2";
|
|
this.Text = "Program Hide - Create";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form2_FormClosing);
|
|
this.Load += new System.EventHandler(this.Form2_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
private System.Windows.Forms.CheckBox checkBox3;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Timer timer1;
|
|
}
|
|
} |