📄 f_cleardata.designer.cs
字号:
this.Table_Clew.TabIndex = 10;
this.Table_Clew.Text = "员工提示信息";
this.Table_Clew.UseVisualStyleBackColor = true;
this.Table_Clew.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_WordPad
//
this.Table_WordPad.AutoSize = true;
this.Table_WordPad.Location = new System.Drawing.Point(18, 95);
this.Table_WordPad.Name = "Table_WordPad";
this.Table_WordPad.Size = new System.Drawing.Size(84, 16);
this.Table_WordPad.TabIndex = 9;
this.Table_WordPad.Text = "记事本类别";
this.Table_WordPad.UseVisualStyleBackColor = true;
this.Table_WordPad.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_Visage
//
this.Table_Visage.AutoSize = true;
this.Table_Visage.Location = new System.Drawing.Point(264, 73);
this.Table_Visage.Name = "Table_Visage";
this.Table_Visage.Size = new System.Drawing.Size(72, 16);
this.Table_Visage.TabIndex = 8;
this.Table_Visage.Text = "政治面貌";
this.Table_Visage.UseVisualStyleBackColor = true;
this.Table_Visage.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_RPKind
//
this.Table_RPKind.AutoSize = true;
this.Table_RPKind.Location = new System.Drawing.Point(138, 73);
this.Table_RPKind.Name = "Table_RPKind";
this.Table_RPKind.Size = new System.Drawing.Size(72, 16);
this.Table_RPKind.TabIndex = 7;
this.Table_RPKind.Text = "奖惩类别";
this.Table_RPKind.UseVisualStyleBackColor = true;
this.Table_RPKind.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_Laborage
//
this.Table_Laborage.AutoSize = true;
this.Table_Laborage.Location = new System.Drawing.Point(18, 73);
this.Table_Laborage.Name = "Table_Laborage";
this.Table_Laborage.Size = new System.Drawing.Size(72, 16);
this.Table_Laborage.TabIndex = 6;
this.Table_Laborage.Text = "工资类别";
this.Table_Laborage.UseVisualStyleBackColor = true;
this.Table_Laborage.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_Kultur
//
this.Table_Kultur.AutoSize = true;
this.Table_Kultur.Location = new System.Drawing.Point(264, 51);
this.Table_Kultur.Name = "Table_Kultur";
this.Table_Kultur.Size = new System.Drawing.Size(72, 16);
this.Table_Kultur.TabIndex = 5;
this.Table_Kultur.Text = "文化程度";
this.Table_Kultur.UseVisualStyleBackColor = true;
this.Table_Kultur.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_Folk
//
this.Table_Folk.AutoSize = true;
this.Table_Folk.Location = new System.Drawing.Point(138, 51);
this.Table_Folk.Name = "Table_Folk";
this.Table_Folk.Size = new System.Drawing.Size(72, 16);
this.Table_Folk.TabIndex = 4;
this.Table_Folk.Text = "民族类别";
this.Table_Folk.UseVisualStyleBackColor = true;
this.Table_Folk.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_EmployeeGenre
//
this.Table_EmployeeGenre.AutoSize = true;
this.Table_EmployeeGenre.Location = new System.Drawing.Point(18, 51);
this.Table_EmployeeGenre.Name = "Table_EmployeeGenre";
this.Table_EmployeeGenre.Size = new System.Drawing.Size(72, 16);
this.Table_EmployeeGenre.TabIndex = 3;
this.Table_EmployeeGenre.Text = "职工类别";
this.Table_EmployeeGenre.UseVisualStyleBackColor = true;
this.Table_EmployeeGenre.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_Duthcall
//
this.Table_Duthcall.AutoSize = true;
this.Table_Duthcall.Location = new System.Drawing.Point(264, 29);
this.Table_Duthcall.Name = "Table_Duthcall";
this.Table_Duthcall.Size = new System.Drawing.Size(72, 16);
this.Table_Duthcall.TabIndex = 2;
this.Table_Duthcall.Text = "职称类别";
this.Table_Duthcall.UseVisualStyleBackColor = true;
this.Table_Duthcall.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_Business
//
this.Table_Business.AutoSize = true;
this.Table_Business.Location = new System.Drawing.Point(138, 29);
this.Table_Business.Name = "Table_Business";
this.Table_Business.Size = new System.Drawing.Size(72, 16);
this.Table_Business.TabIndex = 1;
this.Table_Business.Text = "职务类别";
this.Table_Business.UseVisualStyleBackColor = true;
this.Table_Business.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_Branch
//
this.Table_Branch.AutoSize = true;
this.Table_Branch.Location = new System.Drawing.Point(18, 29);
this.Table_Branch.Name = "Table_Branch";
this.Table_Branch.Size = new System.Drawing.Size(72, 16);
this.Table_Branch.TabIndex = 0;
this.Table_Branch.Text = "部门类别";
this.Table_Branch.UseVisualStyleBackColor = true;
this.Table_Branch.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// ALL_Table
//
this.ALL_Table.AutoSize = true;
this.ALL_Table.Location = new System.Drawing.Point(26, 203);
this.ALL_Table.Name = "ALL_Table";
this.ALL_Table.Size = new System.Drawing.Size(48, 16);
this.ALL_Table.TabIndex = 1;
this.ALL_Table.Text = "全选";
this.ALL_Table.UseVisualStyleBackColor = true;
this.ALL_Table.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ALL_Table_MouseDown);
//
// but_clear
//
this.but_clear.Location = new System.Drawing.Point(167, 200);
this.but_clear.Name = "but_clear";
this.but_clear.Size = new System.Drawing.Size(75, 23);
this.but_clear.TabIndex = 2;
this.but_clear.Text = "清空";
this.but_clear.UseVisualStyleBackColor = true;
this.but_clear.Click += new System.EventHandler(this.but_clear_Click);
//
// but_Close
//
this.but_Close.Location = new System.Drawing.Point(269, 200);
this.but_Close.Name = "but_Close";
this.but_Close.Size = new System.Drawing.Size(75, 23);
this.but_Close.TabIndex = 3;
this.but_Close.Text = "退出";
this.but_Close.UseVisualStyleBackColor = true;
this.but_Close.Click += new System.EventHandler(this.but_Close_Click);
//
// F_ClearData
//
this.ClientSize = new System.Drawing.Size(377, 228);
this.Controls.Add(this.but_Close);
this.Controls.Add(this.but_clear);
this.Controls.Add(this.ALL_Table);
this.Controls.Add(this.groupBox1);
this.Name = "F_ClearData";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox Table_RANDP;
private System.Windows.Forms.CheckBox Table_Individual;
private System.Windows.Forms.CheckBox Table_WordResume;
private System.Windows.Forms.CheckBox Table_TrainNote;
private System.Windows.Forms.CheckBox Table_Stuffbusic;
private System.Windows.Forms.CheckBox Table_DayWordPad;
private System.Windows.Forms.CheckBox Table_Family;
private System.Windows.Forms.CheckBox Table_AddressBook;
private System.Windows.Forms.CheckBox Table_Login;
private System.Windows.Forms.CheckBox Table_Clew;
private System.Windows.Forms.CheckBox Table_WordPad;
private System.Windows.Forms.CheckBox Table_Visage;
private System.Windows.Forms.CheckBox Table_RPKind;
private System.Windows.Forms.CheckBox Table_Laborage;
private System.Windows.Forms.CheckBox Table_Kultur;
private System.Windows.Forms.CheckBox Table_Folk;
private System.Windows.Forms.CheckBox Table_EmployeeGenre;
private System.Windows.Forms.CheckBox Table_Duthcall;
private System.Windows.Forms.CheckBox Table_Business;
private System.Windows.Forms.CheckBox Table_Branch;
private System.Windows.Forms.CheckBox ALL_Table;
private System.Windows.Forms.Button but_clear;
private System.Windows.Forms.Button but_Close;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -