Make_SMTStencil.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_SMTStencil
  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_SMTStencil));
  29. this.ms_makecode_label = new System.Windows.Forms.Label();
  30. this.ma_prodcode_label = new System.Windows.Forms.Label();
  31. this.li_code_label = new System.Windows.Forms.Label();
  32. this.RadioReceive = new System.Windows.Forms.RadioButton();
  33. this.RadioReturn = new System.Windows.Forms.RadioButton();
  34. this.SU_DEVCODE_label = new System.Windows.Forms.Label();
  35. this.st_table_label = new System.Windows.Forms.Label();
  36. this.SU_DEVCODE1_label = new System.Windows.Forms.Label();
  37. this.st_combinenumber_label = new System.Windows.Forms.Label();
  38. this.ma_qty_label = new System.Windows.Forms.Label();
  39. this.ma_qty = new System.Windows.Forms.Label();
  40. this.su_singlepringqty1_label = new System.Windows.Forms.Label();
  41. this.SU_RETURNIFCLEAN = new System.Windows.Forms.CheckBox();
  42. this.em_code_label = new System.Windows.Forms.Label();
  43. this.em_code1_label = new System.Windows.Forms.Label();
  44. this.ST_ENSIONA_label = new System.Windows.Forms.Label();
  45. this.ST_ENSIONB_label = new System.Windows.Forms.Label();
  46. this.ST_ENSIONC_label = new System.Windows.Forms.Label();
  47. this.label9 = new System.Windows.Forms.Label();
  48. this.ST_ENSIONE_label = new System.Windows.Forms.Label();
  49. this.label7 = new System.Windows.Forms.Label();
  50. this.st_usecount = new System.Windows.Forms.Label();
  51. this.Scrap = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  52. this.ST_ENSIONA = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  53. this.ST_ENSIONB = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  54. this.ST_ENSIONC = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  55. this.ST_ENSIOND = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  56. this.ST_ENSIONE = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  57. this.em_code1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  58. this.em_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  59. this.su_singlepringqty1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  60. this.st_table = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  61. this.Receive = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  62. this.Return = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  63. this.st_combinenumber = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  64. this.SU_DEVCODE1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  65. this.SU_DEVCODE = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  66. this.ToolsBom = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  67. this.su_stcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.st_pcbcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.su_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.SU_LINECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.su_stverison = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.su_singlepringqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.su_table = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.su_usemacode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  76. this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  77. this.ma_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  78. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  79. ((System.ComponentModel.ISupportInitialize)(this.ToolsBom)).BeginInit();
  80. this.SuspendLayout();
  81. //
  82. // ms_makecode_label
  83. //
  84. this.ms_makecode_label.AutoSize = true;
  85. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.ms_makecode_label.Location = new System.Drawing.Point(3, 14);
  87. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  88. this.ms_makecode_label.Name = "ms_makecode_label";
  89. this.ms_makecode_label.Size = new System.Drawing.Size(110, 31);
  90. this.ms_makecode_label.TabIndex = 68;
  91. this.ms_makecode_label.Text = "归属工单";
  92. //
  93. // ma_prodcode_label
  94. //
  95. this.ma_prodcode_label.AutoSize = true;
  96. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.ma_prodcode_label.Location = new System.Drawing.Point(344, 14);
  98. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  99. this.ma_prodcode_label.Name = "ma_prodcode_label";
  100. this.ma_prodcode_label.Size = new System.Drawing.Size(110, 31);
  101. this.ma_prodcode_label.TabIndex = 69;
  102. this.ma_prodcode_label.Text = "产品编号";
  103. //
  104. // li_code_label
  105. //
  106. this.li_code_label.AutoSize = true;
  107. this.li_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.li_code_label.Location = new System.Drawing.Point(908, 741);
  109. this.li_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  110. this.li_code_label.Name = "li_code_label";
  111. this.li_code_label.Size = new System.Drawing.Size(110, 31);
  112. this.li_code_label.TabIndex = 73;
  113. this.li_code_label.Text = "产线编号";
  114. //
  115. // RadioReceive
  116. //
  117. this.RadioReceive.AutoSize = true;
  118. this.RadioReceive.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.RadioReceive.Location = new System.Drawing.Point(9, 741);
  120. this.RadioReceive.Margin = new System.Windows.Forms.Padding(4);
  121. this.RadioReceive.Name = "RadioReceive";
  122. this.RadioReceive.Size = new System.Drawing.Size(79, 32);
  123. this.RadioReceive.TabIndex = 77;
  124. this.RadioReceive.TabStop = true;
  125. this.RadioReceive.Text = "领用";
  126. this.RadioReceive.UseVisualStyleBackColor = true;
  127. this.RadioReceive.CheckedChanged += new System.EventHandler(this.Radio_CheckedChanged);
  128. //
  129. // RadioReturn
  130. //
  131. this.RadioReturn.AutoSize = true;
  132. this.RadioReturn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.RadioReturn.Location = new System.Drawing.Point(9, 824);
  134. this.RadioReturn.Margin = new System.Windows.Forms.Padding(4);
  135. this.RadioReturn.Name = "RadioReturn";
  136. this.RadioReturn.Size = new System.Drawing.Size(79, 32);
  137. this.RadioReturn.TabIndex = 78;
  138. this.RadioReturn.TabStop = true;
  139. this.RadioReturn.Text = "退回";
  140. this.RadioReturn.UseVisualStyleBackColor = true;
  141. this.RadioReturn.CheckedChanged += new System.EventHandler(this.Radio_CheckedChanged);
  142. //
  143. // SU_DEVCODE_label
  144. //
  145. this.SU_DEVCODE_label.AutoSize = true;
  146. this.SU_DEVCODE_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.SU_DEVCODE_label.Location = new System.Drawing.Point(88, 741);
  148. this.SU_DEVCODE_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  149. this.SU_DEVCODE_label.Name = "SU_DEVCODE_label";
  150. this.SU_DEVCODE_label.Size = new System.Drawing.Size(158, 31);
  151. this.SU_DEVCODE_label.TabIndex = 81;
  152. this.SU_DEVCODE_label.Text = "钢网刮刀编号";
  153. //
  154. // st_table_label
  155. //
  156. this.st_table_label.AutoSize = true;
  157. this.st_table_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.st_table_label.Location = new System.Drawing.Point(399, 741);
  159. this.st_table_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  160. this.st_table_label.Name = "st_table_label";
  161. this.st_table_label.Size = new System.Drawing.Size(76, 31);
  162. this.st_table_label.TabIndex = 83;
  163. this.st_table_label.Text = "Table";
  164. //
  165. // SU_DEVCODE1_label
  166. //
  167. this.SU_DEVCODE1_label.AutoSize = true;
  168. this.SU_DEVCODE1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.SU_DEVCODE1_label.Location = new System.Drawing.Point(88, 828);
  170. this.SU_DEVCODE1_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  171. this.SU_DEVCODE1_label.Name = "SU_DEVCODE1_label";
  172. this.SU_DEVCODE1_label.Size = new System.Drawing.Size(158, 31);
  173. this.SU_DEVCODE1_label.TabIndex = 87;
  174. this.SU_DEVCODE1_label.Text = "钢网刮刀编号";
  175. //
  176. // st_combinenumber_label
  177. //
  178. this.st_combinenumber_label.AutoSize = true;
  179. this.st_combinenumber_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.st_combinenumber_label.Location = new System.Drawing.Point(399, 828);
  181. this.st_combinenumber_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  182. this.st_combinenumber_label.Name = "st_combinenumber_label";
  183. this.st_combinenumber_label.Size = new System.Drawing.Size(110, 31);
  184. this.st_combinenumber_label.TabIndex = 89;
  185. this.st_combinenumber_label.Text = "印刷次数";
  186. //
  187. // ma_qty_label
  188. //
  189. this.ma_qty_label.AutoSize = true;
  190. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.ma_qty_label.Location = new System.Drawing.Point(1022, 14);
  192. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  193. this.ma_qty_label.Name = "ma_qty_label";
  194. this.ma_qty_label.Size = new System.Drawing.Size(86, 31);
  195. this.ma_qty_label.TabIndex = 105;
  196. this.ma_qty_label.Text = "工单数";
  197. //
  198. // ma_qty
  199. //
  200. this.ma_qty.AutoSize = true;
  201. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.ma_qty.Location = new System.Drawing.Point(1132, 14);
  203. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  204. this.ma_qty.Name = "ma_qty";
  205. this.ma_qty.Size = new System.Drawing.Size(0, 31);
  206. this.ma_qty.TabIndex = 106;
  207. //
  208. // su_singlepringqty1_label
  209. //
  210. this.su_singlepringqty1_label.AutoSize = true;
  211. this.su_singlepringqty1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.su_singlepringqty1_label.Location = new System.Drawing.Point(670, 741);
  213. this.su_singlepringqty1_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  214. this.su_singlepringqty1_label.Name = "su_singlepringqty1_label";
  215. this.su_singlepringqty1_label.Size = new System.Drawing.Size(158, 31);
  216. this.su_singlepringqty1_label.TabIndex = 108;
  217. this.su_singlepringqty1_label.Text = "单片印刷次数";
  218. //
  219. // SU_RETURNIFCLEAN
  220. //
  221. this.SU_RETURNIFCLEAN.AutoSize = true;
  222. this.SU_RETURNIFCLEAN.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.SU_RETURNIFCLEAN.Location = new System.Drawing.Point(1038, 828);
  224. this.SU_RETURNIFCLEAN.Margin = new System.Windows.Forms.Padding(4);
  225. this.SU_RETURNIFCLEAN.Name = "SU_RETURNIFCLEAN";
  226. this.SU_RETURNIFCLEAN.Size = new System.Drawing.Size(122, 32);
  227. this.SU_RETURNIFCLEAN.TabIndex = 110;
  228. this.SU_RETURNIFCLEAN.Text = "是否清洗";
  229. this.SU_RETURNIFCLEAN.UseVisualStyleBackColor = true;
  230. //
  231. // em_code_label
  232. //
  233. this.em_code_label.AutoSize = true;
  234. this.em_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.em_code_label.Location = new System.Drawing.Point(88, 786);
  236. this.em_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  237. this.em_code_label.Name = "em_code_label";
  238. this.em_code_label.Size = new System.Drawing.Size(110, 31);
  239. this.em_code_label.TabIndex = 111;
  240. this.em_code_label.Text = "人员编号";
  241. //
  242. // em_code1_label
  243. //
  244. this.em_code1_label.AutoSize = true;
  245. this.em_code1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.em_code1_label.Location = new System.Drawing.Point(729, 828);
  247. this.em_code1_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  248. this.em_code1_label.Name = "em_code1_label";
  249. this.em_code1_label.Size = new System.Drawing.Size(110, 31);
  250. this.em_code1_label.TabIndex = 113;
  251. this.em_code1_label.Text = "人员编号";
  252. //
  253. // ST_ENSIONA_label
  254. //
  255. this.ST_ENSIONA_label.AutoSize = true;
  256. this.ST_ENSIONA_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.ST_ENSIONA_label.Location = new System.Drawing.Point(207, 888);
  258. this.ST_ENSIONA_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  259. this.ST_ENSIONA_label.Name = "ST_ENSIONA_label";
  260. this.ST_ENSIONA_label.Size = new System.Drawing.Size(31, 31);
  261. this.ST_ENSIONA_label.TabIndex = 124;
  262. this.ST_ENSIONA_label.Text = "A";
  263. //
  264. // ST_ENSIONB_label
  265. //
  266. this.ST_ENSIONB_label.AutoSize = true;
  267. this.ST_ENSIONB_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.ST_ENSIONB_label.Location = new System.Drawing.Point(500, 888);
  269. this.ST_ENSIONB_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  270. this.ST_ENSIONB_label.Name = "ST_ENSIONB_label";
  271. this.ST_ENSIONB_label.Size = new System.Drawing.Size(29, 31);
  272. this.ST_ENSIONB_label.TabIndex = 122;
  273. this.ST_ENSIONB_label.Text = "B";
  274. //
  275. // ST_ENSIONC_label
  276. //
  277. this.ST_ENSIONC_label.AutoSize = true;
  278. this.ST_ENSIONC_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.ST_ENSIONC_label.Location = new System.Drawing.Point(798, 888);
  280. this.ST_ENSIONC_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  281. this.ST_ENSIONC_label.Name = "ST_ENSIONC_label";
  282. this.ST_ENSIONC_label.Size = new System.Drawing.Size(30, 31);
  283. this.ST_ENSIONC_label.TabIndex = 120;
  284. this.ST_ENSIONC_label.Text = "C";
  285. //
  286. // label9
  287. //
  288. this.label9.AutoSize = true;
  289. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.label9.Location = new System.Drawing.Point(207, 928);
  291. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  292. this.label9.Name = "label9";
  293. this.label9.Size = new System.Drawing.Size(32, 31);
  294. this.label9.TabIndex = 118;
  295. this.label9.Text = "D";
  296. //
  297. // ST_ENSIONE_label
  298. //
  299. this.ST_ENSIONE_label.AutoSize = true;
  300. this.ST_ENSIONE_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.ST_ENSIONE_label.Location = new System.Drawing.Point(501, 928);
  302. this.ST_ENSIONE_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  303. this.ST_ENSIONE_label.Name = "ST_ENSIONE_label";
  304. this.ST_ENSIONE_label.Size = new System.Drawing.Size(27, 31);
  305. this.ST_ENSIONE_label.TabIndex = 116;
  306. this.ST_ENSIONE_label.Text = "E";
  307. //
  308. // label7
  309. //
  310. this.label7.AutoSize = true;
  311. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.label7.Location = new System.Drawing.Point(10, 888);
  313. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  314. this.label7.Name = "label7";
  315. this.label7.Size = new System.Drawing.Size(194, 31);
  316. this.label7.TabIndex = 115;
  317. this.label7.Text = "张力测试结果(N)";
  318. //
  319. // st_usecount
  320. //
  321. this.st_usecount.AutoSize = true;
  322. this.st_usecount.Location = new System.Drawing.Point(504, 792);
  323. this.st_usecount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  324. this.st_usecount.Name = "st_usecount";
  325. this.st_usecount.Size = new System.Drawing.Size(0, 18);
  326. this.st_usecount.TabIndex = 127;
  327. this.st_usecount.Visible = false;
  328. //
  329. // Scrap
  330. //
  331. this.Scrap.AllPower = null;
  332. this.Scrap.BackColor = System.Drawing.Color.Transparent;
  333. this.Scrap.DownImage = ((System.Drawing.Image)(resources.GetObject("Scrap.DownImage")));
  334. this.Scrap.Image = null;
  335. this.Scrap.IsShowBorder = true;
  336. this.Scrap.Location = new System.Drawing.Point(1173, 921);
  337. this.Scrap.Margin = new System.Windows.Forms.Padding(4);
  338. this.Scrap.MoveImage = ((System.Drawing.Image)(resources.GetObject("Scrap.MoveImage")));
  339. this.Scrap.Name = "Scrap";
  340. this.Scrap.NormalImage = ((System.Drawing.Image)(resources.GetObject("Scrap.NormalImage")));
  341. this.Scrap.Power = null;
  342. this.Scrap.Size = new System.Drawing.Size(102, 42);
  343. this.Scrap.TabIndex = 126;
  344. this.Scrap.Text = "报废";
  345. this.Scrap.UseVisualStyleBackColor = false;
  346. this.Scrap.Click += new System.EventHandler(this.Scrap_Click);
  347. //
  348. // ST_ENSIONA
  349. //
  350. this.ST_ENSIONA.AllPower = null;
  351. this.ST_ENSIONA.BackColor = System.Drawing.Color.White;
  352. this.ST_ENSIONA.ID = null;
  353. this.ST_ENSIONA.Location = new System.Drawing.Point(248, 888);
  354. this.ST_ENSIONA.Margin = new System.Windows.Forms.Padding(4);
  355. this.ST_ENSIONA.Name = "ST_ENSIONA";
  356. this.ST_ENSIONA.Negative = false;
  357. this.ST_ENSIONA.Power = null;
  358. this.ST_ENSIONA.Size = new System.Drawing.Size(178, 28);
  359. this.ST_ENSIONA.Str = null;
  360. this.ST_ENSIONA.Str1 = null;
  361. this.ST_ENSIONA.Str2 = null;
  362. this.ST_ENSIONA.TabIndex = 125;
  363. //
  364. // ST_ENSIONB
  365. //
  366. this.ST_ENSIONB.AllPower = null;
  367. this.ST_ENSIONB.BackColor = System.Drawing.Color.White;
  368. this.ST_ENSIONB.ID = null;
  369. this.ST_ENSIONB.Location = new System.Drawing.Point(540, 888);
  370. this.ST_ENSIONB.Margin = new System.Windows.Forms.Padding(4);
  371. this.ST_ENSIONB.Name = "ST_ENSIONB";
  372. this.ST_ENSIONB.Negative = false;
  373. this.ST_ENSIONB.Power = null;
  374. this.ST_ENSIONB.Size = new System.Drawing.Size(178, 28);
  375. this.ST_ENSIONB.Str = null;
  376. this.ST_ENSIONB.Str1 = null;
  377. this.ST_ENSIONB.Str2 = null;
  378. this.ST_ENSIONB.TabIndex = 123;
  379. //
  380. // ST_ENSIONC
  381. //
  382. this.ST_ENSIONC.AllPower = null;
  383. this.ST_ENSIONC.BackColor = System.Drawing.Color.White;
  384. this.ST_ENSIONC.ID = null;
  385. this.ST_ENSIONC.Location = new System.Drawing.Point(838, 888);
  386. this.ST_ENSIONC.Margin = new System.Windows.Forms.Padding(4);
  387. this.ST_ENSIONC.Name = "ST_ENSIONC";
  388. this.ST_ENSIONC.Negative = false;
  389. this.ST_ENSIONC.Power = null;
  390. this.ST_ENSIONC.Size = new System.Drawing.Size(178, 28);
  391. this.ST_ENSIONC.Str = null;
  392. this.ST_ENSIONC.Str1 = null;
  393. this.ST_ENSIONC.Str2 = null;
  394. this.ST_ENSIONC.TabIndex = 121;
  395. //
  396. // ST_ENSIOND
  397. //
  398. this.ST_ENSIOND.AllPower = null;
  399. this.ST_ENSIOND.BackColor = System.Drawing.Color.White;
  400. this.ST_ENSIOND.ID = null;
  401. this.ST_ENSIOND.Location = new System.Drawing.Point(248, 928);
  402. this.ST_ENSIOND.Margin = new System.Windows.Forms.Padding(4);
  403. this.ST_ENSIOND.Name = "ST_ENSIOND";
  404. this.ST_ENSIOND.Negative = false;
  405. this.ST_ENSIOND.Power = null;
  406. this.ST_ENSIOND.Size = new System.Drawing.Size(178, 28);
  407. this.ST_ENSIOND.Str = null;
  408. this.ST_ENSIOND.Str1 = null;
  409. this.ST_ENSIOND.Str2 = null;
  410. this.ST_ENSIOND.TabIndex = 119;
  411. //
  412. // ST_ENSIONE
  413. //
  414. this.ST_ENSIONE.AllPower = null;
  415. this.ST_ENSIONE.BackColor = System.Drawing.Color.White;
  416. this.ST_ENSIONE.ID = null;
  417. this.ST_ENSIONE.Location = new System.Drawing.Point(540, 928);
  418. this.ST_ENSIONE.Margin = new System.Windows.Forms.Padding(4);
  419. this.ST_ENSIONE.Name = "ST_ENSIONE";
  420. this.ST_ENSIONE.Negative = false;
  421. this.ST_ENSIONE.Power = null;
  422. this.ST_ENSIONE.Size = new System.Drawing.Size(178, 28);
  423. this.ST_ENSIONE.Str = null;
  424. this.ST_ENSIONE.Str1 = null;
  425. this.ST_ENSIONE.Str2 = null;
  426. this.ST_ENSIONE.TabIndex = 117;
  427. //
  428. // em_code1
  429. //
  430. this.em_code1.AllPower = null;
  431. this.em_code1.BackColor = System.Drawing.Color.White;
  432. this.em_code1.ID = null;
  433. this.em_code1.Location = new System.Drawing.Point(849, 830);
  434. this.em_code1.Margin = new System.Windows.Forms.Padding(4);
  435. this.em_code1.Name = "em_code1";
  436. this.em_code1.Power = null;
  437. this.em_code1.Size = new System.Drawing.Size(178, 28);
  438. this.em_code1.Str = null;
  439. this.em_code1.Str1 = null;
  440. this.em_code1.Str2 = null;
  441. this.em_code1.TabIndex = 114;
  442. //
  443. // em_code
  444. //
  445. this.em_code.AllPower = null;
  446. this.em_code.BackColor = System.Drawing.Color.White;
  447. this.em_code.ID = null;
  448. this.em_code.Location = new System.Drawing.Point(222, 789);
  449. this.em_code.Margin = new System.Windows.Forms.Padding(4);
  450. this.em_code.Name = "em_code";
  451. this.em_code.Power = null;
  452. this.em_code.Size = new System.Drawing.Size(178, 28);
  453. this.em_code.Str = null;
  454. this.em_code.Str1 = null;
  455. this.em_code.Str2 = null;
  456. this.em_code.TabIndex = 112;
  457. //
  458. // su_singlepringqty1
  459. //
  460. this.su_singlepringqty1.AllPower = null;
  461. this.su_singlepringqty1.BackColor = System.Drawing.Color.White;
  462. this.su_singlepringqty1.ID = null;
  463. this.su_singlepringqty1.Location = new System.Drawing.Point(838, 744);
  464. this.su_singlepringqty1.Margin = new System.Windows.Forms.Padding(4);
  465. this.su_singlepringqty1.Name = "su_singlepringqty1";
  466. this.su_singlepringqty1.Negative = false;
  467. this.su_singlepringqty1.Power = null;
  468. this.su_singlepringqty1.Size = new System.Drawing.Size(56, 28);
  469. this.su_singlepringqty1.Str = null;
  470. this.su_singlepringqty1.Str1 = null;
  471. this.su_singlepringqty1.Str2 = null;
  472. this.su_singlepringqty1.TabIndex = 109;
  473. this.su_singlepringqty1.Text = "1";
  474. //
  475. // st_table
  476. //
  477. this.st_table.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  478. this.st_table.FormattingEnabled = true;
  479. this.st_table.Items.AddRange(new object[] {
  480. "BOTTOM",
  481. "TOP"});
  482. this.st_table.Location = new System.Drawing.Point(483, 742);
  483. this.st_table.Margin = new System.Windows.Forms.Padding(4);
  484. this.st_table.Name = "st_table";
  485. this.st_table.Size = new System.Drawing.Size(180, 26);
  486. this.st_table.TabIndex = 107;
  487. //
  488. // Receive
  489. //
  490. this.Receive.AllPower = null;
  491. this.Receive.BackColor = System.Drawing.Color.Transparent;
  492. this.Receive.DownImage = ((System.Drawing.Image)(resources.GetObject("Receive.DownImage")));
  493. this.Receive.Image = null;
  494. this.Receive.IsShowBorder = true;
  495. this.Receive.Location = new System.Drawing.Point(1246, 734);
  496. this.Receive.Margin = new System.Windows.Forms.Padding(4);
  497. this.Receive.MoveImage = ((System.Drawing.Image)(resources.GetObject("Receive.MoveImage")));
  498. this.Receive.Name = "Receive";
  499. this.Receive.NormalImage = ((System.Drawing.Image)(resources.GetObject("Receive.NormalImage")));
  500. this.Receive.Power = null;
  501. this.Receive.Size = new System.Drawing.Size(102, 42);
  502. this.Receive.TabIndex = 104;
  503. this.Receive.Text = "领用";
  504. this.Receive.UseVisualStyleBackColor = false;
  505. this.Receive.Click += new System.EventHandler(this.Receive_Click);
  506. //
  507. // Return
  508. //
  509. this.Return.AllPower = null;
  510. this.Return.BackColor = System.Drawing.Color.Transparent;
  511. this.Return.DownImage = ((System.Drawing.Image)(resources.GetObject("Return.DownImage")));
  512. this.Return.Image = null;
  513. this.Return.IsShowBorder = true;
  514. this.Return.Location = new System.Drawing.Point(1173, 822);
  515. this.Return.Margin = new System.Windows.Forms.Padding(4);
  516. this.Return.MoveImage = ((System.Drawing.Image)(resources.GetObject("Return.MoveImage")));
  517. this.Return.Name = "Return";
  518. this.Return.NormalImage = ((System.Drawing.Image)(resources.GetObject("Return.NormalImage")));
  519. this.Return.Power = null;
  520. this.Return.Size = new System.Drawing.Size(102, 42);
  521. this.Return.TabIndex = 103;
  522. this.Return.Text = "退回";
  523. this.Return.UseVisualStyleBackColor = false;
  524. this.Return.Click += new System.EventHandler(this.Return_Click);
  525. //
  526. // st_combinenumber
  527. //
  528. this.st_combinenumber.AllPower = null;
  529. this.st_combinenumber.BackColor = System.Drawing.Color.White;
  530. this.st_combinenumber.ID = null;
  531. this.st_combinenumber.Location = new System.Drawing.Point(540, 830);
  532. this.st_combinenumber.Margin = new System.Windows.Forms.Padding(4);
  533. this.st_combinenumber.Name = "st_combinenumber";
  534. this.st_combinenumber.Power = null;
  535. this.st_combinenumber.Size = new System.Drawing.Size(178, 28);
  536. this.st_combinenumber.Str = null;
  537. this.st_combinenumber.Str1 = null;
  538. this.st_combinenumber.Str2 = null;
  539. this.st_combinenumber.TabIndex = 90;
  540. //
  541. // SU_DEVCODE1
  542. //
  543. this.SU_DEVCODE1.AllPower = null;
  544. this.SU_DEVCODE1.BackColor = System.Drawing.Color.White;
  545. this.SU_DEVCODE1.ID = null;
  546. this.SU_DEVCODE1.Location = new System.Drawing.Point(222, 830);
  547. this.SU_DEVCODE1.Margin = new System.Windows.Forms.Padding(4);
  548. this.SU_DEVCODE1.Name = "SU_DEVCODE1";
  549. this.SU_DEVCODE1.Power = null;
  550. this.SU_DEVCODE1.Size = new System.Drawing.Size(178, 28);
  551. this.SU_DEVCODE1.Str = null;
  552. this.SU_DEVCODE1.Str1 = null;
  553. this.SU_DEVCODE1.Str2 = null;
  554. this.SU_DEVCODE1.TabIndex = 88;
  555. this.SU_DEVCODE1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SU_DEVCODE1_KeyDown);
  556. //
  557. // SU_DEVCODE
  558. //
  559. this.SU_DEVCODE.AllPower = null;
  560. this.SU_DEVCODE.BackColor = System.Drawing.Color.White;
  561. this.SU_DEVCODE.ID = null;
  562. this.SU_DEVCODE.Location = new System.Drawing.Point(222, 743);
  563. this.SU_DEVCODE.Margin = new System.Windows.Forms.Padding(4);
  564. this.SU_DEVCODE.Name = "SU_DEVCODE";
  565. this.SU_DEVCODE.Power = null;
  566. this.SU_DEVCODE.Size = new System.Drawing.Size(178, 28);
  567. this.SU_DEVCODE.Str = null;
  568. this.SU_DEVCODE.Str1 = null;
  569. this.SU_DEVCODE.Str2 = null;
  570. this.SU_DEVCODE.TabIndex = 82;
  571. this.SU_DEVCODE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SU_DEVCODE_KeyDown);
  572. //
  573. // ToolsBom
  574. //
  575. this.ToolsBom.AllowUserToAddRows = false;
  576. this.ToolsBom.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  577. this.ToolsBom.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  578. this.su_stcode,
  579. this.st_pcbcode,
  580. this.su_status,
  581. this.SU_LINECODE,
  582. this.su_stverison,
  583. this.su_singlepringqty,
  584. this.su_table,
  585. this.su_usemacode});
  586. this.ToolsBom.EnableContentClick = true;
  587. this.ToolsBom.Location = new System.Drawing.Point(0, 57);
  588. this.ToolsBom.Margin = new System.Windows.Forms.Padding(4);
  589. this.ToolsBom.Name = "ToolsBom";
  590. this.ToolsBom.RowHeadersWidth = 82;
  591. this.ToolsBom.RowTemplate.Height = 27;
  592. this.ToolsBom.Size = new System.Drawing.Size(1359, 670);
  593. this.ToolsBom.TabIndex = 76;
  594. //
  595. // su_stcode
  596. //
  597. this.su_stcode.DataPropertyName = "su_stcode";
  598. this.su_stcode.HeaderText = "钢网刮刀编号";
  599. this.su_stcode.MinimumWidth = 10;
  600. this.su_stcode.Name = "su_stcode";
  601. this.su_stcode.Width = 200;
  602. //
  603. // st_pcbcode
  604. //
  605. this.st_pcbcode.DataPropertyName = "st_pcbcode";
  606. this.st_pcbcode.HeaderText = "PCB料号";
  607. this.st_pcbcode.MinimumWidth = 10;
  608. this.st_pcbcode.Name = "st_pcbcode";
  609. this.st_pcbcode.Width = 200;
  610. //
  611. // su_status
  612. //
  613. this.su_status.DataPropertyName = "su_status";
  614. this.su_status.HeaderText = "领用状态";
  615. this.su_status.MinimumWidth = 10;
  616. this.su_status.Name = "su_status";
  617. this.su_status.Width = 200;
  618. //
  619. // SU_LINECODE
  620. //
  621. this.SU_LINECODE.DataPropertyName = "SU_LINECODE";
  622. this.SU_LINECODE.HeaderText = "线别";
  623. this.SU_LINECODE.MinimumWidth = 10;
  624. this.SU_LINECODE.Name = "SU_LINECODE";
  625. this.SU_LINECODE.Width = 200;
  626. //
  627. // su_stverison
  628. //
  629. this.su_stverison.DataPropertyName = "su_stverison";
  630. this.su_stverison.HeaderText = "版本号";
  631. this.su_stverison.MinimumWidth = 10;
  632. this.su_stverison.Name = "su_stverison";
  633. this.su_stverison.Width = 200;
  634. //
  635. // su_singlepringqty
  636. //
  637. this.su_singlepringqty.DataPropertyName = "su_singlepringqty";
  638. this.su_singlepringqty.HeaderText = "单片印刷次数";
  639. this.su_singlepringqty.MinimumWidth = 10;
  640. this.su_singlepringqty.Name = "su_singlepringqty";
  641. this.su_singlepringqty.Width = 200;
  642. //
  643. // su_table
  644. //
  645. this.su_table.DataPropertyName = "su_table";
  646. this.su_table.HeaderText = "板面";
  647. this.su_table.MinimumWidth = 10;
  648. this.su_table.Name = "su_table";
  649. this.su_table.Width = 200;
  650. //
  651. // su_usemacode
  652. //
  653. this.su_usemacode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  654. this.su_usemacode.DataPropertyName = "su_usemacode";
  655. this.su_usemacode.HeaderText = "领用工单";
  656. this.su_usemacode.MinimumWidth = 10;
  657. this.su_usemacode.Name = "su_usemacode";
  658. this.su_usemacode.Width = 91;
  659. //
  660. // Confirm
  661. //
  662. this.Confirm.AllPower = null;
  663. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  664. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  665. this.Confirm.Image = null;
  666. this.Confirm.IsShowBorder = true;
  667. this.Confirm.Location = new System.Drawing.Point(1242, 6);
  668. this.Confirm.Margin = new System.Windows.Forms.Padding(4);
  669. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  670. this.Confirm.Name = "Confirm";
  671. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  672. this.Confirm.Power = null;
  673. this.Confirm.Size = new System.Drawing.Size(102, 42);
  674. this.Confirm.TabIndex = 75;
  675. this.Confirm.Text = "确定";
  676. this.Confirm.UseVisualStyleBackColor = false;
  677. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  678. //
  679. // li_code
  680. //
  681. this.li_code.AllPower = null;
  682. this.li_code.BackColor = System.Drawing.Color.White;
  683. this.li_code.Caller = null;
  684. this.li_code.Condition = null;
  685. this.li_code.DBTitle = null;
  686. this.li_code.FormName = null;
  687. this.li_code.Location = new System.Drawing.Point(1028, 741);
  688. this.li_code.Margin = new System.Windows.Forms.Padding(4);
  689. this.li_code.Name = "li_code";
  690. this.li_code.Power = null;
  691. this.li_code.ReturnData = null;
  692. this.li_code.SelectField = null;
  693. this.li_code.SetValueField = null;
  694. this.li_code.Size = new System.Drawing.Size(190, 32);
  695. this.li_code.TabIndex = 74;
  696. this.li_code.TableName = null;
  697. this.li_code.TextBoxEnable = false;
  698. //
  699. // ma_prodcode
  700. //
  701. this.ma_prodcode.AllPower = null;
  702. this.ma_prodcode.BackColor = System.Drawing.Color.White;
  703. this.ma_prodcode.Enabled = false;
  704. this.ma_prodcode.ID = null;
  705. this.ma_prodcode.Location = new System.Drawing.Point(464, 14);
  706. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4);
  707. this.ma_prodcode.Name = "ma_prodcode";
  708. this.ma_prodcode.Power = null;
  709. this.ma_prodcode.Size = new System.Drawing.Size(208, 28);
  710. this.ma_prodcode.Str = null;
  711. this.ma_prodcode.Str1 = null;
  712. this.ma_prodcode.Str2 = null;
  713. this.ma_prodcode.TabIndex = 72;
  714. //
  715. // ma_code
  716. //
  717. this.ma_code.AllPower = null;
  718. this.ma_code.Caller = null;
  719. this.ma_code.Condition = null;
  720. this.ma_code.DBTitle = null;
  721. this.ma_code.FormName = null;
  722. this.ma_code.Location = new System.Drawing.Point(123, 14);
  723. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  724. this.ma_code.Name = "ma_code";
  725. this.ma_code.Power = null;
  726. this.ma_code.ReturnData = null;
  727. this.ma_code.SelectField = null;
  728. this.ma_code.SetValueField = null;
  729. this.ma_code.Size = new System.Drawing.Size(212, 32);
  730. this.ma_code.TabIndex = 71;
  731. this.ma_code.TableName = null;
  732. this.ma_code.Tag = "ma_code";
  733. this.ma_code.TextBoxEnable = true;
  734. this.ma_code.TextKeyDown += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextKeyDown(this.ma_code_TextKeyDown);
  735. //
  736. // Make_SMTStencil
  737. //
  738. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  739. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  740. this.ClientSize = new System.Drawing.Size(1362, 982);
  741. this.Controls.Add(this.st_usecount);
  742. this.Controls.Add(this.Scrap);
  743. this.Controls.Add(this.ST_ENSIONA);
  744. this.Controls.Add(this.ST_ENSIONA_label);
  745. this.Controls.Add(this.ST_ENSIONB);
  746. this.Controls.Add(this.ST_ENSIONB_label);
  747. this.Controls.Add(this.ST_ENSIONC);
  748. this.Controls.Add(this.ST_ENSIONC_label);
  749. this.Controls.Add(this.ST_ENSIOND);
  750. this.Controls.Add(this.label9);
  751. this.Controls.Add(this.ST_ENSIONE);
  752. this.Controls.Add(this.ST_ENSIONE_label);
  753. this.Controls.Add(this.label7);
  754. this.Controls.Add(this.em_code1);
  755. this.Controls.Add(this.em_code1_label);
  756. this.Controls.Add(this.em_code);
  757. this.Controls.Add(this.em_code_label);
  758. this.Controls.Add(this.SU_RETURNIFCLEAN);
  759. this.Controls.Add(this.su_singlepringqty1);
  760. this.Controls.Add(this.su_singlepringqty1_label);
  761. this.Controls.Add(this.st_table);
  762. this.Controls.Add(this.ma_qty);
  763. this.Controls.Add(this.ma_qty_label);
  764. this.Controls.Add(this.Receive);
  765. this.Controls.Add(this.Return);
  766. this.Controls.Add(this.st_combinenumber);
  767. this.Controls.Add(this.st_combinenumber_label);
  768. this.Controls.Add(this.SU_DEVCODE1);
  769. this.Controls.Add(this.SU_DEVCODE1_label);
  770. this.Controls.Add(this.st_table_label);
  771. this.Controls.Add(this.SU_DEVCODE);
  772. this.Controls.Add(this.SU_DEVCODE_label);
  773. this.Controls.Add(this.RadioReturn);
  774. this.Controls.Add(this.RadioReceive);
  775. this.Controls.Add(this.ToolsBom);
  776. this.Controls.Add(this.Confirm);
  777. this.Controls.Add(this.li_code);
  778. this.Controls.Add(this.li_code_label);
  779. this.Controls.Add(this.ma_prodcode);
  780. this.Controls.Add(this.ma_code);
  781. this.Controls.Add(this.ms_makecode_label);
  782. this.Controls.Add(this.ma_prodcode_label);
  783. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  784. this.Margin = new System.Windows.Forms.Padding(4);
  785. this.Name = "Make_SMTStencil";
  786. this.Tag = "Make!SMTStencil";
  787. this.Text = "Make_SMTStencil";
  788. this.Load += new System.EventHandler(this.Make_SMTStencil_Load);
  789. this.SizeChanged += new System.EventHandler(this.Make_SMTStencil_SizeChanged);
  790. ((System.ComponentModel.ISupportInitialize)(this.ToolsBom)).EndInit();
  791. this.ResumeLayout(true);
  792. this.PerformLayout();
  793. }
  794. #endregion
  795. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  796. private System.Windows.Forms.Label ms_makecode_label;
  797. private System.Windows.Forms.Label ma_prodcode_label;
  798. private CustomControl.TextBoxWithIcon.EnterTextBox ma_prodcode;
  799. private System.Windows.Forms.Label li_code_label;
  800. private CustomControl.TextBoxWithIcon.SearchTextBox li_code;
  801. private CustomControl.ButtonUtil.NormalButton Confirm;
  802. private CustomControl.DataGrid_View.DataGridViewWithSerialNum ToolsBom;
  803. private System.Windows.Forms.RadioButton RadioReceive;
  804. private System.Windows.Forms.RadioButton RadioReturn;
  805. private CustomControl.TextBoxWithIcon.EnterTextBox SU_DEVCODE;
  806. private System.Windows.Forms.Label SU_DEVCODE_label;
  807. private System.Windows.Forms.Label st_table_label;
  808. private CustomControl.TextBoxWithIcon.EnterTextBox SU_DEVCODE1;
  809. private System.Windows.Forms.Label SU_DEVCODE1_label;
  810. private CustomControl.TextBoxWithIcon.EnterTextBox st_combinenumber;
  811. private System.Windows.Forms.Label st_combinenumber_label;
  812. private CustomControl.ButtonUtil.NormalButton Return;
  813. private CustomControl.ButtonUtil.NormalButton Receive;
  814. private System.Windows.Forms.Label ma_qty_label;
  815. private System.Windows.Forms.Label ma_qty;
  816. private CustomControl.ComBoxWithFocus.ComBoxWithFocus st_table;
  817. private CustomControl.TextBoxWithIcon.NumOnlyTextBox su_singlepringqty1;
  818. private System.Windows.Forms.Label su_singlepringqty1_label;
  819. private System.Windows.Forms.CheckBox SU_RETURNIFCLEAN;
  820. private CustomControl.TextBoxWithIcon.EnterTextBox em_code;
  821. private System.Windows.Forms.Label em_code_label;
  822. private CustomControl.TextBoxWithIcon.EnterTextBox em_code1;
  823. private System.Windows.Forms.Label em_code1_label;
  824. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONA;
  825. private System.Windows.Forms.Label ST_ENSIONA_label;
  826. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONB;
  827. private System.Windows.Forms.Label ST_ENSIONB_label;
  828. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONC;
  829. private System.Windows.Forms.Label ST_ENSIONC_label;
  830. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIOND;
  831. private System.Windows.Forms.Label label9;
  832. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONE;
  833. private System.Windows.Forms.Label ST_ENSIONE_label;
  834. private System.Windows.Forms.Label label7;
  835. private CustomControl.ButtonUtil.NormalButton Scrap;
  836. private System.Windows.Forms.Label st_usecount;
  837. private System.Windows.Forms.DataGridViewTextBoxColumn su_stcode;
  838. private System.Windows.Forms.DataGridViewTextBoxColumn st_pcbcode;
  839. private System.Windows.Forms.DataGridViewTextBoxColumn su_status;
  840. private System.Windows.Forms.DataGridViewTextBoxColumn SU_LINECODE;
  841. private System.Windows.Forms.DataGridViewTextBoxColumn su_stverison;
  842. private System.Windows.Forms.DataGridViewTextBoxColumn su_singlepringqty;
  843. private System.Windows.Forms.DataGridViewTextBoxColumn su_table;
  844. private System.Windows.Forms.DataGridViewTextBoxColumn su_usemacode;
  845. }
  846. }