|
namespace Gs.DevApp.DevFrm.User
|
{
|
partial class Role
|
{
|
/// <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()
|
{
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.trv = new System.Windows.Forms.TreeView();
|
this.gc_Main = new DevExpress.XtraGrid.GridControl();
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.roleName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.rolRemark = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.status = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu();
|
this.tabControl1.SuspendLayout();
|
this.tabPage1.SuspendLayout();
|
this.groupBox1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gc_Main)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// tabControl1
|
//
|
this.tabControl1.Controls.Add(this.tabPage1);
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tabControl1.Location = new System.Drawing.Point(0, 80);
|
this.tabControl1.Name = "tabControl1";
|
this.tabControl1.SelectedIndex = 0;
|
this.tabControl1.Size = new System.Drawing.Size(1036, 460);
|
this.tabControl1.TabIndex = 6;
|
//
|
// tabPage1
|
//
|
this.tabPage1.Controls.Add(this.groupBox1);
|
this.tabPage1.Controls.Add(this.gc_Main);
|
this.tabPage1.Location = new System.Drawing.Point(4, 27);
|
this.tabPage1.Name = "tabPage1";
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
this.tabPage1.Size = new System.Drawing.Size(1028, 429);
|
this.tabPage1.TabIndex = 0;
|
this.tabPage1.Text = "数据列表";
|
this.tabPage1.UseVisualStyleBackColor = true;
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.trv);
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.groupBox1.Location = new System.Drawing.Point(547, 3);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(478, 423);
|
this.groupBox1.TabIndex = 3;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "请选择该角色的权限";
|
//
|
// trv
|
//
|
this.trv.CheckBoxes = true;
|
this.trv.Dock = System.Windows.Forms.DockStyle.Left;
|
this.trv.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.trv.Location = new System.Drawing.Point(3, 22);
|
this.trv.Name = "trv";
|
this.trv.Size = new System.Drawing.Size(337, 398);
|
this.trv.TabIndex = 2;
|
//
|
// gc_Main
|
//
|
this.gc_Main.Dock = System.Windows.Forms.DockStyle.Left;
|
this.gc_Main.Location = new System.Drawing.Point(3, 3);
|
this.gc_Main.MainView = this.gridView1;
|
this.gc_Main.Name = "gc_Main";
|
this.gc_Main.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repositoryItemButtonEdit1});
|
this.gc_Main.Size = new System.Drawing.Size(544, 423);
|
this.gc_Main.TabIndex = 4;
|
this.gc_Main.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1});
|
//
|
// gridView1
|
//
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.roleName,
|
this.rolRemark,
|
this.status});
|
this.gridView1.GridControl = this.gc_Main;
|
this.gridView1.Name = "gridView1";
|
//
|
// roleName
|
//
|
this.roleName.Caption = "角色名称";
|
this.roleName.FieldName = "roleName";
|
this.roleName.MinWidth = 25;
|
this.roleName.Name = "roleName";
|
this.roleName.Visible = true;
|
this.roleName.VisibleIndex = 0;
|
this.roleName.Width = 94;
|
//
|
// rolRemark
|
//
|
this.rolRemark.Caption = "功能备注";
|
this.rolRemark.FieldName = "rolRemark";
|
this.rolRemark.MinWidth = 25;
|
this.rolRemark.Name = "rolRemark";
|
this.rolRemark.Visible = true;
|
this.rolRemark.VisibleIndex = 1;
|
this.rolRemark.Width = 94;
|
//
|
// status
|
//
|
this.status.Caption = "状态";
|
this.status.FieldName = "status";
|
this.status.MinWidth = 25;
|
this.status.Name = "status";
|
this.status.Visible = true;
|
this.status.VisibleIndex = 2;
|
this.status.Width = 94;
|
//
|
// repositoryItemButtonEdit1
|
//
|
this.repositoryItemButtonEdit1.AutoHeight = false;
|
editorButtonImageOptions1.Image = global::Gs.DevApp.Properties.Resources.meeting_32x32;
|
this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
|
this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
|
//
|
// toolBarMenu1
|
//
|
this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
|
this.toolBarMenu1.Name = "toolBarMenu1";
|
this.toolBarMenu1.Size = new System.Drawing.Size(1036, 80);
|
this.toolBarMenu1.TabIndex = 5;
|
//
|
// Role
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1036, 540);
|
this.Controls.Add(this.tabControl1);
|
this.Controls.Add(this.toolBarMenu1);
|
this.Name = "Role";
|
this.Text = "Role";
|
this.tabControl1.ResumeLayout(false);
|
this.tabPage1.ResumeLayout(false);
|
this.groupBox1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gc_Main)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TabControl tabControl1;
|
private System.Windows.Forms.TabPage tabPage1;
|
private UserControl.ToolBarMenu toolBarMenu1;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private DevExpress.XtraGrid.GridControl gc_Main;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraGrid.Columns.GridColumn roleName;
|
private DevExpress.XtraGrid.Columns.GridColumn rolRemark;
|
private DevExpress.XtraGrid.Columns.GridColumn status;
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
|
private System.Windows.Forms.TreeView trv;
|
}
|
}
|