namespace CSFrameworkV5.SystemModule
|
{
|
partial class frmGridPermissionConfig
|
{
|
/// <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()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGridPermissionConfig));
|
this.listUsers = new DevExpress.XtraEditors.ImageListBoxControl();
|
this.imageCollection1 = new DevExpress.Utils.ImageCollection();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.txtContent = new DevExpress.XtraEditors.TextEdit();
|
this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
this.pictureEdit3 = new DevExpress.XtraEditors.PictureEdit();
|
this.gcMain = new DevExpress.XtraGrid.GridControl();
|
this.gvMain = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colUserId = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repUser = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
this.colGridDisplayName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colColumnCount = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.listColumns = new DevExpress.XtraEditors.CheckedListBoxControl();
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
this.btnAddConfig = new DevExpress.XtraEditors.SimpleButton();
|
this.txtGrids = new DevExpress.XtraEditors.LookUpEdit();
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
this.panelControl7 = new DevExpress.XtraEditors.PanelControl();
|
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
|
this.panelControl8 = new DevExpress.XtraEditors.PanelControl();
|
this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
|
this.btnUnCheck = new DevExpress.XtraEditors.SimpleButton();
|
this.btnCheckAll = new DevExpress.XtraEditors.SimpleButton();
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
((System.ComponentModel.ISupportInitialize)(this.listUsers)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtContent.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
this.panelControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
this.panelControl2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvMain)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repUser)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.listColumns)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtGrids.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
this.panelControl3.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
|
this.panelControl7.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
|
this.panelControl5.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
|
this.panelControl8.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// listUsers
|
//
|
this.listUsers.Appearance.BackColor = System.Drawing.Color.FloralWhite;
|
this.listUsers.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
this.listUsers.Appearance.Options.UseBackColor = true;
|
this.listUsers.Appearance.Options.UseFont = true;
|
this.listUsers.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.listUsers.ImageList = this.imageCollection1;
|
this.listUsers.ItemHeight = 25;
|
this.listUsers.Location = new System.Drawing.Point(0, 76);
|
this.listUsers.Name = "listUsers";
|
this.listUsers.Size = new System.Drawing.Size(237, 576);
|
this.listUsers.TabIndex = 0;
|
this.listUsers.SelectedIndexChanged += new System.EventHandler(this.listUsers_SelectedIndexChanged);
|
//
|
// imageCollection1
|
//
|
this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
|
this.imageCollection1.InsertGalleryImage("customer_32x32.png", "office2013/people/customer_32x32.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/people/customer_32x32.png"), 0);
|
this.imageCollection1.Images.SetKeyName(0, "customer_32x32.png");
|
//
|
// labelControl1
|
//
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.labelControl1.Appearance.Options.UseFont = true;
|
this.labelControl1.Location = new System.Drawing.Point(52, 12);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(84, 17);
|
this.labelControl1.TabIndex = 1;
|
this.labelControl1.Text = "系统所有用户";
|
//
|
// txtContent
|
//
|
this.txtContent.Location = new System.Drawing.Point(12, 39);
|
this.txtContent.Name = "txtContent";
|
this.txtContent.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
this.txtContent.Properties.Appearance.Options.UseFont = true;
|
this.txtContent.Size = new System.Drawing.Size(154, 24);
|
this.txtContent.TabIndex = 2;
|
//
|
// btnFilter
|
//
|
this.btnFilter.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnFilter.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnFilter.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.ImageOptions.Image")));
|
this.btnFilter.Location = new System.Drawing.Point(172, 37);
|
this.btnFilter.Name = "btnFilter";
|
this.btnFilter.Size = new System.Drawing.Size(56, 28);
|
this.btnFilter.TabIndex = 3;
|
this.btnFilter.Text = "查找";
|
this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
|
//
|
// panelControl1
|
//
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl1.Controls.Add(this.listUsers);
|
this.panelControl1.Controls.Add(this.panelControl2);
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Left;
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
this.panelControl1.Name = "panelControl1";
|
this.panelControl1.Size = new System.Drawing.Size(237, 652);
|
this.panelControl1.TabIndex = 4;
|
//
|
// panelControl2
|
//
|
this.panelControl2.Appearance.BackColor = System.Drawing.Color.FloralWhite;
|
this.panelControl2.Appearance.Options.UseBackColor = true;
|
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl2.Controls.Add(this.pictureEdit3);
|
this.panelControl2.Controls.Add(this.labelControl1);
|
this.panelControl2.Controls.Add(this.btnFilter);
|
this.panelControl2.Controls.Add(this.txtContent);
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panelControl2.Location = new System.Drawing.Point(0, 0);
|
this.panelControl2.Name = "panelControl2";
|
this.panelControl2.Size = new System.Drawing.Size(237, 76);
|
this.panelControl2.TabIndex = 4;
|
//
|
// pictureEdit3
|
//
|
this.pictureEdit3.EditValue = ((object)(resources.GetObject("pictureEdit3.EditValue")));
|
this.pictureEdit3.Location = new System.Drawing.Point(9, 5);
|
this.pictureEdit3.Name = "pictureEdit3";
|
this.pictureEdit3.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
this.pictureEdit3.Properties.Appearance.Options.UseBackColor = true;
|
this.pictureEdit3.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.pictureEdit3.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
this.pictureEdit3.Size = new System.Drawing.Size(37, 28);
|
this.pictureEdit3.TabIndex = 8;
|
//
|
// gcMain
|
//
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcMain.Location = new System.Drawing.Point(0, 76);
|
this.gcMain.MainView = this.gvMain;
|
this.gcMain.Name = "gcMain";
|
this.gcMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repUser});
|
this.gcMain.Size = new System.Drawing.Size(478, 576);
|
this.gcMain.TabIndex = 5;
|
this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvMain});
|
//
|
// gvMain
|
//
|
this.gvMain.ColumnPanelRowHeight = 25;
|
this.gvMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colUserId,
|
this.colGridDisplayName,
|
this.colColumnCount});
|
this.gvMain.GridControl = this.gcMain;
|
this.gvMain.Name = "gvMain";
|
this.gvMain.OptionsBehavior.Editable = false;
|
this.gvMain.OptionsView.ColumnAutoWidth = false;
|
this.gvMain.OptionsView.ShowGroupPanel = false;
|
this.gvMain.RowHeight = 25;
|
this.gvMain.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvMain_FocusedRowChanged);
|
//
|
// colUserId
|
//
|
this.colUserId.Caption = "用户编号";
|
this.colUserId.ColumnEdit = this.repUser;
|
this.colUserId.FieldName = "UserId";
|
this.colUserId.Name = "colUserId";
|
this.colUserId.OptionsColumn.ReadOnly = true;
|
this.colUserId.Visible = true;
|
this.colUserId.VisibleIndex = 0;
|
this.colUserId.Width = 120;
|
//
|
// repUser
|
//
|
this.repUser.AutoHeight = false;
|
this.repUser.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.repUser.Name = "repUser";
|
this.repUser.NullText = "";
|
//
|
// colGridDisplayName
|
//
|
this.colGridDisplayName.Caption = "表格名称";
|
this.colGridDisplayName.FieldName = "GridDisplayName";
|
this.colGridDisplayName.Name = "colGridDisplayName";
|
this.colGridDisplayName.OptionsColumn.ReadOnly = true;
|
this.colGridDisplayName.Visible = true;
|
this.colGridDisplayName.VisibleIndex = 1;
|
this.colGridDisplayName.Width = 209;
|
//
|
// colColumnCount
|
//
|
this.colColumnCount.Caption = "禁用列数量";
|
this.colColumnCount.FieldName = "ColumnCount";
|
this.colColumnCount.Name = "colColumnCount";
|
this.colColumnCount.OptionsColumn.ReadOnly = true;
|
this.colColumnCount.Visible = true;
|
this.colColumnCount.VisibleIndex = 2;
|
this.colColumnCount.Width = 90;
|
//
|
// listColumns
|
//
|
this.listColumns.Appearance.BackColor = System.Drawing.Color.Honeydew;
|
this.listColumns.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.listColumns.Appearance.Options.UseBackColor = true;
|
this.listColumns.Appearance.Options.UseFont = true;
|
this.listColumns.CheckOnClick = true;
|
this.listColumns.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.listColumns.Location = new System.Drawing.Point(0, 76);
|
this.listColumns.Name = "listColumns";
|
this.listColumns.Size = new System.Drawing.Size(260, 576);
|
this.listColumns.TabIndex = 6;
|
this.listColumns.ItemCheck += new DevExpress.XtraEditors.Controls.ItemCheckEventHandler(this.listColumns_ItemCheck);
|
//
|
// btnSave
|
//
|
this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
|
this.btnSave.Location = new System.Drawing.Point(33, 35);
|
this.btnSave.Name = "btnSave";
|
this.btnSave.Size = new System.Drawing.Size(119, 30);
|
this.btnSave.TabIndex = 7;
|
this.btnSave.Text = "保存权限配置";
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
//
|
// btnAddConfig
|
//
|
this.btnAddConfig.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnAddConfig.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnAddConfig.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAddConfig.ImageOptions.Image")));
|
this.btnAddConfig.Location = new System.Drawing.Point(319, 37);
|
this.btnAddConfig.Name = "btnAddConfig";
|
this.btnAddConfig.Size = new System.Drawing.Size(99, 30);
|
this.btnAddConfig.TabIndex = 7;
|
this.btnAddConfig.Text = "增加配置";
|
this.btnAddConfig.Click += new System.EventHandler(this.btnAddConfig_Click);
|
//
|
// txtGrids
|
//
|
this.txtGrids.Location = new System.Drawing.Point(89, 39);
|
this.txtGrids.Name = "txtGrids";
|
this.txtGrids.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
this.txtGrids.Properties.Appearance.Options.UseFont = true;
|
this.txtGrids.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtGrids.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("DisplayName", "表格名称", 150, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
|
this.txtGrids.Properties.NullText = "";
|
this.txtGrids.Size = new System.Drawing.Size(216, 24);
|
this.txtGrids.TabIndex = 8;
|
//
|
// labelControl2
|
//
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
this.labelControl2.Appearance.Options.UseFont = true;
|
this.labelControl2.Location = new System.Drawing.Point(19, 43);
|
this.labelControl2.Name = "labelControl2";
|
this.labelControl2.Size = new System.Drawing.Size(60, 18);
|
this.labelControl2.TabIndex = 1;
|
this.labelControl2.Text = "选择表格";
|
//
|
// panelControl3
|
//
|
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl3.Controls.Add(this.gcMain);
|
this.panelControl3.Controls.Add(this.panelControl7);
|
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panelControl3.Location = new System.Drawing.Point(237, 0);
|
this.panelControl3.Name = "panelControl3";
|
this.panelControl3.Size = new System.Drawing.Size(478, 652);
|
this.panelControl3.TabIndex = 9;
|
//
|
// panelControl7
|
//
|
this.panelControl7.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl7.Controls.Add(this.pictureEdit1);
|
this.panelControl7.Controls.Add(this.btnAddConfig);
|
this.panelControl7.Controls.Add(this.txtGrids);
|
this.panelControl7.Controls.Add(this.labelControl3);
|
this.panelControl7.Controls.Add(this.labelControl2);
|
this.panelControl7.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panelControl7.Location = new System.Drawing.Point(0, 0);
|
this.panelControl7.Name = "panelControl7";
|
this.panelControl7.Size = new System.Drawing.Size(478, 76);
|
this.panelControl7.TabIndex = 7;
|
//
|
// pictureEdit1
|
//
|
this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
|
this.pictureEdit1.Location = new System.Drawing.Point(8, 9);
|
this.pictureEdit1.Name = "pictureEdit1";
|
this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
|
this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
this.pictureEdit1.Size = new System.Drawing.Size(23, 22);
|
this.pictureEdit1.TabIndex = 8;
|
//
|
// labelControl3
|
//
|
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.DimGray;
|
this.labelControl3.Appearance.Options.UseForeColor = true;
|
this.labelControl3.Location = new System.Drawing.Point(35, 12);
|
this.labelControl3.Name = "labelControl3";
|
this.labelControl3.Size = new System.Drawing.Size(312, 14);
|
this.labelControl3.TabIndex = 1;
|
this.labelControl3.Text = "配置当前用户的表格权限,您可以选择用户配置新的权限。";
|
//
|
// panelControl5
|
//
|
this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl5.Controls.Add(this.listColumns);
|
this.panelControl5.Controls.Add(this.panelControl8);
|
this.panelControl5.Dock = System.Windows.Forms.DockStyle.Right;
|
this.panelControl5.Location = new System.Drawing.Point(715, 0);
|
this.panelControl5.Name = "panelControl5";
|
this.panelControl5.Size = new System.Drawing.Size(260, 652);
|
this.panelControl5.TabIndex = 10;
|
//
|
// panelControl8
|
//
|
this.panelControl8.Appearance.BackColor = System.Drawing.Color.Honeydew;
|
this.panelControl8.Appearance.Options.UseBackColor = true;
|
this.panelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl8.Controls.Add(this.pictureEdit2);
|
this.panelControl8.Controls.Add(this.btnUnCheck);
|
this.panelControl8.Controls.Add(this.btnCheckAll);
|
this.panelControl8.Controls.Add(this.btnSave);
|
this.panelControl8.Controls.Add(this.labelControl4);
|
this.panelControl8.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panelControl8.Location = new System.Drawing.Point(0, 0);
|
this.panelControl8.Name = "panelControl8";
|
this.panelControl8.Size = new System.Drawing.Size(260, 76);
|
this.panelControl8.TabIndex = 9;
|
//
|
// pictureEdit2
|
//
|
this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue")));
|
this.pictureEdit2.Location = new System.Drawing.Point(6, 9);
|
this.pictureEdit2.Name = "pictureEdit2";
|
this.pictureEdit2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
this.pictureEdit2.Properties.Appearance.Options.UseBackColor = true;
|
this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.pictureEdit2.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
this.pictureEdit2.Size = new System.Drawing.Size(23, 22);
|
this.pictureEdit2.TabIndex = 8;
|
//
|
// btnUnCheck
|
//
|
this.btnUnCheck.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnUnCheck.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnUnCheck.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnUnCheck.ImageOptions.Image")));
|
this.btnUnCheck.Location = new System.Drawing.Point(224, 37);
|
this.btnUnCheck.Name = "btnUnCheck";
|
this.btnUnCheck.Size = new System.Drawing.Size(26, 28);
|
this.btnUnCheck.TabIndex = 7;
|
this.btnUnCheck.ToolTip = "全部不勾选";
|
this.btnUnCheck.Click += new System.EventHandler(this.btnUnCheck_Click);
|
//
|
// btnCheckAll
|
//
|
this.btnCheckAll.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnCheckAll.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnCheckAll.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCheckAll.ImageOptions.Image")));
|
this.btnCheckAll.Location = new System.Drawing.Point(192, 37);
|
this.btnCheckAll.Name = "btnCheckAll";
|
this.btnCheckAll.Size = new System.Drawing.Size(26, 28);
|
this.btnCheckAll.TabIndex = 7;
|
this.btnCheckAll.ToolTip = "全部勾选";
|
this.btnCheckAll.Click += new System.EventHandler(this.btnCheckAll_Click);
|
//
|
// labelControl4
|
//
|
this.labelControl4.Appearance.ForeColor = System.Drawing.Color.DimGray;
|
this.labelControl4.Appearance.Options.UseForeColor = true;
|
this.labelControl4.Location = new System.Drawing.Point(33, 12);
|
this.labelControl4.Name = "labelControl4";
|
this.labelControl4.Size = new System.Drawing.Size(204, 14);
|
this.labelControl4.TabIndex = 1;
|
this.labelControl4.Text = "勾选的列是指禁止用户查看列的数据。";
|
//
|
// frmGridPermissionConfig
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(975, 652);
|
this.Controls.Add(this.panelControl3);
|
this.Controls.Add(this.panelControl5);
|
this.Controls.Add(this.panelControl1);
|
this.Name = "frmGridPermissionConfig";
|
this.Text = "表格权限配置";
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmGridPermissionConfig_FormClosing);
|
this.Load += new System.EventHandler(this.frmGridPermissionConfig_Load);
|
((System.ComponentModel.ISupportInitialize)(this.listUsers)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtContent.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
this.panelControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
this.panelControl2.ResumeLayout(false);
|
this.panelControl2.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvMain)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repUser)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.listColumns)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtGrids.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
this.panelControl3.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
|
this.panelControl7.ResumeLayout(false);
|
this.panelControl7.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
|
this.panelControl5.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
|
this.panelControl8.ResumeLayout(false);
|
this.panelControl8.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.ImageListBoxControl listUsers;
|
private DevExpress.Utils.ImageCollection imageCollection1;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.TextEdit txtContent;
|
private DevExpress.XtraEditors.SimpleButton btnFilter;
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
private DevExpress.XtraGrid.GridControl gcMain;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvMain;
|
private DevExpress.XtraGrid.Columns.GridColumn colGridDisplayName;
|
private DevExpress.XtraGrid.Columns.GridColumn colColumnCount;
|
private DevExpress.XtraEditors.CheckedListBoxControl listColumns;
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
private DevExpress.XtraEditors.SimpleButton btnAddConfig;
|
private DevExpress.XtraEditors.LookUpEdit txtGrids;
|
private DevExpress.XtraGrid.Columns.GridColumn colUserId;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
private DevExpress.XtraEditors.PanelControl panelControl3;
|
private DevExpress.XtraEditors.PanelControl panelControl5;
|
private DevExpress.XtraEditors.PanelControl panelControl7;
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
private DevExpress.XtraEditors.PanelControl panelControl8;
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
private DevExpress.XtraEditors.PictureEdit pictureEdit1;
|
private DevExpress.XtraEditors.PictureEdit pictureEdit2;
|
private DevExpress.XtraEditors.PictureEdit pictureEdit3;
|
private DevExpress.XtraEditors.SimpleButton btnUnCheck;
|
private DevExpress.XtraEditors.SimpleButton btnCheckAll;
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repUser;
|
}
|
}
|