You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

463 lines
22 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class AccountsPayable
  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(AccountsPayable));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.tsButtons = new System.Windows.Forms.ToolStrip();
  31. this.tsbSearch = new System.Windows.Forms.ToolStripButton();
  32. this.tsbAdd = new System.Windows.Forms.ToolStripButton();
  33. this.tsbEdit = new System.Windows.Forms.ToolStripButton();
  34. this.tsbDelete = new System.Windows.Forms.ToolStripButton();
  35. this.tsbSave = new System.Windows.Forms.ToolStripButton();
  36. this.tsbOK = new System.Windows.Forms.ToolStripButton();
  37. this.tsbCancel = new System.Windows.Forms.ToolStripButton();
  38. this.tsbClean = new System.Windows.Forms.ToolStripButton();
  39. this.tsbExit = new System.Windows.Forms.ToolStripButton();
  40. this.tsbSetup = new System.Windows.Forms.ToolStripButton();
  41. this.cbHistory = new System.Windows.Forms.CheckBox();
  42. this.txtInvoiceNo = new System.Windows.Forms.TextBox();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.dgvAPManagement = new System.Windows.Forms.DataGridView();
  45. this.txtProjectName = new System.Windows.Forms.TextBox();
  46. this.txtCustomerName = new System.Windows.Forms.TextBox();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.label1 = new System.Windows.Forms.Label();
  49. this.label3 = new System.Windows.Forms.Label();
  50. this.label4 = new System.Windows.Forms.Label();
  51. this.txtPaiedDateStart = new System.Windows.Forms.TextBox();
  52. this.txtPaiedDateEnd = new System.Windows.Forms.TextBox();
  53. this.cCheck = new System.Windows.Forms.DataGridViewButtonColumn();
  54. this.cSalesOrderNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.cProjectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.cProjectNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.cCustomerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.cCustomerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.cInvoiceNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.cActualPaiedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.cPayAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.cMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.cPayStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.tsButtons.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.dgvAPManagement)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // tsButtons
  69. //
  70. this.tsButtons.ImageScalingSize = new System.Drawing.Size(25, 25);
  71. this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  72. this.tsbSearch,
  73. this.tsbAdd,
  74. this.tsbEdit,
  75. this.tsbDelete,
  76. this.tsbSave,
  77. this.tsbOK,
  78. this.tsbCancel,
  79. this.tsbClean,
  80. this.tsbExit,
  81. this.tsbSetup});
  82. this.tsButtons.Location = new System.Drawing.Point(0, 0);
  83. this.tsButtons.Name = "tsButtons";
  84. this.tsButtons.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
  85. this.tsButtons.Size = new System.Drawing.Size(1492, 32);
  86. this.tsButtons.TabIndex = 11;
  87. this.tsButtons.Text = "功能按鈕表";
  88. //
  89. // tsbSearch
  90. //
  91. this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  92. this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
  93. this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  94. this.tsbSearch.Name = "tsbSearch";
  95. this.tsbSearch.Size = new System.Drawing.Size(29, 29);
  96. this.tsbSearch.Text = "搜尋";
  97. this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
  98. //
  99. // tsbAdd
  100. //
  101. this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  102. this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
  103. this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  104. this.tsbAdd.Name = "tsbAdd";
  105. this.tsbAdd.Size = new System.Drawing.Size(29, 29);
  106. this.tsbAdd.Text = "新增";
  107. this.tsbAdd.Visible = false;
  108. //
  109. // tsbEdit
  110. //
  111. this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  112. this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
  113. this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  114. this.tsbEdit.Name = "tsbEdit";
  115. this.tsbEdit.Size = new System.Drawing.Size(29, 29);
  116. this.tsbEdit.Text = "修改";
  117. this.tsbEdit.Visible = false;
  118. //
  119. // tsbDelete
  120. //
  121. this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  122. this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
  123. this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  124. this.tsbDelete.Name = "tsbDelete";
  125. this.tsbDelete.Size = new System.Drawing.Size(29, 29);
  126. this.tsbDelete.Text = "刪除";
  127. this.tsbDelete.Visible = false;
  128. //
  129. // tsbSave
  130. //
  131. this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  132. this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
  133. this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  134. this.tsbSave.Name = "tsbSave";
  135. this.tsbSave.Size = new System.Drawing.Size(29, 29);
  136. this.tsbSave.Text = "儲存";
  137. this.tsbSave.Visible = false;
  138. //
  139. // tsbOK
  140. //
  141. this.tsbOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  142. this.tsbOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbOK.Image")));
  143. this.tsbOK.ImageTransparentColor = System.Drawing.Color.Magenta;
  144. this.tsbOK.Name = "tsbOK";
  145. this.tsbOK.Size = new System.Drawing.Size(29, 29);
  146. this.tsbOK.Text = "確認";
  147. this.tsbOK.Visible = false;
  148. this.tsbOK.Click += new System.EventHandler(this.tsbOK_Click);
  149. //
  150. // tsbCancel
  151. //
  152. this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  153. this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image")));
  154. this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
  155. this.tsbCancel.Name = "tsbCancel";
  156. this.tsbCancel.Size = new System.Drawing.Size(29, 29);
  157. this.tsbCancel.Text = "取消";
  158. this.tsbCancel.Visible = false;
  159. this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
  160. //
  161. // tsbClean
  162. //
  163. this.tsbClean.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  164. this.tsbClean.Image = ((System.Drawing.Image)(resources.GetObject("tsbClean.Image")));
  165. this.tsbClean.ImageTransparentColor = System.Drawing.Color.Magenta;
  166. this.tsbClean.Name = "tsbClean";
  167. this.tsbClean.Size = new System.Drawing.Size(29, 29);
  168. this.tsbClean.Text = "清除";
  169. this.tsbClean.Click += new System.EventHandler(this.tsbClean_Click);
  170. //
  171. // tsbExit
  172. //
  173. this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  174. this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
  175. this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  176. this.tsbExit.Name = "tsbExit";
  177. this.tsbExit.Size = new System.Drawing.Size(29, 29);
  178. this.tsbExit.Text = "離開";
  179. this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
  180. //
  181. // tsbSetup
  182. //
  183. this.tsbSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  184. this.tsbSetup.Image = ((System.Drawing.Image)(resources.GetObject("tsbSetup.Image")));
  185. this.tsbSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
  186. this.tsbSetup.Name = "tsbSetup";
  187. this.tsbSetup.Size = new System.Drawing.Size(29, 29);
  188. this.tsbSetup.Text = "分錄設定";
  189. this.tsbSetup.Click += new System.EventHandler(this.tsbSetup_Click);
  190. //
  191. // cbHistory
  192. //
  193. this.cbHistory.AutoSize = true;
  194. this.cbHistory.Location = new System.Drawing.Point(1314, 38);
  195. this.cbHistory.Name = "cbHistory";
  196. this.cbHistory.Size = new System.Drawing.Size(156, 24);
  197. this.cbHistory.TabIndex = 20;
  198. this.cbHistory.Text = "只顯示已付款資料";
  199. this.cbHistory.UseVisualStyleBackColor = true;
  200. //
  201. // txtInvoiceNo
  202. //
  203. this.txtInvoiceNo.Location = new System.Drawing.Point(718, 36);
  204. this.txtInvoiceNo.Name = "txtInvoiceNo";
  205. this.txtInvoiceNo.Size = new System.Drawing.Size(147, 29);
  206. this.txtInvoiceNo.TabIndex = 19;
  207. //
  208. // label2
  209. //
  210. this.label2.AutoSize = true;
  211. this.label2.Location = new System.Drawing.Point(623, 39);
  212. this.label2.Name = "label2";
  213. this.label2.Size = new System.Drawing.Size(89, 20);
  214. this.label2.TabIndex = 16;
  215. this.label2.Text = "發票編號:";
  216. //
  217. // dgvAPManagement
  218. //
  219. this.dgvAPManagement.AllowUserToAddRows = false;
  220. this.dgvAPManagement.AllowUserToDeleteRows = false;
  221. this.dgvAPManagement.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  222. | System.Windows.Forms.AnchorStyles.Left)
  223. | System.Windows.Forms.AnchorStyles.Right)));
  224. this.dgvAPManagement.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  225. this.dgvAPManagement.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  226. this.cCheck,
  227. this.cSalesOrderNo,
  228. this.cProjectName,
  229. this.cProjectNumber,
  230. this.cCustomerID,
  231. this.cCustomerName,
  232. this.cInvoiceNo,
  233. this.cActualPaiedDate,
  234. this.cPayAmount,
  235. this.cMemo,
  236. this.cPayStatus});
  237. this.dgvAPManagement.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  238. this.dgvAPManagement.Location = new System.Drawing.Point(12, 71);
  239. this.dgvAPManagement.Name = "dgvAPManagement";
  240. this.dgvAPManagement.RowTemplate.Height = 24;
  241. this.dgvAPManagement.Size = new System.Drawing.Size(1468, 541);
  242. this.dgvAPManagement.TabIndex = 21;
  243. this.dgvAPManagement.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAPManagement_CellContentClick);
  244. this.dgvAPManagement.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAPManagement_RowValidated);
  245. this.dgvAPManagement.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvAPManagement_RowValidating);
  246. //
  247. // txtProjectName
  248. //
  249. this.txtProjectName.Location = new System.Drawing.Point(415, 36);
  250. this.txtProjectName.Name = "txtProjectName";
  251. this.txtProjectName.Size = new System.Drawing.Size(187, 29);
  252. this.txtProjectName.TabIndex = 24;
  253. //
  254. // txtCustomerName
  255. //
  256. this.txtCustomerName.Location = new System.Drawing.Point(112, 36);
  257. this.txtCustomerName.Name = "txtCustomerName";
  258. this.txtCustomerName.Size = new System.Drawing.Size(187, 29);
  259. this.txtCustomerName.TabIndex = 25;
  260. //
  261. // label5
  262. //
  263. this.label5.AutoSize = true;
  264. this.label5.Location = new System.Drawing.Point(320, 39);
  265. this.label5.Name = "label5";
  266. this.label5.Size = new System.Drawing.Size(89, 20);
  267. this.label5.TabIndex = 22;
  268. this.label5.Text = "專案名稱:";
  269. //
  270. // label1
  271. //
  272. this.label1.AutoSize = true;
  273. this.label1.Location = new System.Drawing.Point(17, 39);
  274. this.label1.Name = "label1";
  275. this.label1.Size = new System.Drawing.Size(89, 20);
  276. this.label1.TabIndex = 23;
  277. this.label1.Text = "客戶名稱:";
  278. //
  279. // label3
  280. //
  281. this.label3.AutoSize = true;
  282. this.label3.Location = new System.Drawing.Point(895, 39);
  283. this.label3.Name = "label3";
  284. this.label3.Size = new System.Drawing.Size(89, 20);
  285. this.label3.TabIndex = 15;
  286. this.label3.Text = "請款日期:";
  287. //
  288. // label4
  289. //
  290. this.label4.AutoSize = true;
  291. this.label4.Location = new System.Drawing.Point(1127, 39);
  292. this.label4.Name = "label4";
  293. this.label4.Size = new System.Drawing.Size(21, 20);
  294. this.label4.TabIndex = 14;
  295. this.label4.Text = "~";
  296. //
  297. // txtPaiedDateStart
  298. //
  299. this.txtPaiedDateStart.Location = new System.Drawing.Point(990, 36);
  300. this.txtPaiedDateStart.Name = "txtPaiedDateStart";
  301. this.txtPaiedDateStart.Size = new System.Drawing.Size(131, 29);
  302. this.txtPaiedDateStart.TabIndex = 18;
  303. //
  304. // txtPaiedDateEnd
  305. //
  306. this.txtPaiedDateEnd.Location = new System.Drawing.Point(1154, 36);
  307. this.txtPaiedDateEnd.Name = "txtPaiedDateEnd";
  308. this.txtPaiedDateEnd.Size = new System.Drawing.Size(131, 29);
  309. this.txtPaiedDateEnd.TabIndex = 17;
  310. //
  311. // cCheck
  312. //
  313. this.cCheck.HeaderText = "核銷";
  314. this.cCheck.Name = "cCheck";
  315. this.cCheck.Text = "...";
  316. this.cCheck.Width = 65;
  317. //
  318. // cSalesOrderNo
  319. //
  320. this.cSalesOrderNo.HeaderText = "訂單編號";
  321. this.cSalesOrderNo.Name = "cSalesOrderNo";
  322. this.cSalesOrderNo.ReadOnly = true;
  323. this.cSalesOrderNo.Width = 150;
  324. //
  325. // cProjectName
  326. //
  327. this.cProjectName.HeaderText = "專案名稱";
  328. this.cProjectName.Name = "cProjectName";
  329. this.cProjectName.ReadOnly = true;
  330. this.cProjectName.Width = 300;
  331. //
  332. // cProjectNumber
  333. //
  334. this.cProjectNumber.HeaderText = "專案編號";
  335. this.cProjectNumber.Name = "cProjectNumber";
  336. this.cProjectNumber.Visible = false;
  337. //
  338. // cCustomerID
  339. //
  340. this.cCustomerID.DataPropertyName = "CustomerID";
  341. this.cCustomerID.HeaderText = "客戶編號";
  342. this.cCustomerID.Name = "cCustomerID";
  343. this.cCustomerID.ReadOnly = true;
  344. this.cCustomerID.Visible = false;
  345. //
  346. // cCustomerName
  347. //
  348. this.cCustomerName.DataPropertyName = "CustomerName";
  349. this.cCustomerName.HeaderText = "客戶名稱";
  350. this.cCustomerName.Name = "cCustomerName";
  351. this.cCustomerName.ReadOnly = true;
  352. this.cCustomerName.Width = 200;
  353. //
  354. // cInvoiceNo
  355. //
  356. this.cInvoiceNo.DataPropertyName = "ReceiptNo";
  357. this.cInvoiceNo.HeaderText = "發票號碼";
  358. this.cInvoiceNo.Name = "cInvoiceNo";
  359. this.cInvoiceNo.ReadOnly = true;
  360. this.cInvoiceNo.Width = 150;
  361. //
  362. // cActualPaiedDate
  363. //
  364. this.cActualPaiedDate.DataPropertyName = "ActualReceiptedDate";
  365. this.cActualPaiedDate.HeaderText = "付款日期";
  366. this.cActualPaiedDate.Name = "cActualPaiedDate";
  367. this.cActualPaiedDate.Width = 150;
  368. //
  369. // cPayAmount
  370. //
  371. this.cPayAmount.DataPropertyName = "ReceiptAmount";
  372. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  373. this.cPayAmount.DefaultCellStyle = dataGridViewCellStyle1;
  374. this.cPayAmount.HeaderText = "請款金額";
  375. this.cPayAmount.Name = "cPayAmount";
  376. this.cPayAmount.ReadOnly = true;
  377. this.cPayAmount.Width = 150;
  378. //
  379. // cMemo
  380. //
  381. this.cMemo.DataPropertyName = "Memo";
  382. this.cMemo.HeaderText = "備註";
  383. this.cMemo.Name = "cMemo";
  384. this.cMemo.Width = 250;
  385. //
  386. // cPayStatus
  387. //
  388. this.cPayStatus.DataPropertyName = "PayStatus";
  389. this.cPayStatus.HeaderText = "已付款";
  390. this.cPayStatus.Name = "cPayStatus";
  391. this.cPayStatus.Visible = false;
  392. //
  393. // AccountsPayable
  394. //
  395. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
  396. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  397. this.ClientSize = new System.Drawing.Size(1492, 624);
  398. this.Controls.Add(this.txtProjectName);
  399. this.Controls.Add(this.txtCustomerName);
  400. this.Controls.Add(this.label5);
  401. this.Controls.Add(this.label1);
  402. this.Controls.Add(this.dgvAPManagement);
  403. this.Controls.Add(this.cbHistory);
  404. this.Controls.Add(this.txtPaiedDateEnd);
  405. this.Controls.Add(this.txtPaiedDateStart);
  406. this.Controls.Add(this.label4);
  407. this.Controls.Add(this.label3);
  408. this.Controls.Add(this.txtInvoiceNo);
  409. this.Controls.Add(this.label2);
  410. this.Controls.Add(this.tsButtons);
  411. this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  412. this.Margin = new System.Windows.Forms.Padding(5);
  413. this.Name = "AccountsPayable";
  414. this.Text = "應付帳款管理";
  415. this.Load += new System.EventHandler(this.AccountsPayable_Load);
  416. this.tsButtons.ResumeLayout(false);
  417. this.tsButtons.PerformLayout();
  418. ((System.ComponentModel.ISupportInitialize)(this.dgvAPManagement)).EndInit();
  419. this.ResumeLayout(false);
  420. this.PerformLayout();
  421. }
  422. #endregion
  423. private System.Windows.Forms.ToolStrip tsButtons;
  424. private System.Windows.Forms.ToolStripButton tsbSearch;
  425. private System.Windows.Forms.ToolStripButton tsbAdd;
  426. private System.Windows.Forms.ToolStripButton tsbEdit;
  427. private System.Windows.Forms.ToolStripButton tsbDelete;
  428. private System.Windows.Forms.ToolStripButton tsbSave;
  429. private System.Windows.Forms.ToolStripButton tsbOK;
  430. private System.Windows.Forms.ToolStripButton tsbCancel;
  431. private System.Windows.Forms.ToolStripButton tsbClean;
  432. private System.Windows.Forms.ToolStripButton tsbExit;
  433. private System.Windows.Forms.ToolStripButton tsbSetup;
  434. private System.Windows.Forms.CheckBox cbHistory;
  435. private System.Windows.Forms.TextBox txtInvoiceNo;
  436. private System.Windows.Forms.Label label2;
  437. public System.Windows.Forms.DataGridView dgvAPManagement;
  438. private System.Windows.Forms.TextBox txtProjectName;
  439. private System.Windows.Forms.TextBox txtCustomerName;
  440. private System.Windows.Forms.Label label5;
  441. private System.Windows.Forms.Label label1;
  442. private System.Windows.Forms.Label label3;
  443. private System.Windows.Forms.Label label4;
  444. private System.Windows.Forms.TextBox txtPaiedDateStart;
  445. private System.Windows.Forms.TextBox txtPaiedDateEnd;
  446. private System.Windows.Forms.DataGridViewButtonColumn cCheck;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn cSalesOrderNo;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn cProjectName;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn cProjectNumber;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn cCustomerID;
  451. private System.Windows.Forms.DataGridViewTextBoxColumn cCustomerName;
  452. private System.Windows.Forms.DataGridViewTextBoxColumn cInvoiceNo;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn cActualPaiedDate;
  454. private System.Windows.Forms.DataGridViewTextBoxColumn cPayAmount;
  455. private System.Windows.Forms.DataGridViewTextBoxColumn cMemo;
  456. private System.Windows.Forms.DataGridViewTextBoxColumn cPayStatus;
  457. }
  458. }