📄 f_find.designer.cs
字号:
//
// groupBox2
//
this.groupBox2.Controls.Add(this.Find_Speciality);
this.groupBox2.Controls.Add(this.Find_School);
this.groupBox2.Controls.Add(this.label21);
this.groupBox2.Controls.Add(this.label20);
this.groupBox2.Controls.Add(this.Find2_WorkDate);
this.groupBox2.Controls.Add(this.Find1_WorkDate);
this.groupBox2.Controls.Add(this.Find_Pact_Y);
this.groupBox2.Controls.Add(this.Pact_Y_Sign);
this.groupBox2.Controls.Add(this.Find_M_Pay);
this.groupBox2.Controls.Add(this.M_Pay_Sign);
this.groupBox2.Controls.Add(this.Find_City);
this.groupBox2.Controls.Add(this.Find_BeAware);
this.groupBox2.Controls.Add(this.Find_WorkLength);
this.groupBox2.Controls.Add(this.WorkLength_Sign);
this.groupBox2.Controls.Add(this.Find_Age);
this.groupBox2.Controls.Add(this.Find_Marriage);
this.groupBox2.Controls.Add(this.Age_Sign);
this.groupBox2.Controls.Add(this.Find_Sex);
this.groupBox2.Controls.Add(this.label19);
this.groupBox2.Controls.Add(this.label18);
this.groupBox2.Controls.Add(this.label17);
this.groupBox2.Controls.Add(this.label16);
this.groupBox2.Controls.Add(this.label15);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Location = new System.Drawing.Point(8, 121);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(487, 131);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "个人信息";
//
// Find_Speciality
//
this.Find_Speciality.FormattingEnabled = true;
this.Find_Speciality.Location = new System.Drawing.Point(296, 100);
this.Find_Speciality.Name = "Find_Speciality";
this.Find_Speciality.Size = new System.Drawing.Size(181, 20);
this.Find_Speciality.TabIndex = 28;
//
// Find_School
//
this.Find_School.FormattingEnabled = true;
this.Find_School.Location = new System.Drawing.Point(70, 100);
this.Find_School.Name = "Find_School";
this.Find_School.Size = new System.Drawing.Size(160, 20);
this.Find_School.TabIndex = 27;
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(234, 105);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(65, 12);
this.label21.TabIndex = 26;
this.label21.Text = "主修专业:";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(8, 105);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(65, 12);
this.label20.TabIndex = 25;
this.label20.Text = "毕业学校:";
//
// Find2_WorkDate
//
this.Find2_WorkDate.Location = new System.Drawing.Point(377, 73);
this.Find2_WorkDate.Name = "Find2_WorkDate";
this.Find2_WorkDate.Size = new System.Drawing.Size(100, 21);
this.Find2_WorkDate.TabIndex = 24;
this.Find2_WorkDate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Find2_WorkDate_KeyPress);
this.Find2_WorkDate.Leave += new System.EventHandler(this.Find2_WorkDate_Leave);
//
// Find1_WorkDate
//
this.Find1_WorkDate.Location = new System.Drawing.Point(254, 73);
this.Find1_WorkDate.Name = "Find1_WorkDate";
this.Find1_WorkDate.Size = new System.Drawing.Size(100, 21);
this.Find1_WorkDate.TabIndex = 23;
this.Find1_WorkDate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Find1_WorkDate_KeyPress);
this.Find1_WorkDate.Leave += new System.EventHandler(this.Find1_WorkDate_Leave);
//
// Find_Pact_Y
//
this.Find_Pact_Y.Location = new System.Drawing.Point(135, 74);
this.Find_Pact_Y.Name = "Find_Pact_Y";
this.Find_Pact_Y.Size = new System.Drawing.Size(36, 21);
this.Find_Pact_Y.TabIndex = 22;
this.Find_Pact_Y.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Find_Pact_Y_KeyPress);
//
// Pact_Y_Sign
//
this.Pact_Y_Sign.FormattingEnabled = true;
this.Pact_Y_Sign.Items.AddRange(new object[] {
"=",
"<",
">",
"<=",
">=",
"!="});
this.Pact_Y_Sign.Location = new System.Drawing.Point(70, 74);
this.Pact_Y_Sign.Name = "Pact_Y_Sign";
this.Pact_Y_Sign.Size = new System.Drawing.Size(59, 20);
this.Pact_Y_Sign.TabIndex = 21;
//
// Find_M_Pay
//
this.Find_M_Pay.Location = new System.Drawing.Point(394, 46);
this.Find_M_Pay.Name = "Find_M_Pay";
this.Find_M_Pay.Size = new System.Drawing.Size(83, 21);
this.Find_M_Pay.TabIndex = 20;
this.Find_M_Pay.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Find_M_Pay_KeyPress);
//
// M_Pay_Sign
//
this.M_Pay_Sign.FormattingEnabled = true;
this.M_Pay_Sign.Items.AddRange(new object[] {
"=",
"<",
">",
"<=",
">=",
"!="});
this.M_Pay_Sign.Location = new System.Drawing.Point(335, 46);
this.M_Pay_Sign.Name = "M_Pay_Sign";
this.M_Pay_Sign.Size = new System.Drawing.Size(54, 20);
this.M_Pay_Sign.TabIndex = 19;
//
// Find_City
//
this.Find_City.FormattingEnabled = true;
this.Find_City.Location = new System.Drawing.Point(159, 47);
this.Find_City.Name = "Find_City";
this.Find_City.Size = new System.Drawing.Size(91, 20);
this.Find_City.TabIndex = 18;
//
// Find_BeAware
//
this.Find_BeAware.FormattingEnabled = true;
this.Find_BeAware.Location = new System.Drawing.Point(45, 47);
this.Find_BeAware.Name = "Find_BeAware";
this.Find_BeAware.Size = new System.Drawing.Size(86, 20);
this.Find_BeAware.TabIndex = 17;
this.Find_BeAware.TextChanged += new System.EventHandler(this.Find_BeAware_TextChanged);
//
// Find_WorkLength
//
this.Find_WorkLength.Location = new System.Drawing.Point(437, 20);
this.Find_WorkLength.Name = "Find_WorkLength";
this.Find_WorkLength.Size = new System.Drawing.Size(40, 21);
this.Find_WorkLength.TabIndex = 16;
this.Find_WorkLength.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Find_WorkLength_KeyPress);
//
// WorkLength_Sign
//
this.WorkLength_Sign.FormattingEnabled = true;
this.WorkLength_Sign.Items.AddRange(new object[] {
"=",
"<",
">",
"<=",
">=",
"!="});
this.WorkLength_Sign.Location = new System.Drawing.Point(380, 20);
this.WorkLength_Sign.Name = "WorkLength_Sign";
this.WorkLength_Sign.Size = new System.Drawing.Size(53, 20);
this.WorkLength_Sign.TabIndex = 15;
//
// Find_Age
//
this.Find_Age.Location = new System.Drawing.Point(294, 20);
this.Find_Age.Name = "Find_Age";
this.Find_Age.Size = new System.Drawing.Size(39, 21);
this.Find_Age.TabIndex = 14;
this.Find_Age.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Find_Age_KeyPress);
//
// Find_Marriage
//
this.Find_Marriage.FormattingEnabled = true;
this.Find_Marriage.Items.AddRange(new object[] {
"已",
"未"});
this.Find_Marriage.Location = new System.Drawing.Point(138, 20);
this.Find_Marriage.Name = "Find_Marriage";
this.Find_Marriage.Size = new System.Drawing.Size(47, 20);
this.Find_Marriage.TabIndex = 13;
//
// Age_Sign
//
this.Age_Sign.FormattingEnabled = true;
this.Age_Sign.Items.AddRange(new object[] {
"=",
">",
"<",
">=",
"<=",
"!="});
this.Age_Sign.Location = new System.Drawing.Point(236, 20);
this.Age_Sign.Name = "Age_Sign";
this.Age_Sign.Size = new System.Drawing.Size(53, 20);
this.Age_Sign.TabIndex = 12;
//
// Find_Sex
//
this.Find_Sex.FormattingEnabled = true;
this.Find_Sex.Items.AddRange(new object[] {
"男",
"女"});
this.Find_Sex.Location = new System.Drawing.Point(45, 20);
this.Find_Sex.Name = "Find_Sex";
this.Find_Sex.Size = new System.Drawing.Size(47, 20);
this.Find_Sex.TabIndex = 11;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(192, 79);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(65, 12);
this.label19.TabIndex = 10;
this.label19.Text = "工作时间:";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(357, 79);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(17, 12);
this.label18.TabIndex = 9;
this.label18.Text = "至";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(286, 52);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(53, 12);
this.label17.TabIndex = 8;
this.label17.Text = "月工资:";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(252, 52);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -