Make_SMTStencil.Designer.cs 31 KB

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