📄 formprint.designer.cs
字号:
namespace PrintSystem
{
partial class FormPrint
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPrint));
this.btnPrint = new System.Windows.Forms.Button();
this.pDoc = new System.Drawing.Printing.PrintDocument();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txbCode = new System.Windows.Forms.TextBox();
this.txbName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lvRecord = new System.Windows.Forms.ListView();
this.ID = new System.Windows.Forms.ColumnHeader();
this.HRName = new System.Windows.Forms.ColumnHeader();
this.Code = new System.Windows.Forms.ColumnHeader();
this.PrintTime = new System.Windows.Forms.ColumnHeader();
this.illistViewStatus = new System.Windows.Forms.ImageList(this.components);
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.tssRecordNum = new System.Windows.Forms.ToolStripStatusLabel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dtSelEnd = new System.Windows.Forms.DateTimePicker();
this.dtSelStart = new System.Windows.Forms.DateTimePicker();
this.txbSelCode = new System.Windows.Forms.TextBox();
this.txbSelName = new System.Windows.Forms.TextBox();
this.btnSel = new System.Windows.Forms.Button();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.btnAdd = new System.Windows.Forms.Button();
this.btnAlter = new System.Windows.Forms.Button();
this.btnDel = new System.Windows.Forms.Button();
this.btnConfig = new System.Windows.Forms.Button();
this.btnPrintSelected = new System.Windows.Forms.Button();
this.pageSetupDialog1 = new System.Windows.Forms.PageSetupDialog();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// btnPrint
//
this.btnPrint.Location = new System.Drawing.Point(436, 39);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(106, 23);
this.btnPrint.TabIndex = 1;
this.btnPrint.Text = "增加并打印记录";
this.btnPrint.UseVisualStyleBackColor = true;
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.SystemColors.Window;
this.groupBox1.Controls.Add(this.txbCode);
this.groupBox1.Controls.Add(this.txbName);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.btnAdd);
this.groupBox1.Controls.Add(this.btnPrint);
this.groupBox1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
this.groupBox1.Location = new System.Drawing.Point(46, 119);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(692, 86);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
//
// txbCode
//
this.txbCode.Location = new System.Drawing.Point(226, 39);
this.txbCode.Name = "txbCode";
this.txbCode.Size = new System.Drawing.Size(168, 21);
this.txbCode.TabIndex = 5;
//
// txbName
//
this.txbName.Location = new System.Drawing.Point(74, 39);
this.txbName.Name = "txbName";
this.txbName.Size = new System.Drawing.Size(97, 21);
this.txbName.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(32, 42);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 1;
this.label2.Text = "姓名";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(184, 43);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 2;
this.label3.Text = "证号";
//
// lvRecord
//
this.lvRecord.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.ID,
this.HRName,
this.Code,
this.PrintTime});
this.lvRecord.Dock = System.Windows.Forms.DockStyle.Bottom;
this.lvRecord.FullRowSelect = true;
this.lvRecord.GridLines = true;
this.lvRecord.Location = new System.Drawing.Point(0, 269);
this.lvRecord.Name = "lvRecord";
this.lvRecord.Size = new System.Drawing.Size(792, 267);
this.lvRecord.StateImageList = this.illistViewStatus;
this.lvRecord.TabIndex = 3;
this.lvRecord.UseCompatibleStateImageBehavior = false;
this.lvRecord.View = System.Windows.Forms.View.Details;
//
// ID
//
this.ID.Text = "序号";
//
// HRName
//
this.HRName.Text = "姓名";
this.HRName.Width = 99;
//
// Code
//
this.Code.Text = "证号";
this.Code.Width = 453;
//
// PrintTime
//
this.PrintTime.Text = "增加时间";
this.PrintTime.Width = 176;
//
// illistViewStatus
//
this.illistViewStatus.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.illistViewStatus.ImageSize = new System.Drawing.Size(16, 16);
this.illistViewStatus.TransparentColor = System.Drawing.Color.Transparent;
//
// statusStrip1
//
this.statusStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tssRecordNum});
this.statusStrip1.Location = new System.Drawing.Point(0, 536);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(792, 22);
this.statusStrip1.TabIndex = 4;
this.statusStrip1.Text = "statusStrip1";
//
// tssRecordNum
//
this.tssRecordNum.Name = "tssRecordNum";
this.tssRecordNum.Size = new System.Drawing.Size(53, 17);
this.tssRecordNum.Text = "记录总数";
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.SystemColors.Window;
this.groupBox2.Controls.Add(this.dtSelEnd);
this.groupBox2.Controls.Add(this.dtSelStart);
this.groupBox2.Controls.Add(this.txbSelCode);
this.groupBox2.Controls.Add(this.txbSelName);
this.groupBox2.Controls.Add(this.btnSel);
this.groupBox2.Controls.Add(this.checkBox1);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.groupBox2.Location = new System.Drawing.Point(0, 221);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(792, 48);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
//
// dtSelEnd
//
this.dtSelEnd.Location = new System.Drawing.Point(531, 15);
this.dtSelEnd.Name = "dtSelEnd";
this.dtSelEnd.Size = new System.Drawing.Size(126, 21);
this.dtSelEnd.TabIndex = 8;
//
// dtSelStart
//
this.dtSelStart.Location = new System.Drawing.Point(373, 15);
this.dtSelStart.Name = "dtSelStart";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -