namespace Lskj.PubPower { partial class FrmMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.employeeName = new Lskj.PubPower.LabelTextEdit(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.gridControlEx2 = new Lskj.MyControl.GridControlEx(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.btn_deleteRole = new DevExpress.XtraEditors.SimpleButton(); this.btn_Add = new DevExpress.XtraEditors.SimpleButton(); this.gridControlEx3 = new Lskj.MyControl.GridControlEx(); this.MenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.btn_delete = new System.Windows.Forms.ToolStripMenuItem(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.gridControlEx4 = new Lskj.MyControl.GridControlEx(); this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.复制权限ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.清空ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.xtraTabControl2 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage(); this.treeList1 = new DevExpress.XtraTreeList.TreeList(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage(); this.gridControlEx1 = new Lskj.MyControl.GridControlEx(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); this.employeeId = new Lskj.PubPower.LabelTextEdit(); this.btn_save = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.MenuStrip.SuspendLayout(); this.xtraTabPage2.SuspendLayout(); this.contextMenuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).BeginInit(); this.xtraTabControl2.SuspendLayout(); this.xtraTabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); this.xtraTabPage4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); this.panelControl4.SuspendLayout(); this.SuspendLayout(); // // employeeName // this.employeeName.BackColor = System.Drawing.Color.Transparent; this.employeeName.EditText = ""; this.employeeName.FontSize = 0F; this.employeeName.LabelText = "人员"; this.employeeName.Location = new System.Drawing.Point(12, 6); this.employeeName.Margin = new System.Windows.Forms.Padding(5); this.employeeName.Model = null; this.employeeName.Name = "employeeName"; this.employeeName.NullText = ""; this.employeeName.ReadOnly = false; this.employeeName.Required = false; this.employeeName.Size = new System.Drawing.Size(231, 22); this.employeeName.TabIndex = 2; // // xtraTabControl1 // this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl1.Location = new System.Drawing.Point(0, 0); this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(4); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; this.xtraTabControl1.Size = new System.Drawing.Size(384, 641); this.xtraTabControl1.TabIndex = 0; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, this.xtraTabPage2}); this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged); // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.splitContainer1); this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(4); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(378, 608); this.xtraTabPage1.Text = "角色"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Margin = new System.Windows.Forms.Padding(4); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.gridControlEx2); this.splitContainer1.Panel1.Controls.Add(this.panelControl1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.gridControlEx3); this.splitContainer1.Size = new System.Drawing.Size(378, 608); this.splitContainer1.SplitterDistance = 296; this.splitContainer1.TabIndex = 3; // // gridControlEx2 // this.gridControlEx2.AdapterObj = null; this.gridControlEx2.bomCaption = null; this.gridControlEx2.bomSql = null; this.gridControlEx2.ConstSql = null; this.gridControlEx2.detailEnableCond = null; this.gridControlEx2.detailEnableMsg = null; this.gridControlEx2.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControlEx2.loadBom = null; this.gridControlEx2.Location = new System.Drawing.Point(0, 0); this.gridControlEx2.Margin = new System.Windows.Forms.Padding(5); this.gridControlEx2.Name = "gridControlEx2"; this.gridControlEx2.pnlMain = null; this.gridControlEx2.RowColorCondtion = null; this.gridControlEx2.Size = new System.Drawing.Size(378, 262); this.gridControlEx2.SourceType = 0; this.gridControlEx2.Sql = null; this.gridControlEx2.sqlC = null; this.gridControlEx2.SumFieldsTable = null; this.gridControlEx2.TabIndex = 2; this.gridControlEx2.UnAllowEditChangeColor = false; // // panelControl1 // this.panelControl1.Controls.Add(this.btn_deleteRole); this.panelControl1.Controls.Add(this.btn_Add); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(0, 262); this.panelControl1.Margin = new System.Windows.Forms.Padding(4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(378, 34); this.panelControl1.TabIndex = 3; // // btn_deleteRole // this.btn_deleteRole.Dock = System.Windows.Forms.DockStyle.Right; this.btn_deleteRole.Location = new System.Drawing.Point(206, 2); this.btn_deleteRole.Margin = new System.Windows.Forms.Padding(4); this.btn_deleteRole.Name = "btn_deleteRole"; this.btn_deleteRole.Size = new System.Drawing.Size(85, 30); this.btn_deleteRole.TabIndex = 0; this.btn_deleteRole.Text = "删除角色"; this.btn_deleteRole.Click += new System.EventHandler(this.btn_deleteRole_Click); // // btn_Add // this.btn_Add.Dock = System.Windows.Forms.DockStyle.Right; this.btn_Add.Location = new System.Drawing.Point(291, 2); this.btn_Add.Margin = new System.Windows.Forms.Padding(4); this.btn_Add.Name = "btn_Add"; this.btn_Add.Size = new System.Drawing.Size(85, 30); this.btn_Add.TabIndex = 0; this.btn_Add.Text = "新增角色"; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // gridControlEx3 // this.gridControlEx3.AdapterObj = null; this.gridControlEx3.bomCaption = null; this.gridControlEx3.bomSql = null; this.gridControlEx3.ConstSql = null; this.gridControlEx3.ContextMenuStrip = this.MenuStrip; this.gridControlEx3.detailEnableCond = null; this.gridControlEx3.detailEnableMsg = null; this.gridControlEx3.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControlEx3.loadBom = null; this.gridControlEx3.Location = new System.Drawing.Point(0, 0); this.gridControlEx3.Margin = new System.Windows.Forms.Padding(5); this.gridControlEx3.Name = "gridControlEx3"; this.gridControlEx3.pnlMain = null; this.gridControlEx3.RowColorCondtion = null; this.gridControlEx3.Size = new System.Drawing.Size(378, 308); this.gridControlEx3.SourceType = 0; this.gridControlEx3.Sql = null; this.gridControlEx3.sqlC = null; this.gridControlEx3.SumFieldsTable = null; this.gridControlEx3.TabIndex = 3; this.gridControlEx3.UnAllowEditChangeColor = false; // // MenuStrip // this.MenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20); this.MenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_delete}); this.MenuStrip.Name = "MenuStrip"; this.MenuStrip.Size = new System.Drawing.Size(169, 28); // // btn_delete // this.btn_delete.Name = "btn_delete"; this.btn_delete.Size = new System.Drawing.Size(168, 24); this.btn_delete.Text = "删除权限分配"; this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click); // // xtraTabPage2 // this.xtraTabPage2.Controls.Add(this.gridControlEx4); this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(4); this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.Size = new System.Drawing.Size(378, 608); this.xtraTabPage2.Text = "人员"; // // gridControlEx4 // this.gridControlEx4.AdapterObj = null; this.gridControlEx4.bomCaption = null; this.gridControlEx4.bomSql = null; this.gridControlEx4.ConstSql = null; this.gridControlEx4.ContextMenuStrip = this.contextMenuStrip; this.gridControlEx4.detailEnableCond = null; this.gridControlEx4.detailEnableMsg = null; this.gridControlEx4.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControlEx4.loadBom = null; this.gridControlEx4.Location = new System.Drawing.Point(0, 0); this.gridControlEx4.Margin = new System.Windows.Forms.Padding(5); this.gridControlEx4.Name = "gridControlEx4"; this.gridControlEx4.pnlMain = null; this.gridControlEx4.RowColorCondtion = null; this.gridControlEx4.Size = new System.Drawing.Size(378, 608); this.gridControlEx4.SourceType = 0; this.gridControlEx4.Sql = null; this.gridControlEx4.sqlC = null; this.gridControlEx4.SumFieldsTable = null; this.gridControlEx4.TabIndex = 1; this.gridControlEx4.UnAllowEditChangeColor = false; // // contextMenuStrip // this.contextMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20); this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.复制权限ToolStripMenuItem, this.清空ToolStripMenuItem}); this.contextMenuStrip.Name = "contextMenuStrip1"; this.contextMenuStrip.Size = new System.Drawing.Size(139, 52); // // 复制权限ToolStripMenuItem // this.复制权限ToolStripMenuItem.Name = "复制权限ToolStripMenuItem"; this.复制权限ToolStripMenuItem.Size = new System.Drawing.Size(138, 24); this.复制权限ToolStripMenuItem.Text = "复制权限"; this.复制权限ToolStripMenuItem.Click += new System.EventHandler(this.btn_copy_Click); // // 清空ToolStripMenuItem // this.清空ToolStripMenuItem.Name = "清空ToolStripMenuItem"; this.清空ToolStripMenuItem.Size = new System.Drawing.Size(138, 24); this.清空ToolStripMenuItem.Text = "清空"; this.清空ToolStripMenuItem.Click += new System.EventHandler(this.btn_empty_Click); // // panelControl2 // this.panelControl2.Controls.Add(this.splitContainer2); this.panelControl2.Controls.Add(this.panelControl4); 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(4); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(1161, 691); this.panelControl2.TabIndex = 1; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(2, 2); this.splitContainer2.Margin = new System.Windows.Forms.Padding(4); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.xtraTabControl1); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.xtraTabControl2); this.splitContainer2.Size = new System.Drawing.Size(1157, 641); this.splitContainer2.SplitterDistance = 384; this.splitContainer2.TabIndex = 2; // // xtraTabControl2 // this.xtraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl2.Location = new System.Drawing.Point(0, 0); this.xtraTabControl2.Margin = new System.Windows.Forms.Padding(4); this.xtraTabControl2.Name = "xtraTabControl2"; this.xtraTabControl2.SelectedTabPage = this.xtraTabPage3; this.xtraTabControl2.Size = new System.Drawing.Size(769, 641); this.xtraTabControl2.TabIndex = 3; this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage3, this.xtraTabPage4}); // // xtraTabPage3 // this.xtraTabPage3.Controls.Add(this.treeList1); this.xtraTabPage3.Margin = new System.Windows.Forms.Padding(4); this.xtraTabPage3.Name = "xtraTabPage3"; this.xtraTabPage3.Size = new System.Drawing.Size(763, 608); this.xtraTabPage3.Text = "权限设置表"; // // treeList1 // this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill; this.treeList1.Location = new System.Drawing.Point(0, 0); this.treeList1.Margin = new System.Windows.Forms.Padding(4); this.treeList1.Name = "treeList1"; this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit1}); this.treeList1.Size = new System.Drawing.Size(763, 608); this.treeList1.TabIndex = 2; this.treeList1.CellValueChanging += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList_CellValueChanging); // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Caption = "Check"; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; // // xtraTabPage4 // this.xtraTabPage4.Controls.Add(this.gridControlEx1); this.xtraTabPage4.Margin = new System.Windows.Forms.Padding(4); this.xtraTabPage4.Name = "xtraTabPage4"; this.xtraTabPage4.Size = new System.Drawing.Size(763, 608); this.xtraTabPage4.Text = "添加人员"; // // gridControlEx1 // this.gridControlEx1.AdapterObj = null; this.gridControlEx1.bomCaption = null; this.gridControlEx1.bomSql = null; this.gridControlEx1.ConstSql = null; this.gridControlEx1.detailEnableCond = null; this.gridControlEx1.detailEnableMsg = null; this.gridControlEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControlEx1.loadBom = null; this.gridControlEx1.Location = new System.Drawing.Point(0, 0); this.gridControlEx1.Margin = new System.Windows.Forms.Padding(5); this.gridControlEx1.Name = "gridControlEx1"; this.gridControlEx1.pnlMain = null; this.gridControlEx1.RowColorCondtion = null; this.gridControlEx1.Size = new System.Drawing.Size(763, 608); this.gridControlEx1.SourceType = 0; this.gridControlEx1.Sql = null; this.gridControlEx1.sqlC = null; this.gridControlEx1.SumFieldsTable = null; this.gridControlEx1.TabIndex = 0; this.gridControlEx1.UnAllowEditChangeColor = false; // // panelControl4 // this.panelControl4.Controls.Add(this.employeeId); this.panelControl4.Controls.Add(this.employeeName); this.panelControl4.Controls.Add(this.btn_save); this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl4.Location = new System.Drawing.Point(2, 643); this.panelControl4.Margin = new System.Windows.Forms.Padding(4); this.panelControl4.Name = "panelControl4"; this.panelControl4.Size = new System.Drawing.Size(1157, 46); this.panelControl4.TabIndex = 1; // // employeeId // this.employeeId.BackColor = System.Drawing.Color.Transparent; this.employeeId.EditText = ""; this.employeeId.FontSize = 0F; this.employeeId.LabelText = "工号"; this.employeeId.Location = new System.Drawing.Point(267, 6); this.employeeId.Margin = new System.Windows.Forms.Padding(5); this.employeeId.Model = null; this.employeeId.Name = "employeeId"; this.employeeId.NullText = ""; this.employeeId.ReadOnly = false; this.employeeId.Required = false; this.employeeId.Size = new System.Drawing.Size(231, 22); this.employeeId.TabIndex = 3; // // btn_save // this.btn_save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_save.Location = new System.Drawing.Point(1061, 11); this.btn_save.Margin = new System.Windows.Forms.Padding(4); this.btn_save.Name = "btn_save"; this.btn_save.Size = new System.Drawing.Size(85, 25); this.btn_save.TabIndex = 0; this.btn_save.Text = "保存"; this.btn_save.Click += new System.EventHandler(this.btn_save_Click); // // FrmMain // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1161, 691); this.Controls.Add(this.panelControl2); this.LookAndFeel.SkinName = "Office 2010 Blue"; this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003; this.Margin = new System.Windows.Forms.Padding(5); this.Name = "FrmMain"; this.Text = "权限设置器"; ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.MenuStrip.ResumeLayout(false); this.xtraTabPage2.ResumeLayout(false); this.contextMenuStrip.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).EndInit(); this.xtraTabControl2.ResumeLayout(false); this.xtraTabPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); this.xtraTabPage4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit(); this.panelControl4.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl2; private PubPower.LabelTextEdit employeeName; private DevExpress.XtraTab.XtraTabControl xtraTabControl1; private DevExpress.XtraTab.XtraTabPage xtraTabPage1; private DevExpress.XtraTab.XtraTabPage xtraTabPage2; private DevExpress.XtraEditors.PanelControl panelControl4; private DevExpress.XtraEditors.SimpleButton btn_save; private MyControl.GridControlEx gridControlEx4; private System.Windows.Forms.ContextMenuStrip MenuStrip; private System.Windows.Forms.ToolStripMenuItem btn_delete; private System.Windows.Forms.SplitContainer splitContainer1; private MyControl.GridControlEx gridControlEx2; private MyControl.GridControlEx gridControlEx3; private System.Windows.Forms.SplitContainer splitContainer2; private DevExpress.XtraTab.XtraTabControl xtraTabControl2; private DevExpress.XtraTab.XtraTabPage xtraTabPage3; private DevExpress.XtraTreeList.TreeList treeList1; private DevExpress.XtraTab.XtraTabPage xtraTabPage4; private MyControl.GridControlEx gridControlEx1; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton btn_Add; private DevExpress.XtraEditors.SimpleButton btn_deleteRole; private PubPower.LabelTextEdit employeeId; private System.Windows.Forms.ContextMenuStrip contextMenuStrip; private System.Windows.Forms.ToolStripMenuItem 复制权限ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 清空ToolStripMenuItem; } }