namespace ManagementSystem { partial class IncomeStatement { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IncomeStatement)); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); this.tsButtons = new System.Windows.Forms.ToolStrip(); this.tsbSearch = new System.Windows.Forms.ToolStripButton(); this.tsbAdd = new System.Windows.Forms.ToolStripButton(); this.tsbEdit = new System.Windows.Forms.ToolStripButton(); this.tsbDelete = new System.Windows.Forms.ToolStripButton(); this.tsbSave = new System.Windows.Forms.ToolStripButton(); this.tsbOK = new System.Windows.Forms.ToolStripButton(); this.tsbCancel = new System.Windows.Forms.ToolStripButton(); this.tsbClean = new System.Windows.Forms.ToolStripButton(); this.tsbExit = new System.Windows.Forms.ToolStripButton(); this.tsbSetup = new System.Windows.Forms.ToolStripButton(); this.dpAccEnd = new System.Windows.Forms.DateTimePicker(); this.dpAccStart = new System.Windows.Forms.DateTimePicker(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tbIncome = new System.Windows.Forms.TabPage(); this.dgvIncome = new System.Windows.Forms.DataGridView(); this.cInAccountingSubID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cInAccountingSubject = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cInAccountingAmount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tbExpense = new System.Windows.Forms.TabPage(); this.dgvExpense = new System.Windows.Forms.DataGridView(); this.cExAccountingSubID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cExAccountingSubject = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cExAccountingAmount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.lbIncome = new System.Windows.Forms.Label(); this.lbExpense = new System.Windows.Forms.Label(); this.lbNetAfterTax = new System.Windows.Forms.Label(); this.crNet = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.tbCharts = new System.Windows.Forms.TabControl(); this.tabNet = new System.Windows.Forms.TabPage(); this.tabIncome = new System.Windows.Forms.TabPage(); this.crIncomeList = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.tabExpend = new System.Windows.Forms.TabPage(); this.crExpendList = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.tsButtons.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tbIncome.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvIncome)).BeginInit(); this.tbExpense.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvExpense)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.crNet)).BeginInit(); this.tbCharts.SuspendLayout(); this.tabNet.SuspendLayout(); this.tabIncome.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.crIncomeList)).BeginInit(); this.tabExpend.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.crExpendList)).BeginInit(); this.SuspendLayout(); // // tsButtons // this.tsButtons.ImageScalingSize = new System.Drawing.Size(25, 25); this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbSearch, this.tsbAdd, this.tsbEdit, this.tsbDelete, this.tsbSave, this.tsbOK, this.tsbCancel, this.tsbClean, this.tsbExit, this.tsbSetup}); this.tsButtons.Location = new System.Drawing.Point(0, 0); this.tsButtons.Name = "tsButtons"; this.tsButtons.Size = new System.Drawing.Size(1230, 32); this.tsButtons.TabIndex = 6; this.tsButtons.Text = "功能按鈕表"; // // tsbSearch // this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image"))); this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSearch.Name = "tsbSearch"; this.tsbSearch.Size = new System.Drawing.Size(29, 29); this.tsbSearch.Text = "搜尋"; this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click); // // tsbAdd // this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image"))); this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbAdd.Name = "tsbAdd"; this.tsbAdd.Size = new System.Drawing.Size(29, 29); this.tsbAdd.Text = "新增"; this.tsbAdd.Visible = false; // // tsbEdit // this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image"))); this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbEdit.Name = "tsbEdit"; this.tsbEdit.Size = new System.Drawing.Size(29, 29); this.tsbEdit.Text = "修改"; this.tsbEdit.Visible = false; // // tsbDelete // this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image"))); this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbDelete.Name = "tsbDelete"; this.tsbDelete.Size = new System.Drawing.Size(29, 29); this.tsbDelete.Text = "刪除"; this.tsbDelete.Visible = false; // // tsbSave // this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image"))); this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSave.Name = "tsbSave"; this.tsbSave.Size = new System.Drawing.Size(29, 29); this.tsbSave.Text = "儲存"; this.tsbSave.Visible = false; // // tsbOK // this.tsbOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbOK.Image"))); this.tsbOK.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbOK.Name = "tsbOK"; this.tsbOK.Size = new System.Drawing.Size(29, 29); this.tsbOK.Text = "確認"; this.tsbOK.Visible = false; this.tsbOK.Click += new System.EventHandler(this.tsbOK_Click); // // tsbCancel // this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image"))); this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbCancel.Name = "tsbCancel"; this.tsbCancel.Size = new System.Drawing.Size(29, 29); this.tsbCancel.Text = "取消"; this.tsbCancel.Visible = false; this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click); // // tsbClean // this.tsbClean.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbClean.Image = ((System.Drawing.Image)(resources.GetObject("tsbClean.Image"))); this.tsbClean.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbClean.Name = "tsbClean"; this.tsbClean.Size = new System.Drawing.Size(29, 29); this.tsbClean.Text = "清除"; this.tsbClean.Click += new System.EventHandler(this.tsbClean_Click); // // tsbExit // this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image"))); this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbExit.Name = "tsbExit"; this.tsbExit.Size = new System.Drawing.Size(29, 29); this.tsbExit.Text = "離開"; this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click); // // tsbSetup // this.tsbSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbSetup.Image = ((System.Drawing.Image)(resources.GetObject("tsbSetup.Image"))); this.tsbSetup.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSetup.Name = "tsbSetup"; this.tsbSetup.Size = new System.Drawing.Size(29, 29); this.tsbSetup.Text = "設定分錄"; this.tsbSetup.Click += new System.EventHandler(this.tsbSetup_Click); // // dpAccEnd // this.dpAccEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dpAccEnd.Location = new System.Drawing.Point(309, 36); this.dpAccEnd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.dpAccEnd.Name = "dpAccEnd"; this.dpAccEnd.Size = new System.Drawing.Size(152, 29); this.dpAccEnd.TabIndex = 13; // // dpAccStart // this.dpAccStart.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dpAccStart.Location = new System.Drawing.Point(116, 36); this.dpAccStart.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.dpAccStart.Name = "dpAccStart"; this.dpAccStart.Size = new System.Drawing.Size(152, 29); this.dpAccStart.TabIndex = 14; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.label5.Location = new System.Drawing.Point(277, 37); this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(21, 20); this.label5.TabIndex = 11; this.label5.Text = "~"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.label4.Location = new System.Drawing.Point(19, 38); this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(89, 20); this.label4.TabIndex = 12; this.label4.Text = "查詢日期:"; // // tabControl1 // this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.tabControl1.Controls.Add(this.tbIncome); this.tabControl1.Controls.Add(this.tbExpense); this.tabControl1.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.tabControl1.Location = new System.Drawing.Point(13, 73); this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(480, 573); this.tabControl1.TabIndex = 15; // // tbIncome // this.tbIncome.Controls.Add(this.dgvIncome); this.tbIncome.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.tbIncome.Location = new System.Drawing.Point(4, 29); this.tbIncome.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tbIncome.Name = "tbIncome"; this.tbIncome.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tbIncome.Size = new System.Drawing.Size(472, 540); this.tbIncome.TabIndex = 0; this.tbIncome.Text = "收入"; this.tbIncome.UseVisualStyleBackColor = true; // // dgvIncome // this.dgvIncome.AllowUserToAddRows = false; this.dgvIncome.AllowUserToDeleteRows = false; this.dgvIncome.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvIncome.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvIncome.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.cInAccountingSubID, this.cInAccountingSubject, this.cInAccountingAmount}); this.dgvIncome.Location = new System.Drawing.Point(6, 7); this.dgvIncome.Name = "dgvIncome"; this.dgvIncome.ReadOnly = true; this.dgvIncome.RowTemplate.Height = 24; this.dgvIncome.Size = new System.Drawing.Size(460, 523); this.dgvIncome.TabIndex = 0; // // cInAccountingSubID // this.cInAccountingSubID.HeaderText = "科目代碼"; this.cInAccountingSubID.Name = "cInAccountingSubID"; this.cInAccountingSubID.ReadOnly = true; // // cInAccountingSubject // this.cInAccountingSubject.HeaderText = "科目名稱"; this.cInAccountingSubject.Name = "cInAccountingSubject"; this.cInAccountingSubject.ReadOnly = true; this.cInAccountingSubject.Width = 150; // // cInAccountingAmount // this.cInAccountingAmount.HeaderText = "金額"; this.cInAccountingAmount.Name = "cInAccountingAmount"; this.cInAccountingAmount.ReadOnly = true; this.cInAccountingAmount.Width = 150; // // tbExpense // this.tbExpense.Controls.Add(this.dgvExpense); this.tbExpense.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.tbExpense.Location = new System.Drawing.Point(4, 29); this.tbExpense.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tbExpense.Name = "tbExpense"; this.tbExpense.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tbExpense.Size = new System.Drawing.Size(472, 540); this.tbExpense.TabIndex = 1; this.tbExpense.Text = "費用"; this.tbExpense.UseVisualStyleBackColor = true; // // dgvExpense // this.dgvExpense.AllowUserToAddRows = false; this.dgvExpense.AllowUserToDeleteRows = false; this.dgvExpense.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvExpense.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvExpense.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.cExAccountingSubID, this.cExAccountingSubject, this.cExAccountingAmount}); this.dgvExpense.Location = new System.Drawing.Point(6, 7); this.dgvExpense.Name = "dgvExpense"; this.dgvExpense.ReadOnly = true; this.dgvExpense.RowTemplate.Height = 24; this.dgvExpense.Size = new System.Drawing.Size(460, 523); this.dgvExpense.TabIndex = 1; // // cExAccountingSubID // this.cExAccountingSubID.HeaderText = "科目代碼"; this.cExAccountingSubID.Name = "cExAccountingSubID"; this.cExAccountingSubID.ReadOnly = true; // // cExAccountingSubject // this.cExAccountingSubject.HeaderText = "科目名稱"; this.cExAccountingSubject.Name = "cExAccountingSubject"; this.cExAccountingSubject.ReadOnly = true; this.cExAccountingSubject.Width = 150; // // cExAccountingAmount // this.cExAccountingAmount.HeaderText = "金額"; this.cExAccountingAmount.Name = "cExAccountingAmount"; this.cExAccountingAmount.ReadOnly = true; this.cExAccountingAmount.Width = 150; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(511, 104); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 20); this.label1.TabIndex = 16; this.label1.Text = "收入總計:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(511, 138); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(89, 20); this.label2.TabIndex = 16; this.label2.Text = "費用總計:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(511, 172); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(89, 20); this.label6.TabIndex = 16; this.label6.Text = "稅前淨利:"; // // lbIncome // this.lbIncome.AutoSize = true; this.lbIncome.Location = new System.Drawing.Point(606, 104); this.lbIncome.Name = "lbIncome"; this.lbIncome.Size = new System.Drawing.Size(0, 20); this.lbIncome.TabIndex = 16; // // lbExpense // this.lbExpense.AutoSize = true; this.lbExpense.Location = new System.Drawing.Point(606, 138); this.lbExpense.Name = "lbExpense"; this.lbExpense.Size = new System.Drawing.Size(0, 20); this.lbExpense.TabIndex = 17; // // lbNetAfterTax // this.lbNetAfterTax.AutoSize = true; this.lbNetAfterTax.Location = new System.Drawing.Point(606, 172); this.lbNetAfterTax.Name = "lbNetAfterTax"; this.lbNetAfterTax.Size = new System.Drawing.Size(0, 20); this.lbNetAfterTax.TabIndex = 19; // // crNet // this.crNet.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); chartArea1.Name = "ChartArea1"; this.crNet.ChartAreas.Add(chartArea1); legend1.Name = "Legend1"; this.crNet.Legends.Add(legend1); this.crNet.Location = new System.Drawing.Point(6, 6); this.crNet.Name = "crNet"; series1.ChartArea = "ChartArea1"; series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie; series1.IsValueShownAsLabel = true; series1.LabelFormat = "{0:N0}"; series1.Legend = "Legend1"; series1.Name = "Series1"; this.crNet.Series.Add(series1); this.crNet.Size = new System.Drawing.Size(683, 386); this.crNet.TabIndex = 20; this.crNet.Text = "chart1"; // // tbCharts // this.tbCharts.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbCharts.Controls.Add(this.tabNet); this.tbCharts.Controls.Add(this.tabIncome); this.tbCharts.Controls.Add(this.tabExpend); this.tbCharts.Location = new System.Drawing.Point(515, 211); this.tbCharts.Name = "tbCharts"; this.tbCharts.SelectedIndex = 0; this.tbCharts.Size = new System.Drawing.Size(703, 431); this.tbCharts.TabIndex = 21; // // tabNet // this.tabNet.Controls.Add(this.crNet); this.tabNet.Location = new System.Drawing.Point(4, 29); this.tabNet.Name = "tabNet"; this.tabNet.Padding = new System.Windows.Forms.Padding(3); this.tabNet.Size = new System.Drawing.Size(695, 398); this.tabNet.TabIndex = 0; this.tabNet.Text = "收入費用比"; this.tabNet.UseVisualStyleBackColor = true; // // tabIncome // this.tabIncome.Controls.Add(this.crIncomeList); this.tabIncome.Location = new System.Drawing.Point(4, 29); this.tabIncome.Name = "tabIncome"; this.tabIncome.Padding = new System.Windows.Forms.Padding(3); this.tabIncome.Size = new System.Drawing.Size(695, 398); this.tabIncome.TabIndex = 1; this.tabIncome.Text = "收入分佈圖"; this.tabIncome.UseVisualStyleBackColor = true; // // crIncomeList // this.crIncomeList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); chartArea2.Name = "ChartArea1"; this.crIncomeList.ChartAreas.Add(chartArea2); legend2.Name = "Legend1"; this.crIncomeList.Legends.Add(legend2); this.crIncomeList.Location = new System.Drawing.Point(6, 6); this.crIncomeList.Name = "crIncomeList"; series2.ChartArea = "ChartArea1"; series2.IsValueShownAsLabel = true; series2.IsVisibleInLegend = false; series2.LabelFormat = "{0:N0}"; series2.Legend = "Legend1"; series2.Name = "Series1"; this.crIncomeList.Series.Add(series2); this.crIncomeList.Size = new System.Drawing.Size(683, 386); this.crIncomeList.TabIndex = 22; this.crIncomeList.Text = "chart1"; // // tabExpend // this.tabExpend.Controls.Add(this.crExpendList); this.tabExpend.Location = new System.Drawing.Point(4, 29); this.tabExpend.Name = "tabExpend"; this.tabExpend.Size = new System.Drawing.Size(695, 398); this.tabExpend.TabIndex = 2; this.tabExpend.Text = "費用分佈圖"; this.tabExpend.UseVisualStyleBackColor = true; // // crExpendList // this.crExpendList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); chartArea3.AxisX.Interval = 1D; chartArea3.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount; chartArea3.Name = "ChartArea1"; this.crExpendList.ChartAreas.Add(chartArea3); legend3.Name = "Legend1"; this.crExpendList.Legends.Add(legend3); this.crExpendList.Location = new System.Drawing.Point(6, 6); this.crExpendList.Name = "crExpendList"; series3.ChartArea = "ChartArea1"; series3.IsValueShownAsLabel = true; series3.IsVisibleInLegend = false; series3.LabelFormat = "{0:N0}"; series3.Legend = "Legend1"; series3.Name = "Series1"; this.crExpendList.Series.Add(series3); this.crExpendList.Size = new System.Drawing.Size(683, 386); this.crExpendList.TabIndex = 23; this.crExpendList.Text = "chart1"; // // IncomeStatement // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1230, 660); this.Controls.Add(this.tbCharts); this.Controls.Add(this.lbNetAfterTax); this.Controls.Add(this.lbExpense); this.Controls.Add(this.label6); this.Controls.Add(this.label2); this.Controls.Add(this.lbIncome); this.Controls.Add(this.label1); this.Controls.Add(this.tabControl1); this.Controls.Add(this.dpAccEnd); this.Controls.Add(this.dpAccStart); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.tsButtons); this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "IncomeStatement"; this.Text = "損益表"; this.Load += new System.EventHandler(this.IncomeStatement_Load); this.tsButtons.ResumeLayout(false); this.tsButtons.PerformLayout(); this.tabControl1.ResumeLayout(false); this.tbIncome.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvIncome)).EndInit(); this.tbExpense.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvExpense)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.crNet)).EndInit(); this.tbCharts.ResumeLayout(false); this.tabNet.ResumeLayout(false); this.tabIncome.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.crIncomeList)).EndInit(); this.tabExpend.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.crExpendList)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip tsButtons; private System.Windows.Forms.ToolStripButton tsbSearch; private System.Windows.Forms.ToolStripButton tsbAdd; private System.Windows.Forms.ToolStripButton tsbEdit; private System.Windows.Forms.ToolStripButton tsbDelete; private System.Windows.Forms.ToolStripButton tsbSave; private System.Windows.Forms.ToolStripButton tsbOK; private System.Windows.Forms.ToolStripButton tsbCancel; private System.Windows.Forms.ToolStripButton tsbClean; private System.Windows.Forms.ToolStripButton tsbExit; private System.Windows.Forms.DateTimePicker dpAccEnd; private System.Windows.Forms.DateTimePicker dpAccStart; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tbIncome; private System.Windows.Forms.TabPage tbExpense; private System.Windows.Forms.DataGridView dgvIncome; private System.Windows.Forms.DataGridView dgvExpense; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label lbIncome; private System.Windows.Forms.Label lbExpense; private System.Windows.Forms.Label lbNetAfterTax; private System.Windows.Forms.DataGridViewTextBoxColumn cExAccountingSubID; private System.Windows.Forms.DataGridViewTextBoxColumn cExAccountingSubject; private System.Windows.Forms.DataGridViewTextBoxColumn cExAccountingAmount; private System.Windows.Forms.DataGridViewTextBoxColumn cInAccountingSubID; private System.Windows.Forms.DataGridViewTextBoxColumn cInAccountingSubject; private System.Windows.Forms.DataGridViewTextBoxColumn cInAccountingAmount; private System.Windows.Forms.ToolStripButton tsbSetup; private System.Windows.Forms.DataVisualization.Charting.Chart crNet; private System.Windows.Forms.TabControl tbCharts; private System.Windows.Forms.TabPage tabNet; private System.Windows.Forms.TabPage tabIncome; private System.Windows.Forms.TabPage tabExpend; private System.Windows.Forms.DataVisualization.Charting.Chart crIncomeList; private System.Windows.Forms.DataVisualization.Charting.Chart crExpendList; } }