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.
276 lines
14 KiB
276 lines
14 KiB
namespace ManagementSystem
|
|
{
|
|
partial class AccountBook
|
|
{
|
|
/// <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(AccountBook));
|
|
this.dgvDataMaintain = new System.Windows.Forms.DataGridView();
|
|
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.tsbExit = new System.Windows.Forms.ToolStripButton();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.cAccountingID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cAccountingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cAccountID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cAccountName = 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();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).BeginInit();
|
|
this.tsButtons.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// dgvDataMaintain
|
|
//
|
|
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.cAccountingID,
|
|
this.cAccountingDate,
|
|
this.cAccountID,
|
|
this.cAccountName,
|
|
this.cMemo,
|
|
this.cDebit,
|
|
this.cCredit});
|
|
this.dgvDataMaintain.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
this.dgvDataMaintain.Location = new System.Drawing.Point(12, 83);
|
|
this.dgvDataMaintain.Name = "dgvDataMaintain";
|
|
this.dgvDataMaintain.RowTemplate.Height = 24;
|
|
this.dgvDataMaintain.Size = new System.Drawing.Size(1136, 427);
|
|
this.dgvDataMaintain.TabIndex = 0;
|
|
this.dgvDataMaintain.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellClick);
|
|
this.dgvDataMaintain.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellEnter);
|
|
this.dgvDataMaintain.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellValueChanged);
|
|
//
|
|
// tsButtons
|
|
//
|
|
this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsbSearch,
|
|
this.tsbAdd,
|
|
this.tsbEdit,
|
|
this.tsbDelete,
|
|
this.tsbSave,
|
|
this.tsbOK,
|
|
this.tsbCancel,
|
|
this.tsbExit});
|
|
this.tsButtons.Location = new System.Drawing.Point(0, 0);
|
|
this.tsButtons.Name = "tsButtons";
|
|
this.tsButtons.Size = new System.Drawing.Size(1160, 25);
|
|
this.tsButtons.TabIndex = 5;
|
|
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(23, 22);
|
|
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(23, 22);
|
|
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(23, 22);
|
|
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(23, 22);
|
|
this.tsbDelete.Text = "刪除";
|
|
this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_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(23, 22);
|
|
this.tsbSave.Text = "儲存";
|
|
this.tsbSave.Visible = false;
|
|
this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
|
|
//
|
|
// 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(23, 22);
|
|
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(23, 22);
|
|
this.tsbCancel.Text = "取消";
|
|
this.tsbCancel.Visible = false;
|
|
this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_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(23, 22);
|
|
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(12, 38);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(89, 20);
|
|
this.label1.TabIndex = 6;
|
|
this.label1.Text = "會計年度:";
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.Font = new System.Drawing.Font("微軟正黑體", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Location = new System.Drawing.Point(107, 36);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(121, 27);
|
|
this.comboBox1.TabIndex = 7;
|
|
//
|
|
// cAccountingID
|
|
//
|
|
this.cAccountingID.HeaderText = "傳票編號";
|
|
this.cAccountingID.Name = "cAccountingID";
|
|
//
|
|
// cAccountingDate
|
|
//
|
|
this.cAccountingDate.HeaderText = "傳票日期";
|
|
this.cAccountingDate.Name = "cAccountingDate";
|
|
//
|
|
// cAccountID
|
|
//
|
|
this.cAccountID.HeaderText = "科目代號";
|
|
this.cAccountID.Name = "cAccountID";
|
|
//
|
|
// cAccountName
|
|
//
|
|
this.cAccountName.HeaderText = "科目名稱";
|
|
this.cAccountName.Name = "cAccountName";
|
|
this.cAccountName.Width = 200;
|
|
//
|
|
// cMemo
|
|
//
|
|
this.cMemo.HeaderText = "摘要";
|
|
this.cMemo.Name = "cMemo";
|
|
this.cMemo.Width = 300;
|
|
//
|
|
// cDebit
|
|
//
|
|
this.cDebit.HeaderText = "借方金額";
|
|
this.cDebit.Name = "cDebit";
|
|
//
|
|
// cCredit
|
|
//
|
|
this.cCredit.HeaderText = "貸方金額";
|
|
this.cCredit.Name = "cCredit";
|
|
//
|
|
// AccountBook
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1160, 522);
|
|
this.Controls.Add(this.comboBox1);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.tsButtons);
|
|
this.Controls.Add(this.dgvDataMaintain);
|
|
this.Name = "AccountBook";
|
|
this.Text = "會計日記帳";
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).EndInit();
|
|
this.tsButtons.ResumeLayout(false);
|
|
this.tsButtons.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataGridView dgvDataMaintain;
|
|
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.DataGridViewTextBoxColumn cAccountingID;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingDate;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cAccountID;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cAccountName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cMemo;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cDebit;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cCredit;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
}
|
|
}
|