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

📄 form_personmanage.designer.cs

📁 .net 2005 c# 完整的门禁考勤系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.groupBox1.Controls.Add(this.textBox_job);
            this.groupBox1.Controls.Add(this.button_new);
            this.groupBox1.Controls.Add(this.textBox_usertype);
            this.groupBox1.Controls.Add(this.comboBox_Pertype);
            this.groupBox1.Controls.Add(this.button_update);
            this.groupBox1.Controls.Add(this.button_del);
            this.groupBox1.Controls.Add(this.button_add);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.textBox_conntext);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.textBox_depart);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.textBox_name);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(738, 200);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "员工管理";
            // 
            // comboBox_Pertype
            // 
            this.comboBox_Pertype.FormattingEnabled = true;
            this.comboBox_Pertype.Location = new System.Drawing.Point(259, 29);
            this.comboBox_Pertype.Name = "comboBox_Pertype";
            this.comboBox_Pertype.Size = new System.Drawing.Size(100, 20);
            this.comboBox_Pertype.TabIndex = 3;
            // 
            // button_update
            // 
            this.button_update.Location = new System.Drawing.Point(232, 148);
            this.button_update.Name = "button_update";
            this.button_update.Size = new System.Drawing.Size(52, 22);
            this.button_update.TabIndex = 7;
            this.button_update.Text = "修改";
            this.button_update.UseVisualStyleBackColor = true;
            this.button_update.Click += new System.EventHandler(this.button_update_Click);
            // 
            // button_del
            // 
            this.button_del.Location = new System.Drawing.Point(325, 148);
            this.button_del.Name = "button_del";
            this.button_del.Size = new System.Drawing.Size(52, 22);
            this.button_del.TabIndex = 8;
            this.button_del.Text = "删除";
            this.button_del.UseVisualStyleBackColor = true;
            this.button_del.Click += new System.EventHandler(this.button_del_Click);
            // 
            // button_add
            // 
            this.button_add.Location = new System.Drawing.Point(135, 148);
            this.button_add.Name = "button_add";
            this.button_add.Size = new System.Drawing.Size(52, 22);
            this.button_add.TabIndex = 6;
            this.button_add.Text = "保存";
            this.button_add.UseVisualStyleBackColor = true;
            this.button_add.Click += new System.EventHandler(this.button_add_Click);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(30, 113);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 7;
            this.label4.Text = "备注:";
            // 
            // textBox_conntext
            // 
            this.textBox_conntext.Location = new System.Drawing.Point(77, 110);
            this.textBox_conntext.Name = "textBox_conntext";
            this.textBox_conntext.Size = new System.Drawing.Size(410, 21);
            this.textBox_conntext.TabIndex = 4;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(30, 86);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 5;
            this.label3.Text = "职位:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(30, 59);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 3;
            this.label2.Text = "部门:";
            // 
            // textBox_depart
            // 
            this.textBox_depart.Location = new System.Drawing.Point(77, 56);
            this.textBox_depart.Name = "textBox_depart";
            this.textBox_depart.Size = new System.Drawing.Size(100, 21);
            this.textBox_depart.TabIndex = 2;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(30, 32);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "姓名:";
            // 
            // textBox_name
            // 
            this.textBox_name.Location = new System.Drawing.Point(77, 29);
            this.textBox_name.Name = "textBox_name";
            this.textBox_name.Size = new System.Drawing.Size(100, 21);
            this.textBox_name.TabIndex = 1;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.bindingNavigator1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(738, 31);
            this.panel1.TabIndex = 4;
            // 
            // odbcDataAdapter1
            // 
            this.odbcDataAdapter1.DeleteCommand = this.odbcDeleteCommand1;
            this.odbcDataAdapter1.InsertCommand = this.odbcInsertCommand1;
            this.odbcDataAdapter1.SelectCommand = this.odbcSelectCommand1;
            this.odbcDataAdapter1.UpdateCommand = this.odbcUpdateCommand1;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(188, 32);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 14;
            this.label5.Text = "员工类别:";
            // 
            // textBox_job
            // 
            this.textBox_job.Location = new System.Drawing.Point(77, 83);
            this.textBox_job.Name = "textBox_job";
            this.textBox_job.Size = new System.Drawing.Size(100, 21);
            this.textBox_job.TabIndex = 13;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(212, 59);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(41, 12);
            this.label6.TabIndex = 16;
            this.label6.Text = "卡号:";
            // 
            // textBox_CardNO
            // 
            this.textBox_CardNO.Location = new System.Drawing.Point(259, 55);
            this.textBox_CardNO.Name = "textBox_CardNO";
            this.textBox_CardNO.Size = new System.Drawing.Size(100, 21);
            this.textBox_CardNO.TabIndex = 15;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(212, 86);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(41, 12);
            this.label7.TabIndex = 18;
            this.label7.Text = "密码:";
            // 
            // textBox_CardPW
            // 
            this.textBox_CardPW.Location = new System.Drawing.Point(259, 82);
            this.textBox_CardPW.Name = "textBox_CardPW";
            this.textBox_CardPW.PasswordChar = '*';
            this.textBox_CardPW.Size = new System.Drawing.Size(100, 21);
            this.textBox_CardPW.TabIndex = 17;
            // 
            // Form_PersonManage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(738, 448);
            this.Controls.Add(this.panel4);
            this.Name = "Form_PersonManage";
            this.Text = "员工管理";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_PersonManage_FormClosing);
            this.Load += new System.EventHandler(this.Form_PersonManage_Load);
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
            this.bindingNavigator1.ResumeLayout(false);
            this.bindingNavigator1.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.panel3.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
        private System.Windows.Forms.BindingSource bindingSource1;
        private DataSet1 dataSet1;
        private System.Windows.Forms.BindingNavigator bindingNavigator1;
        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
        private System.Windows.Forms.Button button_new;
        private System.Windows.Forms.TextBox textBox_usertype;
        private System.Windows.Forms.Panel panel4;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ComboBox comboBox_Pertype;
        private System.Windows.Forms.Button button_update;
        private System.Windows.Forms.Button button_del;
        private System.Windows.Forms.Button button_add;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox textBox_conntext;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox textBox_depart;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox textBox_name;
        private System.Windows.Forms.Panel panel1;
        private System.Data.Odbc.OdbcDataAdapter odbcDataAdapter1;
        private System.Data.Odbc.OdbcCommand odbcDeleteCommand1;
        private System.Data.Odbc.OdbcCommand odbcInsertCommand1;
        private System.Data.Odbc.OdbcCommand odbcSelectCommand1;
        private System.Data.Odbc.OdbcCommand odbcUpdateCommand1;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox textBox_CardPW;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox textBox_CardNO;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox textBox_job;
    }
}

⌨️ 快捷键说明

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