159 lines
6.5 KiB
C#
159 lines
6.5 KiB
C#
namespace SOH.ShouFei
|
|
{
|
|
partial class frmPrintXiaoPiao
|
|
{
|
|
/// <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.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(686, 43);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// 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, 15);
|
|
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(75, 15);
|
|
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, 15);
|
|
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(45, 15);
|
|
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, 15);
|
|
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(52, 15);
|
|
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, 43);
|
|
this.printpreview.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.printpreview.Name = "printpreview";
|
|
this.printpreview.Size = new System.Drawing.Size(686, 481);
|
|
this.printpreview.TabIndex = 2;
|
|
this.printpreview.UIStyle = FastReport.Utils.UIStyle.Office2007Black;
|
|
//
|
|
// frmPrintXiaoPiao
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(686, 524);
|
|
this.Controls.Add(this.printpreview);
|
|
this.Controls.Add(this.panel1);
|
|
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Name = "frmPrintXiaoPiao";
|
|
this.Text = "frmPrintXiaoPiao";
|
|
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;
|
|
}
|
|
} |