📄 mainopenform.designer.cs
字号:
namespace Bank
{
partial class MainOpenform
{
/// <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.lblOpenID = new System.Windows.Forms.Label();
this.lblOpenPwd = new System.Windows.Forms.Label();
this.lblOpenRePwd = new System.Windows.Forms.Label();
this.txtOpenID = new System.Windows.Forms.TextBox();
this.txtOpenPwd = new System.Windows.Forms.TextBox();
this.txtOpenRePwd = new System.Windows.Forms.TextBox();
this.linOpenValidate = new System.Windows.Forms.LinkLabel();
this.btnOpenOpen = new System.Windows.Forms.Button();
this.btnOpenExit = new System.Windows.Forms.Button();
this.MaintxtOpenMoney = new System.Windows.Forms.TextBox();
this.MainlblOpenMoney = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lblOpenID
//
this.lblOpenID.AutoSize = true;
this.lblOpenID.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblOpenID.Location = new System.Drawing.Point(68, 21);
this.lblOpenID.Name = "lblOpenID";
this.lblOpenID.Size = new System.Drawing.Size(35, 14);
this.lblOpenID.TabIndex = 0;
this.lblOpenID.Text = "账号";
//
// lblOpenPwd
//
this.lblOpenPwd.AutoSize = true;
this.lblOpenPwd.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblOpenPwd.Location = new System.Drawing.Point(68, 66);
this.lblOpenPwd.Name = "lblOpenPwd";
this.lblOpenPwd.Size = new System.Drawing.Size(35, 14);
this.lblOpenPwd.TabIndex = 1;
this.lblOpenPwd.Text = "密码";
//
// lblOpenRePwd
//
this.lblOpenRePwd.AutoSize = true;
this.lblOpenRePwd.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblOpenRePwd.Location = new System.Drawing.Point(12, 115);
this.lblOpenRePwd.Name = "lblOpenRePwd";
this.lblOpenRePwd.Size = new System.Drawing.Size(91, 14);
this.lblOpenRePwd.TabIndex = 2;
this.lblOpenRePwd.Text = "重复输入密码";
//
// txtOpenID
//
this.txtOpenID.Location = new System.Drawing.Point(109, 20);
this.txtOpenID.Name = "txtOpenID";
this.txtOpenID.Size = new System.Drawing.Size(184, 21);
this.txtOpenID.TabIndex = 3;
//
// txtOpenPwd
//
this.txtOpenPwd.Location = new System.Drawing.Point(109, 65);
this.txtOpenPwd.Name = "txtOpenPwd";
this.txtOpenPwd.PasswordChar = '*';
this.txtOpenPwd.Size = new System.Drawing.Size(184, 21);
this.txtOpenPwd.TabIndex = 4;
//
// txtOpenRePwd
//
this.txtOpenRePwd.Location = new System.Drawing.Point(109, 114);
this.txtOpenRePwd.Name = "txtOpenRePwd";
this.txtOpenRePwd.PasswordChar = '*';
this.txtOpenRePwd.Size = new System.Drawing.Size(184, 21);
this.txtOpenRePwd.TabIndex = 5;
//
// linOpenValidate
//
this.linOpenValidate.AutoSize = true;
this.linOpenValidate.Location = new System.Drawing.Point(312, 23);
this.linOpenValidate.Name = "linOpenValidate";
this.linOpenValidate.Size = new System.Drawing.Size(29, 12);
this.linOpenValidate.TabIndex = 6;
this.linOpenValidate.TabStop = true;
this.linOpenValidate.Text = "验证";
this.linOpenValidate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linOpenValidate_LinkClicked);
//
// btnOpenOpen
//
this.btnOpenOpen.Location = new System.Drawing.Point(126, 194);
this.btnOpenOpen.Name = "btnOpenOpen";
this.btnOpenOpen.Size = new System.Drawing.Size(75, 23);
this.btnOpenOpen.TabIndex = 7;
this.btnOpenOpen.Text = "开户";
this.btnOpenOpen.UseVisualStyleBackColor = true;
this.btnOpenOpen.Click += new System.EventHandler(this.btnOpenOpen_Click);
//
// btnOpenExit
//
this.btnOpenExit.Location = new System.Drawing.Point(237, 194);
this.btnOpenExit.Name = "btnOpenExit";
this.btnOpenExit.Size = new System.Drawing.Size(75, 23);
this.btnOpenExit.TabIndex = 8;
this.btnOpenExit.Text = "返回";
this.btnOpenExit.UseVisualStyleBackColor = true;
this.btnOpenExit.Click += new System.EventHandler(this.btnOpenExit_Click);
//
// MaintxtOpenMoney
//
this.MaintxtOpenMoney.Location = new System.Drawing.Point(109, 155);
this.MaintxtOpenMoney.Name = "MaintxtOpenMoney";
this.MaintxtOpenMoney.Size = new System.Drawing.Size(184, 21);
this.MaintxtOpenMoney.TabIndex = 9;
//
// MainlblOpenMoney
//
this.MainlblOpenMoney.AutoSize = true;
this.MainlblOpenMoney.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.MainlblOpenMoney.Location = new System.Drawing.Point(40, 156);
this.MainlblOpenMoney.Name = "MainlblOpenMoney";
this.MainlblOpenMoney.Size = new System.Drawing.Size(63, 14);
this.MainlblOpenMoney.TabIndex = 10;
this.MainlblOpenMoney.Text = "您的金额";
//
// MainOpenform
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(358, 243);
this.Controls.Add(this.MainlblOpenMoney);
this.Controls.Add(this.MaintxtOpenMoney);
this.Controls.Add(this.btnOpenExit);
this.Controls.Add(this.btnOpenOpen);
this.Controls.Add(this.linOpenValidate);
this.Controls.Add(this.txtOpenRePwd);
this.Controls.Add(this.txtOpenPwd);
this.Controls.Add(this.txtOpenID);
this.Controls.Add(this.lblOpenRePwd);
this.Controls.Add(this.lblOpenPwd);
this.Controls.Add(this.lblOpenID);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MainOpenform";
this.Text = "开户";
this.Load += new System.EventHandler(this.MainOpenform_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblOpenID;
private System.Windows.Forms.Label lblOpenPwd;
private System.Windows.Forms.Label lblOpenRePwd;
private System.Windows.Forms.TextBox txtOpenID;
private System.Windows.Forms.TextBox txtOpenPwd;
private System.Windows.Forms.TextBox txtOpenRePwd;
private System.Windows.Forms.LinkLabel linOpenValidate;
private System.Windows.Forms.Button btnOpenOpen;
private System.Windows.Forms.Button btnOpenExit;
private System.Windows.Forms.TextBox MaintxtOpenMoney;
private System.Windows.Forms.Label MainlblOpenMoney;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -