namespace Metis.AutoAnalysis
{
partial class SelectSampleInfo
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.lvSampleInfo = new System.Windows.Forms.ListView();
this.label1 = new System.Windows.Forms.Label();
this.txtCond = new System.Windows.Forms.TextBox();
this.btnSearch = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lvSampleInfo
//
this.lvSampleInfo.FullRowSelect = true;
this.lvSampleInfo.GridLines = true;
this.lvSampleInfo.HideSelection = false;
this.lvSampleInfo.Location = new System.Drawing.Point(12, 100);
this.lvSampleInfo.Name = "lvSampleInfo";
this.lvSampleInfo.Size = new System.Drawing.Size(738, 455);
this.lvSampleInfo.TabIndex = 0;
this.lvSampleInfo.UseCompatibleStateImageBehavior = false;
this.lvSampleInfo.View = System.Windows.Forms.View.Details;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(43, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 15);
this.label1.TabIndex = 1;
this.label1.Text = "试批顺序号";
//
// txtCond
//
this.txtCond.Location = new System.Drawing.Point(146, 26);
this.txtCond.MaxLength = 20;
this.txtCond.Name = "txtCond";
this.txtCond.Size = new System.Drawing.Size(185, 25);
this.txtCond.TabIndex = 2;
//
// btnSearch
//
this.btnSearch.Location = new System.Drawing.Point(336, 26);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(62, 25);
this.btnSearch.TabIndex = 3;
this.btnSearch.Text = "检索";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(509, 26);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(111, 37);
this.btnOK.TabIndex = 4;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(626, 26);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(111, 37);
this.btnClose.TabIndex = 4;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// SelectSampleInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 567);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.txtCond);
this.Controls.Add(this.label1);
this.Controls.Add(this.lvSampleInfo);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SelectSampleInfo";
this.Text = "SelectSampleInfo";
this.Load += new System.EventHandler(this.SelectSampleInfo_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListView lvSampleInfo;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtCond;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnClose;
}
}