namespace Metis.AutoAnalysis { partial class UploadDataDialog { /// /// 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.btnSend = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.txtSAMPLELOTNO = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtSAMPLEID = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.txtFD_SAMPLE_NO = new System.Windows.Forms.TextBox(); this.txtCheckItem = new System.Windows.Forms.TextBox(); this.txtResult = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // btnSend // this.btnSend.Location = new System.Drawing.Point(323, 328); this.btnSend.Name = "btnSend"; this.btnSend.Size = new System.Drawing.Size(124, 44); this.btnSend.TabIndex = 0; this.btnSend.Text = "发送"; this.btnSend.UseVisualStyleBackColor = true; this.btnSend.Click += new System.EventHandler(this.btnSend_Click); // // btnClose // this.btnClose.Location = new System.Drawing.Point(469, 328); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(124, 44); this.btnClose.TabIndex = 1; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // txtSAMPLELOTNO // this.txtSAMPLELOTNO.Location = new System.Drawing.Point(156, 58); this.txtSAMPLELOTNO.Name = "txtSAMPLELOTNO"; this.txtSAMPLELOTNO.Size = new System.Drawing.Size(100, 25); this.txtSAMPLELOTNO.TabIndex = 5; this.txtSAMPLELOTNO.Text = "G0001"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(46, 62); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 15); this.label2.TabIndex = 4; this.label2.Text = "检验批号"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(46, 115); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(90, 15); this.label3.TabIndex = 6; this.label3.Text = "试批顺序号 "; // // txtSAMPLEID // this.txtSAMPLEID.Location = new System.Drawing.Point(156, 111); this.txtSAMPLEID.Name = "txtSAMPLEID"; this.txtSAMPLEID.Size = new System.Drawing.Size(100, 25); this.txtSAMPLEID.TabIndex = 7; this.txtSAMPLEID.Text = "N0002"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(47, 167); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(52, 15); this.label4.TabIndex = 8; this.label4.Text = "试样号"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(47, 214); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(67, 15); this.label5.TabIndex = 9; this.label5.Text = "检测项目"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(47, 251); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(67, 15); this.label6.TabIndex = 10; this.label6.Text = "检验结果"; // // txtFD_SAMPLE_NO // this.txtFD_SAMPLE_NO.Location = new System.Drawing.Point(157, 160); this.txtFD_SAMPLE_NO.Name = "txtFD_SAMPLE_NO"; this.txtFD_SAMPLE_NO.Size = new System.Drawing.Size(100, 25); this.txtFD_SAMPLE_NO.TabIndex = 11; this.txtFD_SAMPLE_NO.Text = "S0003"; // // txtCheckItem // this.txtCheckItem.Location = new System.Drawing.Point(157, 207); this.txtCheckItem.Name = "txtCheckItem"; this.txtCheckItem.Size = new System.Drawing.Size(100, 25); this.txtCheckItem.TabIndex = 12; this.txtCheckItem.Text = "夹杂物"; // // txtResult // this.txtResult.Location = new System.Drawing.Point(157, 251); this.txtResult.Name = "txtResult"; this.txtResult.Size = new System.Drawing.Size(447, 25); this.txtResult.TabIndex = 13; this.txtResult.Text = "A2 B2;A3e B3"; // // UploadDataDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(637, 419); this.Controls.Add(this.txtResult); this.Controls.Add(this.txtCheckItem); this.Controls.Add(this.txtFD_SAMPLE_NO); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.txtSAMPLEID); this.Controls.Add(this.label3); this.Controls.Add(this.txtSAMPLELOTNO); this.Controls.Add(this.label2); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnSend); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "UploadDataDialog"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "数据上传"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnSend; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.TextBox txtSAMPLELOTNO; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtSAMPLEID; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtFD_SAMPLE_NO; private System.Windows.Forms.TextBox txtCheckItem; private System.Windows.Forms.TextBox txtResult; } }