tijian_jichuang/Code/SOH.JianYan/frmTJXMCX.Designer.cs

140 lines
5.8 KiB
C#
Raw Permalink Normal View History

2025-02-20 11:54:48 +08:00
namespace SOH.JianYan
{
partial class frmTJXMCX
{
/// <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(frmTJXMCX));
this.panel1 = new System.Windows.Forms.Panel();
this.btn_cx = new System.Windows.Forms.Button();
this.printpreview = new FastReport.Preview.PreviewControl();
this.label1 = new System.Windows.Forms.Label();
this.cbb_yiqi = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.dtp_rq = new System.Windows.Forms.DateTimePicker();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.dtp_rq);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.cbb_yiqi);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.btn_cx);
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(678, 43);
this.panel1.TabIndex = 4;
//
// btn_cx
//
this.btn_cx.Location = new System.Drawing.Point(431, 14);
this.btn_cx.Name = "btn_cx";
this.btn_cx.Size = new System.Drawing.Size(75, 23);
this.btn_cx.TabIndex = 0;
this.btn_cx.Text = "查询";
this.btn_cx.UseVisualStyleBackColor = true;
this.btn_cx.Click += new System.EventHandler(this.btn_cx_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(678, 553);
this.printpreview.TabIndex = 5;
this.printpreview.UIStyle = FastReport.Utils.UIStyle.Office2007Black;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 1;
this.label1.Text = "仪器选择:";
//
// cbb_yiqi
//
this.cbb_yiqi.DisplayMember = "yqmc";
this.cbb_yiqi.FormattingEnabled = true;
this.cbb_yiqi.Location = new System.Drawing.Point(83, 14);
this.cbb_yiqi.Name = "cbb_yiqi";
this.cbb_yiqi.Size = new System.Drawing.Size(131, 20);
this.cbb_yiqi.TabIndex = 2;
this.cbb_yiqi.ValueMember = "yq";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(220, 18);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 3;
this.label2.Text = "检验日期:";
//
// dtp_rq
//
this.dtp_rq.CustomFormat = "yyyy-MM-dd";
this.dtp_rq.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtp_rq.Location = new System.Drawing.Point(291, 14);
this.dtp_rq.Name = "dtp_rq";
this.dtp_rq.Size = new System.Drawing.Size(124, 21);
this.dtp_rq.TabIndex = 4;
//
// frmTJXMCX
//
this.ClientSize = new System.Drawing.Size(678, 553);
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 = "frmTJXMCX";
this.Text = "检验项目查询";
this.Load += new System.EventHandler(this.frmTJXMCX_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.DateTimePicker dtp_rq;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbb_yiqi;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btn_cx;
private FastReport.Preview.PreviewControl printpreview;
}
}