SMT_Feeding.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827
  1. namespace UAS_MES.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.CustomControl.ButtonUtil.NormalButton();
  52. this.de_table = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  53. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  54. this.de_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  55. this.Input = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  56. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  57. this.DownLoadAll = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  58. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  59. this.bar_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  60. this.psl_location = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  61. this.SMTInf = new UAS_MES.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.CustomControl.ButtonUtil.NormalButton();
  74. this.Pause = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  75. this.MakeShift = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  76. this.Screen = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  77. this.pr_spec = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  78. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  79. this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  80. this.ma_linecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  81. this.de_runstatus = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  82. this.bar_remain = new UAS_MES.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(1393, 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(95, 27);
  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(45, 140);
  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(92, 27);
  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(404, 71);
  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(92, 27);
  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(45, 71);
  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(92, 27);
  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(1090, 72);
  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(92, 27);
  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(404, 140);
  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(72, 27);
  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(779, 140);
  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(92, 27);
  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(1090, 140);
  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(92, 27);
  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, 684);
  197. this.UpLoad.Margin = new System.Windows.Forms.Padding(4);
  198. this.UpLoad.Name = "UpLoad";
  199. this.UpLoad.Size = new System.Drawing.Size(73, 31);
  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, 684);
  211. this.PickUp.Margin = new System.Windows.Forms.Padding(4);
  212. this.PickUp.Name = "PickUp";
  213. this.PickUp.Size = new System.Drawing.Size(73, 31);
  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, 684);
  224. this.Shift.Margin = new System.Windows.Forms.Padding(4);
  225. this.Shift.Name = "Shift";
  226. this.Shift.Size = new System.Drawing.Size(73, 31);
  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, 684);
  237. this.DownLoad.Margin = new System.Windows.Forms.Padding(4);
  238. this.DownLoad.Name = "DownLoad";
  239. this.DownLoad.Size = new System.Drawing.Size(73, 31);
  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, 729);
  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(52, 27);
  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, 729);
  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(72, 27);
  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(779, 71);
  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(52, 27);
  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, 729);
  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(92, 27);
  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, 770);
  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(72, 27);
  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, 686);
  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, 27);
  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(1278, 192);
  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(69, 27);
  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.Properties.Resources.bindingNavigatorDeleteItem_Image;
  325. this.Clearpsl_location.Location = new System.Drawing.Point(301, 731);
  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.Properties.Resources.bindingNavigatorDeleteItem_Image;
  337. this.Clearbar_code.Location = new System.Drawing.Point(612, 731);
  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.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  348. this.Clean.Location = new System.Drawing.Point(1135, 817);
  349. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  350. this.Clean.Name = "Clean";
  351. this.Clean.Power = null;
  352. this.Clean.Size = new System.Drawing.Size(100, 31);
  353. this.Clean.TabIndex = 136;
  354. this.Clean.Text = "清除";
  355. this.Clean.UseVisualStyleBackColor = true;
  356. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  357. //
  358. // de_table
  359. //
  360. this.de_table.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  361. this.de_table.FormattingEnabled = true;
  362. this.de_table.Items.AddRange(new object[] {
  363. "全部",
  364. "A",
  365. "B"});
  366. this.de_table.Location = new System.Drawing.Point(891, 72);
  367. this.de_table.Margin = new System.Windows.Forms.Padding(4);
  368. this.de_table.Name = "de_table";
  369. this.de_table.Size = new System.Drawing.Size(173, 20);
  370. this.de_table.TabIndex = 133;
  371. //
  372. // ma_code
  373. //
  374. this.ma_code.Caller = null;
  375. this.ma_code.Condition = null;
  376. this.ma_code.DBTitle = "制造单查询";
  377. this.ma_code.FormName = null;
  378. this.ma_code.Location = new System.Drawing.Point(513, 71);
  379. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  380. this.ma_code.Name = "ma_code";
  381. this.ma_code.Power = null;
  382. this.ma_code.SelectField = null;
  383. this.ma_code.SetValueField = null;
  384. this.ma_code.Size = new System.Drawing.Size(213, 26);
  385. this.ma_code.TabIndex = 132;
  386. this.ma_code.TableName = null;
  387. this.ma_code.TextBoxEnable = false;
  388. this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.de_macode_UserControlTextChanged);
  389. //
  390. // de_code
  391. //
  392. this.de_code.Caller = null;
  393. this.de_code.Condition = null;
  394. this.de_code.DBTitle = "机台查询";
  395. this.de_code.FormName = null;
  396. this.de_code.Location = new System.Drawing.Point(152, 71);
  397. this.de_code.Margin = new System.Windows.Forms.Padding(4);
  398. this.de_code.Name = "de_code";
  399. this.de_code.Power = null;
  400. this.de_code.SelectField = null;
  401. this.de_code.SetValueField = null;
  402. this.de_code.Size = new System.Drawing.Size(213, 26);
  403. this.de_code.TabIndex = 0;
  404. this.de_code.TableName = null;
  405. this.de_code.TextBoxEnable = false;
  406. this.de_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.de_code_UserControlTextChanged);
  407. this.de_code.TextKeyDown += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextKeyDown(this.de_code_TextKeyDown);
  408. //
  409. // Input
  410. //
  411. this.Input.ID = null;
  412. this.Input.Location = new System.Drawing.Point(120, 770);
  413. this.Input.Margin = new System.Windows.Forms.Padding(4);
  414. this.Input.Name = "Input";
  415. this.Input.Power = null;
  416. this.Input.Size = new System.Drawing.Size(176, 21);
  417. this.Input.Str = null;
  418. this.Input.Str1 = null;
  419. this.Input.Str2 = null;
  420. this.Input.TabIndex = 130;
  421. this.Input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Input_KeyDown);
  422. //
  423. // Confirm
  424. //
  425. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  426. this.Confirm.Location = new System.Drawing.Point(337, 770);
  427. this.Confirm.Margin = new System.Windows.Forms.Padding(4);
  428. this.Confirm.Name = "Confirm";
  429. this.Confirm.Power = null;
  430. this.Confirm.Size = new System.Drawing.Size(80, 31);
  431. this.Confirm.TabIndex = 128;
  432. this.Confirm.Text = "确认";
  433. this.Confirm.UseVisualStyleBackColor = true;
  434. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  435. //
  436. // DownLoadAll
  437. //
  438. this.DownLoadAll.Image = ((System.Drawing.Image)(resources.GetObject("DownLoadAll.Image")));
  439. this.DownLoadAll.Location = new System.Drawing.Point(454, 770);
  440. this.DownLoadAll.Margin = new System.Windows.Forms.Padding(4);
  441. this.DownLoadAll.Name = "DownLoadAll";
  442. this.DownLoadAll.Power = null;
  443. this.DownLoadAll.Size = new System.Drawing.Size(80, 31);
  444. this.DownLoadAll.TabIndex = 127;
  445. this.DownLoadAll.Text = "全部下料";
  446. this.DownLoadAll.UseVisualStyleBackColor = true;
  447. this.DownLoadAll.Click += new System.EventHandler(this.DownLoadAll_Click);
  448. //
  449. // OperateResult
  450. //
  451. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  452. this.OperateResult.Location = new System.Drawing.Point(948, 684);
  453. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  454. this.OperateResult.Name = "OperateResult";
  455. this.OperateResult.Size = new System.Drawing.Size(459, 125);
  456. this.OperateResult.TabIndex = 126;
  457. this.OperateResult.Text = "";
  458. //
  459. // bar_code
  460. //
  461. this.bar_code.Enabled = false;
  462. this.bar_code.ID = null;
  463. this.bar_code.Location = new System.Drawing.Point(433, 729);
  464. this.bar_code.Margin = new System.Windows.Forms.Padding(4);
  465. this.bar_code.Name = "bar_code";
  466. this.bar_code.Power = null;
  467. this.bar_code.Size = new System.Drawing.Size(176, 21);
  468. this.bar_code.Str = null;
  469. this.bar_code.Str1 = null;
  470. this.bar_code.Str2 = null;
  471. this.bar_code.TabIndex = 121;
  472. //
  473. // psl_location
  474. //
  475. this.psl_location.Enabled = false;
  476. this.psl_location.ID = null;
  477. this.psl_location.Location = new System.Drawing.Point(120, 729);
  478. this.psl_location.Margin = new System.Windows.Forms.Padding(4);
  479. this.psl_location.Name = "psl_location";
  480. this.psl_location.Power = null;
  481. this.psl_location.Size = new System.Drawing.Size(176, 21);
  482. this.psl_location.Str = null;
  483. this.psl_location.Str1 = null;
  484. this.psl_location.Str2 = null;
  485. this.psl_location.TabIndex = 119;
  486. //
  487. // SMTInf
  488. //
  489. this.SMTInf.AllowUserToAddRows = false;
  490. this.SMTInf.BackgroundColor = System.Drawing.SystemColors.ControlDark;
  491. this.SMTInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  492. this.SMTInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  493. this.v_location,
  494. this.v_table,
  495. this.v_prodcode,
  496. this.v_barcode,
  497. this.v_remainqty,
  498. this.v_baseqty,
  499. this.v_needqty,
  500. this.v_fespec,
  501. this.v_indate,
  502. this.v_nextbarcode,
  503. this.v_nextremainqty});
  504. this.SMTInf.Location = new System.Drawing.Point(0, 239);
  505. this.SMTInf.Margin = new System.Windows.Forms.Padding(4);
  506. this.SMTInf.Name = "SMTInf";
  507. this.SMTInf.ReadOnly = true;
  508. this.SMTInf.RowTemplate.Height = 23;
  509. this.SMTInf.Size = new System.Drawing.Size(1418, 429);
  510. this.SMTInf.TabIndex = 113;
  511. //
  512. // v_location
  513. //
  514. this.v_location.DataPropertyName = "v_location";
  515. this.v_location.HeaderText = "站位";
  516. this.v_location.Name = "v_location";
  517. this.v_location.ReadOnly = true;
  518. //
  519. // v_table
  520. //
  521. this.v_table.DataPropertyName = "v_table";
  522. this.v_table.HeaderText = "版面";
  523. this.v_table.Name = "v_table";
  524. this.v_table.ReadOnly = true;
  525. this.v_table.Width = 80;
  526. //
  527. // v_prodcode
  528. //
  529. this.v_prodcode.DataPropertyName = "v_prodcode";
  530. this.v_prodcode.HeaderText = "物料编号";
  531. this.v_prodcode.Name = "v_prodcode";
  532. this.v_prodcode.ReadOnly = true;
  533. //
  534. // v_barcode
  535. //
  536. this.v_barcode.DataPropertyName = "v_barcode";
  537. this.v_barcode.HeaderText = "料卷号";
  538. this.v_barcode.Name = "v_barcode";
  539. this.v_barcode.ReadOnly = true;
  540. //
  541. // v_remainqty
  542. //
  543. this.v_remainqty.DataPropertyName = "v_remainqty";
  544. this.v_remainqty.HeaderText = "料卷剩余数";
  545. this.v_remainqty.Name = "v_remainqty";
  546. this.v_remainqty.ReadOnly = true;
  547. this.v_remainqty.Width = 120;
  548. //
  549. // v_baseqty
  550. //
  551. this.v_baseqty.DataPropertyName = "v_baseqty";
  552. this.v_baseqty.HeaderText = "单位用量";
  553. this.v_baseqty.Name = "v_baseqty";
  554. this.v_baseqty.ReadOnly = true;
  555. //
  556. // v_needqty
  557. //
  558. this.v_needqty.DataPropertyName = "v_needqty";
  559. this.v_needqty.HeaderText = "需求数";
  560. this.v_needqty.Name = "v_needqty";
  561. this.v_needqty.ReadOnly = true;
  562. //
  563. // v_fespec
  564. //
  565. this.v_fespec.DataPropertyName = "v_fespec";
  566. this.v_fespec.HeaderText = "飞达规格";
  567. this.v_fespec.Name = "v_fespec";
  568. this.v_fespec.ReadOnly = true;
  569. //
  570. // v_indate
  571. //
  572. this.v_indate.DataPropertyName = "v_indate";
  573. this.v_indate.HeaderText = "上料时间";
  574. this.v_indate.Name = "v_indate";
  575. this.v_indate.ReadOnly = true;
  576. //
  577. // v_nextbarcode
  578. //
  579. this.v_nextbarcode.DataPropertyName = "v_nextbarcode";
  580. this.v_nextbarcode.HeaderText = "下一料卷号";
  581. this.v_nextbarcode.Name = "v_nextbarcode";
  582. this.v_nextbarcode.ReadOnly = true;
  583. this.v_nextbarcode.Width = 120;
  584. //
  585. // v_nextremainqty
  586. //
  587. this.v_nextremainqty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  588. this.v_nextremainqty.DataPropertyName = "v_nextremainqty";
  589. this.v_nextremainqty.HeaderText = "下一料卷剩余数";
  590. this.v_nextremainqty.Name = "v_nextremainqty";
  591. this.v_nextremainqty.ReadOnly = true;
  592. this.v_nextremainqty.Width = 200;
  593. //
  594. // Start
  595. //
  596. this.Start.Image = ((System.Drawing.Image)(resources.GetObject("Start.Image")));
  597. this.Start.Location = new System.Drawing.Point(631, 188);
  598. this.Start.Margin = new System.Windows.Forms.Padding(4);
  599. this.Start.Name = "Start";
  600. this.Start.Power = null;
  601. this.Start.Size = new System.Drawing.Size(80, 31);
  602. this.Start.TabIndex = 112;
  603. this.Start.Text = "启用";
  604. this.Start.UseVisualStyleBackColor = true;
  605. this.Start.Click += new System.EventHandler(this.Start_Click);
  606. //
  607. // Pause
  608. //
  609. this.Pause.Image = ((System.Drawing.Image)(resources.GetObject("Pause.Image")));
  610. this.Pause.Location = new System.Drawing.Point(785, 188);
  611. this.Pause.Margin = new System.Windows.Forms.Padding(4);
  612. this.Pause.Name = "Pause";
  613. this.Pause.Power = null;
  614. this.Pause.Size = new System.Drawing.Size(80, 31);
  615. this.Pause.TabIndex = 111;
  616. this.Pause.Text = "暂停";
  617. this.Pause.UseVisualStyleBackColor = true;
  618. this.Pause.Click += new System.EventHandler(this.Pause_Click);
  619. //
  620. // MakeShift
  621. //
  622. this.MakeShift.Image = ((System.Drawing.Image)(resources.GetObject("MakeShift.Image")));
  623. this.MakeShift.Location = new System.Drawing.Point(941, 188);
  624. this.MakeShift.Margin = new System.Windows.Forms.Padding(4);
  625. this.MakeShift.Name = "MakeShift";
  626. this.MakeShift.Power = null;
  627. this.MakeShift.Size = new System.Drawing.Size(80, 31);
  628. this.MakeShift.TabIndex = 110;
  629. this.MakeShift.Text = "工单切换";
  630. this.MakeShift.UseVisualStyleBackColor = true;
  631. this.MakeShift.Visible = false;
  632. this.MakeShift.Click += new System.EventHandler(this.MakeShift_Click);
  633. //
  634. // Screen
  635. //
  636. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  637. this.Screen.Location = new System.Drawing.Point(481, 188);
  638. this.Screen.Margin = new System.Windows.Forms.Padding(4);
  639. this.Screen.Name = "Screen";
  640. this.Screen.Power = null;
  641. this.Screen.Size = new System.Drawing.Size(80, 31);
  642. this.Screen.TabIndex = 108;
  643. this.Screen.Text = "筛选";
  644. this.Screen.UseVisualStyleBackColor = true;
  645. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  646. //
  647. // pr_spec
  648. //
  649. this.pr_spec.AutoSize = true;
  650. this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  651. this.pr_spec.Location = new System.Drawing.Point(1199, 140);
  652. this.pr_spec.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  653. this.pr_spec.Name = "pr_spec";
  654. this.pr_spec.Size = new System.Drawing.Size(0, 27);
  655. this.pr_spec.TabIndex = 107;
  656. //
  657. // ma_prodcode
  658. //
  659. this.ma_prodcode.AutoSize = true;
  660. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  661. this.ma_prodcode.Location = new System.Drawing.Point(891, 140);
  662. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  663. this.ma_prodcode.Name = "ma_prodcode";
  664. this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
  665. this.ma_prodcode.TabIndex = 105;
  666. //
  667. // ma_qty
  668. //
  669. this.ma_qty.AutoSize = true;
  670. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  671. this.ma_qty.Location = new System.Drawing.Point(516, 140);
  672. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  673. this.ma_qty.Name = "ma_qty";
  674. this.ma_qty.Size = new System.Drawing.Size(0, 27);
  675. this.ma_qty.TabIndex = 103;
  676. //
  677. // ma_linecode
  678. //
  679. this.ma_linecode.AutoSize = true;
  680. this.ma_linecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  681. this.ma_linecode.Location = new System.Drawing.Point(152, 140);
  682. this.ma_linecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  683. this.ma_linecode.Name = "ma_linecode";
  684. this.ma_linecode.Size = new System.Drawing.Size(0, 27);
  685. this.ma_linecode.TabIndex = 100;
  686. //
  687. // de_runstatus
  688. //
  689. this.de_runstatus.AutoSize = true;
  690. this.de_runstatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  691. this.de_runstatus.Location = new System.Drawing.Point(1199, 72);
  692. this.de_runstatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  693. this.de_runstatus.Name = "de_runstatus";
  694. this.de_runstatus.Size = new System.Drawing.Size(0, 27);
  695. this.de_runstatus.TabIndex = 99;
  696. //
  697. // bar_remain
  698. //
  699. this.bar_remain.Location = new System.Drawing.Point(759, 729);
  700. this.bar_remain.Margin = new System.Windows.Forms.Padding(4);
  701. this.bar_remain.Name = "bar_remain";
  702. this.bar_remain.Negative = false;
  703. this.bar_remain.Size = new System.Drawing.Size(176, 21);
  704. this.bar_remain.TabIndex = 139;
  705. //
  706. // SMT上料
  707. //
  708. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  709. this.ClientSize = new System.Drawing.Size(1393, 855);
  710. this.Controls.Add(this.bar_remain);
  711. this.Controls.Add(this.Clearbar_code);
  712. this.Controls.Add(this.Clearpsl_location);
  713. this.Controls.Add(this.Clean);
  714. this.Controls.Add(this.ma_id);
  715. this.Controls.Add(this.Filter);
  716. this.Controls.Add(this.de_table);
  717. this.Controls.Add(this.ma_code);
  718. this.Controls.Add(this.de_code);
  719. this.Controls.Add(this.Input);
  720. this.Controls.Add(this.label13);
  721. this.Controls.Add(this.Confirm);
  722. this.Controls.Add(this.DownLoadAll);
  723. this.Controls.Add(this.OperateResult);
  724. this.Controls.Add(this.psl_table_label);
  725. this.Controls.Add(this.label12);
  726. this.Controls.Add(this.bar_code);
  727. this.Controls.Add(this.label10);
  728. this.Controls.Add(this.psl_location);
  729. this.Controls.Add(this.psl_location_label);
  730. this.Controls.Add(this.DownLoad);
  731. this.Controls.Add(this.Shift);
  732. this.Controls.Add(this.PickUp);
  733. this.Controls.Add(this.UpLoad);
  734. this.Controls.Add(this.SMTInf);
  735. this.Controls.Add(this.Start);
  736. this.Controls.Add(this.Pause);
  737. this.Controls.Add(this.MakeShift);
  738. this.Controls.Add(this.Screen);
  739. this.Controls.Add(this.pr_spec);
  740. this.Controls.Add(this.pr_spec_label);
  741. this.Controls.Add(this.ma_prodcode);
  742. this.Controls.Add(this.ma_prodcode_label);
  743. this.Controls.Add(this.ma_qty);
  744. this.Controls.Add(this.ma_qty_label);
  745. this.Controls.Add(this.ma_linecode);
  746. this.Controls.Add(this.de_runstatus);
  747. this.Controls.Add(this.de_runstatus_label);
  748. this.Controls.Add(this.de_code_label);
  749. this.Controls.Add(this.de_macode_label);
  750. this.Controls.Add(this.ma_lindcode_label);
  751. this.Controls.Add(this.panel2);
  752. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  753. this.Margin = new System.Windows.Forms.Padding(4);
  754. this.Name = "SMT上料";
  755. this.Load += new System.EventHandler(this.SMT上料_Load);
  756. this.SizeChanged += new System.EventHandler(this.SMT上料_SizeChanged);
  757. this.panel2.ResumeLayout(false);
  758. this.panel2.PerformLayout();
  759. ((System.ComponentModel.ISupportInitialize)(this.Clearpsl_location)).EndInit();
  760. ((System.ComponentModel.ISupportInitialize)(this.Clearbar_code)).EndInit();
  761. ((System.ComponentModel.ISupportInitialize)(this.SMTInf)).EndInit();
  762. this.ResumeLayout(false);
  763. this.PerformLayout();
  764. }
  765. #endregion
  766. private System.Windows.Forms.Panel panel2;
  767. private System.Windows.Forms.Label label1;
  768. private System.Windows.Forms.Label ma_lindcode_label;
  769. private System.Windows.Forms.Label de_macode_label;
  770. private System.Windows.Forms.Label de_code_label;
  771. private System.Windows.Forms.Label de_runstatus_label;
  772. private CustomControl.ValueLabel.ValueLabel de_runstatus;
  773. private CustomControl.ValueLabel.ValueLabel ma_linecode;
  774. private CustomControl.ValueLabel.ValueLabel ma_qty;
  775. private System.Windows.Forms.Label ma_qty_label;
  776. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  777. private System.Windows.Forms.Label ma_prodcode_label;
  778. private CustomControl.ValueLabel.ValueLabel pr_spec;
  779. private System.Windows.Forms.Label pr_spec_label;
  780. private CustomControl.ButtonUtil.NormalButton Screen;
  781. private CustomControl.ButtonUtil.NormalButton MakeShift;
  782. private CustomControl.ButtonUtil.NormalButton Pause;
  783. private CustomControl.ButtonUtil.NormalButton Start;
  784. private CustomControl.DataGrid_View.DataGridViewWithSerialNum SMTInf;
  785. private System.Windows.Forms.RadioButton UpLoad;
  786. private System.Windows.Forms.RadioButton PickUp;
  787. private System.Windows.Forms.RadioButton Shift;
  788. private System.Windows.Forms.RadioButton DownLoad;
  789. private CustomControl.TextBoxWithIcon.EnterTextBox psl_location;
  790. private System.Windows.Forms.Label psl_location_label;
  791. private CustomControl.TextBoxWithIcon.EnterTextBox bar_code;
  792. private System.Windows.Forms.Label label10;
  793. private System.Windows.Forms.Label psl_table_label;
  794. private System.Windows.Forms.Label label12;
  795. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  796. private CustomControl.ButtonUtil.NormalButton DownLoadAll;
  797. private CustomControl.ButtonUtil.NormalButton Confirm;
  798. private CustomControl.TextBoxWithIcon.EnterTextBox Input;
  799. private System.Windows.Forms.Label label13;
  800. private CustomControl.TextBoxWithIcon.SearchTextBox de_code;
  801. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  802. private CustomControl.ComBoxWithFocus.ComBoxWithFocus de_table;
  803. private System.Windows.Forms.Label Filter;
  804. private System.Windows.Forms.Label ma_id;
  805. private CustomControl.ButtonUtil.NormalButton Clean;
  806. private System.Windows.Forms.PictureBox Clearpsl_location;
  807. private System.Windows.Forms.PictureBox Clearbar_code;
  808. private CustomControl.TextBoxWithIcon.NumOnlyTextBox bar_remain;
  809. private System.Windows.Forms.DataGridViewTextBoxColumn v_location;
  810. private System.Windows.Forms.DataGridViewTextBoxColumn v_table;
  811. private System.Windows.Forms.DataGridViewTextBoxColumn v_prodcode;
  812. private System.Windows.Forms.DataGridViewTextBoxColumn v_barcode;
  813. private System.Windows.Forms.DataGridViewTextBoxColumn v_remainqty;
  814. private System.Windows.Forms.DataGridViewTextBoxColumn v_baseqty;
  815. private System.Windows.Forms.DataGridViewTextBoxColumn v_needqty;
  816. private System.Windows.Forms.DataGridViewTextBoxColumn v_fespec;
  817. private System.Windows.Forms.DataGridViewTextBoxColumn v_indate;
  818. private System.Windows.Forms.DataGridViewTextBoxColumn v_nextbarcode;
  819. private System.Windows.Forms.DataGridViewTextBoxColumn v_nextremainqty;
  820. }
  821. }