namespace CSFrameworkV5.Library.PermissionForms
|
{
|
partial class frmRole
|
{
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRole));
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
this.gcSummary = new DevExpress.XtraGrid.GridControl();
|
this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colRoleID = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colRoleName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colRoleType = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCreatedBy = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCreationDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.btnEmpty = new DevExpress.XtraEditors.SimpleButton();
|
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
|
this.txt_Content = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
this.txt_RoleType = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
|
this.gcDetailEditor = new DevExpress.XtraEditors.PanelControl();
|
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
this.tpRefGroup = new DevExpress.XtraTab.XtraTabPage();
|
this.gcMyGroups = new DevExpress.XtraGrid.GridControl();
|
this.gvMyGroups = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colG_GroupCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colG_GroupName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.tpAssignUser = new DevExpress.XtraTab.XtraTabPage();
|
this.gcRoleUsers = new DevExpress.XtraGrid.GridControl();
|
this.gvRoleUsers = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.lookUser = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
this.tpRefUser = new DevExpress.XtraTab.XtraTabPage();
|
this.gcMyUser = new DevExpress.XtraGrid.GridControl();
|
this.gvMyUser = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.txtDesc = new DevExpress.XtraEditors.MemoEdit();
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
this.txtRoleName = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
this.txtRoleType = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.tvRoleActions = new System.Windows.Forms.TreeView();
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
this.menuExpand = new System.Windows.Forms.ToolStripMenuItem();
|
this.menuCollase = new System.Windows.Forms.ToolStripMenuItem();
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
this.txtRoleID = new DevExpress.XtraEditors.GridLookUpEdit();
|
this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.tpSummary.SuspendLayout();
|
this.pnlSummary.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit();
|
this.tcBusiness.SuspendLayout();
|
this.tpDetail.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).BeginInit();
|
this.gcNavigator.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
this.panelControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit();
|
this.panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txt_Content.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_RoleType.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
|
this.splitContainerControl2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcDetailEditor)).BeginInit();
|
this.gcDetailEditor.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
this.xtraTabControl1.SuspendLayout();
|
this.tpRefGroup.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcMyGroups)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvMyGroups)).BeginInit();
|
this.tpAssignUser.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcRoleUsers)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvRoleUsers)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.lookUser)).BeginInit();
|
this.tpRefUser.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcMyUser)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvMyUser)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtDesc.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtRoleName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtRoleType.Properties)).BeginInit();
|
this.contextMenuStrip1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
this.panelControl2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtRoleID.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
|
this.SuspendLayout();
|
//
|
// tpSummary
|
//
|
this.tpSummary.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
|
this.tpSummary.Appearance.PageClient.Options.UseBackColor = true;
|
this.tpSummary.Controls.Add(this.panelControl1);
|
this.tpSummary.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpSummary.ImageOptions.Image")));
|
this.tpSummary.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
this.tpSummary.Size = new System.Drawing.Size(985, 720);
|
//
|
// pnlSummary
|
//
|
this.pnlSummary.Location = new System.Drawing.Point(2, 4);
|
this.pnlSummary.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
this.pnlSummary.Size = new System.Drawing.Size(987, 752);
|
//
|
// tcBusiness
|
//
|
this.tcBusiness.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
this.tcBusiness.Size = new System.Drawing.Size(987, 752);
|
//
|
// tpDetail
|
//
|
this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
|
this.tpDetail.Appearance.PageClient.Options.UseBackColor = true;
|
this.tpDetail.Controls.Add(this.panelControl2);
|
this.tpDetail.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpDetail.ImageOptions.Image")));
|
this.tpDetail.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
this.tpDetail.Size = new System.Drawing.Size(985, 720);
|
//
|
// gcNavigator
|
//
|
this.gcNavigator.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.gcNavigator.Appearance.Options.UseBackColor = true;
|
this.gcNavigator.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
this.gcNavigator.Padding = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
this.gcNavigator.Size = new System.Drawing.Size(957, 33);
|
//
|
// controlNavigatorSummary
|
//
|
this.controlNavigatorSummary.Buttons.Append.Visible = false;
|
this.controlNavigatorSummary.Buttons.CancelEdit.Visible = false;
|
this.controlNavigatorSummary.Buttons.Edit.Visible = false;
|
this.controlNavigatorSummary.Buttons.EndEdit.Visible = false;
|
this.controlNavigatorSummary.Buttons.NextPage.Visible = false;
|
this.controlNavigatorSummary.Buttons.PrevPage.Visible = false;
|
this.controlNavigatorSummary.Buttons.Remove.Visible = false;
|
this.controlNavigatorSummary.Location = new System.Drawing.Point(754, 4);
|
this.controlNavigatorSummary.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
this.controlNavigatorSummary.Size = new System.Drawing.Size(201, 25);
|
//
|
// txtFocusForSave
|
//
|
this.txtFocusForSave.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
//
|
// lblAboutInfo
|
//
|
this.lblAboutInfo.Location = new System.Drawing.Point(528, 3);
|
//
|
// panelControl1
|
//
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl1.Controls.Add(this.gcSummary);
|
this.panelControl1.Controls.Add(this.panel1);
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.panelControl1.Name = "panelControl1";
|
this.panelControl1.Size = new System.Drawing.Size(985, 720);
|
this.panelControl1.TabIndex = 0;
|
//
|
// gcSummary
|
//
|
this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcSummary.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcSummary.Location = new System.Drawing.Point(0, 78);
|
this.gcSummary.MainView = this.gvSummary;
|
this.gcSummary.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcSummary.Name = "gcSummary";
|
this.gcSummary.Size = new System.Drawing.Size(985, 642);
|
this.gcSummary.TabIndex = 1;
|
this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvSummary});
|
//
|
// gvSummary
|
//
|
this.gvSummary.ColumnPanelRowHeight = 32;
|
this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colRoleID,
|
this.colRoleName,
|
this.colRoleType,
|
this.colCreatedBy,
|
this.colCreationDate});
|
this.gvSummary.DetailHeight = 450;
|
this.gvSummary.FixedLineWidth = 3;
|
this.gvSummary.GridControl = this.gcSummary;
|
this.gvSummary.Name = "gvSummary";
|
this.gvSummary.OptionsBehavior.Editable = false;
|
this.gvSummary.OptionsSelection.EnableAppearanceFocusedCell = false;
|
this.gvSummary.OptionsView.ColumnAutoWidth = false;
|
this.gvSummary.OptionsView.ShowFooter = true;
|
this.gvSummary.OptionsView.ShowGroupPanel = false;
|
this.gvSummary.OptionsView.ShowIndicator = false;
|
this.gvSummary.RowHeight = 32;
|
//
|
// colRoleID
|
//
|
this.colRoleID.Caption = "角色编号";
|
this.colRoleID.FieldName = "RoleID";
|
this.colRoleID.MinWidth = 23;
|
this.colRoleID.Name = "colRoleID";
|
this.colRoleID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "RoleID", "记录数:{0}")});
|
this.colRoleID.Visible = true;
|
this.colRoleID.VisibleIndex = 0;
|
this.colRoleID.Width = 222;
|
//
|
// colRoleName
|
//
|
this.colRoleName.Caption = "角色名称";
|
this.colRoleName.FieldName = "RoleName";
|
this.colRoleName.MinWidth = 23;
|
this.colRoleName.Name = "colRoleName";
|
this.colRoleName.Visible = true;
|
this.colRoleName.VisibleIndex = 1;
|
this.colRoleName.Width = 275;
|
//
|
// colRoleType
|
//
|
this.colRoleType.Caption = "角色类型";
|
this.colRoleType.FieldName = "RoleType";
|
this.colRoleType.MinWidth = 23;
|
this.colRoleType.Name = "colRoleType";
|
this.colRoleType.Visible = true;
|
this.colRoleType.VisibleIndex = 2;
|
this.colRoleType.Width = 118;
|
//
|
// colCreatedBy
|
//
|
this.colCreatedBy.Caption = "创建人";
|
this.colCreatedBy.FieldName = "CreatedBy";
|
this.colCreatedBy.MinWidth = 23;
|
this.colCreatedBy.Name = "colCreatedBy";
|
this.colCreatedBy.Visible = true;
|
this.colCreatedBy.VisibleIndex = 3;
|
this.colCreatedBy.Width = 97;
|
//
|
// colCreationDate
|
//
|
this.colCreationDate.Caption = "创建日期";
|
this.colCreationDate.FieldName = "CreationDate";
|
this.colCreationDate.MinWidth = 23;
|
this.colCreationDate.Name = "colCreationDate";
|
this.colCreationDate.Visible = true;
|
this.colCreationDate.VisibleIndex = 4;
|
this.colCreationDate.Width = 197;
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.btnEmpty);
|
this.panel1.Controls.Add(this.btnQuery);
|
this.panel1.Controls.Add(this.txt_Content);
|
this.panel1.Controls.Add(this.labelControl9);
|
this.panel1.Controls.Add(this.labelControl8);
|
this.panel1.Controls.Add(this.txt_RoleType);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(985, 78);
|
this.panel1.TabIndex = 2;
|
//
|
// btnEmpty
|
//
|
this.btnEmpty.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnEmpty.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnEmpty.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEmpty.ImageOptions.Image")));
|
this.btnEmpty.Location = new System.Drawing.Point(429, 12);
|
this.btnEmpty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.btnEmpty.Name = "btnEmpty";
|
this.btnEmpty.Size = new System.Drawing.Size(103, 54);
|
this.btnEmpty.TabIndex = 87;
|
this.btnEmpty.Text = "清空(&E)";
|
this.btnEmpty.Click += new System.EventHandler(this.btnEmpty_Click);
|
//
|
// btnQuery
|
//
|
this.btnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.ImageOptions.Image")));
|
this.btnQuery.Location = new System.Drawing.Point(321, 12);
|
this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.btnQuery.Name = "btnQuery";
|
this.btnQuery.Size = new System.Drawing.Size(99, 54);
|
this.btnQuery.TabIndex = 86;
|
this.btnQuery.Text = "查询(&S)";
|
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
|
//
|
// txt_Content
|
//
|
this.txt_Content.Location = new System.Drawing.Point(112, 44);
|
this.txt_Content.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txt_Content.Name = "txt_Content";
|
this.txt_Content.Size = new System.Drawing.Size(147, 24);
|
this.txt_Content.TabIndex = 85;
|
//
|
// labelControl9
|
//
|
this.labelControl9.Location = new System.Drawing.Point(37, 48);
|
this.labelControl9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl9.Name = "labelControl9";
|
this.labelControl9.Size = new System.Drawing.Size(75, 18);
|
this.labelControl9.TabIndex = 84;
|
this.labelControl9.Text = "查询条件:";
|
//
|
// labelControl8
|
//
|
this.labelControl8.Location = new System.Drawing.Point(37, 14);
|
this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl8.Name = "labelControl8";
|
this.labelControl8.Size = new System.Drawing.Size(75, 18);
|
this.labelControl8.TabIndex = 83;
|
this.labelControl8.Text = "角色类型:";
|
//
|
// txt_RoleType
|
//
|
this.txt_RoleType.Location = new System.Drawing.Point(112, 10);
|
this.txt_RoleType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txt_RoleType.Name = "txt_RoleType";
|
this.txt_RoleType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txt_RoleType.Properties.Items.AddRange(new object[] {
|
"普通角色",
|
"系统角色",
|
"数据角色",
|
"扩展角色",
|
"<全部>"});
|
this.txt_RoleType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.txt_RoleType.Size = new System.Drawing.Size(147, 24);
|
this.txt_RoleType.TabIndex = 82;
|
//
|
// splitContainerControl2
|
//
|
this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.splitContainerControl2.Location = new System.Drawing.Point(0, 0);
|
this.splitContainerControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.splitContainerControl2.Name = "splitContainerControl2";
|
this.splitContainerControl2.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
this.splitContainerControl2.Panel1.Controls.Add(this.gcDetailEditor);
|
this.splitContainerControl2.Panel1.MinSize = 300;
|
this.splitContainerControl2.Panel1.Text = "Panel1";
|
this.splitContainerControl2.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
this.splitContainerControl2.Panel2.Controls.Add(this.tvRoleActions);
|
this.splitContainerControl2.Panel2.Text = "Panel2";
|
this.splitContainerControl2.Size = new System.Drawing.Size(985, 720);
|
this.splitContainerControl2.SplitterPosition = 477;
|
this.splitContainerControl2.TabIndex = 5;
|
this.splitContainerControl2.Text = "splitContainerControl2";
|
//
|
// gcDetailEditor
|
//
|
this.gcDetailEditor.Controls.Add(this.labelControl7);
|
this.gcDetailEditor.Controls.Add(this.labelControl5);
|
this.gcDetailEditor.Controls.Add(this.labelControl3);
|
this.gcDetailEditor.Controls.Add(this.xtraTabControl1);
|
this.gcDetailEditor.Controls.Add(this.labelControl1);
|
this.gcDetailEditor.Controls.Add(this.txtDesc);
|
this.gcDetailEditor.Controls.Add(this.labelControl6);
|
this.gcDetailEditor.Controls.Add(this.txtRoleName);
|
this.gcDetailEditor.Controls.Add(this.labelControl4);
|
this.gcDetailEditor.Controls.Add(this.labelControl2);
|
this.gcDetailEditor.Controls.Add(this.txtRoleType);
|
this.gcDetailEditor.Controls.Add(this.txtRoleID);
|
this.gcDetailEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcDetailEditor.Location = new System.Drawing.Point(0, 0);
|
this.gcDetailEditor.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcDetailEditor.Name = "gcDetailEditor";
|
this.gcDetailEditor.Size = new System.Drawing.Size(473, 716);
|
this.gcDetailEditor.TabIndex = 1;
|
//
|
// labelControl7
|
//
|
this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Red;
|
this.labelControl7.Appearance.Options.UseForeColor = true;
|
this.labelControl7.Location = new System.Drawing.Point(371, 90);
|
this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl7.Name = "labelControl7";
|
this.labelControl7.Size = new System.Drawing.Size(8, 18);
|
this.labelControl7.TabIndex = 86;
|
this.labelControl7.Text = "*";
|
//
|
// labelControl5
|
//
|
this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Red;
|
this.labelControl5.Appearance.Options.UseForeColor = true;
|
this.labelControl5.Location = new System.Drawing.Point(371, 60);
|
this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl5.Name = "labelControl5";
|
this.labelControl5.Size = new System.Drawing.Size(8, 18);
|
this.labelControl5.TabIndex = 86;
|
this.labelControl5.Text = "*";
|
//
|
// labelControl3
|
//
|
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Red;
|
this.labelControl3.Appearance.Options.UseForeColor = true;
|
this.labelControl3.Location = new System.Drawing.Point(371, 26);
|
this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl3.Name = "labelControl3";
|
this.labelControl3.Size = new System.Drawing.Size(8, 18);
|
this.labelControl3.TabIndex = 85;
|
this.labelControl3.Text = "*";
|
//
|
// xtraTabControl1
|
//
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.xtraTabControl1.Images = this.imageList1;
|
this.xtraTabControl1.Location = new System.Drawing.Point(2, 263);
|
this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
this.xtraTabControl1.SelectedTabPage = this.tpRefGroup;
|
this.xtraTabControl1.Size = new System.Drawing.Size(469, 451);
|
this.xtraTabControl1.TabIndex = 84;
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
this.tpAssignUser,
|
this.tpRefGroup,
|
this.tpRefUser});
|
//
|
// imageList1
|
//
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
this.imageList1.Images.SetKeyName(0, "Module.ico");
|
this.imageList1.Images.SetKeyName(1, "skin16.ico");
|
this.imageList1.Images.SetKeyName(2, "item.png");
|
this.imageList1.Images.SetKeyName(3, "SignleForm.ico");
|
//
|
// tpRefGroup
|
//
|
this.tpRefGroup.Controls.Add(this.gcMyGroups);
|
this.tpRefGroup.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpRefGroup.ImageOptions.Image")));
|
this.tpRefGroup.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.tpRefGroup.Name = "tpRefGroup";
|
this.tpRefGroup.Size = new System.Drawing.Size(467, 419);
|
this.tpRefGroup.Text = "角色所在用户组";
|
//
|
// gcMyGroups
|
//
|
this.gcMyGroups.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcMyGroups.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcMyGroups.Location = new System.Drawing.Point(0, 0);
|
this.gcMyGroups.MainView = this.gvMyGroups;
|
this.gcMyGroups.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcMyGroups.Name = "gcMyGroups";
|
this.gcMyGroups.Size = new System.Drawing.Size(467, 419);
|
this.gcMyGroups.TabIndex = 3;
|
this.gcMyGroups.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvMyGroups});
|
//
|
// gvMyGroups
|
//
|
this.gvMyGroups.ColumnPanelRowHeight = 32;
|
this.gvMyGroups.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colG_GroupCode,
|
this.colG_GroupName});
|
this.gvMyGroups.DetailHeight = 450;
|
this.gvMyGroups.FixedLineWidth = 3;
|
this.gvMyGroups.GridControl = this.gcMyGroups;
|
this.gvMyGroups.Name = "gvMyGroups";
|
this.gvMyGroups.OptionsBehavior.Editable = false;
|
this.gvMyGroups.OptionsSelection.EnableAppearanceFocusedCell = false;
|
this.gvMyGroups.OptionsView.ShowFooter = true;
|
this.gvMyGroups.OptionsView.ShowGroupPanel = false;
|
//
|
// colG_GroupCode
|
//
|
this.colG_GroupCode.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.colG_GroupCode.AppearanceCell.Options.UseBackColor = true;
|
this.colG_GroupCode.Caption = "组编号";
|
this.colG_GroupCode.FieldName = "GroupCode";
|
this.colG_GroupCode.MinWidth = 23;
|
this.colG_GroupCode.Name = "colG_GroupCode";
|
this.colG_GroupCode.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)});
|
this.colG_GroupCode.Visible = true;
|
this.colG_GroupCode.VisibleIndex = 0;
|
this.colG_GroupCode.Width = 153;
|
//
|
// colG_GroupName
|
//
|
this.colG_GroupName.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.colG_GroupName.AppearanceCell.Options.UseBackColor = true;
|
this.colG_GroupName.Caption = "组名称";
|
this.colG_GroupName.FieldName = "GroupName";
|
this.colG_GroupName.MinWidth = 23;
|
this.colG_GroupName.Name = "colG_GroupName";
|
this.colG_GroupName.Visible = true;
|
this.colG_GroupName.VisibleIndex = 1;
|
this.colG_GroupName.Width = 333;
|
//
|
// tpAssignUser
|
//
|
this.tpAssignUser.Controls.Add(this.gcRoleUsers);
|
this.tpAssignUser.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpAssignUser.ImageOptions.Image")));
|
this.tpAssignUser.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.tpAssignUser.Name = "tpAssignUser";
|
this.tpAssignUser.Size = new System.Drawing.Size(467, 419);
|
this.tpAssignUser.Text = "角色的临时用户";
|
//
|
// gcRoleUsers
|
//
|
this.gcRoleUsers.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcRoleUsers.EmbeddedNavigator.Buttons.Append.Visible = false;
|
this.gcRoleUsers.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
|
this.gcRoleUsers.EmbeddedNavigator.Buttons.Edit.Visible = false;
|
this.gcRoleUsers.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
|
this.gcRoleUsers.EmbeddedNavigator.Buttons.NextPage.Visible = false;
|
this.gcRoleUsers.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
|
this.gcRoleUsers.EmbeddedNavigator.Buttons.Remove.Visible = false;
|
this.gcRoleUsers.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcRoleUsers.Location = new System.Drawing.Point(0, 0);
|
this.gcRoleUsers.MainView = this.gvRoleUsers;
|
this.gcRoleUsers.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcRoleUsers.Name = "gcRoleUsers";
|
this.gcRoleUsers.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.lookUser});
|
this.gcRoleUsers.Size = new System.Drawing.Size(467, 419);
|
this.gcRoleUsers.TabIndex = 6;
|
this.gcRoleUsers.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvRoleUsers});
|
//
|
// gvRoleUsers
|
//
|
this.gvRoleUsers.ColumnPanelRowHeight = 32;
|
this.gvRoleUsers.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.gridColumn3,
|
this.gridColumn4});
|
this.gvRoleUsers.DetailHeight = 450;
|
this.gvRoleUsers.FixedLineWidth = 3;
|
this.gvRoleUsers.GridControl = this.gcRoleUsers;
|
this.gvRoleUsers.Name = "gvRoleUsers";
|
this.gvRoleUsers.OptionsBehavior.Editable = false;
|
this.gvRoleUsers.OptionsBehavior.ReadOnly = true;
|
this.gvRoleUsers.OptionsSelection.EnableAppearanceFocusedCell = false;
|
this.gvRoleUsers.OptionsView.ColumnAutoWidth = false;
|
this.gvRoleUsers.OptionsView.ShowFooter = true;
|
this.gvRoleUsers.OptionsView.ShowGroupPanel = false;
|
//
|
// gridColumn3
|
//
|
this.gridColumn3.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.gridColumn3.AppearanceCell.Options.UseBackColor = true;
|
this.gridColumn3.Caption = "编号";
|
this.gridColumn3.FieldName = "Account";
|
this.gridColumn3.MinWidth = 23;
|
this.gridColumn3.Name = "gridColumn3";
|
this.gridColumn3.Visible = true;
|
this.gridColumn3.VisibleIndex = 0;
|
this.gridColumn3.Width = 114;
|
//
|
// gridColumn4
|
//
|
this.gridColumn4.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.gridColumn4.AppearanceCell.Options.UseBackColor = true;
|
this.gridColumn4.Caption = "姓名";
|
this.gridColumn4.ColumnEdit = this.lookUser;
|
this.gridColumn4.FieldName = "Account";
|
this.gridColumn4.MinWidth = 23;
|
this.gridColumn4.Name = "gridColumn4";
|
this.gridColumn4.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)});
|
this.gridColumn4.Visible = true;
|
this.gridColumn4.VisibleIndex = 1;
|
this.gridColumn4.Width = 184;
|
//
|
// lookUser
|
//
|
this.lookUser.AutoHeight = false;
|
this.lookUser.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.lookUser.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Account", "帐号", 80, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("UserName", "姓名", 220, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
|
this.lookUser.DropDownRows = 20;
|
this.lookUser.Name = "lookUser";
|
this.lookUser.NullText = "";
|
this.lookUser.PopupWidth = 229;
|
//
|
// tpRefUser
|
//
|
this.tpRefUser.Controls.Add(this.gcMyUser);
|
this.tpRefUser.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpRefUser.ImageOptions.Image")));
|
this.tpRefUser.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.tpRefUser.Name = "tpRefUser";
|
this.tpRefUser.Size = new System.Drawing.Size(467, 419);
|
this.tpRefUser.Text = "使用角色的用户";
|
//
|
// gcMyUser
|
//
|
this.gcMyUser.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcMyUser.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcMyUser.Location = new System.Drawing.Point(0, 0);
|
this.gcMyUser.MainView = this.gvMyUser;
|
this.gcMyUser.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcMyUser.Name = "gcMyUser";
|
this.gcMyUser.Size = new System.Drawing.Size(467, 419);
|
this.gcMyUser.TabIndex = 4;
|
this.gcMyUser.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvMyUser});
|
//
|
// gvMyUser
|
//
|
this.gvMyUser.ColumnPanelRowHeight = 32;
|
this.gvMyUser.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.gridColumn1,
|
this.gridColumn2});
|
this.gvMyUser.DetailHeight = 450;
|
this.gvMyUser.FixedLineWidth = 3;
|
this.gvMyUser.GridControl = this.gcMyUser;
|
this.gvMyUser.Name = "gvMyUser";
|
this.gvMyUser.OptionsBehavior.Editable = false;
|
this.gvMyUser.OptionsSelection.EnableAppearanceFocusedCell = false;
|
this.gvMyUser.OptionsView.ShowFooter = true;
|
this.gvMyUser.OptionsView.ShowGroupPanel = false;
|
//
|
// gridColumn1
|
//
|
this.gridColumn1.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.gridColumn1.AppearanceCell.Options.UseBackColor = true;
|
this.gridColumn1.Caption = "用户帐号";
|
this.gridColumn1.FieldName = "Account";
|
this.gridColumn1.MinWidth = 23;
|
this.gridColumn1.Name = "gridColumn1";
|
this.gridColumn1.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)});
|
this.gridColumn1.Visible = true;
|
this.gridColumn1.VisibleIndex = 0;
|
this.gridColumn1.Width = 153;
|
//
|
// gridColumn2
|
//
|
this.gridColumn2.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.gridColumn2.AppearanceCell.Options.UseBackColor = true;
|
this.gridColumn2.Caption = "姓名";
|
this.gridColumn2.FieldName = "UserName";
|
this.gridColumn2.MinWidth = 23;
|
this.gridColumn2.Name = "gridColumn2";
|
this.gridColumn2.Visible = true;
|
this.gridColumn2.VisibleIndex = 1;
|
this.gridColumn2.Width = 333;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(46, 122);
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(45, 18);
|
this.labelControl1.TabIndex = 83;
|
this.labelControl1.Text = "说明:";
|
//
|
// txtDesc
|
//
|
this.txtDesc.Location = new System.Drawing.Point(98, 120);
|
this.txtDesc.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtDesc.Name = "txtDesc";
|
this.txtDesc.Size = new System.Drawing.Size(267, 82);
|
this.txtDesc.TabIndex = 82;
|
//
|
// labelControl6
|
//
|
this.labelControl6.Location = new System.Drawing.Point(18, 90);
|
this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl6.Name = "labelControl6";
|
this.labelControl6.Size = new System.Drawing.Size(75, 18);
|
this.labelControl6.TabIndex = 80;
|
this.labelControl6.Text = "角色类型:";
|
//
|
// txtRoleName
|
//
|
this.txtRoleName.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.True;
|
this.txtRoleName.Location = new System.Drawing.Point(98, 54);
|
this.txtRoleName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtRoleName.Name = "txtRoleName";
|
this.txtRoleName.Size = new System.Drawing.Size(267, 24);
|
this.txtRoleName.TabIndex = 81;
|
//
|
// labelControl4
|
//
|
this.labelControl4.Location = new System.Drawing.Point(18, 58);
|
this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl4.Name = "labelControl4";
|
this.labelControl4.Size = new System.Drawing.Size(75, 18);
|
this.labelControl4.TabIndex = 80;
|
this.labelControl4.Text = "角色名称:";
|
//
|
// labelControl2
|
//
|
this.labelControl2.Location = new System.Drawing.Point(18, 23);
|
this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl2.Name = "labelControl2";
|
this.labelControl2.Size = new System.Drawing.Size(75, 18);
|
this.labelControl2.TabIndex = 78;
|
this.labelControl2.Text = "角色编号:";
|
//
|
// txtRoleType
|
//
|
this.txtRoleType.Location = new System.Drawing.Point(98, 86);
|
this.txtRoleType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtRoleType.Name = "txtRoleType";
|
this.txtRoleType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtRoleType.Properties.Items.AddRange(new object[] {
|
"普通角色",
|
"系统角色",
|
"数据角色",
|
"扩展角色"});
|
this.txtRoleType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.txtRoleType.Size = new System.Drawing.Size(267, 24);
|
this.txtRoleType.TabIndex = 81;
|
//
|
// tvRoleActions
|
//
|
this.tvRoleActions.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.tvRoleActions.CheckBoxes = true;
|
this.tvRoleActions.ContextMenuStrip = this.contextMenuStrip1;
|
this.tvRoleActions.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tvRoleActions.HideSelection = false;
|
this.tvRoleActions.HotTracking = true;
|
this.tvRoleActions.ImageIndex = 0;
|
this.tvRoleActions.ImageList = this.imageList1;
|
this.tvRoleActions.Location = new System.Drawing.Point(0, 0);
|
this.tvRoleActions.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.tvRoleActions.Name = "tvRoleActions";
|
this.tvRoleActions.SelectedImageIndex = 0;
|
this.tvRoleActions.Size = new System.Drawing.Size(492, 716);
|
this.tvRoleActions.TabIndex = 0;
|
this.tvRoleActions.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.tvRoleActions_MouseDown);
|
this.tvRoleActions.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvRoleActions_MouseDown);
|
//
|
// contextMenuStrip1
|
//
|
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.menuExpand,
|
this.menuCollase});
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
this.contextMenuStrip1.Size = new System.Drawing.Size(109, 52);
|
//
|
// menuExpand
|
//
|
this.menuExpand.Name = "menuExpand";
|
this.menuExpand.Size = new System.Drawing.Size(108, 24);
|
this.menuExpand.Text = "展开";
|
this.menuExpand.Click += new System.EventHandler(this.menuExpand_Click);
|
//
|
// menuCollase
|
//
|
this.menuCollase.Name = "menuCollase";
|
this.menuCollase.Size = new System.Drawing.Size(108, 24);
|
this.menuCollase.Text = "收缩";
|
this.menuCollase.Click += new System.EventHandler(this.menuCollase_Click);
|
//
|
// panelControl2
|
//
|
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl2.Controls.Add(this.splitContainerControl2);
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panelControl2.Location = new System.Drawing.Point(0, 0);
|
this.panelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.panelControl2.Name = "panelControl2";
|
this.panelControl2.Size = new System.Drawing.Size(985, 720);
|
this.panelControl2.TabIndex = 6;
|
//
|
// txtRoleID
|
//
|
this.txtRoleID.Location = new System.Drawing.Point(98, 19);
|
this.txtRoleID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtRoleID.Name = "txtRoleID";
|
this.txtRoleID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtRoleID.Properties.NullText = "";
|
this.txtRoleID.Properties.PopupView = this.gridLookUpEdit1View;
|
this.txtRoleID.Size = new System.Drawing.Size(267, 24);
|
this.txtRoleID.TabIndex = 79;
|
//
|
// gridLookUpEdit1View
|
//
|
this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
|
this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
|
this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
|
//
|
// frmRole
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.ClientSize = new System.Drawing.Size(991, 760);
|
this.Margin = new System.Windows.Forms.Padding(3, 8, 3, 8);
|
this.Name = "frmRole";
|
this.Padding = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
this.Text = "角色管理";
|
this.Load += new System.EventHandler(this.frmRole_Load);
|
this.Controls.SetChildIndex(this.txtFocusForSave, 0);
|
this.Controls.SetChildIndex(this.gcNavigator, 0);
|
this.Controls.SetChildIndex(this.pnlSummary, 0);
|
this.tpSummary.ResumeLayout(false);
|
this.pnlSummary.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit();
|
this.tcBusiness.ResumeLayout(false);
|
this.tpDetail.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).EndInit();
|
this.gcNavigator.ResumeLayout(false);
|
this.gcNavigator.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
this.panelControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit();
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txt_Content.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_RoleType.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
|
this.splitContainerControl2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gcDetailEditor)).EndInit();
|
this.gcDetailEditor.ResumeLayout(false);
|
this.gcDetailEditor.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
this.xtraTabControl1.ResumeLayout(false);
|
this.tpRefGroup.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gcMyGroups)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvMyGroups)).EndInit();
|
this.tpAssignUser.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gcRoleUsers)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvRoleUsers)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.lookUser)).EndInit();
|
this.tpRefUser.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gcMyUser)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvMyUser)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtDesc.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtRoleName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtRoleType.Properties)).EndInit();
|
this.contextMenuStrip1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
this.panelControl2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.txtRoleID.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
private DevExpress.XtraGrid.GridControl gcSummary;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvSummary;
|
private DevExpress.XtraGrid.Columns.GridColumn colRoleID;
|
private DevExpress.XtraGrid.Columns.GridColumn colRoleName;
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl2;
|
private DevExpress.XtraEditors.PanelControl gcDetailEditor;
|
private System.Windows.Forms.TreeView tvRoleActions;
|
private DevExpress.XtraEditors.TextEdit txtRoleName;
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.MemoEdit txtDesc;
|
private System.Windows.Forms.ImageList imageList1;
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
private System.Windows.Forms.ToolStripMenuItem menuExpand;
|
private System.Windows.Forms.ToolStripMenuItem menuCollase;
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
private DevExpress.XtraTab.XtraTabPage tpRefGroup;
|
private DevExpress.XtraTab.XtraTabPage tpRefUser;
|
private DevExpress.XtraGrid.GridControl gcMyGroups;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvMyGroups;
|
private DevExpress.XtraGrid.Columns.GridColumn colG_GroupCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colG_GroupName;
|
private DevExpress.XtraGrid.GridControl gcMyUser;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvMyUser;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
private DevExpress.XtraGrid.Columns.GridColumn colCreatedBy;
|
private DevExpress.XtraGrid.Columns.GridColumn colCreationDate;
|
private DevExpress.XtraTab.XtraTabPage tpAssignUser;
|
private DevExpress.XtraGrid.GridControl gcRoleUsers;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvRoleUsers;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lookUser;
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
private DevExpress.XtraEditors.ComboBoxEdit txtRoleType;
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
private DevExpress.XtraGrid.Columns.GridColumn colRoleType;
|
private System.Windows.Forms.Panel panel1;
|
private DevExpress.XtraEditors.TextEdit txt_Content;
|
private DevExpress.XtraEditors.LabelControl labelControl9;
|
private DevExpress.XtraEditors.LabelControl labelControl8;
|
private DevExpress.XtraEditors.ComboBoxEdit txt_RoleType;
|
private DevExpress.XtraEditors.SimpleButton btnEmpty;
|
private DevExpress.XtraEditors.SimpleButton btnQuery;
|
private DevExpress.XtraEditors.GridLookUpEdit txtRoleID;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
|
}
|
}
|