⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usersearchform.designer.cs

📁 aTm机 daima认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。
💻 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 + -