StableVersion4.3/HL_FristAidPlatform_SYS/Form_RoleMain.Designer.cs

678 lines
37 KiB
C#

namespace HL_FristAidPlatform_SYS
{
partial class Form_RoleMain
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_RoleMain));
this.barManager = new DevExpress.XtraBars.BarManager(this.components);
this.bar2 = new DevExpress.XtraBars.Bar();
this.btn_Select = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Insert = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Update = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Delete = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Save = new DevExpress.XtraBars.BarLargeButtonItem();
this.btn_Exit = new DevExpress.XtraBars.BarLargeButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.pan_Save = new DevExpress.XtraEditors.PanelControl();
this.btn_SaveRoleMenu = new DevExpress.XtraEditors.SimpleButton();
this.treeList_Menu = new DevExpress.XtraTreeList.TreeList();
this.treeListColumn_ID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.treeListColumn_MenuName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.group_RoleMenu = new DevExpress.XtraEditors.GroupControl();
this.xtraTabControl = new DevExpress.XtraTab.XtraTabControl();
this.xTabP_RoleMeun = new DevExpress.XtraTab.XtraTabPage();
this.ckb_DeleteFlag = new DevExpress.XtraEditors.CheckEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.txt_RoleName = new DevExpress.XtraEditors.TextEdit();
this.txt_Description = new DevExpress.XtraEditors.MemoEdit();
this.groupR_Detail = new DevExpress.XtraEditors.GroupControl();
this.checkedListBoxControl_RoleOperating = new DevExpress.XtraEditors.CheckedListBoxControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.label_Show_Templet = new System.Windows.Forms.Label();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.cmb_DeleteFlag = new DevExpress.XtraEditors.ComboBoxEdit();
this.txt_Key = new DevExpress.XtraEditors.TextEdit();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.grid_Role = new DevExpress.XtraGrid.GridControl();
this.grv_Role = new DevExpress.XtraGrid.Views.Grid.GridView();
this.R_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.R_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.R_RoleName = new DevExpress.XtraGrid.Columns.GridColumn();
this.R_Description = new DevExpress.XtraGrid.Columns.GridColumn();
this.R_Creator = new DevExpress.XtraGrid.Columns.GridColumn();
this.R_CreationDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_RoleOperating = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.grb_List = new DevExpress.XtraEditors.GroupControl();
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pan_Save)).BeginInit();
this.pan_Save.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.treeList_Menu)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.group_RoleMenu)).BeginInit();
this.group_RoleMenu.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl)).BeginInit();
this.xtraTabControl.SuspendLayout();
this.xTabP_RoleMeun.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ckb_DeleteFlag.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_RoleName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Description.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupR_Detail)).BeginInit();
this.groupR_Detail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl_RoleOperating)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cmb_DeleteFlag.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grid_Role)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Role)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grb_List)).BeginInit();
this.grb_List.SuspendLayout();
this.SuspendLayout();
//
// barManager
//
this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar2});
this.barManager.DockControls.Add(this.barDockControlTop);
this.barManager.DockControls.Add(this.barDockControlBottom);
this.barManager.DockControls.Add(this.barDockControlLeft);
this.barManager.DockControls.Add(this.barDockControlRight);
this.barManager.Form = this;
this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.btn_Select,
this.btn_Insert,
this.btn_Update,
this.btn_Delete,
this.btn_Save,
this.btn_Exit});
this.barManager.MainMenu = this.bar2;
this.barManager.MaxItemId = 6;
//
// bar2
//
this.bar2.BarName = "Main menu";
this.bar2.DockCol = 0;
this.bar2.DockRow = 0;
this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Select, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Insert, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Update, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Delete, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Save, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_Exit, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
this.bar2.OptionsBar.DrawBorder = false;
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
this.bar2.Text = "Main menu";
//
// btn_Select
//
this.btn_Select.Caption = "查询";
this.btn_Select.Id = 0;
this.btn_Select.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Select.ImageOptions.Image")));
this.btn_Select.Name = "btn_Select";
this.btn_Select.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Select_ItemClick);
//
// btn_Insert
//
this.btn_Insert.Caption = "新增";
this.btn_Insert.Id = 1;
this.btn_Insert.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Insert.ImageOptions.Image")));
this.btn_Insert.Name = "btn_Insert";
this.btn_Insert.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Insert_ItemClick);
//
// btn_Update
//
this.btn_Update.Caption = "修改";
this.btn_Update.Id = 2;
this.btn_Update.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Update.ImageOptions.Image")));
this.btn_Update.Name = "btn_Update";
this.btn_Update.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Update_ItemClick);
//
// btn_Delete
//
this.btn_Delete.Caption = "删除";
this.btn_Delete.Id = 3;
this.btn_Delete.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Delete.ImageOptions.Image")));
this.btn_Delete.Name = "btn_Delete";
this.btn_Delete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Delete_ItemClick);
//
// btn_Save
//
this.btn_Save.Caption = "保存";
this.btn_Save.Id = 4;
this.btn_Save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Save.ImageOptions.Image")));
this.btn_Save.Name = "btn_Save";
this.btn_Save.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Save_ItemClick);
//
// btn_Exit
//
this.btn_Exit.Caption = "退出";
this.btn_Exit.Id = 5;
this.btn_Exit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Exit.ImageOptions.Image")));
this.btn_Exit.Name = "btn_Exit";
this.btn_Exit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Exit_ItemClick);
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Manager = this.barManager;
this.barDockControlTop.Size = new System.Drawing.Size(1175, 57);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 555);
this.barDockControlBottom.Manager = this.barManager;
this.barDockControlBottom.Size = new System.Drawing.Size(1175, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 57);
this.barDockControlLeft.Manager = this.barManager;
this.barDockControlLeft.Size = new System.Drawing.Size(0, 498);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(1175, 57);
this.barDockControlRight.Manager = this.barManager;
this.barDockControlRight.Size = new System.Drawing.Size(0, 498);
//
// pan_Save
//
this.pan_Save.Controls.Add(this.btn_SaveRoleMenu);
this.pan_Save.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pan_Save.Location = new System.Drawing.Point(2, 439);
this.pan_Save.Name = "pan_Save";
this.pan_Save.Size = new System.Drawing.Size(479, 57);
this.pan_Save.TabIndex = 2;
//
// btn_SaveRoleMenu
//
this.btn_SaveRoleMenu.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_SaveRoleMenu.ImageOptions.Image")));
this.btn_SaveRoleMenu.Location = new System.Drawing.Point(174, 8);
this.btn_SaveRoleMenu.Name = "btn_SaveRoleMenu";
this.btn_SaveRoleMenu.Size = new System.Drawing.Size(145, 43);
this.btn_SaveRoleMenu.TabIndex = 0;
this.btn_SaveRoleMenu.Text = "保存权限分配";
this.btn_SaveRoleMenu.Click += new System.EventHandler(this.btn_SaveRoleMenu_Click);
//
// treeList_Menu
//
this.treeList_Menu.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
this.treeListColumn_ID,
this.treeListColumn_MenuName});
this.treeList_Menu.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeList_Menu.Location = new System.Drawing.Point(0, 0);
this.treeList_Menu.MinWidth = 23;
this.treeList_Menu.Name = "treeList_Menu";
this.treeList_Menu.OptionsBehavior.AllowIndeterminateCheckState = true;
this.treeList_Menu.OptionsBehavior.Editable = false;
this.treeList_Menu.OptionsView.CheckBoxStyle = DevExpress.XtraTreeList.DefaultNodeCheckBoxStyle.Check;
this.treeList_Menu.OptionsView.ShowHorzLines = false;
this.treeList_Menu.Size = new System.Drawing.Size(477, 390);
this.treeList_Menu.TabIndex = 0;
this.treeList_Menu.TreeLevelWidth = 21;
this.treeList_Menu.BeforeCheckNode += new DevExpress.XtraTreeList.CheckNodeEventHandler(this.treeList_Menu_BeforeCheckNode);
this.treeList_Menu.AfterCheckNode += new DevExpress.XtraTreeList.NodeEventHandler(this.treeList_Menu_AfterCheckNode);
//
// treeListColumn_ID
//
this.treeListColumn_ID.Caption = "编号";
this.treeListColumn_ID.FieldName = "ID";
this.treeListColumn_ID.MinWidth = 23;
this.treeListColumn_ID.Name = "treeListColumn_ID";
this.treeListColumn_ID.Width = 87;
//
// treeListColumn_MenuName
//
this.treeListColumn_MenuName.Caption = "菜单名称";
this.treeListColumn_MenuName.FieldName = "MenuName";
this.treeListColumn_MenuName.MinWidth = 23;
this.treeListColumn_MenuName.Name = "treeListColumn_MenuName";
this.treeListColumn_MenuName.Visible = true;
this.treeListColumn_MenuName.VisibleIndex = 0;
this.treeListColumn_MenuName.Width = 87;
//
// group_RoleMenu
//
this.group_RoleMenu.Controls.Add(this.xtraTabControl);
this.group_RoleMenu.Controls.Add(this.pan_Save);
this.group_RoleMenu.Dock = System.Windows.Forms.DockStyle.Right;
this.group_RoleMenu.Location = new System.Drawing.Point(692, 57);
this.group_RoleMenu.Name = "group_RoleMenu";
this.group_RoleMenu.Size = new System.Drawing.Size(483, 498);
this.group_RoleMenu.TabIndex = 20;
this.group_RoleMenu.Text = "角色权限";
//
// xtraTabControl
//
this.xtraTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraTabControl.Location = new System.Drawing.Point(2, 23);
this.xtraTabControl.Name = "xtraTabControl";
this.xtraTabControl.SelectedTabPage = this.xTabP_RoleMeun;
this.xtraTabControl.Size = new System.Drawing.Size(479, 416);
this.xtraTabControl.TabIndex = 3;
this.xtraTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xTabP_RoleMeun});
//
// xTabP_RoleMeun
//
this.xTabP_RoleMeun.Controls.Add(this.treeList_Menu);
this.xTabP_RoleMeun.Name = "xTabP_RoleMeun";
this.xTabP_RoleMeun.Size = new System.Drawing.Size(477, 390);
this.xTabP_RoleMeun.Text = "菜单权限";
//
// ckb_DeleteFlag
//
this.ckb_DeleteFlag.Location = new System.Drawing.Point(80, 222);
this.ckb_DeleteFlag.Name = "ckb_DeleteFlag";
this.ckb_DeleteFlag.Properties.Caption = "是否启用";
this.ckb_DeleteFlag.Size = new System.Drawing.Size(87, 20);
this.ckb_DeleteFlag.TabIndex = 3;
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(17, 183);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(60, 14);
this.labelControl3.TabIndex = 1;
this.labelControl3.Text = "角色描述:";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(17, 37);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(60, 14);
this.labelControl1.TabIndex = 1;
this.labelControl1.Text = "角色名称:";
//
// txt_RoleName
//
this.txt_RoleName.Location = new System.Drawing.Point(80, 34);
this.txt_RoleName.Name = "txt_RoleName";
this.txt_RoleName.Size = new System.Drawing.Size(286, 20);
this.txt_RoleName.TabIndex = 2;
//
// txt_Description
//
this.txt_Description.Location = new System.Drawing.Point(80, 165);
this.txt_Description.MenuManager = this.barManager;
this.txt_Description.Name = "txt_Description";
this.txt_Description.Size = new System.Drawing.Size(288, 51);
this.txt_Description.TabIndex = 4;
//
// groupR_Detail
//
this.groupR_Detail.Controls.Add(this.checkedListBoxControl_RoleOperating);
this.groupR_Detail.Controls.Add(this.labelControl5);
this.groupR_Detail.Controls.Add(this.labelControl4);
this.groupR_Detail.Controls.Add(this.label_Show_Templet);
this.groupR_Detail.Controls.Add(this.labelControl11);
this.groupR_Detail.Controls.Add(this.txt_Description);
this.groupR_Detail.Controls.Add(this.txt_RoleName);
this.groupR_Detail.Controls.Add(this.labelControl1);
this.groupR_Detail.Controls.Add(this.labelControl3);
this.groupR_Detail.Controls.Add(this.ckb_DeleteFlag);
this.groupR_Detail.Dock = System.Windows.Forms.DockStyle.Bottom;
this.groupR_Detail.Location = new System.Drawing.Point(0, 307);
this.groupR_Detail.Name = "groupR_Detail";
this.groupR_Detail.Size = new System.Drawing.Size(692, 248);
this.groupR_Detail.TabIndex = 18;
this.groupR_Detail.Text = "角色详情";
//
// checkedListBoxControl_RoleOperating
//
this.checkedListBoxControl_RoleOperating.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("ADD", "新增"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("UPDATE", "修改"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("GET", "查询"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("DELETE", "删除")});
this.checkedListBoxControl_RoleOperating.Location = new System.Drawing.Point(80, 66);
this.checkedListBoxControl_RoleOperating.Name = "checkedListBoxControl_RoleOperating";
this.checkedListBoxControl_RoleOperating.Size = new System.Drawing.Size(286, 85);
this.checkedListBoxControl_RoleOperating.TabIndex = 75;
//
// labelControl5
//
this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl5.Appearance.Options.UseForeColor = true;
this.labelControl5.Location = new System.Drawing.Point(372, 101);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(7, 14);
this.labelControl5.TabIndex = 74;
this.labelControl5.Text = "*";
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(14, 101);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(60, 14);
this.labelControl4.TabIndex = 72;
this.labelControl4.Text = "角色权限:";
//
// label_Show_Templet
//
this.label_Show_Templet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label_Show_Templet.BackColor = System.Drawing.Color.Transparent;
this.label_Show_Templet.Location = new System.Drawing.Point(86, 0);
this.label_Show_Templet.Name = "label_Show_Templet";
this.label_Show_Templet.Size = new System.Drawing.Size(606, 23);
this.label_Show_Templet.TabIndex = 71;
this.label_Show_Templet.Text = "︽";
this.label_Show_Templet.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.label_Show_Templet.Click += new System.EventHandler(this.label_Show_Templet_Click);
//
// labelControl11
//
this.labelControl11.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl11.Appearance.Options.UseForeColor = true;
this.labelControl11.Location = new System.Drawing.Point(372, 37);
this.labelControl11.Name = "labelControl11";
this.labelControl11.Size = new System.Drawing.Size(7, 14);
this.labelControl11.TabIndex = 25;
this.labelControl11.Text = "*";
//
// panelControl1
//
this.panelControl1.Controls.Add(this.cmb_DeleteFlag);
this.panelControl1.Controls.Add(this.txt_Key);
this.panelControl1.Controls.Add(this.labelControl6);
this.panelControl1.Controls.Add(this.labelControl2);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(2, 23);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(688, 45);
this.panelControl1.TabIndex = 14;
//
// cmb_DeleteFlag
//
this.cmb_DeleteFlag.Location = new System.Drawing.Point(517, 12);
this.cmb_DeleteFlag.MenuManager = this.barManager;
this.cmb_DeleteFlag.Name = "cmb_DeleteFlag";
this.cmb_DeleteFlag.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cmb_DeleteFlag.Properties.Items.AddRange(new object[] {
"全部",
"启用",
"禁用"});
this.cmb_DeleteFlag.Size = new System.Drawing.Size(146, 20);
this.cmb_DeleteFlag.TabIndex = 13;
this.cmb_DeleteFlag.SelectedIndexChanged += new System.EventHandler(this.cmb_DeleteFlag_SelectedIndexChanged);
//
// txt_Key
//
this.txt_Key.Location = new System.Drawing.Point(72, 12);
this.txt_Key.Name = "txt_Key";
this.txt_Key.Size = new System.Drawing.Size(335, 20);
this.txt_Key.TabIndex = 11;
this.txt_Key.TextChanged += new System.EventHandler(this.txt_Key_TextChanged);
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(10, 15);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(60, 14);
this.labelControl6.TabIndex = 12;
this.labelControl6.Text = "角色名称:";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(454, 15);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(60, 14);
this.labelControl2.TabIndex = 1;
this.labelControl2.Text = "启用状态:";
//
// grid_Role
//
this.grid_Role.Dock = System.Windows.Forms.DockStyle.Fill;
this.grid_Role.Location = new System.Drawing.Point(2, 68);
this.grid_Role.MainView = this.grv_Role;
this.grid_Role.Name = "grid_Role";
this.grid_Role.Size = new System.Drawing.Size(688, 180);
this.grid_Role.TabIndex = 6;
this.grid_Role.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grv_Role,
this.gridView1});
this.grid_Role.MouseClick += new System.Windows.Forms.MouseEventHandler(this.grid_Role_MouseClick);
//
// grv_Role
//
this.grv_Role.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.R_ID,
this.R_GUID,
this.R_RoleName,
this.R_Description,
this.R_Creator,
this.R_CreationDate,
this.gridColumn_RoleOperating});
this.grv_Role.CustomizationFormBounds = new System.Drawing.Rectangle(702, 342, 303, 282);
this.grv_Role.DetailHeight = 408;
this.grv_Role.GridControl = this.grid_Role;
this.grv_Role.Name = "grv_Role";
this.grv_Role.OptionsBehavior.Editable = false;
this.grv_Role.OptionsView.ShowGroupPanel = false;
this.grv_Role.Tag = "";
//
// R_ID
//
this.R_ID.Caption = "编号";
this.R_ID.FieldName = "ID";
this.R_ID.MinWidth = 23;
this.R_ID.Name = "R_ID";
this.R_ID.Visible = true;
this.R_ID.VisibleIndex = 0;
this.R_ID.Width = 87;
//
// R_GUID
//
this.R_GUID.Caption = "GUID";
this.R_GUID.FieldName = "GUID";
this.R_GUID.MinWidth = 23;
this.R_GUID.Name = "R_GUID";
this.R_GUID.Width = 87;
//
// R_RoleName
//
this.R_RoleName.Caption = "角色名称";
this.R_RoleName.FieldName = "RoleName";
this.R_RoleName.MinWidth = 23;
this.R_RoleName.Name = "R_RoleName";
this.R_RoleName.Visible = true;
this.R_RoleName.VisibleIndex = 1;
this.R_RoleName.Width = 87;
//
// R_Description
//
this.R_Description.Caption = "角色描述";
this.R_Description.FieldName = "Description";
this.R_Description.MinWidth = 23;
this.R_Description.Name = "R_Description";
this.R_Description.Visible = true;
this.R_Description.VisibleIndex = 2;
this.R_Description.Width = 87;
//
// R_Creator
//
this.R_Creator.Caption = "创建人";
this.R_Creator.FieldName = "Creator";
this.R_Creator.MinWidth = 23;
this.R_Creator.Name = "R_Creator";
this.R_Creator.Visible = true;
this.R_Creator.VisibleIndex = 4;
this.R_Creator.Width = 87;
//
// R_CreationDate
//
this.R_CreationDate.Caption = "创建时间";
this.R_CreationDate.FieldName = "CreationDate";
this.R_CreationDate.MinWidth = 23;
this.R_CreationDate.Name = "R_CreationDate";
this.R_CreationDate.Visible = true;
this.R_CreationDate.VisibleIndex = 3;
this.R_CreationDate.Width = 87;
//
// gridColumn_RoleOperating
//
this.gridColumn_RoleOperating.Caption = "角色权限";
this.gridColumn_RoleOperating.FieldName = "RoleOperating";
this.gridColumn_RoleOperating.Name = "gridColumn_RoleOperating";
this.gridColumn_RoleOperating.Visible = true;
this.gridColumn_RoleOperating.VisibleIndex = 5;
//
// gridView1
//
this.gridView1.DetailHeight = 408;
this.gridView1.GridControl = this.grid_Role;
this.gridView1.Name = "gridView1";
//
// grb_List
//
this.grb_List.Controls.Add(this.grid_Role);
this.grb_List.Controls.Add(this.panelControl1);
this.grb_List.Dock = System.Windows.Forms.DockStyle.Fill;
this.grb_List.Location = new System.Drawing.Point(0, 57);
this.grb_List.Name = "grb_List";
this.grb_List.Size = new System.Drawing.Size(692, 250);
this.grb_List.TabIndex = 19;
this.grb_List.Text = "角色列表";
//
// Form_RoleMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1175, 555);
this.Controls.Add(this.grb_List);
this.Controls.Add(this.groupR_Detail);
this.Controls.Add(this.group_RoleMenu);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "Form_RoleMain";
this.Text = "角色信息管理";
this.Load += new System.EventHandler(this.Form_RoleMain_Load);
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pan_Save)).EndInit();
this.pan_Save.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.treeList_Menu)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.group_RoleMenu)).EndInit();
this.group_RoleMenu.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl)).EndInit();
this.xtraTabControl.ResumeLayout(false);
this.xTabP_RoleMeun.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ckb_DeleteFlag.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_RoleName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Description.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.groupR_Detail)).EndInit();
this.groupR_Detail.ResumeLayout(false);
this.groupR_Detail.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl_RoleOperating)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cmb_DeleteFlag.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grid_Role)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Role)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grb_List)).EndInit();
this.grb_List.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.BarManager barManager;
private DevExpress.XtraBars.Bar bar2;
private DevExpress.XtraBars.BarLargeButtonItem btn_Select;
private DevExpress.XtraBars.BarLargeButtonItem btn_Insert;
private DevExpress.XtraBars.BarLargeButtonItem btn_Update;
private DevExpress.XtraBars.BarLargeButtonItem btn_Delete;
private DevExpress.XtraBars.BarLargeButtonItem btn_Save;
private DevExpress.XtraBars.BarLargeButtonItem btn_Exit;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraEditors.GroupControl grb_List;
private DevExpress.XtraGrid.GridControl grid_Role;
private DevExpress.XtraGrid.Views.Grid.GridView grv_Role;
private DevExpress.XtraGrid.Columns.GridColumn R_ID;
private DevExpress.XtraGrid.Columns.GridColumn R_GUID;
private DevExpress.XtraGrid.Columns.GridColumn R_RoleName;
private DevExpress.XtraGrid.Columns.GridColumn R_Description;
private DevExpress.XtraGrid.Columns.GridColumn R_Creator;
private DevExpress.XtraGrid.Columns.GridColumn R_CreationDate;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.ComboBoxEdit cmb_DeleteFlag;
private DevExpress.XtraEditors.TextEdit txt_Key;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.GroupControl groupR_Detail;
private DevExpress.XtraEditors.MemoEdit txt_Description;
private DevExpress.XtraEditors.TextEdit txt_RoleName;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.CheckEdit ckb_DeleteFlag;
private DevExpress.XtraEditors.GroupControl group_RoleMenu;
private DevExpress.XtraTreeList.TreeList treeList_Menu;
private DevExpress.XtraEditors.PanelControl pan_Save;
private DevExpress.XtraEditors.SimpleButton btn_SaveRoleMenu;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn_ID;
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn_MenuName;
private DevExpress.XtraTab.XtraTabControl xtraTabControl;
private DevExpress.XtraTab.XtraTabPage xTabP_RoleMeun;
private DevExpress.XtraEditors.LabelControl labelControl11;
private System.Windows.Forms.Label label_Show_Templet;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_RoleOperating;
private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl_RoleOperating;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LabelControl labelControl4;
}
}