namespace SOH.ShouFei
{
partial class frmprinttm
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmprinttm));
this.panel1 = new System.Windows.Forms.Panel();
this.lbl_tjtc = new System.Windows.Forms.Label();
this.label3 = 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.label1 = new System.Windows.Forms.Label();
this.btn_print = new System.Windows.Forms.Button();
this.printpreview = new FastReport.Preview.PreviewControl();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.lbl_tjtc);
this.panel1.Controls.Add(this.label3);
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.label1);
this.panel1.Controls.Add(this.btn_print);
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(726, 43);
this.panel1.TabIndex = 2;
//
// lbl_tjtc
//
this.lbl_tjtc.AutoSize = true;
this.lbl_tjtc.Location = new System.Drawing.Point(245, 17);
this.lbl_tjtc.Name = "lbl_tjtc";
this.lbl_tjtc.Size = new System.Drawing.Size(0, 12);
this.lbl_tjtc.TabIndex = 6;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(179, 17);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 5;
this.label3.Text = "体检套餐:";
//
// lbl_xb
//
this.lbl_xb.AutoSize = true;
this.lbl_xb.Location = new System.Drawing.Point(146, 17);
this.lbl_xb.Name = "lbl_xb";
this.lbl_xb.Size = new System.Drawing.Size(0, 12);
this.lbl_xb.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(104, 17);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 12);
this.label2.TabIndex = 3;
this.label2.Text = "性别:";
//
// lbl_xm
//
this.lbl_xm.AutoSize = true;
this.lbl_xm.Location = new System.Drawing.Point(59, 17);
this.lbl_xm.Name = "lbl_xm";
this.lbl_xm.Size = new System.Drawing.Size(0, 12);
this.lbl_xm.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 1;
this.label1.Text = "姓名:";
//
// btn_print
//
this.btn_print.Location = new System.Drawing.Point(587, 12);
this.btn_print.Name = "btn_print";
this.btn_print.Size = new System.Drawing.Size(75, 23);
this.btn_print.TabIndex = 0;
this.btn_print.Text = "打印";
this.btn_print.UseVisualStyleBackColor = true;
this.btn_print.Click += new System.EventHandler(this.btn_print_Click);
//
// printpreview
//
this.printpreview.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.printpreview.Dock = System.Windows.Forms.DockStyle.Fill;
this.printpreview.Font = new System.Drawing.Font("Tahoma", 8F);
this.printpreview.Location = new System.Drawing.Point(0, 0);
this.printpreview.Name = "printpreview";
this.printpreview.Size = new System.Drawing.Size(726, 593);
this.printpreview.TabIndex = 3;
this.printpreview.UIStyle = FastReport.Utils.UIStyle.Office2007Black;
//
// frmprinttm
//
this.ClientSize = new System.Drawing.Size(726, 593);
this.Controls.Add(this.panel1);
this.Controls.Add(this.printpreview);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmprinttm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "条码打印";
this.Load += new System.EventHandler(this.frmprinttm_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lbl_tjtc;
private System.Windows.Forms.Label label3;
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 label1;
private System.Windows.Forms.Button btn_print;
private FastReport.Preview.PreviewControl printpreview;
}
}