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