115 lines
4.7 KiB
C#
115 lines
4.7 KiB
C#
namespace SOH.JianYan
|
||
{
|
||
partial class frm_dycxhz
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows 窗体设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_dycxhz));
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.btn_cx = new System.Windows.Forms.Button();
|
||
this.dtp_cxrq = new System.Windows.Forms.DateTimePicker();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.printpreview = new FastReport.Preview.PreviewControl();
|
||
this.panel1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.Controls.Add(this.btn_cx);
|
||
this.panel1.Controls.Add(this.dtp_cxrq);
|
||
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(576, 34);
|
||
this.panel1.TabIndex = 0;
|
||
//
|
||
// btn_cx
|
||
//
|
||
this.btn_cx.Location = new System.Drawing.Point(199, 7);
|
||
this.btn_cx.Name = "btn_cx";
|
||
this.btn_cx.Size = new System.Drawing.Size(75, 23);
|
||
this.btn_cx.TabIndex = 2;
|
||
this.btn_cx.Text = "查询";
|
||
this.btn_cx.UseVisualStyleBackColor = true;
|
||
this.btn_cx.Click += new System.EventHandler(this.btn_cx_Click);
|
||
//
|
||
// dtp_cxrq
|
||
//
|
||
this.dtp_cxrq.CustomFormat = "yyyy-MM-dd";
|
||
this.dtp_cxrq.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
this.dtp_cxrq.Location = new System.Drawing.Point(83, 8);
|
||
this.dtp_cxrq.Name = "dtp_cxrq";
|
||
this.dtp_cxrq.Size = new System.Drawing.Size(110, 21);
|
||
this.dtp_cxrq.TabIndex = 1;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(12, 12);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(65, 12);
|
||
this.label1.TabIndex = 0;
|
||
this.label1.Text = "抽血日期:";
|
||
//
|
||
// 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, 34);
|
||
this.printpreview.Name = "printpreview";
|
||
this.printpreview.Size = new System.Drawing.Size(576, 340);
|
||
this.printpreview.TabIndex = 6;
|
||
this.printpreview.UIStyle = FastReport.Utils.UIStyle.Office2007Black;
|
||
//
|
||
// frm_dycxhz
|
||
//
|
||
this.ClientSize = new System.Drawing.Size(576, 374);
|
||
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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.Name = "frm_dycxhz";
|
||
this.Text = "当日抽血汇总";
|
||
this.Load += new System.EventHandler(this.frm_dycxhz_Load);
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel1.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.DateTimePicker dtp_cxrq;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Button btn_cx;
|
||
private FastReport.Preview.PreviewControl printpreview;
|
||
}
|
||
}
|