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.

334 lines
17 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class CashFlowForecast
  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(CashFlowForecast));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.tsButtons = new System.Windows.Forms.ToolStrip();
  32. this.tsbSearch = new System.Windows.Forms.ToolStripButton();
  33. this.tsbAdd = new System.Windows.Forms.ToolStripButton();
  34. this.tsbEdit = new System.Windows.Forms.ToolStripButton();
  35. this.tsbDelete = new System.Windows.Forms.ToolStripButton();
  36. this.tsbSave = new System.Windows.Forms.ToolStripButton();
  37. this.tsbOK = new System.Windows.Forms.ToolStripButton();
  38. this.tsbCancel = new System.Windows.Forms.ToolStripButton();
  39. this.tsbClean = new System.Windows.Forms.ToolStripButton();
  40. this.tsbExit = new System.Windows.Forms.ToolStripButton();
  41. this.tsbSetup = new System.Windows.Forms.ToolStripButton();
  42. this.dgvCashFlow = new System.Windows.Forms.DataGridView();
  43. this.cDel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  44. this.cForecastDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.cCustomerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.cInvoiceNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.cMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.cIncome = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.cExpand = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.cRest = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.cItemNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.cProjectNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.cProjectCName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.tsButtons.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.dgvCashFlow)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // tsButtons
  59. //
  60. this.tsButtons.ImageScalingSize = new System.Drawing.Size(25, 25);
  61. this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  62. this.tsbSearch,
  63. this.tsbAdd,
  64. this.tsbEdit,
  65. this.tsbDelete,
  66. this.tsbSave,
  67. this.tsbOK,
  68. this.tsbCancel,
  69. this.tsbClean,
  70. this.tsbExit,
  71. this.tsbSetup});
  72. this.tsButtons.Location = new System.Drawing.Point(0, 0);
  73. this.tsButtons.Name = "tsButtons";
  74. this.tsButtons.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
  75. this.tsButtons.Size = new System.Drawing.Size(1496, 32);
  76. this.tsButtons.TabIndex = 10;
  77. this.tsButtons.Text = "功能按鈕表";
  78. //
  79. // tsbSearch
  80. //
  81. this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  82. this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
  83. this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  84. this.tsbSearch.Name = "tsbSearch";
  85. this.tsbSearch.Size = new System.Drawing.Size(29, 29);
  86. this.tsbSearch.Text = "搜尋";
  87. this.tsbSearch.Visible = false;
  88. this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
  89. //
  90. // tsbAdd
  91. //
  92. this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  93. this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
  94. this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  95. this.tsbAdd.Name = "tsbAdd";
  96. this.tsbAdd.Size = new System.Drawing.Size(29, 29);
  97. this.tsbAdd.Text = "新增";
  98. this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
  99. //
  100. // tsbEdit
  101. //
  102. this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  103. this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
  104. this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  105. this.tsbEdit.Name = "tsbEdit";
  106. this.tsbEdit.Size = new System.Drawing.Size(29, 29);
  107. this.tsbEdit.Text = "修改";
  108. this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
  109. //
  110. // tsbDelete
  111. //
  112. this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  113. this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
  114. this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  115. this.tsbDelete.Name = "tsbDelete";
  116. this.tsbDelete.Size = new System.Drawing.Size(29, 29);
  117. this.tsbDelete.Text = "刪除";
  118. this.tsbDelete.Visible = false;
  119. this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
  120. //
  121. // tsbSave
  122. //
  123. this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  124. this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
  125. this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  126. this.tsbSave.Name = "tsbSave";
  127. this.tsbSave.Size = new System.Drawing.Size(29, 29);
  128. this.tsbSave.Text = "儲存";
  129. this.tsbSave.Visible = false;
  130. this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
  131. //
  132. // tsbOK
  133. //
  134. this.tsbOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  135. this.tsbOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbOK.Image")));
  136. this.tsbOK.ImageTransparentColor = System.Drawing.Color.Magenta;
  137. this.tsbOK.Name = "tsbOK";
  138. this.tsbOK.Size = new System.Drawing.Size(29, 29);
  139. this.tsbOK.Text = "確認";
  140. this.tsbOK.Visible = false;
  141. this.tsbOK.Click += new System.EventHandler(this.tsbOK_Click);
  142. //
  143. // tsbCancel
  144. //
  145. this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  146. this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image")));
  147. this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
  148. this.tsbCancel.Name = "tsbCancel";
  149. this.tsbCancel.Size = new System.Drawing.Size(29, 29);
  150. this.tsbCancel.Text = "取消";
  151. this.tsbCancel.Visible = false;
  152. this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
  153. //
  154. // tsbClean
  155. //
  156. this.tsbClean.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  157. this.tsbClean.Image = ((System.Drawing.Image)(resources.GetObject("tsbClean.Image")));
  158. this.tsbClean.ImageTransparentColor = System.Drawing.Color.Magenta;
  159. this.tsbClean.Name = "tsbClean";
  160. this.tsbClean.Size = new System.Drawing.Size(29, 29);
  161. this.tsbClean.Text = "清除";
  162. this.tsbClean.Click += new System.EventHandler(this.tsbClean_Click);
  163. //
  164. // tsbExit
  165. //
  166. this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  167. this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
  168. this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  169. this.tsbExit.Name = "tsbExit";
  170. this.tsbExit.Size = new System.Drawing.Size(29, 29);
  171. this.tsbExit.Text = "離開";
  172. this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
  173. //
  174. // tsbSetup
  175. //
  176. this.tsbSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  177. this.tsbSetup.Image = ((System.Drawing.Image)(resources.GetObject("tsbSetup.Image")));
  178. this.tsbSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
  179. this.tsbSetup.Name = "tsbSetup";
  180. this.tsbSetup.Size = new System.Drawing.Size(29, 29);
  181. this.tsbSetup.Text = "分錄設定";
  182. this.tsbSetup.Click += new System.EventHandler(this.tsbSetup_Click);
  183. //
  184. // dgvCashFlow
  185. //
  186. this.dgvCashFlow.AllowUserToAddRows = false;
  187. this.dgvCashFlow.AllowUserToDeleteRows = false;
  188. this.dgvCashFlow.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  189. | System.Windows.Forms.AnchorStyles.Left)
  190. | System.Windows.Forms.AnchorStyles.Right)));
  191. this.dgvCashFlow.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  192. this.dgvCashFlow.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  193. this.cDel,
  194. this.cForecastDate,
  195. this.cCustomerName,
  196. this.cInvoiceNo,
  197. this.cMemo,
  198. this.cIncome,
  199. this.cExpand,
  200. this.cRest,
  201. this.cItemNo,
  202. this.cProjectNumber,
  203. this.cProjectCName});
  204. this.dgvCashFlow.Location = new System.Drawing.Point(12, 35);
  205. this.dgvCashFlow.Name = "dgvCashFlow";
  206. this.dgvCashFlow.RowTemplate.Height = 24;
  207. this.dgvCashFlow.Size = new System.Drawing.Size(1472, 494);
  208. this.dgvCashFlow.TabIndex = 11;
  209. this.dgvCashFlow.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvCashFlow_CellBeginEdit);
  210. this.dgvCashFlow.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCashFlow_CellEndEdit);
  211. this.dgvCashFlow.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCashFlow_RowValidated);
  212. this.dgvCashFlow.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvCashFlow_RowValidating);
  213. //
  214. // cDel
  215. //
  216. this.cDel.FalseValue = "N";
  217. this.cDel.HeaderText = "刪除";
  218. this.cDel.Name = "cDel";
  219. this.cDel.TrueValue = "Y";
  220. this.cDel.Width = 50;
  221. //
  222. // cForecastDate
  223. //
  224. this.cForecastDate.HeaderText = "預估日期";
  225. this.cForecastDate.Name = "cForecastDate";
  226. this.cForecastDate.Width = 150;
  227. //
  228. // cCustomerName
  229. //
  230. this.cCustomerName.HeaderText = "客戶名稱";
  231. this.cCustomerName.Name = "cCustomerName";
  232. this.cCustomerName.Width = 200;
  233. //
  234. // cInvoiceNo
  235. //
  236. this.cInvoiceNo.HeaderText = "發票號碼";
  237. this.cInvoiceNo.Name = "cInvoiceNo";
  238. this.cInvoiceNo.Width = 150;
  239. //
  240. // cMemo
  241. //
  242. this.cMemo.HeaderText = "備註";
  243. this.cMemo.Name = "cMemo";
  244. this.cMemo.Width = 300;
  245. //
  246. // cIncome
  247. //
  248. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  249. this.cIncome.DefaultCellStyle = dataGridViewCellStyle3;
  250. this.cIncome.HeaderText = "收入";
  251. this.cIncome.Name = "cIncome";
  252. this.cIncome.Width = 150;
  253. //
  254. // cExpand
  255. //
  256. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  257. this.cExpand.DefaultCellStyle = dataGridViewCellStyle4;
  258. this.cExpand.HeaderText = "支出";
  259. this.cExpand.Name = "cExpand";
  260. this.cExpand.Width = 150;
  261. //
  262. // cRest
  263. //
  264. this.cRest.HeaderText = "預估餘額";
  265. this.cRest.Name = "cRest";
  266. this.cRest.Width = 150;
  267. //
  268. // cItemNo
  269. //
  270. this.cItemNo.HeaderText = "項目代碼";
  271. this.cItemNo.Name = "cItemNo";
  272. this.cItemNo.Visible = false;
  273. //
  274. // cProjectNumber
  275. //
  276. this.cProjectNumber.HeaderText = "專案編號";
  277. this.cProjectNumber.Name = "cProjectNumber";
  278. this.cProjectNumber.Visible = false;
  279. //
  280. // cProjectCName
  281. //
  282. this.cProjectCName.HeaderText = "專案名稱";
  283. this.cProjectCName.Name = "cProjectCName";
  284. this.cProjectCName.Width = 200;
  285. //
  286. // CashFlowForecast
  287. //
  288. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
  289. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  290. this.ClientSize = new System.Drawing.Size(1496, 541);
  291. this.Controls.Add(this.dgvCashFlow);
  292. this.Controls.Add(this.tsButtons);
  293. this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  294. this.Margin = new System.Windows.Forms.Padding(5);
  295. this.Name = "CashFlowForecast";
  296. this.Text = "現金流量預估維護";
  297. this.Load += new System.EventHandler(this.CashFlowForecast_Load);
  298. this.tsButtons.ResumeLayout(false);
  299. this.tsButtons.PerformLayout();
  300. ((System.ComponentModel.ISupportInitialize)(this.dgvCashFlow)).EndInit();
  301. this.ResumeLayout(false);
  302. this.PerformLayout();
  303. }
  304. #endregion
  305. private System.Windows.Forms.ToolStrip tsButtons;
  306. private System.Windows.Forms.ToolStripButton tsbSearch;
  307. private System.Windows.Forms.ToolStripButton tsbAdd;
  308. private System.Windows.Forms.ToolStripButton tsbEdit;
  309. private System.Windows.Forms.ToolStripButton tsbDelete;
  310. private System.Windows.Forms.ToolStripButton tsbSave;
  311. private System.Windows.Forms.ToolStripButton tsbOK;
  312. private System.Windows.Forms.ToolStripButton tsbCancel;
  313. private System.Windows.Forms.ToolStripButton tsbClean;
  314. private System.Windows.Forms.ToolStripButton tsbExit;
  315. private System.Windows.Forms.ToolStripButton tsbSetup;
  316. private System.Windows.Forms.DataGridView dgvCashFlow;
  317. private System.Windows.Forms.DataGridViewCheckBoxColumn cDel;
  318. private System.Windows.Forms.DataGridViewTextBoxColumn cForecastDate;
  319. private System.Windows.Forms.DataGridViewTextBoxColumn cCustomerName;
  320. private System.Windows.Forms.DataGridViewTextBoxColumn cInvoiceNo;
  321. private System.Windows.Forms.DataGridViewTextBoxColumn cMemo;
  322. private System.Windows.Forms.DataGridViewTextBoxColumn cIncome;
  323. private System.Windows.Forms.DataGridViewTextBoxColumn cExpand;
  324. private System.Windows.Forms.DataGridViewTextBoxColumn cRest;
  325. private System.Windows.Forms.DataGridViewTextBoxColumn cItemNo;
  326. private System.Windows.Forms.DataGridViewTextBoxColumn cProjectNumber;
  327. private System.Windows.Forms.DataGridViewTextBoxColumn cProjectCName;
  328. }
  329. }