229 lines
9.6 KiB
C#
229 lines
9.6 KiB
C#
|
|
namespace SOH.JianYan
|
|||
|
|
{
|
|||
|
|
partial class frmDaYinJianYanDan
|
|||
|
|
{
|
|||
|
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
|||
|
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|||
|
|
this.previewControl1 = new FastReport.Preview.PreviewControl();
|
|||
|
|
this.lbl_zt = new System.Windows.Forms.Label();
|
|||
|
|
this.lbl_csrq = new System.Windows.Forms.Label();
|
|||
|
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
|
this.lbl_nl = new System.Windows.Forms.Label();
|
|||
|
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
|
this.lbl_xb = new System.Windows.Forms.Label();
|
|||
|
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
|
this.lbl_xm = new System.Windows.Forms.Label();
|
|||
|
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
|
this.panel1.SuspendLayout();
|
|||
|
|
this.panel2.SuspendLayout();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// panel1
|
|||
|
|
//
|
|||
|
|
this.panel1.Controls.Add(this.lbl_csrq);
|
|||
|
|
this.panel1.Controls.Add(this.label6);
|
|||
|
|
this.panel1.Controls.Add(this.lbl_nl);
|
|||
|
|
this.panel1.Controls.Add(this.label5);
|
|||
|
|
this.panel1.Controls.Add(this.lbl_xb);
|
|||
|
|
this.panel1.Controls.Add(this.label2);
|
|||
|
|
this.panel1.Controls.Add(this.lbl_xm);
|
|||
|
|
this.panel1.Controls.Add(this.label4);
|
|||
|
|
this.panel1.Controls.Add(this.lbl_zt);
|
|||
|
|
this.panel1.Controls.Add(this.button1);
|
|||
|
|
this.panel1.Controls.Add(this.textBox1);
|
|||
|
|
this.panel1.Controls.Add(this.label1);
|
|||
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.panel1.Name = "panel1";
|
|||
|
|
this.panel1.Size = new System.Drawing.Size(1036, 77);
|
|||
|
|
this.panel1.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// button1
|
|||
|
|
//
|
|||
|
|
this.button1.Location = new System.Drawing.Point(244, 9);
|
|||
|
|
this.button1.Name = "button1";
|
|||
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|||
|
|
this.button1.TabIndex = 2;
|
|||
|
|
this.button1.Text = "打印";
|
|||
|
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
|
//
|
|||
|
|
// textBox1
|
|||
|
|
//
|
|||
|
|
this.textBox1.Location = new System.Drawing.Point(94, 12);
|
|||
|
|
this.textBox1.Name = "textBox1";
|
|||
|
|
this.textBox1.Size = new System.Drawing.Size(133, 21);
|
|||
|
|
this.textBox1.TabIndex = 1;
|
|||
|
|
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.AutoSize = true;
|
|||
|
|
this.label1.Location = new System.Drawing.Point(22, 16);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(77, 12);
|
|||
|
|
this.label1.TabIndex = 0;
|
|||
|
|
this.label1.Text = "请扫描条码:";
|
|||
|
|
//
|
|||
|
|
// panel2
|
|||
|
|
//
|
|||
|
|
this.panel2.Controls.Add(this.previewControl1);
|
|||
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.panel2.Location = new System.Drawing.Point(0, 77);
|
|||
|
|
this.panel2.Name = "panel2";
|
|||
|
|
this.panel2.Size = new System.Drawing.Size(1036, 512);
|
|||
|
|
this.panel2.TabIndex = 1;
|
|||
|
|
//
|
|||
|
|
// previewControl1
|
|||
|
|
//
|
|||
|
|
this.previewControl1.BackColor = System.Drawing.SystemColors.AppWorkspace;
|
|||
|
|
this.previewControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.previewControl1.Font = new System.Drawing.Font("Tahoma", 8F);
|
|||
|
|
this.previewControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.previewControl1.Name = "previewControl1";
|
|||
|
|
this.previewControl1.Size = new System.Drawing.Size(1036, 512);
|
|||
|
|
this.previewControl1.TabIndex = 1;
|
|||
|
|
this.previewControl1.UIStyle = FastReport.Utils.UIStyle.Office2007Black;
|
|||
|
|
//
|
|||
|
|
// lbl_zt
|
|||
|
|
//
|
|||
|
|
this.lbl_zt.AutoSize = true;
|
|||
|
|
this.lbl_zt.Location = new System.Drawing.Point(341, 16);
|
|||
|
|
this.lbl_zt.Name = "lbl_zt";
|
|||
|
|
this.lbl_zt.Size = new System.Drawing.Size(0, 12);
|
|||
|
|
this.lbl_zt.TabIndex = 3;
|
|||
|
|
//
|
|||
|
|
// lbl_csrq
|
|||
|
|
//
|
|||
|
|
this.lbl_csrq.AutoSize = true;
|
|||
|
|
this.lbl_csrq.Location = new System.Drawing.Point(317, 51);
|
|||
|
|
this.lbl_csrq.Name = "lbl_csrq";
|
|||
|
|
this.lbl_csrq.Size = new System.Drawing.Size(0, 12);
|
|||
|
|
this.lbl_csrq.TabIndex = 24;
|
|||
|
|
//
|
|||
|
|
// label6
|
|||
|
|
//
|
|||
|
|
this.label6.AutoSize = true;
|
|||
|
|
this.label6.Location = new System.Drawing.Point(252, 51);
|
|||
|
|
this.label6.Name = "label6";
|
|||
|
|
this.label6.Size = new System.Drawing.Size(59, 12);
|
|||
|
|
this.label6.TabIndex = 23;
|
|||
|
|
this.label6.Text = "出生日期:";
|
|||
|
|
//
|
|||
|
|
// lbl_nl
|
|||
|
|
//
|
|||
|
|
this.lbl_nl.AutoSize = true;
|
|||
|
|
this.lbl_nl.Location = new System.Drawing.Point(225, 51);
|
|||
|
|
this.lbl_nl.Name = "lbl_nl";
|
|||
|
|
this.lbl_nl.Size = new System.Drawing.Size(0, 12);
|
|||
|
|
this.lbl_nl.TabIndex = 22;
|
|||
|
|
//
|
|||
|
|
// label5
|
|||
|
|
//
|
|||
|
|
this.label5.AutoSize = true;
|
|||
|
|
this.label5.Location = new System.Drawing.Point(183, 51);
|
|||
|
|
this.label5.Name = "label5";
|
|||
|
|
this.label5.Size = new System.Drawing.Size(35, 12);
|
|||
|
|
this.label5.TabIndex = 21;
|
|||
|
|
this.label5.Text = "年龄:";
|
|||
|
|
//
|
|||
|
|
// lbl_xb
|
|||
|
|
//
|
|||
|
|
this.lbl_xb.AutoSize = true;
|
|||
|
|
this.lbl_xb.Location = new System.Drawing.Point(156, 51);
|
|||
|
|
this.lbl_xb.Name = "lbl_xb";
|
|||
|
|
this.lbl_xb.Size = new System.Drawing.Size(0, 12);
|
|||
|
|
this.lbl_xb.TabIndex = 20;
|
|||
|
|
//
|
|||
|
|
// label2
|
|||
|
|
//
|
|||
|
|
this.label2.AutoSize = true;
|
|||
|
|
this.label2.Location = new System.Drawing.Point(114, 51);
|
|||
|
|
this.label2.Name = "label2";
|
|||
|
|
this.label2.Size = new System.Drawing.Size(35, 12);
|
|||
|
|
this.label2.TabIndex = 19;
|
|||
|
|
this.label2.Text = "性别:";
|
|||
|
|
//
|
|||
|
|
// lbl_xm
|
|||
|
|
//
|
|||
|
|
this.lbl_xm.AutoSize = true;
|
|||
|
|
this.lbl_xm.Location = new System.Drawing.Point(69, 51);
|
|||
|
|
this.lbl_xm.Name = "lbl_xm";
|
|||
|
|
this.lbl_xm.Size = new System.Drawing.Size(0, 12);
|
|||
|
|
this.lbl_xm.TabIndex = 18;
|
|||
|
|
//
|
|||
|
|
// label4
|
|||
|
|
//
|
|||
|
|
this.label4.AutoSize = true;
|
|||
|
|
this.label4.Location = new System.Drawing.Point(22, 51);
|
|||
|
|
this.label4.Name = "label4";
|
|||
|
|
this.label4.Size = new System.Drawing.Size(41, 12);
|
|||
|
|
this.label4.TabIndex = 17;
|
|||
|
|
this.label4.Text = "姓名:";
|
|||
|
|
//
|
|||
|
|
// frmDaYinJianYanDan
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(1036, 589);
|
|||
|
|
this.Controls.Add(this.panel2);
|
|||
|
|
this.Controls.Add(this.panel1);
|
|||
|
|
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.Name = "frmDaYinJianYanDan";
|
|||
|
|
this.Text = "打印检验报告";
|
|||
|
|
this.Load += new System.EventHandler(this.frmDaYinJianYanDan_Load);
|
|||
|
|
this.panel1.ResumeLayout(false);
|
|||
|
|
this.panel1.PerformLayout();
|
|||
|
|
this.panel2.ResumeLayout(false);
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.Panel panel1;
|
|||
|
|
private System.Windows.Forms.Button button1;
|
|||
|
|
private System.Windows.Forms.TextBox textBox1;
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
private System.Windows.Forms.Panel panel2;
|
|||
|
|
private FastReport.Preview.PreviewControl previewControl1;
|
|||
|
|
private System.Windows.Forms.Label lbl_zt;
|
|||
|
|
private System.Windows.Forms.Label lbl_csrq;
|
|||
|
|
private System.Windows.Forms.Label label6;
|
|||
|
|
private System.Windows.Forms.Label lbl_nl;
|
|||
|
|
private System.Windows.Forms.Label label5;
|
|||
|
|
private System.Windows.Forms.Label lbl_xb;
|
|||
|
|
private System.Windows.Forms.Label label2;
|
|||
|
|
private System.Windows.Forms.Label lbl_xm;
|
|||
|
|
private System.Windows.Forms.Label label4;
|
|||
|
|
}
|
|||
|
|
}
|