namespace CSFrameworkV5.Library.PermissionForms
{
partial class frmUserRolePermission
{
///
/// 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(frmUserRolePermission));
DevExpress.XtraEditors.Controls.ImageListBoxItemImageOptions imageListBoxItemImageOptions3 = new DevExpress.XtraEditors.Controls.ImageListBoxItemImageOptions();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.ucCodeNamePicker1 = new CSFrameworkV5.Library.UserControls.ucCodeNamePicker();
this.txt_CurrentUser = new DevExpress.XtraEditors.PopupContainerEdit();
this.btnViewUserRole = new DevExpress.XtraEditors.SimpleButton();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.btnSaveRole = new DevExpress.XtraEditors.SimpleButton();
this.btnCancelRole = new DevExpress.XtraEditors.SimpleButton();
this.lcAccount = new DevExpress.XtraEditors.LabelControl();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.lbAllRole = new DevExpress.XtraEditors.ImageListBoxControl();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
this.btnFindRole = new DevExpress.XtraEditors.SimpleButton();
this.txtRoleText = new DevExpress.XtraEditors.TextEdit();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.panelControl12 = new DevExpress.XtraEditors.PanelControl();
this.gcUserRoles = new DevExpress.XtraGrid.GridControl();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.menuEditUserRole = new System.Windows.Forms.ToolStripMenuItem();
this.menuDeleteUserRole = new System.Windows.Forms.ToolStripMenuItem();
this.gvUserRoles = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colRoleID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRoleName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colExpireDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
this.panelControl13 = new DevExpress.XtraEditors.PanelControl();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.tcBusiness = new DevExpress.XtraTab.XtraTabControl();
this.tpSummary = new DevExpress.XtraTab.XtraTabPage();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.panelControl7 = new DevExpress.XtraEditors.PanelControl();
this.gcSummary = new DevExpress.XtraGrid.GridControl();
this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
this.col_Account = new DevExpress.XtraGrid.Columns.GridColumn();
this.col_UserName = new DevExpress.XtraGrid.Columns.GridColumn();
this.col_RoleID = new DevExpress.XtraGrid.Columns.GridColumn();
this.col_RoleName = new DevExpress.XtraGrid.Columns.GridColumn();
this.col_ExpireDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.col_Description = new DevExpress.XtraGrid.Columns.GridColumn();
this.col_CreateTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
this.txt_Account = new DevExpress.XtraEditors.LookUpEdit();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.txt_ExpireTo = new DevExpress.XtraEditors.DateEdit();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.txt_ExpireFrom = new DevExpress.XtraEditors.DateEdit();
this.btnEmpty = new DevExpress.XtraEditors.SimpleButton();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.txt_Role = new DevExpress.XtraEditors.LookUpEdit();
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
this.labelControl27 = new DevExpress.XtraEditors.LabelControl();
this.tpRole = new DevExpress.XtraTab.XtraTabPage();
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_CurrentUser.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.lbAllRole)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
this.panelControl6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtRoleText.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl12)).BeginInit();
this.panelControl12.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcUserRoles)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gvUserRoles)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl13)).BeginInit();
this.panelControl13.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit();
this.tcBusiness.SuspendLayout();
this.tpSummary.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
this.panelControl7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
this.panelControl5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ExpireTo.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ExpireTo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ExpireFrom.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ExpireFrom.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Role.Properties)).BeginInit();
this.tpRole.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
this.panelControl4.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.panelControl1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panelControl2, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.Size = new System.Drawing.Size(929, 525);
this.tableLayoutPanel1.TabIndex = 6;
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.labelControl4);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Controls.Add(this.ucCodeNamePicker1);
this.panelControl1.Controls.Add(this.txt_CurrentUser);
this.panelControl1.Controls.Add(this.btnViewUserRole);
this.panelControl1.Controls.Add(this.labelControl3);
this.panelControl1.Controls.Add(this.btnSaveRole);
this.panelControl1.Controls.Add(this.btnCancelRole);
this.panelControl1.Controls.Add(this.lcAccount);
this.panelControl1.Controls.Add(this.pictureBox2);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(3, 3);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(923, 54);
this.panelControl1.TabIndex = 2;
//
// labelControl4
//
this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black;
this.labelControl4.Appearance.Options.UseFont = true;
this.labelControl4.Appearance.Options.UseForeColor = true;
this.labelControl4.Location = new System.Drawing.Point(59, 8);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(117, 14);
this.labelControl4.TabIndex = 16;
this.labelControl4.Text = "给用户分配临时角色";
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Appearance.Options.UseForeColor = true;
this.labelControl1.Location = new System.Drawing.Point(59, 29);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(169, 14);
this.labelControl1.TabIndex = 15;
this.labelControl1.Text = "临时角色不受上下级权限控制";
//
// ucCodeNamePicker1
//
this.ucCodeNamePicker1.Location = new System.Drawing.Point(1003, 33);
this.ucCodeNamePicker1.Name = "ucCodeNamePicker1";
this.ucCodeNamePicker1.ShowClear = false;
this.ucCodeNamePicker1.Size = new System.Drawing.Size(1, 1);
this.ucCodeNamePicker1.TabIndex = 14;
//
// txt_CurrentUser
//
this.txt_CurrentUser.Location = new System.Drawing.Point(352, 17);
this.txt_CurrentUser.Name = "txt_CurrentUser";
this.txt_CurrentUser.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_CurrentUser.Properties.Appearance.Options.UseFont = true;
this.txt_CurrentUser.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txt_CurrentUser.Size = new System.Drawing.Size(115, 22);
this.txt_CurrentUser.TabIndex = 13;
this.txt_CurrentUser.EditValueChanged += new System.EventHandler(this.txt_CurrentUser_EditValueChanged);
//
// btnViewUserRole
//
this.btnViewUserRole.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnViewUserRole.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnViewUserRole.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnViewUserRole.ImageOptions.Image")));
this.btnViewUserRole.Location = new System.Drawing.Point(585, 6);
this.btnViewUserRole.Name = "btnViewUserRole";
this.btnViewUserRole.Size = new System.Drawing.Size(134, 40);
this.btnViewUserRole.TabIndex = 12;
this.btnViewUserRole.Text = "显示用户的角色";
this.btnViewUserRole.Click += new System.EventHandler(this.btnViewUserRole_Click);
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.labelControl3.Appearance.Options.UseFont = true;
this.labelControl3.Location = new System.Drawing.Point(277, 18);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(70, 17);
this.labelControl3.TabIndex = 11;
this.labelControl3.Text = "选择用户:";
//
// btnSaveRole
//
this.btnSaveRole.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnSaveRole.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSaveRole.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveRole.ImageOptions.Image")));
this.btnSaveRole.Location = new System.Drawing.Point(725, 6);
this.btnSaveRole.Name = "btnSaveRole";
this.btnSaveRole.Size = new System.Drawing.Size(93, 40);
this.btnSaveRole.TabIndex = 9;
this.btnSaveRole.Text = "保存 (&S)";
this.btnSaveRole.Click += new System.EventHandler(this.btnSaveRole_Click);
//
// btnCancelRole
//
this.btnCancelRole.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnCancelRole.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnCancelRole.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelRole.ImageOptions.Image")));
this.btnCancelRole.Location = new System.Drawing.Point(822, 6);
this.btnCancelRole.Name = "btnCancelRole";
this.btnCancelRole.Size = new System.Drawing.Size(93, 40);
this.btnCancelRole.TabIndex = 8;
this.btnCancelRole.Text = "取消 (&C)";
this.btnCancelRole.Click += new System.EventHandler(this.btnCancelRole_Click);
//
// lcAccount
//
this.lcAccount.Location = new System.Drawing.Point(474, 19);
this.lcAccount.Name = "lcAccount";
this.lcAccount.Size = new System.Drawing.Size(72, 14);
this.lcAccount.TabIndex = 5;
this.lcAccount.Text = "ID:未选用户";
//
// pictureBox2
//
this.pictureBox2.Image = global::CSFrameworkV5.Library.Properties.Resources.temp_auth;
this.pictureBox2.Location = new System.Drawing.Point(5, 0);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(48, 48);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox2.TabIndex = 4;
this.pictureBox2.TabStop = false;
//
// panelControl2
//
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.splitContainerControl1);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl2.Location = new System.Drawing.Point(3, 63);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(923, 459);
this.panelControl2.TabIndex = 3;
//
// 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.Controls.Add(this.panelControl6);
this.splitContainerControl1.Panel1.Text = "Panel1";
this.splitContainerControl1.Panel2.Controls.Add(this.panelControl12);
this.splitContainerControl1.Panel2.Controls.Add(this.panelControl13);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(923, 459);
this.splitContainerControl1.SplitterPosition = 275;
this.splitContainerControl1.TabIndex = 4;
this.splitContainerControl1.Text = "splitContainerControl1";
//
// panelControl3
//
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl3.Controls.Add(this.lbAllRole);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl3.Location = new System.Drawing.Point(0, 27);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Padding = new System.Windows.Forms.Padding(3);
this.panelControl3.Size = new System.Drawing.Size(275, 432);
this.panelControl3.TabIndex = 1;
//
// lbAllRole
//
this.lbAllRole.AllowDrop = true;
this.lbAllRole.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbAllRole.ImageIndexMember = "ImageIndex";
this.lbAllRole.ImageList = this.imageList1;
this.lbAllRole.ItemHeight = 26;
imageListBoxItemImageOptions3.ImageIndex = 0;
this.lbAllRole.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageListBoxItem[] {
new DevExpress.XtraEditors.Controls.ImageListBoxItem(null, "", imageListBoxItemImageOptions3, null)});
this.lbAllRole.Location = new System.Drawing.Point(3, 3);
this.lbAllRole.Name = "lbAllRole";
this.lbAllRole.Size = new System.Drawing.Size(269, 426);
this.lbAllRole.TabIndex = 0;
this.lbAllRole.DragDrop += new System.Windows.Forms.DragEventHandler(this.lbAllRole_DragDrop);
this.lbAllRole.DragOver += new System.Windows.Forms.DragEventHandler(this.OnList_DragOver);
this.lbAllRole.DoubleClick += new System.EventHandler(this.lbAllRole_DoubleClick);
this.lbAllRole.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnList_MouseDown);
this.lbAllRole.MouseMove += new System.Windows.Forms.MouseEventHandler(this.OnList_MouseMove);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "users.png");
//
// panelControl6
//
this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl6.Controls.Add(this.btnFindRole);
this.panelControl6.Controls.Add(this.txtRoleText);
this.panelControl6.Controls.Add(this.pictureBox5);
this.panelControl6.Controls.Add(this.labelControl7);
this.panelControl6.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl6.Location = new System.Drawing.Point(0, 0);
this.panelControl6.Name = "panelControl6";
this.panelControl6.Size = new System.Drawing.Size(275, 27);
this.panelControl6.TabIndex = 0;
//
// btnFindRole
//
this.btnFindRole.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnFindRole.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnFindRole.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnFindRole.ImageOptions.Image")));
this.btnFindRole.Location = new System.Drawing.Point(191, 3);
this.btnFindRole.Name = "btnFindRole";
this.btnFindRole.Size = new System.Drawing.Size(52, 22);
this.btnFindRole.TabIndex = 5;
this.btnFindRole.Text = "查询";
this.btnFindRole.Click += new System.EventHandler(this.btnFindRole_Click);
//
// txtRoleText
//
this.txtRoleText.Location = new System.Drawing.Point(121, 3);
this.txtRoleText.Name = "txtRoleText";
this.txtRoleText.Size = new System.Drawing.Size(67, 20);
this.txtRoleText.TabIndex = 4;
//
// pictureBox5
//
this.pictureBox5.Image = global::CSFrameworkV5.Library.Properties.Resources._16_Connets;
this.pictureBox5.Location = new System.Drawing.Point(8, 6);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(16, 16);
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox5.TabIndex = 3;
this.pictureBox5.TabStop = false;
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(33, 6);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(72, 14);
this.labelControl7.TabIndex = 2;
this.labelControl7.Text = "所有可选角色";
//
// panelControl12
//
this.panelControl12.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl12.Controls.Add(this.gcUserRoles);
this.panelControl12.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl12.Location = new System.Drawing.Point(0, 27);
this.panelControl12.Name = "panelControl12";
this.panelControl12.Padding = new System.Windows.Forms.Padding(3);
this.panelControl12.Size = new System.Drawing.Size(643, 432);
this.panelControl12.TabIndex = 3;
//
// gcUserRoles
//
this.gcUserRoles.AllowDrop = true;
this.gcUserRoles.ContextMenuStrip = this.contextMenuStrip1;
this.gcUserRoles.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcUserRoles.Location = new System.Drawing.Point(3, 3);
this.gcUserRoles.MainView = this.gvUserRoles;
this.gcUserRoles.Name = "gcUserRoles";
this.gcUserRoles.Size = new System.Drawing.Size(637, 426);
this.gcUserRoles.TabIndex = 2;
this.gcUserRoles.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gvUserRoles});
this.gcUserRoles.DragDrop += new System.Windows.Forms.DragEventHandler(this.gcUserRoles_DragDrop);
this.gcUserRoles.DragOver += new System.Windows.Forms.DragEventHandler(this.gcUserRoles_DragOver);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuEditUserRole,
this.menuDeleteUserRole});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(101, 48);
//
// menuEditUserRole
//
this.menuEditUserRole.Name = "menuEditUserRole";
this.menuEditUserRole.Size = new System.Drawing.Size(100, 22);
this.menuEditUserRole.Text = "修改";
this.menuEditUserRole.Click += new System.EventHandler(this.menuEditUserRole_Click);
//
// menuDeleteUserRole
//
this.menuDeleteUserRole.Name = "menuDeleteUserRole";
this.menuDeleteUserRole.Size = new System.Drawing.Size(100, 22);
this.menuDeleteUserRole.Text = "删除";
this.menuDeleteUserRole.Click += new System.EventHandler(this.menuDeleteUserRole_Click);
//
// gvUserRoles
//
this.gvUserRoles.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colRoleID,
this.colRoleName,
this.colExpireDate,
this.colDescription});
this.gvUserRoles.GridControl = this.gcUserRoles;
this.gvUserRoles.Name = "gvUserRoles";
this.gvUserRoles.OptionsBehavior.Editable = false;
this.gvUserRoles.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gvUserRoles.OptionsSelection.EnableAppearanceHideSelection = false;
this.gvUserRoles.OptionsView.ColumnAutoWidth = false;
this.gvUserRoles.OptionsView.ShowFooter = true;
this.gvUserRoles.OptionsView.ShowGroupPanel = false;
this.gvUserRoles.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gvUserRoles_MouseDown);
this.gvUserRoles.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gvUserRoles_MouseMove);
this.gvUserRoles.DoubleClick += new System.EventHandler(this.gvUserRoles_DoubleClick);
//
// colRoleID
//
this.colRoleID.Caption = "角色编号";
this.colRoleID.FieldName = "RoleID";
this.colRoleID.Name = "colRoleID";
this.colRoleID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "RoleID", "数目:{0}")});
this.colRoleID.Visible = true;
this.colRoleID.VisibleIndex = 0;
this.colRoleID.Width = 103;
//
// colRoleName
//
this.colRoleName.Caption = "角色名称";
this.colRoleName.FieldName = "RoleName";
this.colRoleName.Name = "colRoleName";
this.colRoleName.Visible = true;
this.colRoleName.VisibleIndex = 1;
this.colRoleName.Width = 154;
//
// colExpireDate
//
this.colExpireDate.Caption = "过期日期";
this.colExpireDate.FieldName = "ExpireDate";
this.colExpireDate.Name = "colExpireDate";
this.colExpireDate.Visible = true;
this.colExpireDate.VisibleIndex = 2;
this.colExpireDate.Width = 93;
//
// colDescription
//
this.colDescription.Caption = "说明";
this.colDescription.FieldName = "Description";
this.colDescription.Name = "colDescription";
this.colDescription.Visible = true;
this.colDescription.VisibleIndex = 3;
this.colDescription.Width = 446;
//
// panelControl13
//
this.panelControl13.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.panelControl13.Appearance.Options.UseBackColor = true;
this.panelControl13.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl13.Controls.Add(this.pictureBox6);
this.panelControl13.Controls.Add(this.labelControl8);
this.panelControl13.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl13.Location = new System.Drawing.Point(0, 0);
this.panelControl13.Name = "panelControl13";
this.panelControl13.Size = new System.Drawing.Size(643, 27);
this.panelControl13.TabIndex = 2;
//
// pictureBox6
//
this.pictureBox6.Image = global::CSFrameworkV5.Library.Properties.Resources._16_Connets;
this.pictureBox6.Location = new System.Drawing.Point(8, 6);
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.Size = new System.Drawing.Size(16, 16);
this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox6.TabIndex = 4;
this.pictureBox6.TabStop = false;
//
// labelControl8
//
this.labelControl8.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl8.Appearance.Options.UseForeColor = true;
this.labelControl8.Location = new System.Drawing.Point(30, 6);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(84, 14);
this.labelControl8.TabIndex = 2;
this.labelControl8.Text = "当前用户的角色";
//
// tcBusiness
//
this.tcBusiness.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcBusiness.Location = new System.Drawing.Point(0, 0);
this.tcBusiness.Name = "tcBusiness";
this.tcBusiness.SelectedTabPage = this.tpSummary;
this.tcBusiness.Size = new System.Drawing.Size(935, 554);
this.tcBusiness.TabIndex = 7;
this.tcBusiness.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.tpSummary,
this.tpRole});
//
// tpSummary
//
this.tpSummary.Controls.Add(this.tableLayoutPanel2);
this.tpSummary.Name = "tpSummary";
this.tpSummary.Size = new System.Drawing.Size(929, 525);
this.tpSummary.Text = "用户的临时角色列表";
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 1;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Controls.Add(this.panelControl7, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.panelControl5, 0, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.Size = new System.Drawing.Size(929, 525);
this.tableLayoutPanel2.TabIndex = 0;
//
// panelControl7
//
this.panelControl7.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl7.Controls.Add(this.gcSummary);
this.panelControl7.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl7.Location = new System.Drawing.Point(3, 63);
this.panelControl7.Name = "panelControl7";
this.panelControl7.Size = new System.Drawing.Size(923, 459);
this.panelControl7.TabIndex = 1;
//
// gcSummary
//
this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false;
this.gcSummary.Location = new System.Drawing.Point(0, 0);
this.gcSummary.MainView = this.gvSummary;
this.gcSummary.Name = "gcSummary";
this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.gcSummary.Size = new System.Drawing.Size(923, 459);
this.gcSummary.TabIndex = 8;
this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gvSummary});
//
// gvSummary
//
this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.col_Account,
this.col_UserName,
this.col_RoleID,
this.col_RoleName,
this.col_ExpireDate,
this.col_Description,
this.col_CreateTime});
this.gvSummary.GridControl = this.gcSummary;
this.gvSummary.Name = "gvSummary";
this.gvSummary.OptionsBehavior.Editable = false;
this.gvSummary.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gvSummary.OptionsView.ColumnAutoWidth = false;
this.gvSummary.OptionsView.ShowFooter = true;
this.gvSummary.OptionsView.ShowGroupPanel = false;
this.gvSummary.DoubleClick += new System.EventHandler(this.gvSummary_DoubleClick);
//
// col_Account
//
this.col_Account.AppearanceCell.Options.UseTextOptions = true;
this.col_Account.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.col_Account.AppearanceHeader.Options.UseTextOptions = true;
this.col_Account.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.col_Account.Caption = "登录账号";
this.col_Account.FieldName = "Account";
this.col_Account.Name = "col_Account";
this.col_Account.Visible = true;
this.col_Account.VisibleIndex = 0;
this.col_Account.Width = 99;
//
// col_UserName
//
this.col_UserName.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.col_UserName.AppearanceCell.Options.UseBackColor = true;
this.col_UserName.AppearanceCell.Options.UseTextOptions = true;
this.col_UserName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.col_UserName.AppearanceHeader.Options.UseTextOptions = true;
this.col_UserName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.col_UserName.Caption = "用户名称";
this.col_UserName.FieldName = "UserName";
this.col_UserName.Name = "col_UserName";
this.col_UserName.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "UserName", "Count:{0}")});
this.col_UserName.Visible = true;
this.col_UserName.VisibleIndex = 1;
this.col_UserName.Width = 117;
//
// col_RoleID
//
this.col_RoleID.Caption = "角色编号";
this.col_RoleID.FieldName = "RoleID";
this.col_RoleID.Name = "col_RoleID";
this.col_RoleID.Visible = true;
this.col_RoleID.VisibleIndex = 2;
this.col_RoleID.Width = 121;
//
// col_RoleName
//
this.col_RoleName.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.col_RoleName.AppearanceCell.Options.UseBackColor = true;
this.col_RoleName.Caption = "角色名称";
this.col_RoleName.FieldName = "RoleName";
this.col_RoleName.Name = "col_RoleName";
this.col_RoleName.Visible = true;
this.col_RoleName.VisibleIndex = 3;
this.col_RoleName.Width = 189;
//
// col_ExpireDate
//
this.col_ExpireDate.AppearanceCell.Options.UseTextOptions = true;
this.col_ExpireDate.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.col_ExpireDate.AppearanceHeader.Options.UseTextOptions = true;
this.col_ExpireDate.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.col_ExpireDate.Caption = "过期日期";
this.col_ExpireDate.FieldName = "ExpireDate";
this.col_ExpireDate.Name = "col_ExpireDate";
this.col_ExpireDate.Visible = true;
this.col_ExpireDate.VisibleIndex = 4;
this.col_ExpireDate.Width = 100;
//
// col_Description
//
this.col_Description.AppearanceHeader.Options.UseTextOptions = true;
this.col_Description.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.col_Description.Caption = "备注";
this.col_Description.FieldName = "Description";
this.col_Description.Name = "col_Description";
this.col_Description.Visible = true;
this.col_Description.VisibleIndex = 5;
this.col_Description.Width = 184;
//
// col_CreateTime
//
this.col_CreateTime.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.col_CreateTime.AppearanceCell.Options.UseBackColor = true;
this.col_CreateTime.AppearanceCell.Options.UseTextOptions = true;
this.col_CreateTime.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.col_CreateTime.AppearanceHeader.Options.UseTextOptions = true;
this.col_CreateTime.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.col_CreateTime.Caption = "创建时间";
this.col_CreateTime.FieldName = "CreateTime";
this.col_CreateTime.Name = "col_CreateTime";
this.col_CreateTime.Visible = true;
this.col_CreateTime.VisibleIndex = 6;
this.col_CreateTime.Width = 88;
//
// panelControl5
//
this.panelControl5.Controls.Add(this.txt_Account);
this.panelControl5.Controls.Add(this.labelControl6);
this.panelControl5.Controls.Add(this.txt_ExpireTo);
this.panelControl5.Controls.Add(this.labelControl5);
this.panelControl5.Controls.Add(this.txt_ExpireFrom);
this.panelControl5.Controls.Add(this.btnEmpty);
this.panelControl5.Controls.Add(this.labelControl2);
this.panelControl5.Controls.Add(this.txt_Role);
this.panelControl5.Controls.Add(this.btnQuery);
this.panelControl5.Controls.Add(this.labelControl27);
this.panelControl5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl5.Location = new System.Drawing.Point(3, 3);
this.panelControl5.Name = "panelControl5";
this.panelControl5.Size = new System.Drawing.Size(923, 54);
this.panelControl5.TabIndex = 0;
//
// txt_Account
//
this.txt_Account.Location = new System.Drawing.Point(89, 5);
this.txt_Account.Name = "txt_Account";
this.txt_Account.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txt_Account.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Account", "帐号", 120, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("UserName", "用户姓名", 250, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
this.txt_Account.Properties.DropDownRows = 20;
this.txt_Account.Properties.NullText = "";
this.txt_Account.Properties.PopupWidth = 400;
this.txt_Account.Size = new System.Drawing.Size(152, 20);
this.txt_Account.TabIndex = 34;
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(312, 33);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(24, 14);
this.labelControl6.TabIndex = 33;
this.labelControl6.Text = "到:";
//
// txt_ExpireTo
//
this.txt_ExpireTo.EditValue = null;
this.txt_ExpireTo.Location = new System.Drawing.Point(342, 29);
this.txt_ExpireTo.Name = "txt_ExpireTo";
this.txt_ExpireTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txt_ExpireTo.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txt_ExpireTo.Size = new System.Drawing.Size(100, 20);
this.txt_ExpireTo.TabIndex = 32;
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(260, 8);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(76, 14);
this.labelControl5.TabIndex = 31;
this.labelControl5.Text = "过期日期 从:";
//
// txt_ExpireFrom
//
this.txt_ExpireFrom.EditValue = null;
this.txt_ExpireFrom.Location = new System.Drawing.Point(342, 5);
this.txt_ExpireFrom.Name = "txt_ExpireFrom";
this.txt_ExpireFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txt_ExpireFrom.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txt_ExpireFrom.Size = new System.Drawing.Size(100, 20);
this.txt_ExpireFrom.TabIndex = 30;
//
// btnEmpty
//
this.btnEmpty.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnEmpty.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnEmpty.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEmpty.ImageOptions.Image")));
this.btnEmpty.Location = new System.Drawing.Point(578, 6);
this.btnEmpty.Name = "btnEmpty";
this.btnEmpty.Size = new System.Drawing.Size(89, 42);
this.btnEmpty.TabIndex = 29;
this.btnEmpty.Text = "清空(&E)";
this.btnEmpty.Click += new System.EventHandler(this.btnEmpty_Click);
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(47, 32);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(36, 14);
this.labelControl2.TabIndex = 28;
this.labelControl2.Text = "角色:";
//
// txt_Role
//
this.txt_Role.Location = new System.Drawing.Point(89, 29);
this.txt_Role.Name = "txt_Role";
this.txt_Role.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txt_Role.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RoleID", "角色编号", 120, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RoleName", "角色名称", 250, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
this.txt_Role.Properties.DropDownRows = 20;
this.txt_Role.Properties.NullText = "";
this.txt_Role.Properties.PopupWidth = 400;
this.txt_Role.Size = new System.Drawing.Size(152, 20);
this.txt_Role.TabIndex = 27;
//
// btnQuery
//
this.btnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.ImageOptions.Image")));
this.btnQuery.Location = new System.Drawing.Point(485, 6);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(89, 42);
this.btnQuery.TabIndex = 25;
this.btnQuery.Text = "查询(&S)";
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// labelControl27
//
this.labelControl27.Location = new System.Drawing.Point(23, 6);
this.labelControl27.Name = "labelControl27";
this.labelControl27.Size = new System.Drawing.Size(60, 14);
this.labelControl27.TabIndex = 24;
this.labelControl27.Text = "用户编号:";
//
// tpRole
//
this.tpRole.Controls.Add(this.panelControl4);
this.tpRole.Name = "tpRole";
this.tpRole.Size = new System.Drawing.Size(929, 525);
this.tpRole.Text = "分配角色";
//
// panelControl4
//
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl4.Controls.Add(this.tableLayoutPanel1);
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl4.Location = new System.Drawing.Point(0, 0);
this.panelControl4.Name = "panelControl4";
this.panelControl4.Size = new System.Drawing.Size(929, 525);
this.panelControl4.TabIndex = 7;
//
// frmUserRolePermission
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(935, 554);
this.Controls.Add(this.tcBusiness);
this.Name = "frmUserRolePermission";
this.Text = "分配用户权限";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmUserRoleManagement_FormClosing);
this.Load += new System.EventHandler(this.frmUserRoleManagement_Load);
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_CurrentUser.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.lbAllRole)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
this.panelControl6.ResumeLayout(false);
this.panelControl6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtRoleText.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl12)).EndInit();
this.panelControl12.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gcUserRoles)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gvUserRoles)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl13)).EndInit();
this.panelControl13.ResumeLayout(false);
this.panelControl13.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit();
this.tcBusiness.ResumeLayout(false);
this.tpSummary.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
this.panelControl7.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
this.panelControl5.ResumeLayout(false);
this.panelControl5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ExpireTo.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ExpireTo.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ExpireFrom.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ExpireFrom.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Role.Properties)).EndInit();
this.tpRole.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
this.panelControl4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.ImageListBoxControl lbAllRole;
private DevExpress.XtraEditors.PanelControl panelControl6;
private System.Windows.Forms.PictureBox pictureBox5;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.PanelControl panelControl12;
private DevExpress.XtraEditors.PanelControl panelControl13;
private System.Windows.Forms.PictureBox pictureBox6;
private DevExpress.XtraEditors.LabelControl labelControl8;
private System.Windows.Forms.PictureBox pictureBox2;
private DevExpress.XtraEditors.LabelControl lcAccount;
private DevExpress.XtraGrid.GridControl gcUserRoles;
private DevExpress.XtraGrid.Views.Grid.GridView gvUserRoles;
private DevExpress.XtraGrid.Columns.GridColumn colRoleID;
private DevExpress.XtraGrid.Columns.GridColumn colRoleName;
private DevExpress.XtraGrid.Columns.GridColumn colExpireDate;
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
private DevExpress.XtraEditors.SimpleButton btnCancelRole;
private DevExpress.XtraTab.XtraTabControl tcBusiness;
private DevExpress.XtraTab.XtraTabPage tpSummary;
private DevExpress.XtraTab.XtraTabPage tpRole;
private DevExpress.XtraEditors.PanelControl panelControl4;
private DevExpress.XtraEditors.SimpleButton btnSaveRole;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private DevExpress.XtraEditors.PanelControl panelControl7;
private DevExpress.XtraEditors.PanelControl panelControl5;
private DevExpress.XtraGrid.GridControl gcSummary;
private DevExpress.XtraGrid.Views.Grid.GridView gvSummary;
private DevExpress.XtraGrid.Columns.GridColumn col_Account;
private DevExpress.XtraGrid.Columns.GridColumn col_RoleID;
private DevExpress.XtraGrid.Columns.GridColumn col_RoleName;
private DevExpress.XtraGrid.Columns.GridColumn col_UserName;
private DevExpress.XtraGrid.Columns.GridColumn col_Description;
private DevExpress.XtraGrid.Columns.GridColumn col_ExpireDate;
private DevExpress.XtraGrid.Columns.GridColumn col_CreateTime;
private DevExpress.XtraEditors.SimpleButton btnQuery;
private DevExpress.XtraEditors.LabelControl labelControl27;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LookUpEdit txt_Role;
private DevExpress.XtraEditors.SimpleButton btnEmpty;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.DateEdit txt_ExpireTo;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.DateEdit txt_ExpireFrom;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem menuEditUserRole;
private System.Windows.Forms.ToolStripMenuItem menuDeleteUserRole;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.SimpleButton btnViewUserRole;
private DevExpress.XtraEditors.LookUpEdit txt_Account;
private DevExpress.XtraEditors.SimpleButton btnFindRole;
private DevExpress.XtraEditors.TextEdit txtRoleText;
private DevExpress.XtraEditors.PopupContainerEdit txt_CurrentUser;
private CSFrameworkV5.Library.UserControls.ucCodeNamePicker ucCodeNamePicker1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl4;
private System.Windows.Forms.ImageList imageList1;
}
}