Make_SMTSStencil.Designer.cs 47 KB

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