| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_0402
- {
- /// <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.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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0402));
- this.dgvDataDictionary = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- 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.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- 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);
- ((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.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.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.IsAutoCountSum = true;
- this.dgvDataDictionary.IsAutoResizeColumns = false;
- this.dgvDataDictionary.IsClickF12 = false;
- this.dgvDataDictionary.IsSubTotalFlag = false;
- this.dgvDataDictionary.Location = new System.Drawing.Point(1, 3);
- 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(455, 426);
- 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);
- //
- // 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;
- //
- // 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;
- //
- // 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(487, 462);
- 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(578, 462);
- 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(12, 461);
- 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(651, 432);
- this.splSplit.SplitterDistance = 184;
- this.splSplit.SplitterWidth = 8;
- this.splSplit.TabIndex = 1;
- //
- // tvwDictionaryType
- //
- this.tvwDictionaryType.HideSelection = false;
- this.tvwDictionaryType.ImageIndex = 0;
- this.tvwDictionaryType.ImageList = this.imglstNavigation;
- this.tvwDictionaryType.ItemHeight = 18;
- this.tvwDictionaryType.Location = new System.Drawing.Point(3, 3);
- this.tvwDictionaryType.Name = "tvwDictionaryType";
- this.tvwDictionaryType.SelectedImageIndex = 2;
- this.tvwDictionaryType.Size = new System.Drawing.Size(181, 426);
- 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");
- //
- // 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(675, 517);
- 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.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 Remarks;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
- private System.Windows.Forms.ImageList imglstNavigation;
- }
- }
|