📄 f_cleardata.designer.cs
字号:
namespace PWMS.PerForm
{
partial class F_ClearData
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.Table_RANDP = new System.Windows.Forms.CheckBox();
this.Table_Individual = new System.Windows.Forms.CheckBox();
this.Table_WordResume = new System.Windows.Forms.CheckBox();
this.Table_TrainNote = new System.Windows.Forms.CheckBox();
this.Table_Stuffbusic = new System.Windows.Forms.CheckBox();
this.Table_DayWordPad = new System.Windows.Forms.CheckBox();
this.Table_Family = new System.Windows.Forms.CheckBox();
this.Table_AddressBook = new System.Windows.Forms.CheckBox();
this.Table_Login = new System.Windows.Forms.CheckBox();
this.Table_Clew = new System.Windows.Forms.CheckBox();
this.Table_WordPad = new System.Windows.Forms.CheckBox();
this.Table_Visage = new System.Windows.Forms.CheckBox();
this.Table_RPKind = new System.Windows.Forms.CheckBox();
this.Table_Laborage = new System.Windows.Forms.CheckBox();
this.Table_Kultur = new System.Windows.Forms.CheckBox();
this.Table_Folk = new System.Windows.Forms.CheckBox();
this.Table_EmployeeGenre = new System.Windows.Forms.CheckBox();
this.Table_Duthcall = new System.Windows.Forms.CheckBox();
this.Table_Business = new System.Windows.Forms.CheckBox();
this.Table_Branch = new System.Windows.Forms.CheckBox();
this.ALL_Table = new System.Windows.Forms.CheckBox();
this.but_clear = new System.Windows.Forms.Button();
this.but_Close = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.Table_RANDP);
this.groupBox1.Controls.Add(this.Table_Individual);
this.groupBox1.Controls.Add(this.Table_WordResume);
this.groupBox1.Controls.Add(this.Table_TrainNote);
this.groupBox1.Controls.Add(this.Table_Stuffbusic);
this.groupBox1.Controls.Add(this.Table_DayWordPad);
this.groupBox1.Controls.Add(this.Table_Family);
this.groupBox1.Controls.Add(this.Table_AddressBook);
this.groupBox1.Controls.Add(this.Table_Login);
this.groupBox1.Controls.Add(this.Table_Clew);
this.groupBox1.Controls.Add(this.Table_WordPad);
this.groupBox1.Controls.Add(this.Table_Visage);
this.groupBox1.Controls.Add(this.Table_RPKind);
this.groupBox1.Controls.Add(this.Table_Laborage);
this.groupBox1.Controls.Add(this.Table_Kultur);
this.groupBox1.Controls.Add(this.Table_Folk);
this.groupBox1.Controls.Add(this.Table_EmployeeGenre);
this.groupBox1.Controls.Add(this.Table_Duthcall);
this.groupBox1.Controls.Add(this.Table_Business);
this.groupBox1.Controls.Add(this.Table_Branch);
this.groupBox1.Location = new System.Drawing.Point(8, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(359, 188);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "记事本类别\r\n";
//
// Table_RANDP
//
this.Table_RANDP.AutoSize = true;
this.Table_RANDP.Location = new System.Drawing.Point(138, 161);
this.Table_RANDP.Name = "Table_RANDP";
this.Table_RANDP.Size = new System.Drawing.Size(60, 16);
this.Table_RANDP.TabIndex = 19;
this.Table_RANDP.Text = "奖惩表";
this.Table_RANDP.UseVisualStyleBackColor = true;
this.Table_RANDP.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_Individual
//
this.Table_Individual.AutoSize = true;
this.Table_Individual.Location = new System.Drawing.Point(18, 161);
this.Table_Individual.Name = "Table_Individual";
this.Table_Individual.Size = new System.Drawing.Size(72, 16);
this.Table_Individual.TabIndex = 18;
this.Table_Individual.Text = "个人简历";
this.Table_Individual.UseVisualStyleBackColor = true;
this.Table_Individual.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_WordResume
//
this.Table_WordResume.AutoSize = true;
this.Table_WordResume.Location = new System.Drawing.Point(264, 139);
this.Table_WordResume.Name = "Table_WordResume";
this.Table_WordResume.Size = new System.Drawing.Size(72, 16);
this.Table_WordResume.TabIndex = 17;
this.Table_WordResume.Text = "工作简历";
this.Table_WordResume.UseVisualStyleBackColor = true;
this.Table_WordResume.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_TrainNote
//
this.Table_TrainNote.AutoSize = true;
this.Table_TrainNote.Location = new System.Drawing.Point(138, 139);
this.Table_TrainNote.Name = "Table_TrainNote";
this.Table_TrainNote.Size = new System.Drawing.Size(72, 16);
this.Table_TrainNote.TabIndex = 16;
this.Table_TrainNote.Text = "培训记录";
this.Table_TrainNote.UseVisualStyleBackColor = true;
this.Table_TrainNote.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_Stuffbusic
//
this.Table_Stuffbusic.AutoSize = true;
this.Table_Stuffbusic.Location = new System.Drawing.Point(18, 139);
this.Table_Stuffbusic.Name = "Table_Stuffbusic";
this.Table_Stuffbusic.Size = new System.Drawing.Size(84, 16);
this.Table_Stuffbusic.TabIndex = 15;
this.Table_Stuffbusic.Text = "人事档案表";
this.Table_Stuffbusic.UseVisualStyleBackColor = true;
this.Table_Stuffbusic.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_DayWordPad
//
this.Table_DayWordPad.AutoSize = true;
this.Table_DayWordPad.Location = new System.Drawing.Point(264, 117);
this.Table_DayWordPad.Name = "Table_DayWordPad";
this.Table_DayWordPad.Size = new System.Drawing.Size(84, 16);
this.Table_DayWordPad.TabIndex = 14;
this.Table_DayWordPad.Text = "日常记事本";
this.Table_DayWordPad.UseVisualStyleBackColor = true;
this.Table_DayWordPad.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_Family
//
this.Table_Family.AutoSize = true;
this.Table_Family.Location = new System.Drawing.Point(138, 117);
this.Table_Family.Name = "Table_Family";
this.Table_Family.Size = new System.Drawing.Size(72, 16);
this.Table_Family.TabIndex = 13;
this.Table_Family.Text = "家庭关系";
this.Table_Family.UseVisualStyleBackColor = true;
this.Table_Family.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_AddressBook
//
this.Table_AddressBook.AutoSize = true;
this.Table_AddressBook.Location = new System.Drawing.Point(18, 117);
this.Table_AddressBook.Name = "Table_AddressBook";
this.Table_AddressBook.Size = new System.Drawing.Size(60, 16);
this.Table_AddressBook.TabIndex = 12;
this.Table_AddressBook.Text = "通讯录";
this.Table_AddressBook.UseVisualStyleBackColor = true;
this.Table_AddressBook.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_Login
//
this.Table_Login.AutoSize = true;
this.Table_Login.Location = new System.Drawing.Point(264, 95);
this.Table_Login.Name = "Table_Login";
this.Table_Login.Size = new System.Drawing.Size(60, 16);
this.Table_Login.TabIndex = 11;
this.Table_Login.Text = "登录表";
this.Table_Login.UseVisualStyleBackColor = true;
this.Table_Login.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Table_Branch_MouseUp);
//
// Table_Clew
//
this.Table_Clew.AutoSize = true;
this.Table_Clew.Location = new System.Drawing.Point(138, 95);
this.Table_Clew.Name = "Table_Clew";
this.Table_Clew.Size = new System.Drawing.Size(96, 16);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -