📄 print_form.designer.cs
字号:
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(15, 31);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(96, 16);
this.checkBox1.TabIndex = 0;
this.checkBox1.Text = "员工基本资料";
this.checkBox1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.button3);
this.tabPage2.Controls.Add(this.button4);
this.tabPage2.Controls.Add(this.groupBox2);
this.tabPage2.Location = new System.Drawing.Point(4, 29);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(275, 242);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "打印全部的员工";
this.tabPage2.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Location = new System.Drawing.Point(178, 213);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 5;
this.button3.Text = "取消";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(73, 213);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 4;
this.button4.Text = "打印";
this.button4.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.checkBox9);
this.groupBox2.Controls.Add(this.checkBox10);
this.groupBox2.Controls.Add(this.checkBox11);
this.groupBox2.Controls.Add(this.checkBox12);
this.groupBox2.Controls.Add(this.checkBox13);
this.groupBox2.Controls.Add(this.checkBox14);
this.groupBox2.Controls.Add(this.checkBox15);
this.groupBox2.Controls.Add(this.checkBox16);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox2.Location = new System.Drawing.Point(3, 3);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(269, 204);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "请选择要打印的项目";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(53, 176);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(167, 12);
this.label2.TabIndex = 8;
this.label2.Text = "提示:没有记录的项目不会显示";
//
// checkBox9
//
this.checkBox9.AutoSize = true;
this.checkBox9.Location = new System.Drawing.Point(148, 133);
this.checkBox9.Name = "checkBox9";
this.checkBox9.Size = new System.Drawing.Size(72, 16);
this.checkBox9.TabIndex = 7;
this.checkBox9.Text = "其它信息";
this.checkBox9.UseVisualStyleBackColor = true;
//
// checkBox10
//
this.checkBox10.AutoSize = true;
this.checkBox10.Location = new System.Drawing.Point(15, 133);
this.checkBox10.Name = "checkBox10";
this.checkBox10.Size = new System.Drawing.Size(72, 16);
this.checkBox10.TabIndex = 6;
this.checkBox10.Text = "离职原因";
this.checkBox10.UseVisualStyleBackColor = true;
//
// checkBox11
//
this.checkBox11.AutoSize = true;
this.checkBox11.Location = new System.Drawing.Point(148, 99);
this.checkBox11.Name = "checkBox11";
this.checkBox11.Size = new System.Drawing.Size(72, 16);
this.checkBox11.TabIndex = 5;
this.checkBox11.Text = "考评记录";
this.checkBox11.UseVisualStyleBackColor = true;
//
// checkBox12
//
this.checkBox12.AutoSize = true;
this.checkBox12.Location = new System.Drawing.Point(15, 99);
this.checkBox12.Name = "checkBox12";
this.checkBox12.Size = new System.Drawing.Size(72, 16);
this.checkBox12.TabIndex = 4;
this.checkBox12.Text = "培训记录";
this.checkBox12.UseVisualStyleBackColor = true;
//
// checkBox13
//
this.checkBox13.AutoSize = true;
this.checkBox13.Location = new System.Drawing.Point(148, 67);
this.checkBox13.Name = "checkBox13";
this.checkBox13.Size = new System.Drawing.Size(72, 16);
this.checkBox13.TabIndex = 3;
this.checkBox13.Text = "调动记录";
this.checkBox13.UseVisualStyleBackColor = true;
//
// checkBox14
//
this.checkBox14.AutoSize = true;
this.checkBox14.Location = new System.Drawing.Point(15, 67);
this.checkBox14.Name = "checkBox14";
this.checkBox14.Size = new System.Drawing.Size(72, 16);
this.checkBox14.TabIndex = 2;
this.checkBox14.Text = "奖惩记录";
this.checkBox14.UseVisualStyleBackColor = true;
//
// checkBox15
//
this.checkBox15.AutoSize = true;
this.checkBox15.Location = new System.Drawing.Point(148, 31);
this.checkBox15.Name = "checkBox15";
this.checkBox15.Size = new System.Drawing.Size(72, 16);
this.checkBox15.TabIndex = 1;
this.checkBox15.Text = "调薪记录";
this.checkBox15.UseVisualStyleBackColor = true;
//
// checkBox16
//
this.checkBox16.AutoSize = true;
this.checkBox16.Location = new System.Drawing.Point(15, 31);
this.checkBox16.Name = "checkBox16";
this.checkBox16.Size = new System.Drawing.Size(96, 16);
this.checkBox16.TabIndex = 0;
this.checkBox16.Text = "员工基本资料";
this.checkBox16.UseVisualStyleBackColor = true;
//
// Print_Form
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(283, 275);
this.Controls.Add(this.tabControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximumSize = new System.Drawing.Size(291, 309);
this.MinimumSize = new System.Drawing.Size(291, 309);
this.Name = "Print_Form";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "打印选择";
this.Load += new System.EventHandler(this.Print_Form_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox checkBox8;
private System.Windows.Forms.CheckBox checkBox7;
private System.Windows.Forms.CheckBox checkBox6;
private System.Windows.Forms.CheckBox checkBox5;
private System.Windows.Forms.CheckBox checkBox4;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.CheckBox checkBox9;
private System.Windows.Forms.CheckBox checkBox10;
private System.Windows.Forms.CheckBox checkBox11;
private System.Windows.Forms.CheckBox checkBox12;
private System.Windows.Forms.CheckBox checkBox13;
private System.Windows.Forms.CheckBox checkBox14;
private System.Windows.Forms.CheckBox checkBox15;
private System.Windows.Forms.CheckBox checkBox16;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -