📄 usersearchform.designer.cs
字号:
namespace Bank
{
partial class UserSearchform
{
/// <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.UserSearchlblLast = new System.Windows.Forms.Label();
this.UserSearchtxtLast = new System.Windows.Forms.TextBox();
this.UserSearchbtnEnter = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// UserSearchlblLast
//
this.UserSearchlblLast.AutoSize = true;
this.UserSearchlblLast.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.UserSearchlblLast.Location = new System.Drawing.Point(91, 45);
this.UserSearchlblLast.Name = "UserSearchlblLast";
this.UserSearchlblLast.Size = new System.Drawing.Size(88, 16);
this.UserSearchlblLast.TabIndex = 0;
this.UserSearchlblLast.Text = "您的余额为";
//
// UserSearchtxtLast
//
this.UserSearchtxtLast.Location = new System.Drawing.Point(44, 92);
this.UserSearchtxtLast.Name = "UserSearchtxtLast";
this.UserSearchtxtLast.ReadOnly = true;
this.UserSearchtxtLast.Size = new System.Drawing.Size(186, 21);
this.UserSearchtxtLast.TabIndex = 1;
//
// UserSearchbtnEnter
//
this.UserSearchbtnEnter.Location = new System.Drawing.Point(94, 152);
this.UserSearchbtnEnter.Name = "UserSearchbtnEnter";
this.UserSearchbtnEnter.Size = new System.Drawing.Size(75, 23);
this.UserSearchbtnEnter.TabIndex = 2;
this.UserSearchbtnEnter.Text = "确定";
this.UserSearchbtnEnter.UseVisualStyleBackColor = true;
this.UserSearchbtnEnter.Click += new System.EventHandler(this.UserSearchbtnEnter_Click);
//
// UserSearchform
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(273, 212);
this.Controls.Add(this.UserSearchbtnEnter);
this.Controls.Add(this.UserSearchtxtLast);
this.Controls.Add(this.UserSearchlblLast);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "UserSearchform";
this.Text = "查询余额";
this.Load += new System.EventHandler(this.UserSearchform_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label UserSearchlblLast;
private System.Windows.Forms.TextBox UserSearchtxtLast;
private System.Windows.Forms.Button UserSearchbtnEnter;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -