317 lines
17 KiB
C#
317 lines
17 KiB
C#
|
|
namespace Lskj.PubUserTomodule
|
|
{
|
|
partial class ModuleAssociationRole
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.splitMain = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.pl_left = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_gridandtree_container = new DevExpress.XtraEditors.PanelControl();
|
|
this.gridLeft = new Lskj.Control.GridControlEx();
|
|
this.pl_left_top = new DevExpress.XtraEditors.PanelControl();
|
|
this.PrimaryDirectory = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
this.splitMain_Right = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.panelControl14 = new DevExpress.XtraEditors.PanelControl();
|
|
this.AllModules = new Lskj.Control.GridControlEx();
|
|
this.panelControl15 = new DevExpress.XtraEditors.PanelControl();
|
|
this.xtc_container = new DevExpress.XtraTab.XtraTabControl();
|
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
|
this.panelControl17 = new DevExpress.XtraEditors.PanelControl();
|
|
this.SetRemovePermissions = new DevExpress.XtraEditors.SimpleButton();
|
|
this.RoleControlEx = new Lskj.Control.GridControlEx();
|
|
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
|
this.PersonnelControlEx = new Lskj.Control.GridControlEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
|
|
this.splitMain.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left)).BeginInit();
|
|
this.pl_left.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_gridandtree_container)).BeginInit();
|
|
this.pl_gridandtree_container.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left_top)).BeginInit();
|
|
this.pl_left_top.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PrimaryDirectory.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain_Right)).BeginInit();
|
|
this.splitMain_Right.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl14)).BeginInit();
|
|
this.panelControl14.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl15)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xtc_container)).BeginInit();
|
|
this.xtc_container.SuspendLayout();
|
|
this.xtraTabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl17)).BeginInit();
|
|
this.panelControl17.SuspendLayout();
|
|
this.xtraTabPage2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitMain
|
|
//
|
|
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.pl_left);
|
|
this.splitMain.Panel1.Text = "Panel1";
|
|
this.splitMain.Panel2.Controls.Add(this.splitMain_Right);
|
|
this.splitMain.Panel2.Text = "Panel2";
|
|
this.splitMain.Size = new System.Drawing.Size(930, 560);
|
|
this.splitMain.SplitterPosition = 268;
|
|
this.splitMain.TabIndex = 5;
|
|
this.splitMain.Text = "splitContainerControl1";
|
|
//
|
|
// pl_left
|
|
//
|
|
this.pl_left.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.pl_left.Appearance.Options.UseBackColor = true;
|
|
this.pl_left.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_left.Controls.Add(this.pl_gridandtree_container);
|
|
this.pl_left.Controls.Add(this.pl_left_top);
|
|
this.pl_left.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_left.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_left.Name = "pl_left";
|
|
this.pl_left.Size = new System.Drawing.Size(268, 560);
|
|
this.pl_left.TabIndex = 2;
|
|
//
|
|
// pl_gridandtree_container
|
|
//
|
|
this.pl_gridandtree_container.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_gridandtree_container.Controls.Add(this.gridLeft);
|
|
this.pl_gridandtree_container.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_gridandtree_container.Location = new System.Drawing.Point(0, 23);
|
|
this.pl_gridandtree_container.Name = "pl_gridandtree_container";
|
|
this.pl_gridandtree_container.Size = new System.Drawing.Size(268, 537);
|
|
this.pl_gridandtree_container.TabIndex = 10;
|
|
//
|
|
// gridLeft
|
|
//
|
|
this.gridLeft.AdapterObj = null;
|
|
this.gridLeft.BackColor = System.Drawing.SystemColors.Control;
|
|
this.gridLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.gridLeft.Margin = new System.Windows.Forms.Padding(7);
|
|
this.gridLeft.Name = "gridLeft";
|
|
this.gridLeft.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gridLeft.Size = new System.Drawing.Size(268, 537);
|
|
this.gridLeft.SysModel = null;
|
|
this.gridLeft.TabIndex = 7;
|
|
//
|
|
// pl_left_top
|
|
//
|
|
this.pl_left_top.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.pl_left_top.Appearance.Options.UseBackColor = true;
|
|
this.pl_left_top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_left_top.Controls.Add(this.PrimaryDirectory);
|
|
this.pl_left_top.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_left_top.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_left_top.Name = "pl_left_top";
|
|
this.pl_left_top.Size = new System.Drawing.Size(268, 23);
|
|
this.pl_left_top.TabIndex = 9;
|
|
//
|
|
// PrimaryDirectory
|
|
//
|
|
this.PrimaryDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.PrimaryDirectory.Location = new System.Drawing.Point(0, 0);
|
|
this.PrimaryDirectory.Margin = new System.Windows.Forms.Padding(2);
|
|
this.PrimaryDirectory.Name = "PrimaryDirectory";
|
|
this.PrimaryDirectory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.PrimaryDirectory.Size = new System.Drawing.Size(268, 20);
|
|
this.PrimaryDirectory.TabIndex = 1;
|
|
//
|
|
// splitMain_Right
|
|
//
|
|
this.splitMain_Right.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
|
|
this.splitMain_Right.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitMain_Right.Horizontal = false;
|
|
this.splitMain_Right.Location = new System.Drawing.Point(0, 0);
|
|
this.splitMain_Right.Name = "splitMain_Right";
|
|
this.splitMain_Right.Panel1.Controls.Add(this.panelControl14);
|
|
this.splitMain_Right.Panel1.Controls.Add(this.panelControl15);
|
|
this.splitMain_Right.Panel1.Text = "Panel1";
|
|
this.splitMain_Right.Panel2.Controls.Add(this.xtc_container);
|
|
this.splitMain_Right.Panel2.Text = "Panel2";
|
|
this.splitMain_Right.Size = new System.Drawing.Size(657, 560);
|
|
this.splitMain_Right.SplitterPosition = 233;
|
|
this.splitMain_Right.TabIndex = 4;
|
|
this.splitMain_Right.Text = "splitContainerControl1";
|
|
//
|
|
// panelControl14
|
|
//
|
|
this.panelControl14.Controls.Add(this.AllModules);
|
|
this.panelControl14.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl14.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl14.Name = "panelControl14";
|
|
this.panelControl14.Size = new System.Drawing.Size(657, 195);
|
|
this.panelControl14.TabIndex = 25;
|
|
//
|
|
// AllModules
|
|
//
|
|
this.AllModules.AdapterObj = null;
|
|
this.AllModules.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.AllModules.Location = new System.Drawing.Point(2, 2);
|
|
this.AllModules.Margin = new System.Windows.Forms.Padding(8);
|
|
this.AllModules.Name = "AllModules";
|
|
this.AllModules.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.AllModules.Size = new System.Drawing.Size(653, 191);
|
|
this.AllModules.SysModel = null;
|
|
this.AllModules.TabIndex = 5;
|
|
//
|
|
// panelControl15
|
|
//
|
|
this.panelControl15.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelControl15.Location = new System.Drawing.Point(0, 195);
|
|
this.panelControl15.Name = "panelControl15";
|
|
this.panelControl15.Size = new System.Drawing.Size(657, 38);
|
|
this.panelControl15.TabIndex = 11;
|
|
//
|
|
// xtc_container
|
|
//
|
|
this.xtc_container.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.xtc_container.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.xtc_container.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.xtc_container.Location = new System.Drawing.Point(0, 0);
|
|
this.xtc_container.Name = "xtc_container";
|
|
this.xtc_container.SelectedTabPage = this.xtraTabPage1;
|
|
this.xtc_container.Size = new System.Drawing.Size(657, 322);
|
|
this.xtc_container.TabIndex = 10;
|
|
this.xtc_container.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
this.xtraTabPage1,
|
|
this.xtraTabPage2});
|
|
//
|
|
// xtraTabPage1
|
|
//
|
|
this.xtraTabPage1.Controls.Add(this.panelControl17);
|
|
this.xtraTabPage1.Controls.Add(this.RoleControlEx);
|
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
|
this.xtraTabPage1.Size = new System.Drawing.Size(651, 293);
|
|
this.xtraTabPage1.Text = "角色";
|
|
//
|
|
// panelControl17
|
|
//
|
|
this.panelControl17.Controls.Add(this.SetRemovePermissions);
|
|
this.panelControl17.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelControl17.Location = new System.Drawing.Point(0, 259);
|
|
this.panelControl17.Name = "panelControl17";
|
|
this.panelControl17.Size = new System.Drawing.Size(651, 34);
|
|
this.panelControl17.TabIndex = 8;
|
|
//
|
|
// SetRemovePermissions
|
|
//
|
|
this.SetRemovePermissions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.SetRemovePermissions.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.SetRemovePermissions.Appearance.Options.UseFont = true;
|
|
this.SetRemovePermissions.Location = new System.Drawing.Point(560, 4);
|
|
this.SetRemovePermissions.Name = "SetRemovePermissions";
|
|
this.SetRemovePermissions.Size = new System.Drawing.Size(86, 28);
|
|
this.SetRemovePermissions.TabIndex = 26;
|
|
this.SetRemovePermissions.TabStop = false;
|
|
this.SetRemovePermissions.Text = "删 除";
|
|
this.SetRemovePermissions.Click += new System.EventHandler(this.SetRemovePermissions_Click);
|
|
//
|
|
// 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(7);
|
|
this.RoleControlEx.Name = "RoleControlEx";
|
|
this.RoleControlEx.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.RoleControlEx.Size = new System.Drawing.Size(651, 293);
|
|
this.RoleControlEx.SysModel = null;
|
|
this.RoleControlEx.TabIndex = 5;
|
|
//
|
|
// xtraTabPage2
|
|
//
|
|
this.xtraTabPage2.Controls.Add(this.PersonnelControlEx);
|
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
|
this.xtraTabPage2.Size = new System.Drawing.Size(651, 293);
|
|
this.xtraTabPage2.Text = "人员";
|
|
//
|
|
// PersonnelControlEx
|
|
//
|
|
this.PersonnelControlEx.AdapterObj = null;
|
|
this.PersonnelControlEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.PersonnelControlEx.Location = new System.Drawing.Point(0, 0);
|
|
this.PersonnelControlEx.Margin = new System.Windows.Forms.Padding(7);
|
|
this.PersonnelControlEx.Name = "PersonnelControlEx";
|
|
this.PersonnelControlEx.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.PersonnelControlEx.Size = new System.Drawing.Size(651, 293);
|
|
this.PersonnelControlEx.SysModel = null;
|
|
this.PersonnelControlEx.TabIndex = 5;
|
|
//
|
|
// ModuleAssociationRole
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.splitMain);
|
|
this.Name = "ModuleAssociationRole";
|
|
this.Size = new System.Drawing.Size(930, 560);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit();
|
|
this.splitMain.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left)).EndInit();
|
|
this.pl_left.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_gridandtree_container)).EndInit();
|
|
this.pl_gridandtree_container.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left_top)).EndInit();
|
|
this.pl_left_top.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.PrimaryDirectory.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain_Right)).EndInit();
|
|
this.splitMain_Right.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl14)).EndInit();
|
|
this.panelControl14.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl15)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xtc_container)).EndInit();
|
|
this.xtc_container.ResumeLayout(false);
|
|
this.xtraTabPage1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl17)).EndInit();
|
|
this.panelControl17.ResumeLayout(false);
|
|
this.xtraTabPage2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl splitMain;
|
|
private DevExpress.XtraEditors.PanelControl pl_left;
|
|
private DevExpress.XtraEditors.PanelControl pl_gridandtree_container;
|
|
private Control.GridControlEx gridLeft;
|
|
private DevExpress.XtraEditors.PanelControl pl_left_top;
|
|
private DevExpress.XtraEditors.ComboBoxEdit PrimaryDirectory;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitMain_Right;
|
|
private DevExpress.XtraEditors.PanelControl panelControl14;
|
|
private Control.GridControlEx AllModules;
|
|
private DevExpress.XtraEditors.PanelControl panelControl15;
|
|
private DevExpress.XtraEditors.PanelControl panelControl17;
|
|
private DevExpress.XtraEditors.SimpleButton SetRemovePermissions;
|
|
public DevExpress.XtraTab.XtraTabControl xtc_container;
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
|
private Control.GridControlEx RoleControlEx;
|
|
private Control.GridControlEx PersonnelControlEx;
|
|
}
|
|
}
|