Make_SMTStencil.Designer.cs 37 KB

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