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.
|
|
namespace ManagementSystem { partial class XMLSetting { /// <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() { this.dgvDataMaintain = new System.Windows.Forms.DataGridView(); this.cAdd = new System.Windows.Forms.DataGridViewButtonColumn(); this.cAccountingSubID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cAccountingSubName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cDC = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.btnConfirm = new System.Windows.Forms.Button(); this.btnCancle = new System.Windows.Forms.Button(); this.btnClean = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).BeginInit(); 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.cAdd, this.cAccountingSubID, this.cAccountingSubName, this.cDC}); this.dgvDataMaintain.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.dgvDataMaintain.Location = new System.Drawing.Point(14, 14); 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(483, 198); this.dgvDataMaintain.TabIndex = 12; this.dgvDataMaintain.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellContentClick); this.dgvDataMaintain.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellEndEdit); this.dgvDataMaintain.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellEnter); this.dgvDataMaintain.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvDataMaintain_RowsAdded); this.dgvDataMaintain.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_RowValidated); this.dgvDataMaintain.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataMaintain_RowValidating); //
// cAdd
//
this.cAdd.HeaderText = "…"; this.cAdd.Name = "cAdd"; this.cAdd.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.cAdd.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.cAdd.Text = "…"; this.cAdd.Width = 30; //
// cAccountingSubID
//
this.cAccountingSubID.HeaderText = "科目代號"; this.cAccountingSubID.Name = "cAccountingSubID"; //
// cAccountingSubName
//
this.cAccountingSubName.HeaderText = "科目名稱"; this.cAccountingSubName.Name = "cAccountingSubName"; this.cAccountingSubName.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.cAccountingSubName.Width = 200; //
// cDC
//
this.cDC.HeaderText = "借貸設定"; this.cDC.Name = "cDC"; this.cDC.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.cDC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; //
// btnConfirm
//
this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnConfirm.Location = new System.Drawing.Point(238, 220); this.btnConfirm.Name = "btnConfirm"; this.btnConfirm.Size = new System.Drawing.Size(83, 36); this.btnConfirm.TabIndex = 13; this.btnConfirm.Text = "確 認"; this.btnConfirm.UseVisualStyleBackColor = true; this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click); //
// btnCancle
//
this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancle.Location = new System.Drawing.Point(413, 220); this.btnCancle.Name = "btnCancle"; this.btnCancle.Size = new System.Drawing.Size(83, 36); this.btnCancle.TabIndex = 13; this.btnCancle.Text = "取 消"; this.btnCancle.UseVisualStyleBackColor = true; this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click); //
// btnClean
//
this.btnClean.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClean.Location = new System.Drawing.Point(327, 220); this.btnClean.Name = "btnClean"; this.btnClean.Size = new System.Drawing.Size(80, 36); this.btnClean.TabIndex = 13; this.btnClean.Text = "清 除"; this.btnClean.UseVisualStyleBackColor = true; this.btnClean.Click += new System.EventHandler(this.btnClean_Click); //
// XMLSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(511, 268); this.Controls.Add(this.btnClean); this.Controls.Add(this.btnCancle); this.Controls.Add(this.btnConfirm); this.Controls.Add(this.dgvDataMaintain); 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.MaximizeBox = false; this.MinimizeBox = false; this.Name = "XMLSetting"; this.Text = "設定分錄格式"; this.Load += new System.EventHandler(this.XMLSetting_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).EndInit(); this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dgvDataMaintain; private System.Windows.Forms.Button btnConfirm; private System.Windows.Forms.Button btnCancle; private System.Windows.Forms.DataGridViewButtonColumn cAdd; private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingSubID; private System.Windows.Forms.DataGridViewTextBoxColumn cAccountingSubName; private System.Windows.Forms.DataGridViewComboBoxColumn cDC; private System.Windows.Forms.Button btnClean; } }
|