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.
480 lines
25 KiB
480 lines
25 KiB
namespace ManagementSystem
|
|
{
|
|
partial class AccountingJournalMaintain
|
|
{
|
|
/// <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(AccountingJournalMaintain));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
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.tsbReturn = 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.label1 = new System.Windows.Forms.Label();
|
|
this.cbAccountingYear = new System.Windows.Forms.ComboBox();
|
|
this.dgvDataMaintain = new System.Windows.Forms.DataGridView();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtMemo = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtAccSubName = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.dpAccStart = new System.Windows.Forms.DateTimePicker();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.dpAccEnd = new System.Windows.Forms.DateTimePicker();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtAccountingID = new System.Windows.Forms.TextBox();
|
|
this.cCheckedColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.cAccountingID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cAccountingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cAccountSubID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cAccountSubName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cDebit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cCredit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cProjectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cProjectID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tsButtons.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).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.tsbReturn,
|
|
this.tsbSave,
|
|
this.tsbOK,
|
|
this.tsbCancel,
|
|
this.tsbClean,
|
|
this.tsbExit});
|
|
this.tsButtons.Location = new System.Drawing.Point(0, 0);
|
|
this.tsButtons.Name = "tsButtons";
|
|
this.tsButtons.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
|
|
this.tsButtons.Size = new System.Drawing.Size(1486, 32);
|
|
this.tsButtons.TabIndex = 8;
|
|
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.Click += new System.EventHandler(this.tsbAdd_Click);
|
|
//
|
|
// 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.Click += new System.EventHandler(this.tsbEdit_Click);
|
|
//
|
|
// 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.Click += new System.EventHandler(this.tsbDelete_Click);
|
|
//
|
|
// tsbReturn
|
|
//
|
|
this.tsbReturn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbReturn.Image = ((System.Drawing.Image)(resources.GetObject("tsbReturn.Image")));
|
|
this.tsbReturn.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbReturn.Name = "tsbReturn";
|
|
this.tsbReturn.Size = new System.Drawing.Size(29, 29);
|
|
this.tsbReturn.Text = "沖銷分錄";
|
|
this.tsbReturn.Click += new System.EventHandler(this.tsbReturn_Click);
|
|
//
|
|
// 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);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.label1.Location = new System.Drawing.Point(16, 43);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(89, 20);
|
|
this.label1.TabIndex = 9;
|
|
this.label1.Text = "會計年度:";
|
|
//
|
|
// 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(102, 40);
|
|
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 = 1;
|
|
this.cbAccountingYear.SelectedIndexChanged += new System.EventHandler(this.cbAccountingYear_SelectedIndexChanged);
|
|
//
|
|
// dgvDataMaintain
|
|
//
|
|
this.dgvDataMaintain.AllowUserToAddRows = false;
|
|
this.dgvDataMaintain.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.dgvDataMaintain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvDataMaintain.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.cCheckedColumn,
|
|
this.cAccountingID,
|
|
this.cAccountingDate,
|
|
this.cAccountSubID,
|
|
this.cAccountSubName,
|
|
this.cMemo,
|
|
this.cDebit,
|
|
this.cCredit,
|
|
this.cProjectName,
|
|
this.cProjectID});
|
|
this.dgvDataMaintain.Location = new System.Drawing.Point(20, 78);
|
|
this.dgvDataMaintain.Margin = new System.Windows.Forms.Padding(5);
|
|
this.dgvDataMaintain.Name = "dgvDataMaintain";
|
|
this.dgvDataMaintain.RowTemplate.Height = 24;
|
|
this.dgvDataMaintain.Size = new System.Drawing.Size(1446, 365);
|
|
this.dgvDataMaintain.TabIndex = 4;
|
|
this.dgvDataMaintain.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellClick);
|
|
this.dgvDataMaintain.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellContentClick);
|
|
this.dgvDataMaintain.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellEnter);
|
|
this.dgvDataMaintain.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.dgvDataMaintain_CellPainting);
|
|
this.dgvDataMaintain.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellValueChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.label2.Location = new System.Drawing.Point(1182, 43);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(57, 20);
|
|
this.label2.TabIndex = 9;
|
|
this.label2.Text = "摘要:";
|
|
//
|
|
// txtMemo
|
|
//
|
|
this.txtMemo.Location = new System.Drawing.Point(1236, 39);
|
|
this.txtMemo.Name = "txtMemo";
|
|
this.txtMemo.Size = new System.Drawing.Size(230, 29);
|
|
this.txtMemo.TabIndex = 6;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.label3.Location = new System.Drawing.Point(915, 43);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(89, 20);
|
|
this.label3.TabIndex = 9;
|
|
this.label3.Text = "科目名稱:";
|
|
//
|
|
// txtAccSubName
|
|
//
|
|
this.txtAccSubName.Location = new System.Drawing.Point(1003, 39);
|
|
this.txtAccSubName.Name = "txtAccSubName";
|
|
this.txtAccSubName.Size = new System.Drawing.Size(154, 29);
|
|
this.txtAccSubName.TabIndex = 5;
|
|
//
|
|
// 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(228, 43);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(89, 20);
|
|
this.label4.TabIndex = 9;
|
|
this.label4.Text = "傳票日期:";
|
|
//
|
|
// dpAccStart
|
|
//
|
|
this.dpAccStart.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dpAccStart.Location = new System.Drawing.Point(315, 41);
|
|
this.dpAccStart.Name = "dpAccStart";
|
|
this.dpAccStart.Size = new System.Drawing.Size(137, 29);
|
|
this.dpAccStart.TabIndex = 2;
|
|
//
|
|
// 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(460, 42);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(21, 20);
|
|
this.label5.TabIndex = 9;
|
|
this.label5.Text = "~";
|
|
//
|
|
// dpAccEnd
|
|
//
|
|
this.dpAccEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dpAccEnd.Location = new System.Drawing.Point(489, 41);
|
|
this.dpAccEnd.Name = "dpAccEnd";
|
|
this.dpAccEnd.Size = new System.Drawing.Size(137, 29);
|
|
this.dpAccEnd.TabIndex = 3;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.label6.Location = new System.Drawing.Point(662, 43);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(89, 20);
|
|
this.label6.TabIndex = 9;
|
|
this.label6.Text = "傳票編號:";
|
|
//
|
|
// txtAccountingID
|
|
//
|
|
this.txtAccountingID.Location = new System.Drawing.Point(759, 40);
|
|
this.txtAccountingID.Name = "txtAccountingID";
|
|
this.txtAccountingID.Size = new System.Drawing.Size(136, 29);
|
|
this.txtAccountingID.TabIndex = 4;
|
|
//
|
|
// cCheckedColumn
|
|
//
|
|
this.cCheckedColumn.FalseValue = "N";
|
|
this.cCheckedColumn.HeaderText = "選擇";
|
|
this.cCheckedColumn.Name = "cCheckedColumn";
|
|
this.cCheckedColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.cCheckedColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.cCheckedColumn.TrueValue = "Y";
|
|
this.cCheckedColumn.Width = 70;
|
|
//
|
|
// cAccountingID
|
|
//
|
|
this.cAccountingID.HeaderText = "傳票編號";
|
|
this.cAccountingID.Name = "cAccountingID";
|
|
this.cAccountingID.Width = 200;
|
|
//
|
|
// cAccountingDate
|
|
//
|
|
this.cAccountingDate.HeaderText = "傳票日期";
|
|
this.cAccountingDate.Name = "cAccountingDate";
|
|
this.cAccountingDate.Width = 150;
|
|
//
|
|
// cAccountSubID
|
|
//
|
|
this.cAccountSubID.HeaderText = "科目代號";
|
|
this.cAccountSubID.Name = "cAccountSubID";
|
|
//
|
|
// cAccountSubName
|
|
//
|
|
this.cAccountSubName.HeaderText = "科目名稱";
|
|
this.cAccountSubName.Name = "cAccountSubName";
|
|
this.cAccountSubName.Width = 200;
|
|
//
|
|
// cMemo
|
|
//
|
|
this.cMemo.HeaderText = "摘要";
|
|
this.cMemo.Name = "cMemo";
|
|
this.cMemo.Width = 500;
|
|
//
|
|
// cDebit
|
|
//
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
dataGridViewCellStyle1.Format = "N0";
|
|
dataGridViewCellStyle1.NullValue = null;
|
|
this.cDebit.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this.cDebit.HeaderText = "借方金額";
|
|
this.cDebit.Name = "cDebit";
|
|
this.cDebit.Width = 150;
|
|
//
|
|
// cCredit
|
|
//
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
dataGridViewCellStyle2.Format = "N0";
|
|
dataGridViewCellStyle2.NullValue = null;
|
|
this.cCredit.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.cCredit.HeaderText = "貸方金額";
|
|
this.cCredit.Name = "cCredit";
|
|
this.cCredit.Width = 150;
|
|
//
|
|
// cProjectName
|
|
//
|
|
this.cProjectName.HeaderText = "專案名稱";
|
|
this.cProjectName.Name = "cProjectName";
|
|
this.cProjectName.Width = 250;
|
|
//
|
|
// cProjectID
|
|
//
|
|
this.cProjectID.HeaderText = "專案代碼";
|
|
this.cProjectID.Name = "cProjectID";
|
|
this.cProjectID.Visible = false;
|
|
this.cProjectID.Width = 200;
|
|
//
|
|
// AccountingJournalMaintain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1486, 463);
|
|
this.Controls.Add(this.dpAccEnd);
|
|
this.Controls.Add(this.dpAccStart);
|
|
this.Controls.Add(this.txtAccountingID);
|
|
this.Controls.Add(this.txtAccSubName);
|
|
this.Controls.Add(this.txtMemo);
|
|
this.Controls.Add(this.dgvDataMaintain);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.cbAccountingYear);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label1);
|
|
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(5);
|
|
this.Name = "AccountingJournalMaintain";
|
|
this.Text = "會計日記帳";
|
|
this.Load += new System.EventHandler(this.AccountJournalMaintain_Load);
|
|
this.tsButtons.ResumeLayout(false);
|
|
this.tsButtons.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).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 tsbExit;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox cbAccountingYear;
|
|
private System.Windows.Forms.DataGridView dgvDataMaintain;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtMemo;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtAccSubName;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.DateTimePicker dpAccStart;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.DateTimePicker dpAccEnd;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txtAccountingID;
|
|
private System.Windows.Forms.ToolStripButton tsbClean;
|
|
private System.Windows.Forms.ToolStripButton tsbReturn;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn cCheckedColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingID;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingDate;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cAccountSubID;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cAccountSubName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cMemo;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cDebit;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cCredit;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cProjectName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cProjectID;
|
|
}
|
|
}
|