📄 usersendform.designer.cs
字号:
namespace Bank
{
partial class UserSendform
{
/// <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.UserlblSend = new System.Windows.Forms.Label();
this.UsertxtSend = new System.Windows.Forms.TextBox();
this.UserbtnEnter = new System.Windows.Forms.Button();
this.UserbtnExit = new System.Windows.Forms.Button();
this.MaintxtSendID = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// UserlblSend
//
this.UserlblSend.AutoSize = true;
this.UserlblSend.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.UserlblSend.Location = new System.Drawing.Point(72, 38);
this.UserlblSend.Name = "UserlblSend";
this.UserlblSend.Size = new System.Drawing.Size(120, 16);
this.UserlblSend.TabIndex = 0;
this.UserlblSend.Text = "请输入取款金额";
//
// UsertxtSend
//
this.UsertxtSend.Location = new System.Drawing.Point(51, 85);
this.UsertxtSend.Name = "UsertxtSend";
this.UsertxtSend.Size = new System.Drawing.Size(163, 21);
this.UsertxtSend.TabIndex = 1;
//
// UserbtnEnter
//
this.UserbtnEnter.Location = new System.Drawing.Point(13, 131);
this.UserbtnEnter.Name = "UserbtnEnter";
this.UserbtnEnter.Size = new System.Drawing.Size(75, 23);
this.UserbtnEnter.TabIndex = 2;
this.UserbtnEnter.Text = "确定";
this.UserbtnEnter.UseVisualStyleBackColor = true;
this.UserbtnEnter.Click += new System.EventHandler(this.UserbtnEnter_Click);
//
// UserbtnExit
//
this.UserbtnExit.Location = new System.Drawing.Point(175, 131);
this.UserbtnExit.Name = "UserbtnExit";
this.UserbtnExit.Size = new System.Drawing.Size(75, 23);
this.UserbtnExit.TabIndex = 3;
this.UserbtnExit.Text = "取消";
this.UserbtnExit.UseVisualStyleBackColor = true;
this.UserbtnExit.Click += new System.EventHandler(this.UserbtnExit_Click);
//
// MaintxtSendID
//
this.MaintxtSendID.BackColor = System.Drawing.SystemColors.MenuBar;
this.MaintxtSendID.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.MaintxtSendID.Location = new System.Drawing.Point(12, 12);
this.MaintxtSendID.Name = "MaintxtSendID";
this.MaintxtSendID.Size = new System.Drawing.Size(35, 14);
this.MaintxtSendID.TabIndex = 4;
//
// UserSendform
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(262, 176);
this.Controls.Add(this.MaintxtSendID);
this.Controls.Add(this.UserbtnExit);
this.Controls.Add(this.UserbtnEnter);
this.Controls.Add(this.UsertxtSend);
this.Controls.Add(this.UserlblSend);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "UserSendform";
this.Text = "取款";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label UserlblSend;
private System.Windows.Forms.TextBox UsertxtSend;
private System.Windows.Forms.Button UserbtnEnter;
private System.Windows.Forms.Button UserbtnExit;
private System.Windows.Forms.TextBox MaintxtSendID;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -