Make_SMTStencil.Designer.cs 41 KB

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