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

📄 queryuser.designer.cs

📁 实现c#的计费系统 包括计费员 管理员 普通用户等几种操作角色 课程设计时编写
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace myBusinessRole
{
    partial class QueryUser
    {
        /// <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.userGroupBox = new System.Windows.Forms.GroupBox();
            this.payDateTextBox = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.hallIdTextBox = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.userRemarkTextBox = new System.Windows.Forms.TextBox();
            this.userPhoneTextBox = new System.Windows.Forms.TextBox();
            this.userAddressTextBox = new System.Windows.Forms.TextBox();
            this.userTypeTextBox = new System.Windows.Forms.TextBox();
            this.balanceTextBox = new System.Windows.Forms.TextBox();
            this.payAmountTextBox = new System.Windows.Forms.TextBox();
            this.monthEndTextBox = new System.Windows.Forms.TextBox();
            this.monthStartTextBox = new System.Windows.Forms.TextBox();
            this.userStatsTextBox = new System.Windows.Forms.TextBox();
            this.accountDateTextBox = new System.Windows.Forms.TextBox();
            this.label20 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.okButton = new System.Windows.Forms.Button();
            this.userPassWordTextBox = new System.Windows.Forms.TextBox();
            this.userNameTextBox = new System.Windows.Forms.TextBox();
            this.userIDTextBox = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button1 = new System.Windows.Forms.Button();
            this.userGroupBox.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // userGroupBox
            // 
            this.userGroupBox.Controls.Add(this.payDateTextBox);
            this.userGroupBox.Controls.Add(this.label9);
            this.userGroupBox.Controls.Add(this.hallIdTextBox);
            this.userGroupBox.Controls.Add(this.label8);
            this.userGroupBox.Controls.Add(this.userRemarkTextBox);
            this.userGroupBox.Controls.Add(this.userPhoneTextBox);
            this.userGroupBox.Controls.Add(this.userAddressTextBox);
            this.userGroupBox.Controls.Add(this.userTypeTextBox);
            this.userGroupBox.Controls.Add(this.balanceTextBox);
            this.userGroupBox.Controls.Add(this.payAmountTextBox);
            this.userGroupBox.Controls.Add(this.monthEndTextBox);
            this.userGroupBox.Controls.Add(this.monthStartTextBox);
            this.userGroupBox.Controls.Add(this.userStatsTextBox);
            this.userGroupBox.Controls.Add(this.accountDateTextBox);
            this.userGroupBox.Controls.Add(this.label20);
            this.userGroupBox.Controls.Add(this.label15);
            this.userGroupBox.Controls.Add(this.label2);
            this.userGroupBox.Controls.Add(this.label16);
            this.userGroupBox.Controls.Add(this.label1);
            this.userGroupBox.Controls.Add(this.label17);
            this.userGroupBox.Controls.Add(this.label5);
            this.userGroupBox.Controls.Add(this.label18);
            this.userGroupBox.Controls.Add(this.label4);
            this.userGroupBox.Controls.Add(this.label19);
            this.userGroupBox.Location = new System.Drawing.Point(41, 132);
            this.userGroupBox.Name = "userGroupBox";
            this.userGroupBox.Size = new System.Drawing.Size(380, 197);
            this.userGroupBox.TabIndex = 3;
            this.userGroupBox.TabStop = false;
            this.userGroupBox.Text = "该用户的信息";
            // 
            // payDateTextBox
            // 
            this.payDateTextBox.Location = new System.Drawing.Point(91, 84);
            this.payDateTextBox.Name = "payDateTextBox";
            this.payDateTextBox.ReadOnly = true;
            this.payDateTextBox.Size = new System.Drawing.Size(100, 21);
            this.payDateTextBox.TabIndex = 56;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(32, 87);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(53, 12);
            this.label9.TabIndex = 55;
            this.label9.Text = "交费日期";
            // 
            // hallIdTextBox
            // 
            this.hallIdTextBox.Location = new System.Drawing.Point(91, 14);
            this.hallIdTextBox.Name = "hallIdTextBox";
            this.hallIdTextBox.ReadOnly = true;
            this.hallIdTextBox.Size = new System.Drawing.Size(100, 21);
            this.hallIdTextBox.TabIndex = 54;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(32, 20);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(53, 12);
            this.label8.TabIndex = 53;
            this.label8.Text = "营业厅ID";
            // 
            // userRemarkTextBox
            // 
            this.userRemarkTextBox.Location = new System.Drawing.Point(46, 158);
            this.userRemarkTextBox.Name = "userRemarkTextBox";
            this.userRemarkTextBox.ReadOnly = true;
            this.userRemarkTextBox.Size = new System.Drawing.Size(321, 21);
            this.userRemarkTextBox.TabIndex = 52;
            // 
            // userPhoneTextBox
            // 
            this.userPhoneTextBox.Location = new System.Drawing.Point(91, 106);
            this.userPhoneTextBox.Name = "userPhoneTextBox";
            this.userPhoneTextBox.ReadOnly = true;
            this.userPhoneTextBox.Size = new System.Drawing.Size(100, 21);
            this.userPhoneTextBox.TabIndex = 51;
            // 
            // userAddressTextBox
            // 
            this.userAddressTextBox.Location = new System.Drawing.Point(46, 131);
            this.userAddressTextBox.Name = "userAddressTextBox";
            this.userAddressTextBox.ReadOnly = true;
            this.userAddressTextBox.Size = new System.Drawing.Size(215, 21);
            this.userAddressTextBox.TabIndex = 50;
            // 
            // userTypeTextBox
            // 
            this.userTypeTextBox.Location = new System.Drawing.Point(267, 106);
            this.userTypeTextBox.Name = "userTypeTextBox";
            this.userTypeTextBox.ReadOnly = true;
            this.userTypeTextBox.Size = new System.Drawing.Size(100, 21);
            this.userTypeTextBox.TabIndex = 49;
            // 
            // balanceTextBox
            // 
            this.balanceTextBox.Location = new System.Drawing.Point(267, 84);
            this.balanceTextBox.Name = "balanceTextBox";
            this.balanceTextBox.ReadOnly = true;
            this.balanceTextBox.Size = new System.Drawing.Size(100, 21);
            this.balanceTextBox.TabIndex = 48;
            // 
            // payAmountTextBox
            // 
            this.payAmountTextBox.Location = new System.Drawing.Point(267, 61);
            this.payAmountTextBox.Name = "payAmountTextBox";
            this.payAmountTextBox.ReadOnly = true;
            this.payAmountTextBox.Size = new System.Drawing.Size(100, 21);
            this.payAmountTextBox.TabIndex = 47;
            // 
            // monthEndTextBox
            // 
            this.monthEndTextBox.Location = new System.Drawing.Point(267, 37);
            this.monthEndTextBox.Name = "monthEndTextBox";
            this.monthEndTextBox.ReadOnly = true;
            this.monthEndTextBox.Size = new System.Drawing.Size(100, 21);
            this.monthEndTextBox.TabIndex = 46;
            // 
            // monthStartTextBox
            // 
            this.monthStartTextBox.Location = new System.Drawing.Point(267, 11);
            this.monthStartTextBox.Name = "monthStartTextBox";
            this.monthStartTextBox.ReadOnly = true;
            this.monthStartTextBox.Size = new System.Drawing.Size(100, 21);
            this.monthStartTextBox.TabIndex = 45;
            // 
            // userStatsTextBox
            // 
            this.userStatsTextBox.Location = new System.Drawing.Point(91, 61);
            this.userStatsTextBox.Name = "userStatsTextBox";
            this.userStatsTextBox.ReadOnly = true;
            this.userStatsTextBox.Size = new System.Drawing.Size(100, 21);
            this.userStatsTextBox.TabIndex = 44;
            // 
            // accountDateTextBox
            // 
            this.accountDateTextBox.Location = new System.Drawing.Point(91, 37);
            this.accountDateTextBox.Name = "accountDateTextBox";
            this.accountDateTextBox.ReadOnly = true;
            this.accountDateTextBox.Size = new System.Drawing.Size(100, 21);
            this.accountDateTextBox.TabIndex = 43;
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(208, 64);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(53, 12);
            this.label20.TabIndex = 42;
            this.label20.Text = "交费金额";

⌨️ 快捷键说明

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