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

📄 adduser.designer.cs

📁 不错的班级管理系统
💻 CS
字号:
namespace _7计应的班级管理系统
{
    partial class adduser
    {
        /// <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.buttonexit = new System.Windows.Forms.Button();
            this.buttonok = new System.Windows.Forms.Button();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.textBoxpwd2 = new System.Windows.Forms.TextBox();
            this.textBoxpwd1 = new System.Windows.Forms.TextBox();
            this.textBoxuid = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // buttonexit
            // 
            this.buttonexit.Location = new System.Drawing.Point(146, 185);
            this.buttonexit.Name = "buttonexit";
            this.buttonexit.Size = new System.Drawing.Size(75, 23);
            this.buttonexit.TabIndex = 29;
            this.buttonexit.Text = "退出";
            // 
            // buttonok
            // 
            this.buttonok.Location = new System.Drawing.Point(49, 185);
            this.buttonok.Name = "buttonok";
            this.buttonok.Size = new System.Drawing.Size(75, 23);
            this.buttonok.TabIndex = 28;
            this.buttonok.Text = "确定";
            this.buttonok.Click += new System.EventHandler(this.buttonok_Click);
            // 
            // comboBox1
            // 
            this.comboBox1.Items.AddRange(new object[] {
            "学生",
            "系统管理员"});
            this.comboBox1.Location = new System.Drawing.Point(146, 121);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(104, 20);
            this.comboBox1.TabIndex = 27;
            this.comboBox1.Text = "学生";
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(34, 121);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(100, 23);
            this.label4.TabIndex = 26;
            this.label4.Text = "用户权限";
            // 
            // textBoxpwd2
            // 
            this.textBoxpwd2.Location = new System.Drawing.Point(146, 89);
            this.textBoxpwd2.Name = "textBoxpwd2";
            this.textBoxpwd2.Size = new System.Drawing.Size(100, 21);
            this.textBoxpwd2.TabIndex = 25;
            // 
            // textBoxpwd1
            // 
            this.textBoxpwd1.Location = new System.Drawing.Point(146, 57);
            this.textBoxpwd1.Name = "textBoxpwd1";
            this.textBoxpwd1.Size = new System.Drawing.Size(100, 21);
            this.textBoxpwd1.TabIndex = 24;
            // 
            // textBoxuid
            // 
            this.textBoxuid.Location = new System.Drawing.Point(146, 25);
            this.textBoxuid.Name = "textBoxuid";
            this.textBoxuid.Size = new System.Drawing.Size(100, 21);
            this.textBoxuid.TabIndex = 23;
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(34, 89);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(100, 23);
            this.label3.TabIndex = 22;
            this.label3.Text = "确认密码";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(34, 57);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(100, 23);
            this.label2.TabIndex = 21;
            this.label2.Text = "密码";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(34, 25);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(100, 23);
            this.label1.TabIndex = 20;
            this.label1.Text = "用户名";
            // 
            // adduser
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(285, 263);
            this.Controls.Add(this.buttonexit);
            this.Controls.Add(this.buttonok);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.textBoxpwd2);
            this.Controls.Add(this.textBoxpwd1);
            this.Controls.Add(this.textBoxuid);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Name = "adduser";
            this.Text = "添加用户";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button buttonexit;
        private System.Windows.Forms.Button buttonok;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox textBoxpwd2;
        private System.Windows.Forms.TextBox textBoxpwd1;
        private System.Windows.Forms.TextBox textBoxuid;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
    }
}

⌨️ 快捷键说明

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