SMT_Feeding.Designer.cs 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884
  1. namespace UAS_MES_NEW.SMT
  2. {
  3. partial class SMT_Feeding
  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(SMT_Feeding));
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.ma_lindcode_label = new System.Windows.Forms.Label();
  32. this.de_macode_label = new System.Windows.Forms.Label();
  33. this.de_code_label = new System.Windows.Forms.Label();
  34. this.de_runstatus_label = new System.Windows.Forms.Label();
  35. this.ma_qty_label = new System.Windows.Forms.Label();
  36. this.ma_prodcode_label = new System.Windows.Forms.Label();
  37. this.pr_spec_label = new System.Windows.Forms.Label();
  38. this.UpLoad = new System.Windows.Forms.RadioButton();
  39. this.PickUp = new System.Windows.Forms.RadioButton();
  40. this.Shift = new System.Windows.Forms.RadioButton();
  41. this.DownLoad = new System.Windows.Forms.RadioButton();
  42. this.psl_location_label = new System.Windows.Forms.Label();
  43. this.label10 = new System.Windows.Forms.Label();
  44. this.psl_table_label = new System.Windows.Forms.Label();
  45. this.label12 = new System.Windows.Forms.Label();
  46. this.label13 = new System.Windows.Forms.Label();
  47. this.Filter = new System.Windows.Forms.Label();
  48. this.ma_id = new System.Windows.Forms.Label();
  49. this.Clearpsl_location = new System.Windows.Forms.PictureBox();
  50. this.Clearbar_code = new System.Windows.Forms.PictureBox();
  51. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  52. this.de_table = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  53. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  54. this.de_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  55. this.Input = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  56. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  57. this.DownLoadAll = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  58. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  59. this.bar_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  60. this.psl_location = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  61. this.SMTInf = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  62. this.v_location = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.v_table = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.v_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.v_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.v_remainqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.v_baseqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.v_needqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.v_fespec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.v_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.v_nextbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.v_nextremainqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.Start = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  74. this.Pause = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  75. this.MakeShift = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  76. this.Screen = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  77. this.pr_spec = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  78. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  79. this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  80. this.ma_linecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  81. this.de_runstatus = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  82. this.bar_remain = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  83. this.panel2.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.Clearpsl_location)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.Clearbar_code)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.SMTInf)).BeginInit();
  87. this.SuspendLayout();
  88. //
  89. // panel2
  90. //
  91. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  92. this.panel2.Controls.Add(this.label1);
  93. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  94. this.panel2.Location = new System.Drawing.Point(0, 0);
  95. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  96. this.panel2.Name = "panel2";
  97. this.panel2.Size = new System.Drawing.Size(1280, 41);
  98. this.panel2.TabIndex = 89;
  99. this.panel2.Tag = "NoAuto";
  100. //
  101. // label1
  102. //
  103. this.label1.AutoSize = true;
  104. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  106. this.label1.Location = new System.Drawing.Point(16, 8);
  107. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  108. this.label1.Name = "label1";
  109. this.label1.Size = new System.Drawing.Size(76, 21);
  110. this.label1.TabIndex = 0;
  111. this.label1.Text = "SMT上料";
  112. //
  113. // ma_lindcode_label
  114. //
  115. this.ma_lindcode_label.AutoSize = true;
  116. this.ma_lindcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.ma_lindcode_label.Location = new System.Drawing.Point(9, 108);
  118. this.ma_lindcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  119. this.ma_lindcode_label.Name = "ma_lindcode_label";
  120. this.ma_lindcode_label.Size = new System.Drawing.Size(74, 21);
  121. this.ma_lindcode_label.TabIndex = 90;
  122. this.ma_lindcode_label.Text = "产线代码";
  123. //
  124. // de_macode_label
  125. //
  126. this.de_macode_label.AutoSize = true;
  127. this.de_macode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.de_macode_label.Location = new System.Drawing.Point(359, 64);
  129. this.de_macode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  130. this.de_macode_label.Name = "de_macode_label";
  131. this.de_macode_label.Size = new System.Drawing.Size(74, 21);
  132. this.de_macode_label.TabIndex = 92;
  133. this.de_macode_label.Text = "制造单号";
  134. //
  135. // de_code_label
  136. //
  137. this.de_code_label.AutoSize = true;
  138. this.de_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.de_code_label.Location = new System.Drawing.Point(9, 64);
  140. this.de_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  141. this.de_code_label.Name = "de_code_label";
  142. this.de_code_label.Size = new System.Drawing.Size(74, 21);
  143. this.de_code_label.TabIndex = 94;
  144. this.de_code_label.Text = "机台编号";
  145. //
  146. // de_runstatus_label
  147. //
  148. this.de_runstatus_label.AutoSize = true;
  149. this.de_runstatus_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.de_runstatus_label.Location = new System.Drawing.Point(1041, 65);
  151. this.de_runstatus_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  152. this.de_runstatus_label.Name = "de_runstatus_label";
  153. this.de_runstatus_label.Size = new System.Drawing.Size(74, 21);
  154. this.de_runstatus_label.TabIndex = 98;
  155. this.de_runstatus_label.Text = "机台状态";
  156. //
  157. // ma_qty_label
  158. //
  159. this.ma_qty_label.AutoSize = true;
  160. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.ma_qty_label.Location = new System.Drawing.Point(359, 108);
  162. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  163. this.ma_qty_label.Name = "ma_qty_label";
  164. this.ma_qty_label.Size = new System.Drawing.Size(58, 21);
  165. this.ma_qty_label.TabIndex = 102;
  166. this.ma_qty_label.Text = "工单数";
  167. //
  168. // ma_prodcode_label
  169. //
  170. this.ma_prodcode_label.AutoSize = true;
  171. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.ma_prodcode_label.Location = new System.Drawing.Point(715, 108);
  173. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  174. this.ma_prodcode_label.Name = "ma_prodcode_label";
  175. this.ma_prodcode_label.Size = new System.Drawing.Size(74, 21);
  176. this.ma_prodcode_label.TabIndex = 104;
  177. this.ma_prodcode_label.Text = "产品编号";
  178. //
  179. // pr_spec_label
  180. //
  181. this.pr_spec_label.AutoSize = true;
  182. this.pr_spec_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.pr_spec_label.Location = new System.Drawing.Point(1041, 108);
  184. this.pr_spec_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  185. this.pr_spec_label.Name = "pr_spec_label";
  186. this.pr_spec_label.Size = new System.Drawing.Size(74, 21);
  187. this.pr_spec_label.TabIndex = 106;
  188. this.pr_spec_label.Text = "产品规格";
  189. //
  190. // UpLoad
  191. //
  192. this.UpLoad.AutoSize = true;
  193. this.UpLoad.Checked = true;
  194. this.UpLoad.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.UpLoad.ForeColor = System.Drawing.Color.Blue;
  196. this.UpLoad.Location = new System.Drawing.Point(16, 637);
  197. this.UpLoad.Margin = new System.Windows.Forms.Padding(4);
  198. this.UpLoad.Name = "UpLoad";
  199. this.UpLoad.Size = new System.Drawing.Size(60, 25);
  200. this.UpLoad.TabIndex = 114;
  201. this.UpLoad.TabStop = true;
  202. this.UpLoad.Text = "上料";
  203. this.UpLoad.UseVisualStyleBackColor = true;
  204. //
  205. // PickUp
  206. //
  207. this.PickUp.AutoSize = true;
  208. this.PickUp.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.PickUp.ForeColor = System.Drawing.Color.Blue;
  210. this.PickUp.Location = new System.Drawing.Point(359, 637);
  211. this.PickUp.Margin = new System.Windows.Forms.Padding(4);
  212. this.PickUp.Name = "PickUp";
  213. this.PickUp.Size = new System.Drawing.Size(60, 25);
  214. this.PickUp.TabIndex = 115;
  215. this.PickUp.Text = "接料";
  216. this.PickUp.UseVisualStyleBackColor = true;
  217. //
  218. // Shift
  219. //
  220. this.Shift.AutoSize = true;
  221. this.Shift.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.Shift.ForeColor = System.Drawing.Color.Blue;
  223. this.Shift.Location = new System.Drawing.Point(237, 637);
  224. this.Shift.Margin = new System.Windows.Forms.Padding(4);
  225. this.Shift.Name = "Shift";
  226. this.Shift.Size = new System.Drawing.Size(60, 25);
  227. this.Shift.TabIndex = 116;
  228. this.Shift.Text = "换料";
  229. this.Shift.UseVisualStyleBackColor = true;
  230. //
  231. // DownLoad
  232. //
  233. this.DownLoad.AutoSize = true;
  234. this.DownLoad.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.DownLoad.ForeColor = System.Drawing.Color.Blue;
  236. this.DownLoad.Location = new System.Drawing.Point(117, 637);
  237. this.DownLoad.Margin = new System.Windows.Forms.Padding(4);
  238. this.DownLoad.Name = "DownLoad";
  239. this.DownLoad.Size = new System.Drawing.Size(60, 25);
  240. this.DownLoad.TabIndex = 117;
  241. this.DownLoad.Text = "退料";
  242. this.DownLoad.UseVisualStyleBackColor = true;
  243. //
  244. // psl_location_label
  245. //
  246. this.psl_location_label.AutoSize = true;
  247. this.psl_location_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.psl_location_label.Location = new System.Drawing.Point(19, 676);
  249. this.psl_location_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  250. this.psl_location_label.Name = "psl_location_label";
  251. this.psl_location_label.Size = new System.Drawing.Size(42, 21);
  252. this.psl_location_label.TabIndex = 118;
  253. this.psl_location_label.Text = "站位";
  254. //
  255. // label10
  256. //
  257. this.label10.AutoSize = true;
  258. this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.label10.Location = new System.Drawing.Point(332, 676);
  260. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  261. this.label10.Name = "label10";
  262. this.label10.Size = new System.Drawing.Size(58, 21);
  263. this.label10.TabIndex = 120;
  264. this.label10.Text = "料卷号";
  265. //
  266. // psl_table_label
  267. //
  268. this.psl_table_label.AutoSize = true;
  269. this.psl_table_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.psl_table_label.Location = new System.Drawing.Point(715, 64);
  271. this.psl_table_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  272. this.psl_table_label.Name = "psl_table_label";
  273. this.psl_table_label.Size = new System.Drawing.Size(42, 21);
  274. this.psl_table_label.TabIndex = 124;
  275. this.psl_table_label.Text = "版面";
  276. //
  277. // label12
  278. //
  279. this.label12.AutoSize = true;
  280. this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.label12.Location = new System.Drawing.Point(652, 676);
  282. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  283. this.label12.Name = "label12";
  284. this.label12.Size = new System.Drawing.Size(74, 21);
  285. this.label12.TabIndex = 122;
  286. this.label12.Text = "料卷数量";
  287. //
  288. // label13
  289. //
  290. this.label13.AutoSize = true;
  291. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.label13.Location = new System.Drawing.Point(19, 717);
  293. this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  294. this.label13.Name = "label13";
  295. this.label13.Size = new System.Drawing.Size(58, 21);
  296. this.label13.TabIndex = 129;
  297. this.label13.Text = "录入框";
  298. //
  299. // Filter
  300. //
  301. this.Filter.AutoSize = true;
  302. this.Filter.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.Filter.Location = new System.Drawing.Point(455, 639);
  304. this.Filter.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  305. this.Filter.Name = "Filter";
  306. this.Filter.Size = new System.Drawing.Size(0, 21);
  307. this.Filter.TabIndex = 134;
  308. //
  309. // ma_id
  310. //
  311. this.ma_id.AutoSize = true;
  312. this.ma_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.ma_id.Location = new System.Drawing.Point(1041, 151);
  314. this.ma_id.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  315. this.ma_id.Name = "ma_id";
  316. this.ma_id.Size = new System.Drawing.Size(55, 21);
  317. this.ma_id.TabIndex = 135;
  318. this.ma_id.Text = "ma_id";
  319. this.ma_id.Visible = false;
  320. //
  321. // Clearpsl_location
  322. //
  323. this.Clearpsl_location.Cursor = System.Windows.Forms.Cursors.Hand;
  324. this.Clearpsl_location.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  325. this.Clearpsl_location.Location = new System.Drawing.Point(301, 678);
  326. this.Clearpsl_location.Margin = new System.Windows.Forms.Padding(4);
  327. this.Clearpsl_location.Name = "Clearpsl_location";
  328. this.Clearpsl_location.Size = new System.Drawing.Size(21, 20);
  329. this.Clearpsl_location.TabIndex = 137;
  330. this.Clearpsl_location.TabStop = false;
  331. this.Clearpsl_location.Click += new System.EventHandler(this.Clearpsl_location_Click);
  332. //
  333. // Clearbar_code
  334. //
  335. this.Clearbar_code.Cursor = System.Windows.Forms.Cursors.Hand;
  336. this.Clearbar_code.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  337. this.Clearbar_code.Location = new System.Drawing.Point(612, 678);
  338. this.Clearbar_code.Margin = new System.Windows.Forms.Padding(4);
  339. this.Clearbar_code.Name = "Clearbar_code";
  340. this.Clearbar_code.Size = new System.Drawing.Size(21, 20);
  341. this.Clearbar_code.TabIndex = 138;
  342. this.Clearbar_code.TabStop = false;
  343. this.Clearbar_code.Click += new System.EventHandler(this.Clearbar_code_Click);
  344. //
  345. // Clean
  346. //
  347. this.Clean.AllPower = null;
  348. this.Clean.BackColor = System.Drawing.Color.Transparent;
  349. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  350. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  351. this.Clean.IsShowBorder = true;
  352. this.Clean.Location = new System.Drawing.Point(1077, 759);
  353. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  354. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  355. this.Clean.Name = "Clean";
  356. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  357. this.Clean.Power = null;
  358. this.Clean.Size = new System.Drawing.Size(64, 31);
  359. this.Clean.TabIndex = 136;
  360. this.Clean.Text = "清除";
  361. this.Clean.UseVisualStyleBackColor = true;
  362. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  363. //
  364. // de_table
  365. //
  366. this.de_table.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  367. this.de_table.FormattingEnabled = true;
  368. this.de_table.Items.AddRange(new object[] {
  369. "全部",
  370. "A",
  371. "B"});
  372. this.de_table.Location = new System.Drawing.Point(827, 65);
  373. this.de_table.Margin = new System.Windows.Forms.Padding(4);
  374. this.de_table.Name = "de_table";
  375. this.de_table.Size = new System.Drawing.Size(173, 20);
  376. this.de_table.TabIndex = 133;
  377. //
  378. // ma_code
  379. //
  380. this.ma_code.AllPower = null;
  381. this.ma_code.Caller = null;
  382. this.ma_code.Condition = null;
  383. this.ma_code.DBTitle = "制造单查询";
  384. this.ma_code.FormName = null;
  385. this.ma_code.Location = new System.Drawing.Point(464, 64);
  386. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  387. this.ma_code.Name = "ma_code";
  388. this.ma_code.Power = null;
  389. this.ma_code.SelectField = null;
  390. this.ma_code.SetValueField = null;
  391. this.ma_code.Size = new System.Drawing.Size(213, 26);
  392. this.ma_code.TabIndex = 132;
  393. this.ma_code.TableName = null;
  394. this.ma_code.TextBoxEnable = false;
  395. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.de_macode_UserControlTextChanged);
  396. //
  397. // de_code
  398. //
  399. this.de_code.AllPower = null;
  400. this.de_code.Caller = null;
  401. this.de_code.Condition = null;
  402. this.de_code.DBTitle = "机台查询";
  403. this.de_code.FormName = null;
  404. this.de_code.Location = new System.Drawing.Point(112, 64);
  405. this.de_code.Margin = new System.Windows.Forms.Padding(4);
  406. this.de_code.Name = "de_code";
  407. this.de_code.Power = null;
  408. this.de_code.SelectField = null;
  409. this.de_code.SetValueField = null;
  410. this.de_code.Size = new System.Drawing.Size(213, 26);
  411. this.de_code.TabIndex = 0;
  412. this.de_code.TableName = null;
  413. this.de_code.TextBoxEnable = false;
  414. this.de_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.de_code_UserControlTextChanged);
  415. this.de_code.TextKeyDown += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextKeyDown(this.de_code_TextKeyDown);
  416. //
  417. // Input
  418. //
  419. this.Input.AllPower = null;
  420. this.Input.BackColor = System.Drawing.Color.White;
  421. this.Input.ID = null;
  422. this.Input.Location = new System.Drawing.Point(120, 717);
  423. this.Input.Margin = new System.Windows.Forms.Padding(4);
  424. this.Input.Name = "Input";
  425. this.Input.Power = null;
  426. this.Input.Size = new System.Drawing.Size(176, 21);
  427. this.Input.Str = null;
  428. this.Input.Str1 = null;
  429. this.Input.Str2 = null;
  430. this.Input.TabIndex = 130;
  431. this.Input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Input_KeyDown);
  432. //
  433. // Confirm
  434. //
  435. this.Confirm.AllPower = null;
  436. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  437. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  438. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  439. this.Confirm.IsShowBorder = true;
  440. this.Confirm.Location = new System.Drawing.Point(337, 717);
  441. this.Confirm.Margin = new System.Windows.Forms.Padding(4);
  442. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  443. this.Confirm.Name = "Confirm";
  444. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  445. this.Confirm.Power = null;
  446. this.Confirm.Size = new System.Drawing.Size(60, 25);
  447. this.Confirm.TabIndex = 128;
  448. this.Confirm.Text = "确认";
  449. this.Confirm.UseVisualStyleBackColor = true;
  450. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  451. //
  452. // DownLoadAll
  453. //
  454. this.DownLoadAll.AllPower = null;
  455. this.DownLoadAll.BackColor = System.Drawing.Color.Transparent;
  456. this.DownLoadAll.DownImage = ((System.Drawing.Image)(resources.GetObject("DownLoadAll.DownImage")));
  457. this.DownLoadAll.Image = ((System.Drawing.Image)(resources.GetObject("DownLoadAll.Image")));
  458. this.DownLoadAll.IsShowBorder = true;
  459. this.DownLoadAll.Location = new System.Drawing.Point(433, 718);
  460. this.DownLoadAll.Margin = new System.Windows.Forms.Padding(4);
  461. this.DownLoadAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("DownLoadAll.MoveImage")));
  462. this.DownLoadAll.Name = "DownLoadAll";
  463. this.DownLoadAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("DownLoadAll.NormalImage")));
  464. this.DownLoadAll.Power = null;
  465. this.DownLoadAll.Size = new System.Drawing.Size(60, 25);
  466. this.DownLoadAll.TabIndex = 127;
  467. this.DownLoadAll.Text = "全部下料";
  468. this.DownLoadAll.UseVisualStyleBackColor = true;
  469. this.DownLoadAll.Click += new System.EventHandler(this.DownLoadAll_Click);
  470. //
  471. // OperateResult
  472. //
  473. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  474. this.OperateResult.Location = new System.Drawing.Point(948, 631);
  475. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  476. this.OperateResult.Name = "OperateResult";
  477. this.OperateResult.Size = new System.Drawing.Size(319, 125);
  478. this.OperateResult.TabIndex = 126;
  479. this.OperateResult.Text = "";
  480. //
  481. // bar_code
  482. //
  483. this.bar_code.AllPower = null;
  484. this.bar_code.BackColor = System.Drawing.Color.White;
  485. this.bar_code.Enabled = false;
  486. this.bar_code.ID = null;
  487. this.bar_code.Location = new System.Drawing.Point(433, 676);
  488. this.bar_code.Margin = new System.Windows.Forms.Padding(4);
  489. this.bar_code.Name = "bar_code";
  490. this.bar_code.Power = null;
  491. this.bar_code.Size = new System.Drawing.Size(176, 21);
  492. this.bar_code.Str = null;
  493. this.bar_code.Str1 = null;
  494. this.bar_code.Str2 = null;
  495. this.bar_code.TabIndex = 121;
  496. //
  497. // psl_location
  498. //
  499. this.psl_location.AllPower = null;
  500. this.psl_location.BackColor = System.Drawing.Color.White;
  501. this.psl_location.Enabled = false;
  502. this.psl_location.ID = null;
  503. this.psl_location.Location = new System.Drawing.Point(120, 676);
  504. this.psl_location.Margin = new System.Windows.Forms.Padding(4);
  505. this.psl_location.Name = "psl_location";
  506. this.psl_location.Power = null;
  507. this.psl_location.Size = new System.Drawing.Size(176, 21);
  508. this.psl_location.Str = null;
  509. this.psl_location.Str1 = null;
  510. this.psl_location.Str2 = null;
  511. this.psl_location.TabIndex = 119;
  512. //
  513. // SMTInf
  514. //
  515. this.SMTInf.AllowUserToAddRows = false;
  516. this.SMTInf.BackgroundColor = System.Drawing.SystemColors.ControlDark;
  517. this.SMTInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  518. this.SMTInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  519. this.v_location,
  520. this.v_table,
  521. this.v_prodcode,
  522. this.v_barcode,
  523. this.v_remainqty,
  524. this.v_baseqty,
  525. this.v_needqty,
  526. this.v_fespec,
  527. this.v_indate,
  528. this.v_nextbarcode,
  529. this.v_nextremainqty});
  530. this.SMTInf.Location = new System.Drawing.Point(0, 192);
  531. this.SMTInf.Margin = new System.Windows.Forms.Padding(4);
  532. this.SMTInf.Name = "SMTInf";
  533. this.SMTInf.ReadOnly = true;
  534. this.SMTInf.RowTemplate.Height = 23;
  535. this.SMTInf.Size = new System.Drawing.Size(1280, 429);
  536. this.SMTInf.TabIndex = 113;
  537. //
  538. // v_location
  539. //
  540. this.v_location.DataPropertyName = "v_location";
  541. this.v_location.HeaderText = "站位";
  542. this.v_location.Name = "v_location";
  543. this.v_location.ReadOnly = true;
  544. //
  545. // v_table
  546. //
  547. this.v_table.DataPropertyName = "v_table";
  548. this.v_table.HeaderText = "版面";
  549. this.v_table.Name = "v_table";
  550. this.v_table.ReadOnly = true;
  551. this.v_table.Width = 80;
  552. //
  553. // v_prodcode
  554. //
  555. this.v_prodcode.DataPropertyName = "v_prodcode";
  556. this.v_prodcode.HeaderText = "物料编号";
  557. this.v_prodcode.Name = "v_prodcode";
  558. this.v_prodcode.ReadOnly = true;
  559. //
  560. // v_barcode
  561. //
  562. this.v_barcode.DataPropertyName = "v_barcode";
  563. this.v_barcode.HeaderText = "料卷号";
  564. this.v_barcode.Name = "v_barcode";
  565. this.v_barcode.ReadOnly = true;
  566. //
  567. // v_remainqty
  568. //
  569. this.v_remainqty.DataPropertyName = "v_remainqty";
  570. this.v_remainqty.HeaderText = "料卷剩余数";
  571. this.v_remainqty.Name = "v_remainqty";
  572. this.v_remainqty.ReadOnly = true;
  573. this.v_remainqty.Width = 120;
  574. //
  575. // v_baseqty
  576. //
  577. this.v_baseqty.DataPropertyName = "v_baseqty";
  578. this.v_baseqty.HeaderText = "单位用量";
  579. this.v_baseqty.Name = "v_baseqty";
  580. this.v_baseqty.ReadOnly = true;
  581. //
  582. // v_needqty
  583. //
  584. this.v_needqty.DataPropertyName = "v_needqty";
  585. this.v_needqty.HeaderText = "需求数";
  586. this.v_needqty.Name = "v_needqty";
  587. this.v_needqty.ReadOnly = true;
  588. //
  589. // v_fespec
  590. //
  591. this.v_fespec.DataPropertyName = "v_fespec";
  592. this.v_fespec.HeaderText = "飞达规格";
  593. this.v_fespec.Name = "v_fespec";
  594. this.v_fespec.ReadOnly = true;
  595. //
  596. // v_indate
  597. //
  598. this.v_indate.DataPropertyName = "v_indate";
  599. this.v_indate.HeaderText = "上料时间";
  600. this.v_indate.Name = "v_indate";
  601. this.v_indate.ReadOnly = true;
  602. //
  603. // v_nextbarcode
  604. //
  605. this.v_nextbarcode.DataPropertyName = "v_nextbarcode";
  606. this.v_nextbarcode.HeaderText = "下一料卷号";
  607. this.v_nextbarcode.Name = "v_nextbarcode";
  608. this.v_nextbarcode.ReadOnly = true;
  609. this.v_nextbarcode.Width = 120;
  610. //
  611. // v_nextremainqty
  612. //
  613. this.v_nextremainqty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  614. this.v_nextremainqty.DataPropertyName = "v_nextremainqty";
  615. this.v_nextremainqty.HeaderText = "下一料卷剩余数";
  616. this.v_nextremainqty.Name = "v_nextremainqty";
  617. this.v_nextremainqty.ReadOnly = true;
  618. this.v_nextremainqty.Width = 200;
  619. //
  620. // Start
  621. //
  622. this.Start.AllPower = null;
  623. this.Start.BackColor = System.Drawing.Color.Transparent;
  624. this.Start.DownImage = ((System.Drawing.Image)(resources.GetObject("Start.DownImage")));
  625. this.Start.Image = ((System.Drawing.Image)(resources.GetObject("Start.Image")));
  626. this.Start.IsShowBorder = true;
  627. this.Start.Location = new System.Drawing.Point(521, 150);
  628. this.Start.Margin = new System.Windows.Forms.Padding(4);
  629. this.Start.MoveImage = ((System.Drawing.Image)(resources.GetObject("Start.MoveImage")));
  630. this.Start.Name = "Start";
  631. this.Start.NormalImage = ((System.Drawing.Image)(resources.GetObject("Start.NormalImage")));
  632. this.Start.Power = null;
  633. this.Start.Size = new System.Drawing.Size(70, 25);
  634. this.Start.TabIndex = 112;
  635. this.Start.Text = "启用";
  636. this.Start.UseVisualStyleBackColor = true;
  637. this.Start.Click += new System.EventHandler(this.Start_Click);
  638. //
  639. // Pause
  640. //
  641. this.Pause.AllPower = null;
  642. this.Pause.BackColor = System.Drawing.Color.Transparent;
  643. this.Pause.DownImage = ((System.Drawing.Image)(resources.GetObject("Pause.DownImage")));
  644. this.Pause.Image = ((System.Drawing.Image)(resources.GetObject("Pause.Image")));
  645. this.Pause.IsShowBorder = true;
  646. this.Pause.Location = new System.Drawing.Point(675, 150);
  647. this.Pause.Margin = new System.Windows.Forms.Padding(4);
  648. this.Pause.MoveImage = ((System.Drawing.Image)(resources.GetObject("Pause.MoveImage")));
  649. this.Pause.Name = "Pause";
  650. this.Pause.NormalImage = ((System.Drawing.Image)(resources.GetObject("Pause.NormalImage")));
  651. this.Pause.Power = null;
  652. this.Pause.Size = new System.Drawing.Size(70, 25);
  653. this.Pause.TabIndex = 111;
  654. this.Pause.Text = "暂停";
  655. this.Pause.UseVisualStyleBackColor = true;
  656. this.Pause.Click += new System.EventHandler(this.Pause_Click);
  657. //
  658. // MakeShift
  659. //
  660. this.MakeShift.AllPower = null;
  661. this.MakeShift.BackColor = System.Drawing.Color.Transparent;
  662. this.MakeShift.DownImage = ((System.Drawing.Image)(resources.GetObject("MakeShift.DownImage")));
  663. this.MakeShift.Image = ((System.Drawing.Image)(resources.GetObject("MakeShift.Image")));
  664. this.MakeShift.IsShowBorder = true;
  665. this.MakeShift.Location = new System.Drawing.Point(831, 150);
  666. this.MakeShift.Margin = new System.Windows.Forms.Padding(4);
  667. this.MakeShift.MoveImage = ((System.Drawing.Image)(resources.GetObject("MakeShift.MoveImage")));
  668. this.MakeShift.Name = "MakeShift";
  669. this.MakeShift.NormalImage = ((System.Drawing.Image)(resources.GetObject("MakeShift.NormalImage")));
  670. this.MakeShift.Power = null;
  671. this.MakeShift.Size = new System.Drawing.Size(70, 25);
  672. this.MakeShift.TabIndex = 110;
  673. this.MakeShift.Text = "工单切换";
  674. this.MakeShift.UseVisualStyleBackColor = true;
  675. this.MakeShift.Visible = false;
  676. this.MakeShift.Click += new System.EventHandler(this.MakeShift_Click);
  677. //
  678. // Screen
  679. //
  680. this.Screen.AllPower = null;
  681. this.Screen.BackColor = System.Drawing.Color.Transparent;
  682. this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
  683. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  684. this.Screen.IsShowBorder = true;
  685. this.Screen.Location = new System.Drawing.Point(371, 150);
  686. this.Screen.Margin = new System.Windows.Forms.Padding(4);
  687. this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
  688. this.Screen.Name = "Screen";
  689. this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
  690. this.Screen.Power = null;
  691. this.Screen.Size = new System.Drawing.Size(70, 25);
  692. this.Screen.TabIndex = 108;
  693. this.Screen.Text = "筛选";
  694. this.Screen.UseVisualStyleBackColor = true;
  695. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  696. //
  697. // pr_spec
  698. //
  699. this.pr_spec.AutoSize = true;
  700. this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  701. this.pr_spec.Location = new System.Drawing.Point(1150, 108);
  702. this.pr_spec.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  703. this.pr_spec.Name = "pr_spec";
  704. this.pr_spec.Size = new System.Drawing.Size(0, 21);
  705. this.pr_spec.TabIndex = 107;
  706. //
  707. // ma_prodcode
  708. //
  709. this.ma_prodcode.AutoSize = true;
  710. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  711. this.ma_prodcode.Location = new System.Drawing.Point(827, 108);
  712. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  713. this.ma_prodcode.Name = "ma_prodcode";
  714. this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
  715. this.ma_prodcode.TabIndex = 105;
  716. //
  717. // ma_qty
  718. //
  719. this.ma_qty.AutoSize = true;
  720. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  721. this.ma_qty.Location = new System.Drawing.Point(467, 108);
  722. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  723. this.ma_qty.Name = "ma_qty";
  724. this.ma_qty.Size = new System.Drawing.Size(0, 21);
  725. this.ma_qty.TabIndex = 103;
  726. //
  727. // ma_linecode
  728. //
  729. this.ma_linecode.AutoSize = true;
  730. this.ma_linecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  731. this.ma_linecode.Location = new System.Drawing.Point(112, 108);
  732. this.ma_linecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  733. this.ma_linecode.Name = "ma_linecode";
  734. this.ma_linecode.Size = new System.Drawing.Size(0, 21);
  735. this.ma_linecode.TabIndex = 100;
  736. //
  737. // de_runstatus
  738. //
  739. this.de_runstatus.AutoSize = true;
  740. this.de_runstatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  741. this.de_runstatus.Location = new System.Drawing.Point(1150, 65);
  742. this.de_runstatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  743. this.de_runstatus.Name = "de_runstatus";
  744. this.de_runstatus.Size = new System.Drawing.Size(0, 21);
  745. this.de_runstatus.TabIndex = 99;
  746. //
  747. // bar_remain
  748. //
  749. this.bar_remain.AllPower = null;
  750. this.bar_remain.BackColor = System.Drawing.Color.White;
  751. this.bar_remain.ID = null;
  752. this.bar_remain.Location = new System.Drawing.Point(759, 676);
  753. this.bar_remain.Margin = new System.Windows.Forms.Padding(4);
  754. this.bar_remain.Name = "bar_remain";
  755. this.bar_remain.Negative = false;
  756. this.bar_remain.Power = null;
  757. this.bar_remain.Size = new System.Drawing.Size(176, 21);
  758. this.bar_remain.Str = null;
  759. this.bar_remain.Str1 = null;
  760. this.bar_remain.Str2 = null;
  761. this.bar_remain.TabIndex = 139;
  762. //
  763. // SMT_Feeding
  764. //
  765. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  766. this.ClientSize = new System.Drawing.Size(1280, 794);
  767. this.Controls.Add(this.bar_remain);
  768. this.Controls.Add(this.Clearbar_code);
  769. this.Controls.Add(this.Clearpsl_location);
  770. this.Controls.Add(this.Clean);
  771. this.Controls.Add(this.ma_id);
  772. this.Controls.Add(this.Filter);
  773. this.Controls.Add(this.de_table);
  774. this.Controls.Add(this.ma_code);
  775. this.Controls.Add(this.de_code);
  776. this.Controls.Add(this.Input);
  777. this.Controls.Add(this.label13);
  778. this.Controls.Add(this.Confirm);
  779. this.Controls.Add(this.DownLoadAll);
  780. this.Controls.Add(this.OperateResult);
  781. this.Controls.Add(this.psl_table_label);
  782. this.Controls.Add(this.label12);
  783. this.Controls.Add(this.bar_code);
  784. this.Controls.Add(this.label10);
  785. this.Controls.Add(this.psl_location);
  786. this.Controls.Add(this.psl_location_label);
  787. this.Controls.Add(this.DownLoad);
  788. this.Controls.Add(this.Shift);
  789. this.Controls.Add(this.PickUp);
  790. this.Controls.Add(this.UpLoad);
  791. this.Controls.Add(this.SMTInf);
  792. this.Controls.Add(this.Start);
  793. this.Controls.Add(this.Pause);
  794. this.Controls.Add(this.MakeShift);
  795. this.Controls.Add(this.Screen);
  796. this.Controls.Add(this.pr_spec);
  797. this.Controls.Add(this.pr_spec_label);
  798. this.Controls.Add(this.ma_prodcode);
  799. this.Controls.Add(this.ma_prodcode_label);
  800. this.Controls.Add(this.ma_qty);
  801. this.Controls.Add(this.ma_qty_label);
  802. this.Controls.Add(this.ma_linecode);
  803. this.Controls.Add(this.de_runstatus);
  804. this.Controls.Add(this.de_runstatus_label);
  805. this.Controls.Add(this.de_code_label);
  806. this.Controls.Add(this.de_macode_label);
  807. this.Controls.Add(this.ma_lindcode_label);
  808. this.Controls.Add(this.panel2);
  809. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  810. this.Margin = new System.Windows.Forms.Padding(4);
  811. this.Name = "SMT_Feeding";
  812. this.Load += new System.EventHandler(this.SMT上料_Load);
  813. this.SizeChanged += new System.EventHandler(this.SMT上料_SizeChanged);
  814. this.panel2.ResumeLayout(false);
  815. this.panel2.PerformLayout();
  816. ((System.ComponentModel.ISupportInitialize)(this.Clearpsl_location)).EndInit();
  817. ((System.ComponentModel.ISupportInitialize)(this.Clearbar_code)).EndInit();
  818. ((System.ComponentModel.ISupportInitialize)(this.SMTInf)).EndInit();
  819. this.ResumeLayout(false);
  820. this.PerformLayout();
  821. }
  822. #endregion
  823. private System.Windows.Forms.Panel panel2;
  824. private System.Windows.Forms.Label label1;
  825. private System.Windows.Forms.Label ma_lindcode_label;
  826. private System.Windows.Forms.Label de_macode_label;
  827. private System.Windows.Forms.Label de_code_label;
  828. private System.Windows.Forms.Label de_runstatus_label;
  829. private CustomControl.ValueLabel.ValueLabel de_runstatus;
  830. private CustomControl.ValueLabel.ValueLabel ma_linecode;
  831. private CustomControl.ValueLabel.ValueLabel ma_qty;
  832. private System.Windows.Forms.Label ma_qty_label;
  833. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  834. private System.Windows.Forms.Label ma_prodcode_label;
  835. private CustomControl.ValueLabel.ValueLabel pr_spec;
  836. private System.Windows.Forms.Label pr_spec_label;
  837. private CustomControl.ButtonUtil.NormalButton Screen;
  838. private CustomControl.ButtonUtil.NormalButton MakeShift;
  839. private CustomControl.ButtonUtil.NormalButton Pause;
  840. private CustomControl.ButtonUtil.NormalButton Start;
  841. private CustomControl.DataGrid_View.DataGridViewWithSerialNum SMTInf;
  842. private System.Windows.Forms.RadioButton UpLoad;
  843. private System.Windows.Forms.RadioButton PickUp;
  844. private System.Windows.Forms.RadioButton Shift;
  845. private System.Windows.Forms.RadioButton DownLoad;
  846. private CustomControl.TextBoxWithIcon.MaCodeTextBox psl_location;
  847. private System.Windows.Forms.Label psl_location_label;
  848. private CustomControl.TextBoxWithIcon.MaCodeTextBox bar_code;
  849. private System.Windows.Forms.Label label10;
  850. private System.Windows.Forms.Label psl_table_label;
  851. private System.Windows.Forms.Label label12;
  852. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  853. private CustomControl.ButtonUtil.NormalButton DownLoadAll;
  854. private CustomControl.ButtonUtil.NormalButton Confirm;
  855. private CustomControl.TextBoxWithIcon.MaCodeTextBox Input;
  856. private System.Windows.Forms.Label label13;
  857. private CustomControl.TextBoxWithIcon.SearchTextBox de_code;
  858. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  859. private CustomControl.ComBoxWithFocus.ComBoxWithFocus de_table;
  860. private System.Windows.Forms.Label Filter;
  861. private System.Windows.Forms.Label ma_id;
  862. private CustomControl.ButtonUtil.NormalButton Clean;
  863. private System.Windows.Forms.PictureBox Clearpsl_location;
  864. private System.Windows.Forms.PictureBox Clearbar_code;
  865. private CustomControl.TextBoxWithIcon.NumOnlyTextBox bar_remain;
  866. private System.Windows.Forms.DataGridViewTextBoxColumn v_location;
  867. private System.Windows.Forms.DataGridViewTextBoxColumn v_table;
  868. private System.Windows.Forms.DataGridViewTextBoxColumn v_prodcode;
  869. private System.Windows.Forms.DataGridViewTextBoxColumn v_barcode;
  870. private System.Windows.Forms.DataGridViewTextBoxColumn v_remainqty;
  871. private System.Windows.Forms.DataGridViewTextBoxColumn v_baseqty;
  872. private System.Windows.Forms.DataGridViewTextBoxColumn v_needqty;
  873. private System.Windows.Forms.DataGridViewTextBoxColumn v_fespec;
  874. private System.Windows.Forms.DataGridViewTextBoxColumn v_indate;
  875. private System.Windows.Forms.DataGridViewTextBoxColumn v_nextbarcode;
  876. private System.Windows.Forms.DataGridViewTextBoxColumn v_nextremainqty;
  877. }
  878. }