namespace WF_ChangeGUID
{
partial class frmMain
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.btnSave = new System.Windows.Forms.Button();
this.listBox1 = new System.Windows.Forms.ListBox();
this.listBox2 = new System.Windows.Forms.ListBox();
this.btnNewGUID = new System.Windows.Forms.Button();
this.btnOpenNoJiaMi = new System.Windows.Forms.Button();
this.btnOpenJiaMi = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(422, 134);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(78, 28);
this.btnSave.TabIndex = 0;
this.btnSave.Text = "加密保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.button1_Click);
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(34, 22);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(178, 136);
this.listBox1.TabIndex = 1;
//
// listBox2
//
this.listBox2.FormattingEnabled = true;
this.listBox2.ItemHeight = 12;
this.listBox2.Location = new System.Drawing.Point(218, 22);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(182, 136);
this.listBox2.TabIndex = 2;
//
// btnNewGUID
//
this.btnNewGUID.Location = new System.Drawing.Point(422, 95);
this.btnNewGUID.Name = "btnNewGUID";
this.btnNewGUID.Size = new System.Drawing.Size(78, 33);
this.btnNewGUID.TabIndex = 3;
this.btnNewGUID.Text = "生成新标识";
this.btnNewGUID.UseVisualStyleBackColor = true;
this.btnNewGUID.Click += new System.EventHandler(this.button2_Click);
//
// btnOpenNoJiaMi
//
this.btnOpenNoJiaMi.Location = new System.Drawing.Point(422, 55);
this.btnOpenNoJiaMi.Name = "btnOpenNoJiaMi";
this.btnOpenNoJiaMi.Size = new System.Drawing.Size(78, 34);
this.btnOpenNoJiaMi.TabIndex = 4;
this.btnOpenNoJiaMi.Text = "以非加密方式打开";
this.btnOpenNoJiaMi.UseVisualStyleBackColor = true;
this.btnOpenNoJiaMi.Click += new System.EventHandler(this.button3_Click);
//
// btnOpenJiaMi
//
this.btnOpenJiaMi.Location = new System.Drawing.Point(422, 12);
this.btnOpenJiaMi.Name = "btnOpenJiaMi";
this.btnOpenJiaMi.Size = new System.Drawing.Size(78, 37);
this.btnOpenJiaMi.TabIndex = 5;
this.btnOpenJiaMi.Text = "以加密方式打开";
this.btnOpenJiaMi.UseVisualStyleBackColor = true;
this.btnOpenJiaMi.Click += new System.EventHandler(this.btnOpenJiaMi_Click);
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(512, 174);
this.Controls.Add(this.btnOpenJiaMi);
this.Controls.Add(this.btnOpenNoJiaMi);
this.Controls.Add(this.btnNewGUID);
this.Controls.Add(this.listBox2);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.btnSave);
this.Name = "frmMain";
this.Text = "标识工具";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.ListBox listBox2;
private System.Windows.Forms.Button btnNewGUID;
private System.Windows.Forms.Button btnOpenNoJiaMi;
private System.Windows.Forms.Button btnOpenJiaMi;
}
}