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

📄 adduser.designer.cs

📁 实现c#的计费系统 包括计费员 管理员 普通用户等几种操作角色 课程设计时编写
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.addUserGroupBox.Size = new System.Drawing.Size(541, 238);
            this.addUserGroupBox.TabIndex = 3;
            this.addUserGroupBox.TabStop = false;
            this.addUserGroupBox.Text = "添加用户";
            // 
            // userTypeComboBox
            // 
            this.userTypeComboBox.FormattingEnabled = true;
            this.userTypeComboBox.Items.AddRange(new object[] {
            "普通",
            "营业厅管理员",
            "系统管理员"});
            this.userTypeComboBox.Location = new System.Drawing.Point(380, 83);
            this.userTypeComboBox.Name = "userTypeComboBox";
            this.userTypeComboBox.Size = new System.Drawing.Size(100, 20);
            this.userTypeComboBox.TabIndex = 33;
            // 
            // userRemarkTextBox
            // 
            this.userRemarkTextBox.Location = new System.Drawing.Point(69, 198);
            this.userRemarkTextBox.Name = "userRemarkTextBox";
            this.userRemarkTextBox.Size = new System.Drawing.Size(411, 21);
            this.userRemarkTextBox.TabIndex = 28;
            // 
            // userPhoneTextBox
            // 
            this.userPhoneTextBox.Location = new System.Drawing.Point(378, 108);
            this.userPhoneTextBox.Name = "userPhoneTextBox";
            this.userPhoneTextBox.Size = new System.Drawing.Size(100, 21);
            this.userPhoneTextBox.TabIndex = 27;
            // 
            // userAddressTextBox
            // 
            this.userAddressTextBox.Location = new System.Drawing.Point(69, 171);
            this.userAddressTextBox.Name = "userAddressTextBox";
            this.userAddressTextBox.Size = new System.Drawing.Size(244, 21);
            this.userAddressTextBox.TabIndex = 26;
            // 
            // balanceTextBox
            // 
            this.balanceTextBox.Location = new System.Drawing.Point(380, 56);
            this.balanceTextBox.Name = "balanceTextBox";
            this.balanceTextBox.Size = new System.Drawing.Size(100, 21);
            this.balanceTextBox.TabIndex = 24;
            // 
            // payAmountTextBox
            // 
            this.payAmountTextBox.Location = new System.Drawing.Point(380, 33);
            this.payAmountTextBox.Name = "payAmountTextBox";
            this.payAmountTextBox.Size = new System.Drawing.Size(100, 21);
            this.payAmountTextBox.TabIndex = 23;
            // 
            // monthEndTextBox
            // 
            this.monthEndTextBox.Location = new System.Drawing.Point(213, 135);
            this.monthEndTextBox.Name = "monthEndTextBox";
            this.monthEndTextBox.Size = new System.Drawing.Size(100, 21);
            this.monthEndTextBox.TabIndex = 22;
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(321, 36);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(53, 12);
            this.label20.TabIndex = 18;
            this.label20.Text = "交费金额";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(319, 111);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 17;
            this.label2.Text = "联系电话";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(34, 201);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 16;
            this.label1.Text = "备注";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(321, 84);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 15;
            this.label5.Text = "用户类型";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(34, 176);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(29, 12);
            this.label4.TabIndex = 14;
            this.label4.Text = "地址";
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(321, 59);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(53, 12);
            this.label19.TabIndex = 4;
            this.label19.Text = "剩余金额";
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(154, 138);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(53, 12);
            this.label18.TabIndex = 3;
            this.label18.Text = "包月到期";
            // 
            // monthStartTextBox
            // 
            this.monthStartTextBox.Location = new System.Drawing.Point(213, 105);
            this.monthStartTextBox.Name = "monthStartTextBox";
            this.monthStartTextBox.Size = new System.Drawing.Size(100, 21);
            this.monthStartTextBox.TabIndex = 21;
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(154, 111);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(53, 12);
            this.label17.TabIndex = 2;
            this.label17.Text = "包月开始";
            // 
            // endAddButton
            // 
            this.endAddButton.Location = new System.Drawing.Point(193, 269);
            this.endAddButton.Name = "endAddButton";
            this.endAddButton.Size = new System.Drawing.Size(61, 23);
            this.endAddButton.TabIndex = 25;
            this.endAddButton.Text = "添加用户";
            this.endAddButton.UseVisualStyleBackColor = true;
            this.endAddButton.Click += new System.EventHandler(this.endAddButton_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(260, 269);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 26;
            this.button1.Text = "返回主目录";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // AddUser
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(565, 304);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.endAddButton);
            this.Controls.Add(this.addUserGroupBox);
            this.Name = "AddUser";
            this.Text = "AddUser";
            this.Load += new System.EventHandler(this.AddUser_Load);
            this.addUserGroupBox.ResumeLayout(false);
            this.addUserGroupBox.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TextBox payDateTextBox;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox hallIdTextBox;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox userStatsTextBox;
        private System.Windows.Forms.TextBox accountDateTextBox;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox userIDTextBox;
        private System.Windows.Forms.TextBox userNameTextBox;
        private System.Windows.Forms.TextBox userPassWordTextBox;
        private System.Windows.Forms.GroupBox addUserGroupBox;
        private System.Windows.Forms.TextBox userRemarkTextBox;
        private System.Windows.Forms.TextBox userPhoneTextBox;
        private System.Windows.Forms.TextBox userAddressTextBox;
        private System.Windows.Forms.TextBox balanceTextBox;
        private System.Windows.Forms.TextBox payAmountTextBox;
        private System.Windows.Forms.TextBox monthEndTextBox;
        private System.Windows.Forms.Label label20;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.TextBox monthStartTextBox;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.Button endAddButton;
        private System.Windows.Forms.ComboBox userTypeComboBox;
        private System.Windows.Forms.Button button1;
    }
}

⌨️ 快捷键说明

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