Files
linker/llock.win/MainForm.Designer.cs
2023-11-20 16:07:55 +08:00

223 lines
8.8 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace llock.win
{
partial class MainForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnClear = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.btn0 = new System.Windows.Forms.Button();
this.btn9 = new System.Windows.Forms.Button();
this.btn8 = new System.Windows.Forms.Button();
this.btn7 = new System.Windows.Forms.Button();
this.btn6 = new System.Windows.Forms.Button();
this.btn5 = new System.Windows.Forms.Button();
this.btn4 = new System.Windows.Forms.Button();
this.btn3 = new System.Windows.Forms.Button();
this.btn2 = new System.Windows.Forms.Button();
this.btn1 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnClear);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.btn0);
this.groupBox1.Controls.Add(this.btn9);
this.groupBox1.Controls.Add(this.btn8);
this.groupBox1.Controls.Add(this.btn7);
this.groupBox1.Controls.Add(this.btn6);
this.groupBox1.Controls.Add(this.btn5);
this.groupBox1.Controls.Add(this.btn4);
this.groupBox1.Controls.Add(this.btn3);
this.groupBox1.Controls.Add(this.btn2);
this.groupBox1.Controls.Add(this.btn1);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Location = new System.Drawing.Point(284, 147);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(200, 186);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "解锁";
//
// btnClear
//
this.btnClear.Location = new System.Drawing.Point(18, 145);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(50, 23);
this.btnClear.TabIndex = 12;
this.btnClear.Text = "清除";
this.btnClear.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(130, 145);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(50, 23);
this.button1.TabIndex = 1;
this.button1.Text = "解锁";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// btn0
//
this.btn0.Location = new System.Drawing.Point(74, 145);
this.btn0.Name = "btn0";
this.btn0.Size = new System.Drawing.Size(50, 23);
this.btn0.TabIndex = 11;
this.btn0.Text = "0";
this.btn0.UseVisualStyleBackColor = true;
//
// btn9
//
this.btn9.Location = new System.Drawing.Point(130, 116);
this.btn9.Name = "btn9";
this.btn9.Size = new System.Drawing.Size(50, 23);
this.btn9.TabIndex = 10;
this.btn9.Text = "9";
this.btn9.UseVisualStyleBackColor = true;
//
// btn8
//
this.btn8.Location = new System.Drawing.Point(74, 116);
this.btn8.Name = "btn8";
this.btn8.Size = new System.Drawing.Size(50, 23);
this.btn8.TabIndex = 9;
this.btn8.Text = "8";
this.btn8.UseVisualStyleBackColor = true;
//
// btn7
//
this.btn7.Location = new System.Drawing.Point(18, 116);
this.btn7.Name = "btn7";
this.btn7.Size = new System.Drawing.Size(50, 23);
this.btn7.TabIndex = 8;
this.btn7.Text = "7";
this.btn7.UseVisualStyleBackColor = true;
//
// btn6
//
this.btn6.Location = new System.Drawing.Point(130, 87);
this.btn6.Name = "btn6";
this.btn6.Size = new System.Drawing.Size(50, 23);
this.btn6.TabIndex = 7;
this.btn6.Text = "6";
this.btn6.UseVisualStyleBackColor = true;
//
// btn5
//
this.btn5.Location = new System.Drawing.Point(74, 87);
this.btn5.Name = "btn5";
this.btn5.Size = new System.Drawing.Size(50, 23);
this.btn5.TabIndex = 6;
this.btn5.Text = "5";
this.btn5.UseVisualStyleBackColor = true;
//
// btn4
//
this.btn4.Location = new System.Drawing.Point(18, 87);
this.btn4.Name = "btn4";
this.btn4.Size = new System.Drawing.Size(50, 23);
this.btn4.TabIndex = 5;
this.btn4.Text = "4";
this.btn4.UseVisualStyleBackColor = true;
//
// btn3
//
this.btn3.Location = new System.Drawing.Point(130, 58);
this.btn3.Name = "btn3";
this.btn3.Size = new System.Drawing.Size(50, 23);
this.btn3.TabIndex = 4;
this.btn3.Text = "3";
this.btn3.UseVisualStyleBackColor = true;
//
// btn2
//
this.btn2.Location = new System.Drawing.Point(74, 58);
this.btn2.Name = "btn2";
this.btn2.Size = new System.Drawing.Size(50, 23);
this.btn2.TabIndex = 3;
this.btn2.Text = "2";
this.btn2.UseVisualStyleBackColor = true;
//
// btn1
//
this.btn1.Location = new System.Drawing.Point(18, 58);
this.btn1.Name = "btn1";
this.btn1.Size = new System.Drawing.Size(50, 23);
this.btn1.TabIndex = 2;
this.btn1.Text = "1";
this.btn1.UseVisualStyleBackColor = true;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(18, 28);
this.textBox1.Name = "textBox1";
this.textBox1.PasswordChar = '*';
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(162, 21);
this.textBox1.TabIndex = 0;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.groupBox1);
this.Name = "Form1";
this.Text = "MainForm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnClose);
this.Load += new System.EventHandler(this.OnLoad);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button btn1;
private System.Windows.Forms.Button btn9;
private System.Windows.Forms.Button btn8;
private System.Windows.Forms.Button btn7;
private System.Windows.Forms.Button btn6;
private System.Windows.Forms.Button btn5;
private System.Windows.Forms.Button btn4;
private System.Windows.Forms.Button btn3;
private System.Windows.Forms.Button btn2;
private System.Windows.Forms.Button btn0;
private System.Windows.Forms.Button btnClear;
}
}