namespace Lskj.PubUserTomodule { partial class FrmPermissionClassification { /// /// 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.splitMain = new DevExpress.XtraEditors.SplitContainerControl(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.xtraTabControl2 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage(); this.RoleControlEx = new Lskj.Control.GridControlEx(); this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage(); this.PeopleControlEx = new Lskj.Control.GridControlEx(); this.panelControl17 = new DevExpress.XtraEditors.PanelControl(); this.btnOk = new DevExpress.XtraEditors.SimpleButton(); this.panelControl23 = new DevExpress.XtraEditors.PanelControl(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.textPersonnelList = new DevExpress.XtraEditors.MemoEdit(); ((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit(); this.splitMain.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).BeginInit(); this.xtraTabControl2.SuspendLayout(); this.xtraTabPage3.SuspendLayout(); this.xtraTabPage4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl17)).BeginInit(); this.panelControl17.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl23)).BeginInit(); this.panelControl23.SuspendLayout(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textPersonnelList.Properties)).BeginInit(); this.SuspendLayout(); // // splitMain // this.splitMain.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2; this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill; this.splitMain.Location = new System.Drawing.Point(0, 0); this.splitMain.Name = "splitMain"; this.splitMain.Panel1.Controls.Add(this.groupBox3); this.splitMain.Panel1.Text = "Panel1"; this.splitMain.Panel2.Controls.Add(this.panelControl23); this.splitMain.Panel2.Controls.Add(this.panelControl17); this.splitMain.Panel2.Text = "Panel2"; this.splitMain.Size = new System.Drawing.Size(756, 449); this.splitMain.SplitterPosition = 300; this.splitMain.TabIndex = 14; this.splitMain.Text = "splitContainerControl1"; // // groupBox3 // this.groupBox3.Controls.Add(this.xtraTabControl2); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox3.Location = new System.Drawing.Point(0, 0); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(300, 449); this.groupBox3.TabIndex = 12; this.groupBox3.TabStop = false; this.groupBox3.Text = "待选操作员"; // // xtraTabControl2 // this.xtraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl2.Location = new System.Drawing.Point(3, 18); this.xtraTabControl2.Name = "xtraTabControl2"; this.xtraTabControl2.SelectedTabPage = this.xtraTabPage3; this.xtraTabControl2.Size = new System.Drawing.Size(294, 428); this.xtraTabControl2.TabIndex = 10; this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage3, this.xtraTabPage4}); // // xtraTabPage3 // this.xtraTabPage3.Controls.Add(this.RoleControlEx); this.xtraTabPage3.Name = "xtraTabPage3"; this.xtraTabPage3.Size = new System.Drawing.Size(288, 399); this.xtraTabPage3.Text = "角色名称"; // // RoleControlEx // this.RoleControlEx.AdapterObj = null; this.RoleControlEx.Dock = System.Windows.Forms.DockStyle.Fill; this.RoleControlEx.Location = new System.Drawing.Point(0, 0); this.RoleControlEx.Margin = new System.Windows.Forms.Padding(5); this.RoleControlEx.Name = "RoleControlEx"; this.RoleControlEx.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.RoleControlEx.Size = new System.Drawing.Size(288, 399); this.RoleControlEx.TabIndex = 3; // // xtraTabPage4 // this.xtraTabPage4.Controls.Add(this.PeopleControlEx); this.xtraTabPage4.Name = "xtraTabPage4"; this.xtraTabPage4.Size = new System.Drawing.Size(136, 152); this.xtraTabPage4.Text = "人员名称"; // // PeopleControlEx // this.PeopleControlEx.AdapterObj = null; this.PeopleControlEx.Dock = System.Windows.Forms.DockStyle.Fill; this.PeopleControlEx.Location = new System.Drawing.Point(0, 0); this.PeopleControlEx.Margin = new System.Windows.Forms.Padding(7); this.PeopleControlEx.Name = "PeopleControlEx"; this.PeopleControlEx.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.PeopleControlEx.Size = new System.Drawing.Size(136, 152); this.PeopleControlEx.TabIndex = 2; // // panelControl17 // this.panelControl17.Controls.Add(this.btnOk); this.panelControl17.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl17.Location = new System.Drawing.Point(0, 415); this.panelControl17.Name = "panelControl17"; this.panelControl17.Size = new System.Drawing.Size(451, 34); this.panelControl17.TabIndex = 14; // // btnOk // this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOk.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnOk.Appearance.Options.UseFont = true; this.btnOk.Location = new System.Drawing.Point(386, 3); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(57, 28); this.btnOk.TabIndex = 23; this.btnOk.TabStop = false; this.btnOk.Text = "确定(&O)"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // panelControl23 // this.panelControl23.Controls.Add(this.groupBox4); this.panelControl23.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl23.Location = new System.Drawing.Point(0, 0); this.panelControl23.Name = "panelControl23"; this.panelControl23.Size = new System.Drawing.Size(451, 415); this.panelControl23.TabIndex = 15; // // groupBox4 // this.groupBox4.Controls.Add(this.textPersonnelList); this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox4.Location = new System.Drawing.Point(2, 2); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(447, 411); this.groupBox4.TabIndex = 6; this.groupBox4.TabStop = false; this.groupBox4.Text = "人员列表"; // // textPersonnelList // this.textPersonnelList.Dock = System.Windows.Forms.DockStyle.Fill; this.textPersonnelList.Location = new System.Drawing.Point(3, 18); this.textPersonnelList.Name = "textPersonnelList"; this.textPersonnelList.Size = new System.Drawing.Size(441, 390); this.textPersonnelList.TabIndex = 2; // // FrmPermissionClassification // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(756, 449); this.Controls.Add(this.splitMain); this.Name = "FrmPermissionClassification"; this.Text = "权限分类"; ((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit(); this.splitMain.ResumeLayout(false); this.groupBox3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).EndInit(); this.xtraTabControl2.ResumeLayout(false); this.xtraTabPage3.ResumeLayout(false); this.xtraTabPage4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl17)).EndInit(); this.panelControl17.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl23)).EndInit(); this.panelControl23.ResumeLayout(false); this.groupBox4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.textPersonnelList.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitMain; private System.Windows.Forms.GroupBox groupBox3; private DevExpress.XtraTab.XtraTabControl xtraTabControl2; private DevExpress.XtraTab.XtraTabPage xtraTabPage3; private Control.GridControlEx RoleControlEx; private DevExpress.XtraTab.XtraTabPage xtraTabPage4; private Control.GridControlEx PeopleControlEx; private DevExpress.XtraEditors.PanelControl panelControl23; private System.Windows.Forms.GroupBox groupBox4; private DevExpress.XtraEditors.MemoEdit textPersonnelList; private DevExpress.XtraEditors.PanelControl panelControl17; private DevExpress.XtraEditors.SimpleButton btnOk; } }