123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- namespace Metis.AutoAnalysis
- {
- partial class SelectSampleInfo
- {
- /// <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.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;
- }
- }
|