Make_LotBoxBind.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_LotBoxBind
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_LotBoxBind));
  29. this.sn_code_label = new System.Windows.Forms.Label();
  30. this.pr_detail = new System.Windows.Forms.Label();
  31. this.label6 = new System.Windows.Forms.Label();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  34. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  35. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  36. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  37. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  38. this.enterTextBox1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.SuspendLayout();
  41. //
  42. // sn_code_label
  43. //
  44. this.sn_code_label.AutoSize = true;
  45. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  46. this.sn_code_label.Location = new System.Drawing.Point(41, 159);
  47. this.sn_code_label.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
  48. this.sn_code_label.Name = "sn_code_label";
  49. this.sn_code_label.Size = new System.Drawing.Size(82, 41);
  50. this.sn_code_label.TabIndex = 104;
  51. this.sn_code_label.Text = "箱号";
  52. //
  53. // pr_detail
  54. //
  55. this.pr_detail.AutoSize = true;
  56. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.pr_detail.Location = new System.Drawing.Point(263, 393);
  58. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  59. this.pr_detail.Name = "pr_detail";
  60. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  61. this.pr_detail.TabIndex = 237;
  62. //
  63. // label6
  64. //
  65. this.label6.AutoSize = true;
  66. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.label6.Location = new System.Drawing.Point(41, 393);
  68. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  69. this.label6.Name = "label6";
  70. this.label6.Size = new System.Drawing.Size(146, 41);
  71. this.label6.TabIndex = 236;
  72. this.label6.Text = "产品名称";
  73. //
  74. // label5
  75. //
  76. this.label5.AutoSize = true;
  77. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.label5.Location = new System.Drawing.Point(41, 313);
  79. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  80. this.label5.Name = "label5";
  81. this.label5.Size = new System.Drawing.Size(146, 41);
  82. this.label5.TabIndex = 232;
  83. this.label5.Text = "产品代码";
  84. //
  85. // pr_code
  86. //
  87. this.pr_code.AllPower = null;
  88. this.pr_code.BackColor = System.Drawing.Color.White;
  89. this.pr_code.Enabled = false;
  90. this.pr_code.ID = null;
  91. this.pr_code.Location = new System.Drawing.Point(260, 313);
  92. this.pr_code.Name = "pr_code";
  93. this.pr_code.Power = null;
  94. this.pr_code.Size = new System.Drawing.Size(388, 35);
  95. this.pr_code.Str = null;
  96. this.pr_code.Str1 = null;
  97. this.pr_code.Str2 = null;
  98. this.pr_code.TabIndex = 235;
  99. //
  100. // Clean
  101. //
  102. this.Clean.AllPower = null;
  103. this.Clean.BackColor = System.Drawing.Color.Transparent;
  104. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  105. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  106. this.Clean.IsShowBorder = true;
  107. this.Clean.Location = new System.Drawing.Point(1002, 659);
  108. this.Clean.Margin = new System.Windows.Forms.Padding(8);
  109. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  110. this.Clean.Name = "Clean";
  111. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  112. this.Clean.Power = null;
  113. this.Clean.Size = new System.Drawing.Size(120, 50);
  114. this.Clean.TabIndex = 143;
  115. this.Clean.Text = "清除";
  116. this.Clean.UseVisualStyleBackColor = true;
  117. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  118. //
  119. // OperateResult
  120. //
  121. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.OperateResult.Location = new System.Drawing.Point(832, 26);
  123. this.OperateResult.Margin = new System.Windows.Forms.Padding(8);
  124. this.OperateResult.Name = "OperateResult";
  125. this.OperateResult.Size = new System.Drawing.Size(460, 614);
  126. this.OperateResult.TabIndex = 142;
  127. this.OperateResult.Text = "";
  128. //
  129. // Confirm
  130. //
  131. this.Confirm.AllPower = null;
  132. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  133. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  134. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  135. this.Confirm.IsShowBorder = true;
  136. this.Confirm.Location = new System.Drawing.Point(309, 500);
  137. this.Confirm.Margin = new System.Windows.Forms.Padding(8);
  138. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  139. this.Confirm.Name = "Confirm";
  140. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  141. this.Confirm.Power = null;
  142. this.Confirm.Size = new System.Drawing.Size(120, 50);
  143. this.Confirm.TabIndex = 141;
  144. this.Confirm.Text = "确认";
  145. this.Confirm.UseVisualStyleBackColor = true;
  146. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  147. //
  148. // sn_code
  149. //
  150. this.sn_code.AllPower = null;
  151. this.sn_code.BackColor = System.Drawing.Color.White;
  152. this.sn_code.ID = null;
  153. this.sn_code.Location = new System.Drawing.Point(260, 159);
  154. this.sn_code.Margin = new System.Windows.Forms.Padding(8);
  155. this.sn_code.Name = "sn_code";
  156. this.sn_code.Power = null;
  157. this.sn_code.Size = new System.Drawing.Size(388, 35);
  158. this.sn_code.Str = null;
  159. this.sn_code.Str1 = null;
  160. this.sn_code.Str2 = null;
  161. this.sn_code.TabIndex = 140;
  162. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  163. //
  164. // enterTextBox1
  165. //
  166. this.enterTextBox1.AllPower = null;
  167. this.enterTextBox1.BackColor = System.Drawing.Color.White;
  168. this.enterTextBox1.ID = null;
  169. this.enterTextBox1.Location = new System.Drawing.Point(260, 242);
  170. this.enterTextBox1.Margin = new System.Windows.Forms.Padding(8);
  171. this.enterTextBox1.Name = "enterTextBox1";
  172. this.enterTextBox1.Power = null;
  173. this.enterTextBox1.Size = new System.Drawing.Size(388, 35);
  174. this.enterTextBox1.Str = null;
  175. this.enterTextBox1.Str1 = null;
  176. this.enterTextBox1.Str2 = null;
  177. this.enterTextBox1.TabIndex = 239;
  178. //
  179. // label1
  180. //
  181. this.label1.AutoSize = true;
  182. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.label1.Location = new System.Drawing.Point(41, 236);
  184. this.label1.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
  185. this.label1.Name = "label1";
  186. this.label1.Size = new System.Drawing.Size(178, 41);
  187. this.label1.TabIndex = 238;
  188. this.label1.Text = "工装篮编号";
  189. //
  190. // Make_LotBoxBind
  191. //
  192. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  193. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  194. this.ClientSize = new System.Drawing.Size(1566, 802);
  195. this.Controls.Add(this.enterTextBox1);
  196. this.Controls.Add(this.label1);
  197. this.Controls.Add(this.pr_detail);
  198. this.Controls.Add(this.label6);
  199. this.Controls.Add(this.pr_code);
  200. this.Controls.Add(this.label5);
  201. this.Controls.Add(this.Clean);
  202. this.Controls.Add(this.OperateResult);
  203. this.Controls.Add(this.Confirm);
  204. this.Controls.Add(this.sn_code);
  205. this.Controls.Add(this.sn_code_label);
  206. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  207. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  208. this.Name = "Make_LotBoxBind";
  209. this.Tag = "Special!CancelCollection";
  210. this.Text = "取消采集";
  211. this.Load += new System.EventHandler(this.Special_CancelCollection_Load);
  212. this.ResumeLayout(false);
  213. this.PerformLayout();
  214. }
  215. #endregion
  216. private System.Windows.Forms.Label sn_code_label;
  217. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  218. private CustomControl.ButtonUtil.NormalButton Confirm;
  219. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  220. private CustomControl.ButtonUtil.NormalButton Clean;
  221. private System.Windows.Forms.Label pr_detail;
  222. private System.Windows.Forms.Label label6;
  223. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
  224. private System.Windows.Forms.Label label5;
  225. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox1;
  226. private System.Windows.Forms.Label label1;
  227. }
  228. }