namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_0001 { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0001)); this.dgvAccount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.AccountCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AccountName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.valueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.AccountID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); ((System.ComponentModel.ISupportInitialize)(this.dgvAccount)).BeginInit(); this.SuspendLayout(); // // dgvAccount // this.dgvAccount.AllowUserToDeleteRows = false; this.dgvAccount.AllowUserToModifyRows = true; this.dgvAccount.AllowUserToOrderColumns = true; this.dgvAccount.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvAccount.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvAccount.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.dgvAccount.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvAccount.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvAccount.CellHeight = 23; this.dgvAccount.ChildNodeColumnName = null; this.dgvAccount.ChildNodeColumnText = null; this.dgvAccount.ColumnDeep = 1; this.dgvAccount.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvAccount.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvAccount.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvAccount.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.AccountCode, this.AccountName, this.Remarks, this.valueFlag, this.AccountID}); this.dgvAccount.ColumnTreeView = null; this.dgvAccount.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None; this.dgvAccount.DynamicColumnName = ""; this.dgvAccount.EnableHeadersVisualStyles = false; this.dgvAccount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvAccount.IsAutoCountSum = true; this.dgvAccount.IsAutoResizeColumns = false; this.dgvAccount.IsClickF12 = false; this.dgvAccount.IsSubTotalFlag = false; this.dgvAccount.Location = new System.Drawing.Point(12, 12); this.dgvAccount.MultiSelect = false; this.dgvAccount.Name = "dgvAccount"; this.dgvAccount.RefreshAtHscroll = false; this.dgvAccount.RowHeadersWidth = 50; this.dgvAccount.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvAccount.RowsDefaultCellStyle = dataGridViewCellStyle3; this.dgvAccount.RowTemplate.Height = 21; this.dgvAccount.Size = new System.Drawing.Size(570, 377); this.dgvAccount.SortOrderColumnName = null; this.dgvAccount.TabIndex = 0; this.dgvAccount.Tag = true; this.dgvAccount.TotalSumColumns = null; this.dgvAccount.ViewRowFilter = ""; this.dgvAccount.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAccount_CellValidated); this.dgvAccount.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvAccount_CellValidating); this.dgvAccount.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvAccount_DefaultValuesNeeded); this.dgvAccount.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAccount_RowValidated); this.dgvAccount.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvAccount_RowValidating); this.dgvAccount.Sorted += new System.EventHandler(this.dgvAccount_Sorted); this.dgvAccount.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvAccount_UserAddedRow); // // AccountCode // this.AccountCode.DataPropertyName = "AccountCode"; this.AccountCode.HeaderText = "帐套编码"; this.AccountCode.MaxInputLength = 20; this.AccountCode.Name = "AccountCode"; // // AccountName // this.AccountName.DataPropertyName = "AccountName"; this.AccountName.HeaderText = "帐套名称"; this.AccountName.MaxInputLength = 20; this.AccountName.Name = "AccountName"; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.MaxInputLength = 500; this.Remarks.Name = "Remarks"; this.Remarks.Width = 255; // // valueFlag // this.valueFlag.DataPropertyName = "valueFlag"; this.valueFlag.FalseValue = "0"; this.valueFlag.HeaderText = "正常"; this.valueFlag.IndeterminateValue = "1"; this.valueFlag.Name = "valueFlag"; this.valueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.valueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.valueFlag.TrueValue = "1"; this.valueFlag.Width = 50; // // AccountID // this.AccountID.DataPropertyName = "AccountID"; this.AccountID.HeaderText = "AccountID"; this.AccountID.Name = "AccountID"; this.AccountID.Visible = false; // // chkDisplayDisabledData // this.chkDisplayDisabledData.AutoSize = true; this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 402); this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.chkDisplayDisabledData.Name = "chkDisplayDisabledData"; this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16); this.chkDisplayDisabledData.TabIndex = 1; this.chkDisplayDisabledData.Text = "显示停用记录"; this.chkDisplayDisabledData.UseVisualStyleBackColor = true; this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(497, 394); this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 5; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(406, 394); this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 4; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // F_MST_0001 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(594, 448); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.chkDisplayDisabledData); this.Controls.Add(this.dgvAccount); this.Font = new System.Drawing.Font("宋体", 9F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_MST_0001"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "FrmAccount"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0001_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0001_FormClosed); this.Load += new System.EventHandler(this.F_MST_0001_Load); this.Controls.SetChildIndex(this.dgvAccount, 0); this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvAccount)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_DataGridView dgvAccount; private Basics.BaseControls.C_CheckBox chkDisplayDisabledData; private System.Windows.Forms.DataGridViewTextBoxColumn AccountCode; private System.Windows.Forms.DataGridViewTextBoxColumn AccountName; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; private System.Windows.Forms.DataGridViewCheckBoxColumn valueFlag; private System.Windows.Forms.DataGridViewTextBoxColumn AccountID; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_Button btnSave; } }