UploadDataDialog.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. namespace Metis.AutoAnalysis
  2. {
  3. partial class UploadDataDialog
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btnSend = new System.Windows.Forms.Button();
  29. this.btnClose = new System.Windows.Forms.Button();
  30. this.txtSAMPLELOTNO = new System.Windows.Forms.TextBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.txtSAMPLEID = new System.Windows.Forms.TextBox();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.txtFD_SAMPLE_NO = new System.Windows.Forms.TextBox();
  38. this.txtCheckItem = new System.Windows.Forms.TextBox();
  39. this.txtResult = new System.Windows.Forms.TextBox();
  40. this.SuspendLayout();
  41. //
  42. // btnSend
  43. //
  44. this.btnSend.Location = new System.Drawing.Point(323, 328);
  45. this.btnSend.Name = "btnSend";
  46. this.btnSend.Size = new System.Drawing.Size(124, 44);
  47. this.btnSend.TabIndex = 0;
  48. this.btnSend.Text = "发送";
  49. this.btnSend.UseVisualStyleBackColor = true;
  50. this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
  51. //
  52. // btnClose
  53. //
  54. this.btnClose.Location = new System.Drawing.Point(469, 328);
  55. this.btnClose.Name = "btnClose";
  56. this.btnClose.Size = new System.Drawing.Size(124, 44);
  57. this.btnClose.TabIndex = 1;
  58. this.btnClose.Text = "关闭";
  59. this.btnClose.UseVisualStyleBackColor = true;
  60. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  61. //
  62. // txtSAMPLELOTNO
  63. //
  64. this.txtSAMPLELOTNO.Location = new System.Drawing.Point(156, 58);
  65. this.txtSAMPLELOTNO.Name = "txtSAMPLELOTNO";
  66. this.txtSAMPLELOTNO.Size = new System.Drawing.Size(100, 25);
  67. this.txtSAMPLELOTNO.TabIndex = 5;
  68. this.txtSAMPLELOTNO.Text = "G0001";
  69. //
  70. // label2
  71. //
  72. this.label2.AutoSize = true;
  73. this.label2.Location = new System.Drawing.Point(46, 62);
  74. this.label2.Name = "label2";
  75. this.label2.Size = new System.Drawing.Size(67, 15);
  76. this.label2.TabIndex = 4;
  77. this.label2.Text = "检验批号";
  78. //
  79. // label3
  80. //
  81. this.label3.AutoSize = true;
  82. this.label3.Location = new System.Drawing.Point(46, 115);
  83. this.label3.Name = "label3";
  84. this.label3.Size = new System.Drawing.Size(90, 15);
  85. this.label3.TabIndex = 6;
  86. this.label3.Text = "试批顺序号 ";
  87. //
  88. // txtSAMPLEID
  89. //
  90. this.txtSAMPLEID.Location = new System.Drawing.Point(156, 111);
  91. this.txtSAMPLEID.Name = "txtSAMPLEID";
  92. this.txtSAMPLEID.Size = new System.Drawing.Size(100, 25);
  93. this.txtSAMPLEID.TabIndex = 7;
  94. this.txtSAMPLEID.Text = "N0002";
  95. //
  96. // label4
  97. //
  98. this.label4.AutoSize = true;
  99. this.label4.Location = new System.Drawing.Point(47, 167);
  100. this.label4.Name = "label4";
  101. this.label4.Size = new System.Drawing.Size(52, 15);
  102. this.label4.TabIndex = 8;
  103. this.label4.Text = "试样号";
  104. //
  105. // label5
  106. //
  107. this.label5.AutoSize = true;
  108. this.label5.Location = new System.Drawing.Point(47, 214);
  109. this.label5.Name = "label5";
  110. this.label5.Size = new System.Drawing.Size(67, 15);
  111. this.label5.TabIndex = 9;
  112. this.label5.Text = "检测项目";
  113. //
  114. // label6
  115. //
  116. this.label6.AutoSize = true;
  117. this.label6.Location = new System.Drawing.Point(47, 251);
  118. this.label6.Name = "label6";
  119. this.label6.Size = new System.Drawing.Size(67, 15);
  120. this.label6.TabIndex = 10;
  121. this.label6.Text = "检验结果";
  122. //
  123. // txtFD_SAMPLE_NO
  124. //
  125. this.txtFD_SAMPLE_NO.Location = new System.Drawing.Point(157, 160);
  126. this.txtFD_SAMPLE_NO.Name = "txtFD_SAMPLE_NO";
  127. this.txtFD_SAMPLE_NO.Size = new System.Drawing.Size(100, 25);
  128. this.txtFD_SAMPLE_NO.TabIndex = 11;
  129. this.txtFD_SAMPLE_NO.Text = "S0003";
  130. //
  131. // txtCheckItem
  132. //
  133. this.txtCheckItem.Location = new System.Drawing.Point(157, 207);
  134. this.txtCheckItem.Name = "txtCheckItem";
  135. this.txtCheckItem.Size = new System.Drawing.Size(100, 25);
  136. this.txtCheckItem.TabIndex = 12;
  137. this.txtCheckItem.Text = "夹杂物";
  138. //
  139. // txtResult
  140. //
  141. this.txtResult.Location = new System.Drawing.Point(157, 251);
  142. this.txtResult.Name = "txtResult";
  143. this.txtResult.Size = new System.Drawing.Size(447, 25);
  144. this.txtResult.TabIndex = 13;
  145. this.txtResult.Text = "A2 B2;A3e B3";
  146. //
  147. // UploadDataDialog
  148. //
  149. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  150. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  151. this.ClientSize = new System.Drawing.Size(637, 419);
  152. this.Controls.Add(this.txtResult);
  153. this.Controls.Add(this.txtCheckItem);
  154. this.Controls.Add(this.txtFD_SAMPLE_NO);
  155. this.Controls.Add(this.label6);
  156. this.Controls.Add(this.label5);
  157. this.Controls.Add(this.label4);
  158. this.Controls.Add(this.txtSAMPLEID);
  159. this.Controls.Add(this.label3);
  160. this.Controls.Add(this.txtSAMPLELOTNO);
  161. this.Controls.Add(this.label2);
  162. this.Controls.Add(this.btnClose);
  163. this.Controls.Add(this.btnSend);
  164. this.MaximizeBox = false;
  165. this.MinimizeBox = false;
  166. this.Name = "UploadDataDialog";
  167. this.ShowInTaskbar = false;
  168. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  169. this.Text = "数据上传";
  170. this.ResumeLayout(false);
  171. this.PerformLayout();
  172. }
  173. #endregion
  174. private System.Windows.Forms.Button btnSend;
  175. private System.Windows.Forms.Button btnClose;
  176. private System.Windows.Forms.TextBox txtSAMPLELOTNO;
  177. private System.Windows.Forms.Label label2;
  178. private System.Windows.Forms.Label label3;
  179. private System.Windows.Forms.TextBox txtSAMPLEID;
  180. private System.Windows.Forms.Label label4;
  181. private System.Windows.Forms.Label label5;
  182. private System.Windows.Forms.Label label6;
  183. private System.Windows.Forms.TextBox txtFD_SAMPLE_NO;
  184. private System.Windows.Forms.TextBox txtCheckItem;
  185. private System.Windows.Forms.TextBox txtResult;
  186. }
  187. }