📄 staffmanage.designer.cs
字号:
"硕士",
"博士"});
this.xueli.Location = new System.Drawing.Point(112, 121);
this.xueli.Name = "xueli";
this.xueli.Size = new System.Drawing.Size(126, 22);
this.xueli.TabIndex = 17;
this.xueli.Text = "本科";
//
// jiguan
//
this.jiguan.Location = new System.Drawing.Point(418, 71);
this.jiguan.Name = "jiguan";
this.jiguan.Size = new System.Drawing.Size(187, 23);
this.jiguan.TabIndex = 16;
//
// sex
//
this.sex.FormattingEnabled = true;
this.sex.Items.AddRange(new object[] {
"男",
"女"});
this.sex.Location = new System.Drawing.Point(112, 74);
this.sex.Name = "sex";
this.sex.Size = new System.Drawing.Size(53, 22);
this.sex.TabIndex = 15;
this.sex.Text = "男";
//
// name
//
this.name.Location = new System.Drawing.Point(418, 25);
this.name.Name = "name";
this.name.Size = new System.Drawing.Size(187, 23);
this.name.TabIndex = 14;
//
// ID
//
this.ID.Location = new System.Drawing.Point(112, 25);
this.ID.Name = "ID";
this.ID.Size = new System.Drawing.Size(167, 23);
this.ID.TabIndex = 13;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(340, 281);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(35, 14);
this.label16.TabIndex = 12;
this.label16.Text = "备注";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(20, 276);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(63, 14);
this.label17.TabIndex = 11;
this.label17.Text = "聘用日期";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(340, 227);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(49, 14);
this.label18.TabIndex = 10;
this.label18.Text = "身份证";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(20, 227);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(63, 14);
this.label19.TabIndex = 9;
this.label19.Text = "联系地址";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(340, 176);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(63, 14);
this.label20.TabIndex = 8;
this.label20.Text = "联系电话";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(20, 176);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(35, 14);
this.label21.TabIndex = 7;
this.label21.Text = "工资";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(340, 124);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(35, 14);
this.label22.TabIndex = 6;
this.label22.Text = "类别";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(20, 124);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(35, 14);
this.label23.TabIndex = 5;
this.label23.Text = "学历";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(340, 74);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(35, 14);
this.label24.TabIndex = 4;
this.label24.Text = "籍贯";
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(20, 74);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(35, 14);
this.label25.TabIndex = 3;
this.label25.Text = "性别";
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(20, 74);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(0, 14);
this.label26.TabIndex = 2;
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(340, 28);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(35, 14);
this.label27.TabIndex = 1;
this.label27.Text = "姓名";
//
// label28
//
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(20, 28);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(49, 14);
this.label28.TabIndex = 0;
this.label28.Text = "员工ID";
//
// dataGrid2
//
this.dataGrid2.DataMember = "staffAdd";
this.dataGrid2.DataSource = this.dataSet11;
this.dataGrid2.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGrid2.Location = new System.Drawing.Point(8, 13);
this.dataGrid2.Name = "dataGrid2";
this.dataGrid2.Size = new System.Drawing.Size(677, 173);
this.dataGrid2.TabIndex = 0;
//
// sqlSelectCommand1
//
this.sqlSelectCommand1.CommandText = "SELECT staffId, staffName, sex, Home, diploma, kind, salary, Phone, address, " +
"identify, beginDate, staffText\r\nFROM staff";
this.sqlSelectCommand1.Connection = this.sqlConnection1;
//
// sqlConnection1
//
this.sqlConnection1.ConnectionString = "Data Source=.;Initial Catalog=MarketSystem;Integrated Security=True";
this.sqlConnection1.FireInfoMessageEventOnUserErrors = false;
//
// sqlInsertCommand1
//
this.sqlInsertCommand1.CommandText = resources.GetString("sqlInsertCommand1.CommandText");
this.sqlInsertCommand1.Connection = this.sqlConnection1;
this.sqlInsertCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
new System.Data.SqlClient.SqlParameter("@staffId", System.Data.SqlDbType.VarChar, 0, "staffId"),
new System.Data.SqlClient.SqlParameter("@staffName", System.Data.SqlDbType.VarChar, 0, "staffName"),
new System.Data.SqlClient.SqlParameter("@sex", System.Data.SqlDbType.Char, 0, "sex"),
new System.Data.SqlClient.SqlParameter("@Home", System.Data.SqlDbType.VarChar, 0, "Home"),
new System.Data.SqlClient.SqlParameter("@diploma", System.Data.SqlDbType.VarChar, 0, "diploma"),
new System.Data.SqlClient.SqlParameter("@kind", System.Data.SqlDbType.VarChar, 0, "kind"),
new System.Data.SqlClient.SqlParameter("@salary", System.Data.SqlDbType.Float, 0, "salary"),
new System.Data.SqlClient.SqlParameter("@Phone", System.Data.SqlDbType.Char, 0, "Phone"),
new System.Data.SqlClient.SqlParameter("@address", System.Data.SqlDbType.VarChar, 0, "address"),
new System.Data.SqlClient.SqlParameter("@identify", System.Data.SqlDbType.Char, 0, "identify"),
new System.Data.SqlClient.SqlParameter("@beginDate", System.Data.SqlDbType.DateTime, 0, "beginDate"),
new System.Data.SqlClient.SqlParameter("@staffText", System.Data.SqlDbType.VarChar, 0, "staffText")});
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -