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_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. ((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(4, 18);
  87. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  88. this.ms_makecode_label.Name = "ms_makecode_label";
  89. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  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(458, 18);
  98. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  99. this.ma_prodcode_label.Name = "ma_prodcode_label";
  100. this.ma_prodcode_label.Size = new System.Drawing.Size(146, 41);
  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(1210, 988);
  109. this.li_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  110. this.li_code_label.Name = "li_code_label";
  111. this.li_code_label.Size = new System.Drawing.Size(146, 41);
  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(12, 988);
  120. this.RadioReceive.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  121. this.RadioReceive.Name = "RadioReceive";
  122. this.RadioReceive.Size = new System.Drawing.Size(102, 40);
  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(12, 1098);
  134. this.RadioReturn.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  135. this.RadioReturn.Name = "RadioReturn";
  136. this.RadioReturn.Size = new System.Drawing.Size(102, 40);
  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(118, 988);
  148. this.SU_DEVCODE_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  149. this.SU_DEVCODE_label.Name = "SU_DEVCODE_label";
  150. this.SU_DEVCODE_label.Size = new System.Drawing.Size(146, 41);
  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(532, 988);
  159. this.st_table_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  160. this.st_table_label.Name = "st_table_label";
  161. this.st_table_label.Size = new System.Drawing.Size(101, 41);
  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(118, 1104);
  170. this.SU_DEVCODE1_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  171. this.SU_DEVCODE1_label.Name = "SU_DEVCODE1_label";
  172. this.SU_DEVCODE1_label.Size = new System.Drawing.Size(146, 41);
  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(532, 1104);
  181. this.st_combinenumber_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  182. this.st_combinenumber_label.Name = "st_combinenumber_label";
  183. this.st_combinenumber_label.Size = new System.Drawing.Size(178, 41);
  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(1362, 18);
  192. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  193. this.ma_qty_label.Name = "ma_qty_label";
  194. this.ma_qty_label.Size = new System.Drawing.Size(114, 41);
  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(1510, 18);
  203. this.ma_qty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  204. this.ma_qty.Name = "ma_qty";
  205. this.ma_qty.Size = new System.Drawing.Size(0, 41);
  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(894, 988);
  213. this.su_singlepringqty1_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  214. this.su_singlepringqty1_label.Name = "su_singlepringqty1_label";
  215. this.su_singlepringqty1_label.Size = new System.Drawing.Size(210, 41);
  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(1384, 1104);
  224. this.SU_RETURNIFCLEAN.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  225. this.SU_RETURNIFCLEAN.Name = "SU_RETURNIFCLEAN";
  226. this.SU_RETURNIFCLEAN.Size = new System.Drawing.Size(159, 40);
  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(118, 1048);
  236. this.em_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  237. this.em_code_label.Name = "em_code_label";
  238. this.em_code_label.Size = new System.Drawing.Size(146, 41);
  239. this.em_code_label.TabIndex = 111;
  240. this.em_code_label.Text = "人员编号";
  241. //
  242. // em_code
  243. //
  244. this.em_code.AllPower = null;
  245. this.em_code.BackColor = System.Drawing.Color.White;
  246. this.em_code.ID = null;
  247. this.em_code.Location = new System.Drawing.Point(278, 1050);
  248. this.em_code.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  249. this.em_code.Name = "em_code";
  250. this.em_code.Power = null;
  251. this.em_code.Size = new System.Drawing.Size(236, 35);
  252. this.em_code.Str = null;
  253. this.em_code.Str1 = null;
  254. this.em_code.Str2 = null;
  255. this.em_code.TabIndex = 112;
  256. //
  257. // su_singlepringqty1
  258. //
  259. this.su_singlepringqty1.AllPower = null;
  260. this.su_singlepringqty1.BackColor = System.Drawing.Color.White;
  261. this.su_singlepringqty1.ID = null;
  262. this.su_singlepringqty1.Location = new System.Drawing.Point(1118, 992);
  263. this.su_singlepringqty1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  264. this.su_singlepringqty1.Name = "su_singlepringqty1";
  265. this.su_singlepringqty1.Negative = false;
  266. this.su_singlepringqty1.Power = null;
  267. this.su_singlepringqty1.Size = new System.Drawing.Size(74, 35);
  268. this.su_singlepringqty1.Str = null;
  269. this.su_singlepringqty1.Str1 = null;
  270. this.su_singlepringqty1.Str2 = null;
  271. this.su_singlepringqty1.TabIndex = 109;
  272. this.su_singlepringqty1.Text = "1";
  273. //
  274. // st_table
  275. //
  276. this.st_table.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  277. this.st_table.FormattingEnabled = true;
  278. this.st_table.Items.AddRange(new object[] {
  279. "BOTTOM",
  280. "TOP"});
  281. this.st_table.Location = new System.Drawing.Point(644, 990);
  282. this.st_table.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  283. this.st_table.Name = "st_table";
  284. this.st_table.Size = new System.Drawing.Size(238, 32);
  285. this.st_table.TabIndex = 107;
  286. //
  287. // Receive
  288. //
  289. this.Receive.AllPower = null;
  290. this.Receive.BackColor = System.Drawing.Color.Transparent;
  291. this.Receive.DownImage = ((System.Drawing.Image)(resources.GetObject("Receive.DownImage")));
  292. this.Receive.Image = null;
  293. this.Receive.IsShowBorder = true;
  294. this.Receive.Location = new System.Drawing.Point(1662, 978);
  295. this.Receive.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  296. this.Receive.MoveImage = ((System.Drawing.Image)(resources.GetObject("Receive.MoveImage")));
  297. this.Receive.Name = "Receive";
  298. this.Receive.NormalImage = ((System.Drawing.Image)(resources.GetObject("Receive.NormalImage")));
  299. this.Receive.Power = null;
  300. this.Receive.Size = new System.Drawing.Size(136, 56);
  301. this.Receive.TabIndex = 104;
  302. this.Receive.Text = "领用";
  303. this.Receive.UseVisualStyleBackColor = false;
  304. this.Receive.Click += new System.EventHandler(this.Receive_Click);
  305. //
  306. // Return
  307. //
  308. this.Return.AllPower = null;
  309. this.Return.BackColor = System.Drawing.Color.Transparent;
  310. this.Return.DownImage = ((System.Drawing.Image)(resources.GetObject("Return.DownImage")));
  311. this.Return.Image = null;
  312. this.Return.IsShowBorder = true;
  313. this.Return.Location = new System.Drawing.Point(1564, 1096);
  314. this.Return.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  315. this.Return.MoveImage = ((System.Drawing.Image)(resources.GetObject("Return.MoveImage")));
  316. this.Return.Name = "Return";
  317. this.Return.NormalImage = ((System.Drawing.Image)(resources.GetObject("Return.NormalImage")));
  318. this.Return.Power = null;
  319. this.Return.Size = new System.Drawing.Size(136, 56);
  320. this.Return.TabIndex = 103;
  321. this.Return.Text = "退回";
  322. this.Return.UseVisualStyleBackColor = false;
  323. this.Return.Click += new System.EventHandler(this.Return_Click);
  324. //
  325. // st_combinenumber
  326. //
  327. this.st_combinenumber.AllPower = null;
  328. this.st_combinenumber.BackColor = System.Drawing.Color.White;
  329. this.st_combinenumber.ID = null;
  330. this.st_combinenumber.Location = new System.Drawing.Point(720, 1106);
  331. this.st_combinenumber.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  332. this.st_combinenumber.Name = "st_combinenumber";
  333. this.st_combinenumber.Power = null;
  334. this.st_combinenumber.Size = new System.Drawing.Size(236, 35);
  335. this.st_combinenumber.Str = null;
  336. this.st_combinenumber.Str1 = null;
  337. this.st_combinenumber.Str2 = null;
  338. this.st_combinenumber.TabIndex = 90;
  339. //
  340. // SU_DEVCODE1
  341. //
  342. this.SU_DEVCODE1.AllPower = null;
  343. this.SU_DEVCODE1.BackColor = System.Drawing.Color.White;
  344. this.SU_DEVCODE1.ID = null;
  345. this.SU_DEVCODE1.Location = new System.Drawing.Point(278, 1106);
  346. this.SU_DEVCODE1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  347. this.SU_DEVCODE1.Name = "SU_DEVCODE1";
  348. this.SU_DEVCODE1.Power = null;
  349. this.SU_DEVCODE1.Size = new System.Drawing.Size(236, 35);
  350. this.SU_DEVCODE1.Str = null;
  351. this.SU_DEVCODE1.Str1 = null;
  352. this.SU_DEVCODE1.Str2 = null;
  353. this.SU_DEVCODE1.TabIndex = 88;
  354. this.SU_DEVCODE1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SU_DEVCODE1_KeyDown);
  355. //
  356. // SU_DEVCODE
  357. //
  358. this.SU_DEVCODE.AllPower = null;
  359. this.SU_DEVCODE.BackColor = System.Drawing.Color.White;
  360. this.SU_DEVCODE.ID = null;
  361. this.SU_DEVCODE.Location = new System.Drawing.Point(278, 990);
  362. this.SU_DEVCODE.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  363. this.SU_DEVCODE.Name = "SU_DEVCODE";
  364. this.SU_DEVCODE.Power = null;
  365. this.SU_DEVCODE.Size = new System.Drawing.Size(236, 35);
  366. this.SU_DEVCODE.Str = null;
  367. this.SU_DEVCODE.Str1 = null;
  368. this.SU_DEVCODE.Str2 = null;
  369. this.SU_DEVCODE.TabIndex = 82;
  370. this.SU_DEVCODE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SU_DEVCODE_KeyDown);
  371. //
  372. // ToolsBom
  373. //
  374. this.ToolsBom.AllowUserToAddRows = false;
  375. this.ToolsBom.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  376. this.ToolsBom.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  377. this.su_stcode,
  378. this.st_pcbcode,
  379. this.su_status,
  380. this.SU_LINECODE,
  381. this.su_stverison,
  382. this.su_singlepringqty,
  383. this.su_table,
  384. this.su_usemacode});
  385. this.ToolsBom.EnableContentClick = true;
  386. this.ToolsBom.Location = new System.Drawing.Point(0, 76);
  387. this.ToolsBom.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  388. this.ToolsBom.Name = "ToolsBom";
  389. this.ToolsBom.RowHeadersWidth = 82;
  390. this.ToolsBom.RowTemplate.Height = 27;
  391. this.ToolsBom.Size = new System.Drawing.Size(1812, 894);
  392. this.ToolsBom.TabIndex = 76;
  393. //
  394. // su_stcode
  395. //
  396. this.su_stcode.DataPropertyName = "su_stcode";
  397. this.su_stcode.HeaderText = "钢网编号";
  398. this.su_stcode.MinimumWidth = 10;
  399. this.su_stcode.Name = "su_stcode";
  400. this.su_stcode.Width = 200;
  401. //
  402. // st_pcbcode
  403. //
  404. this.st_pcbcode.DataPropertyName = "st_pcbcode";
  405. this.st_pcbcode.HeaderText = "PCB料号";
  406. this.st_pcbcode.MinimumWidth = 10;
  407. this.st_pcbcode.Name = "st_pcbcode";
  408. this.st_pcbcode.Width = 200;
  409. //
  410. // su_status
  411. //
  412. this.su_status.DataPropertyName = "su_status";
  413. this.su_status.HeaderText = "领用状态";
  414. this.su_status.MinimumWidth = 10;
  415. this.su_status.Name = "su_status";
  416. this.su_status.Width = 200;
  417. //
  418. // SU_LINECODE
  419. //
  420. this.SU_LINECODE.DataPropertyName = "SU_LINECODE";
  421. this.SU_LINECODE.HeaderText = "线别";
  422. this.SU_LINECODE.MinimumWidth = 10;
  423. this.SU_LINECODE.Name = "SU_LINECODE";
  424. this.SU_LINECODE.Width = 200;
  425. //
  426. // su_stverison
  427. //
  428. this.su_stverison.DataPropertyName = "su_stverison";
  429. this.su_stverison.HeaderText = "版本号";
  430. this.su_stverison.MinimumWidth = 10;
  431. this.su_stverison.Name = "su_stverison";
  432. this.su_stverison.Width = 200;
  433. //
  434. // su_singlepringqty
  435. //
  436. this.su_singlepringqty.DataPropertyName = "su_singlepringqty";
  437. this.su_singlepringqty.HeaderText = "单片印刷次数";
  438. this.su_singlepringqty.MinimumWidth = 10;
  439. this.su_singlepringqty.Name = "su_singlepringqty";
  440. this.su_singlepringqty.Width = 200;
  441. //
  442. // su_table
  443. //
  444. this.su_table.DataPropertyName = "su_table";
  445. this.su_table.HeaderText = "板面";
  446. this.su_table.MinimumWidth = 10;
  447. this.su_table.Name = "su_table";
  448. this.su_table.Width = 200;
  449. //
  450. // su_usemacode
  451. //
  452. this.su_usemacode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  453. this.su_usemacode.DataPropertyName = "su_usemacode";
  454. this.su_usemacode.HeaderText = "领用工单";
  455. this.su_usemacode.MinimumWidth = 10;
  456. this.su_usemacode.Name = "su_usemacode";
  457. this.su_usemacode.Width = 118;
  458. //
  459. // Confirm
  460. //
  461. this.Confirm.AllPower = null;
  462. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  463. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  464. this.Confirm.Image = null;
  465. this.Confirm.IsShowBorder = true;
  466. this.Confirm.Location = new System.Drawing.Point(1656, 8);
  467. this.Confirm.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  468. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  469. this.Confirm.Name = "Confirm";
  470. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  471. this.Confirm.Power = null;
  472. this.Confirm.Size = new System.Drawing.Size(136, 56);
  473. this.Confirm.TabIndex = 75;
  474. this.Confirm.Text = "确定";
  475. this.Confirm.UseVisualStyleBackColor = false;
  476. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  477. //
  478. // li_code
  479. //
  480. this.li_code.AllPower = null;
  481. this.li_code.BackColor = System.Drawing.Color.White;
  482. this.li_code.Caller = null;
  483. this.li_code.Condition = null;
  484. this.li_code.DBTitle = null;
  485. this.li_code.FormName = null;
  486. this.li_code.Location = new System.Drawing.Point(1370, 988);
  487. this.li_code.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  488. this.li_code.Name = "li_code";
  489. this.li_code.Power = null;
  490. this.li_code.ReturnData = null;
  491. this.li_code.SelectField = null;
  492. this.li_code.SetValueField = null;
  493. this.li_code.Size = new System.Drawing.Size(254, 42);
  494. this.li_code.TabIndex = 74;
  495. this.li_code.TableName = null;
  496. this.li_code.TextBoxEnable = false;
  497. //
  498. // ma_prodcode
  499. //
  500. this.ma_prodcode.AllPower = null;
  501. this.ma_prodcode.BackColor = System.Drawing.Color.White;
  502. this.ma_prodcode.Enabled = false;
  503. this.ma_prodcode.ID = null;
  504. this.ma_prodcode.Location = new System.Drawing.Point(618, 18);
  505. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  506. this.ma_prodcode.Name = "ma_prodcode";
  507. this.ma_prodcode.Power = null;
  508. this.ma_prodcode.Size = new System.Drawing.Size(276, 35);
  509. this.ma_prodcode.Str = null;
  510. this.ma_prodcode.Str1 = null;
  511. this.ma_prodcode.Str2 = null;
  512. this.ma_prodcode.TabIndex = 72;
  513. //
  514. // ma_code
  515. //
  516. this.ma_code.AllPower = null;
  517. this.ma_code.Caller = null;
  518. this.ma_code.Condition = null;
  519. this.ma_code.DBTitle = null;
  520. this.ma_code.FormName = null;
  521. this.ma_code.Location = new System.Drawing.Point(164, 18);
  522. this.ma_code.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  523. this.ma_code.Name = "ma_code";
  524. this.ma_code.Power = null;
  525. this.ma_code.ReturnData = null;
  526. this.ma_code.SelectField = null;
  527. this.ma_code.SetValueField = null;
  528. this.ma_code.Size = new System.Drawing.Size(282, 42);
  529. this.ma_code.TabIndex = 71;
  530. this.ma_code.TableName = null;
  531. this.ma_code.Tag = "ma_code";
  532. this.ma_code.TextBoxEnable = true;
  533. this.ma_code.TextKeyDown += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextKeyDown(this.ma_code_TextKeyDown);
  534. //
  535. // em_code1
  536. //
  537. this.em_code1.AllPower = null;
  538. this.em_code1.BackColor = System.Drawing.Color.White;
  539. this.em_code1.ID = null;
  540. this.em_code1.Location = new System.Drawing.Point(1132, 1106);
  541. this.em_code1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  542. this.em_code1.Name = "em_code1";
  543. this.em_code1.Power = null;
  544. this.em_code1.Size = new System.Drawing.Size(236, 35);
  545. this.em_code1.Str = null;
  546. this.em_code1.Str1 = null;
  547. this.em_code1.Str2 = null;
  548. this.em_code1.TabIndex = 114;
  549. //
  550. // em_code1_label
  551. //
  552. this.em_code1_label.AutoSize = true;
  553. this.em_code1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  554. this.em_code1_label.Location = new System.Drawing.Point(972, 1104);
  555. this.em_code1_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  556. this.em_code1_label.Name = "em_code1_label";
  557. this.em_code1_label.Size = new System.Drawing.Size(146, 41);
  558. this.em_code1_label.TabIndex = 113;
  559. this.em_code1_label.Text = "人员编号";
  560. //
  561. // ST_ENSIONA
  562. //
  563. this.ST_ENSIONA.AllPower = null;
  564. this.ST_ENSIONA.BackColor = System.Drawing.Color.White;
  565. this.ST_ENSIONA.ID = null;
  566. this.ST_ENSIONA.Location = new System.Drawing.Point(330, 1184);
  567. this.ST_ENSIONA.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  568. this.ST_ENSIONA.Name = "ST_ENSIONA";
  569. this.ST_ENSIONA.Negative = false;
  570. this.ST_ENSIONA.Power = null;
  571. this.ST_ENSIONA.Size = new System.Drawing.Size(236, 35);
  572. this.ST_ENSIONA.Str = null;
  573. this.ST_ENSIONA.Str1 = null;
  574. this.ST_ENSIONA.Str2 = null;
  575. this.ST_ENSIONA.TabIndex = 125;
  576. //
  577. // ST_ENSIONA_label
  578. //
  579. this.ST_ENSIONA_label.AutoSize = true;
  580. this.ST_ENSIONA_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  581. this.ST_ENSIONA_label.Location = new System.Drawing.Point(276, 1184);
  582. this.ST_ENSIONA_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  583. this.ST_ENSIONA_label.Name = "ST_ENSIONA_label";
  584. this.ST_ENSIONA_label.Size = new System.Drawing.Size(41, 41);
  585. this.ST_ENSIONA_label.TabIndex = 124;
  586. this.ST_ENSIONA_label.Text = "A";
  587. //
  588. // ST_ENSIONB
  589. //
  590. this.ST_ENSIONB.AllPower = null;
  591. this.ST_ENSIONB.BackColor = System.Drawing.Color.White;
  592. this.ST_ENSIONB.ID = null;
  593. this.ST_ENSIONB.Location = new System.Drawing.Point(720, 1184);
  594. this.ST_ENSIONB.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  595. this.ST_ENSIONB.Name = "ST_ENSIONB";
  596. this.ST_ENSIONB.Negative = false;
  597. this.ST_ENSIONB.Power = null;
  598. this.ST_ENSIONB.Size = new System.Drawing.Size(236, 35);
  599. this.ST_ENSIONB.Str = null;
  600. this.ST_ENSIONB.Str1 = null;
  601. this.ST_ENSIONB.Str2 = null;
  602. this.ST_ENSIONB.TabIndex = 123;
  603. //
  604. // ST_ENSIONB_label
  605. //
  606. this.ST_ENSIONB_label.AutoSize = true;
  607. this.ST_ENSIONB_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  608. this.ST_ENSIONB_label.Location = new System.Drawing.Point(666, 1184);
  609. this.ST_ENSIONB_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  610. this.ST_ENSIONB_label.Name = "ST_ENSIONB_label";
  611. this.ST_ENSIONB_label.Size = new System.Drawing.Size(38, 41);
  612. this.ST_ENSIONB_label.TabIndex = 122;
  613. this.ST_ENSIONB_label.Text = "B";
  614. //
  615. // ST_ENSIONC
  616. //
  617. this.ST_ENSIONC.AllPower = null;
  618. this.ST_ENSIONC.BackColor = System.Drawing.Color.White;
  619. this.ST_ENSIONC.ID = null;
  620. this.ST_ENSIONC.Location = new System.Drawing.Point(1118, 1184);
  621. this.ST_ENSIONC.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  622. this.ST_ENSIONC.Name = "ST_ENSIONC";
  623. this.ST_ENSIONC.Negative = false;
  624. this.ST_ENSIONC.Power = null;
  625. this.ST_ENSIONC.Size = new System.Drawing.Size(236, 35);
  626. this.ST_ENSIONC.Str = null;
  627. this.ST_ENSIONC.Str1 = null;
  628. this.ST_ENSIONC.Str2 = null;
  629. this.ST_ENSIONC.TabIndex = 121;
  630. //
  631. // ST_ENSIONC_label
  632. //
  633. this.ST_ENSIONC_label.AutoSize = true;
  634. this.ST_ENSIONC_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  635. this.ST_ENSIONC_label.Location = new System.Drawing.Point(1064, 1184);
  636. this.ST_ENSIONC_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  637. this.ST_ENSIONC_label.Name = "ST_ENSIONC_label";
  638. this.ST_ENSIONC_label.Size = new System.Drawing.Size(39, 41);
  639. this.ST_ENSIONC_label.TabIndex = 120;
  640. this.ST_ENSIONC_label.Text = "C";
  641. //
  642. // ST_ENSIOND
  643. //
  644. this.ST_ENSIOND.AllPower = null;
  645. this.ST_ENSIOND.BackColor = System.Drawing.Color.White;
  646. this.ST_ENSIOND.ID = null;
  647. this.ST_ENSIOND.Location = new System.Drawing.Point(330, 1238);
  648. this.ST_ENSIOND.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  649. this.ST_ENSIOND.Name = "ST_ENSIOND";
  650. this.ST_ENSIOND.Negative = false;
  651. this.ST_ENSIOND.Power = null;
  652. this.ST_ENSIOND.Size = new System.Drawing.Size(236, 35);
  653. this.ST_ENSIOND.Str = null;
  654. this.ST_ENSIOND.Str1 = null;
  655. this.ST_ENSIOND.Str2 = null;
  656. this.ST_ENSIOND.TabIndex = 119;
  657. //
  658. // label9
  659. //
  660. this.label9.AutoSize = true;
  661. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  662. this.label9.Location = new System.Drawing.Point(276, 1238);
  663. this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  664. this.label9.Name = "label9";
  665. this.label9.Size = new System.Drawing.Size(42, 41);
  666. this.label9.TabIndex = 118;
  667. this.label9.Text = "D";
  668. //
  669. // ST_ENSIONE
  670. //
  671. this.ST_ENSIONE.AllPower = null;
  672. this.ST_ENSIONE.BackColor = System.Drawing.Color.White;
  673. this.ST_ENSIONE.ID = null;
  674. this.ST_ENSIONE.Location = new System.Drawing.Point(720, 1238);
  675. this.ST_ENSIONE.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  676. this.ST_ENSIONE.Name = "ST_ENSIONE";
  677. this.ST_ENSIONE.Negative = false;
  678. this.ST_ENSIONE.Power = null;
  679. this.ST_ENSIONE.Size = new System.Drawing.Size(236, 35);
  680. this.ST_ENSIONE.Str = null;
  681. this.ST_ENSIONE.Str1 = null;
  682. this.ST_ENSIONE.Str2 = null;
  683. this.ST_ENSIONE.TabIndex = 117;
  684. //
  685. // ST_ENSIONE_label
  686. //
  687. this.ST_ENSIONE_label.AutoSize = true;
  688. this.ST_ENSIONE_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  689. this.ST_ENSIONE_label.Location = new System.Drawing.Point(668, 1238);
  690. this.ST_ENSIONE_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  691. this.ST_ENSIONE_label.Name = "ST_ENSIONE_label";
  692. this.ST_ENSIONE_label.Size = new System.Drawing.Size(36, 41);
  693. this.ST_ENSIONE_label.TabIndex = 116;
  694. this.ST_ENSIONE_label.Text = "E";
  695. //
  696. // label7
  697. //
  698. this.label7.AutoSize = true;
  699. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  700. this.label7.Location = new System.Drawing.Point(14, 1184);
  701. this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  702. this.label7.Name = "label7";
  703. this.label7.Size = new System.Drawing.Size(258, 41);
  704. this.label7.TabIndex = 115;
  705. this.label7.Text = "张力测试结果(N)";
  706. //
  707. // Scrap
  708. //
  709. this.Scrap.AllPower = null;
  710. this.Scrap.BackColor = System.Drawing.Color.Transparent;
  711. this.Scrap.DownImage = ((System.Drawing.Image)(resources.GetObject("Scrap.DownImage")));
  712. this.Scrap.Image = null;
  713. this.Scrap.IsShowBorder = true;
  714. this.Scrap.Location = new System.Drawing.Point(1564, 1228);
  715. this.Scrap.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  716. this.Scrap.MoveImage = ((System.Drawing.Image)(resources.GetObject("Scrap.MoveImage")));
  717. this.Scrap.Name = "Scrap";
  718. this.Scrap.NormalImage = ((System.Drawing.Image)(resources.GetObject("Scrap.NormalImage")));
  719. this.Scrap.Power = null;
  720. this.Scrap.Size = new System.Drawing.Size(136, 56);
  721. this.Scrap.TabIndex = 126;
  722. this.Scrap.Text = "报废";
  723. this.Scrap.UseVisualStyleBackColor = false;
  724. this.Scrap.Click += new System.EventHandler(this.Scrap_Click);
  725. //
  726. // st_usecount
  727. //
  728. this.st_usecount.AutoSize = true;
  729. this.st_usecount.Location = new System.Drawing.Point(672, 1056);
  730. this.st_usecount.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  731. this.st_usecount.Name = "st_usecount";
  732. this.st_usecount.Size = new System.Drawing.Size(0, 24);
  733. this.st_usecount.TabIndex = 127;
  734. this.st_usecount.Visible = false;
  735. //
  736. // Make_SMTStencil
  737. //
  738. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  739. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  740. this.ClientSize = new System.Drawing.Size(1816, 1310);
  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(6, 6, 6, 6);
  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.DataGridViewTextBoxColumn su_stcode;
  820. private System.Windows.Forms.DataGridViewTextBoxColumn st_pcbcode;
  821. private System.Windows.Forms.DataGridViewTextBoxColumn su_status;
  822. private System.Windows.Forms.DataGridViewTextBoxColumn SU_LINECODE;
  823. private System.Windows.Forms.DataGridViewTextBoxColumn su_stverison;
  824. private System.Windows.Forms.DataGridViewTextBoxColumn su_singlepringqty;
  825. private System.Windows.Forms.DataGridViewTextBoxColumn su_table;
  826. private System.Windows.Forms.DataGridViewTextBoxColumn su_usemacode;
  827. private System.Windows.Forms.CheckBox SU_RETURNIFCLEAN;
  828. private CustomControl.TextBoxWithIcon.EnterTextBox em_code;
  829. private System.Windows.Forms.Label em_code_label;
  830. private CustomControl.TextBoxWithIcon.EnterTextBox em_code1;
  831. private System.Windows.Forms.Label em_code1_label;
  832. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONA;
  833. private System.Windows.Forms.Label ST_ENSIONA_label;
  834. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONB;
  835. private System.Windows.Forms.Label ST_ENSIONB_label;
  836. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONC;
  837. private System.Windows.Forms.Label ST_ENSIONC_label;
  838. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIOND;
  839. private System.Windows.Forms.Label label9;
  840. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONE;
  841. private System.Windows.Forms.Label ST_ENSIONE_label;
  842. private System.Windows.Forms.Label label7;
  843. private CustomControl.ButtonUtil.NormalButton Scrap;
  844. private System.Windows.Forms.Label st_usecount;
  845. }
  846. }