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

📄 jl_person_message.designer.cs

📁 此系统开发了一个公交车管理系统。系统根据权限的不同
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.textPower.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.textPower.FormattingEnabled = true;
            this.textPower.Items.AddRange(new object[] {
            "经理",
            "财务",
            "调度",
            "员工"});
            this.textPower.Location = new System.Drawing.Point(111, 119);
            this.textPower.Name = "textPower";
            this.textPower.Size = new System.Drawing.Size(111, 20);
            this.textPower.TabIndex = 8;
            // 
            // btnUserAdd
            // 
            this.btnUserAdd.Location = new System.Drawing.Point(46, 259);
            this.btnUserAdd.Name = "btnUserAdd";
            this.btnUserAdd.Size = new System.Drawing.Size(61, 23);
            this.btnUserAdd.TabIndex = 2;
            this.btnUserAdd.Text = "添加";
            this.btnUserAdd.UseVisualStyleBackColor = true;
            this.btnUserAdd.Click += new System.EventHandler(this.btnUserAdd_Click);
            // 
            // btnUserDelete
            // 
            this.btnUserDelete.Location = new System.Drawing.Point(110, 259);
            this.btnUserDelete.Name = "btnUserDelete";
            this.btnUserDelete.Size = new System.Drawing.Size(56, 23);
            this.btnUserDelete.TabIndex = 1;
            this.btnUserDelete.Text = "删除";
            this.btnUserDelete.UseVisualStyleBackColor = true;
            this.btnUserDelete.Click += new System.EventHandler(this.btnUserDelete_Click);
            // 
            // lbUserMoney
            // 
            this.lbUserMoney.AutoSize = true;
            this.lbUserMoney.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbUserMoney.Location = new System.Drawing.Point(42, 147);
            this.lbUserMoney.Name = "lbUserMoney";
            this.lbUserMoney.Size = new System.Drawing.Size(63, 14);
            this.lbUserMoney.TabIndex = 4;
            this.lbUserMoney.Text = "基本工资";
            // 
            // btnUserUpdate
            // 
            this.btnUserUpdate.Location = new System.Drawing.Point(172, 259);
            this.btnUserUpdate.Name = "btnUserUpdate";
            this.btnUserUpdate.Size = new System.Drawing.Size(49, 23);
            this.btnUserUpdate.TabIndex = 0;
            this.btnUserUpdate.Text = "修改";
            this.btnUserUpdate.UseVisualStyleBackColor = true;
            this.btnUserUpdate.Click += new System.EventHandler(this.btnUserUpdate_Click);
            // 
            // lbPower
            // 
            this.lbPower.AutoSize = true;
            this.lbPower.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbPower.Location = new System.Drawing.Point(42, 120);
            this.lbPower.Name = "lbPower";
            this.lbPower.Size = new System.Drawing.Size(63, 14);
            this.lbPower.TabIndex = 3;
            this.lbPower.Text = "权    限";
            // 
            // textPassWord
            // 
            this.textPassWord.Location = new System.Drawing.Point(112, 92);
            this.textPassWord.Name = "textPassWord";
            this.textPassWord.Size = new System.Drawing.Size(111, 21);
            this.textPassWord.TabIndex = 5;
            this.textPassWord.UseSystemPasswordChar = true;
            // 
            // lbPassWord
            // 
            this.lbPassWord.AutoSize = true;
            this.lbPassWord.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbPassWord.Location = new System.Drawing.Point(43, 93);
            this.lbPassWord.Name = "lbPassWord";
            this.lbPassWord.Size = new System.Drawing.Size(63, 14);
            this.lbPassWord.TabIndex = 2;
            this.lbPassWord.Text = "密    码";
            // 
            // textUserName
            // 
            this.textUserName.Location = new System.Drawing.Point(112, 65);
            this.textUserName.Name = "textUserName";
            this.textUserName.Size = new System.Drawing.Size(111, 21);
            this.textUserName.TabIndex = 4;
            // 
            // lbUserName
            // 
            this.lbUserName.AutoSize = true;
            this.lbUserName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbUserName.Location = new System.Drawing.Point(43, 66);
            this.lbUserName.Name = "lbUserName";
            this.lbUserName.Size = new System.Drawing.Size(63, 14);
            this.lbUserName.TabIndex = 1;
            this.lbUserName.Text = "姓    名";
            // 
            // textNumber
            // 
            this.textNumber.Location = new System.Drawing.Point(111, 38);
            this.textNumber.Name = "textNumber";
            this.textNumber.Size = new System.Drawing.Size(111, 21);
            this.textNumber.TabIndex = 3;
            // 
            // lbNumber
            // 
            this.lbNumber.AutoSize = true;
            this.lbNumber.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbNumber.Location = new System.Drawing.Point(43, 39);
            this.lbNumber.Name = "lbNumber";
            this.lbNumber.Size = new System.Drawing.Size(63, 14);
            this.lbNumber.TabIndex = 0;
            this.lbNumber.Text = "帐    号";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.GridViewPerson);
            this.groupBox3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox3.Location = new System.Drawing.Point(3, 13);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(475, 320);
            this.groupBox3.TabIndex = 0;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "员工信息";
            // 
            // GridViewPerson
            // 
            this.GridViewPerson.AllowUserToAddRows = false;
            this.GridViewPerson.AllowUserToOrderColumns = true;
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.GridViewPerson.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
            this.GridViewPerson.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.GridViewPerson.DefaultCellStyle = dataGridViewCellStyle8;
            this.GridViewPerson.Location = new System.Drawing.Point(21, 22);
            this.GridViewPerson.Name = "GridViewPerson";
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.GridViewPerson.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
            this.GridViewPerson.RowTemplate.Height = 23;
            this.GridViewPerson.Size = new System.Drawing.Size(434, 278);
            this.GridViewPerson.TabIndex = 0;
            this.GridViewPerson.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridViewPerson_CellClick);
            // 
            // tabPage17
            // 
            this.tabPage17.Controls.Add(this.splitContainer10);
            this.tabPage17.Location = new System.Drawing.Point(4, 21);
            this.tabPage17.Name = "tabPage17";
            this.tabPage17.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage17.Size = new System.Drawing.Size(752, 349);
            this.tabPage17.TabIndex = 1;
            this.tabPage17.Text = "员工信息查询";
            this.tabPage17.UseVisualStyleBackColor = true;
            // 
            // splitContainer10
            // 
            this.splitContainer10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer10.Location = new System.Drawing.Point(3, 3);
            this.splitContainer10.Name = "splitContainer10";
            // 
            // splitContainer10.Panel1
            // 
            this.splitContainer10.Panel1.Controls.Add(this.groupBox17);
            // 
            // splitContainer10.Panel2
            // 
            this.splitContainer10.Panel2.Controls.Add(this.groupBox18);
            this.splitContainer10.Size = new System.Drawing.Size(746, 343);
            this.splitContainer10.SplitterDistance = 481;
            this.splitContainer10.TabIndex = 1;
            // 
            // groupBox17

⌨️ 快捷键说明

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