namespace CSFrameworkV5.Library { partial class frmGroupOrganization_DataRightsConfig { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGroupOrganization_DataRightsConfig)); this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components); this.gcMain = new DevExpress.XtraGrid.GridControl(); this.gvMain = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDataType = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDataID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDisplayText = new DevExpress.XtraGrid.Columns.GridColumn(); this.colGridDisplayName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTableName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colColumnCount = new DevExpress.XtraGrid.Columns.GridColumn(); this.repUser = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.repGroup = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.chk = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.listColumns = new DevExpress.XtraEditors.CheckedListBoxControl(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.全部勾选ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.全部不勾选ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.btnAddConfig = new DevExpress.XtraEditors.SimpleButton(); this.txtTables = new DevExpress.XtraEditors.LookUpEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.panelControl7 = new DevExpress.XtraEditors.PanelControl(); this.picCurrent = new DevExpress.XtraEditors.PictureEdit(); this.lblCurrent = new DevExpress.XtraEditors.LabelControl(); this.panelControl5 = new DevExpress.XtraEditors.PanelControl(); this.panelControl8 = new DevExpress.XtraEditors.PanelControl(); this.btnUnCheck = new DevExpress.XtraEditors.SimpleButton(); this.btnCheckAll = new DevExpress.XtraEditors.SimpleButton(); this.lblTip = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.picUser = new DevExpress.XtraEditors.PictureEdit(); this.picDept = new DevExpress.XtraEditors.PictureEdit(); this.pictureEdit3 = new DevExpress.XtraEditors.PictureEdit(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.btnOk = new DevExpress.XtraEditors.SimpleButton(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repUser)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repGroup)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chk)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.listColumns)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtTables.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit(); this.panelControl7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picCurrent.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit(); this.panelControl5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit(); this.panelControl8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picUser.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picDept.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); this.SuspendLayout(); // // 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"); // // gcMain // this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; this.gcMain.Location = new System.Drawing.Point(0, 56); this.gcMain.MainView = this.gvMain; this.gcMain.Name = "gcMain"; this.gcMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repUser, this.repGroup, this.chk}); this.gcMain.Size = new System.Drawing.Size(748, 486); 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.gridColumn1, this.colDataType, this.colDataID, this.colDisplayText, this.colGridDisplayName, this.colTableName, 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); // // gridColumn1 // this.gridColumn1.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke; this.gridColumn1.AppearanceCell.Options.UseBackColor = true; this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn1.Caption = "继承"; this.gridColumn1.FieldName = "FlagChild"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; this.gridColumn1.Width = 41; // // colDataType // this.colDataType.Caption = "数据类型"; this.colDataType.FieldName = "DataType"; this.colDataType.Name = "colDataType"; this.colDataType.Visible = true; this.colDataType.VisibleIndex = 1; this.colDataType.Width = 66; // // colDataID // this.colDataID.Caption = "编号"; this.colDataID.FieldName = "DataID"; this.colDataID.Name = "colDataID"; this.colDataID.OptionsColumn.ReadOnly = true; this.colDataID.Visible = true; this.colDataID.VisibleIndex = 2; this.colDataID.Width = 110; // // colDisplayText // this.colDisplayText.Caption = "名称"; this.colDisplayText.FieldName = "DisplayText"; this.colDisplayText.Name = "colDisplayText"; this.colDisplayText.Visible = true; this.colDisplayText.VisibleIndex = 3; this.colDisplayText.Width = 121; // // colGridDisplayName // this.colGridDisplayName.Caption = "数据库"; this.colGridDisplayName.FieldName = "DBName"; this.colGridDisplayName.Name = "colGridDisplayName"; this.colGridDisplayName.OptionsColumn.ReadOnly = true; this.colGridDisplayName.Visible = true; this.colGridDisplayName.VisibleIndex = 4; this.colGridDisplayName.Width = 156; // // colTableName // this.colTableName.Caption = "表名"; this.colTableName.FieldName = "TableName"; this.colTableName.Name = "colTableName"; this.colTableName.Visible = true; this.colTableName.VisibleIndex = 5; this.colTableName.Width = 151; // // colColumnCount // this.colColumnCount.Caption = "列数量"; this.colColumnCount.FieldName = "ColumnCount"; this.colColumnCount.Name = "colColumnCount"; this.colColumnCount.OptionsColumn.ReadOnly = true; this.colColumnCount.Visible = true; this.colColumnCount.VisibleIndex = 6; this.colColumnCount.Width = 59; // // 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 = ""; // // repGroup // this.repGroup.AutoHeight = false; this.repGroup.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repGroup.Name = "repGroup"; // // chk // this.chk.AutoHeight = false; this.chk.Name = "chk"; // // listColumns // this.listColumns.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.listColumns.Appearance.Options.UseFont = true; this.listColumns.CheckOnClick = true; this.listColumns.ContextMenuStrip = this.contextMenuStrip1; this.listColumns.Dock = System.Windows.Forms.DockStyle.Fill; this.listColumns.Location = new System.Drawing.Point(0, 56); this.listColumns.Name = "listColumns"; this.listColumns.Size = new System.Drawing.Size(243, 486); this.listColumns.TabIndex = 6; this.listColumns.ItemCheck += new DevExpress.XtraEditors.Controls.ItemCheckEventHandler(this.listColumns_ItemCheck); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.全部勾选ToolStripMenuItem, this.全部不勾选ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(137, 48); // // 全部勾选ToolStripMenuItem // this.全部勾选ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("全部勾选ToolStripMenuItem.Image"))); this.全部勾选ToolStripMenuItem.Name = "全部勾选ToolStripMenuItem"; this.全部勾选ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.全部勾选ToolStripMenuItem.Text = "全部勾选"; this.全部勾选ToolStripMenuItem.Click += new System.EventHandler(this.全部勾选ToolStripMenuItem_Click); // // 全部不勾选ToolStripMenuItem // this.全部不勾选ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("全部不勾选ToolStripMenuItem.Image"))); this.全部不勾选ToolStripMenuItem.Name = "全部不勾选ToolStripMenuItem"; this.全部不勾选ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.全部不勾选ToolStripMenuItem.Text = "全部不勾选"; this.全部不勾选ToolStripMenuItem.Click += new System.EventHandler(this.全部不勾选ToolStripMenuItem_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(620, 12); this.btnAddConfig.Name = "btnAddConfig"; this.btnAddConfig.Size = new System.Drawing.Size(118, 30); this.btnAddConfig.TabIndex = 7; this.btnAddConfig.Text = "增加权限配置"; this.btnAddConfig.Click += new System.EventHandler(this.btnAddConfig_Click); // // txtTables // this.txtTables.Location = new System.Drawing.Point(409, 15); this.txtTables.Name = "txtTables"; this.txtTables.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.txtTables.Properties.Appearance.Options.UseFont = true; this.txtTables.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtTables.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("DBName", "数据库名称", 120, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TableName", "表名", 120, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)}); this.txtTables.Properties.NullText = ""; this.txtTables.Size = new System.Drawing.Size(204, 24); this.txtTables.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(324, 18); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(75, 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(0, 0); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(748, 542); this.panelControl3.TabIndex = 9; // // panelControl7 // this.panelControl7.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl7.Controls.Add(this.picCurrent); this.panelControl7.Controls.Add(this.btnAddConfig); this.panelControl7.Controls.Add(this.txtTables); this.panelControl7.Controls.Add(this.lblCurrent); 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(748, 56); this.panelControl7.TabIndex = 7; // // picCurrent // this.picCurrent.EditValue = ((object)(resources.GetObject("picCurrent.EditValue"))); this.picCurrent.Location = new System.Drawing.Point(10, 9); this.picCurrent.Name = "picCurrent"; this.picCurrent.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.picCurrent.Properties.Appearance.Options.UseBackColor = true; this.picCurrent.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.picCurrent.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto; this.picCurrent.Size = new System.Drawing.Size(36, 37); this.picCurrent.TabIndex = 8; // // lblCurrent // this.lblCurrent.Appearance.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold); this.lblCurrent.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.lblCurrent.Appearance.Options.UseFont = true; this.lblCurrent.Appearance.Options.UseForeColor = true; this.lblCurrent.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lblCurrent.Location = new System.Drawing.Point(56, 16); this.lblCurrent.Name = "lblCurrent"; this.lblCurrent.Size = new System.Drawing.Size(262, 22); this.lblCurrent.TabIndex = 1; this.lblCurrent.Text = "管理员 (admin)"; // // 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.Fill; this.panelControl5.Location = new System.Drawing.Point(0, 0); this.panelControl5.Name = "panelControl5"; this.panelControl5.Size = new System.Drawing.Size(243, 542); this.panelControl5.TabIndex = 10; // // panelControl8 // this.panelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl8.Controls.Add(this.btnUnCheck); this.panelControl8.Controls.Add(this.btnCheckAll); this.panelControl8.Controls.Add(this.lblTip); 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(243, 56); this.panelControl8.TabIndex = 9; // // 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(47, 15); 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(15, 15); 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); // // lblTip // this.lblTip.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lblTip.Appearance.Options.UseForeColor = true; this.lblTip.Location = new System.Drawing.Point(86, 21); this.lblTip.Name = "lblTip"; this.lblTip.Size = new System.Drawing.Size(132, 14); this.lblTip.TabIndex = 1; this.lblTip.Text = "继承的配置,不可修改!"; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.picUser); this.panelControl1.Controls.Add(this.picDept); this.panelControl1.Controls.Add(this.pictureEdit3); this.panelControl1.Controls.Add(this.btnCancel); this.panelControl1.Controls.Add(this.btnOk); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(0, 542); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(996, 65); this.panelControl1.TabIndex = 11; // // picUser // this.picUser.EditValue = ((object)(resources.GetObject("picUser.EditValue"))); this.picUser.Location = new System.Drawing.Point(800, 14); this.picUser.Name = "picUser"; this.picUser.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.picUser.Properties.Appearance.Options.UseBackColor = true; this.picUser.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.picUser.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto; this.picUser.Size = new System.Drawing.Size(36, 37); this.picUser.TabIndex = 8; this.picUser.Visible = false; // // picDept // this.picDept.EditValue = ((object)(resources.GetObject("picDept.EditValue"))); this.picDept.Location = new System.Drawing.Point(753, 14); this.picDept.Name = "picDept"; this.picDept.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.picDept.Properties.Appearance.Options.UseBackColor = true; this.picDept.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.picDept.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto; this.picDept.Size = new System.Drawing.Size(36, 37); this.picDept.TabIndex = 8; this.picDept.Visible = false; // // pictureEdit3 // this.pictureEdit3.EditValue = ((object)(resources.GetObject("pictureEdit3.EditValue"))); this.pictureEdit3.Location = new System.Drawing.Point(10, 16); 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(36, 37); this.pictureEdit3.TabIndex = 8; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image"))); this.btnCancel.Location = new System.Drawing.Point(513, 15); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(99, 37); this.btnCancel.TabIndex = 21; this.btnCancel.Text = "关闭(&C)"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOk // this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnOk.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnOk.Cursor = System.Windows.Forms.Cursors.Hand; this.btnOk.ImageOptions.Image = global::CSFrameworkV5.Library.Properties.Resources.saveandnew_32x32; this.btnOk.Location = new System.Drawing.Point(379, 15); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(117, 37); this.btnOk.TabIndex = 20; this.btnOk.Text = "保存配置(&S)"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // labelControl3 // this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Gainsboro; this.labelControl3.Appearance.Options.UseForeColor = true; this.labelControl3.Location = new System.Drawing.Point(58, 37); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(120, 14); this.labelControl3.TabIndex = 1; this.labelControl3.Text = "继承的配置不可更改。"; // // labelControl1 // this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Gainsboro; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.Location = new System.Drawing.Point(58, 16); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(173, 14); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "配置当前部门/用户的数据权限。"; // // splitContainerControl1 // this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.Location = new System.Drawing.Point(0, 0); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.panelControl3); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.panelControl5); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(996, 542); this.splitContainerControl1.SplitterPosition = 748; this.splitContainerControl1.TabIndex = 12; this.splitContainerControl1.Text = "splitContainerControl1"; // // frmGroupOrganization_DataRightsConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(996, 607); this.Controls.Add(this.splitContainerControl1); this.Controls.Add(this.panelControl1); this.Name = "frmGroupOrganization_DataRightsConfig"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据权限配置【部门数据权限】/【用户数据权限】"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmGridPermissionConfig_FormClosing); this.Load += new System.EventHandler(this.frmGridPermissionConfig_Load); ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repUser)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repGroup)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chk)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.listColumns)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtTables.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.picCurrent.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.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picUser.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picDept.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.Utils.ImageCollection imageCollection1; 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 btnAddConfig; private DevExpress.XtraEditors.LookUpEdit txtTables; private DevExpress.XtraGrid.Columns.GridColumn colDataID; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.PanelControl panelControl5; private DevExpress.XtraEditors.PanelControl panelControl7; private DevExpress.XtraEditors.PanelControl panelControl8; private DevExpress.XtraEditors.SimpleButton btnUnCheck; private DevExpress.XtraEditors.SimpleButton btnCheckAll; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repUser; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; protected DevExpress.XtraEditors.SimpleButton btnCancel; protected DevExpress.XtraEditors.SimpleButton btnOk; private DevExpress.XtraGrid.Columns.GridColumn colDataType; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repGroup; private DevExpress.XtraGrid.Columns.GridColumn colTableName; private DevExpress.XtraGrid.Columns.GridColumn colDisplayText; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit chk; private DevExpress.XtraEditors.LabelControl lblTip; private DevExpress.XtraEditors.PictureEdit pictureEdit3; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.PictureEdit picCurrent; private DevExpress.XtraEditors.PictureEdit picUser; private DevExpress.XtraEditors.PictureEdit picDept; private DevExpress.XtraEditors.LabelControl lblCurrent; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 全部勾选ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 全部不勾选ToolStripMenuItem; } }