namespace SIMDP.View { partial class FormEditAuthoryRole { /// /// 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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); this.treeListLookUpEditGroup = new DevExpress.XtraEditors.TreeListLookUpEdit(); this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList(); this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.tbDescription = new System.Windows.Forms.RichTextBox(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.teRoleName = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.teRoleId = new DevExpress.XtraEditors.TextEdit(); this.groupControl3 = new DevExpress.XtraEditors.GroupControl(); this.treeList1 = new DevExpress.XtraTreeList.TreeList(); this.sbtnSave = new DevExpress.XtraEditors.SimpleButton(); this.sbtnExit = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEditGroup.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.teRoleName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.teRoleId.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit(); this.groupControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit(); this.SuspendLayout(); // // splitContainerControl1 // this.splitContainerControl1.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.splitContainerControl1.Location = new System.Drawing.Point(3, 1); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.panelControl1); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.groupControl3); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(643, 400); this.splitContainerControl1.SplitterPosition = 289; this.splitContainerControl1.TabIndex = 0; this.splitContainerControl1.Text = "splitContainerControl1"; // // panelControl1 // this.panelControl1.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.panelControl1.Controls.Add(this.groupControl2); this.panelControl1.Controls.Add(this.groupControl1); this.panelControl1.Location = new System.Drawing.Point(0, 4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(284, 393); this.panelControl1.TabIndex = 0; // // groupControl2 // this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupControl2.Controls.Add(this.treeListLookUpEditGroup); this.groupControl2.Controls.Add(this.labelControl4); this.groupControl2.Location = new System.Drawing.Point(6, 278); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new System.Drawing.Size(273, 110); this.groupControl2.TabIndex = 7; this.groupControl2.Text = "所属组信息"; // // treeListLookUpEditGroup // this.treeListLookUpEditGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.treeListLookUpEditGroup.EditValue = "[]"; this.treeListLookUpEditGroup.Location = new System.Drawing.Point(108, 51); this.treeListLookUpEditGroup.Name = "treeListLookUpEditGroup"; this.treeListLookUpEditGroup.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.treeListLookUpEditGroup.Properties.DisplayMember = "GroupName"; this.treeListLookUpEditGroup.Properties.NullValuePrompt = "请选择公司"; this.treeListLookUpEditGroup.Properties.NullValuePromptShowForEmptyValue = true; this.treeListLookUpEditGroup.Properties.TreeList = this.treeListLookUpEdit1TreeList; this.treeListLookUpEditGroup.Properties.ValueMember = "GroupId"; this.treeListLookUpEditGroup.Size = new System.Drawing.Size(136, 20); this.treeListLookUpEditGroup.TabIndex = 3; // // treeListLookUpEdit1TreeList // this.treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.treeListColumn1}); this.treeListLookUpEdit1TreeList.KeyFieldName = "GroupId"; this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0); this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList"; this.treeListLookUpEdit1TreeList.OptionsBehavior.EnableFiltering = true; this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true; this.treeListLookUpEdit1TreeList.ParentFieldName = "ParentGroupId"; this.treeListLookUpEdit1TreeList.RootValue = null; this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200); this.treeListLookUpEdit1TreeList.TabIndex = 0; // // treeListColumn1 // this.treeListColumn1.Caption = "公司名称"; this.treeListColumn1.FieldName = "GroupName"; this.treeListColumn1.Name = "treeListColumn1"; this.treeListColumn1.OptionsColumn.ReadOnly = true; this.treeListColumn1.Visible = true; this.treeListColumn1.VisibleIndex = 0; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(21, 51); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(77, 14); this.labelControl4.TabIndex = 2; this.labelControl4.Text = "所属公司(*):"; // // groupControl1 // this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.groupControl1.Appearance.Options.UseBackColor = true; this.groupControl1.Controls.Add(this.tbDescription); this.groupControl1.Controls.Add(this.labelControl2); this.groupControl1.Controls.Add(this.labelControl3); this.groupControl1.Controls.Add(this.teRoleName); this.groupControl1.Controls.Add(this.labelControl1); this.groupControl1.Controls.Add(this.teRoleId); this.groupControl1.Location = new System.Drawing.Point(5, 7); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(274, 264); this.groupControl1.TabIndex = 6; this.groupControl1.Text = "角色详细信息"; // // tbDescription // this.tbDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.tbDescription.Location = new System.Drawing.Point(22, 181); this.tbDescription.Name = "tbDescription"; this.tbDescription.Size = new System.Drawing.Size(223, 66); this.tbDescription.TabIndex = 3; this.tbDescription.Text = ""; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(22, 102); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(77, 14); this.labelControl2.TabIndex = 1; this.labelControl2.Text = "角色名称(*):"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(22, 151); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(60, 14); this.labelControl3.TabIndex = 2; this.labelControl3.Text = "角色描述:"; // // teRoleName // this.teRoleName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.teRoleName.Location = new System.Drawing.Point(109, 99); this.teRoleName.Name = "teRoleName"; this.teRoleName.Size = new System.Drawing.Size(136, 20); this.teRoleName.TabIndex = 5; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(22, 44); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(77, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "角色编码(*):"; // // teRoleId // this.teRoleId.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.teRoleId.Location = new System.Drawing.Point(109, 41); this.teRoleId.Name = "teRoleId"; this.teRoleId.Size = new System.Drawing.Size(136, 20); this.teRoleId.TabIndex = 4; // // groupControl3 // this.groupControl3.Controls.Add(this.treeList1); this.groupControl3.Location = new System.Drawing.Point(6, 4); this.groupControl3.Name = "groupControl3"; this.groupControl3.Size = new System.Drawing.Size(336, 393); this.groupControl3.TabIndex = 8; this.groupControl3.Text = "所属权限信息"; // // treeList1 // this.treeList1.Location = new System.Drawing.Point(0, 24); this.treeList1.Name = "treeList1"; this.treeList1.OptionsBehavior.AllowIndeterminateCheckState = true; this.treeList1.OptionsBehavior.AllowRecursiveNodeChecking = true; this.treeList1.OptionsView.ShowCheckBoxes = true; this.treeList1.Size = new System.Drawing.Size(336, 369); this.treeList1.TabIndex = 0; this.treeList1.BeforeCheckNode += new DevExpress.XtraTreeList.CheckNodeEventHandler(this.treeList1_BeforeCheckNode); this.treeList1.AfterCheckNode += new DevExpress.XtraTreeList.NodeEventHandler(this.treeList1_AfterCheckNode); // // sbtnSave // this.sbtnSave.ImageUri.Uri = "SaveAll;Size16x16"; this.sbtnSave.Location = new System.Drawing.Point(203, 415); this.sbtnSave.Name = "sbtnSave"; this.sbtnSave.Size = new System.Drawing.Size(75, 23); this.sbtnSave.TabIndex = 1; this.sbtnSave.Text = "保存"; this.sbtnSave.Click += new System.EventHandler(this.sbtnSave_Click); // // sbtnExit // this.sbtnExit.ImageUri.Uri = "Delete;Size16x16"; this.sbtnExit.Location = new System.Drawing.Point(379, 415); this.sbtnExit.Name = "sbtnExit"; this.sbtnExit.Size = new System.Drawing.Size(75, 23); this.sbtnExit.TabIndex = 2; this.sbtnExit.Text = "关闭"; this.sbtnExit.Click += new System.EventHandler(this.sbtnExit_Click); // // FormEditAuthoryRole // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(645, 450); this.Controls.Add(this.sbtnExit); this.Controls.Add(this.sbtnSave); this.Controls.Add(this.splitContainerControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormEditAuthoryRole"; this.Text = "用户角色编辑"; this.Load += new System.EventHandler(this.FormEditAuthoryRole_Load); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); this.groupControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEditGroup.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.groupControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.teRoleName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.teRoleId.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit(); this.groupControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LabelControl labelControl1; private System.Windows.Forms.RichTextBox tbDescription; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.TextEdit teRoleId; private DevExpress.XtraEditors.TextEdit teRoleName; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraEditors.SimpleButton sbtnSave; private DevExpress.XtraEditors.SimpleButton sbtnExit; private DevExpress.XtraEditors.GroupControl groupControl2; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.GroupControl groupControl3; private DevExpress.XtraTreeList.TreeList treeList1; private DevExpress.XtraEditors.TreeListLookUpEdit treeListLookUpEditGroup; private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1; } }