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

📄 frmpopedom.designer.cs

📁 酒店管理系统,您酒店物业管理的好帮手
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(210, 320);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "注册信息";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.ForeColor = System.Drawing.Color.Red;
            this.label4.Location = new System.Drawing.Point(3, 53);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(203, 12);
            this.label4.TabIndex = 7;
            this.label4.Text = "*请输入6位的管理编号,并以US开头!";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.chbState);
            this.groupBox2.Controls.Add(this.chbSystem);
            this.groupBox2.Controls.Add(this.chbInfo);
            this.groupBox2.Controls.Add(this.chbFinancing);
            this.groupBox2.Controls.Add(this.chbPrice);
            this.groupBox2.Controls.Add(this.chbFront);
            this.groupBox2.Location = new System.Drawing.Point(18, 159);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(172, 101);
            this.groupBox2.TabIndex = 6;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "权限";
            // 
            // chbState
            // 
            this.chbState.AutoSize = true;
            this.chbState.Checked = true;
            this.chbState.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbState.Location = new System.Drawing.Point(94, 67);
            this.chbState.Name = "chbState";
            this.chbState.Size = new System.Drawing.Size(72, 16);
            this.chbState.TabIndex = 6;
            this.chbState.Text = "启/禁 用";
            this.chbState.UseVisualStyleBackColor = true;
            // 
            // chbSystem
            // 
            this.chbSystem.AutoSize = true;
            this.chbSystem.Location = new System.Drawing.Point(15, 70);
            this.chbSystem.Name = "chbSystem";
            this.chbSystem.Size = new System.Drawing.Size(72, 16);
            this.chbSystem.TabIndex = 4;
            this.chbSystem.Text = "系统管理";
            this.chbSystem.UseVisualStyleBackColor = true;
            // 
            // chbInfo
            // 
            this.chbInfo.AutoSize = true;
            this.chbInfo.Location = new System.Drawing.Point(93, 45);
            this.chbInfo.Name = "chbInfo";
            this.chbInfo.Size = new System.Drawing.Size(72, 16);
            this.chbInfo.TabIndex = 5;
            this.chbInfo.Text = "信息管理";
            this.chbInfo.UseVisualStyleBackColor = true;
            // 
            // chbFinancing
            // 
            this.chbFinancing.AutoSize = true;
            this.chbFinancing.Location = new System.Drawing.Point(93, 20);
            this.chbFinancing.Name = "chbFinancing";
            this.chbFinancing.Size = new System.Drawing.Size(72, 16);
            this.chbFinancing.TabIndex = 3;
            this.chbFinancing.Text = "财务查询";
            this.chbFinancing.UseVisualStyleBackColor = true;
            // 
            // chbPrice
            // 
            this.chbPrice.AutoSize = true;
            this.chbPrice.Location = new System.Drawing.Point(15, 45);
            this.chbPrice.Name = "chbPrice";
            this.chbPrice.Size = new System.Drawing.Size(72, 16);
            this.chbPrice.TabIndex = 1;
            this.chbPrice.Text = "价格管理";
            this.chbPrice.UseVisualStyleBackColor = true;
            // 
            // chbFront
            // 
            this.chbFront.AutoSize = true;
            this.chbFront.Location = new System.Drawing.Point(15, 20);
            this.chbFront.Name = "chbFront";
            this.chbFront.Size = new System.Drawing.Size(72, 16);
            this.chbFront.TabIndex = 2;
            this.chbFront.Text = "前台管理";
            this.chbFront.UseVisualStyleBackColor = true;
            // 
            // txtPwdTow
            // 
            this.txtPwdTow.Location = new System.Drawing.Point(81, 132);
            this.txtPwdTow.MaxLength = 6;
            this.txtPwdTow.Name = "txtPwdTow";
            this.txtPwdTow.PasswordChar = '*';
            this.txtPwdTow.Size = new System.Drawing.Size(109, 21);
            this.txtPwdTow.TabIndex = 3;
            // 
            // btnClose
            // 
            this.btnClose.Location = new System.Drawing.Point(108, 279);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(73, 26);
            this.btnClose.TabIndex = 1;
            this.btnClose.Text = "退出(&E)";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.button1_Click);
            // 
            // btnEnter
            // 
            this.btnEnter.Location = new System.Drawing.Point(20, 279);
            this.btnEnter.Name = "btnEnter";
            this.btnEnter.Size = new System.Drawing.Size(73, 26);
            this.btnEnter.TabIndex = 1;
            this.btnEnter.Text = "注册(&Y)";
            this.btnEnter.UseVisualStyleBackColor = true;
            this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click);
            // 
            // txtPwdOne
            // 
            this.txtPwdOne.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtPwdOne.Location = new System.Drawing.Point(81, 100);
            this.txtPwdOne.MaxLength = 6;
            this.txtPwdOne.Name = "txtPwdOne";
            this.txtPwdOne.PasswordChar = '*';
            this.txtPwdOne.Size = new System.Drawing.Size(109, 21);
            this.txtPwdOne.TabIndex = 3;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(18, 109);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(59, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "输入密码:";
            // 
            // txtUserID
            // 
            this.txtUserID.Location = new System.Drawing.Point(81, 73);
            this.txtUserID.MaxLength = 6;
            this.txtUserID.Name = "txtUserID";
            this.txtUserID.Size = new System.Drawing.Size(109, 21);
            this.txtUserID.TabIndex = 3;
            this.txtUserID.Text = "US";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(18, 23);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(59, 12);
            this.label1.TabIndex = 2;
            this.label1.Text = "员工编号:";
            // 
            // txtEmployeeID
            // 
            this.txtEmployeeID.Enabled = false;
            this.txtEmployeeID.Location = new System.Drawing.Point(81, 20);
            this.txtEmployeeID.Name = "txtEmployeeID";
            this.txtEmployeeID.Size = new System.Drawing.Size(109, 21);
            this.txtEmployeeID.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(18, 76);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(59, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "注册编号:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(18, 135);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(59, 12);
            this.label5.TabIndex = 2;
            this.label5.Text = "确认密码:";
            // 
            // frmPopedom
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(443, 392);
            this.Controls.Add(this.tbcPopedom);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmPopedom";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "用户权限";
            this.Load += new System.EventHandler(this.frmPopedom_Load);
            this.tbcPopedom.ResumeLayout(false);
            this.tbpA.ResumeLayout(false);
            this.grbHas.ResumeLayout(false);
            this.grbHas.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.tbpB.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tbcPopedom;
        private System.Windows.Forms.TabPage tbpA;
        private System.Windows.Forms.TabPage tbpB;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtEmployeeID;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnEnter;
        private System.Windows.Forms.TextBox txtPwdTow;
        private System.Windows.Forms.TextBox txtPwdOne;
        private System.Windows.Forms.TextBox txtUserID;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Button btnClose;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.TreeView trvEmployee;
        private System.Windows.Forms.ListView lsvBuyer;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.GroupBox grbHas;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Button btnModifi;
        private System.Windows.Forms.CheckBox chbSystemManage;
        private System.Windows.Forms.CheckBox chbInfoManage;
        private System.Windows.Forms.CheckBox chbFinancingManage;
        private System.Windows.Forms.CheckBox chbPriceManage;
        private System.Windows.Forms.CheckBox chbFrontManage;
        private System.Windows.Forms.CheckBox chbSystem;
        private System.Windows.Forms.CheckBox chbInfo;
        private System.Windows.Forms.CheckBox chbFinancing;
        private System.Windows.Forms.CheckBox chbPrice;
        private System.Windows.Forms.CheckBox chbFront;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.CheckBox chbIsUse;
        private System.Windows.Forms.CheckBox chbState;
    }
}

⌨️ 快捷键说明

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