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.

620 lines
32 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class ProjectIncomeStatement
  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(ProjectIncomeStatement));
  29. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea7 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  30. System.Windows.Forms.DataVisualization.Charting.Legend legend7 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  31. System.Windows.Forms.DataVisualization.Charting.Series series7 = new System.Windows.Forms.DataVisualization.Charting.Series();
  32. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea8 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  33. System.Windows.Forms.DataVisualization.Charting.Legend legend8 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  34. System.Windows.Forms.DataVisualization.Charting.Series series8 = new System.Windows.Forms.DataVisualization.Charting.Series();
  35. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea9 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  36. System.Windows.Forms.DataVisualization.Charting.Legend legend9 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  37. System.Windows.Forms.DataVisualization.Charting.Series series9 = new System.Windows.Forms.DataVisualization.Charting.Series();
  38. this.tsButtons = new System.Windows.Forms.ToolStrip();
  39. this.tsbSearch = new System.Windows.Forms.ToolStripButton();
  40. this.tsbAdd = new System.Windows.Forms.ToolStripButton();
  41. this.tsbEdit = new System.Windows.Forms.ToolStripButton();
  42. this.tsbDelete = new System.Windows.Forms.ToolStripButton();
  43. this.tsbSave = new System.Windows.Forms.ToolStripButton();
  44. this.tsbOK = new System.Windows.Forms.ToolStripButton();
  45. this.tsbCancel = new System.Windows.Forms.ToolStripButton();
  46. this.tsbClean = new System.Windows.Forms.ToolStripButton();
  47. this.tsbExit = new System.Windows.Forms.ToolStripButton();
  48. this.tsbSetup = new System.Windows.Forms.ToolStripButton();
  49. this.label4 = new System.Windows.Forms.Label();
  50. this.tabControl1 = new System.Windows.Forms.TabControl();
  51. this.tbIncome = new System.Windows.Forms.TabPage();
  52. this.dgvIncome = new System.Windows.Forms.DataGridView();
  53. this.cInAccountingSubID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.cInAccountingSubject = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.cInAccountingAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.tbExpense = new System.Windows.Forms.TabPage();
  57. this.dgvExpense = new System.Windows.Forms.DataGridView();
  58. this.cExAccountingSubID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.cExAccountingSubject = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.cExAccountingAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.label1 = new System.Windows.Forms.Label();
  62. this.label2 = new System.Windows.Forms.Label();
  63. this.label6 = new System.Windows.Forms.Label();
  64. this.lbIncome = new System.Windows.Forms.Label();
  65. this.lbExpense = new System.Windows.Forms.Label();
  66. this.lbNetAfterTax = new System.Windows.Forms.Label();
  67. this.crNet = new System.Windows.Forms.DataVisualization.Charting.Chart();
  68. this.tbCharts = new System.Windows.Forms.TabControl();
  69. this.tabNet = new System.Windows.Forms.TabPage();
  70. this.tabIncome = new System.Windows.Forms.TabPage();
  71. this.crIncomeList = new System.Windows.Forms.DataVisualization.Charting.Chart();
  72. this.tabExpend = new System.Windows.Forms.TabPage();
  73. this.crExpendList = new System.Windows.Forms.DataVisualization.Charting.Chart();
  74. this.btnGetProject = new System.Windows.Forms.Button();
  75. this.txtProjectNumber = new System.Windows.Forms.TextBox();
  76. this.txtProjectName = new System.Windows.Forms.TextBox();
  77. this.tsButtons.SuspendLayout();
  78. this.tabControl1.SuspendLayout();
  79. this.tbIncome.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.dgvIncome)).BeginInit();
  81. this.tbExpense.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.dgvExpense)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.crNet)).BeginInit();
  84. this.tbCharts.SuspendLayout();
  85. this.tabNet.SuspendLayout();
  86. this.tabIncome.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.crIncomeList)).BeginInit();
  88. this.tabExpend.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.crExpendList)).BeginInit();
  90. this.SuspendLayout();
  91. //
  92. // tsButtons
  93. //
  94. this.tsButtons.ImageScalingSize = new System.Drawing.Size(25, 25);
  95. this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  96. this.tsbSearch,
  97. this.tsbAdd,
  98. this.tsbEdit,
  99. this.tsbDelete,
  100. this.tsbSave,
  101. this.tsbOK,
  102. this.tsbCancel,
  103. this.tsbClean,
  104. this.tsbExit,
  105. this.tsbSetup});
  106. this.tsButtons.Location = new System.Drawing.Point(0, 0);
  107. this.tsButtons.Name = "tsButtons";
  108. this.tsButtons.Size = new System.Drawing.Size(1230, 32);
  109. this.tsButtons.TabIndex = 6;
  110. this.tsButtons.Text = "功能按鈕表";
  111. //
  112. // tsbSearch
  113. //
  114. this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  115. this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
  116. this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  117. this.tsbSearch.Name = "tsbSearch";
  118. this.tsbSearch.Size = new System.Drawing.Size(29, 29);
  119. this.tsbSearch.Text = "搜尋";
  120. this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
  121. //
  122. // tsbAdd
  123. //
  124. this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  125. this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
  126. this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  127. this.tsbAdd.Name = "tsbAdd";
  128. this.tsbAdd.Size = new System.Drawing.Size(29, 29);
  129. this.tsbAdd.Text = "新增";
  130. this.tsbAdd.Visible = false;
  131. //
  132. // tsbEdit
  133. //
  134. this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  135. this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
  136. this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  137. this.tsbEdit.Name = "tsbEdit";
  138. this.tsbEdit.Size = new System.Drawing.Size(29, 29);
  139. this.tsbEdit.Text = "修改";
  140. this.tsbEdit.Visible = false;
  141. //
  142. // tsbDelete
  143. //
  144. this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  145. this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
  146. this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  147. this.tsbDelete.Name = "tsbDelete";
  148. this.tsbDelete.Size = new System.Drawing.Size(29, 29);
  149. this.tsbDelete.Text = "刪除";
  150. this.tsbDelete.Visible = false;
  151. //
  152. // tsbSave
  153. //
  154. this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  155. this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
  156. this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  157. this.tsbSave.Name = "tsbSave";
  158. this.tsbSave.Size = new System.Drawing.Size(29, 29);
  159. this.tsbSave.Text = "儲存";
  160. this.tsbSave.Visible = false;
  161. //
  162. // tsbOK
  163. //
  164. this.tsbOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  165. this.tsbOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbOK.Image")));
  166. this.tsbOK.ImageTransparentColor = System.Drawing.Color.Magenta;
  167. this.tsbOK.Name = "tsbOK";
  168. this.tsbOK.Size = new System.Drawing.Size(29, 29);
  169. this.tsbOK.Text = "確認";
  170. this.tsbOK.Visible = false;
  171. this.tsbOK.Click += new System.EventHandler(this.tsbOK_Click);
  172. //
  173. // tsbCancel
  174. //
  175. this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  176. this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image")));
  177. this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
  178. this.tsbCancel.Name = "tsbCancel";
  179. this.tsbCancel.Size = new System.Drawing.Size(29, 29);
  180. this.tsbCancel.Text = "取消";
  181. this.tsbCancel.Visible = false;
  182. this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
  183. //
  184. // tsbClean
  185. //
  186. this.tsbClean.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  187. this.tsbClean.Image = ((System.Drawing.Image)(resources.GetObject("tsbClean.Image")));
  188. this.tsbClean.ImageTransparentColor = System.Drawing.Color.Magenta;
  189. this.tsbClean.Name = "tsbClean";
  190. this.tsbClean.Size = new System.Drawing.Size(29, 29);
  191. this.tsbClean.Text = "清除";
  192. this.tsbClean.Click += new System.EventHandler(this.tsbClean_Click);
  193. //
  194. // tsbExit
  195. //
  196. this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  197. this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
  198. this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  199. this.tsbExit.Name = "tsbExit";
  200. this.tsbExit.Size = new System.Drawing.Size(29, 29);
  201. this.tsbExit.Text = "離開";
  202. this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
  203. //
  204. // tsbSetup
  205. //
  206. this.tsbSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  207. this.tsbSetup.Image = ((System.Drawing.Image)(resources.GetObject("tsbSetup.Image")));
  208. this.tsbSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
  209. this.tsbSetup.Name = "tsbSetup";
  210. this.tsbSetup.Size = new System.Drawing.Size(29, 29);
  211. this.tsbSetup.Text = "設定分錄";
  212. this.tsbSetup.Click += new System.EventHandler(this.tsbSetup_Click);
  213. //
  214. // label4
  215. //
  216. this.label4.AutoSize = true;
  217. this.label4.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  218. this.label4.Location = new System.Drawing.Point(19, 38);
  219. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  220. this.label4.Name = "label4";
  221. this.label4.Size = new System.Drawing.Size(89, 20);
  222. this.label4.TabIndex = 12;
  223. this.label4.Text = "查詢專案:";
  224. //
  225. // tabControl1
  226. //
  227. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  228. | System.Windows.Forms.AnchorStyles.Left)));
  229. this.tabControl1.Controls.Add(this.tbIncome);
  230. this.tabControl1.Controls.Add(this.tbExpense);
  231. this.tabControl1.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  232. this.tabControl1.Location = new System.Drawing.Point(13, 73);
  233. this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  234. this.tabControl1.Name = "tabControl1";
  235. this.tabControl1.SelectedIndex = 0;
  236. this.tabControl1.Size = new System.Drawing.Size(480, 573);
  237. this.tabControl1.TabIndex = 15;
  238. //
  239. // tbIncome
  240. //
  241. this.tbIncome.Controls.Add(this.dgvIncome);
  242. this.tbIncome.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  243. this.tbIncome.Location = new System.Drawing.Point(4, 29);
  244. this.tbIncome.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  245. this.tbIncome.Name = "tbIncome";
  246. this.tbIncome.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  247. this.tbIncome.Size = new System.Drawing.Size(472, 540);
  248. this.tbIncome.TabIndex = 0;
  249. this.tbIncome.Text = "收入";
  250. this.tbIncome.UseVisualStyleBackColor = true;
  251. //
  252. // dgvIncome
  253. //
  254. this.dgvIncome.AllowUserToAddRows = false;
  255. this.dgvIncome.AllowUserToDeleteRows = false;
  256. this.dgvIncome.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  257. | System.Windows.Forms.AnchorStyles.Left)
  258. | System.Windows.Forms.AnchorStyles.Right)));
  259. this.dgvIncome.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  260. this.dgvIncome.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  261. this.cInAccountingSubID,
  262. this.cInAccountingSubject,
  263. this.cInAccountingAmount});
  264. this.dgvIncome.Location = new System.Drawing.Point(6, 7);
  265. this.dgvIncome.Name = "dgvIncome";
  266. this.dgvIncome.ReadOnly = true;
  267. this.dgvIncome.RowTemplate.Height = 24;
  268. this.dgvIncome.Size = new System.Drawing.Size(460, 523);
  269. this.dgvIncome.TabIndex = 0;
  270. //
  271. // cInAccountingSubID
  272. //
  273. this.cInAccountingSubID.HeaderText = "科目代碼";
  274. this.cInAccountingSubID.Name = "cInAccountingSubID";
  275. this.cInAccountingSubID.ReadOnly = true;
  276. //
  277. // cInAccountingSubject
  278. //
  279. this.cInAccountingSubject.HeaderText = "科目名稱";
  280. this.cInAccountingSubject.Name = "cInAccountingSubject";
  281. this.cInAccountingSubject.ReadOnly = true;
  282. this.cInAccountingSubject.Width = 150;
  283. //
  284. // cInAccountingAmount
  285. //
  286. this.cInAccountingAmount.HeaderText = "金額";
  287. this.cInAccountingAmount.Name = "cInAccountingAmount";
  288. this.cInAccountingAmount.ReadOnly = true;
  289. this.cInAccountingAmount.Width = 150;
  290. //
  291. // tbExpense
  292. //
  293. this.tbExpense.Controls.Add(this.dgvExpense);
  294. this.tbExpense.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  295. this.tbExpense.Location = new System.Drawing.Point(4, 29);
  296. this.tbExpense.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  297. this.tbExpense.Name = "tbExpense";
  298. this.tbExpense.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  299. this.tbExpense.Size = new System.Drawing.Size(472, 540);
  300. this.tbExpense.TabIndex = 1;
  301. this.tbExpense.Text = "費用";
  302. this.tbExpense.UseVisualStyleBackColor = true;
  303. //
  304. // dgvExpense
  305. //
  306. this.dgvExpense.AllowUserToAddRows = false;
  307. this.dgvExpense.AllowUserToDeleteRows = false;
  308. this.dgvExpense.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  309. | System.Windows.Forms.AnchorStyles.Left)
  310. | System.Windows.Forms.AnchorStyles.Right)));
  311. this.dgvExpense.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  312. this.dgvExpense.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  313. this.cExAccountingSubID,
  314. this.cExAccountingSubject,
  315. this.cExAccountingAmount});
  316. this.dgvExpense.Location = new System.Drawing.Point(6, 7);
  317. this.dgvExpense.Name = "dgvExpense";
  318. this.dgvExpense.ReadOnly = true;
  319. this.dgvExpense.RowTemplate.Height = 24;
  320. this.dgvExpense.Size = new System.Drawing.Size(460, 523);
  321. this.dgvExpense.TabIndex = 1;
  322. //
  323. // cExAccountingSubID
  324. //
  325. this.cExAccountingSubID.HeaderText = "科目代碼";
  326. this.cExAccountingSubID.Name = "cExAccountingSubID";
  327. this.cExAccountingSubID.ReadOnly = true;
  328. //
  329. // cExAccountingSubject
  330. //
  331. this.cExAccountingSubject.HeaderText = "科目名稱";
  332. this.cExAccountingSubject.Name = "cExAccountingSubject";
  333. this.cExAccountingSubject.ReadOnly = true;
  334. this.cExAccountingSubject.Width = 150;
  335. //
  336. // cExAccountingAmount
  337. //
  338. this.cExAccountingAmount.HeaderText = "金額";
  339. this.cExAccountingAmount.Name = "cExAccountingAmount";
  340. this.cExAccountingAmount.ReadOnly = true;
  341. this.cExAccountingAmount.Width = 150;
  342. //
  343. // label1
  344. //
  345. this.label1.AutoSize = true;
  346. this.label1.Location = new System.Drawing.Point(511, 104);
  347. this.label1.Name = "label1";
  348. this.label1.Size = new System.Drawing.Size(89, 20);
  349. this.label1.TabIndex = 16;
  350. this.label1.Text = "收入總計:";
  351. //
  352. // label2
  353. //
  354. this.label2.AutoSize = true;
  355. this.label2.Location = new System.Drawing.Point(511, 138);
  356. this.label2.Name = "label2";
  357. this.label2.Size = new System.Drawing.Size(89, 20);
  358. this.label2.TabIndex = 16;
  359. this.label2.Text = "費用總計:";
  360. //
  361. // label6
  362. //
  363. this.label6.AutoSize = true;
  364. this.label6.Location = new System.Drawing.Point(511, 172);
  365. this.label6.Name = "label6";
  366. this.label6.Size = new System.Drawing.Size(89, 20);
  367. this.label6.TabIndex = 16;
  368. this.label6.Text = "稅後淨利:";
  369. //
  370. // lbIncome
  371. //
  372. this.lbIncome.AutoSize = true;
  373. this.lbIncome.Location = new System.Drawing.Point(606, 104);
  374. this.lbIncome.Name = "lbIncome";
  375. this.lbIncome.Size = new System.Drawing.Size(0, 20);
  376. this.lbIncome.TabIndex = 16;
  377. //
  378. // lbExpense
  379. //
  380. this.lbExpense.AutoSize = true;
  381. this.lbExpense.Location = new System.Drawing.Point(606, 138);
  382. this.lbExpense.Name = "lbExpense";
  383. this.lbExpense.Size = new System.Drawing.Size(0, 20);
  384. this.lbExpense.TabIndex = 17;
  385. //
  386. // lbNetAfterTax
  387. //
  388. this.lbNetAfterTax.AutoSize = true;
  389. this.lbNetAfterTax.Location = new System.Drawing.Point(606, 172);
  390. this.lbNetAfterTax.Name = "lbNetAfterTax";
  391. this.lbNetAfterTax.Size = new System.Drawing.Size(0, 20);
  392. this.lbNetAfterTax.TabIndex = 19;
  393. //
  394. // crNet
  395. //
  396. this.crNet.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  397. | System.Windows.Forms.AnchorStyles.Left)
  398. | System.Windows.Forms.AnchorStyles.Right)));
  399. chartArea7.Name = "ChartArea1";
  400. this.crNet.ChartAreas.Add(chartArea7);
  401. legend7.Name = "Legend1";
  402. this.crNet.Legends.Add(legend7);
  403. this.crNet.Location = new System.Drawing.Point(6, 6);
  404. this.crNet.Name = "crNet";
  405. series7.ChartArea = "ChartArea1";
  406. series7.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
  407. series7.IsValueShownAsLabel = true;
  408. series7.LabelFormat = "{0:N0}";
  409. series7.Legend = "Legend1";
  410. series7.Name = "Series1";
  411. this.crNet.Series.Add(series7);
  412. this.crNet.Size = new System.Drawing.Size(683, 386);
  413. this.crNet.TabIndex = 20;
  414. this.crNet.Text = "chart1";
  415. //
  416. // tbCharts
  417. //
  418. this.tbCharts.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  419. | System.Windows.Forms.AnchorStyles.Left)
  420. | System.Windows.Forms.AnchorStyles.Right)));
  421. this.tbCharts.Controls.Add(this.tabNet);
  422. this.tbCharts.Controls.Add(this.tabIncome);
  423. this.tbCharts.Controls.Add(this.tabExpend);
  424. this.tbCharts.Location = new System.Drawing.Point(515, 211);
  425. this.tbCharts.Name = "tbCharts";
  426. this.tbCharts.SelectedIndex = 0;
  427. this.tbCharts.Size = new System.Drawing.Size(703, 431);
  428. this.tbCharts.TabIndex = 21;
  429. //
  430. // tabNet
  431. //
  432. this.tabNet.Controls.Add(this.crNet);
  433. this.tabNet.Location = new System.Drawing.Point(4, 29);
  434. this.tabNet.Name = "tabNet";
  435. this.tabNet.Padding = new System.Windows.Forms.Padding(3);
  436. this.tabNet.Size = new System.Drawing.Size(695, 398);
  437. this.tabNet.TabIndex = 0;
  438. this.tabNet.Text = "收入費用比";
  439. this.tabNet.UseVisualStyleBackColor = true;
  440. //
  441. // tabIncome
  442. //
  443. this.tabIncome.Controls.Add(this.crIncomeList);
  444. this.tabIncome.Location = new System.Drawing.Point(4, 29);
  445. this.tabIncome.Name = "tabIncome";
  446. this.tabIncome.Padding = new System.Windows.Forms.Padding(3);
  447. this.tabIncome.Size = new System.Drawing.Size(695, 398);
  448. this.tabIncome.TabIndex = 1;
  449. this.tabIncome.Text = "收入分佈圖";
  450. this.tabIncome.UseVisualStyleBackColor = true;
  451. //
  452. // crIncomeList
  453. //
  454. this.crIncomeList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  455. | System.Windows.Forms.AnchorStyles.Left)
  456. | System.Windows.Forms.AnchorStyles.Right)));
  457. chartArea8.Name = "ChartArea1";
  458. this.crIncomeList.ChartAreas.Add(chartArea8);
  459. legend8.Name = "Legend1";
  460. this.crIncomeList.Legends.Add(legend8);
  461. this.crIncomeList.Location = new System.Drawing.Point(6, 6);
  462. this.crIncomeList.Name = "crIncomeList";
  463. series8.ChartArea = "ChartArea1";
  464. series8.IsValueShownAsLabel = true;
  465. series8.IsVisibleInLegend = false;
  466. series8.LabelFormat = "{0:N0}";
  467. series8.Legend = "Legend1";
  468. series8.Name = "Series1";
  469. this.crIncomeList.Series.Add(series8);
  470. this.crIncomeList.Size = new System.Drawing.Size(683, 386);
  471. this.crIncomeList.TabIndex = 22;
  472. this.crIncomeList.Text = "chart1";
  473. //
  474. // tabExpend
  475. //
  476. this.tabExpend.Controls.Add(this.crExpendList);
  477. this.tabExpend.Location = new System.Drawing.Point(4, 29);
  478. this.tabExpend.Name = "tabExpend";
  479. this.tabExpend.Size = new System.Drawing.Size(695, 398);
  480. this.tabExpend.TabIndex = 2;
  481. this.tabExpend.Text = "費用分佈圖";
  482. this.tabExpend.UseVisualStyleBackColor = true;
  483. //
  484. // crExpendList
  485. //
  486. this.crExpendList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  487. | System.Windows.Forms.AnchorStyles.Left)
  488. | System.Windows.Forms.AnchorStyles.Right)));
  489. chartArea9.AxisX.Interval = 1D;
  490. chartArea9.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
  491. chartArea9.Name = "ChartArea1";
  492. this.crExpendList.ChartAreas.Add(chartArea9);
  493. legend9.Name = "Legend1";
  494. this.crExpendList.Legends.Add(legend9);
  495. this.crExpendList.Location = new System.Drawing.Point(6, 6);
  496. this.crExpendList.Name = "crExpendList";
  497. series9.ChartArea = "ChartArea1";
  498. series9.IsValueShownAsLabel = true;
  499. series9.IsVisibleInLegend = false;
  500. series9.LabelFormat = "{0:N0}";
  501. series9.Legend = "Legend1";
  502. series9.Name = "Series1";
  503. this.crExpendList.Series.Add(series9);
  504. this.crExpendList.Size = new System.Drawing.Size(683, 386);
  505. this.crExpendList.TabIndex = 23;
  506. this.crExpendList.Text = "chart1";
  507. //
  508. // btnGetProject
  509. //
  510. this.btnGetProject.Location = new System.Drawing.Point(390, 35);
  511. this.btnGetProject.Name = "btnGetProject";
  512. this.btnGetProject.Size = new System.Drawing.Size(37, 29);
  513. this.btnGetProject.TabIndex = 24;
  514. this.btnGetProject.Text = "...";
  515. this.btnGetProject.UseVisualStyleBackColor = true;
  516. this.btnGetProject.Click += new System.EventHandler(this.btnGetProject_Click);
  517. //
  518. // txtProjectNumber
  519. //
  520. this.txtProjectNumber.Location = new System.Drawing.Point(433, 34);
  521. this.txtProjectNumber.Name = "txtProjectNumber";
  522. this.txtProjectNumber.Size = new System.Drawing.Size(60, 29);
  523. this.txtProjectNumber.TabIndex = 23;
  524. this.txtProjectNumber.Visible = false;
  525. this.txtProjectNumber.WordWrap = false;
  526. //
  527. // txtProjectName
  528. //
  529. this.txtProjectName.Location = new System.Drawing.Point(117, 35);
  530. this.txtProjectName.Name = "txtProjectName";
  531. this.txtProjectName.Size = new System.Drawing.Size(267, 29);
  532. this.txtProjectName.TabIndex = 22;
  533. //
  534. // ProjectIncomeStatement
  535. //
  536. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
  537. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  538. this.ClientSize = new System.Drawing.Size(1230, 660);
  539. this.Controls.Add(this.btnGetProject);
  540. this.Controls.Add(this.txtProjectNumber);
  541. this.Controls.Add(this.txtProjectName);
  542. this.Controls.Add(this.tbCharts);
  543. this.Controls.Add(this.lbNetAfterTax);
  544. this.Controls.Add(this.lbExpense);
  545. this.Controls.Add(this.label6);
  546. this.Controls.Add(this.label2);
  547. this.Controls.Add(this.lbIncome);
  548. this.Controls.Add(this.label1);
  549. this.Controls.Add(this.tabControl1);
  550. this.Controls.Add(this.label4);
  551. this.Controls.Add(this.tsButtons);
  552. this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  553. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  554. this.Name = "ProjectIncomeStatement";
  555. this.Text = "專案損益表";
  556. this.Load += new System.EventHandler(this.ProjectIncomeStatement_Load);
  557. this.tsButtons.ResumeLayout(false);
  558. this.tsButtons.PerformLayout();
  559. this.tabControl1.ResumeLayout(false);
  560. this.tbIncome.ResumeLayout(false);
  561. ((System.ComponentModel.ISupportInitialize)(this.dgvIncome)).EndInit();
  562. this.tbExpense.ResumeLayout(false);
  563. ((System.ComponentModel.ISupportInitialize)(this.dgvExpense)).EndInit();
  564. ((System.ComponentModel.ISupportInitialize)(this.crNet)).EndInit();
  565. this.tbCharts.ResumeLayout(false);
  566. this.tabNet.ResumeLayout(false);
  567. this.tabIncome.ResumeLayout(false);
  568. ((System.ComponentModel.ISupportInitialize)(this.crIncomeList)).EndInit();
  569. this.tabExpend.ResumeLayout(false);
  570. ((System.ComponentModel.ISupportInitialize)(this.crExpendList)).EndInit();
  571. this.ResumeLayout(false);
  572. this.PerformLayout();
  573. }
  574. #endregion
  575. private System.Windows.Forms.ToolStrip tsButtons;
  576. private System.Windows.Forms.ToolStripButton tsbSearch;
  577. private System.Windows.Forms.ToolStripButton tsbAdd;
  578. private System.Windows.Forms.ToolStripButton tsbEdit;
  579. private System.Windows.Forms.ToolStripButton tsbDelete;
  580. private System.Windows.Forms.ToolStripButton tsbSave;
  581. private System.Windows.Forms.ToolStripButton tsbOK;
  582. private System.Windows.Forms.ToolStripButton tsbCancel;
  583. private System.Windows.Forms.ToolStripButton tsbClean;
  584. private System.Windows.Forms.ToolStripButton tsbExit;
  585. private System.Windows.Forms.Label label4;
  586. private System.Windows.Forms.TabControl tabControl1;
  587. private System.Windows.Forms.TabPage tbIncome;
  588. private System.Windows.Forms.TabPage tbExpense;
  589. private System.Windows.Forms.DataGridView dgvIncome;
  590. private System.Windows.Forms.DataGridView dgvExpense;
  591. private System.Windows.Forms.Label label1;
  592. private System.Windows.Forms.Label label2;
  593. private System.Windows.Forms.Label label6;
  594. private System.Windows.Forms.Label lbIncome;
  595. private System.Windows.Forms.Label lbExpense;
  596. private System.Windows.Forms.Label lbNetAfterTax;
  597. private System.Windows.Forms.DataGridViewTextBoxColumn cExAccountingSubID;
  598. private System.Windows.Forms.DataGridViewTextBoxColumn cExAccountingSubject;
  599. private System.Windows.Forms.DataGridViewTextBoxColumn cExAccountingAmount;
  600. private System.Windows.Forms.DataGridViewTextBoxColumn cInAccountingSubID;
  601. private System.Windows.Forms.DataGridViewTextBoxColumn cInAccountingSubject;
  602. private System.Windows.Forms.DataGridViewTextBoxColumn cInAccountingAmount;
  603. private System.Windows.Forms.ToolStripButton tsbSetup;
  604. private System.Windows.Forms.DataVisualization.Charting.Chart crNet;
  605. private System.Windows.Forms.TabControl tbCharts;
  606. private System.Windows.Forms.TabPage tabNet;
  607. private System.Windows.Forms.TabPage tabIncome;
  608. private System.Windows.Forms.TabPage tabExpend;
  609. private System.Windows.Forms.DataVisualization.Charting.Chart crIncomeList;
  610. private System.Windows.Forms.DataVisualization.Charting.Chart crExpendList;
  611. private System.Windows.Forms.Button btnGetProject;
  612. public System.Windows.Forms.TextBox txtProjectNumber;
  613. public System.Windows.Forms.TextBox txtProjectName;
  614. }
  615. }