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.

1269 lines
69 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class PayPlanManagement
  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(PayPlanManagement));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  44. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  45. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  46. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  47. this.tsButtons = new System.Windows.Forms.ToolStrip();
  48. this.tsbSearch = new System.Windows.Forms.ToolStripButton();
  49. this.tsbAdd = new System.Windows.Forms.ToolStripButton();
  50. this.tsbEdit = new System.Windows.Forms.ToolStripButton();
  51. this.tsbDelete = new System.Windows.Forms.ToolStripButton();
  52. this.tsbSave = new System.Windows.Forms.ToolStripButton();
  53. this.tsbOK = new System.Windows.Forms.ToolStripButton();
  54. this.tsbCancel = new System.Windows.Forms.ToolStripButton();
  55. this.tsbClean = new System.Windows.Forms.ToolStripButton();
  56. this.tsbExit = new System.Windows.Forms.ToolStripButton();
  57. this.tsbSetup = new System.Windows.Forms.ToolStripButton();
  58. this.dgvOrderList = new System.Windows.Forms.DataGridView();
  59. this.cCustomerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.cProjectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.cOrderID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.cCustomerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.cProjectNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.cPayType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.cOrderStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.cModifyDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.cModifyUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.label1 = new System.Windows.Forms.Label();
  69. this.txtSalesOrderNo = new System.Windows.Forms.TextBox();
  70. this.label2 = new System.Windows.Forms.Label();
  71. this.txtCustomerName = new System.Windows.Forms.TextBox();
  72. this.btnGetCustomer = new System.Windows.Forms.Button();
  73. this.label3 = new System.Windows.Forms.Label();
  74. this.rbPayType = new System.Windows.Forms.RadioButton();
  75. this.rbPayType1 = new System.Windows.Forms.RadioButton();
  76. this.groupBox1 = new System.Windows.Forms.GroupBox();
  77. this.rbPayType3 = new System.Windows.Forms.RadioButton();
  78. this.rbPayType2 = new System.Windows.Forms.RadioButton();
  79. this.dgvReceiptPlan = new System.Windows.Forms.DataGridView();
  80. this.cReceiptClean = new System.Windows.Forms.DataGridViewButtonColumn();
  81. this.cReceiptItem = new System.Windows.Forms.DataGridViewComboBoxColumn();
  82. this.cItemNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.cPhase = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.cReceiptNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.cReceiptUnitPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.cReceiptQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.cRestReceipt = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.cExpectedReceiptDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.cActualReceiptDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.cExpectedReceiptedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.cActualReceiptedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.cReceiptTax = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.cReceiptAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.cRestReceiptAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.cMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.btnArrangeProject = new System.Windows.Forms.Button();
  97. this.txtCustomerID = new System.Windows.Forms.TextBox();
  98. this.label5 = new System.Windows.Forms.Label();
  99. this.btnGetSalesOrderNo = new System.Windows.Forms.Button();
  100. this.label6 = new System.Windows.Forms.Label();
  101. this.txtOrderSum = new System.Windows.Forms.TextBox();
  102. this.txtProjectName = new System.Windows.Forms.TextBox();
  103. this.txtProjectNumber = new System.Windows.Forms.TextBox();
  104. this.tcOrderData = new System.Windows.Forms.TabControl();
  105. this.OrderTab = new System.Windows.Forms.TabPage();
  106. this.groupBox2 = new System.Windows.Forms.GroupBox();
  107. this.dgvOrderContent = new System.Windows.Forms.DataGridView();
  108. this.cOrderItem = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.cOrderContent = new System.Windows.Forms.DataGridViewComboBoxColumn();
  110. this.cUnitPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.cQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.cTax = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.cAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  114. this.cOrderMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  115. this.OutSourcingTab = new System.Windows.Forms.TabPage();
  116. this.groupBox3 = new System.Windows.Forms.GroupBox();
  117. this.dgvToPayPlan = new System.Windows.Forms.DataGridView();
  118. this.cCheckToPay = new System.Windows.Forms.DataGridViewButtonColumn();
  119. this.cPayItem = new System.Windows.Forms.DataGridViewComboBoxColumn();
  120. this.cPayItemNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  121. this.cPayPhase = new System.Windows.Forms.DataGridViewTextBoxColumn();
  122. this.cInvoiceNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  123. this.cPayUnitPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  124. this.cPayQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  125. this.cRestPayQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  126. this.cExpectedPayDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  127. this.cActualPaiedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  128. this.cPayAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  129. this.cRestPayAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  130. this.cPayMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  131. this.btnArrangToPayProject = new System.Windows.Forms.Button();
  132. this.dgvOutSourcingContent = new System.Windows.Forms.DataGridView();
  133. this.cOutOrderItem = new System.Windows.Forms.DataGridViewTextBoxColumn();
  134. this.cOutOrderContent = new System.Windows.Forms.DataGridViewComboBoxColumn();
  135. this.cOutUnitPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  136. this.cOutQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  137. this.cOutAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  138. this.cOutOrderMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  139. this.label4 = new System.Windows.Forms.Label();
  140. this.txtOutSourcingSum = new System.Windows.Forms.TextBox();
  141. this.rbOrderStatusOpen = new System.Windows.Forms.RadioButton();
  142. this.rbOrderStatusClose = new System.Windows.Forms.RadioButton();
  143. this.tsButtons.SuspendLayout();
  144. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderList)).BeginInit();
  145. this.groupBox1.SuspendLayout();
  146. ((System.ComponentModel.ISupportInitialize)(this.dgvReceiptPlan)).BeginInit();
  147. this.tcOrderData.SuspendLayout();
  148. this.OrderTab.SuspendLayout();
  149. this.groupBox2.SuspendLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderContent)).BeginInit();
  151. this.OutSourcingTab.SuspendLayout();
  152. this.groupBox3.SuspendLayout();
  153. ((System.ComponentModel.ISupportInitialize)(this.dgvToPayPlan)).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.dgvOutSourcingContent)).BeginInit();
  155. this.SuspendLayout();
  156. //
  157. // tsButtons
  158. //
  159. this.tsButtons.ImageScalingSize = new System.Drawing.Size(25, 25);
  160. this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  161. this.tsbSearch,
  162. this.tsbAdd,
  163. this.tsbEdit,
  164. this.tsbDelete,
  165. this.tsbSave,
  166. this.tsbOK,
  167. this.tsbCancel,
  168. this.tsbClean,
  169. this.tsbExit,
  170. this.tsbSetup});
  171. this.tsButtons.Location = new System.Drawing.Point(0, 0);
  172. this.tsButtons.Name = "tsButtons";
  173. this.tsButtons.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
  174. this.tsButtons.Size = new System.Drawing.Size(1879, 32);
  175. this.tsButtons.TabIndex = 9;
  176. this.tsButtons.Text = "功能按鈕表";
  177. //
  178. // tsbSearch
  179. //
  180. this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  181. this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
  182. this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  183. this.tsbSearch.Name = "tsbSearch";
  184. this.tsbSearch.Size = new System.Drawing.Size(29, 29);
  185. this.tsbSearch.Text = "搜尋";
  186. this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
  187. //
  188. // tsbAdd
  189. //
  190. this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  191. this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
  192. this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  193. this.tsbAdd.Name = "tsbAdd";
  194. this.tsbAdd.Size = new System.Drawing.Size(29, 29);
  195. this.tsbAdd.Text = "新增";
  196. this.tsbAdd.Visible = false;
  197. //
  198. // tsbEdit
  199. //
  200. this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  201. this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
  202. this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  203. this.tsbEdit.Name = "tsbEdit";
  204. this.tsbEdit.Size = new System.Drawing.Size(29, 29);
  205. this.tsbEdit.Text = "修改";
  206. this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
  207. //
  208. // tsbDelete
  209. //
  210. this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  211. this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
  212. this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  213. this.tsbDelete.Name = "tsbDelete";
  214. this.tsbDelete.Size = new System.Drawing.Size(29, 29);
  215. this.tsbDelete.Text = "刪除";
  216. this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
  217. //
  218. // tsbSave
  219. //
  220. this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  221. this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
  222. this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  223. this.tsbSave.Name = "tsbSave";
  224. this.tsbSave.Size = new System.Drawing.Size(29, 29);
  225. this.tsbSave.Text = "儲存";
  226. this.tsbSave.Visible = false;
  227. this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
  228. //
  229. // tsbOK
  230. //
  231. this.tsbOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  232. this.tsbOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbOK.Image")));
  233. this.tsbOK.ImageTransparentColor = System.Drawing.Color.Magenta;
  234. this.tsbOK.Name = "tsbOK";
  235. this.tsbOK.Size = new System.Drawing.Size(29, 29);
  236. this.tsbOK.Text = "確認";
  237. this.tsbOK.Visible = false;
  238. this.tsbOK.Click += new System.EventHandler(this.tsbOK_Click);
  239. //
  240. // tsbCancel
  241. //
  242. this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  243. this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image")));
  244. this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
  245. this.tsbCancel.Name = "tsbCancel";
  246. this.tsbCancel.Size = new System.Drawing.Size(29, 29);
  247. this.tsbCancel.Text = "取消";
  248. this.tsbCancel.Visible = false;
  249. this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
  250. //
  251. // tsbClean
  252. //
  253. this.tsbClean.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  254. this.tsbClean.Image = ((System.Drawing.Image)(resources.GetObject("tsbClean.Image")));
  255. this.tsbClean.ImageTransparentColor = System.Drawing.Color.Magenta;
  256. this.tsbClean.Name = "tsbClean";
  257. this.tsbClean.Size = new System.Drawing.Size(29, 29);
  258. this.tsbClean.Text = "清除";
  259. this.tsbClean.Click += new System.EventHandler(this.tsbClean_Click);
  260. //
  261. // tsbExit
  262. //
  263. this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  264. this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
  265. this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  266. this.tsbExit.Name = "tsbExit";
  267. this.tsbExit.Size = new System.Drawing.Size(29, 29);
  268. this.tsbExit.Text = "離開";
  269. this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
  270. //
  271. // tsbSetup
  272. //
  273. this.tsbSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  274. this.tsbSetup.Image = ((System.Drawing.Image)(resources.GetObject("tsbSetup.Image")));
  275. this.tsbSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
  276. this.tsbSetup.Name = "tsbSetup";
  277. this.tsbSetup.Size = new System.Drawing.Size(29, 29);
  278. this.tsbSetup.Text = "分錄設定";
  279. this.tsbSetup.Click += new System.EventHandler(this.tsbSetup_Click);
  280. //
  281. // dgvOrderList
  282. //
  283. this.dgvOrderList.AllowUserToAddRows = false;
  284. this.dgvOrderList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  285. | System.Windows.Forms.AnchorStyles.Left)));
  286. this.dgvOrderList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  287. this.dgvOrderList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  288. this.cCustomerName,
  289. this.cProjectName,
  290. this.cOrderID,
  291. this.cCustomerID,
  292. this.cProjectNumber,
  293. this.cPayType,
  294. this.cOrderStatus,
  295. this.cModifyDate,
  296. this.cModifyUser});
  297. this.dgvOrderList.Location = new System.Drawing.Point(0, 38);
  298. this.dgvOrderList.Margin = new System.Windows.Forms.Padding(5);
  299. this.dgvOrderList.Name = "dgvOrderList";
  300. this.dgvOrderList.RowTemplate.Height = 24;
  301. this.dgvOrderList.Size = new System.Drawing.Size(489, 821);
  302. this.dgvOrderList.TabIndex = 10;
  303. this.dgvOrderList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOrderList_CellClick);
  304. //
  305. // cCustomerName
  306. //
  307. this.cCustomerName.DataPropertyName = "CustomerName";
  308. this.cCustomerName.HeaderText = "客戶名稱";
  309. this.cCustomerName.Name = "cCustomerName";
  310. //
  311. // cProjectName
  312. //
  313. this.cProjectName.DataPropertyName = "ProjectCName";
  314. this.cProjectName.HeaderText = "專案名稱";
  315. this.cProjectName.Name = "cProjectName";
  316. this.cProjectName.Width = 200;
  317. //
  318. // cOrderID
  319. //
  320. this.cOrderID.DataPropertyName = "SalesOrderNo";
  321. this.cOrderID.HeaderText = "訂單編號";
  322. this.cOrderID.Name = "cOrderID";
  323. this.cOrderID.Width = 200;
  324. //
  325. // cCustomerID
  326. //
  327. this.cCustomerID.DataPropertyName = "CustomerID";
  328. this.cCustomerID.HeaderText = "客戶編號";
  329. this.cCustomerID.Name = "cCustomerID";
  330. this.cCustomerID.Visible = false;
  331. //
  332. // cProjectNumber
  333. //
  334. this.cProjectNumber.DataPropertyName = "ProjectNumber";
  335. this.cProjectNumber.HeaderText = "專案編號";
  336. this.cProjectNumber.Name = "cProjectNumber";
  337. this.cProjectNumber.Visible = false;
  338. //
  339. // cPayType
  340. //
  341. this.cPayType.DataPropertyName = "PayType";
  342. this.cPayType.HeaderText = "請款方式";
  343. this.cPayType.Name = "cPayType";
  344. this.cPayType.Visible = false;
  345. //
  346. // cOrderStatus
  347. //
  348. this.cOrderStatus.DataPropertyName = "OrderStatus";
  349. this.cOrderStatus.HeaderText = "訂單狀態";
  350. this.cOrderStatus.Name = "cOrderStatus";
  351. this.cOrderStatus.Visible = false;
  352. //
  353. // cModifyDate
  354. //
  355. this.cModifyDate.DataPropertyName = "ModifyDate";
  356. this.cModifyDate.HeaderText = "最新修改日期";
  357. this.cModifyDate.Name = "cModifyDate";
  358. this.cModifyDate.Visible = false;
  359. //
  360. // cModifyUser
  361. //
  362. this.cModifyUser.DataPropertyName = "ModifyUser";
  363. this.cModifyUser.HeaderText = "最新修改人";
  364. this.cModifyUser.Name = "cModifyUser";
  365. this.cModifyUser.Visible = false;
  366. //
  367. // label1
  368. //
  369. this.label1.AutoSize = true;
  370. this.label1.Location = new System.Drawing.Point(513, 40);
  371. this.label1.Name = "label1";
  372. this.label1.Size = new System.Drawing.Size(89, 20);
  373. this.label1.TabIndex = 11;
  374. this.label1.Text = "訂單編號:";
  375. //
  376. // txtSalesOrderNo
  377. //
  378. this.txtSalesOrderNo.Location = new System.Drawing.Point(608, 37);
  379. this.txtSalesOrderNo.Name = "txtSalesOrderNo";
  380. this.txtSalesOrderNo.Size = new System.Drawing.Size(267, 29);
  381. this.txtSalesOrderNo.TabIndex = 12;
  382. this.txtSalesOrderNo.Leave += new System.EventHandler(this.txtSalesOrderNo_Leave);
  383. //
  384. // label2
  385. //
  386. this.label2.AutoSize = true;
  387. this.label2.Location = new System.Drawing.Point(513, 75);
  388. this.label2.Name = "label2";
  389. this.label2.Size = new System.Drawing.Size(89, 20);
  390. this.label2.TabIndex = 11;
  391. this.label2.Text = "客戶名稱:";
  392. //
  393. // txtCustomerName
  394. //
  395. this.txtCustomerName.Location = new System.Drawing.Point(608, 72);
  396. this.txtCustomerName.Name = "txtCustomerName";
  397. this.txtCustomerName.Size = new System.Drawing.Size(267, 29);
  398. this.txtCustomerName.TabIndex = 12;
  399. //
  400. // btnGetCustomer
  401. //
  402. this.btnGetCustomer.Location = new System.Drawing.Point(881, 72);
  403. this.btnGetCustomer.Name = "btnGetCustomer";
  404. this.btnGetCustomer.Size = new System.Drawing.Size(37, 29);
  405. this.btnGetCustomer.TabIndex = 13;
  406. this.btnGetCustomer.Text = "...";
  407. this.btnGetCustomer.UseVisualStyleBackColor = true;
  408. this.btnGetCustomer.Click += new System.EventHandler(this.btnGetCustomer_Click);
  409. //
  410. // label3
  411. //
  412. this.label3.AutoSize = true;
  413. this.label3.Location = new System.Drawing.Point(513, 110);
  414. this.label3.Name = "label3";
  415. this.label3.Size = new System.Drawing.Size(89, 20);
  416. this.label3.TabIndex = 11;
  417. this.label3.Text = "專案名稱:";
  418. //
  419. // rbPayType
  420. //
  421. this.rbPayType.AutoSize = true;
  422. this.rbPayType.Checked = true;
  423. this.rbPayType.Location = new System.Drawing.Point(31, 28);
  424. this.rbPayType.Name = "rbPayType";
  425. this.rbPayType.Size = new System.Drawing.Size(91, 24);
  426. this.rbPayType.TabIndex = 15;
  427. this.rbPayType.TabStop = true;
  428. this.rbPayType.Text = "專案分期";
  429. this.rbPayType.UseVisualStyleBackColor = true;
  430. //
  431. // rbPayType1
  432. //
  433. this.rbPayType1.AutoSize = true;
  434. this.rbPayType1.Location = new System.Drawing.Point(150, 28);
  435. this.rbPayType1.Name = "rbPayType1";
  436. this.rbPayType1.Size = new System.Drawing.Size(91, 24);
  437. this.rbPayType1.TabIndex = 15;
  438. this.rbPayType1.Text = "人月請款";
  439. this.rbPayType1.UseVisualStyleBackColor = true;
  440. //
  441. // groupBox1
  442. //
  443. this.groupBox1.Controls.Add(this.rbPayType3);
  444. this.groupBox1.Controls.Add(this.rbPayType2);
  445. this.groupBox1.Controls.Add(this.rbPayType);
  446. this.groupBox1.Controls.Add(this.rbPayType1);
  447. this.groupBox1.Location = new System.Drawing.Point(1020, 75);
  448. this.groupBox1.Name = "groupBox1";
  449. this.groupBox1.Size = new System.Drawing.Size(509, 60);
  450. this.groupBox1.TabIndex = 16;
  451. this.groupBox1.TabStop = false;
  452. this.groupBox1.Text = "請款方式";
  453. //
  454. // rbPayType3
  455. //
  456. this.rbPayType3.AutoSize = true;
  457. this.rbPayType3.Location = new System.Drawing.Point(407, 28);
  458. this.rbPayType3.Name = "rbPayType3";
  459. this.rbPayType3.Size = new System.Drawing.Size(91, 24);
  460. this.rbPayType3.TabIndex = 16;
  461. this.rbPayType3.Text = "人時請款";
  462. this.rbPayType3.UseVisualStyleBackColor = true;
  463. //
  464. // rbPayType2
  465. //
  466. this.rbPayType2.AutoSize = true;
  467. this.rbPayType2.Location = new System.Drawing.Point(275, 28);
  468. this.rbPayType2.Name = "rbPayType2";
  469. this.rbPayType2.Size = new System.Drawing.Size(91, 24);
  470. this.rbPayType2.TabIndex = 16;
  471. this.rbPayType2.Text = "人日請款";
  472. this.rbPayType2.UseVisualStyleBackColor = true;
  473. //
  474. // dgvReceiptPlan
  475. //
  476. this.dgvReceiptPlan.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  477. | System.Windows.Forms.AnchorStyles.Left)
  478. | System.Windows.Forms.AnchorStyles.Right)));
  479. this.dgvReceiptPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  480. this.dgvReceiptPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  481. this.cReceiptClean,
  482. this.cReceiptItem,
  483. this.cItemNo,
  484. this.cPhase,
  485. this.cReceiptNo,
  486. this.cReceiptUnitPrice,
  487. this.cReceiptQuantity,
  488. this.cRestReceipt,
  489. this.cExpectedReceiptDate,
  490. this.cActualReceiptDate,
  491. this.cExpectedReceiptedDate,
  492. this.cActualReceiptedDate,
  493. this.cReceiptTax,
  494. this.cReceiptAmount,
  495. this.cRestReceiptAmount,
  496. this.cMemo});
  497. this.dgvReceiptPlan.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  498. this.dgvReceiptPlan.Location = new System.Drawing.Point(6, 63);
  499. this.dgvReceiptPlan.Name = "dgvReceiptPlan";
  500. this.dgvReceiptPlan.ReadOnly = true;
  501. this.dgvReceiptPlan.RowTemplate.Height = 24;
  502. this.dgvReceiptPlan.Size = new System.Drawing.Size(1346, 300);
  503. this.dgvReceiptPlan.TabIndex = 17;
  504. this.dgvReceiptPlan.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvReceiptPlan_CellContentClick);
  505. this.dgvReceiptPlan.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvReceiptPlan_CellEndEdit);
  506. this.dgvReceiptPlan.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvReceiptPlan_CellEnter);
  507. this.dgvReceiptPlan.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvReceiptPlan_RowEnter);
  508. this.dgvReceiptPlan.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvReceiptPlan_RowsAdded);
  509. this.dgvReceiptPlan.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvReceiptPlan_RowValidated);
  510. this.dgvReceiptPlan.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvReceiptPlan_RowValidating);
  511. //
  512. // cReceiptClean
  513. //
  514. this.cReceiptClean.Frozen = true;
  515. this.cReceiptClean.HeaderText = "核銷";
  516. this.cReceiptClean.Name = "cReceiptClean";
  517. this.cReceiptClean.ReadOnly = true;
  518. this.cReceiptClean.Width = 60;
  519. //
  520. // cReceiptItem
  521. //
  522. this.cReceiptItem.Frozen = true;
  523. this.cReceiptItem.HeaderText = "請款項目";
  524. this.cReceiptItem.Name = "cReceiptItem";
  525. this.cReceiptItem.ReadOnly = true;
  526. this.cReceiptItem.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  527. this.cReceiptItem.Width = 200;
  528. //
  529. // cItemNo
  530. //
  531. this.cItemNo.Frozen = true;
  532. this.cItemNo.HeaderText = "項次";
  533. this.cItemNo.Name = "cItemNo";
  534. this.cItemNo.ReadOnly = true;
  535. this.cItemNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  536. this.cItemNo.Width = 65;
  537. //
  538. // cPhase
  539. //
  540. this.cPhase.Frozen = true;
  541. this.cPhase.HeaderText = "期數";
  542. this.cPhase.Name = "cPhase";
  543. this.cPhase.ReadOnly = true;
  544. this.cPhase.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  545. this.cPhase.Width = 65;
  546. //
  547. // cReceiptNo
  548. //
  549. this.cReceiptNo.Frozen = true;
  550. this.cReceiptNo.HeaderText = "發票號碼";
  551. this.cReceiptNo.Name = "cReceiptNo";
  552. this.cReceiptNo.ReadOnly = true;
  553. this.cReceiptNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  554. this.cReceiptNo.Width = 150;
  555. //
  556. // cReceiptUnitPrice
  557. //
  558. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  559. this.cReceiptUnitPrice.DefaultCellStyle = dataGridViewCellStyle1;
  560. this.cReceiptUnitPrice.HeaderText = "請款單價";
  561. this.cReceiptUnitPrice.Name = "cReceiptUnitPrice";
  562. this.cReceiptUnitPrice.ReadOnly = true;
  563. this.cReceiptUnitPrice.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  564. this.cReceiptUnitPrice.Width = 150;
  565. //
  566. // cReceiptQuantity
  567. //
  568. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  569. this.cReceiptQuantity.DefaultCellStyle = dataGridViewCellStyle2;
  570. this.cReceiptQuantity.HeaderText = "請款數量";
  571. this.cReceiptQuantity.Name = "cReceiptQuantity";
  572. this.cReceiptQuantity.ReadOnly = true;
  573. this.cReceiptQuantity.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  574. //
  575. // cRestReceipt
  576. //
  577. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  578. this.cRestReceipt.DefaultCellStyle = dataGridViewCellStyle3;
  579. this.cRestReceipt.HeaderText = "請款餘量";
  580. this.cRestReceipt.Name = "cRestReceipt";
  581. this.cRestReceipt.ReadOnly = true;
  582. this.cRestReceipt.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  583. //
  584. // cExpectedReceiptDate
  585. //
  586. this.cExpectedReceiptDate.HeaderText = "預計請款日期";
  587. this.cExpectedReceiptDate.Name = "cExpectedReceiptDate";
  588. this.cExpectedReceiptDate.ReadOnly = true;
  589. this.cExpectedReceiptDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  590. this.cExpectedReceiptDate.Width = 150;
  591. //
  592. // cActualReceiptDate
  593. //
  594. this.cActualReceiptDate.HeaderText = "實際請款日期";
  595. this.cActualReceiptDate.Name = "cActualReceiptDate";
  596. this.cActualReceiptDate.ReadOnly = true;
  597. this.cActualReceiptDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  598. this.cActualReceiptDate.Width = 150;
  599. //
  600. // cExpectedReceiptedDate
  601. //
  602. this.cExpectedReceiptedDate.HeaderText = "預計收款日期";
  603. this.cExpectedReceiptedDate.Name = "cExpectedReceiptedDate";
  604. this.cExpectedReceiptedDate.ReadOnly = true;
  605. this.cExpectedReceiptedDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  606. this.cExpectedReceiptedDate.Width = 150;
  607. //
  608. // cActualReceiptedDate
  609. //
  610. this.cActualReceiptedDate.HeaderText = "實際收款日期";
  611. this.cActualReceiptedDate.Name = "cActualReceiptedDate";
  612. this.cActualReceiptedDate.ReadOnly = true;
  613. this.cActualReceiptedDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  614. this.cActualReceiptedDate.Width = 150;
  615. //
  616. // cReceiptTax
  617. //
  618. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  619. this.cReceiptTax.DefaultCellStyle = dataGridViewCellStyle4;
  620. this.cReceiptTax.HeaderText = "稅額";
  621. this.cReceiptTax.Name = "cReceiptTax";
  622. this.cReceiptTax.ReadOnly = true;
  623. //
  624. // cReceiptAmount
  625. //
  626. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  627. this.cReceiptAmount.DefaultCellStyle = dataGridViewCellStyle5;
  628. this.cReceiptAmount.HeaderText = "請款金額";
  629. this.cReceiptAmount.Name = "cReceiptAmount";
  630. this.cReceiptAmount.ReadOnly = true;
  631. this.cReceiptAmount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  632. this.cReceiptAmount.Width = 150;
  633. //
  634. // cRestReceiptAmount
  635. //
  636. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  637. this.cRestReceiptAmount.DefaultCellStyle = dataGridViewCellStyle6;
  638. this.cRestReceiptAmount.HeaderText = "待請餘額";
  639. this.cRestReceiptAmount.Name = "cRestReceiptAmount";
  640. this.cRestReceiptAmount.ReadOnly = true;
  641. this.cRestReceiptAmount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  642. this.cRestReceiptAmount.Width = 150;
  643. //
  644. // cMemo
  645. //
  646. this.cMemo.HeaderText = "備註";
  647. this.cMemo.Name = "cMemo";
  648. this.cMemo.ReadOnly = true;
  649. this.cMemo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  650. this.cMemo.Width = 300;
  651. //
  652. // btnArrangeProject
  653. //
  654. this.btnArrangeProject.Enabled = false;
  655. this.btnArrangeProject.Location = new System.Drawing.Point(6, 28);
  656. this.btnArrangeProject.Name = "btnArrangeProject";
  657. this.btnArrangeProject.Size = new System.Drawing.Size(125, 29);
  658. this.btnArrangeProject.TabIndex = 18;
  659. this.btnArrangeProject.Text = "產生請款計劃";
  660. this.btnArrangeProject.UseVisualStyleBackColor = true;
  661. this.btnArrangeProject.Click += new System.EventHandler(this.btnArrangeProject_Click);
  662. //
  663. // txtCustomerID
  664. //
  665. this.txtCustomerID.Location = new System.Drawing.Point(924, 72);
  666. this.txtCustomerID.Name = "txtCustomerID";
  667. this.txtCustomerID.Size = new System.Drawing.Size(60, 29);
  668. this.txtCustomerID.TabIndex = 12;
  669. this.txtCustomerID.Visible = false;
  670. this.txtCustomerID.WordWrap = false;
  671. //
  672. // label5
  673. //
  674. this.label5.AutoSize = true;
  675. this.label5.Location = new System.Drawing.Point(1016, 40);
  676. this.label5.Name = "label5";
  677. this.label5.Size = new System.Drawing.Size(121, 20);
  678. this.label5.TabIndex = 11;
  679. this.label5.Text = "包含結案資料:";
  680. //
  681. // btnGetSalesOrderNo
  682. //
  683. this.btnGetSalesOrderNo.Location = new System.Drawing.Point(881, 36);
  684. this.btnGetSalesOrderNo.Name = "btnGetSalesOrderNo";
  685. this.btnGetSalesOrderNo.Size = new System.Drawing.Size(103, 29);
  686. this.btnGetSalesOrderNo.TabIndex = 13;
  687. this.btnGetSalesOrderNo.Text = "自訂單號";
  688. this.btnGetSalesOrderNo.UseVisualStyleBackColor = true;
  689. this.btnGetSalesOrderNo.Click += new System.EventHandler(this.btnGetSalesOrderNo_Click);
  690. //
  691. // label6
  692. //
  693. this.label6.AutoSize = true;
  694. this.label6.Location = new System.Drawing.Point(497, 144);
  695. this.label6.Name = "label6";
  696. this.label6.Size = new System.Drawing.Size(105, 20);
  697. this.label6.TabIndex = 11;
  698. this.label6.Text = "訂單總金額:";
  699. //
  700. // txtOrderSum
  701. //
  702. this.txtOrderSum.Location = new System.Drawing.Point(608, 141);
  703. this.txtOrderSum.Name = "txtOrderSum";
  704. this.txtOrderSum.ReadOnly = true;
  705. this.txtOrderSum.Size = new System.Drawing.Size(267, 29);
  706. this.txtOrderSum.TabIndex = 12;
  707. this.txtOrderSum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  708. //
  709. // txtProjectName
  710. //
  711. this.txtProjectName.Location = new System.Drawing.Point(608, 106);
  712. this.txtProjectName.Name = "txtProjectName";
  713. this.txtProjectName.Size = new System.Drawing.Size(267, 29);
  714. this.txtProjectName.TabIndex = 12;
  715. //
  716. // txtProjectNumber
  717. //
  718. this.txtProjectNumber.Location = new System.Drawing.Point(881, 106);
  719. this.txtProjectNumber.Name = "txtProjectNumber";
  720. this.txtProjectNumber.Size = new System.Drawing.Size(60, 29);
  721. this.txtProjectNumber.TabIndex = 12;
  722. this.txtProjectNumber.Visible = false;
  723. this.txtProjectNumber.WordWrap = false;
  724. //
  725. // tcOrderData
  726. //
  727. this.tcOrderData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  728. | System.Windows.Forms.AnchorStyles.Left)
  729. | System.Windows.Forms.AnchorStyles.Right)));
  730. this.tcOrderData.Controls.Add(this.OrderTab);
  731. this.tcOrderData.Controls.Add(this.OutSourcingTab);
  732. this.tcOrderData.Location = new System.Drawing.Point(501, 176);
  733. this.tcOrderData.Name = "tcOrderData";
  734. this.tcOrderData.SelectedIndex = 0;
  735. this.tcOrderData.Size = new System.Drawing.Size(1366, 670);
  736. this.tcOrderData.TabIndex = 21;
  737. //
  738. // OrderTab
  739. //
  740. this.OrderTab.Controls.Add(this.groupBox2);
  741. this.OrderTab.Controls.Add(this.dgvOrderContent);
  742. this.OrderTab.Location = new System.Drawing.Point(4, 29);
  743. this.OrderTab.Name = "OrderTab";
  744. this.OrderTab.Padding = new System.Windows.Forms.Padding(3);
  745. this.OrderTab.Size = new System.Drawing.Size(1358, 637);
  746. this.OrderTab.TabIndex = 0;
  747. this.OrderTab.Text = "訂單內容";
  748. this.OrderTab.UseVisualStyleBackColor = true;
  749. //
  750. // groupBox2
  751. //
  752. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  753. | System.Windows.Forms.AnchorStyles.Left)
  754. | System.Windows.Forms.AnchorStyles.Right)));
  755. this.groupBox2.Controls.Add(this.dgvReceiptPlan);
  756. this.groupBox2.Controls.Add(this.btnArrangeProject);
  757. this.groupBox2.Location = new System.Drawing.Point(6, 262);
  758. this.groupBox2.Name = "groupBox2";
  759. this.groupBox2.Size = new System.Drawing.Size(1349, 369);
  760. this.groupBox2.TabIndex = 1;
  761. this.groupBox2.TabStop = false;
  762. this.groupBox2.Text = "請款計劃";
  763. //
  764. // dgvOrderContent
  765. //
  766. this.dgvOrderContent.AllowUserToAddRows = false;
  767. this.dgvOrderContent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  768. | System.Windows.Forms.AnchorStyles.Right)));
  769. this.dgvOrderContent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  770. this.dgvOrderContent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  771. this.cOrderItem,
  772. this.cOrderContent,
  773. this.cUnitPrice,
  774. this.cQuantity,
  775. this.cTax,
  776. this.cAmount,
  777. this.cOrderMemo});
  778. this.dgvOrderContent.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  779. this.dgvOrderContent.Location = new System.Drawing.Point(3, 6);
  780. this.dgvOrderContent.Name = "dgvOrderContent";
  781. this.dgvOrderContent.RowTemplate.Height = 24;
  782. this.dgvOrderContent.Size = new System.Drawing.Size(1349, 250);
  783. this.dgvOrderContent.TabIndex = 0;
  784. this.dgvOrderContent.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvOrderContent_CellBeginEdit);
  785. this.dgvOrderContent.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOrderContent_CellEndEdit);
  786. this.dgvOrderContent.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOrderContent_RowEnter);
  787. this.dgvOrderContent.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvOrderContent_RowsAdded);
  788. this.dgvOrderContent.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOrderContent_RowValidated);
  789. this.dgvOrderContent.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvOrderContent_RowValidating);
  790. //
  791. // cOrderItem
  792. //
  793. this.cOrderItem.DataPropertyName = "ItemNo";
  794. this.cOrderItem.HeaderText = "項次";
  795. this.cOrderItem.Name = "cOrderItem";
  796. this.cOrderItem.ReadOnly = true;
  797. this.cOrderItem.Width = 70;
  798. //
  799. // cOrderContent
  800. //
  801. this.cOrderContent.HeaderText = "採購項目";
  802. this.cOrderContent.Name = "cOrderContent";
  803. this.cOrderContent.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  804. this.cOrderContent.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  805. this.cOrderContent.Width = 300;
  806. //
  807. // cUnitPrice
  808. //
  809. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  810. this.cUnitPrice.DefaultCellStyle = dataGridViewCellStyle7;
  811. this.cUnitPrice.HeaderText = "單價";
  812. this.cUnitPrice.Name = "cUnitPrice";
  813. this.cUnitPrice.Width = 150;
  814. //
  815. // cQuantity
  816. //
  817. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  818. this.cQuantity.DefaultCellStyle = dataGridViewCellStyle8;
  819. this.cQuantity.HeaderText = "數量";
  820. this.cQuantity.Name = "cQuantity";
  821. //
  822. // cTax
  823. //
  824. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  825. this.cTax.DefaultCellStyle = dataGridViewCellStyle9;
  826. this.cTax.HeaderText = "稅額";
  827. this.cTax.Name = "cTax";
  828. this.cTax.ReadOnly = true;
  829. //
  830. // cAmount
  831. //
  832. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  833. this.cAmount.DefaultCellStyle = dataGridViewCellStyle10;
  834. this.cAmount.HeaderText = "小計";
  835. this.cAmount.Name = "cAmount";
  836. this.cAmount.ReadOnly = true;
  837. this.cAmount.Width = 150;
  838. //
  839. // cOrderMemo
  840. //
  841. this.cOrderMemo.DataPropertyName = "Memo";
  842. this.cOrderMemo.HeaderText = "備註";
  843. this.cOrderMemo.Name = "cOrderMemo";
  844. this.cOrderMemo.Width = 300;
  845. //
  846. // OutSourcingTab
  847. //
  848. this.OutSourcingTab.Controls.Add(this.groupBox3);
  849. this.OutSourcingTab.Controls.Add(this.dgvOutSourcingContent);
  850. this.OutSourcingTab.Location = new System.Drawing.Point(4, 29);
  851. this.OutSourcingTab.Name = "OutSourcingTab";
  852. this.OutSourcingTab.Padding = new System.Windows.Forms.Padding(3);
  853. this.OutSourcingTab.Size = new System.Drawing.Size(1358, 637);
  854. this.OutSourcingTab.TabIndex = 1;
  855. this.OutSourcingTab.Text = "委外內容";
  856. this.OutSourcingTab.UseVisualStyleBackColor = true;
  857. //
  858. // groupBox3
  859. //
  860. this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  861. | System.Windows.Forms.AnchorStyles.Left)
  862. | System.Windows.Forms.AnchorStyles.Right)));
  863. this.groupBox3.Controls.Add(this.dgvToPayPlan);
  864. this.groupBox3.Controls.Add(this.btnArrangToPayProject);
  865. this.groupBox3.Location = new System.Drawing.Point(6, 262);
  866. this.groupBox3.Name = "groupBox3";
  867. this.groupBox3.Size = new System.Drawing.Size(1346, 368);
  868. this.groupBox3.TabIndex = 2;
  869. this.groupBox3.TabStop = false;
  870. this.groupBox3.Text = "付款計劃";
  871. //
  872. // dgvToPayPlan
  873. //
  874. this.dgvToPayPlan.AllowUserToAddRows = false;
  875. this.dgvToPayPlan.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  876. | System.Windows.Forms.AnchorStyles.Left)
  877. | System.Windows.Forms.AnchorStyles.Right)));
  878. this.dgvToPayPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  879. this.dgvToPayPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  880. this.cCheckToPay,
  881. this.cPayItem,
  882. this.cPayItemNo,
  883. this.cPayPhase,
  884. this.cInvoiceNo,
  885. this.cPayUnitPrice,
  886. this.cPayQuantity,
  887. this.cRestPayQuantity,
  888. this.cExpectedPayDate,
  889. this.cActualPaiedDate,
  890. this.cPayAmount,
  891. this.cRestPayAmount,
  892. this.cPayMemo});
  893. this.dgvToPayPlan.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  894. this.dgvToPayPlan.Location = new System.Drawing.Point(6, 63);
  895. this.dgvToPayPlan.Name = "dgvToPayPlan";
  896. this.dgvToPayPlan.RowTemplate.Height = 24;
  897. this.dgvToPayPlan.Size = new System.Drawing.Size(1346, 299);
  898. this.dgvToPayPlan.TabIndex = 18;
  899. this.dgvToPayPlan.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvToPayPlan_CellContentClick);
  900. this.dgvToPayPlan.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvToPayPlan_CellEndEdit);
  901. this.dgvToPayPlan.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvToPayPlan_CellEnter);
  902. this.dgvToPayPlan.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvToPayPlan_RowsAdded);
  903. this.dgvToPayPlan.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvToPayPlan_RowValidated);
  904. this.dgvToPayPlan.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvToPayPlan_RowValidating);
  905. //
  906. // cCheckToPay
  907. //
  908. this.cCheckToPay.HeaderText = "核銷";
  909. this.cCheckToPay.Name = "cCheckToPay";
  910. this.cCheckToPay.Width = 60;
  911. //
  912. // cPayItem
  913. //
  914. this.cPayItem.HeaderText = "付款項目";
  915. this.cPayItem.Name = "cPayItem";
  916. this.cPayItem.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  917. this.cPayItem.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  918. this.cPayItem.Width = 200;
  919. //
  920. // cPayItemNo
  921. //
  922. this.cPayItemNo.HeaderText = "項次";
  923. this.cPayItemNo.Name = "cPayItemNo";
  924. this.cPayItemNo.ReadOnly = true;
  925. this.cPayItemNo.Width = 65;
  926. //
  927. // cPayPhase
  928. //
  929. this.cPayPhase.HeaderText = "期數";
  930. this.cPayPhase.Name = "cPayPhase";
  931. this.cPayPhase.ReadOnly = true;
  932. this.cPayPhase.Width = 65;
  933. //
  934. // cInvoiceNo
  935. //
  936. this.cInvoiceNo.HeaderText = "發票號碼";
  937. this.cInvoiceNo.Name = "cInvoiceNo";
  938. this.cInvoiceNo.Width = 150;
  939. //
  940. // cPayUnitPrice
  941. //
  942. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  943. this.cPayUnitPrice.DefaultCellStyle = dataGridViewCellStyle11;
  944. this.cPayUnitPrice.HeaderText = "付款單價";
  945. this.cPayUnitPrice.Name = "cPayUnitPrice";
  946. //
  947. // cPayQuantity
  948. //
  949. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  950. this.cPayQuantity.DefaultCellStyle = dataGridViewCellStyle12;
  951. this.cPayQuantity.HeaderText = "付款數量";
  952. this.cPayQuantity.Name = "cPayQuantity";
  953. //
  954. // cRestPayQuantity
  955. //
  956. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  957. this.cRestPayQuantity.DefaultCellStyle = dataGridViewCellStyle13;
  958. this.cRestPayQuantity.HeaderText = "付款餘量";
  959. this.cRestPayQuantity.Name = "cRestPayQuantity";
  960. this.cRestPayQuantity.ReadOnly = true;
  961. //
  962. // cExpectedPayDate
  963. //
  964. this.cExpectedPayDate.HeaderText = "預計付款日期";
  965. this.cExpectedPayDate.Name = "cExpectedPayDate";
  966. this.cExpectedPayDate.Width = 150;
  967. //
  968. // cActualPaiedDate
  969. //
  970. this.cActualPaiedDate.HeaderText = "實際付款日期";
  971. this.cActualPaiedDate.Name = "cActualPaiedDate";
  972. this.cActualPaiedDate.Width = 150;
  973. //
  974. // cPayAmount
  975. //
  976. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  977. this.cPayAmount.DefaultCellStyle = dataGridViewCellStyle14;
  978. this.cPayAmount.HeaderText = "付款金額";
  979. this.cPayAmount.Name = "cPayAmount";
  980. //
  981. // cRestPayAmount
  982. //
  983. dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  984. this.cRestPayAmount.DefaultCellStyle = dataGridViewCellStyle15;
  985. this.cRestPayAmount.HeaderText = "待付餘額";
  986. this.cRestPayAmount.Name = "cRestPayAmount";
  987. this.cRestPayAmount.ReadOnly = true;
  988. //
  989. // cPayMemo
  990. //
  991. this.cPayMemo.HeaderText = "備註";
  992. this.cPayMemo.Name = "cPayMemo";
  993. this.cPayMemo.Width = 300;
  994. //
  995. // btnArrangToPayProject
  996. //
  997. this.btnArrangToPayProject.Location = new System.Drawing.Point(6, 28);
  998. this.btnArrangToPayProject.Name = "btnArrangToPayProject";
  999. this.btnArrangToPayProject.Size = new System.Drawing.Size(125, 29);
  1000. this.btnArrangToPayProject.TabIndex = 0;
  1001. this.btnArrangToPayProject.Text = "產生付款計劃";
  1002. this.btnArrangToPayProject.UseVisualStyleBackColor = true;
  1003. this.btnArrangToPayProject.Click += new System.EventHandler(this.btnArrangToPayProject_Click);
  1004. //
  1005. // dgvOutSourcingContent
  1006. //
  1007. this.dgvOutSourcingContent.AllowUserToAddRows = false;
  1008. this.dgvOutSourcingContent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1009. | System.Windows.Forms.AnchorStyles.Right)));
  1010. this.dgvOutSourcingContent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1011. this.dgvOutSourcingContent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1012. this.cOutOrderItem,
  1013. this.cOutOrderContent,
  1014. this.cOutUnitPrice,
  1015. this.cOutQuantity,
  1016. this.cOutAmount,
  1017. this.cOutOrderMemo});
  1018. this.dgvOutSourcingContent.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  1019. this.dgvOutSourcingContent.Location = new System.Drawing.Point(3, 6);
  1020. this.dgvOutSourcingContent.Name = "dgvOutSourcingContent";
  1021. this.dgvOutSourcingContent.RowTemplate.Height = 24;
  1022. this.dgvOutSourcingContent.Size = new System.Drawing.Size(1349, 250);
  1023. this.dgvOutSourcingContent.TabIndex = 1;
  1024. this.dgvOutSourcingContent.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvOutSourcingContent_CellBeginEdit);
  1025. this.dgvOutSourcingContent.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOutSourcingContent_CellEndEdit);
  1026. this.dgvOutSourcingContent.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOutSourcingContent_RowEnter);
  1027. this.dgvOutSourcingContent.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvOutSourcingContent_RowsAdded);
  1028. this.dgvOutSourcingContent.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOutSourcingContent_RowValidated);
  1029. this.dgvOutSourcingContent.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvOutSourcingContent_RowValidating);
  1030. //
  1031. // cOutOrderItem
  1032. //
  1033. this.cOutOrderItem.DataPropertyName = "ItemNo";
  1034. this.cOutOrderItem.HeaderText = "項次";
  1035. this.cOutOrderItem.Name = "cOutOrderItem";
  1036. this.cOutOrderItem.ReadOnly = true;
  1037. this.cOutOrderItem.Width = 70;
  1038. //
  1039. // cOutOrderContent
  1040. //
  1041. this.cOutOrderContent.HeaderText = "委外項目";
  1042. this.cOutOrderContent.Name = "cOutOrderContent";
  1043. this.cOutOrderContent.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1044. this.cOutOrderContent.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1045. this.cOutOrderContent.Width = 300;
  1046. //
  1047. // cOutUnitPrice
  1048. //
  1049. dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1050. this.cOutUnitPrice.DefaultCellStyle = dataGridViewCellStyle16;
  1051. this.cOutUnitPrice.HeaderText = "委外單價";
  1052. this.cOutUnitPrice.Name = "cOutUnitPrice";
  1053. this.cOutUnitPrice.Width = 150;
  1054. //
  1055. // cOutQuantity
  1056. //
  1057. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1058. this.cOutQuantity.DefaultCellStyle = dataGridViewCellStyle17;
  1059. this.cOutQuantity.HeaderText = "委外數量";
  1060. this.cOutQuantity.Name = "cOutQuantity";
  1061. //
  1062. // cOutAmount
  1063. //
  1064. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1065. this.cOutAmount.DefaultCellStyle = dataGridViewCellStyle18;
  1066. this.cOutAmount.HeaderText = "小計";
  1067. this.cOutAmount.Name = "cOutAmount";
  1068. this.cOutAmount.ReadOnly = true;
  1069. this.cOutAmount.Width = 150;
  1070. //
  1071. // cOutOrderMemo
  1072. //
  1073. this.cOutOrderMemo.DataPropertyName = "Memo";
  1074. this.cOutOrderMemo.HeaderText = "備註";
  1075. this.cOutOrderMemo.Name = "cOutOrderMemo";
  1076. this.cOutOrderMemo.Width = 300;
  1077. //
  1078. // label4
  1079. //
  1080. this.label4.AutoSize = true;
  1081. this.label4.Location = new System.Drawing.Point(1016, 144);
  1082. this.label4.Name = "label4";
  1083. this.label4.Size = new System.Drawing.Size(105, 20);
  1084. this.label4.TabIndex = 11;
  1085. this.label4.Text = "委外總金額:";
  1086. //
  1087. // txtOutSourcingSum
  1088. //
  1089. this.txtOutSourcingSum.Location = new System.Drawing.Point(1127, 141);
  1090. this.txtOutSourcingSum.Name = "txtOutSourcingSum";
  1091. this.txtOutSourcingSum.ReadOnly = true;
  1092. this.txtOutSourcingSum.Size = new System.Drawing.Size(267, 29);
  1093. this.txtOutSourcingSum.TabIndex = 12;
  1094. this.txtOutSourcingSum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  1095. //
  1096. // rbOrderStatusOpen
  1097. //
  1098. this.rbOrderStatusOpen.AutoSize = true;
  1099. this.rbOrderStatusOpen.Location = new System.Drawing.Point(1143, 38);
  1100. this.rbOrderStatusOpen.Name = "rbOrderStatusOpen";
  1101. this.rbOrderStatusOpen.Size = new System.Drawing.Size(75, 24);
  1102. this.rbOrderStatusOpen.TabIndex = 22;
  1103. this.rbOrderStatusOpen.TabStop = true;
  1104. this.rbOrderStatusOpen.Text = "未結案";
  1105. this.rbOrderStatusOpen.UseVisualStyleBackColor = true;
  1106. //
  1107. // rbOrderStatusClose
  1108. //
  1109. this.rbOrderStatusClose.AutoSize = true;
  1110. this.rbOrderStatusClose.Location = new System.Drawing.Point(1224, 38);
  1111. this.rbOrderStatusClose.Name = "rbOrderStatusClose";
  1112. this.rbOrderStatusClose.Size = new System.Drawing.Size(75, 24);
  1113. this.rbOrderStatusClose.TabIndex = 22;
  1114. this.rbOrderStatusClose.TabStop = true;
  1115. this.rbOrderStatusClose.Text = "已結案";
  1116. this.rbOrderStatusClose.UseVisualStyleBackColor = true;
  1117. //
  1118. // PayPlanManagement
  1119. //
  1120. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
  1121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1122. this.ClientSize = new System.Drawing.Size(1879, 857);
  1123. this.Controls.Add(this.rbOrderStatusClose);
  1124. this.Controls.Add(this.rbOrderStatusOpen);
  1125. this.Controls.Add(this.tcOrderData);
  1126. this.Controls.Add(this.groupBox1);
  1127. this.Controls.Add(this.btnGetSalesOrderNo);
  1128. this.Controls.Add(this.btnGetCustomer);
  1129. this.Controls.Add(this.txtProjectNumber);
  1130. this.Controls.Add(this.txtCustomerID);
  1131. this.Controls.Add(this.txtOutSourcingSum);
  1132. this.Controls.Add(this.txtOrderSum);
  1133. this.Controls.Add(this.txtProjectName);
  1134. this.Controls.Add(this.txtCustomerName);
  1135. this.Controls.Add(this.label4);
  1136. this.Controls.Add(this.label5);
  1137. this.Controls.Add(this.label6);
  1138. this.Controls.Add(this.label3);
  1139. this.Controls.Add(this.label2);
  1140. this.Controls.Add(this.txtSalesOrderNo);
  1141. this.Controls.Add(this.label1);
  1142. this.Controls.Add(this.dgvOrderList);
  1143. this.Controls.Add(this.tsButtons);
  1144. this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  1145. this.Margin = new System.Windows.Forms.Padding(5);
  1146. this.Name = "PayPlanManagement";
  1147. this.Text = "請款計劃維護";
  1148. this.Load += new System.EventHandler(this.PayPlanManagement_Load);
  1149. this.tsButtons.ResumeLayout(false);
  1150. this.tsButtons.PerformLayout();
  1151. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderList)).EndInit();
  1152. this.groupBox1.ResumeLayout(false);
  1153. this.groupBox1.PerformLayout();
  1154. ((System.ComponentModel.ISupportInitialize)(this.dgvReceiptPlan)).EndInit();
  1155. this.tcOrderData.ResumeLayout(false);
  1156. this.OrderTab.ResumeLayout(false);
  1157. this.groupBox2.ResumeLayout(false);
  1158. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderContent)).EndInit();
  1159. this.OutSourcingTab.ResumeLayout(false);
  1160. this.groupBox3.ResumeLayout(false);
  1161. ((System.ComponentModel.ISupportInitialize)(this.dgvToPayPlan)).EndInit();
  1162. ((System.ComponentModel.ISupportInitialize)(this.dgvOutSourcingContent)).EndInit();
  1163. this.ResumeLayout(false);
  1164. this.PerformLayout();
  1165. }
  1166. #endregion
  1167. private System.Windows.Forms.ToolStrip tsButtons;
  1168. private System.Windows.Forms.ToolStripButton tsbSearch;
  1169. private System.Windows.Forms.ToolStripButton tsbAdd;
  1170. private System.Windows.Forms.ToolStripButton tsbEdit;
  1171. private System.Windows.Forms.ToolStripButton tsbDelete;
  1172. private System.Windows.Forms.ToolStripButton tsbSave;
  1173. private System.Windows.Forms.ToolStripButton tsbOK;
  1174. private System.Windows.Forms.ToolStripButton tsbCancel;
  1175. private System.Windows.Forms.ToolStripButton tsbClean;
  1176. private System.Windows.Forms.ToolStripButton tsbExit;
  1177. private System.Windows.Forms.DataGridView dgvOrderList;
  1178. private System.Windows.Forms.Label label1;
  1179. private System.Windows.Forms.TextBox txtSalesOrderNo;
  1180. private System.Windows.Forms.Label label2;
  1181. private System.Windows.Forms.TextBox txtCustomerName;
  1182. private System.Windows.Forms.Button btnGetCustomer;
  1183. private System.Windows.Forms.Label label3;
  1184. private System.Windows.Forms.RadioButton rbPayType;
  1185. private System.Windows.Forms.RadioButton rbPayType1;
  1186. private System.Windows.Forms.GroupBox groupBox1;
  1187. private System.Windows.Forms.RadioButton rbPayType3;
  1188. private System.Windows.Forms.RadioButton rbPayType2;
  1189. private System.Windows.Forms.DataGridView dgvReceiptPlan;
  1190. private System.Windows.Forms.TextBox txtCustomerID;
  1191. private System.Windows.Forms.Label label5;
  1192. private System.Windows.Forms.Button btnGetSalesOrderNo;
  1193. private System.Windows.Forms.Label label6;
  1194. private System.Windows.Forms.TextBox txtOrderSum;
  1195. private System.Windows.Forms.TextBox txtProjectName;
  1196. private System.Windows.Forms.TextBox txtProjectNumber;
  1197. private System.Windows.Forms.Button btnArrangeProject;
  1198. private System.Windows.Forms.TabControl tcOrderData;
  1199. private System.Windows.Forms.TabPage OrderTab;
  1200. private System.Windows.Forms.DataGridView dgvOrderContent;
  1201. private System.Windows.Forms.TabPage OutSourcingTab;
  1202. private System.Windows.Forms.DataGridView dgvOutSourcingContent;
  1203. private System.Windows.Forms.Label label4;
  1204. private System.Windows.Forms.TextBox txtOutSourcingSum;
  1205. private System.Windows.Forms.DataGridView dgvToPayPlan;
  1206. private System.Windows.Forms.Button btnArrangToPayProject;
  1207. private System.Windows.Forms.ToolStripButton tsbSetup;
  1208. private System.Windows.Forms.DataGridViewTextBoxColumn cOrderItem;
  1209. private System.Windows.Forms.DataGridViewComboBoxColumn cOrderContent;
  1210. private System.Windows.Forms.DataGridViewTextBoxColumn cUnitPrice;
  1211. private System.Windows.Forms.DataGridViewTextBoxColumn cQuantity;
  1212. private System.Windows.Forms.DataGridViewTextBoxColumn cTax;
  1213. private System.Windows.Forms.DataGridViewTextBoxColumn cAmount;
  1214. private System.Windows.Forms.DataGridViewTextBoxColumn cOrderMemo;
  1215. private System.Windows.Forms.DataGridViewButtonColumn cReceiptClean;
  1216. private System.Windows.Forms.DataGridViewComboBoxColumn cReceiptItem;
  1217. private System.Windows.Forms.DataGridViewTextBoxColumn cItemNo;
  1218. private System.Windows.Forms.DataGridViewTextBoxColumn cPhase;
  1219. private System.Windows.Forms.DataGridViewTextBoxColumn cReceiptNo;
  1220. private System.Windows.Forms.DataGridViewTextBoxColumn cReceiptUnitPrice;
  1221. private System.Windows.Forms.DataGridViewTextBoxColumn cReceiptQuantity;
  1222. private System.Windows.Forms.DataGridViewTextBoxColumn cRestReceipt;
  1223. private System.Windows.Forms.DataGridViewTextBoxColumn cExpectedReceiptDate;
  1224. private System.Windows.Forms.DataGridViewTextBoxColumn cActualReceiptDate;
  1225. private System.Windows.Forms.DataGridViewTextBoxColumn cExpectedReceiptedDate;
  1226. private System.Windows.Forms.DataGridViewTextBoxColumn cActualReceiptedDate;
  1227. private System.Windows.Forms.DataGridViewTextBoxColumn cReceiptTax;
  1228. private System.Windows.Forms.DataGridViewTextBoxColumn cReceiptAmount;
  1229. private System.Windows.Forms.DataGridViewTextBoxColumn cRestReceiptAmount;
  1230. private System.Windows.Forms.DataGridViewTextBoxColumn cMemo;
  1231. private System.Windows.Forms.GroupBox groupBox2;
  1232. private System.Windows.Forms.GroupBox groupBox3;
  1233. private System.Windows.Forms.DataGridViewTextBoxColumn cOutOrderItem;
  1234. private System.Windows.Forms.DataGridViewComboBoxColumn cOutOrderContent;
  1235. private System.Windows.Forms.DataGridViewTextBoxColumn cOutUnitPrice;
  1236. private System.Windows.Forms.DataGridViewTextBoxColumn cOutQuantity;
  1237. private System.Windows.Forms.DataGridViewTextBoxColumn cOutAmount;
  1238. private System.Windows.Forms.DataGridViewTextBoxColumn cOutOrderMemo;
  1239. private System.Windows.Forms.RadioButton rbOrderStatusOpen;
  1240. private System.Windows.Forms.RadioButton rbOrderStatusClose;
  1241. private System.Windows.Forms.DataGridViewTextBoxColumn cCustomerName;
  1242. private System.Windows.Forms.DataGridViewTextBoxColumn cProjectName;
  1243. private System.Windows.Forms.DataGridViewTextBoxColumn cOrderID;
  1244. private System.Windows.Forms.DataGridViewTextBoxColumn cCustomerID;
  1245. private System.Windows.Forms.DataGridViewTextBoxColumn cProjectNumber;
  1246. private System.Windows.Forms.DataGridViewTextBoxColumn cPayType;
  1247. private System.Windows.Forms.DataGridViewTextBoxColumn cOrderStatus;
  1248. private System.Windows.Forms.DataGridViewTextBoxColumn cModifyDate;
  1249. private System.Windows.Forms.DataGridViewTextBoxColumn cModifyUser;
  1250. private System.Windows.Forms.DataGridViewButtonColumn cCheckToPay;
  1251. private System.Windows.Forms.DataGridViewComboBoxColumn cPayItem;
  1252. private System.Windows.Forms.DataGridViewTextBoxColumn cPayItemNo;
  1253. private System.Windows.Forms.DataGridViewTextBoxColumn cPayPhase;
  1254. private System.Windows.Forms.DataGridViewTextBoxColumn cInvoiceNo;
  1255. private System.Windows.Forms.DataGridViewTextBoxColumn cPayUnitPrice;
  1256. private System.Windows.Forms.DataGridViewTextBoxColumn cPayQuantity;
  1257. private System.Windows.Forms.DataGridViewTextBoxColumn cRestPayQuantity;
  1258. private System.Windows.Forms.DataGridViewTextBoxColumn cExpectedPayDate;
  1259. private System.Windows.Forms.DataGridViewTextBoxColumn cActualPaiedDate;
  1260. private System.Windows.Forms.DataGridViewTextBoxColumn cPayAmount;
  1261. private System.Windows.Forms.DataGridViewTextBoxColumn cRestPayAmount;
  1262. private System.Windows.Forms.DataGridViewTextBoxColumn cPayMemo;
  1263. }
  1264. }