Make_SMTStencil.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_SMTStencil
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_SMTStencil));
  29. this.ms_makecode_label = new System.Windows.Forms.Label();
  30. this.ma_prodcode_label = new System.Windows.Forms.Label();
  31. this.li_code_label = new System.Windows.Forms.Label();
  32. this.RadioReceive = new System.Windows.Forms.RadioButton();
  33. this.RadioReturn = new System.Windows.Forms.RadioButton();
  34. this.SU_DEVCODE_label = new System.Windows.Forms.Label();
  35. this.st_table_label = new System.Windows.Forms.Label();
  36. this.SU_DEVCODE1_label = new System.Windows.Forms.Label();
  37. this.st_combinenumber_label = new System.Windows.Forms.Label();
  38. this.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.su_singlepringqty1 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  43. this.st_table = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  44. this.Receive = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  45. this.Return = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  46. this.st_combinenumber = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  47. this.SU_DEVCODE1 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  48. this.SU_DEVCODE = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  49. this.ToolsBom = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  50. this.su_stcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.st_pcbcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.su_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.SU_LINECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.su_stverison = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.su_singlepringqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.su_table = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.su_usemacode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  59. this.li_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  60. this.ma_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  61. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  62. ((System.ComponentModel.ISupportInitialize)(this.ToolsBom)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // ms_makecode_label
  66. //
  67. this.ms_makecode_label.AutoSize = true;
  68. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.ms_makecode_label.Location = new System.Drawing.Point(2, 9);
  70. this.ms_makecode_label.Name = "ms_makecode_label";
  71. this.ms_makecode_label.Size = new System.Drawing.Size(74, 21);
  72. this.ms_makecode_label.TabIndex = 68;
  73. this.ms_makecode_label.Text = "归属工单";
  74. //
  75. // ma_prodcode_label
  76. //
  77. this.ma_prodcode_label.AutoSize = true;
  78. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.ma_prodcode_label.Location = new System.Drawing.Point(229, 9);
  80. this.ma_prodcode_label.Name = "ma_prodcode_label";
  81. this.ma_prodcode_label.Size = new System.Drawing.Size(74, 21);
  82. this.ma_prodcode_label.TabIndex = 69;
  83. this.ma_prodcode_label.Text = "产品编号";
  84. //
  85. // li_code_label
  86. //
  87. this.li_code_label.AutoSize = true;
  88. this.li_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.li_code_label.Location = new System.Drawing.Point(605, 494);
  90. this.li_code_label.Name = "li_code_label";
  91. this.li_code_label.Size = new System.Drawing.Size(74, 21);
  92. this.li_code_label.TabIndex = 73;
  93. this.li_code_label.Text = "产线编号";
  94. //
  95. // RadioReceive
  96. //
  97. this.RadioReceive.AutoSize = true;
  98. this.RadioReceive.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.RadioReceive.Location = new System.Drawing.Point(6, 494);
  100. this.RadioReceive.Name = "RadioReceive";
  101. this.RadioReceive.Size = new System.Drawing.Size(55, 24);
  102. this.RadioReceive.TabIndex = 77;
  103. this.RadioReceive.TabStop = true;
  104. this.RadioReceive.Text = "领用";
  105. this.RadioReceive.UseVisualStyleBackColor = true;
  106. this.RadioReceive.CheckedChanged += new System.EventHandler(this.Radio_CheckedChanged);
  107. //
  108. // RadioReturn
  109. //
  110. this.RadioReturn.AutoSize = true;
  111. this.RadioReturn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.RadioReturn.Location = new System.Drawing.Point(6, 521);
  113. this.RadioReturn.Name = "RadioReturn";
  114. this.RadioReturn.Size = new System.Drawing.Size(55, 24);
  115. this.RadioReturn.TabIndex = 78;
  116. this.RadioReturn.TabStop = true;
  117. this.RadioReturn.Text = "退回";
  118. this.RadioReturn.UseVisualStyleBackColor = true;
  119. this.RadioReturn.CheckedChanged += new System.EventHandler(this.Radio_CheckedChanged);
  120. //
  121. // SU_DEVCODE_label
  122. //
  123. this.SU_DEVCODE_label.AutoSize = true;
  124. this.SU_DEVCODE_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.SU_DEVCODE_label.Location = new System.Drawing.Point(59, 494);
  126. this.SU_DEVCODE_label.Name = "SU_DEVCODE_label";
  127. this.SU_DEVCODE_label.Size = new System.Drawing.Size(74, 21);
  128. this.SU_DEVCODE_label.TabIndex = 81;
  129. this.SU_DEVCODE_label.Text = "钢网编号";
  130. //
  131. // st_table_label
  132. //
  133. this.st_table_label.AutoSize = true;
  134. this.st_table_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.st_table_label.Location = new System.Drawing.Point(266, 494);
  136. this.st_table_label.Name = "st_table_label";
  137. this.st_table_label.Size = new System.Drawing.Size(51, 21);
  138. this.st_table_label.TabIndex = 83;
  139. this.st_table_label.Text = "Table";
  140. //
  141. // SU_DEVCODE1_label
  142. //
  143. this.SU_DEVCODE1_label.AutoSize = true;
  144. this.SU_DEVCODE1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.SU_DEVCODE1_label.Location = new System.Drawing.Point(59, 524);
  146. this.SU_DEVCODE1_label.Name = "SU_DEVCODE1_label";
  147. this.SU_DEVCODE1_label.Size = new System.Drawing.Size(74, 21);
  148. this.SU_DEVCODE1_label.TabIndex = 87;
  149. this.SU_DEVCODE1_label.Text = "钢网编号";
  150. //
  151. // st_combinenumber_label
  152. //
  153. this.st_combinenumber_label.AutoSize = true;
  154. this.st_combinenumber_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.st_combinenumber_label.Location = new System.Drawing.Point(266, 524);
  156. this.st_combinenumber_label.Name = "st_combinenumber_label";
  157. this.st_combinenumber_label.Size = new System.Drawing.Size(90, 21);
  158. this.st_combinenumber_label.TabIndex = 89;
  159. this.st_combinenumber_label.Text = "加工小板数";
  160. //
  161. // ma_qty_label
  162. //
  163. this.ma_qty_label.AutoSize = true;
  164. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.ma_qty_label.Location = new System.Drawing.Point(681, 9);
  166. this.ma_qty_label.Name = "ma_qty_label";
  167. this.ma_qty_label.Size = new System.Drawing.Size(58, 21);
  168. this.ma_qty_label.TabIndex = 105;
  169. this.ma_qty_label.Text = "工单数";
  170. //
  171. // ma_qty
  172. //
  173. this.ma_qty.AutoSize = true;
  174. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.ma_qty.Location = new System.Drawing.Point(755, 9);
  176. this.ma_qty.Name = "ma_qty";
  177. this.ma_qty.Size = new System.Drawing.Size(0, 21);
  178. this.ma_qty.TabIndex = 106;
  179. //
  180. // su_singlepringqty1_label
  181. //
  182. this.su_singlepringqty1_label.AutoSize = true;
  183. this.su_singlepringqty1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.su_singlepringqty1_label.Location = new System.Drawing.Point(447, 494);
  185. this.su_singlepringqty1_label.Name = "su_singlepringqty1_label";
  186. this.su_singlepringqty1_label.Size = new System.Drawing.Size(106, 21);
  187. this.su_singlepringqty1_label.TabIndex = 108;
  188. this.su_singlepringqty1_label.Text = "单片印刷次数";
  189. //
  190. // SU_RETURNIFCLEAN
  191. //
  192. this.SU_RETURNIFCLEAN.AutoSize = true;
  193. this.SU_RETURNIFCLEAN.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.SU_RETURNIFCLEAN.Location = new System.Drawing.Point(492, 523);
  195. this.SU_RETURNIFCLEAN.Name = "SU_RETURNIFCLEAN";
  196. this.SU_RETURNIFCLEAN.Size = new System.Drawing.Size(84, 24);
  197. this.SU_RETURNIFCLEAN.TabIndex = 110;
  198. this.SU_RETURNIFCLEAN.Text = "是否清洗";
  199. this.SU_RETURNIFCLEAN.UseVisualStyleBackColor = true;
  200. //
  201. // su_singlepringqty1
  202. //
  203. this.su_singlepringqty1.AllPower = null;
  204. this.su_singlepringqty1.BackColor = System.Drawing.Color.White;
  205. this.su_singlepringqty1.ID = null;
  206. this.su_singlepringqty1.Location = new System.Drawing.Point(559, 496);
  207. this.su_singlepringqty1.Name = "su_singlepringqty1";
  208. this.su_singlepringqty1.Power = null;
  209. this.su_singlepringqty1.Size = new System.Drawing.Size(39, 21);
  210. this.su_singlepringqty1.Str = null;
  211. this.su_singlepringqty1.Str1 = null;
  212. this.su_singlepringqty1.Str2 = null;
  213. this.su_singlepringqty1.TabIndex = 109;
  214. this.su_singlepringqty1.Text = "1";
  215. //
  216. // st_table
  217. //
  218. this.st_table.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  219. this.st_table.FormattingEnabled = true;
  220. this.st_table.Items.AddRange(new object[] {
  221. "BOTTOM",
  222. "TOP"});
  223. this.st_table.Location = new System.Drawing.Point(322, 495);
  224. this.st_table.Name = "st_table";
  225. this.st_table.Size = new System.Drawing.Size(121, 20);
  226. this.st_table.TabIndex = 107;
  227. //
  228. // Receive
  229. //
  230. this.Receive.AllPower = null;
  231. this.Receive.BackColor = System.Drawing.Color.Transparent;
  232. this.Receive.DownImage = ((System.Drawing.Image)(resources.GetObject("Receive.DownImage")));
  233. this.Receive.Image = null;
  234. this.Receive.IsShowBorder = true;
  235. this.Receive.Location = new System.Drawing.Point(831, 489);
  236. this.Receive.MoveImage = ((System.Drawing.Image)(resources.GetObject("Receive.MoveImage")));
  237. this.Receive.Name = "Receive";
  238. this.Receive.NormalImage = ((System.Drawing.Image)(resources.GetObject("Receive.NormalImage")));
  239. this.Receive.Power = null;
  240. this.Receive.Size = new System.Drawing.Size(68, 28);
  241. this.Receive.TabIndex = 104;
  242. this.Receive.Text = "领用";
  243. this.Receive.UseVisualStyleBackColor = false;
  244. this.Receive.Click += new System.EventHandler(this.Receive_Click);
  245. //
  246. // Return
  247. //
  248. this.Return.AllPower = null;
  249. this.Return.BackColor = System.Drawing.Color.Transparent;
  250. this.Return.DownImage = ((System.Drawing.Image)(resources.GetObject("Return.DownImage")));
  251. this.Return.Image = null;
  252. this.Return.IsShowBorder = true;
  253. this.Return.Location = new System.Drawing.Point(582, 522);
  254. this.Return.MoveImage = ((System.Drawing.Image)(resources.GetObject("Return.MoveImage")));
  255. this.Return.Name = "Return";
  256. this.Return.NormalImage = ((System.Drawing.Image)(resources.GetObject("Return.NormalImage")));
  257. this.Return.Power = null;
  258. this.Return.Size = new System.Drawing.Size(68, 28);
  259. this.Return.TabIndex = 103;
  260. this.Return.Text = "退回";
  261. this.Return.UseVisualStyleBackColor = false;
  262. this.Return.Click += new System.EventHandler(this.Return_Click);
  263. //
  264. // st_combinenumber
  265. //
  266. this.st_combinenumber.AllPower = null;
  267. this.st_combinenumber.BackColor = System.Drawing.Color.White;
  268. this.st_combinenumber.ID = null;
  269. this.st_combinenumber.Location = new System.Drawing.Point(360, 525);
  270. this.st_combinenumber.Name = "st_combinenumber";
  271. this.st_combinenumber.Power = null;
  272. this.st_combinenumber.Size = new System.Drawing.Size(120, 21);
  273. this.st_combinenumber.Str = null;
  274. this.st_combinenumber.Str1 = null;
  275. this.st_combinenumber.Str2 = null;
  276. this.st_combinenumber.TabIndex = 90;
  277. //
  278. // SU_DEVCODE1
  279. //
  280. this.SU_DEVCODE1.AllPower = null;
  281. this.SU_DEVCODE1.BackColor = System.Drawing.Color.White;
  282. this.SU_DEVCODE1.ID = null;
  283. this.SU_DEVCODE1.Location = new System.Drawing.Point(139, 525);
  284. this.SU_DEVCODE1.Name = "SU_DEVCODE1";
  285. this.SU_DEVCODE1.Power = null;
  286. this.SU_DEVCODE1.Size = new System.Drawing.Size(120, 21);
  287. this.SU_DEVCODE1.Str = null;
  288. this.SU_DEVCODE1.Str1 = null;
  289. this.SU_DEVCODE1.Str2 = null;
  290. this.SU_DEVCODE1.TabIndex = 88;
  291. this.SU_DEVCODE1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SU_DEVCODE1_KeyDown);
  292. //
  293. // SU_DEVCODE
  294. //
  295. this.SU_DEVCODE.AllPower = null;
  296. this.SU_DEVCODE.BackColor = System.Drawing.Color.White;
  297. this.SU_DEVCODE.ID = null;
  298. this.SU_DEVCODE.Location = new System.Drawing.Point(139, 495);
  299. this.SU_DEVCODE.Name = "SU_DEVCODE";
  300. this.SU_DEVCODE.Power = null;
  301. this.SU_DEVCODE.Size = new System.Drawing.Size(120, 21);
  302. this.SU_DEVCODE.Str = null;
  303. this.SU_DEVCODE.Str1 = null;
  304. this.SU_DEVCODE.Str2 = null;
  305. this.SU_DEVCODE.TabIndex = 82;
  306. this.SU_DEVCODE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SU_DEVCODE_KeyDown);
  307. //
  308. // ToolsBom
  309. //
  310. this.ToolsBom.AllowUserToAddRows = false;
  311. this.ToolsBom.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  312. this.ToolsBom.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  313. this.su_stcode,
  314. this.st_pcbcode,
  315. this.su_status,
  316. this.SU_LINECODE,
  317. this.su_stverison,
  318. this.su_singlepringqty,
  319. this.su_table,
  320. this.su_usemacode});
  321. this.ToolsBom.EnableContentClick = true;
  322. this.ToolsBom.Location = new System.Drawing.Point(0, 38);
  323. this.ToolsBom.Name = "ToolsBom";
  324. this.ToolsBom.RowTemplate.Height = 27;
  325. this.ToolsBom.Size = new System.Drawing.Size(906, 447);
  326. this.ToolsBom.TabIndex = 76;
  327. //
  328. // su_stcode
  329. //
  330. this.su_stcode.DataPropertyName = "su_stcode";
  331. this.su_stcode.HeaderText = "钢网编号";
  332. this.su_stcode.Name = "su_stcode";
  333. //
  334. // st_pcbcode
  335. //
  336. this.st_pcbcode.DataPropertyName = "st_pcbcode";
  337. this.st_pcbcode.HeaderText = "PCB料号";
  338. this.st_pcbcode.Name = "st_pcbcode";
  339. //
  340. // su_status
  341. //
  342. this.su_status.DataPropertyName = "su_status";
  343. this.su_status.HeaderText = "领用状态";
  344. this.su_status.Name = "su_status";
  345. //
  346. // SU_LINECODE
  347. //
  348. this.SU_LINECODE.DataPropertyName = "SU_LINECODE";
  349. this.SU_LINECODE.HeaderText = "线别";
  350. this.SU_LINECODE.Name = "SU_LINECODE";
  351. //
  352. // su_stverison
  353. //
  354. this.su_stverison.DataPropertyName = "su_stverison";
  355. this.su_stverison.HeaderText = "版本号";
  356. this.su_stverison.Name = "su_stverison";
  357. //
  358. // su_singlepringqty
  359. //
  360. this.su_singlepringqty.DataPropertyName = "su_singlepringqty";
  361. this.su_singlepringqty.HeaderText = "单片印刷次数";
  362. this.su_singlepringqty.Name = "su_singlepringqty";
  363. //
  364. // su_table
  365. //
  366. this.su_table.DataPropertyName = "su_table";
  367. this.su_table.HeaderText = "板面";
  368. this.su_table.Name = "su_table";
  369. //
  370. // su_usemacode
  371. //
  372. this.su_usemacode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  373. this.su_usemacode.DataPropertyName = "su_usemacode";
  374. this.su_usemacode.HeaderText = "领用工单";
  375. this.su_usemacode.Name = "su_usemacode";
  376. this.su_usemacode.Width = 61;
  377. //
  378. // Confirm
  379. //
  380. this.Confirm.AllPower = null;
  381. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  382. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  383. this.Confirm.Image = null;
  384. this.Confirm.IsShowBorder = true;
  385. this.Confirm.Location = new System.Drawing.Point(828, 4);
  386. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  387. this.Confirm.Name = "Confirm";
  388. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  389. this.Confirm.Power = null;
  390. this.Confirm.Size = new System.Drawing.Size(68, 28);
  391. this.Confirm.TabIndex = 75;
  392. this.Confirm.Text = "确定";
  393. this.Confirm.UseVisualStyleBackColor = false;
  394. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  395. //
  396. // li_code
  397. //
  398. this.li_code.AllPower = null;
  399. this.li_code.BackColor = System.Drawing.Color.White;
  400. this.li_code.Caller = null;
  401. this.li_code.Condition = null;
  402. this.li_code.DBTitle = null;
  403. this.li_code.FormName = null;
  404. this.li_code.Location = new System.Drawing.Point(685, 494);
  405. this.li_code.Name = "li_code";
  406. this.li_code.Power = null;
  407. this.li_code.ReturnData = null;
  408. this.li_code.SelectField = null;
  409. this.li_code.SetValueField = null;
  410. this.li_code.Size = new System.Drawing.Size(127, 21);
  411. this.li_code.TabIndex = 74;
  412. this.li_code.TableName = null;
  413. this.li_code.TextBoxEnable = false;
  414. //
  415. // ma_prodcode
  416. //
  417. this.ma_prodcode.AllPower = null;
  418. this.ma_prodcode.BackColor = System.Drawing.Color.White;
  419. this.ma_prodcode.ID = null;
  420. this.ma_prodcode.Location = new System.Drawing.Point(309, 9);
  421. this.ma_prodcode.Name = "ma_prodcode";
  422. this.ma_prodcode.Power = null;
  423. this.ma_prodcode.Size = new System.Drawing.Size(140, 21);
  424. this.ma_prodcode.Str = null;
  425. this.ma_prodcode.Str1 = null;
  426. this.ma_prodcode.Str2 = null;
  427. this.ma_prodcode.TabIndex = 72;
  428. //
  429. // ma_code
  430. //
  431. this.ma_code.AllPower = null;
  432. this.ma_code.Caller = null;
  433. this.ma_code.Condition = null;
  434. this.ma_code.DBTitle = null;
  435. this.ma_code.FormName = null;
  436. this.ma_code.Location = new System.Drawing.Point(82, 9);
  437. this.ma_code.Name = "ma_code";
  438. this.ma_code.Power = null;
  439. this.ma_code.ReturnData = null;
  440. this.ma_code.SelectField = null;
  441. this.ma_code.SetValueField = null;
  442. this.ma_code.Size = new System.Drawing.Size(141, 21);
  443. this.ma_code.TabIndex = 71;
  444. this.ma_code.TableName = null;
  445. this.ma_code.Tag = "ma_code";
  446. this.ma_code.TextBoxEnable = true;
  447. this.ma_code.TextKeyDown += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextKeyDown(this.ma_code_TextKeyDown);
  448. //
  449. // Make_SMTStencil
  450. //
  451. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  452. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  453. this.ClientSize = new System.Drawing.Size(908, 551);
  454. this.Controls.Add(this.SU_RETURNIFCLEAN);
  455. this.Controls.Add(this.su_singlepringqty1);
  456. this.Controls.Add(this.su_singlepringqty1_label);
  457. this.Controls.Add(this.st_table);
  458. this.Controls.Add(this.ma_qty);
  459. this.Controls.Add(this.ma_qty_label);
  460. this.Controls.Add(this.Receive);
  461. this.Controls.Add(this.Return);
  462. this.Controls.Add(this.st_combinenumber);
  463. this.Controls.Add(this.st_combinenumber_label);
  464. this.Controls.Add(this.SU_DEVCODE1);
  465. this.Controls.Add(this.SU_DEVCODE1_label);
  466. this.Controls.Add(this.st_table_label);
  467. this.Controls.Add(this.SU_DEVCODE);
  468. this.Controls.Add(this.SU_DEVCODE_label);
  469. this.Controls.Add(this.RadioReturn);
  470. this.Controls.Add(this.RadioReceive);
  471. this.Controls.Add(this.ToolsBom);
  472. this.Controls.Add(this.Confirm);
  473. this.Controls.Add(this.li_code);
  474. this.Controls.Add(this.li_code_label);
  475. this.Controls.Add(this.ma_prodcode);
  476. this.Controls.Add(this.ma_code);
  477. this.Controls.Add(this.ms_makecode_label);
  478. this.Controls.Add(this.ma_prodcode_label);
  479. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  480. this.Name = "Make_SMTStencil";
  481. this.Tag = "Make!SMTStencil";
  482. this.Text = "Make_SMTStencil";
  483. this.Load += new System.EventHandler(this.Make_SMTStencil_Load);
  484. this.SizeChanged += new System.EventHandler(this.Make_SMTStencil_SizeChanged);
  485. ((System.ComponentModel.ISupportInitialize)(this.ToolsBom)).EndInit();
  486. this.ResumeLayout(false);
  487. this.PerformLayout();
  488. }
  489. #endregion
  490. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  491. private System.Windows.Forms.Label ms_makecode_label;
  492. private System.Windows.Forms.Label ma_prodcode_label;
  493. private CustomControl.TextBoxWithIcon.EnterTextBox ma_prodcode;
  494. private System.Windows.Forms.Label li_code_label;
  495. private CustomControl.TextBoxWithIcon.SearchTextBox li_code;
  496. private CustomControl.ButtonUtil.NormalButton Confirm;
  497. private CustomControl.DataGrid_View.DataGridViewWithSerialNum ToolsBom;
  498. private System.Windows.Forms.RadioButton RadioReceive;
  499. private System.Windows.Forms.RadioButton RadioReturn;
  500. private CustomControl.TextBoxWithIcon.EnterTextBox SU_DEVCODE;
  501. private System.Windows.Forms.Label SU_DEVCODE_label;
  502. private System.Windows.Forms.Label st_table_label;
  503. private CustomControl.TextBoxWithIcon.EnterTextBox SU_DEVCODE1;
  504. private System.Windows.Forms.Label SU_DEVCODE1_label;
  505. private CustomControl.TextBoxWithIcon.EnterTextBox st_combinenumber;
  506. private System.Windows.Forms.Label st_combinenumber_label;
  507. private CustomControl.ButtonUtil.NormalButton Return;
  508. private CustomControl.ButtonUtil.NormalButton Receive;
  509. private System.Windows.Forms.Label ma_qty_label;
  510. private System.Windows.Forms.Label ma_qty;
  511. private CustomControl.ComBoxWithFocus.ComBoxWithFocus st_table;
  512. private CustomControl.TextBoxWithIcon.EnterTextBox su_singlepringqty1;
  513. private System.Windows.Forms.Label su_singlepringqty1_label;
  514. private System.Windows.Forms.DataGridViewTextBoxColumn su_stcode;
  515. private System.Windows.Forms.DataGridViewTextBoxColumn st_pcbcode;
  516. private System.Windows.Forms.DataGridViewTextBoxColumn su_status;
  517. private System.Windows.Forms.DataGridViewTextBoxColumn SU_LINECODE;
  518. private System.Windows.Forms.DataGridViewTextBoxColumn su_stverison;
  519. private System.Windows.Forms.DataGridViewTextBoxColumn su_singlepringqty;
  520. private System.Windows.Forms.DataGridViewTextBoxColumn su_table;
  521. private System.Windows.Forms.DataGridViewTextBoxColumn su_usemacode;
  522. private System.Windows.Forms.CheckBox SU_RETURNIFCLEAN;
  523. }
  524. }