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.
 
 

572 lines
30 KiB

namespace ManagementSystem
{
partial class BalanceSheet
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BalanceSheet));
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();
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.label4 = new System.Windows.Forms.Label();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tbAssets = new System.Windows.Forms.TabPage();
this.dgvAsset = 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.tbLabilities = new System.Windows.Forms.TabPage();
this.dgvLiabilities = 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.lbAssets = new System.Windows.Forms.Label();
this.lbLiabilities = new System.Windows.Forms.Label();
this.lbOwnerRight = new System.Windows.Forms.Label();
this.crBalanceSheet = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.tbCharts = new System.Windows.Forms.TabControl();
this.tabBalanceSheet = new System.Windows.Forms.TabPage();
this.tbOwnerRight = new System.Windows.Forms.TabPage();
this.dgvOwnerRight = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cbAccountingYear = new System.Windows.Forms.ComboBox();
this.tsButtons.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tbAssets.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvAsset)).BeginInit();
this.tbLabilities.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvLiabilities)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.crBalanceSheet)).BeginInit();
this.tbCharts.SuspendLayout();
this.tabBalanceSheet.SuspendLayout();
this.tbOwnerRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvOwnerRight)).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);
//
// 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.tbAssets);
this.tabControl1.Controls.Add(this.tbLabilities);
this.tabControl1.Controls.Add(this.tbOwnerRight);
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;
//
// tbAssets
//
this.tbAssets.Controls.Add(this.dgvAsset);
this.tbAssets.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.tbAssets.Location = new System.Drawing.Point(4, 29);
this.tbAssets.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tbAssets.Name = "tbAssets";
this.tbAssets.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tbAssets.Size = new System.Drawing.Size(472, 540);
this.tbAssets.TabIndex = 0;
this.tbAssets.Text = "資產";
this.tbAssets.UseVisualStyleBackColor = true;
//
// dgvAsset
//
this.dgvAsset.AllowUserToAddRows = false;
this.dgvAsset.AllowUserToDeleteRows = false;
this.dgvAsset.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.dgvAsset.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvAsset.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.cInAccountingSubID,
this.cInAccountingSubject,
this.cInAccountingAmount});
this.dgvAsset.Location = new System.Drawing.Point(6, 7);
this.dgvAsset.Name = "dgvAsset";
this.dgvAsset.ReadOnly = true;
this.dgvAsset.RowTemplate.Height = 24;
this.dgvAsset.Size = new System.Drawing.Size(460, 523);
this.dgvAsset.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;
//
// tbLabilities
//
this.tbLabilities.Controls.Add(this.dgvLiabilities);
this.tbLabilities.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.tbLabilities.Location = new System.Drawing.Point(4, 29);
this.tbLabilities.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tbLabilities.Name = "tbLabilities";
this.tbLabilities.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tbLabilities.Size = new System.Drawing.Size(472, 540);
this.tbLabilities.TabIndex = 1;
this.tbLabilities.Text = "負債";
this.tbLabilities.UseVisualStyleBackColor = true;
//
// dgvLiabilities
//
this.dgvLiabilities.AllowUserToAddRows = false;
this.dgvLiabilities.AllowUserToDeleteRows = false;
this.dgvLiabilities.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.dgvLiabilities.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvLiabilities.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.cExAccountingSubID,
this.cExAccountingSubject,
this.cExAccountingAmount});
this.dgvLiabilities.Location = new System.Drawing.Point(6, 7);
this.dgvLiabilities.Name = "dgvLiabilities";
this.dgvLiabilities.ReadOnly = true;
this.dgvLiabilities.RowTemplate.Height = 24;
this.dgvLiabilities.Size = new System.Drawing.Size(460, 523);
this.dgvLiabilities.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(121, 20);
this.label6.TabIndex = 16;
this.label6.Text = "業主權益總計:";
//
// lbAssets
//
this.lbAssets.AutoSize = true;
this.lbAssets.Location = new System.Drawing.Point(606, 104);
this.lbAssets.Name = "lbAssets";
this.lbAssets.Size = new System.Drawing.Size(0, 20);
this.lbAssets.TabIndex = 16;
//
// lbLiabilities
//
this.lbLiabilities.AutoSize = true;
this.lbLiabilities.Location = new System.Drawing.Point(606, 138);
this.lbLiabilities.Name = "lbLiabilities";
this.lbLiabilities.Size = new System.Drawing.Size(0, 20);
this.lbLiabilities.TabIndex = 17;
//
// lbOwnerRight
//
this.lbOwnerRight.AutoSize = true;
this.lbOwnerRight.Location = new System.Drawing.Point(638, 172);
this.lbOwnerRight.Name = "lbOwnerRight";
this.lbOwnerRight.Size = new System.Drawing.Size(0, 20);
this.lbOwnerRight.TabIndex = 19;
//
// crBalanceSheet
//
this.crBalanceSheet.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.crBalanceSheet.ChartAreas.Add(chartArea2);
legend2.Name = "Legend1";
this.crBalanceSheet.Legends.Add(legend2);
this.crBalanceSheet.Location = new System.Drawing.Point(6, 6);
this.crBalanceSheet.Name = "crBalanceSheet";
series2.ChartArea = "ChartArea1";
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
series2.IsValueShownAsLabel = true;
series2.LabelFormat = "{0:N0}";
series2.Legend = "Legend1";
series2.Name = "Series1";
this.crBalanceSheet.Series.Add(series2);
this.crBalanceSheet.Size = new System.Drawing.Size(683, 386);
this.crBalanceSheet.TabIndex = 20;
this.crBalanceSheet.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.tabBalanceSheet);
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;
//
// tabBalanceSheet
//
this.tabBalanceSheet.Controls.Add(this.crBalanceSheet);
this.tabBalanceSheet.Location = new System.Drawing.Point(4, 29);
this.tabBalanceSheet.Name = "tabBalanceSheet";
this.tabBalanceSheet.Padding = new System.Windows.Forms.Padding(3);
this.tabBalanceSheet.Size = new System.Drawing.Size(695, 398);
this.tabBalanceSheet.TabIndex = 0;
this.tabBalanceSheet.Text = "資產負債表分佈圖";
this.tabBalanceSheet.UseVisualStyleBackColor = true;
//
// tbOwnerRight
//
this.tbOwnerRight.Controls.Add(this.dgvOwnerRight);
this.tbOwnerRight.Location = new System.Drawing.Point(4, 29);
this.tbOwnerRight.Name = "tbOwnerRight";
this.tbOwnerRight.Size = new System.Drawing.Size(472, 540);
this.tbOwnerRight.TabIndex = 2;
this.tbOwnerRight.Text = "業主權益";
this.tbOwnerRight.UseVisualStyleBackColor = true;
//
// dgvOwnerRight
//
this.dgvOwnerRight.AllowUserToAddRows = false;
this.dgvOwnerRight.AllowUserToDeleteRows = false;
this.dgvOwnerRight.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.dgvOwnerRight.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvOwnerRight.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3});
this.dgvOwnerRight.Location = new System.Drawing.Point(6, 9);
this.dgvOwnerRight.Name = "dgvOwnerRight";
this.dgvOwnerRight.ReadOnly = true;
this.dgvOwnerRight.RowTemplate.Height = 24;
this.dgvOwnerRight.Size = new System.Drawing.Size(460, 523);
this.dgvOwnerRight.TabIndex = 2;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.HeaderText = "科目代碼";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.HeaderText = "科目名稱";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.Width = 150;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.HeaderText = "金額";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
this.dataGridViewTextBoxColumn3.Width = 150;
//
// cbAccountingYear
//
this.cbAccountingYear.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.cbAccountingYear.FormattingEnabled = true;
this.cbAccountingYear.Location = new System.Drawing.Point(107, 35);
this.cbAccountingYear.Margin = new System.Windows.Forms.Padding(5);
this.cbAccountingYear.Name = "cbAccountingYear";
this.cbAccountingYear.Size = new System.Drawing.Size(103, 28);
this.cbAccountingYear.TabIndex = 22;
//
// BalanceSheet
//
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.cbAccountingYear);
this.Controls.Add(this.tbCharts);
this.Controls.Add(this.lbOwnerRight);
this.Controls.Add(this.lbLiabilities);
this.Controls.Add(this.label6);
this.Controls.Add(this.label2);
this.Controls.Add(this.lbAssets);
this.Controls.Add(this.label1);
this.Controls.Add(this.tabControl1);
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 = "BalanceSheet";
this.Text = "資產負債表";
this.Load += new System.EventHandler(this.BalanceSheet_Load);
this.tsButtons.ResumeLayout(false);
this.tsButtons.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tbAssets.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvAsset)).EndInit();
this.tbLabilities.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvLiabilities)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.crBalanceSheet)).EndInit();
this.tbCharts.ResumeLayout(false);
this.tabBalanceSheet.ResumeLayout(false);
this.tbOwnerRight.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvOwnerRight)).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.Label label4;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tbAssets;
private System.Windows.Forms.TabPage tbLabilities;
private System.Windows.Forms.DataGridView dgvAsset;
private System.Windows.Forms.DataGridView dgvLiabilities;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label lbAssets;
private System.Windows.Forms.Label lbLiabilities;
private System.Windows.Forms.Label lbOwnerRight;
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 crBalanceSheet;
private System.Windows.Forms.TabControl tbCharts;
private System.Windows.Forms.TabPage tabBalanceSheet;
private System.Windows.Forms.TabPage tbOwnerRight;
private System.Windows.Forms.DataGridView dgvOwnerRight;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.ComboBox cbAccountingYear;
}
}