namespace ManagementSystem { partial class AccountingBookMaintain { /// /// 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(AccountingBookMaintain)); 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.dgvAccountingBook = new System.Windows.Forms.DataGridView(); this.cAccountingBookID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cAccountingBookName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.txtAccountingBookID = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtAccountingBookName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.cbBelongOrg = new System.Windows.Forms.ComboBox(); this.label12 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.cbEffective = new System.Windows.Forms.CheckBox(); this.tsButtons.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvAccountingBook)).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.tsButtons.Location = new System.Drawing.Point(0, 0); this.tsButtons.Name = "tsButtons"; this.tsButtons.Size = new System.Drawing.Size(1033, 32); 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(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; // // 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); // // dgvAccountingBook // this.dgvAccountingBook.AllowUserToAddRows = false; this.dgvAccountingBook.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.dgvAccountingBook.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvAccountingBook.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.cAccountingBookID, this.cAccountingBookName}); this.dgvAccountingBook.Location = new System.Drawing.Point(0, 36); this.dgvAccountingBook.Margin = new System.Windows.Forms.Padding(5); this.dgvAccountingBook.Name = "dgvAccountingBook"; this.dgvAccountingBook.ReadOnly = true; this.dgvAccountingBook.RowTemplate.Height = 24; this.dgvAccountingBook.Size = new System.Drawing.Size(348, 401); this.dgvAccountingBook.TabIndex = 6; this.dgvAccountingBook.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAccountingBook_CellEnter); // // cAccountingBookID // this.cAccountingBookID.DataPropertyName = "AccountingBookID"; this.cAccountingBookID.HeaderText = "帳本編號"; this.cAccountingBookID.Name = "cAccountingBookID"; this.cAccountingBookID.ReadOnly = true; // // cAccountingBookName // this.cAccountingBookName.DataPropertyName = "AccountingBookName"; this.cAccountingBookName.HeaderText = "帳本名稱"; this.cAccountingBookName.Name = "cAccountingBookName"; this.cAccountingBookName.ReadOnly = true; this.cAccountingBookName.Width = 200; // // txtAccountingBookID // this.txtAccountingBookID.Location = new System.Drawing.Point(466, 36); this.txtAccountingBookID.Name = "txtAccountingBookID"; this.txtAccountingBookID.Size = new System.Drawing.Size(110, 29); this.txtAccountingBookID.TabIndex = 7; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(371, 39); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 20); this.label1.TabIndex = 8; this.label1.Text = "帳本編號:"; // // txtAccountingBookName // this.txtAccountingBookName.Location = new System.Drawing.Point(466, 71); this.txtAccountingBookName.Name = "txtAccountingBookName"; this.txtAccountingBookName.Size = new System.Drawing.Size(205, 29); this.txtAccountingBookName.TabIndex = 9; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(371, 74); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(89, 20); this.label2.TabIndex = 10; this.label2.Text = "帳本名稱:"; // // cbBelongOrg // this.cbBelongOrg.Enabled = false; this.cbBelongOrg.FormattingEnabled = true; this.cbBelongOrg.Location = new System.Drawing.Point(466, 106); this.cbBelongOrg.Name = "cbBelongOrg"; this.cbBelongOrg.Size = new System.Drawing.Size(205, 28); this.cbBelongOrg.TabIndex = 11; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(371, 109); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(89, 20); this.label12.TabIndex = 12; this.label12.Text = "所屬組織:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(371, 141); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(89, 20); this.label3.TabIndex = 12; this.label3.Text = "是否有效:"; // // cbEffective // this.cbEffective.AutoSize = true; this.cbEffective.Location = new System.Drawing.Point(466, 145); this.cbEffective.Name = "cbEffective"; this.cbEffective.Size = new System.Drawing.Size(15, 14); this.cbEffective.TabIndex = 13; this.cbEffective.UseVisualStyleBackColor = true; // // AccountingBookMaintain // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1033, 435); this.Controls.Add(this.cbEffective); this.Controls.Add(this.cbBelongOrg); this.Controls.Add(this.label3); this.Controls.Add(this.label12); this.Controls.Add(this.txtAccountingBookName); this.Controls.Add(this.label2); this.Controls.Add(this.txtAccountingBookID); this.Controls.Add(this.label1); this.Controls.Add(this.dgvAccountingBook); 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 = "AccountingBookMaintain"; this.Text = "帳本管理"; this.Load += new System.EventHandler(this.AccountingBookMaintain_Load); this.tsButtons.ResumeLayout(false); this.tsButtons.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvAccountingBook)).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.DataGridView dgvAccountingBook; private System.Windows.Forms.TextBox txtAccountingBookID; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtAccountingBookName; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cbBelongOrg; private System.Windows.Forms.Label label12; private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingBookID; private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingBookName; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox cbEffective; } }