Make_SMTSStencil.Designer.cs 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_SMTSStencil
  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_SMTSStencil));
  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_code1_label = new System.Windows.Forms.Label();
  44. this.ST_ENSIONA_label = new System.Windows.Forms.Label();
  45. this.ST_ENSIONB_label = new System.Windows.Forms.Label();
  46. this.ST_ENSIONC_label = new System.Windows.Forms.Label();
  47. this.label9 = new System.Windows.Forms.Label();
  48. this.ST_ENSIONE_label = new System.Windows.Forms.Label();
  49. this.label7 = new System.Windows.Forms.Label();
  50. this.st_usecount = new System.Windows.Forms.Label();
  51. this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  52. this.Scrap = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  53. this.ST_ENSIONA = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  54. this.ST_ENSIONB = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  55. this.ST_ENSIONC = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  56. this.ST_ENSIOND = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  57. this.ST_ENSIONE = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  58. this.em_code1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  59. this.em_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  60. this.su_singlepringqty1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  61. this.st_table = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  62. this.Receive = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  63. this.Return = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  64. this.st_combinenumber = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  65. this.SU_DEVCODE1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  66. this.SU_DEVCODE = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  67. this.ToolsBom = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  68. this.su_stcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.st_pcbcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.su_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.SU_LINECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.su_stverison = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.su_singlepringqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.su_table = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.su_usemacode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  77. this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  78. this.ma_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  79. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  80. this.cleanEmpVal = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  81. this.cleanEmpLab = new System.Windows.Forms.Label();
  82. this.cleanCodeVal = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  83. this.cleanCodeLab = new System.Windows.Forms.Label();
  84. this.qaConfrimVal = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  85. this.qaConfrimLab = new System.Windows.Forms.Label();
  86. this.qaConfrimCodeVal = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  87. this.qaConfrimCodeLab = new System.Windows.Forms.Label();
  88. this.Confrim = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  89. ((System.ComponentModel.ISupportInitialize)(this.ToolsBom)).BeginInit();
  90. this.SuspendLayout();
  91. //
  92. // ms_makecode_label
  93. //
  94. this.ms_makecode_label.AutoSize = true;
  95. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.ms_makecode_label.Location = new System.Drawing.Point(3, 13);
  97. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  98. this.ms_makecode_label.Name = "ms_makecode_label";
  99. this.ms_makecode_label.Size = new System.Drawing.Size(110, 31);
  100. this.ms_makecode_label.TabIndex = 68;
  101. this.ms_makecode_label.Text = "归属工单";
  102. //
  103. // ma_prodcode_label
  104. //
  105. this.ma_prodcode_label.AutoSize = true;
  106. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.ma_prodcode_label.Location = new System.Drawing.Point(343, 13);
  108. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  109. this.ma_prodcode_label.Name = "ma_prodcode_label";
  110. this.ma_prodcode_label.Size = new System.Drawing.Size(110, 31);
  111. this.ma_prodcode_label.TabIndex = 69;
  112. this.ma_prodcode_label.Text = "产品编号";
  113. //
  114. // li_code_label
  115. //
  116. this.li_code_label.AutoSize = true;
  117. this.li_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.li_code_label.Location = new System.Drawing.Point(692, 743);
  119. this.li_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  120. this.li_code_label.Name = "li_code_label";
  121. this.li_code_label.Size = new System.Drawing.Size(62, 31);
  122. this.li_code_label.TabIndex = 73;
  123. this.li_code_label.Text = "线体";
  124. //
  125. // RadioReceive
  126. //
  127. this.RadioReceive.AutoSize = true;
  128. this.RadioReceive.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.RadioReceive.Location = new System.Drawing.Point(9, 742);
  130. this.RadioReceive.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  131. this.RadioReceive.Name = "RadioReceive";
  132. this.RadioReceive.Size = new System.Drawing.Size(79, 32);
  133. this.RadioReceive.TabIndex = 77;
  134. this.RadioReceive.TabStop = true;
  135. this.RadioReceive.Text = "上线";
  136. this.RadioReceive.UseVisualStyleBackColor = true;
  137. this.RadioReceive.CheckedChanged += new System.EventHandler(this.Radio_CheckedChanged);
  138. //
  139. // RadioReturn
  140. //
  141. this.RadioReturn.AutoSize = true;
  142. this.RadioReturn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.RadioReturn.Location = new System.Drawing.Point(9, 823);
  144. this.RadioReturn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  145. this.RadioReturn.Name = "RadioReturn";
  146. this.RadioReturn.Size = new System.Drawing.Size(79, 32);
  147. this.RadioReturn.TabIndex = 78;
  148. this.RadioReturn.TabStop = true;
  149. this.RadioReturn.Text = "下线";
  150. this.RadioReturn.UseVisualStyleBackColor = true;
  151. this.RadioReturn.CheckedChanged += new System.EventHandler(this.Radio_CheckedChanged);
  152. //
  153. // SU_DEVCODE_label
  154. //
  155. this.SU_DEVCODE_label.AutoSize = true;
  156. this.SU_DEVCODE_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.SU_DEVCODE_label.Location = new System.Drawing.Point(89, 742);
  158. this.SU_DEVCODE_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  159. this.SU_DEVCODE_label.Name = "SU_DEVCODE_label";
  160. this.SU_DEVCODE_label.Size = new System.Drawing.Size(110, 31);
  161. this.SU_DEVCODE_label.TabIndex = 81;
  162. this.SU_DEVCODE_label.Text = "刮刀编号";
  163. //
  164. // st_table_label
  165. //
  166. this.st_table_label.AutoSize = true;
  167. this.st_table_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.st_table_label.Location = new System.Drawing.Point(413, 742);
  169. this.st_table_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  170. this.st_table_label.Name = "st_table_label";
  171. this.st_table_label.Size = new System.Drawing.Size(62, 31);
  172. this.st_table_label.TabIndex = 83;
  173. this.st_table_label.Text = "面别";
  174. //
  175. // SU_DEVCODE1_label
  176. //
  177. this.SU_DEVCODE1_label.AutoSize = true;
  178. this.SU_DEVCODE1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.SU_DEVCODE1_label.Location = new System.Drawing.Point(89, 826);
  180. this.SU_DEVCODE1_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  181. this.SU_DEVCODE1_label.Name = "SU_DEVCODE1_label";
  182. this.SU_DEVCODE1_label.Size = new System.Drawing.Size(110, 31);
  183. this.SU_DEVCODE1_label.TabIndex = 87;
  184. this.SU_DEVCODE1_label.Text = "刮刀编号";
  185. //
  186. // st_combinenumber_label
  187. //
  188. this.st_combinenumber_label.AutoSize = true;
  189. this.st_combinenumber_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.st_combinenumber_label.Location = new System.Drawing.Point(1049, 874);
  191. this.st_combinenumber_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  192. this.st_combinenumber_label.Name = "st_combinenumber_label";
  193. this.st_combinenumber_label.Size = new System.Drawing.Size(134, 31);
  194. this.st_combinenumber_label.TabIndex = 89;
  195. this.st_combinenumber_label.Text = "加工小板数";
  196. this.st_combinenumber_label.Visible = false;
  197. //
  198. // ma_qty_label
  199. //
  200. this.ma_qty_label.AutoSize = true;
  201. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.ma_qty_label.Location = new System.Drawing.Point(1022, 13);
  203. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  204. this.ma_qty_label.Name = "ma_qty_label";
  205. this.ma_qty_label.Size = new System.Drawing.Size(86, 31);
  206. this.ma_qty_label.TabIndex = 105;
  207. this.ma_qty_label.Text = "工单数";
  208. //
  209. // ma_qty
  210. //
  211. this.ma_qty.AutoSize = true;
  212. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.ma_qty.Location = new System.Drawing.Point(1133, 13);
  214. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  215. this.ma_qty.Name = "ma_qty";
  216. this.ma_qty.Size = new System.Drawing.Size(0, 31);
  217. this.ma_qty.TabIndex = 106;
  218. //
  219. // su_singlepringqty1_label
  220. //
  221. this.su_singlepringqty1_label.AutoSize = true;
  222. this.su_singlepringqty1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.su_singlepringqty1_label.Location = new System.Drawing.Point(1170, 745);
  224. this.su_singlepringqty1_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  225. this.su_singlepringqty1_label.Name = "su_singlepringqty1_label";
  226. this.su_singlepringqty1_label.Size = new System.Drawing.Size(110, 31);
  227. this.su_singlepringqty1_label.TabIndex = 108;
  228. this.su_singlepringqty1_label.Text = "单片次数";
  229. this.su_singlepringqty1_label.Visible = false;
  230. //
  231. // SU_RETURNIFCLEAN
  232. //
  233. this.SU_RETURNIFCLEAN.AutoSize = true;
  234. this.SU_RETURNIFCLEAN.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.SU_RETURNIFCLEAN.Location = new System.Drawing.Point(1061, 937);
  236. this.SU_RETURNIFCLEAN.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  237. this.SU_RETURNIFCLEAN.Name = "SU_RETURNIFCLEAN";
  238. this.SU_RETURNIFCLEAN.Size = new System.Drawing.Size(122, 32);
  239. this.SU_RETURNIFCLEAN.TabIndex = 110;
  240. this.SU_RETURNIFCLEAN.Text = "是否清洗";
  241. this.SU_RETURNIFCLEAN.UseVisualStyleBackColor = true;
  242. this.SU_RETURNIFCLEAN.Visible = false;
  243. //
  244. // em_code_label
  245. //
  246. this.em_code_label.AutoSize = true;
  247. this.em_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.em_code_label.Location = new System.Drawing.Point(1056, 781);
  249. this.em_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  250. this.em_code_label.Name = "em_code_label";
  251. this.em_code_label.Size = new System.Drawing.Size(110, 31);
  252. this.em_code_label.TabIndex = 111;
  253. this.em_code_label.Text = "人员编号";
  254. this.em_code_label.Visible = false;
  255. //
  256. // em_code1_label
  257. //
  258. this.em_code1_label.AutoSize = true;
  259. this.em_code1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.em_code1_label.Location = new System.Drawing.Point(1055, 819);
  261. this.em_code1_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  262. this.em_code1_label.Name = "em_code1_label";
  263. this.em_code1_label.Size = new System.Drawing.Size(110, 31);
  264. this.em_code1_label.TabIndex = 113;
  265. this.em_code1_label.Text = "人员编号";
  266. this.em_code1_label.Visible = false;
  267. //
  268. // ST_ENSIONA_label
  269. //
  270. this.ST_ENSIONA_label.AutoSize = true;
  271. this.ST_ENSIONA_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.ST_ENSIONA_label.Location = new System.Drawing.Point(207, 888);
  273. this.ST_ENSIONA_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  274. this.ST_ENSIONA_label.Name = "ST_ENSIONA_label";
  275. this.ST_ENSIONA_label.Size = new System.Drawing.Size(31, 31);
  276. this.ST_ENSIONA_label.TabIndex = 124;
  277. this.ST_ENSIONA_label.Text = "A";
  278. this.ST_ENSIONA_label.Visible = false;
  279. //
  280. // ST_ENSIONB_label
  281. //
  282. this.ST_ENSIONB_label.AutoSize = true;
  283. this.ST_ENSIONB_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.ST_ENSIONB_label.Location = new System.Drawing.Point(500, 888);
  285. this.ST_ENSIONB_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  286. this.ST_ENSIONB_label.Name = "ST_ENSIONB_label";
  287. this.ST_ENSIONB_label.Size = new System.Drawing.Size(29, 31);
  288. this.ST_ENSIONB_label.TabIndex = 122;
  289. this.ST_ENSIONB_label.Text = "B";
  290. this.ST_ENSIONB_label.Visible = false;
  291. //
  292. // ST_ENSIONC_label
  293. //
  294. this.ST_ENSIONC_label.AutoSize = true;
  295. this.ST_ENSIONC_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.ST_ENSIONC_label.Location = new System.Drawing.Point(798, 888);
  297. this.ST_ENSIONC_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  298. this.ST_ENSIONC_label.Name = "ST_ENSIONC_label";
  299. this.ST_ENSIONC_label.Size = new System.Drawing.Size(30, 31);
  300. this.ST_ENSIONC_label.TabIndex = 120;
  301. this.ST_ENSIONC_label.Text = "C";
  302. this.ST_ENSIONC_label.Visible = false;
  303. //
  304. // label9
  305. //
  306. this.label9.AutoSize = true;
  307. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. this.label9.Location = new System.Drawing.Point(207, 929);
  309. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  310. this.label9.Name = "label9";
  311. this.label9.Size = new System.Drawing.Size(32, 31);
  312. this.label9.TabIndex = 118;
  313. this.label9.Text = "D";
  314. this.label9.Visible = false;
  315. //
  316. // ST_ENSIONE_label
  317. //
  318. this.ST_ENSIONE_label.AutoSize = true;
  319. this.ST_ENSIONE_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.ST_ENSIONE_label.Location = new System.Drawing.Point(501, 929);
  321. this.ST_ENSIONE_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  322. this.ST_ENSIONE_label.Name = "ST_ENSIONE_label";
  323. this.ST_ENSIONE_label.Size = new System.Drawing.Size(27, 31);
  324. this.ST_ENSIONE_label.TabIndex = 116;
  325. this.ST_ENSIONE_label.Text = "E";
  326. this.ST_ENSIONE_label.Visible = false;
  327. //
  328. // label7
  329. //
  330. this.label7.AutoSize = true;
  331. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.label7.Location = new System.Drawing.Point(10, 888);
  333. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  334. this.label7.Name = "label7";
  335. this.label7.Size = new System.Drawing.Size(194, 31);
  336. this.label7.TabIndex = 115;
  337. this.label7.Text = "张力测试结果(N)";
  338. this.label7.Visible = false;
  339. //
  340. // st_usecount
  341. //
  342. this.st_usecount.AutoSize = true;
  343. this.st_usecount.Location = new System.Drawing.Point(504, 792);
  344. this.st_usecount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  345. this.st_usecount.Name = "st_usecount";
  346. this.st_usecount.Size = new System.Drawing.Size(0, 18);
  347. this.st_usecount.TabIndex = 127;
  348. this.st_usecount.Visible = false;
  349. //
  350. // normalButton1
  351. //
  352. this.normalButton1.AllPower = null;
  353. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  354. this.normalButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  355. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  356. this.normalButton1.Image = null;
  357. this.normalButton1.IsShowBorder = true;
  358. this.normalButton1.Location = new System.Drawing.Point(555, 669);
  359. this.normalButton1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  360. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  361. this.normalButton1.Name = "normalButton1";
  362. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  363. this.normalButton1.Power = null;
  364. this.normalButton1.Size = new System.Drawing.Size(107, 42);
  365. this.normalButton1.TabIndex = 128;
  366. this.normalButton1.Text = "12小时清洗";
  367. this.normalButton1.UseVisualStyleBackColor = false;
  368. this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
  369. //
  370. // Scrap
  371. //
  372. this.Scrap.AllPower = null;
  373. this.Scrap.BackColor = System.Drawing.Color.Transparent;
  374. this.Scrap.Cursor = System.Windows.Forms.Cursors.Hand;
  375. this.Scrap.DownImage = ((System.Drawing.Image)(resources.GetObject("Scrap.DownImage")));
  376. this.Scrap.Image = null;
  377. this.Scrap.IsShowBorder = true;
  378. this.Scrap.Location = new System.Drawing.Point(570, 819);
  379. this.Scrap.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  380. this.Scrap.MoveImage = ((System.Drawing.Image)(resources.GetObject("Scrap.MoveImage")));
  381. this.Scrap.Name = "Scrap";
  382. this.Scrap.NormalImage = ((System.Drawing.Image)(resources.GetObject("Scrap.NormalImage")));
  383. this.Scrap.Power = null;
  384. this.Scrap.Size = new System.Drawing.Size(102, 42);
  385. this.Scrap.TabIndex = 126;
  386. this.Scrap.Text = "报废";
  387. this.Scrap.UseVisualStyleBackColor = false;
  388. this.Scrap.Click += new System.EventHandler(this.Scrap_Click_1);
  389. //
  390. // ST_ENSIONA
  391. //
  392. this.ST_ENSIONA.AllPower = null;
  393. this.ST_ENSIONA.BackColor = System.Drawing.Color.White;
  394. this.ST_ENSIONA.ID = null;
  395. this.ST_ENSIONA.Location = new System.Drawing.Point(248, 888);
  396. this.ST_ENSIONA.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  397. this.ST_ENSIONA.Name = "ST_ENSIONA";
  398. this.ST_ENSIONA.Negative = false;
  399. this.ST_ENSIONA.Power = null;
  400. this.ST_ENSIONA.Size = new System.Drawing.Size(178, 28);
  401. this.ST_ENSIONA.Str = null;
  402. this.ST_ENSIONA.Str1 = null;
  403. this.ST_ENSIONA.Str2 = null;
  404. this.ST_ENSIONA.TabIndex = 125;
  405. this.ST_ENSIONA.Visible = false;
  406. //
  407. // ST_ENSIONB
  408. //
  409. this.ST_ENSIONB.AllPower = null;
  410. this.ST_ENSIONB.BackColor = System.Drawing.Color.White;
  411. this.ST_ENSIONB.ID = null;
  412. this.ST_ENSIONB.Location = new System.Drawing.Point(540, 888);
  413. this.ST_ENSIONB.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  414. this.ST_ENSIONB.Name = "ST_ENSIONB";
  415. this.ST_ENSIONB.Negative = false;
  416. this.ST_ENSIONB.Power = null;
  417. this.ST_ENSIONB.Size = new System.Drawing.Size(178, 28);
  418. this.ST_ENSIONB.Str = null;
  419. this.ST_ENSIONB.Str1 = null;
  420. this.ST_ENSIONB.Str2 = null;
  421. this.ST_ENSIONB.TabIndex = 123;
  422. this.ST_ENSIONB.Visible = false;
  423. //
  424. // ST_ENSIONC
  425. //
  426. this.ST_ENSIONC.AllPower = null;
  427. this.ST_ENSIONC.BackColor = System.Drawing.Color.White;
  428. this.ST_ENSIONC.ID = null;
  429. this.ST_ENSIONC.Location = new System.Drawing.Point(838, 888);
  430. this.ST_ENSIONC.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  431. this.ST_ENSIONC.Name = "ST_ENSIONC";
  432. this.ST_ENSIONC.Negative = false;
  433. this.ST_ENSIONC.Power = null;
  434. this.ST_ENSIONC.Size = new System.Drawing.Size(178, 28);
  435. this.ST_ENSIONC.Str = null;
  436. this.ST_ENSIONC.Str1 = null;
  437. this.ST_ENSIONC.Str2 = null;
  438. this.ST_ENSIONC.TabIndex = 121;
  439. this.ST_ENSIONC.Visible = false;
  440. //
  441. // ST_ENSIOND
  442. //
  443. this.ST_ENSIOND.AllPower = null;
  444. this.ST_ENSIOND.BackColor = System.Drawing.Color.White;
  445. this.ST_ENSIOND.ID = null;
  446. this.ST_ENSIOND.Location = new System.Drawing.Point(248, 929);
  447. this.ST_ENSIOND.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  448. this.ST_ENSIOND.Name = "ST_ENSIOND";
  449. this.ST_ENSIOND.Negative = false;
  450. this.ST_ENSIOND.Power = null;
  451. this.ST_ENSIOND.Size = new System.Drawing.Size(178, 28);
  452. this.ST_ENSIOND.Str = null;
  453. this.ST_ENSIOND.Str1 = null;
  454. this.ST_ENSIOND.Str2 = null;
  455. this.ST_ENSIOND.TabIndex = 119;
  456. this.ST_ENSIOND.Visible = false;
  457. //
  458. // ST_ENSIONE
  459. //
  460. this.ST_ENSIONE.AllPower = null;
  461. this.ST_ENSIONE.BackColor = System.Drawing.Color.White;
  462. this.ST_ENSIONE.ID = null;
  463. this.ST_ENSIONE.Location = new System.Drawing.Point(540, 929);
  464. this.ST_ENSIONE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  465. this.ST_ENSIONE.Name = "ST_ENSIONE";
  466. this.ST_ENSIONE.Negative = false;
  467. this.ST_ENSIONE.Power = null;
  468. this.ST_ENSIONE.Size = new System.Drawing.Size(178, 28);
  469. this.ST_ENSIONE.Str = null;
  470. this.ST_ENSIONE.Str1 = null;
  471. this.ST_ENSIONE.Str2 = null;
  472. this.ST_ENSIONE.TabIndex = 117;
  473. this.ST_ENSIONE.Visible = false;
  474. //
  475. // em_code1
  476. //
  477. this.em_code1.AllPower = null;
  478. this.em_code1.BackColor = System.Drawing.Color.White;
  479. this.em_code1.ID = null;
  480. this.em_code1.Location = new System.Drawing.Point(1175, 820);
  481. this.em_code1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  482. this.em_code1.Name = "em_code1";
  483. this.em_code1.Power = null;
  484. this.em_code1.Size = new System.Drawing.Size(178, 28);
  485. this.em_code1.Str = null;
  486. this.em_code1.Str1 = null;
  487. this.em_code1.Str2 = null;
  488. this.em_code1.TabIndex = 114;
  489. this.em_code1.Visible = false;
  490. //
  491. // em_code
  492. //
  493. this.em_code.AllPower = null;
  494. this.em_code.BackColor = System.Drawing.Color.White;
  495. this.em_code.ID = null;
  496. this.em_code.Location = new System.Drawing.Point(1175, 782);
  497. this.em_code.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  498. this.em_code.Name = "em_code";
  499. this.em_code.Power = null;
  500. this.em_code.Size = new System.Drawing.Size(178, 28);
  501. this.em_code.Str = null;
  502. this.em_code.Str1 = null;
  503. this.em_code.Str2 = null;
  504. this.em_code.TabIndex = 112;
  505. this.em_code.Visible = false;
  506. //
  507. // su_singlepringqty1
  508. //
  509. this.su_singlepringqty1.AllPower = null;
  510. this.su_singlepringqty1.BackColor = System.Drawing.Color.White;
  511. this.su_singlepringqty1.ID = null;
  512. this.su_singlepringqty1.Location = new System.Drawing.Point(1288, 747);
  513. this.su_singlepringqty1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  514. this.su_singlepringqty1.Name = "su_singlepringqty1";
  515. this.su_singlepringqty1.Negative = false;
  516. this.su_singlepringqty1.Power = null;
  517. this.su_singlepringqty1.Size = new System.Drawing.Size(57, 28);
  518. this.su_singlepringqty1.Str = null;
  519. this.su_singlepringqty1.Str1 = null;
  520. this.su_singlepringqty1.Str2 = null;
  521. this.su_singlepringqty1.TabIndex = 109;
  522. this.su_singlepringqty1.Text = "1";
  523. this.su_singlepringqty1.Visible = false;
  524. //
  525. // st_table
  526. //
  527. this.st_table.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  528. this.st_table.FormattingEnabled = true;
  529. this.st_table.Items.AddRange(new object[] {
  530. "BOTTOM",
  531. "TOP"});
  532. this.st_table.Location = new System.Drawing.Point(479, 743);
  533. this.st_table.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  534. this.st_table.Name = "st_table";
  535. this.st_table.Size = new System.Drawing.Size(180, 26);
  536. this.st_table.TabIndex = 107;
  537. //
  538. // Receive
  539. //
  540. this.Receive.AllPower = null;
  541. this.Receive.BackColor = System.Drawing.Color.Transparent;
  542. this.Receive.Cursor = System.Windows.Forms.Cursors.Hand;
  543. this.Receive.DownImage = ((System.Drawing.Image)(resources.GetObject("Receive.DownImage")));
  544. this.Receive.Image = null;
  545. this.Receive.IsShowBorder = true;
  546. this.Receive.Location = new System.Drawing.Point(966, 734);
  547. this.Receive.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  548. this.Receive.MoveImage = ((System.Drawing.Image)(resources.GetObject("Receive.MoveImage")));
  549. this.Receive.Name = "Receive";
  550. this.Receive.NormalImage = ((System.Drawing.Image)(resources.GetObject("Receive.NormalImage")));
  551. this.Receive.Power = null;
  552. this.Receive.Size = new System.Drawing.Size(102, 42);
  553. this.Receive.TabIndex = 104;
  554. this.Receive.Text = "上线";
  555. this.Receive.UseVisualStyleBackColor = false;
  556. this.Receive.Click += new System.EventHandler(this.Receive_Click);
  557. //
  558. // Return
  559. //
  560. this.Return.AllPower = null;
  561. this.Return.BackColor = System.Drawing.Color.Transparent;
  562. this.Return.Cursor = System.Windows.Forms.Cursors.Hand;
  563. this.Return.DownImage = ((System.Drawing.Image)(resources.GetObject("Return.DownImage")));
  564. this.Return.Image = null;
  565. this.Return.IsShowBorder = true;
  566. this.Return.Location = new System.Drawing.Point(431, 819);
  567. this.Return.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  568. this.Return.MoveImage = ((System.Drawing.Image)(resources.GetObject("Return.MoveImage")));
  569. this.Return.Name = "Return";
  570. this.Return.NormalImage = ((System.Drawing.Image)(resources.GetObject("Return.NormalImage")));
  571. this.Return.Power = null;
  572. this.Return.Size = new System.Drawing.Size(102, 42);
  573. this.Return.TabIndex = 103;
  574. this.Return.Text = "下线";
  575. this.Return.UseVisualStyleBackColor = false;
  576. this.Return.Click += new System.EventHandler(this.Return_Click);
  577. //
  578. // st_combinenumber
  579. //
  580. this.st_combinenumber.AllPower = null;
  581. this.st_combinenumber.BackColor = System.Drawing.Color.White;
  582. this.st_combinenumber.ID = null;
  583. this.st_combinenumber.Location = new System.Drawing.Point(1176, 877);
  584. this.st_combinenumber.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  585. this.st_combinenumber.Name = "st_combinenumber";
  586. this.st_combinenumber.Power = null;
  587. this.st_combinenumber.Size = new System.Drawing.Size(178, 28);
  588. this.st_combinenumber.Str = null;
  589. this.st_combinenumber.Str1 = null;
  590. this.st_combinenumber.Str2 = null;
  591. this.st_combinenumber.TabIndex = 90;
  592. this.st_combinenumber.Visible = false;
  593. //
  594. // SU_DEVCODE1
  595. //
  596. this.SU_DEVCODE1.AllPower = null;
  597. this.SU_DEVCODE1.BackColor = System.Drawing.Color.White;
  598. this.SU_DEVCODE1.ID = null;
  599. this.SU_DEVCODE1.Location = new System.Drawing.Point(208, 827);
  600. this.SU_DEVCODE1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  601. this.SU_DEVCODE1.Name = "SU_DEVCODE1";
  602. this.SU_DEVCODE1.Power = null;
  603. this.SU_DEVCODE1.Size = new System.Drawing.Size(178, 28);
  604. this.SU_DEVCODE1.Str = null;
  605. this.SU_DEVCODE1.Str1 = null;
  606. this.SU_DEVCODE1.Str2 = null;
  607. this.SU_DEVCODE1.TabIndex = 88;
  608. this.SU_DEVCODE1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SU_DEVCODE1_KeyDown);
  609. //
  610. // SU_DEVCODE
  611. //
  612. this.SU_DEVCODE.AllPower = null;
  613. this.SU_DEVCODE.BackColor = System.Drawing.Color.White;
  614. this.SU_DEVCODE.ID = null;
  615. this.SU_DEVCODE.Location = new System.Drawing.Point(208, 743);
  616. this.SU_DEVCODE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  617. this.SU_DEVCODE.Name = "SU_DEVCODE";
  618. this.SU_DEVCODE.Power = null;
  619. this.SU_DEVCODE.Size = new System.Drawing.Size(178, 28);
  620. this.SU_DEVCODE.Str = null;
  621. this.SU_DEVCODE.Str1 = null;
  622. this.SU_DEVCODE.Str2 = null;
  623. this.SU_DEVCODE.TabIndex = 82;
  624. this.SU_DEVCODE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SU_DEVCODE_KeyDown);
  625. //
  626. // ToolsBom
  627. //
  628. this.ToolsBom.AllowUserToAddRows = false;
  629. this.ToolsBom.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  630. this.ToolsBom.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  631. this.su_stcode,
  632. this.st_pcbcode,
  633. this.su_status,
  634. this.SU_LINECODE,
  635. this.su_stverison,
  636. this.su_singlepringqty,
  637. this.su_table,
  638. this.su_usemacode});
  639. this.ToolsBom.EnableContentClick = true;
  640. this.ToolsBom.Location = new System.Drawing.Point(0, 58);
  641. this.ToolsBom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  642. this.ToolsBom.Name = "ToolsBom";
  643. this.ToolsBom.RowHeadersWidth = 51;
  644. this.ToolsBom.RowTemplate.Height = 27;
  645. this.ToolsBom.Size = new System.Drawing.Size(1359, 593);
  646. this.ToolsBom.TabIndex = 76;
  647. //
  648. // su_stcode
  649. //
  650. this.su_stcode.DataPropertyName = "su_stcode";
  651. this.su_stcode.HeaderText = "刮刀编号";
  652. this.su_stcode.MinimumWidth = 6;
  653. this.su_stcode.Name = "su_stcode";
  654. this.su_stcode.Width = 125;
  655. //
  656. // st_pcbcode
  657. //
  658. this.st_pcbcode.DataPropertyName = "st_pcbcode";
  659. this.st_pcbcode.HeaderText = "PCB料号";
  660. this.st_pcbcode.MinimumWidth = 6;
  661. this.st_pcbcode.Name = "st_pcbcode";
  662. this.st_pcbcode.Width = 125;
  663. //
  664. // su_status
  665. //
  666. this.su_status.DataPropertyName = "su_status";
  667. this.su_status.HeaderText = "领用状态";
  668. this.su_status.MinimumWidth = 6;
  669. this.su_status.Name = "su_status";
  670. this.su_status.Width = 125;
  671. //
  672. // SU_LINECODE
  673. //
  674. this.SU_LINECODE.DataPropertyName = "SU_LINECODE";
  675. this.SU_LINECODE.HeaderText = "线别";
  676. this.SU_LINECODE.MinimumWidth = 6;
  677. this.SU_LINECODE.Name = "SU_LINECODE";
  678. this.SU_LINECODE.Width = 125;
  679. //
  680. // su_stverison
  681. //
  682. this.su_stverison.DataPropertyName = "su_stverison";
  683. this.su_stverison.HeaderText = "版本号";
  684. this.su_stverison.MinimumWidth = 6;
  685. this.su_stverison.Name = "su_stverison";
  686. this.su_stverison.Width = 125;
  687. //
  688. // su_singlepringqty
  689. //
  690. this.su_singlepringqty.DataPropertyName = "su_singlepringqty";
  691. this.su_singlepringqty.HeaderText = "单片印刷次数";
  692. this.su_singlepringqty.MinimumWidth = 6;
  693. this.su_singlepringqty.Name = "su_singlepringqty";
  694. this.su_singlepringqty.Width = 125;
  695. //
  696. // su_table
  697. //
  698. this.su_table.DataPropertyName = "su_table";
  699. this.su_table.HeaderText = "板面";
  700. this.su_table.MinimumWidth = 6;
  701. this.su_table.Name = "su_table";
  702. this.su_table.Width = 125;
  703. //
  704. // su_usemacode
  705. //
  706. this.su_usemacode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  707. this.su_usemacode.DataPropertyName = "su_usemacode";
  708. this.su_usemacode.HeaderText = "领用工单";
  709. this.su_usemacode.MinimumWidth = 6;
  710. this.su_usemacode.Name = "su_usemacode";
  711. this.su_usemacode.Width = 91;
  712. //
  713. // Confirm
  714. //
  715. this.Confirm.AllPower = null;
  716. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  717. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  718. this.Confirm.Image = null;
  719. this.Confirm.IsShowBorder = true;
  720. this.Confirm.Location = new System.Drawing.Point(1242, 6);
  721. this.Confirm.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  722. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  723. this.Confirm.Name = "Confirm";
  724. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  725. this.Confirm.Power = null;
  726. this.Confirm.Size = new System.Drawing.Size(102, 42);
  727. this.Confirm.TabIndex = 75;
  728. this.Confirm.Text = "确定";
  729. this.Confirm.UseVisualStyleBackColor = false;
  730. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  731. //
  732. // li_code
  733. //
  734. this.li_code.AllPower = null;
  735. this.li_code.BackColor = System.Drawing.Color.White;
  736. this.li_code.Caller = null;
  737. this.li_code.Condition = null;
  738. this.li_code.DBTitle = null;
  739. this.li_code.FormName = null;
  740. this.li_code.Location = new System.Drawing.Point(749, 742);
  741. this.li_code.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  742. this.li_code.Name = "li_code";
  743. this.li_code.Power = null;
  744. this.li_code.ReturnData = null;
  745. this.li_code.SelectField = null;
  746. this.li_code.SetValueField = null;
  747. this.li_code.Size = new System.Drawing.Size(190, 31);
  748. this.li_code.TabIndex = 74;
  749. this.li_code.TableName = null;
  750. this.li_code.TextBoxEnable = false;
  751. //
  752. // ma_prodcode
  753. //
  754. this.ma_prodcode.AllPower = null;
  755. this.ma_prodcode.BackColor = System.Drawing.Color.White;
  756. this.ma_prodcode.Enabled = false;
  757. this.ma_prodcode.ID = null;
  758. this.ma_prodcode.Location = new System.Drawing.Point(464, 13);
  759. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  760. this.ma_prodcode.Name = "ma_prodcode";
  761. this.ma_prodcode.Power = null;
  762. this.ma_prodcode.Size = new System.Drawing.Size(208, 28);
  763. this.ma_prodcode.Str = null;
  764. this.ma_prodcode.Str1 = null;
  765. this.ma_prodcode.Str2 = null;
  766. this.ma_prodcode.TabIndex = 72;
  767. //
  768. // ma_code
  769. //
  770. this.ma_code.AllPower = null;
  771. this.ma_code.Caller = null;
  772. this.ma_code.Condition = null;
  773. this.ma_code.DBTitle = null;
  774. this.ma_code.FormName = null;
  775. this.ma_code.Location = new System.Drawing.Point(123, 13);
  776. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  777. this.ma_code.Name = "ma_code";
  778. this.ma_code.Power = null;
  779. this.ma_code.ReturnData = null;
  780. this.ma_code.SelectField = null;
  781. this.ma_code.SetValueField = null;
  782. this.ma_code.Size = new System.Drawing.Size(212, 31);
  783. this.ma_code.TabIndex = 71;
  784. this.ma_code.TableName = null;
  785. this.ma_code.Tag = "ma_code";
  786. this.ma_code.TextBoxEnable = true;
  787. this.ma_code.TextKeyDown += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextKeyDown(this.ma_code_TextKeyDown);
  788. //
  789. // cleanEmpVal
  790. //
  791. this.cleanEmpVal.AllPower = null;
  792. this.cleanEmpVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
  793. this.cleanEmpVal.BackColor = System.Drawing.Color.White;
  794. this.cleanEmpVal.ID = null;
  795. this.cleanEmpVal.Location = new System.Drawing.Point(58, 677);
  796. this.cleanEmpVal.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  797. this.cleanEmpVal.Name = "cleanEmpVal";
  798. this.cleanEmpVal.Power = null;
  799. this.cleanEmpVal.Size = new System.Drawing.Size(178, 28);
  800. this.cleanEmpVal.Str = null;
  801. this.cleanEmpVal.Str1 = null;
  802. this.cleanEmpVal.Str2 = null;
  803. this.cleanEmpVal.TabIndex = 130;
  804. //
  805. // cleanEmpLab
  806. //
  807. this.cleanEmpLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
  808. this.cleanEmpLab.AutoSize = true;
  809. this.cleanEmpLab.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  810. this.cleanEmpLab.Location = new System.Drawing.Point(10, 677);
  811. this.cleanEmpLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  812. this.cleanEmpLab.Name = "cleanEmpLab";
  813. this.cleanEmpLab.Size = new System.Drawing.Size(86, 31);
  814. this.cleanEmpLab.TabIndex = 129;
  815. this.cleanEmpLab.Text = "清洗人";
  816. //
  817. // cleanCodeVal
  818. //
  819. this.cleanCodeVal.AllPower = null;
  820. this.cleanCodeVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
  821. this.cleanCodeVal.BackColor = System.Drawing.Color.White;
  822. this.cleanCodeVal.ID = null;
  823. this.cleanCodeVal.Location = new System.Drawing.Point(355, 677);
  824. this.cleanCodeVal.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  825. this.cleanCodeVal.Name = "cleanCodeVal";
  826. this.cleanCodeVal.Power = null;
  827. this.cleanCodeVal.Size = new System.Drawing.Size(178, 28);
  828. this.cleanCodeVal.Str = null;
  829. this.cleanCodeVal.Str1 = null;
  830. this.cleanCodeVal.Str2 = null;
  831. this.cleanCodeVal.TabIndex = 132;
  832. //
  833. // cleanCodeLab
  834. //
  835. this.cleanCodeLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
  836. this.cleanCodeLab.AutoSize = true;
  837. this.cleanCodeLab.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  838. this.cleanCodeLab.Location = new System.Drawing.Point(262, 677);
  839. this.cleanCodeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  840. this.cleanCodeLab.Name = "cleanCodeLab";
  841. this.cleanCodeLab.Size = new System.Drawing.Size(158, 31);
  842. this.cleanCodeLab.TabIndex = 131;
  843. this.cleanCodeLab.Text = "清洗刮刀编号";
  844. //
  845. // qaConfrimVal
  846. //
  847. this.qaConfrimVal.AllPower = null;
  848. this.qaConfrimVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
  849. this.qaConfrimVal.BackColor = System.Drawing.Color.White;
  850. this.qaConfrimVal.ID = null;
  851. this.qaConfrimVal.Location = new System.Drawing.Point(793, 677);
  852. this.qaConfrimVal.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  853. this.qaConfrimVal.Name = "qaConfrimVal";
  854. this.qaConfrimVal.Power = null;
  855. this.qaConfrimVal.Size = new System.Drawing.Size(178, 28);
  856. this.qaConfrimVal.Str = null;
  857. this.qaConfrimVal.Str1 = null;
  858. this.qaConfrimVal.Str2 = null;
  859. this.qaConfrimVal.TabIndex = 134;
  860. //
  861. // qaConfrimLab
  862. //
  863. this.qaConfrimLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
  864. this.qaConfrimLab.AutoSize = true;
  865. this.qaConfrimLab.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  866. this.qaConfrimLab.Location = new System.Drawing.Point(714, 677);
  867. this.qaConfrimLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  868. this.qaConfrimLab.Name = "qaConfrimLab";
  869. this.qaConfrimLab.Size = new System.Drawing.Size(134, 31);
  870. this.qaConfrimLab.TabIndex = 133;
  871. this.qaConfrimLab.Text = "品质确认人";
  872. //
  873. // qaConfrimCodeVal
  874. //
  875. this.qaConfrimCodeVal.AllPower = null;
  876. this.qaConfrimCodeVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
  877. this.qaConfrimCodeVal.BackColor = System.Drawing.Color.White;
  878. this.qaConfrimCodeVal.ID = null;
  879. this.qaConfrimCodeVal.Location = new System.Drawing.Point(1087, 677);
  880. this.qaConfrimCodeVal.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  881. this.qaConfrimCodeVal.Name = "qaConfrimCodeVal";
  882. this.qaConfrimCodeVal.Power = null;
  883. this.qaConfrimCodeVal.Size = new System.Drawing.Size(178, 28);
  884. this.qaConfrimCodeVal.Str = null;
  885. this.qaConfrimCodeVal.Str1 = null;
  886. this.qaConfrimCodeVal.Str2 = null;
  887. this.qaConfrimCodeVal.TabIndex = 136;
  888. //
  889. // qaConfrimCodeLab
  890. //
  891. this.qaConfrimCodeLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
  892. this.qaConfrimCodeLab.AutoSize = true;
  893. this.qaConfrimCodeLab.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  894. this.qaConfrimCodeLab.Location = new System.Drawing.Point(994, 677);
  895. this.qaConfrimCodeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  896. this.qaConfrimCodeLab.Name = "qaConfrimCodeLab";
  897. this.qaConfrimCodeLab.Size = new System.Drawing.Size(158, 31);
  898. this.qaConfrimCodeLab.TabIndex = 135;
  899. this.qaConfrimCodeLab.Text = "确认刮刀编号";
  900. //
  901. // Confrim
  902. //
  903. this.Confrim.AllPower = null;
  904. this.Confrim.BackColor = System.Drawing.Color.Transparent;
  905. this.Confrim.Cursor = System.Windows.Forms.Cursors.Hand;
  906. this.Confrim.DownImage = ((System.Drawing.Image)(resources.GetObject("Confrim.DownImage")));
  907. this.Confrim.Image = null;
  908. this.Confrim.IsShowBorder = true;
  909. this.Confrim.Location = new System.Drawing.Point(1281, 668);
  910. this.Confrim.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  911. this.Confrim.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confrim.MoveImage")));
  912. this.Confrim.Name = "Confrim";
  913. this.Confrim.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confrim.NormalImage")));
  914. this.Confrim.Power = null;
  915. this.Confrim.Size = new System.Drawing.Size(102, 42);
  916. this.Confrim.TabIndex = 137;
  917. this.Confrim.Text = "确认";
  918. this.Confrim.UseVisualStyleBackColor = false;
  919. this.Confrim.Click += new System.EventHandler(this.Confrim_Click);
  920. //
  921. // Make_SMTSStencil
  922. //
  923. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  924. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  925. this.ClientSize = new System.Drawing.Size(1362, 983);
  926. this.Controls.Add(this.Confrim);
  927. this.Controls.Add(this.qaConfrimCodeVal);
  928. this.Controls.Add(this.qaConfrimCodeLab);
  929. this.Controls.Add(this.qaConfrimVal);
  930. this.Controls.Add(this.qaConfrimLab);
  931. this.Controls.Add(this.cleanCodeVal);
  932. this.Controls.Add(this.cleanCodeLab);
  933. this.Controls.Add(this.cleanEmpVal);
  934. this.Controls.Add(this.cleanEmpLab);
  935. this.Controls.Add(this.normalButton1);
  936. this.Controls.Add(this.st_usecount);
  937. this.Controls.Add(this.Scrap);
  938. this.Controls.Add(this.ST_ENSIONA);
  939. this.Controls.Add(this.ST_ENSIONA_label);
  940. this.Controls.Add(this.ST_ENSIONB);
  941. this.Controls.Add(this.ST_ENSIONB_label);
  942. this.Controls.Add(this.ST_ENSIONC);
  943. this.Controls.Add(this.ST_ENSIONC_label);
  944. this.Controls.Add(this.ST_ENSIOND);
  945. this.Controls.Add(this.label9);
  946. this.Controls.Add(this.ST_ENSIONE);
  947. this.Controls.Add(this.ST_ENSIONE_label);
  948. this.Controls.Add(this.label7);
  949. this.Controls.Add(this.em_code1);
  950. this.Controls.Add(this.em_code1_label);
  951. this.Controls.Add(this.em_code);
  952. this.Controls.Add(this.em_code_label);
  953. this.Controls.Add(this.SU_RETURNIFCLEAN);
  954. this.Controls.Add(this.su_singlepringqty1);
  955. this.Controls.Add(this.su_singlepringqty1_label);
  956. this.Controls.Add(this.st_table);
  957. this.Controls.Add(this.ma_qty);
  958. this.Controls.Add(this.ma_qty_label);
  959. this.Controls.Add(this.Receive);
  960. this.Controls.Add(this.Return);
  961. this.Controls.Add(this.st_combinenumber);
  962. this.Controls.Add(this.st_combinenumber_label);
  963. this.Controls.Add(this.SU_DEVCODE1);
  964. this.Controls.Add(this.SU_DEVCODE1_label);
  965. this.Controls.Add(this.st_table_label);
  966. this.Controls.Add(this.SU_DEVCODE);
  967. this.Controls.Add(this.SU_DEVCODE_label);
  968. this.Controls.Add(this.RadioReturn);
  969. this.Controls.Add(this.RadioReceive);
  970. this.Controls.Add(this.ToolsBom);
  971. this.Controls.Add(this.Confirm);
  972. this.Controls.Add(this.li_code);
  973. this.Controls.Add(this.li_code_label);
  974. this.Controls.Add(this.ma_prodcode);
  975. this.Controls.Add(this.ma_code);
  976. this.Controls.Add(this.ms_makecode_label);
  977. this.Controls.Add(this.ma_prodcode_label);
  978. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  979. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  980. this.Name = "Make_SMTSStencil";
  981. this.Tag = "Make!SMTSStencil";
  982. this.Text = "Make_SMTSStencil";
  983. this.Load += new System.EventHandler(this.Make_SMTStencil_Load);
  984. this.SizeChanged += new System.EventHandler(this.Make_SMTStencil_SizeChanged);
  985. ((System.ComponentModel.ISupportInitialize)(this.ToolsBom)).EndInit();
  986. this.ResumeLayout(false);
  987. this.PerformLayout();
  988. }
  989. #endregion
  990. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  991. private System.Windows.Forms.Label ms_makecode_label;
  992. private System.Windows.Forms.Label ma_prodcode_label;
  993. private CustomControl.TextBoxWithIcon.EnterTextBox ma_prodcode;
  994. private System.Windows.Forms.Label li_code_label;
  995. private CustomControl.TextBoxWithIcon.SearchTextBox li_code;
  996. private CustomControl.ButtonUtil.NormalButton Confirm;
  997. private CustomControl.DataGrid_View.DataGridViewWithSerialNum ToolsBom;
  998. private System.Windows.Forms.RadioButton RadioReceive;
  999. private System.Windows.Forms.RadioButton RadioReturn;
  1000. private CustomControl.TextBoxWithIcon.EnterTextBox SU_DEVCODE;
  1001. private System.Windows.Forms.Label SU_DEVCODE_label;
  1002. private System.Windows.Forms.Label st_table_label;
  1003. private CustomControl.TextBoxWithIcon.EnterTextBox SU_DEVCODE1;
  1004. private System.Windows.Forms.Label SU_DEVCODE1_label;
  1005. private CustomControl.TextBoxWithIcon.EnterTextBox st_combinenumber;
  1006. private System.Windows.Forms.Label st_combinenumber_label;
  1007. private CustomControl.ButtonUtil.NormalButton Return;
  1008. private CustomControl.ButtonUtil.NormalButton Receive;
  1009. private System.Windows.Forms.Label ma_qty_label;
  1010. private System.Windows.Forms.Label ma_qty;
  1011. private CustomControl.ComBoxWithFocus.ComBoxWithFocus st_table;
  1012. private CustomControl.TextBoxWithIcon.NumOnlyTextBox su_singlepringqty1;
  1013. private System.Windows.Forms.Label su_singlepringqty1_label;
  1014. private System.Windows.Forms.CheckBox SU_RETURNIFCLEAN;
  1015. private CustomControl.TextBoxWithIcon.EnterTextBox em_code;
  1016. private System.Windows.Forms.Label em_code_label;
  1017. private CustomControl.TextBoxWithIcon.EnterTextBox em_code1;
  1018. private System.Windows.Forms.Label em_code1_label;
  1019. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONA;
  1020. private System.Windows.Forms.Label ST_ENSIONA_label;
  1021. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONB;
  1022. private System.Windows.Forms.Label ST_ENSIONB_label;
  1023. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONC;
  1024. private System.Windows.Forms.Label ST_ENSIONC_label;
  1025. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIOND;
  1026. private System.Windows.Forms.Label label9;
  1027. private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONE;
  1028. private System.Windows.Forms.Label ST_ENSIONE_label;
  1029. private System.Windows.Forms.Label label7;
  1030. private CustomControl.ButtonUtil.NormalButton Scrap;
  1031. private System.Windows.Forms.Label st_usecount;
  1032. private CustomControl.ButtonUtil.NormalButton normalButton1;
  1033. private System.Windows.Forms.DataGridViewTextBoxColumn su_stcode;
  1034. private System.Windows.Forms.DataGridViewTextBoxColumn st_pcbcode;
  1035. private System.Windows.Forms.DataGridViewTextBoxColumn su_status;
  1036. private System.Windows.Forms.DataGridViewTextBoxColumn SU_LINECODE;
  1037. private System.Windows.Forms.DataGridViewTextBoxColumn su_stverison;
  1038. private System.Windows.Forms.DataGridViewTextBoxColumn su_singlepringqty;
  1039. private System.Windows.Forms.DataGridViewTextBoxColumn su_table;
  1040. private System.Windows.Forms.DataGridViewTextBoxColumn su_usemacode;
  1041. private CustomControl.TextBoxWithIcon.EnterTextBox cleanEmpVal;
  1042. private System.Windows.Forms.Label cleanEmpLab;
  1043. private CustomControl.TextBoxWithIcon.EnterTextBox cleanCodeVal;
  1044. private System.Windows.Forms.Label cleanCodeLab;
  1045. private CustomControl.TextBoxWithIcon.EnterTextBox qaConfrimVal;
  1046. private System.Windows.Forms.Label qaConfrimLab;
  1047. private CustomControl.TextBoxWithIcon.EnterTextBox qaConfrimCodeVal;
  1048. private System.Windows.Forms.Label qaConfrimCodeLab;
  1049. private CustomControl.ButtonUtil.NormalButton Confrim;
  1050. }
  1051. }