Make_SMTStockStencil.Designer.cs 31 KB

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