namespace WMS.FrmSystems { partial class FrmRoleDictionary { /// /// 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(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.txtName = new WMS.Ctrl.WMSCtrlTextBox(this.components); this.bgsSelect = new System.Windows.Forms.BindingSource(this.components); this.txtDIsc = new DevExpress.XtraEditors.MemoEdit(); this.txtID = new WMS.Ctrl.WMSCtrlTextBox(this.components); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.GCustomRoleDictionary = new WMS.Ctrl.GridControlCustom(); this.bgsRoleDictionary = new System.Windows.Forms.BindingSource(this.components); this.gridViewRoleDictionary = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colROLE_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colROLE_NAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colROLE_DESC = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bgsSelect)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDIsc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GCustomRoleDictionary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bgsRoleDictionary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewRoleDictionary)).BeginInit(); this.SuspendLayout(); // // splitContainerControl1 // this.splitContainerControl1.Appearance.BackColor = System.Drawing.Color.Transparent; this.splitContainerControl1.Appearance.Options.UseBackColor = true; this.splitContainerControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.None; this.splitContainerControl1.Horizontal = false; this.splitContainerControl1.Location = new System.Drawing.Point(0, 0); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.splitContainerControl1.Panel1.Controls.Add(this.txtName); this.splitContainerControl1.Panel1.Controls.Add(this.txtDIsc); this.splitContainerControl1.Panel1.Controls.Add(this.txtID); this.splitContainerControl1.Panel1.Controls.Add(this.labelControl2); this.splitContainerControl1.Panel1.Controls.Add(this.labelControl3); this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.splitContainerControl1.Panel2.Controls.Add(this.GCustomRoleDictionary); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(1121, 612); this.splitContainerControl1.SplitterPosition = 105; this.splitContainerControl1.TabIndex = 0; // // txtName // this.txtName.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bgsSelect, "ROLE_NAME", true)); this.txtName.FrmSelect = false; this.txtName.Location = new System.Drawing.Point(360, 14); this.txtName.MustText = true; this.txtName.Name = "txtName"; this.txtName.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff; this.txtName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtName.Properties.Appearance.Options.UseBackColor = true; this.txtName.Properties.Appearance.Options.UseFont = true; this.txtName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtName.Size = new System.Drawing.Size(213, 22); this.txtName.StrLen = 0; this.txtName.TabIndex = 4; this.txtName.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtName.ValText = ""; // // bgsSelect // this.bgsSelect.DataSource = typeof(WMS.Model.SystemManage.RoleDictionaryModel); // // txtDIsc // this.txtDIsc.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bgsSelect, "ROLE_DESC", true)); this.txtDIsc.Location = new System.Drawing.Point(80, 51); this.txtDIsc.Name = "txtDIsc"; this.txtDIsc.Size = new System.Drawing.Size(488, 39); this.txtDIsc.TabIndex = 5; // // txtID // this.txtID.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bgsSelect, "ROLE_ID", true)); this.txtID.FrmSelect = false; this.txtID.Location = new System.Drawing.Point(80, 14); this.txtID.MustText = true; this.txtID.Name = "txtID"; this.txtID.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff; this.txtID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtID.Properties.Appearance.Options.UseBackColor = true; this.txtID.Properties.Appearance.Options.UseFont = true; this.txtID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtID.Size = new System.Drawing.Size(213, 22); this.txtID.StrLen = 0; this.txtID.TabIndex = 3; this.txtID.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtID.ValText = ""; this.txtID.Leave += new System.EventHandler(this.txtID_Leave); // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Location = new System.Drawing.Point(303, 17); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(56, 14); this.labelControl2.TabIndex = 1; this.labelControl2.Text = "角色名称"; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Location = new System.Drawing.Point(23, 55); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(56, 14); this.labelControl3.TabIndex = 2; this.labelControl3.Text = "角色描述"; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Location = new System.Drawing.Point(23, 17); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(56, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "角色编号"; // // GCustomRoleDictionary // this.GCustomRoleDictionary.ColorApprove = System.Drawing.Color.Empty; this.GCustomRoleDictionary.ColorApproveValue = null; this.GCustomRoleDictionary.ColorPass = System.Drawing.Color.Empty; this.GCustomRoleDictionary.ColorPassValue = null; this.GCustomRoleDictionary.ColorRepeal = System.Drawing.Color.Empty; this.GCustomRoleDictionary.ColorRepealValue = null; this.GCustomRoleDictionary.ColorReWork = System.Drawing.Color.Empty; this.GCustomRoleDictionary.ColorReWorkValue = null; this.GCustomRoleDictionary.ColorSelectedRow = System.Drawing.Color.Empty; this.GCustomRoleDictionary.ColorShortage = System.Drawing.Color.Empty; this.GCustomRoleDictionary.ColorShortageFlagColumn = null; this.GCustomRoleDictionary.ColorShortageValue = null; this.GCustomRoleDictionary.ColorUnExecute = System.Drawing.Color.Empty; this.GCustomRoleDictionary.ColorUnExecuteValue = null; this.GCustomRoleDictionary.ColorUnPass = System.Drawing.Color.Empty; this.GCustomRoleDictionary.ColorUnPassValue = null; this.GCustomRoleDictionary.ColorVerify = System.Drawing.Color.Empty; this.GCustomRoleDictionary.ColorVerifyFlagColumn = null; this.GCustomRoleDictionary.ColorVerifyValue = null; this.GCustomRoleDictionary.ColorWarning = System.Drawing.Color.Empty; this.GCustomRoleDictionary.ColorWarningValue = null; this.GCustomRoleDictionary.DataSource = this.bgsRoleDictionary; this.GCustomRoleDictionary.Dock = System.Windows.Forms.DockStyle.Fill; this.GCustomRoleDictionary.EnableAppearanceEvenRow = true; this.GCustomRoleDictionary.IndicatorWidth = 40; this.GCustomRoleDictionary.Location = new System.Drawing.Point(0, 0); this.GCustomRoleDictionary.MainView = this.gridViewRoleDictionary; this.GCustomRoleDictionary.Name = "GCustomRoleDictionary"; this.GCustomRoleDictionary.ShowRowID = true; this.GCustomRoleDictionary.Size = new System.Drawing.Size(1113, 487); this.GCustomRoleDictionary.TabIndex = 0; this.GCustomRoleDictionary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewRoleDictionary}); this.GCustomRoleDictionary.Click += new System.EventHandler(this.GCustomRoleDictionary_Click); this.GCustomRoleDictionary.DoubleClick += new System.EventHandler(this.GCustomRoleDictionary_DoubleClick); // // bgsRoleDictionary // this.bgsRoleDictionary.DataSource = typeof(WMS.Model.SystemManage.RoleDictionaryModel); // // gridViewRoleDictionary // this.gridViewRoleDictionary.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.gridViewRoleDictionary.Appearance.EvenRow.Options.UseBackColor = true; this.gridViewRoleDictionary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colROLE_ID, this.colROLE_NAME, this.colROLE_DESC}); this.gridViewRoleDictionary.GridControl = this.GCustomRoleDictionary; this.gridViewRoleDictionary.IndicatorWidth = 34; this.gridViewRoleDictionary.Name = "gridViewRoleDictionary"; this.gridViewRoleDictionary.OptionsSelection.MultiSelect = true; this.gridViewRoleDictionary.OptionsView.ColumnAutoWidth = false; this.gridViewRoleDictionary.OptionsView.EnableAppearanceEvenRow = true; this.gridViewRoleDictionary.OptionsView.ShowGroupPanel = false; this.gridViewRoleDictionary.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colROLE_NAME, DevExpress.Data.ColumnSortOrder.Ascending)}); // // colROLE_ID // this.colROLE_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colROLE_ID.AppearanceCell.Options.UseFont = true; this.colROLE_ID.AppearanceHeader.Options.UseTextOptions = true; this.colROLE_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colROLE_ID.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.colROLE_ID.Caption = "角色编号"; this.colROLE_ID.FieldName = "ROLE_ID"; this.colROLE_ID.Name = "colROLE_ID"; this.colROLE_ID.OptionsColumn.AllowEdit = false; this.colROLE_ID.Visible = true; this.colROLE_ID.VisibleIndex = 0; // // colROLE_NAME // this.colROLE_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colROLE_NAME.AppearanceCell.Options.UseFont = true; this.colROLE_NAME.AppearanceHeader.Options.UseTextOptions = true; this.colROLE_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colROLE_NAME.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.colROLE_NAME.Caption = "角色名称"; this.colROLE_NAME.FieldName = "ROLE_NAME"; this.colROLE_NAME.Name = "colROLE_NAME"; this.colROLE_NAME.OptionsColumn.AllowEdit = false; this.colROLE_NAME.Visible = true; this.colROLE_NAME.VisibleIndex = 1; this.colROLE_NAME.Width = 120; // // colROLE_DESC // this.colROLE_DESC.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colROLE_DESC.AppearanceCell.Options.UseFont = true; this.colROLE_DESC.AppearanceHeader.Options.UseTextOptions = true; this.colROLE_DESC.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colROLE_DESC.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.colROLE_DESC.Caption = "角色描述"; this.colROLE_DESC.FieldName = "ROLE_DESC"; this.colROLE_DESC.Name = "colROLE_DESC"; this.colROLE_DESC.OptionsColumn.AllowEdit = false; this.colROLE_DESC.Visible = true; this.colROLE_DESC.VisibleIndex = 2; this.colROLE_DESC.Width = 565; // // FrmRoleDictionary // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1121, 612); this.Controls.Add(this.splitContainerControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmRoleDictionary"; this.Text = "角色维护管理"; this.Load += new System.EventHandler(this.FrmRoleDictionary_Load); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bgsSelect)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDIsc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GCustomRoleDictionary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bgsRoleDictionary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewRoleDictionary)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private Ctrl.GridControlCustom GCustomRoleDictionary; private System.Windows.Forms.BindingSource bgsRoleDictionary; private DevExpress.XtraEditors.MemoEdit txtDIsc; private Ctrl.WMSCtrlTextBox txtName; private Ctrl.WMSCtrlTextBox txtID; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl2; private System.Windows.Forms.BindingSource bgsSelect; private DevExpress.XtraGrid.Views.Grid.GridView gridViewRoleDictionary; private DevExpress.XtraGrid.Columns.GridColumn colROLE_ID; private DevExpress.XtraGrid.Columns.GridColumn colROLE_NAME; private DevExpress.XtraGrid.Columns.GridColumn colROLE_DESC; } }