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.
377 lines
18 KiB
377 lines
18 KiB
namespace ManagementSystem
|
|
{
|
|
partial class AccountingSubjectMaintain
|
|
{
|
|
/// <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(AccountingSubjectMaintain));
|
|
this.dgvAccountingSubjects = new System.Windows.Forms.DataGridView();
|
|
this.cAccountingSubID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cAccountingSubName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtAccountingSubID = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtAccountingSubName = new System.Windows.Forms.TextBox();
|
|
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.label3 = new System.Windows.Forms.Label();
|
|
this.cbAccountingClass = new System.Windows.Forms.ComboBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.cbDCClass = new System.Windows.Forms.ComboBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtMemo = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.cbToCarry = new System.Windows.Forms.CheckBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvAccountingSubjects)).BeginInit();
|
|
this.tsButtons.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// dgvAccountingSubjects
|
|
//
|
|
this.dgvAccountingSubjects.AllowUserToAddRows = false;
|
|
this.dgvAccountingSubjects.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.dgvAccountingSubjects.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvAccountingSubjects.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.cAccountingSubID,
|
|
this.cAccountingSubName});
|
|
this.dgvAccountingSubjects.Location = new System.Drawing.Point(0, 35);
|
|
this.dgvAccountingSubjects.Margin = new System.Windows.Forms.Padding(5);
|
|
this.dgvAccountingSubjects.Name = "dgvAccountingSubjects";
|
|
this.dgvAccountingSubjects.ReadOnly = true;
|
|
this.dgvAccountingSubjects.RowTemplate.Height = 24;
|
|
this.dgvAccountingSubjects.Size = new System.Drawing.Size(380, 535);
|
|
this.dgvAccountingSubjects.TabIndex = 0;
|
|
this.dgvAccountingSubjects.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAccountingSubject_CellEnter);
|
|
//
|
|
// cAccountingSubID
|
|
//
|
|
this.cAccountingSubID.DataPropertyName = "AccountingSubID";
|
|
this.cAccountingSubID.HeaderText = "會計科目編號";
|
|
this.cAccountingSubID.Name = "cAccountingSubID";
|
|
this.cAccountingSubID.ReadOnly = true;
|
|
this.cAccountingSubID.Width = 130;
|
|
//
|
|
// cAccountingSubName
|
|
//
|
|
this.cAccountingSubName.DataPropertyName = "AccountingSubName";
|
|
this.cAccountingSubName.HeaderText = "會計科目";
|
|
this.cAccountingSubName.Name = "cAccountingSubName";
|
|
this.cAccountingSubName.ReadOnly = true;
|
|
this.cAccountingSubName.Width = 200;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(395, 38);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(89, 20);
|
|
this.label1.TabIndex = 5;
|
|
this.label1.Text = "科目編號:";
|
|
//
|
|
// txtAccountingSubID
|
|
//
|
|
this.txtAccountingSubID.Location = new System.Drawing.Point(490, 35);
|
|
this.txtAccountingSubID.Name = "txtAccountingSubID";
|
|
this.txtAccountingSubID.Size = new System.Drawing.Size(205, 29);
|
|
this.txtAccountingSubID.TabIndex = 1;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(780, 41);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(89, 20);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "會計科目:";
|
|
//
|
|
// txtAccountingSubName
|
|
//
|
|
this.txtAccountingSubName.Location = new System.Drawing.Point(875, 35);
|
|
this.txtAccountingSubName.Name = "txtAccountingSubName";
|
|
this.txtAccountingSubName.Size = new System.Drawing.Size(205, 29);
|
|
this.txtAccountingSubName.TabIndex = 2;
|
|
//
|
|
// 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(1150, 32);
|
|
this.tsButtons.TabIndex = 7;
|
|
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);
|
|
//
|
|
// 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;
|
|
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(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.Name = "tsbSetup";
|
|
this.tsbSetup.Size = new System.Drawing.Size(23, 29);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(395, 76);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(89, 20);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "科目類別:";
|
|
//
|
|
// cbAccountingClass
|
|
//
|
|
this.cbAccountingClass.FormattingEnabled = true;
|
|
this.cbAccountingClass.Location = new System.Drawing.Point(490, 70);
|
|
this.cbAccountingClass.Name = "cbAccountingClass";
|
|
this.cbAccountingClass.Size = new System.Drawing.Size(205, 28);
|
|
this.cbAccountingClass.TabIndex = 3;
|
|
this.cbAccountingClass.SelectedIndexChanged += new System.EventHandler(this.cbAccountingClass_SelectedIndexChanged);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(757, 78);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(112, 20);
|
|
this.label4.TabIndex = 5;
|
|
this.label4.Text = "借/貸方類別:";
|
|
//
|
|
// cbDCClass
|
|
//
|
|
this.cbDCClass.FormattingEnabled = true;
|
|
this.cbDCClass.Location = new System.Drawing.Point(875, 70);
|
|
this.cbDCClass.Name = "cbDCClass";
|
|
this.cbDCClass.Size = new System.Drawing.Size(205, 28);
|
|
this.cbDCClass.TabIndex = 4;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(427, 140);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(57, 20);
|
|
this.label6.TabIndex = 5;
|
|
this.label6.Text = "備註:";
|
|
//
|
|
// txtMemo
|
|
//
|
|
this.txtMemo.Location = new System.Drawing.Point(490, 137);
|
|
this.txtMemo.Multiline = true;
|
|
this.txtMemo.Name = "txtMemo";
|
|
this.txtMemo.Size = new System.Drawing.Size(590, 131);
|
|
this.txtMemo.TabIndex = 6;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(395, 108);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(89, 20);
|
|
this.label5.TabIndex = 5;
|
|
this.label5.Text = "是否結轉:";
|
|
//
|
|
// cbToCarry
|
|
//
|
|
this.cbToCarry.AutoSize = true;
|
|
this.cbToCarry.Location = new System.Drawing.Point(491, 114);
|
|
this.cbToCarry.Name = "cbToCarry";
|
|
this.cbToCarry.Size = new System.Drawing.Size(15, 14);
|
|
this.cbToCarry.TabIndex = 5;
|
|
this.cbToCarry.UseVisualStyleBackColor = true;
|
|
//
|
|
// AccountingSubjectMaintain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1150, 570);
|
|
this.Controls.Add(this.cbToCarry);
|
|
this.Controls.Add(this.cbDCClass);
|
|
this.Controls.Add(this.cbAccountingClass);
|
|
this.Controls.Add(this.tsButtons);
|
|
this.Controls.Add(this.txtAccountingSubName);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.txtMemo);
|
|
this.Controls.Add(this.txtAccountingSubID);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.dgvAccountingSubjects);
|
|
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 = "AccountingSubjectMaintain";
|
|
this.Text = "會計科目管理";
|
|
this.Load += new System.EventHandler(this.AccountingSubjectMaintain_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvAccountingSubjects)).EndInit();
|
|
this.tsButtons.ResumeLayout(false);
|
|
this.tsButtons.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataGridView dgvAccountingSubjects;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtAccountingSubID;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtAccountingSubName;
|
|
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 label3;
|
|
private System.Windows.Forms.ComboBox cbAccountingClass;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.ComboBox cbDCClass;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txtMemo;
|
|
private System.Windows.Forms.ToolStripButton tsbClean;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.CheckBox cbToCarry;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingSubID;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingSubName;
|
|
private System.Windows.Forms.ToolStripButton tsbSetup;
|
|
}
|
|
}
|