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

📄 frmamendinfo.designer.cs

📁 数据库课程设计
💻 CS
字号:
namespace UI
{
    partial class frmAmendInfo
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAmendInfo));
            this.btnQX = new System.Windows.Forms.Button();
            this.btnQ = new System.Windows.Forms.Button();
            this.grpADDNEWUser = new System.Windows.Forms.GroupBox();
            this.ComQuan = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.chkShiFou = new System.Windows.Forms.CheckBox();
            this.txtUserPassWordTo = new System.Windows.Forms.TextBox();
            this.txtUserPassWor = new System.Windows.Forms.TextBox();
            this.txtUserName = new System.Windows.Forms.TextBox();
            this.libUserPassWordTo = new System.Windows.Forms.Label();
            this.libUserPassWord = new System.Windows.Forms.Label();
            this.libUserName = new System.Windows.Forms.Label();
            this.grpADDNEWUser.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnQX
            // 
            this.btnQX.Location = new System.Drawing.Point(157, 208);
            this.btnQX.Name = "btnQX";
            this.btnQX.Size = new System.Drawing.Size(89, 36);
            this.btnQX.TabIndex = 14;
            this.btnQX.Text = "取消";
            this.btnQX.UseVisualStyleBackColor = true;
            this.btnQX.Click += new System.EventHandler(this.btnQX_Click);
            // 
            // btnQ
            // 
            this.btnQ.Location = new System.Drawing.Point(36, 208);
            this.btnQ.Name = "btnQ";
            this.btnQ.Size = new System.Drawing.Size(89, 36);
            this.btnQ.TabIndex = 13;
            this.btnQ.Text = "确定";
            this.btnQ.UseVisualStyleBackColor = true;
            this.btnQ.Click += new System.EventHandler(this.btnQ_Click);
            // 
            // grpADDNEWUser
            // 
            this.grpADDNEWUser.Controls.Add(this.ComQuan);
            this.grpADDNEWUser.Controls.Add(this.label1);
            this.grpADDNEWUser.Controls.Add(this.chkShiFou);
            this.grpADDNEWUser.Controls.Add(this.txtUserPassWordTo);
            this.grpADDNEWUser.Controls.Add(this.txtUserPassWor);
            this.grpADDNEWUser.Controls.Add(this.txtUserName);
            this.grpADDNEWUser.Controls.Add(this.libUserPassWordTo);
            this.grpADDNEWUser.Controls.Add(this.libUserPassWord);
            this.grpADDNEWUser.Controls.Add(this.libUserName);
            this.grpADDNEWUser.Location = new System.Drawing.Point(11, 21);
            this.grpADDNEWUser.Name = "grpADDNEWUser";
            this.grpADDNEWUser.Size = new System.Drawing.Size(258, 170);
            this.grpADDNEWUser.TabIndex = 12;
            this.grpADDNEWUser.TabStop = false;
            this.grpADDNEWUser.Text = "用户信息";
            // 
            // ComQuan
            // 
            this.ComQuan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ComQuan.FormattingEnabled = true;
            this.ComQuan.Location = new System.Drawing.Point(82, 121);
            this.ComQuan.Name = "ComQuan";
            this.ComQuan.Size = new System.Drawing.Size(142, 20);
            this.ComQuan.TabIndex = 10;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(23, 127);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(59, 12);
            this.label1.TabIndex = 9;
            this.label1.Text = "管理权限:";
            // 
            // chkShiFou
            // 
            this.chkShiFou.AutoSize = true;
            this.chkShiFou.Location = new System.Drawing.Point(163, 148);
            this.chkShiFou.Name = "chkShiFou";
            this.chkShiFou.Size = new System.Drawing.Size(72, 16);
            this.chkShiFou.TabIndex = 7;
            this.chkShiFou.Text = "停用帐户";
            this.chkShiFou.UseVisualStyleBackColor = true;
            // 
            // txtUserPassWordTo
            // 
            this.txtUserPassWordTo.Location = new System.Drawing.Point(82, 91);
            this.txtUserPassWordTo.Name = "txtUserPassWordTo";
            this.txtUserPassWordTo.PasswordChar = '*';
            this.txtUserPassWordTo.Size = new System.Drawing.Size(142, 21);
            this.txtUserPassWordTo.TabIndex = 5;
            // 
            // txtUserPassWor
            // 
            this.txtUserPassWor.Location = new System.Drawing.Point(82, 59);
            this.txtUserPassWor.Name = "txtUserPassWor";
            this.txtUserPassWor.PasswordChar = '*';
            this.txtUserPassWor.Size = new System.Drawing.Size(142, 21);
            this.txtUserPassWor.TabIndex = 4;
            // 
            // txtUserName
            // 
            this.txtUserName.Location = new System.Drawing.Point(82, 26);
            this.txtUserName.Name = "txtUserName";
            this.txtUserName.Size = new System.Drawing.Size(142, 21);
            this.txtUserName.TabIndex = 3;
            // 
            // libUserPassWordTo
            // 
            this.libUserPassWordTo.AutoSize = true;
            this.libUserPassWordTo.Location = new System.Drawing.Point(23, 94);
            this.libUserPassWordTo.Name = "libUserPassWordTo";
            this.libUserPassWordTo.Size = new System.Drawing.Size(59, 12);
            this.libUserPassWordTo.TabIndex = 2;
            this.libUserPassWordTo.Text = "重复密码:";
            // 
            // libUserPassWord
            // 
            this.libUserPassWord.AutoSize = true;
            this.libUserPassWord.Location = new System.Drawing.Point(23, 62);
            this.libUserPassWord.Name = "libUserPassWord";
            this.libUserPassWord.Size = new System.Drawing.Size(59, 12);
            this.libUserPassWord.TabIndex = 1;
            this.libUserPassWord.Text = "用户密码:";
            // 
            // libUserName
            // 
            this.libUserName.AutoSize = true;
            this.libUserName.Location = new System.Drawing.Point(23, 29);
            this.libUserName.Name = "libUserName";
            this.libUserName.Size = new System.Drawing.Size(59, 12);
            this.libUserName.TabIndex = 0;
            this.libUserName.Text = "用户名称:";
            // 
            // frmAmendInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(281, 256);
            this.Controls.Add(this.btnQX);
            this.Controls.Add(this.btnQ);
            this.Controls.Add(this.grpADDNEWUser);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(289, 290);
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(289, 290);
            this.Name = "frmAmendInfo";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "修改用户";
            this.Load += new System.EventHandler(this.frmAmendInfo_Load);
            this.grpADDNEWUser.ResumeLayout(false);
            this.grpADDNEWUser.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnQX;
        private System.Windows.Forms.Button btnQ;
        private System.Windows.Forms.GroupBox grpADDNEWUser;
        private System.Windows.Forms.ComboBox ComQuan;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.CheckBox chkShiFou;
        private System.Windows.Forms.TextBox txtUserPassWordTo;
        private System.Windows.Forms.TextBox txtUserPassWor;
        private System.Windows.Forms.TextBox txtUserName;
        private System.Windows.Forms.Label libUserPassWordTo;
        private System.Windows.Forms.Label libUserPassWord;
        private System.Windows.Forms.Label libUserName;

    }
}

⌨️ 快捷键说明

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