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

📄 login.designer.cs

📁 不错的一个做的医院管理系统源码
💻 CS
字号:

namespace Youzi
{
    partial class Login
    {
        /// <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.lab1 = new System.Windows.Forms.Label();
            this.lab2 = new System.Windows.Forms.Label();
            this.LoginName = new System.Windows.Forms.ComboBox();
            this.LoginPass = new System.Windows.Forms.TextBox();
            this.butLogin = new System.Windows.Forms.Button();
            this.butExit = new System.Windows.Forms.Button();
            skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.SuspendLayout();
            // 
            // lab1
            // 
            this.lab1.Image = global::Youzi.Properties.Resources.loginaa;
            this.lab1.Location = new System.Drawing.Point(52, 49);
            this.lab1.Name = "lab1";
            this.lab1.Size = new System.Drawing.Size(58, 18);
            this.lab1.TabIndex = 0;
            this.lab1.Text = "用户名:";
            // 
            // lab2
            // 
            this.lab2.Image = global::Youzi.Properties.Resources.loginaa;
            this.lab2.Location = new System.Drawing.Point(52, 80);
            this.lab2.Name = "lab2";
            this.lab2.Size = new System.Drawing.Size(49, 15);
            this.lab2.TabIndex = 1;
            this.lab2.Text = "密 码:";
            // 
            // LoginName
            // 
            this.LoginName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.LoginName.FormattingEnabled = true;
            this.LoginName.Location = new System.Drawing.Point(116, 46);
            this.LoginName.Name = "LoginName";
            this.LoginName.Size = new System.Drawing.Size(121, 20);
            this.LoginName.TabIndex = 2;
            // 
            // LoginPass
            // 
            this.LoginPass.Location = new System.Drawing.Point(116, 80);
            this.LoginPass.Name = "LoginPass";
            this.LoginPass.PasswordChar = '*';
            this.LoginPass.Size = new System.Drawing.Size(121, 21);
            this.LoginPass.TabIndex = 3;
            this.LoginPass.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.LoginPass_KeyPress);
            // 
            // butLogin
            // 
            this.butLogin.BackColor = System.Drawing.Color.PapayaWhip;
            this.butLogin.Location = new System.Drawing.Point(63, 126);
            this.butLogin.Name = "butLogin";
            this.butLogin.Size = new System.Drawing.Size(75, 23);
            this.butLogin.TabIndex = 4;
            this.butLogin.Text = "登录(&L)";
            this.butLogin.UseVisualStyleBackColor = false;
            this.butLogin.Click += new System.EventHandler(this.butLogin_Click);
            // 
            // butExit
            // 
            this.butExit.BackColor = System.Drawing.Color.PapayaWhip;
            this.butExit.Location = new System.Drawing.Point(157, 126);
            this.butExit.Name = "butExit";
            this.butExit.Size = new System.Drawing.Size(75, 23);
            this.butExit.TabIndex = 5;
            this.butExit.Text = "关闭(&C)";
            this.butExit.UseVisualStyleBackColor = false;
            this.butExit.Click += new System.EventHandler(this.butExit_Click);
            // 
            // skinEngine1
            // 
            skinEngine1.SerialNumber = "";
            skinEngine1.SkinFile = null;
            // 
            // Login
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::Youzi.Properties.Resources.login;
            this.ClientSize = new System.Drawing.Size(310, 202);
            this.Controls.Add(this.butExit);
            this.Controls.Add(this.butLogin);
            this.Controls.Add(this.LoginPass);
            this.Controls.Add(this.LoginName);
            this.Controls.Add(this.lab2);
            this.Controls.Add(this.lab1);
            this.MaximizeBox = false;
            this.Name = "Login";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "游子医院管理系统";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Login_FormClosed);
            this.Load += new System.EventHandler(this.View_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lab1;
        private System.Windows.Forms.Label lab2;
        private System.Windows.Forms.ComboBox LoginName;
        private System.Windows.Forms.TextBox LoginPass;
        private System.Windows.Forms.Button butLogin;
        private System.Windows.Forms.Button butExit;
        public static Sunisoft.IrisSkin.SkinEngine skinEngine1;

    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -