Make_SMTStencil.Designer.cs 47 KB

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