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.

571 lines
30 KiB

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