ldj/winform/基础资料/字典/AuthorityForm.Designer.cs

250 lines
12 KiB
C#

namespace DeiNiu.wms.win
{
partial class AuthorityForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AuthorityForm));
this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.barButtonGroup1 = new DevExpress.XtraBars.BarButtonGroup();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
this.rbpg1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
this.controlNavigator1 = new DevExpress.XtraEditors.ControlNavigator();
this.gridControl2 = new DevExpress.XtraGrid.GridControl();
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.treeList1 = new DevExpress.XtraTreeList.TreeList();
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
this.xtraScrollableControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
this.SuspendLayout();
//
// ribbon
//
this.ribbon.ExpandCollapseItem.Id = 0;
this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbon.ExpandCollapseItem,
this.barButtonGroup1,
this.barButtonItem1,
this.barButtonItem2,
this.barButtonItem3});
this.ribbon.Location = new System.Drawing.Point(0, 0);
this.ribbon.MaxItemId = 5;
this.ribbon.MdiMergeStyle = DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.Always;
this.ribbon.Name = "ribbon";
this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
this.rbpg1,
this.ribbonPage1});
this.ribbon.Size = new System.Drawing.Size(857, 165);
this.ribbon.StatusBar = this.ribbonStatusBar;
//
// barButtonGroup1
//
this.barButtonGroup1.Caption = "barButtonGroup1";
this.barButtonGroup1.Id = 1;
this.barButtonGroup1.Name = "barButtonGroup1";
//
// barButtonItem1
//
this.barButtonItem1.Caption = "新增";
this.barButtonItem1.Id = 2;
this.barButtonItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.Image")));
this.barButtonItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.LargeImage")));
this.barButtonItem1.Name = "barButtonItem1";
//
// barButtonItem2
//
this.barButtonItem2.Caption = "修改";
this.barButtonItem2.Id = 3;
this.barButtonItem2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.ImageOptions.Image")));
this.barButtonItem2.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.ImageOptions.LargeImage")));
this.barButtonItem2.Name = "barButtonItem2";
//
// barButtonItem3
//
this.barButtonItem3.Caption = "删除";
this.barButtonItem3.Id = 4;
this.barButtonItem3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.ImageOptions.Image")));
this.barButtonItem3.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.ImageOptions.LargeImage")));
this.barButtonItem3.Name = "barButtonItem3";
//
// rbpg1
//
this.rbpg1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.ribbonPageGroup1});
this.rbpg1.Image = ((System.Drawing.Image)(resources.GetObject("rbpg1.Image")));
this.rbpg1.Name = "rbpg1";
this.rbpg1.Text = "编辑";
//
// ribbonPageGroup1
//
this.ribbonPageGroup1.ItemLinks.Add(this.barButtonGroup1);
this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem1);
this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem2);
this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem3);
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
this.ribbonPageGroup1.Text = "编辑";
//
// ribbonPage1
//
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.ribbonPageGroup2});
this.ribbonPage1.Name = "ribbonPage1";
this.ribbonPage1.Text = "其他";
this.ribbonPage1.Visible = false;
//
// ribbonPageGroup2
//
this.ribbonPageGroup2.Name = "ribbonPageGroup2";
this.ribbonPageGroup2.Text = "ribbonPageGroup2";
//
// ribbonStatusBar
//
this.ribbonStatusBar.Location = new System.Drawing.Point(0, 576);
this.ribbonStatusBar.Name = "ribbonStatusBar";
this.ribbonStatusBar.Ribbon = this.ribbon;
this.ribbonStatusBar.Size = new System.Drawing.Size(857, 31);
//
// xtraScrollableControl1
//
this.xtraScrollableControl1.Controls.Add(this.controlNavigator1);
this.xtraScrollableControl1.Controls.Add(this.gridControl2);
this.xtraScrollableControl1.Controls.Add(this.gridControl1);
this.xtraScrollableControl1.Controls.Add(this.treeList1);
this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 165);
this.xtraScrollableControl1.Name = "xtraScrollableControl1";
this.xtraScrollableControl1.Size = new System.Drawing.Size(857, 411);
this.xtraScrollableControl1.TabIndex = 2;
//
// controlNavigator1
//
this.controlNavigator1.Location = new System.Drawing.Point(239, 319);
this.controlNavigator1.Name = "controlNavigator1";
this.controlNavigator1.Size = new System.Drawing.Size(167, 24);
this.controlNavigator1.TabIndex = 3;
this.controlNavigator1.Text = "controlNavigator1";
//
// gridControl2
//
this.gridControl2.Location = new System.Drawing.Point(551, 0);
this.gridControl2.MainView = this.gridView2;
this.gridControl2.MenuManager = this.ribbon;
this.gridControl2.Name = "gridControl2";
this.gridControl2.Size = new System.Drawing.Size(306, 257);
this.gridControl2.TabIndex = 2;
this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView2});
//
// gridView2
//
this.gridView2.GridControl = this.gridControl2;
this.gridView2.Name = "gridView2";
//
// gridControl1
//
this.gridControl1.Location = new System.Drawing.Point(180, 6);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.MenuManager = this.ribbon;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(351, 251);
this.gridControl1.TabIndex = 1;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
//
// treeList1
//
this.treeList1.Dock = System.Windows.Forms.DockStyle.Left;
this.treeList1.Location = new System.Drawing.Point(0, 0);
this.treeList1.Name = "treeList1";
this.treeList1.Size = new System.Drawing.Size(150, 411);
this.treeList1.TabIndex = 0;
//
// AuthorityForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(857, 607);
this.Controls.Add(this.xtraScrollableControl1);
this.Controls.Add(this.ribbonStatusBar);
this.Controls.Add(this.ribbon);
this.Name = "AuthorityForm";
this.Ribbon = this.ribbon;
this.StatusBar = this.ribbonStatusBar;
this.Text = "权限字典";
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
this.xtraScrollableControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
private DevExpress.XtraBars.Ribbon.RibbonPage rbpg1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
private DevExpress.XtraBars.Ribbon.RibbonStatusBar ribbonStatusBar;
private DevExpress.XtraEditors.XtraScrollableControl xtraScrollableControl1;
private DevExpress.XtraBars.BarButtonGroup barButtonGroup1;
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
private DevExpress.XtraBars.BarButtonItem barButtonItem2;
private DevExpress.XtraBars.BarButtonItem barButtonItem3;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2;
private DevExpress.XtraTreeList.TreeList treeList1;
private DevExpress.XtraEditors.ControlNavigator controlNavigator1;
private DevExpress.XtraGrid.GridControl gridControl2;
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
}
}