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.

623 lines
33 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class IncomeStatement
  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(IncomeStatement));
  29. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  30. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  31. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  32. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  33. System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  34. System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
  35. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  36. System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  37. System.Windows.Forms.DataVisualization.Charting.Series series3 = 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.dpAccEnd = new System.Windows.Forms.DateTimePicker();
  50. this.dpAccStart = new System.Windows.Forms.DateTimePicker();
  51. this.label5 = new System.Windows.Forms.Label();
  52. this.label4 = new System.Windows.Forms.Label();
  53. this.tabControl1 = new System.Windows.Forms.TabControl();
  54. this.tbIncome = new System.Windows.Forms.TabPage();
  55. this.dgvIncome = new System.Windows.Forms.DataGridView();
  56. this.cInAccountingSubID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.cInAccountingSubject = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.cInAccountingAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.tbExpense = new System.Windows.Forms.TabPage();
  60. this.dgvExpense = new System.Windows.Forms.DataGridView();
  61. this.cExAccountingSubID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.cExAccountingSubject = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.cExAccountingAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.label1 = new System.Windows.Forms.Label();
  65. this.label2 = new System.Windows.Forms.Label();
  66. this.label6 = new System.Windows.Forms.Label();
  67. this.lbIncome = new System.Windows.Forms.Label();
  68. this.lbExpense = new System.Windows.Forms.Label();
  69. this.lbNetAfterTax = new System.Windows.Forms.Label();
  70. this.crNet = new System.Windows.Forms.DataVisualization.Charting.Chart();
  71. this.tbCharts = new System.Windows.Forms.TabControl();
  72. this.tabNet = new System.Windows.Forms.TabPage();
  73. this.tabIncome = new System.Windows.Forms.TabPage();
  74. this.crIncomeList = new System.Windows.Forms.DataVisualization.Charting.Chart();
  75. this.tabExpend = new System.Windows.Forms.TabPage();
  76. this.crExpendList = new System.Windows.Forms.DataVisualization.Charting.Chart();
  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. // dpAccEnd
  215. //
  216. this.dpAccEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  217. this.dpAccEnd.Location = new System.Drawing.Point(309, 36);
  218. this.dpAccEnd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  219. this.dpAccEnd.Name = "dpAccEnd";
  220. this.dpAccEnd.Size = new System.Drawing.Size(152, 29);
  221. this.dpAccEnd.TabIndex = 13;
  222. //
  223. // dpAccStart
  224. //
  225. this.dpAccStart.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  226. this.dpAccStart.Location = new System.Drawing.Point(116, 36);
  227. this.dpAccStart.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  228. this.dpAccStart.Name = "dpAccStart";
  229. this.dpAccStart.Size = new System.Drawing.Size(152, 29);
  230. this.dpAccStart.TabIndex = 14;
  231. //
  232. // label5
  233. //
  234. this.label5.AutoSize = true;
  235. this.label5.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  236. this.label5.Location = new System.Drawing.Point(277, 37);
  237. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  238. this.label5.Name = "label5";
  239. this.label5.Size = new System.Drawing.Size(21, 20);
  240. this.label5.TabIndex = 11;
  241. this.label5.Text = "~";
  242. //
  243. // label4
  244. //
  245. this.label4.AutoSize = true;
  246. this.label4.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  247. this.label4.Location = new System.Drawing.Point(19, 38);
  248. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  249. this.label4.Name = "label4";
  250. this.label4.Size = new System.Drawing.Size(89, 20);
  251. this.label4.TabIndex = 12;
  252. this.label4.Text = "查詢日期:";
  253. //
  254. // tabControl1
  255. //
  256. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  257. | System.Windows.Forms.AnchorStyles.Left)));
  258. this.tabControl1.Controls.Add(this.tbIncome);
  259. this.tabControl1.Controls.Add(this.tbExpense);
  260. this.tabControl1.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  261. this.tabControl1.Location = new System.Drawing.Point(13, 73);
  262. this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  263. this.tabControl1.Name = "tabControl1";
  264. this.tabControl1.SelectedIndex = 0;
  265. this.tabControl1.Size = new System.Drawing.Size(480, 573);
  266. this.tabControl1.TabIndex = 15;
  267. //
  268. // tbIncome
  269. //
  270. this.tbIncome.Controls.Add(this.dgvIncome);
  271. this.tbIncome.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  272. this.tbIncome.Location = new System.Drawing.Point(4, 29);
  273. this.tbIncome.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  274. this.tbIncome.Name = "tbIncome";
  275. this.tbIncome.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  276. this.tbIncome.Size = new System.Drawing.Size(472, 540);
  277. this.tbIncome.TabIndex = 0;
  278. this.tbIncome.Text = "收入";
  279. this.tbIncome.UseVisualStyleBackColor = true;
  280. //
  281. // dgvIncome
  282. //
  283. this.dgvIncome.AllowUserToAddRows = false;
  284. this.dgvIncome.AllowUserToDeleteRows = false;
  285. this.dgvIncome.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  286. | System.Windows.Forms.AnchorStyles.Left)
  287. | System.Windows.Forms.AnchorStyles.Right)));
  288. this.dgvIncome.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  289. this.dgvIncome.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  290. this.cInAccountingSubID,
  291. this.cInAccountingSubject,
  292. this.cInAccountingAmount});
  293. this.dgvIncome.Location = new System.Drawing.Point(6, 7);
  294. this.dgvIncome.Name = "dgvIncome";
  295. this.dgvIncome.ReadOnly = true;
  296. this.dgvIncome.RowTemplate.Height = 24;
  297. this.dgvIncome.Size = new System.Drawing.Size(460, 523);
  298. this.dgvIncome.TabIndex = 0;
  299. //
  300. // cInAccountingSubID
  301. //
  302. this.cInAccountingSubID.HeaderText = "科目代碼";
  303. this.cInAccountingSubID.Name = "cInAccountingSubID";
  304. this.cInAccountingSubID.ReadOnly = true;
  305. //
  306. // cInAccountingSubject
  307. //
  308. this.cInAccountingSubject.HeaderText = "科目名稱";
  309. this.cInAccountingSubject.Name = "cInAccountingSubject";
  310. this.cInAccountingSubject.ReadOnly = true;
  311. this.cInAccountingSubject.Width = 150;
  312. //
  313. // cInAccountingAmount
  314. //
  315. this.cInAccountingAmount.HeaderText = "金額";
  316. this.cInAccountingAmount.Name = "cInAccountingAmount";
  317. this.cInAccountingAmount.ReadOnly = true;
  318. this.cInAccountingAmount.Width = 150;
  319. //
  320. // tbExpense
  321. //
  322. this.tbExpense.Controls.Add(this.dgvExpense);
  323. this.tbExpense.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  324. this.tbExpense.Location = new System.Drawing.Point(4, 29);
  325. this.tbExpense.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  326. this.tbExpense.Name = "tbExpense";
  327. this.tbExpense.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  328. this.tbExpense.Size = new System.Drawing.Size(472, 540);
  329. this.tbExpense.TabIndex = 1;
  330. this.tbExpense.Text = "費用";
  331. this.tbExpense.UseVisualStyleBackColor = true;
  332. //
  333. // dgvExpense
  334. //
  335. this.dgvExpense.AllowUserToAddRows = false;
  336. this.dgvExpense.AllowUserToDeleteRows = false;
  337. this.dgvExpense.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  338. | System.Windows.Forms.AnchorStyles.Left)
  339. | System.Windows.Forms.AnchorStyles.Right)));
  340. this.dgvExpense.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  341. this.dgvExpense.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  342. this.cExAccountingSubID,
  343. this.cExAccountingSubject,
  344. this.cExAccountingAmount});
  345. this.dgvExpense.Location = new System.Drawing.Point(6, 7);
  346. this.dgvExpense.Name = "dgvExpense";
  347. this.dgvExpense.ReadOnly = true;
  348. this.dgvExpense.RowTemplate.Height = 24;
  349. this.dgvExpense.Size = new System.Drawing.Size(460, 523);
  350. this.dgvExpense.TabIndex = 1;
  351. //
  352. // cExAccountingSubID
  353. //
  354. this.cExAccountingSubID.HeaderText = "科目代碼";
  355. this.cExAccountingSubID.Name = "cExAccountingSubID";
  356. this.cExAccountingSubID.ReadOnly = true;
  357. //
  358. // cExAccountingSubject
  359. //
  360. this.cExAccountingSubject.HeaderText = "科目名稱";
  361. this.cExAccountingSubject.Name = "cExAccountingSubject";
  362. this.cExAccountingSubject.ReadOnly = true;
  363. this.cExAccountingSubject.Width = 150;
  364. //
  365. // cExAccountingAmount
  366. //
  367. this.cExAccountingAmount.HeaderText = "金額";
  368. this.cExAccountingAmount.Name = "cExAccountingAmount";
  369. this.cExAccountingAmount.ReadOnly = true;
  370. this.cExAccountingAmount.Width = 150;
  371. //
  372. // label1
  373. //
  374. this.label1.AutoSize = true;
  375. this.label1.Location = new System.Drawing.Point(511, 104);
  376. this.label1.Name = "label1";
  377. this.label1.Size = new System.Drawing.Size(89, 20);
  378. this.label1.TabIndex = 16;
  379. this.label1.Text = "收入總計:";
  380. //
  381. // label2
  382. //
  383. this.label2.AutoSize = true;
  384. this.label2.Location = new System.Drawing.Point(511, 138);
  385. this.label2.Name = "label2";
  386. this.label2.Size = new System.Drawing.Size(89, 20);
  387. this.label2.TabIndex = 16;
  388. this.label2.Text = "費用總計:";
  389. //
  390. // label6
  391. //
  392. this.label6.AutoSize = true;
  393. this.label6.Location = new System.Drawing.Point(511, 172);
  394. this.label6.Name = "label6";
  395. this.label6.Size = new System.Drawing.Size(89, 20);
  396. this.label6.TabIndex = 16;
  397. this.label6.Text = "稅前淨利:";
  398. //
  399. // lbIncome
  400. //
  401. this.lbIncome.AutoSize = true;
  402. this.lbIncome.Location = new System.Drawing.Point(606, 104);
  403. this.lbIncome.Name = "lbIncome";
  404. this.lbIncome.Size = new System.Drawing.Size(0, 20);
  405. this.lbIncome.TabIndex = 16;
  406. //
  407. // lbExpense
  408. //
  409. this.lbExpense.AutoSize = true;
  410. this.lbExpense.Location = new System.Drawing.Point(606, 138);
  411. this.lbExpense.Name = "lbExpense";
  412. this.lbExpense.Size = new System.Drawing.Size(0, 20);
  413. this.lbExpense.TabIndex = 17;
  414. //
  415. // lbNetAfterTax
  416. //
  417. this.lbNetAfterTax.AutoSize = true;
  418. this.lbNetAfterTax.Location = new System.Drawing.Point(606, 172);
  419. this.lbNetAfterTax.Name = "lbNetAfterTax";
  420. this.lbNetAfterTax.Size = new System.Drawing.Size(0, 20);
  421. this.lbNetAfterTax.TabIndex = 19;
  422. //
  423. // crNet
  424. //
  425. this.crNet.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  426. | System.Windows.Forms.AnchorStyles.Left)
  427. | System.Windows.Forms.AnchorStyles.Right)));
  428. chartArea1.Name = "ChartArea1";
  429. this.crNet.ChartAreas.Add(chartArea1);
  430. legend1.Name = "Legend1";
  431. this.crNet.Legends.Add(legend1);
  432. this.crNet.Location = new System.Drawing.Point(6, 6);
  433. this.crNet.Name = "crNet";
  434. series1.ChartArea = "ChartArea1";
  435. series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
  436. series1.IsValueShownAsLabel = true;
  437. series1.LabelFormat = "{0:N0}";
  438. series1.Legend = "Legend1";
  439. series1.Name = "Series1";
  440. this.crNet.Series.Add(series1);
  441. this.crNet.Size = new System.Drawing.Size(683, 386);
  442. this.crNet.TabIndex = 20;
  443. this.crNet.Text = "chart1";
  444. //
  445. // tbCharts
  446. //
  447. this.tbCharts.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  448. | System.Windows.Forms.AnchorStyles.Left)
  449. | System.Windows.Forms.AnchorStyles.Right)));
  450. this.tbCharts.Controls.Add(this.tabNet);
  451. this.tbCharts.Controls.Add(this.tabIncome);
  452. this.tbCharts.Controls.Add(this.tabExpend);
  453. this.tbCharts.Location = new System.Drawing.Point(515, 211);
  454. this.tbCharts.Name = "tbCharts";
  455. this.tbCharts.SelectedIndex = 0;
  456. this.tbCharts.Size = new System.Drawing.Size(703, 431);
  457. this.tbCharts.TabIndex = 21;
  458. //
  459. // tabNet
  460. //
  461. this.tabNet.Controls.Add(this.crNet);
  462. this.tabNet.Location = new System.Drawing.Point(4, 29);
  463. this.tabNet.Name = "tabNet";
  464. this.tabNet.Padding = new System.Windows.Forms.Padding(3);
  465. this.tabNet.Size = new System.Drawing.Size(695, 398);
  466. this.tabNet.TabIndex = 0;
  467. this.tabNet.Text = "收入費用比";
  468. this.tabNet.UseVisualStyleBackColor = true;
  469. //
  470. // tabIncome
  471. //
  472. this.tabIncome.Controls.Add(this.crIncomeList);
  473. this.tabIncome.Location = new System.Drawing.Point(4, 29);
  474. this.tabIncome.Name = "tabIncome";
  475. this.tabIncome.Padding = new System.Windows.Forms.Padding(3);
  476. this.tabIncome.Size = new System.Drawing.Size(695, 398);
  477. this.tabIncome.TabIndex = 1;
  478. this.tabIncome.Text = "收入分佈圖";
  479. this.tabIncome.UseVisualStyleBackColor = true;
  480. //
  481. // crIncomeList
  482. //
  483. this.crIncomeList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  484. | System.Windows.Forms.AnchorStyles.Left)
  485. | System.Windows.Forms.AnchorStyles.Right)));
  486. chartArea2.Name = "ChartArea1";
  487. this.crIncomeList.ChartAreas.Add(chartArea2);
  488. legend2.Name = "Legend1";
  489. this.crIncomeList.Legends.Add(legend2);
  490. this.crIncomeList.Location = new System.Drawing.Point(6, 6);
  491. this.crIncomeList.Name = "crIncomeList";
  492. series2.ChartArea = "ChartArea1";
  493. series2.IsValueShownAsLabel = true;
  494. series2.IsVisibleInLegend = false;
  495. series2.LabelFormat = "{0:N0}";
  496. series2.Legend = "Legend1";
  497. series2.Name = "Series1";
  498. this.crIncomeList.Series.Add(series2);
  499. this.crIncomeList.Size = new System.Drawing.Size(683, 386);
  500. this.crIncomeList.TabIndex = 22;
  501. this.crIncomeList.Text = "chart1";
  502. //
  503. // tabExpend
  504. //
  505. this.tabExpend.Controls.Add(this.crExpendList);
  506. this.tabExpend.Location = new System.Drawing.Point(4, 29);
  507. this.tabExpend.Name = "tabExpend";
  508. this.tabExpend.Size = new System.Drawing.Size(695, 398);
  509. this.tabExpend.TabIndex = 2;
  510. this.tabExpend.Text = "費用分佈圖";
  511. this.tabExpend.UseVisualStyleBackColor = true;
  512. //
  513. // crExpendList
  514. //
  515. this.crExpendList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  516. | System.Windows.Forms.AnchorStyles.Left)
  517. | System.Windows.Forms.AnchorStyles.Right)));
  518. chartArea3.AxisX.Interval = 1D;
  519. chartArea3.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
  520. chartArea3.Name = "ChartArea1";
  521. this.crExpendList.ChartAreas.Add(chartArea3);
  522. legend3.Name = "Legend1";
  523. this.crExpendList.Legends.Add(legend3);
  524. this.crExpendList.Location = new System.Drawing.Point(6, 6);
  525. this.crExpendList.Name = "crExpendList";
  526. series3.ChartArea = "ChartArea1";
  527. series3.IsValueShownAsLabel = true;
  528. series3.IsVisibleInLegend = false;
  529. series3.LabelFormat = "{0:N0}";
  530. series3.Legend = "Legend1";
  531. series3.Name = "Series1";
  532. this.crExpendList.Series.Add(series3);
  533. this.crExpendList.Size = new System.Drawing.Size(683, 386);
  534. this.crExpendList.TabIndex = 23;
  535. this.crExpendList.Text = "chart1";
  536. //
  537. // IncomeStatement
  538. //
  539. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
  540. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  541. this.ClientSize = new System.Drawing.Size(1230, 660);
  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.dpAccEnd);
  551. this.Controls.Add(this.dpAccStart);
  552. this.Controls.Add(this.label5);
  553. this.Controls.Add(this.label4);
  554. this.Controls.Add(this.tsButtons);
  555. this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  556. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  557. this.Name = "IncomeStatement";
  558. this.Text = "損益表";
  559. this.Load += new System.EventHandler(this.IncomeStatement_Load);
  560. this.tsButtons.ResumeLayout(false);
  561. this.tsButtons.PerformLayout();
  562. this.tabControl1.ResumeLayout(false);
  563. this.tbIncome.ResumeLayout(false);
  564. ((System.ComponentModel.ISupportInitialize)(this.dgvIncome)).EndInit();
  565. this.tbExpense.ResumeLayout(false);
  566. ((System.ComponentModel.ISupportInitialize)(this.dgvExpense)).EndInit();
  567. ((System.ComponentModel.ISupportInitialize)(this.crNet)).EndInit();
  568. this.tbCharts.ResumeLayout(false);
  569. this.tabNet.ResumeLayout(false);
  570. this.tabIncome.ResumeLayout(false);
  571. ((System.ComponentModel.ISupportInitialize)(this.crIncomeList)).EndInit();
  572. this.tabExpend.ResumeLayout(false);
  573. ((System.ComponentModel.ISupportInitialize)(this.crExpendList)).EndInit();
  574. this.ResumeLayout(false);
  575. this.PerformLayout();
  576. }
  577. #endregion
  578. private System.Windows.Forms.ToolStrip tsButtons;
  579. private System.Windows.Forms.ToolStripButton tsbSearch;
  580. private System.Windows.Forms.ToolStripButton tsbAdd;
  581. private System.Windows.Forms.ToolStripButton tsbEdit;
  582. private System.Windows.Forms.ToolStripButton tsbDelete;
  583. private System.Windows.Forms.ToolStripButton tsbSave;
  584. private System.Windows.Forms.ToolStripButton tsbOK;
  585. private System.Windows.Forms.ToolStripButton tsbCancel;
  586. private System.Windows.Forms.ToolStripButton tsbClean;
  587. private System.Windows.Forms.ToolStripButton tsbExit;
  588. private System.Windows.Forms.DateTimePicker dpAccEnd;
  589. private System.Windows.Forms.DateTimePicker dpAccStart;
  590. private System.Windows.Forms.Label label5;
  591. private System.Windows.Forms.Label label4;
  592. private System.Windows.Forms.TabControl tabControl1;
  593. private System.Windows.Forms.TabPage tbIncome;
  594. private System.Windows.Forms.TabPage tbExpense;
  595. private System.Windows.Forms.DataGridView dgvIncome;
  596. private System.Windows.Forms.DataGridView dgvExpense;
  597. private System.Windows.Forms.Label label1;
  598. private System.Windows.Forms.Label label2;
  599. private System.Windows.Forms.Label label6;
  600. private System.Windows.Forms.Label lbIncome;
  601. private System.Windows.Forms.Label lbExpense;
  602. private System.Windows.Forms.Label lbNetAfterTax;
  603. private System.Windows.Forms.DataGridViewTextBoxColumn cExAccountingSubID;
  604. private System.Windows.Forms.DataGridViewTextBoxColumn cExAccountingSubject;
  605. private System.Windows.Forms.DataGridViewTextBoxColumn cExAccountingAmount;
  606. private System.Windows.Forms.DataGridViewTextBoxColumn cInAccountingSubID;
  607. private System.Windows.Forms.DataGridViewTextBoxColumn cInAccountingSubject;
  608. private System.Windows.Forms.DataGridViewTextBoxColumn cInAccountingAmount;
  609. private System.Windows.Forms.ToolStripButton tsbSetup;
  610. private System.Windows.Forms.DataVisualization.Charting.Chart crNet;
  611. private System.Windows.Forms.TabControl tbCharts;
  612. private System.Windows.Forms.TabPage tabNet;
  613. private System.Windows.Forms.TabPage tabIncome;
  614. private System.Windows.Forms.TabPage tabExpend;
  615. private System.Windows.Forms.DataVisualization.Charting.Chart crIncomeList;
  616. private System.Windows.Forms.DataVisualization.Charting.Chart crExpendList;
  617. }
  618. }