namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_0402 { /// /// 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() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0402)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.dgvDataDictionary = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.lblDictionaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.splSplit = new System.Windows.Forms.SplitContainer(); this.tvwDictionaryType = new System.Windows.Forms.TreeView(); this.imglstNavigation = new System.Windows.Forms.ImageList(this.components); this.DictionaryID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DictionaryType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DictionaryValue = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DisplayNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PARENTVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ISLEAF = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvDataDictionary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splSplit)).BeginInit(); this.splSplit.Panel1.SuspendLayout(); this.splSplit.Panel2.SuspendLayout(); this.splSplit.SuspendLayout(); this.SuspendLayout(); // // dgvDataDictionary // this.dgvDataDictionary.AllowUserToDeleteRows = false; this.dgvDataDictionary.AllowUserToModifyRows = true; this.dgvDataDictionary.AllowUserToOrderColumns = true; this.dgvDataDictionary.AllowUserToResizeRows = false; this.dgvDataDictionary.AllowUserToSortRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvDataDictionary.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvDataDictionary.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvDataDictionary.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvDataDictionary.CellHeight = 23; this.dgvDataDictionary.ChildNodeColumnName = null; this.dgvDataDictionary.ChildNodeColumnText = null; this.dgvDataDictionary.ColumnDeep = 1; this.dgvDataDictionary.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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 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.dgvDataDictionary.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvDataDictionary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvDataDictionary.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.DictionaryID, this.DictionaryType, this.DictionaryValue, this.DisplayNo, this.PARENTVALUE, this.ISLEAF, this.Remarks, this.ValueFlag}); this.dgvDataDictionary.ColumnTreeView = null; this.dgvDataDictionary.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut))); this.dgvDataDictionary.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvDataDictionary.DynamicColumnName = ""; this.dgvDataDictionary.EnableHeadersVisualStyles = false; this.dgvDataDictionary.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvDataDictionary.FormatQuantityColumns = null; this.dgvDataDictionary.HorizontalMergeColumn = null; this.dgvDataDictionary.IsAutoCountSum = true; this.dgvDataDictionary.IsAutoResizeColumns = false; this.dgvDataDictionary.IsClickF12 = false; this.dgvDataDictionary.IsOpenMergeCellFlag = false; this.dgvDataDictionary.IsSubTotalFlag = false; this.dgvDataDictionary.IsTopDeep = false; this.dgvDataDictionary.Location = new System.Drawing.Point(0, 0); this.dgvDataDictionary.MergeColumnNames = null; this.dgvDataDictionary.MergeDetailColumnNames = null; this.dgvDataDictionary.MergeDetailOnlyColumn = null; this.dgvDataDictionary.MergeOnlyColumn = null; this.dgvDataDictionary.MultiSelect = false; this.dgvDataDictionary.Name = "dgvDataDictionary"; this.dgvDataDictionary.RefreshAtHscroll = false; this.dgvDataDictionary.RowHeadersWidth = 50; this.dgvDataDictionary.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvDataDictionary.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvDataDictionary.RowTemplate.Height = 21; this.dgvDataDictionary.Size = new System.Drawing.Size(604, 425); this.dgvDataDictionary.SortOrderColumnName = null; this.dgvDataDictionary.TabIndex = 0; this.dgvDataDictionary.Tag = true; this.dgvDataDictionary.TotalSumColumns = null; this.dgvDataDictionary.ViewRowFilter = ""; this.dgvDataDictionary.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDictionary_CellValidated); this.dgvDataDictionary.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataDictionary_CellValidating); this.dgvDataDictionary.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDictionary_DefaultValuesNeeded); this.dgvDataDictionary.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataDictionary_EditingControlShowing); this.dgvDataDictionary.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDictionary_RowValidated); this.dgvDataDictionary.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataDictionary_RowValidating); this.dgvDataDictionary.Sorted += new System.EventHandler(this.dgvDataDictionary_Sorted); this.dgvDataDictionary.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDictionary_UserAddedRow); // // 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(630, 455); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 3; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // 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); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(721, 455); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 4; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // lblDictionaryType // this.lblDictionaryType.AutoSize = true; this.lblDictionaryType.BackColor = System.Drawing.Color.Transparent; this.lblDictionaryType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblDictionaryType.ForeColor = System.Drawing.SystemColors.ControlText; this.lblDictionaryType.Location = new System.Drawing.Point(15, 9); this.lblDictionaryType.MaximumSize = new System.Drawing.Size(0, 12); this.lblDictionaryType.Name = "lblDictionaryType"; this.lblDictionaryType.Size = new System.Drawing.Size(65, 12); this.lblDictionaryType.TabIndex = 0; this.lblDictionaryType.Text = "当前位置:"; // // chkDisplayDisabledData // this.chkDisplayDisabledData.Anchor = System.Windows.Forms.AnchorStyles.None; this.chkDisplayDisabledData.AutoSize = true; this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground; 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(17, 455); 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 = 2; this.chkDisplayDisabledData.Text = "显示停用记录"; this.chkDisplayDisabledData.UseVisualStyleBackColor = true; this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged); // // splSplit // this.splSplit.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.splSplit.BackColor = System.Drawing.SystemColors.Control; this.splSplit.Location = new System.Drawing.Point(11, 24); this.splSplit.Name = "splSplit"; // // splSplit.Panel1 // this.splSplit.Panel1.Controls.Add(this.tvwDictionaryType); // // splSplit.Panel2 // this.splSplit.Panel2.Controls.Add(this.dgvDataDictionary); this.splSplit.Size = new System.Drawing.Size(794, 425); this.splSplit.SplitterDistance = 182; this.splSplit.SplitterWidth = 8; this.splSplit.TabIndex = 1; // // tvwDictionaryType // this.tvwDictionaryType.Dock = System.Windows.Forms.DockStyle.Fill; this.tvwDictionaryType.HideSelection = false; this.tvwDictionaryType.ImageIndex = 0; this.tvwDictionaryType.ImageList = this.imglstNavigation; this.tvwDictionaryType.ItemHeight = 18; this.tvwDictionaryType.Location = new System.Drawing.Point(0, 0); this.tvwDictionaryType.Name = "tvwDictionaryType"; this.tvwDictionaryType.SelectedImageIndex = 2; this.tvwDictionaryType.Size = new System.Drawing.Size(182, 425); this.tvwDictionaryType.TabIndex = 0; this.tvwDictionaryType.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.tvwDictionaryType_AfterCollapse); this.tvwDictionaryType.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.tvwDictionaryType_AfterExpand); this.tvwDictionaryType.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvwDictionaryType_BeforeSelect); this.tvwDictionaryType.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwDictionaryType_AfterSelect); // // imglstNavigation // this.imglstNavigation.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglstNavigation.ImageStream"))); this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent; this.imglstNavigation.Images.SetKeyName(0, "close.png"); this.imglstNavigation.Images.SetKeyName(1, "list.png"); this.imglstNavigation.Images.SetKeyName(2, "open.png"); // // DictionaryID // this.DictionaryID.DataPropertyName = "DictionaryID"; this.DictionaryID.HeaderText = "数据字典ID"; this.DictionaryID.Name = "DictionaryID"; this.DictionaryID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.DictionaryID.Visible = false; this.DictionaryID.Width = 60; // // DictionaryType // this.DictionaryType.DataPropertyName = "DictionaryType"; this.DictionaryType.HeaderText = "数据字典类型"; this.DictionaryType.MaxInputLength = 6; this.DictionaryType.Name = "DictionaryType"; this.DictionaryType.Visible = false; this.DictionaryType.Width = 60; // // DictionaryValue // this.DictionaryValue.DataPropertyName = "DictionaryValue"; this.DictionaryValue.HeaderText = "数据字典值"; this.DictionaryValue.MaxInputLength = 100; this.DictionaryValue.Name = "DictionaryValue"; this.DictionaryValue.Width = 130; // // DisplayNo // this.DisplayNo.DataPropertyName = "DisplayNo"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.DisplayNo.DefaultCellStyle = dataGridViewCellStyle3; this.DisplayNo.HeaderText = "显示顺序"; this.DisplayNo.MaxInputLength = 3; this.DisplayNo.Name = "DisplayNo"; this.DisplayNo.Width = 80; // // PARENTVALUE // this.PARENTVALUE.DataPropertyName = "PARENTVALUE"; this.PARENTVALUE.HeaderText = "父级数据字典值"; this.PARENTVALUE.Name = "PARENTVALUE"; this.PARENTVALUE.Visible = false; // // ISLEAF // this.ISLEAF.DataPropertyName = "ISLEAF"; this.ISLEAF.HeaderText = "叶子节点"; this.ISLEAF.Name = "ISLEAF"; this.ISLEAF.Visible = false; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.MaxInputLength = 500; this.Remarks.Name = "Remarks"; this.Remarks.Width = 110; // // ValueFlag // this.ValueFlag.DataPropertyName = "ValueFlag"; this.ValueFlag.FalseValue = "0"; this.ValueFlag.HeaderText = "正常"; 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; // // F_MST_0402 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(818, 510); this.Controls.Add(this.splSplit); this.Controls.Add(this.lblDictionaryType); this.Controls.Add(this.chkDisplayDisabledData); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_MST_0402"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusBackColor = System.Drawing.SystemColors.Window; this.StatusSizingGrip = false; this.Text = "数据字典"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmDataDictionary_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmDataDictionary_FormClosed); this.Load += new System.EventHandler(this.F_MST_0402_Load); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0); this.Controls.SetChildIndex(this.lblDictionaryType, 0); this.Controls.SetChildIndex(this.splSplit, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvDataDictionary)).EndInit(); this.splSplit.Panel1.ResumeLayout(false); this.splSplit.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splSplit)).EndInit(); this.splSplit.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvDataDictionary; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblDictionaryType; private Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox chkDisplayDisabledData; private System.Windows.Forms.SplitContainer splSplit; #endregion private System.Windows.Forms.TreeView tvwDictionaryType; private System.Windows.Forms.ImageList imglstNavigation; private System.Windows.Forms.DataGridViewTextBoxColumn DictionaryID; private System.Windows.Forms.DataGridViewTextBoxColumn DictionaryType; private System.Windows.Forms.DataGridViewTextBoxColumn DictionaryValue; private System.Windows.Forms.DataGridViewTextBoxColumn DisplayNo; private System.Windows.Forms.DataGridViewTextBoxColumn PARENTVALUE; private System.Windows.Forms.DataGridViewTextBoxColumn ISLEAF; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag; } }