生成条码.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. namespace UAS_LabelMachine
  2. {
  3. partial class 生成条码
  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(生成条码));
  29. this.pi_inoutno_label = new System.Windows.Forms.Label();
  30. this.pi_class_label = new System.Windows.Forms.Label();
  31. this.pi_class = new System.Windows.Forms.Label();
  32. this.pr_kind_label = new System.Windows.Forms.Label();
  33. this.pr_kind = new System.Windows.Forms.ComboBox();
  34. this.MidCapacity_label = new System.Windows.Forms.Label();
  35. this.ResetSerialNum = new UAS_LabelMachine.CustomControl.NormalButton();
  36. this.SetMidCapacity = new UAS_LabelMachine.CustomControl.NormalButton();
  37. this.ChooseAll = new UAS_LabelMachine.CustomControl.ChooseAllButton();
  38. this.GenerateBarCode = new UAS_LabelMachine.CustomControl.NormalButton();
  39. this.Screen = new UAS_LabelMachine.CustomControl.NormalButton();
  40. this.ProdIoInfDGV = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
  41. this.pi_inoutno = new UAS_LabelMachine.CustomControl.EnterTextBox();
  42. this.MidCapacity = new UAS_LabelMachine.CustomControl.EnterTextBox();
  43. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  44. this.pd_orderdetno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.pd_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.pr_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.pd_ordercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.pd_pocode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.pr_madein = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.pr_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.pr_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.pd_totalqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.pd_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.pr_zxbzs = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.mid_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.mid_num = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.mid_remain = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. ((System.ComponentModel.ISupportInitialize)(this.ProdIoInfDGV)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // pi_inoutno_label
  66. //
  67. this.pi_inoutno_label.AutoSize = true;
  68. this.pi_inoutno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.pi_inoutno_label.Location = new System.Drawing.Point(25, 29);
  70. this.pi_inoutno_label.Name = "pi_inoutno_label";
  71. this.pi_inoutno_label.Size = new System.Drawing.Size(90, 21);
  72. this.pi_inoutno_label.TabIndex = 148;
  73. this.pi_inoutno_label.Text = "出入库单号";
  74. //
  75. // pi_class_label
  76. //
  77. this.pi_class_label.AutoSize = true;
  78. this.pi_class_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.pi_class_label.Location = new System.Drawing.Point(266, 29);
  80. this.pi_class_label.Name = "pi_class_label";
  81. this.pi_class_label.Size = new System.Drawing.Size(74, 21);
  82. this.pi_class_label.TabIndex = 150;
  83. this.pi_class_label.Text = "单据类型";
  84. //
  85. // pi_class
  86. //
  87. this.pi_class.AutoSize = true;
  88. this.pi_class.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.pi_class.Location = new System.Drawing.Point(355, 29);
  90. this.pi_class.Name = "pi_class";
  91. this.pi_class.Size = new System.Drawing.Size(0, 21);
  92. this.pi_class.TabIndex = 152;
  93. //
  94. // pr_kind_label
  95. //
  96. this.pr_kind_label.AutoSize = true;
  97. this.pr_kind_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.pr_kind_label.Location = new System.Drawing.Point(476, 29);
  99. this.pr_kind_label.Name = "pr_kind_label";
  100. this.pr_kind_label.Size = new System.Drawing.Size(74, 21);
  101. this.pr_kind_label.TabIndex = 156;
  102. this.pr_kind_label.Text = "物料类型";
  103. //
  104. // pr_kind
  105. //
  106. this.pr_kind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  107. this.pr_kind.FormattingEnabled = true;
  108. this.pr_kind.Items.AddRange(new object[] {
  109. "单件管控",
  110. "批管控",
  111. "全部"});
  112. this.pr_kind.Location = new System.Drawing.Point(563, 30);
  113. this.pr_kind.Name = "pr_kind";
  114. this.pr_kind.Size = new System.Drawing.Size(121, 20);
  115. this.pr_kind.TabIndex = 157;
  116. //
  117. // MidCapacity_label
  118. //
  119. this.MidCapacity_label.AutoSize = true;
  120. this.MidCapacity_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.MidCapacity_label.Location = new System.Drawing.Point(703, 29);
  122. this.MidCapacity_label.Name = "MidCapacity_label";
  123. this.MidCapacity_label.Size = new System.Drawing.Size(74, 21);
  124. this.MidCapacity_label.TabIndex = 158;
  125. this.MidCapacity_label.Text = "中盘容量";
  126. //
  127. // ResetSerialNum
  128. //
  129. this.ResetSerialNum.Image = ((System.Drawing.Image)(resources.GetObject("ResetSerialNum.Image")));
  130. this.ResetSerialNum.Location = new System.Drawing.Point(661, 78);
  131. this.ResetSerialNum.Name = "ResetSerialNum";
  132. this.ResetSerialNum.Size = new System.Drawing.Size(64, 24);
  133. this.ResetSerialNum.TabIndex = 161;
  134. this.ResetSerialNum.Text = "流水重置";
  135. this.ResetSerialNum.UseVisualStyleBackColor = true;
  136. this.ResetSerialNum.Click += new System.EventHandler(this.ResetSerialNum_Click);
  137. //
  138. // SetMidCapacity
  139. //
  140. this.SetMidCapacity.Image = ((System.Drawing.Image)(resources.GetObject("SetMidCapacity.Image")));
  141. this.SetMidCapacity.Location = new System.Drawing.Point(911, 28);
  142. this.SetMidCapacity.Name = "SetMidCapacity";
  143. this.SetMidCapacity.Size = new System.Drawing.Size(50, 23);
  144. this.SetMidCapacity.TabIndex = 160;
  145. this.SetMidCapacity.Text = "刷新";
  146. this.SetMidCapacity.UseVisualStyleBackColor = true;
  147. this.SetMidCapacity.Click += new System.EventHandler(this.SetMidCapacity_Click);
  148. //
  149. // ChooseAll
  150. //
  151. this.ChooseAll.Location = new System.Drawing.Point(1, 102);
  152. this.ChooseAll.Name = "ChooseAll";
  153. this.ChooseAll.Size = new System.Drawing.Size(46, 23);
  154. this.ChooseAll.TabIndex = 155;
  155. this.ChooseAll.Text = "全选";
  156. this.ChooseAll.UseVisualStyleBackColor = true;
  157. //
  158. // GenerateBarCode
  159. //
  160. this.GenerateBarCode.Image = ((System.Drawing.Image)(resources.GetObject("GenerateBarCode.Image")));
  161. this.GenerateBarCode.Location = new System.Drawing.Point(574, 78);
  162. this.GenerateBarCode.Name = "GenerateBarCode";
  163. this.GenerateBarCode.Size = new System.Drawing.Size(64, 24);
  164. this.GenerateBarCode.TabIndex = 154;
  165. this.GenerateBarCode.Text = "生成条码";
  166. this.GenerateBarCode.UseVisualStyleBackColor = true;
  167. this.GenerateBarCode.Click += new System.EventHandler(this.GenerateBarCode_Click);
  168. //
  169. // Screen
  170. //
  171. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  172. this.Screen.Location = new System.Drawing.Point(486, 78);
  173. this.Screen.Name = "Screen";
  174. this.Screen.Size = new System.Drawing.Size(64, 24);
  175. this.Screen.TabIndex = 153;
  176. this.Screen.Text = "筛选";
  177. this.Screen.UseVisualStyleBackColor = true;
  178. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  179. //
  180. // ProdIoInfDGV
  181. //
  182. this.ProdIoInfDGV.AllowUserToAddRows = false;
  183. this.ProdIoInfDGV.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  184. | System.Windows.Forms.AnchorStyles.Left)
  185. | System.Windows.Forms.AnchorStyles.Right)));
  186. this.ProdIoInfDGV.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  187. this.ProdIoInfDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  188. this.ProdIoInfDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  189. this.Choose,
  190. this.pd_orderdetno,
  191. this.pd_pdno,
  192. this.pr_id,
  193. this.pd_id,
  194. this.pd_prodcode,
  195. this.pr_detail,
  196. this.pd_ordercode,
  197. this.pr_spec,
  198. this.pd_pocode,
  199. this.pr_madein,
  200. this.pr_brand,
  201. this.pr_unit,
  202. this.pd_totalqty,
  203. this.pd_qty,
  204. this.pr_zxbzs,
  205. this.mid_qty,
  206. this.mid_num,
  207. this.mid_remain});
  208. this.ProdIoInfDGV.GridColor = System.Drawing.SystemColors.ButtonFace;
  209. this.ProdIoInfDGV.Location = new System.Drawing.Point(0, 125);
  210. this.ProdIoInfDGV.Name = "ProdIoInfDGV";
  211. this.ProdIoInfDGV.RowTemplate.Height = 23;
  212. this.ProdIoInfDGV.Size = new System.Drawing.Size(1200, 427);
  213. this.ProdIoInfDGV.TabIndex = 151;
  214. this.ProdIoInfDGV.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.ProdIoInfDGV_CellEndEdit);
  215. this.ProdIoInfDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.ProdIoInfDGV_CellPainting);
  216. //
  217. // pi_inoutno
  218. //
  219. this.pi_inoutno.ID = null;
  220. this.pi_inoutno.Location = new System.Drawing.Point(128, 29);
  221. this.pi_inoutno.Name = "pi_inoutno";
  222. this.pi_inoutno.Size = new System.Drawing.Size(121, 21);
  223. this.pi_inoutno.Str = null;
  224. this.pi_inoutno.Str1 = null;
  225. this.pi_inoutno.Str2 = null;
  226. this.pi_inoutno.TabIndex = 149;
  227. this.pi_inoutno.Tag = "cu_name";
  228. this.pi_inoutno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bi_inoutno_KeyDown);
  229. //
  230. // MidCapacity
  231. //
  232. this.MidCapacity.ID = null;
  233. this.MidCapacity.Location = new System.Drawing.Point(783, 30);
  234. this.MidCapacity.Name = "MidCapacity";
  235. this.MidCapacity.Size = new System.Drawing.Size(121, 21);
  236. this.MidCapacity.Str = null;
  237. this.MidCapacity.Str1 = null;
  238. this.MidCapacity.Str2 = null;
  239. this.MidCapacity.TabIndex = 162;
  240. this.MidCapacity.Tag = "cu_name";
  241. //
  242. // Choose
  243. //
  244. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  245. this.Choose.HeaderText = "勾选";
  246. this.Choose.Name = "Choose";
  247. this.Choose.Width = 60;
  248. //
  249. // pd_orderdetno
  250. //
  251. this.pd_orderdetno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  252. this.pd_orderdetno.DataPropertyName = "pd_orderdetno";
  253. this.pd_orderdetno.HeaderText = "订单序号";
  254. this.pd_orderdetno.Name = "pd_orderdetno";
  255. this.pd_orderdetno.Width = 78;
  256. //
  257. // pd_pdno
  258. //
  259. this.pd_pdno.DataPropertyName = "pd_pdno";
  260. this.pd_pdno.HeaderText = "pd_pdno";
  261. this.pd_pdno.Name = "pd_pdno";
  262. this.pd_pdno.Visible = false;
  263. //
  264. // pr_id
  265. //
  266. this.pr_id.DataPropertyName = "pr_id";
  267. this.pr_id.HeaderText = "pr_id";
  268. this.pr_id.Name = "pr_id";
  269. this.pr_id.Visible = false;
  270. //
  271. // pd_id
  272. //
  273. this.pd_id.DataPropertyName = "pd_id";
  274. this.pd_id.HeaderText = "pd_id";
  275. this.pd_id.Name = "pd_id";
  276. this.pd_id.Visible = false;
  277. //
  278. // pd_prodcode
  279. //
  280. this.pd_prodcode.DataPropertyName = "pd_prodcode";
  281. this.pd_prodcode.HeaderText = "物料编号";
  282. this.pd_prodcode.Name = "pd_prodcode";
  283. this.pd_prodcode.ReadOnly = true;
  284. //
  285. // pr_detail
  286. //
  287. this.pr_detail.DataPropertyName = "pr_detail";
  288. this.pr_detail.HeaderText = "物料名称";
  289. this.pr_detail.Name = "pr_detail";
  290. this.pr_detail.ReadOnly = true;
  291. //
  292. // pd_ordercode
  293. //
  294. this.pd_ordercode.DataPropertyName = "pd_ordercode";
  295. this.pd_ordercode.HeaderText = "订单编号";
  296. this.pd_ordercode.Name = "pd_ordercode";
  297. //
  298. // pr_spec
  299. //
  300. this.pr_spec.DataPropertyName = "pr_spec";
  301. this.pr_spec.HeaderText = "规格描述";
  302. this.pr_spec.Name = "pr_spec";
  303. this.pr_spec.ReadOnly = true;
  304. //
  305. // pd_pocode
  306. //
  307. this.pd_pocode.DataPropertyName = "pd_pocode";
  308. this.pd_pocode.HeaderText = "客户PO";
  309. this.pd_pocode.Name = "pd_pocode";
  310. //
  311. // pr_madein
  312. //
  313. this.pr_madein.DataPropertyName = "pr_madein";
  314. this.pr_madein.HeaderText = "产地";
  315. this.pr_madein.Name = "pr_madein";
  316. //
  317. // pr_brand
  318. //
  319. this.pr_brand.DataPropertyName = "pr_brand";
  320. this.pr_brand.HeaderText = "品牌";
  321. this.pr_brand.Name = "pr_brand";
  322. this.pr_brand.ReadOnly = true;
  323. this.pr_brand.Width = 80;
  324. //
  325. // pr_unit
  326. //
  327. this.pr_unit.DataPropertyName = "pr_unit";
  328. this.pr_unit.HeaderText = "单位";
  329. this.pr_unit.Name = "pr_unit";
  330. this.pr_unit.ReadOnly = true;
  331. this.pr_unit.Width = 80;
  332. //
  333. // pd_totalqty
  334. //
  335. this.pd_totalqty.DataPropertyName = "pd_totalqty";
  336. this.pd_totalqty.HeaderText = "总数";
  337. this.pd_totalqty.Name = "pd_totalqty";
  338. this.pd_totalqty.ReadOnly = true;
  339. this.pd_totalqty.Width = 80;
  340. //
  341. // pd_qty
  342. //
  343. this.pd_qty.DataPropertyName = "pd_qty";
  344. this.pd_qty.HeaderText = "本次数量";
  345. this.pd_qty.Name = "pd_qty";
  346. //
  347. // pr_zxbzs
  348. //
  349. this.pr_zxbzs.DataPropertyName = "pr_zxbzs";
  350. this.pr_zxbzs.HeaderText = "单盘数量";
  351. this.pr_zxbzs.Name = "pr_zxbzs";
  352. //
  353. // mid_qty
  354. //
  355. this.mid_qty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  356. this.mid_qty.HeaderText = "中盒容量(盘)";
  357. this.mid_qty.Name = "mid_qty";
  358. this.mid_qty.Width = 140;
  359. //
  360. // mid_num
  361. //
  362. this.mid_num.HeaderText = "中盒盘数";
  363. this.mid_num.Name = "mid_num";
  364. this.mid_num.ReadOnly = true;
  365. //
  366. // mid_remain
  367. //
  368. this.mid_remain.HeaderText = "中盒尾数";
  369. this.mid_remain.Name = "mid_remain";
  370. this.mid_remain.ReadOnly = true;
  371. //
  372. // 生成条码
  373. //
  374. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  375. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  376. this.ClientSize = new System.Drawing.Size(1201, 554);
  377. this.Controls.Add(this.MidCapacity);
  378. this.Controls.Add(this.ResetSerialNum);
  379. this.Controls.Add(this.SetMidCapacity);
  380. this.Controls.Add(this.MidCapacity_label);
  381. this.Controls.Add(this.pr_kind);
  382. this.Controls.Add(this.pr_kind_label);
  383. this.Controls.Add(this.ChooseAll);
  384. this.Controls.Add(this.GenerateBarCode);
  385. this.Controls.Add(this.Screen);
  386. this.Controls.Add(this.pi_class);
  387. this.Controls.Add(this.ProdIoInfDGV);
  388. this.Controls.Add(this.pi_class_label);
  389. this.Controls.Add(this.pi_inoutno);
  390. this.Controls.Add(this.pi_inoutno_label);
  391. this.Name = "生成条码";
  392. this.Text = "生成条码";
  393. this.Load += new System.EventHandler(this.生成条码_Load);
  394. this.SizeChanged += new System.EventHandler(this.生成条码_SizeChanged);
  395. ((System.ComponentModel.ISupportInitialize)(this.ProdIoInfDGV)).EndInit();
  396. this.ResumeLayout(false);
  397. this.PerformLayout();
  398. }
  399. #endregion
  400. private CustomControl.EnterTextBox pi_inoutno;
  401. private System.Windows.Forms.Label pi_inoutno_label;
  402. private System.Windows.Forms.Label pi_class_label;
  403. private CustomControl.DataGridViewWithSerialNum ProdIoInfDGV;
  404. private System.Windows.Forms.Label pi_class;
  405. private CustomControl.NormalButton Screen;
  406. private CustomControl.NormalButton GenerateBarCode;
  407. private CustomControl.ChooseAllButton ChooseAll;
  408. private System.Windows.Forms.Label pr_kind_label;
  409. private System.Windows.Forms.ComboBox pr_kind;
  410. private System.Windows.Forms.Label MidCapacity_label;
  411. private CustomControl.NormalButton SetMidCapacity;
  412. private CustomControl.NormalButton ResetSerialNum;
  413. private CustomControl.EnterTextBox MidCapacity;
  414. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  415. private System.Windows.Forms.DataGridViewTextBoxColumn pd_orderdetno;
  416. private System.Windows.Forms.DataGridViewTextBoxColumn pd_pdno;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn pr_id;
  418. private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
  419. private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
  420. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  421. private System.Windows.Forms.DataGridViewTextBoxColumn pd_ordercode;
  422. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  423. private System.Windows.Forms.DataGridViewTextBoxColumn pd_pocode;
  424. private System.Windows.Forms.DataGridViewTextBoxColumn pr_madein;
  425. private System.Windows.Forms.DataGridViewTextBoxColumn pr_brand;
  426. private System.Windows.Forms.DataGridViewTextBoxColumn pr_unit;
  427. private System.Windows.Forms.DataGridViewTextBoxColumn pd_totalqty;
  428. private System.Windows.Forms.DataGridViewTextBoxColumn pd_qty;
  429. private System.Windows.Forms.DataGridViewTextBoxColumn pr_zxbzs;
  430. private System.Windows.Forms.DataGridViewTextBoxColumn mid_qty;
  431. private System.Windows.Forms.DataGridViewTextBoxColumn mid_num;
  432. private System.Windows.Forms.DataGridViewTextBoxColumn mid_remain;
  433. }
  434. }