public IagErmDetailForm()
 {
     InitializeComponent();
     System.ComponentModel.ComponentResourceManager resources = new XafComponentResourceManager(typeof(IagErmDetailForm));
 }
 /// <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 XafComponentResourceManager(typeof(PopupForm));
     this.xafBarManager1       = new DevExpress.ExpressApp.Win.Templates.Controls.XafBarManager(this.components);
     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.cObjectsCreation     = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cRecordEdit          = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cView       = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cPrint      = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cEdit       = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cOpenObject = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cUndoRedo   = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cExport     = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.actionContainersManager1 = new DevExpress.ExpressApp.Win.Templates.ActionContainersManager(this.components);
     this.buttonsContainer1        = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ButtonsContainer();
     this.Root                       = new DevExpress.XtraLayout.LayoutControlGroup();
     this.viewSitePanel              = new DevExpress.XtraEditors.PanelControl();
     this.viewSiteControlPanel       = new DevExpress.XtraEditors.PanelControl();
     this.hintPanel                  = new DevExpress.Utils.Frames.NotePanel8_1();
     this.bottomPanel                = new DevExpress.ExpressApp.Win.Layout.XafLayoutControl();
     this.layoutControlGroup1        = new DevExpress.XtraLayout.LayoutControlGroup();
     this.simpleSeparator1           = new DevExpress.XtraLayout.SimpleSeparator();
     this.emptySpaceItem1            = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem1         = new DevExpress.XtraLayout.LayoutControlItem();
     this.formStateModelSynchronizer = new DevExpress.ExpressApp.Win.Core.FormStateModelSynchronizer(this.components);
     this.viewSiteManager            = new ViewSiteManager(components);
     ((System.ComponentModel.ISupportInitialize)(this.xafBarManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonsContainer1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewSitePanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewSiteControlPanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bottomPanel)).BeginInit();
     this.bottomPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     this.SuspendLayout();
     //
     // xafBarManager1
     //
     this.xafBarManager1.DockControls.Add(this.barDockControlTop);
     this.xafBarManager1.DockControls.Add(this.barDockControlBottom);
     this.xafBarManager1.DockControls.Add(this.barDockControlLeft);
     this.xafBarManager1.DockControls.Add(this.barDockControlRight);
     this.xafBarManager1.Form = this;
     this.xafBarManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.cObjectsCreation,
         this.cRecordEdit,
         this.cView,
         this.cPrint,
         this.cEdit,
         this.cOpenObject,
         this.cUndoRedo,
         this.cExport
     });
     this.xafBarManager1.MaxItemId = 8;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     resources.ApplyResources(this.barDockControlTop, "barDockControlTop");
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     resources.ApplyResources(this.barDockControlBottom, "barDockControlBottom");
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     resources.ApplyResources(this.barDockControlLeft, "barDockControlLeft");
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     resources.ApplyResources(this.barDockControlRight, "barDockControlRight");
     //
     // cObjectsCreation
     //
     resources.ApplyResources(this.cObjectsCreation, "cObjectsCreation");
     this.cObjectsCreation.ContainerId             = "ObjectsCreation";
     this.cObjectsCreation.Id                      = 0;
     this.cObjectsCreation.Name                    = "cObjectsCreation";
     this.cObjectsCreation.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cObjectsCreation.TargetPageGroupCaption  = null;
     //
     // cRecordEdit
     //
     resources.ApplyResources(this.cRecordEdit, "cRecordEdit");
     this.cRecordEdit.ContainerId             = "RecordEdit";
     this.cRecordEdit.Id                      = 1;
     this.cRecordEdit.Name                    = "cRecordEdit";
     this.cRecordEdit.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cRecordEdit.TargetPageGroupCaption  = null;
     //
     // cView
     //
     resources.ApplyResources(this.cView, "cView");
     this.cView.ContainerId             = "View";
     this.cView.Id                      = 2;
     this.cView.Name                    = "cView";
     this.cView.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cView.TargetPageGroupCaption  = null;
     //
     // cPrint
     //
     resources.ApplyResources(this.cPrint, "cPrint");
     this.cPrint.ContainerId             = "Print";
     this.cPrint.Id                      = 3;
     this.cPrint.Name                    = "cPrint";
     this.cPrint.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cPrint.TargetPageGroupCaption  = null;
     //
     // cEdit
     //
     resources.ApplyResources(this.cEdit, "cEdit");
     this.cEdit.ContainerId             = "Edit";
     this.cEdit.Id                      = 4;
     this.cEdit.Name                    = "cEdit";
     this.cEdit.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cEdit.TargetPageGroupCaption  = null;
     //
     // cOpenObject
     //
     resources.ApplyResources(this.cOpenObject, "cOpenObject");
     this.cOpenObject.ContainerId             = "OpenObject";
     this.cOpenObject.Id                      = 5;
     this.cOpenObject.Name                    = "cOpenObject";
     this.cOpenObject.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cOpenObject.TargetPageGroupCaption  = null;
     //
     // cUndoRedo
     //
     resources.ApplyResources(this.cUndoRedo, "cUndoRedo");
     this.cUndoRedo.ContainerId             = "UndoRedo";
     this.cUndoRedo.Id                      = 6;
     this.cUndoRedo.Name                    = "cUndoRedo";
     this.cUndoRedo.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cUndoRedo.TargetPageGroupCaption  = null;
     //
     // cExport
     //
     resources.ApplyResources(this.cExport, "cExport");
     this.cExport.ContainerId             = "Export";
     this.cExport.Id                      = 7;
     this.cExport.Name                    = "cExport";
     this.cExport.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cExport.TargetPageGroupCaption  = null;
     //
     // actionContainersManager1
     //
     this.actionContainersManager1.ActionContainerComponents.Add(this.cObjectsCreation);
     this.actionContainersManager1.ActionContainerComponents.Add(this.cRecordEdit);
     this.actionContainersManager1.ActionContainerComponents.Add(this.cView);
     this.actionContainersManager1.ActionContainerComponents.Add(this.cPrint);
     this.actionContainersManager1.ActionContainerComponents.Add(this.cEdit);
     this.actionContainersManager1.ActionContainerComponents.Add(this.cOpenObject);
     this.actionContainersManager1.ActionContainerComponents.Add(this.cUndoRedo);
     this.actionContainersManager1.ActionContainerComponents.Add(this.cExport);
     this.actionContainersManager1.ActionContainerComponents.Add(this.buttonsContainer1);
     this.actionContainersManager1.ContextMenuContainers.Add(this.cObjectsCreation);
     this.actionContainersManager1.ContextMenuContainers.Add(this.cEdit);
     this.actionContainersManager1.ContextMenuContainers.Add(this.cRecordEdit);
     this.actionContainersManager1.ContextMenuContainers.Add(this.cUndoRedo);
     this.actionContainersManager1.ContextMenuContainers.Add(this.cOpenObject);
     this.actionContainersManager1.ContextMenuContainers.Add(this.cView);
     this.actionContainersManager1.ContextMenuContainers.Add(this.cExport);
     this.actionContainersManager1.ContextMenuContainers.Add(this.cPrint);
     this.actionContainersManager1.DefaultContainer = this.cObjectsCreation;
     this.actionContainersManager1.Template         = this;
     //
     // buttonsContainer1
     //
     this.buttonsContainer1.ActionId = null;
     this.buttonsContainer1.AllowCustomizationMenu = false;
     resources.ApplyResources(this.buttonsContainer1, "buttonsContainer1");
     this.buttonsContainer1.ContainerId     = "PopupActions";
     this.buttonsContainer1.Name            = "buttonsContainer1";
     this.buttonsContainer1.Orientation     = DevExpress.ExpressApp.Model.ActionContainerOrientation.Horizontal;
     this.buttonsContainer1.PaintStyle      = DevExpress.ExpressApp.Templates.ActionItemPaintStyle.CaptionAndImage;
     this.buttonsContainer1.Root            = this.Root;
     this.buttonsContainer1.SizeConstraints = ((DevExpress.ExpressApp.Win.Templates.ActionContainers.SizeConstraints)((DevExpress.ExpressApp.Win.Templates.ActionContainers.SizeConstraints.LockWidth | DevExpress.ExpressApp.Win.Templates.ActionContainers.SizeConstraints.LockHeight)));
     //
     // Root
     //
     resources.ApplyResources(this.Root, "Root");
     this.Root.DefaultLayoutType           = DevExpress.XtraLayout.Utils.LayoutType.Horizontal;
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Location    = new System.Drawing.Point(0, 0);
     this.Root.Name        = "Root";
     this.Root.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 7, 2, 0);
     this.Root.Size        = new System.Drawing.Size(497, 29);
     this.Root.Spacing     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.Root.TextVisible = false;
     //
     // viewSitePanel
     //
     this.viewSitePanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     resources.ApplyResources(this.viewSitePanel, "viewSitePanel");
     this.viewSitePanel.Name = "viewSitePanel";
     //
     // viewSiteControlPanel
     //
     this.viewSiteControlPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.viewSiteControlPanel.Controls.Add(this.hintPanel);
     this.viewSiteControlPanel.Controls.Add(this.viewSitePanel);
     resources.ApplyResources(this.viewSiteControlPanel, "viewSiteControlPanel");
     this.viewSiteControlPanel.Name = "viewSiteControlPanel";
     //
     // hintPanel
     //
     resources.ApplyResources(this.hintPanel, "hintPanel");
     this.hintPanel.MaxRows      = 25;
     this.hintPanel.Name         = "hintPanel";
     this.hintPanel.TabStop      = false;
     this.hintPanel.SizeChanged += new System.EventHandler(this.hintPanel_SizeChanged);
     //
     // bottomPanel
     //
     this.bottomPanel.AllowCustomizationMenu = false;
     resources.ApplyResources(this.bottomPanel, "bottomPanel");
     this.bottomPanel.Controls.Add(this.buttonsContainer1);
     this.bottomPanel.Name = "bottomPanel";
     this.bottomPanel.OptionsCustomizationForm.ShowLoadButton         = false;
     this.bottomPanel.OptionsCustomizationForm.ShowSaveButton         = false;
     this.bottomPanel.OptionsView.AllowItemSkinning                   = false;
     this.bottomPanel.OptionsView.EnableIndentsInGroupsWithoutBorders = true;
     this.bottomPanel.Root = this.layoutControlGroup1;
     //
     // layoutControlGroup1
     //
     resources.ApplyResources(this.layoutControlGroup1, "layoutControlGroup1");
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.simpleSeparator1,
         this.emptySpaceItem1,
         this.layoutControlItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(552, 45);
     this.layoutControlGroup1.Spacing     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup1.TextVisible = false;
     //
     // simpleSeparator1
     //
     resources.ApplyResources(this.simpleSeparator1, "simpleSeparator1");
     this.simpleSeparator1.Location = new System.Drawing.Point(0, 0);
     this.simpleSeparator1.Name     = "simpleSeparator1";
     this.simpleSeparator1.Size     = new System.Drawing.Size(552, 2);
     //
     // emptySpaceItem1
     //
     resources.ApplyResources(this.emptySpaceItem1, "emptySpaceItem1");
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 2);
     this.emptySpaceItem1.Name     = "emptySpaceItem1";
     this.emptySpaceItem1.Size     = new System.Drawing.Size(51, 43);
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.buttonsContainer1;
     resources.ApplyResources(this.layoutControlItem1, "layoutControlItem1");
     this.layoutControlItem1.Location = new System.Drawing.Point(51, 2);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(501, 33);
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // formStateModelSynchronizer
     //
     this.formStateModelSynchronizer.Form  = this;
     this.formStateModelSynchronizer.Model = null;
     //
     // viewSiteManager
     //
     this.viewSiteManager.UseDefferedLoading = false;
     this.viewSiteManager.ViewSiteControl    = this.viewSitePanel;
     //
     // PopupForm
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.viewSiteControlPanel);
     this.Controls.Add(this.bottomPanel);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "PopupForm";
     ((System.ComponentModel.ISupportInitialize)(this.xafBarManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonsContainer1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewSitePanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewSiteControlPanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bottomPanel)).EndInit();
     this.bottomPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <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 XafComponentResourceManager(typeof(PopupForm));
            this.xafBarManager1 = new DevExpress.ExpressApp.Win.Templates.Controls.XafBarManager(this.components);
            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.cObjectsCreation = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.cRecordEdit = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.cView = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.cPrint = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.cEdit = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.cOpenObject = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.cUndoRedo = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.cExport = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainersManager1 = new DevExpress.ExpressApp.Win.Templates.ActionContainersManager(this.components);
            this.buttonsContainer1 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ButtonsContainer();
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
            this.viewSitePanel = new DevExpress.XtraEditors.PanelControl();
            this.viewSiteControlPanel = new DevExpress.XtraEditors.PanelControl();
            this.hintPanel = new DevExpress.Utils.Frames.NotePanel8_1();
            this.bottomPanel = new DevExpress.ExpressApp.Win.Layout.XafLayoutControl();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.formStateModelSynchronizer = new DevExpress.ExpressApp.Win.Core.FormStateModelSynchronizer(this.components);
            this.viewSiteManager = new ViewSiteManager(components);
            ((System.ComponentModel.ISupportInitialize)(this.xafBarManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonsContainer1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.viewSitePanel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.viewSiteControlPanel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bottomPanel)).BeginInit();
            this.bottomPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            this.SuspendLayout();
            // 
            // xafBarManager1
            // 
            this.xafBarManager1.DockControls.Add(this.barDockControlTop);
            this.xafBarManager1.DockControls.Add(this.barDockControlBottom);
            this.xafBarManager1.DockControls.Add(this.barDockControlLeft);
            this.xafBarManager1.DockControls.Add(this.barDockControlRight);
            this.xafBarManager1.Form = this;
            this.xafBarManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.cObjectsCreation,
            this.cRecordEdit,
            this.cView,
            this.cPrint,
            this.cEdit,
            this.cOpenObject,
            this.cUndoRedo,
            this.cExport});
            this.xafBarManager1.MaxItemId = 8;
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            resources.ApplyResources(this.barDockControlTop, "barDockControlTop");
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            resources.ApplyResources(this.barDockControlBottom, "barDockControlBottom");
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            resources.ApplyResources(this.barDockControlLeft, "barDockControlLeft");
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            resources.ApplyResources(this.barDockControlRight, "barDockControlRight");
            // 
            // cObjectsCreation
            // 
            resources.ApplyResources(this.cObjectsCreation, "cObjectsCreation");
            this.cObjectsCreation.ContainerId = "ObjectsCreation";
            this.cObjectsCreation.Id = 0;
            this.cObjectsCreation.Name = "cObjectsCreation";
            this.cObjectsCreation.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.cObjectsCreation.TargetPageGroupCaption = null;
            // 
            // cRecordEdit
            // 
            resources.ApplyResources(this.cRecordEdit, "cRecordEdit");
            this.cRecordEdit.ContainerId = "RecordEdit";
            this.cRecordEdit.Id = 1;
            this.cRecordEdit.Name = "cRecordEdit";
            this.cRecordEdit.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.cRecordEdit.TargetPageGroupCaption = null;
            // 
            // cView
            // 
            resources.ApplyResources(this.cView, "cView");
            this.cView.ContainerId = "View";
            this.cView.Id = 2;
            this.cView.Name = "cView";
            this.cView.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.cView.TargetPageGroupCaption = null;
            // 
            // cPrint
            // 
            resources.ApplyResources(this.cPrint, "cPrint");
            this.cPrint.ContainerId = "Print";
            this.cPrint.Id = 3;
            this.cPrint.Name = "cPrint";
            this.cPrint.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.cPrint.TargetPageGroupCaption = null;
            // 
            // cEdit
            // 
            resources.ApplyResources(this.cEdit, "cEdit");
            this.cEdit.ContainerId = "Edit";
            this.cEdit.Id = 4;
            this.cEdit.Name = "cEdit";
            this.cEdit.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.cEdit.TargetPageGroupCaption = null;
            // 
            // cOpenObject
            // 
            resources.ApplyResources(this.cOpenObject, "cOpenObject");
            this.cOpenObject.ContainerId = "OpenObject";
            this.cOpenObject.Id = 5;
            this.cOpenObject.Name = "cOpenObject";
            this.cOpenObject.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.cOpenObject.TargetPageGroupCaption = null;
            // 
            // cUndoRedo
            // 
            resources.ApplyResources(this.cUndoRedo, "cUndoRedo");
            this.cUndoRedo.ContainerId = "UndoRedo";
            this.cUndoRedo.Id = 6;
            this.cUndoRedo.Name = "cUndoRedo";
            this.cUndoRedo.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.cUndoRedo.TargetPageGroupCaption = null;
            // 
            // cExport
            // 
            resources.ApplyResources(this.cExport, "cExport");
            this.cExport.ContainerId = "Export";
            this.cExport.Id = 7;
            this.cExport.Name = "cExport";
            this.cExport.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.cExport.TargetPageGroupCaption = null;
            // 
            // actionContainersManager1
            // 
            this.actionContainersManager1.ActionContainerComponents.Add(this.cObjectsCreation);
            this.actionContainersManager1.ActionContainerComponents.Add(this.cRecordEdit);
            this.actionContainersManager1.ActionContainerComponents.Add(this.cView);
            this.actionContainersManager1.ActionContainerComponents.Add(this.cPrint);
            this.actionContainersManager1.ActionContainerComponents.Add(this.cEdit);
            this.actionContainersManager1.ActionContainerComponents.Add(this.cOpenObject);
            this.actionContainersManager1.ActionContainerComponents.Add(this.cUndoRedo);
            this.actionContainersManager1.ActionContainerComponents.Add(this.cExport);
            this.actionContainersManager1.ActionContainerComponents.Add(this.buttonsContainer1);
            this.actionContainersManager1.ContextMenuContainers.Add(this.cObjectsCreation);
            this.actionContainersManager1.ContextMenuContainers.Add(this.cEdit);
            this.actionContainersManager1.ContextMenuContainers.Add(this.cRecordEdit);
            this.actionContainersManager1.ContextMenuContainers.Add(this.cUndoRedo);
            this.actionContainersManager1.ContextMenuContainers.Add(this.cOpenObject);
            this.actionContainersManager1.ContextMenuContainers.Add(this.cView);
            this.actionContainersManager1.ContextMenuContainers.Add(this.cExport);
            this.actionContainersManager1.ContextMenuContainers.Add(this.cPrint);
            this.actionContainersManager1.DefaultContainer = this.cObjectsCreation;
            this.actionContainersManager1.Template = this;
            // 
            // buttonsContainer1
            // 
            this.buttonsContainer1.ActionId = null;
            this.buttonsContainer1.AllowCustomizationMenu = false;
            resources.ApplyResources(this.buttonsContainer1, "buttonsContainer1");
            this.buttonsContainer1.ContainerId = "PopupActions";
            this.buttonsContainer1.Name = "buttonsContainer1";
            this.buttonsContainer1.Orientation = DevExpress.ExpressApp.Model.ActionContainerOrientation.Horizontal;
            this.buttonsContainer1.PaintStyle = DevExpress.ExpressApp.Templates.ActionItemPaintStyle.CaptionAndImage;
            this.buttonsContainer1.Root = this.Root;
            
            // 
            // Root
            // 
            resources.ApplyResources(this.Root, "Root");
            this.Root.DefaultLayoutType = DevExpress.XtraLayout.Utils.LayoutType.Horizontal;
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.Root.GroupBordersVisible = false;
            this.Root.Location = new System.Drawing.Point(0, 0);
            this.Root.Name = "Root";
            this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 7, 2, 0);
            this.Root.Size = new System.Drawing.Size(497, 29);
            this.Root.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Root.TextVisible = false;
            // 
            // viewSitePanel
            // 
            this.viewSitePanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            resources.ApplyResources(this.viewSitePanel, "viewSitePanel");
            this.viewSitePanel.Name = "viewSitePanel";
            // 
            // viewSiteControlPanel
            // 
            this.viewSiteControlPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.viewSiteControlPanel.Controls.Add(this.hintPanel);
            this.viewSiteControlPanel.Controls.Add(this.viewSitePanel);
            resources.ApplyResources(this.viewSiteControlPanel, "viewSiteControlPanel");
            this.viewSiteControlPanel.Name = "viewSiteControlPanel";
            // 
            // hintPanel
            // 
            resources.ApplyResources(this.hintPanel, "hintPanel");
            this.hintPanel.MaxRows = 25;
            this.hintPanel.Name = "hintPanel";
            this.hintPanel.TabStop = false;
            this.hintPanel.SizeChanged += new System.EventHandler(this.hintPanel_SizeChanged);
            // 
            // bottomPanel
            // 
            this.bottomPanel.AllowCustomizationMenu = false;
            resources.ApplyResources(this.bottomPanel, "bottomPanel");
            this.bottomPanel.Controls.Add(this.buttonsContainer1);
            this.bottomPanel.Name = "bottomPanel";
            this.bottomPanel.OptionsCustomizationForm.ShowLoadButton = false;
            this.bottomPanel.OptionsCustomizationForm.ShowSaveButton = false;
            this.bottomPanel.OptionsView.AllowItemSkinning = false;
            this.bottomPanel.OptionsView.EnableIndentsInGroupsWithoutBorders = true;
            this.bottomPanel.Root = this.layoutControlGroup1;
            // 
            // layoutControlGroup1
            // 
            resources.ApplyResources(this.layoutControlGroup1, "layoutControlGroup1");
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.simpleSeparator1,
            this.emptySpaceItem1,
            this.layoutControlItem1});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup1.Size = new System.Drawing.Size(552, 45);
            this.layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup1.TextVisible = false;
            // 
            // simpleSeparator1
            // 
            resources.ApplyResources(this.simpleSeparator1, "simpleSeparator1");
            this.simpleSeparator1.Location = new System.Drawing.Point(0, 0);
            this.simpleSeparator1.Name = "simpleSeparator1";
            this.simpleSeparator1.Size = new System.Drawing.Size(552, 2);
            // 
            // emptySpaceItem1
            // 
            resources.ApplyResources(this.emptySpaceItem1, "emptySpaceItem1");
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 2);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(51, 43);
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.buttonsContainer1;
            resources.ApplyResources(this.layoutControlItem1, "layoutControlItem1");
            this.layoutControlItem1.Location = new System.Drawing.Point(51, 2);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(501, 33);
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // formStateModelSynchronizer
            // 
            this.formStateModelSynchronizer.Form = this;
            this.formStateModelSynchronizer.Model = null;
            //
            // viewSiteManager
            //
            this.viewSiteManager.UseDefferedLoading = false;
            this.viewSiteManager.ViewSiteControl = this.viewSitePanel;
            // 
            // PopupForm
            // 
            resources.ApplyResources(this, "$this");
            this.Controls.Add(this.viewSiteControlPanel);
            this.Controls.Add(this.bottomPanel);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "PopupForm";
            ((System.ComponentModel.ISupportInitialize)(this.xafBarManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonsContainer1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.viewSitePanel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.viewSiteControlPanel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bottomPanel)).EndInit();
            this.bottomPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            this.ResumeLayout(false);

        }
Exemple #4
0
 /// <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 XafComponentResourceManager(typeof(wpopup1));
     this.xafBarManager        = new DevExpress.ExpressApp.Win.Templates.Controls.XafBarManager(this.components);
     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.cObjectsCreation     = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cRecordEdit          = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cView                          = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cPrint                         = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cEdit                          = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cOpenObject                    = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cUndoRedo                      = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cExport                        = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.actionContainersManager        = new DevExpress.ExpressApp.Win.Templates.ActionContainersManager(this.components);
     this.diagnosticContainer            = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ButtonsContainer();
     this.buttonsContainer               = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ButtonsContainer();
     this.diagnosticContainerLayoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
     this.buttonsContainerLayoutGroup    = new DevExpress.XtraLayout.LayoutControlGroup();
     this.viewSitePanel                  = new DevExpress.XtraEditors.PanelControl();
     this.bottomPanel                    = new DevExpress.ExpressApp.Win.Layout.XafLayoutControl();
     this.Root            = new DevExpress.XtraLayout.LayoutControlGroup();
     this.simpleSeparator = new DevExpress.XtraLayout.SimpleSeparator();
     this.emptySpaceItem  = new DevExpress.XtraLayout.EmptySpaceItem();
     this.diagnosticContainerLayoutItem = new DevExpress.XtraLayout.LayoutControlItem();
     this.buttonsContainerLayoutItem    = new DevExpress.XtraLayout.LayoutControlItem();
     this.formStateModelSynchronizer    = new DevExpress.ExpressApp.Win.Core.FormStateModelSynchronizer(this.components);
     this.viewSiteManager = new DevExpress.ExpressApp.Win.Templates.ViewSiteManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.xafBarManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.diagnosticContainer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonsContainer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.diagnosticContainerLayoutGroup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonsContainerLayoutGroup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewSitePanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bottomPanel)).BeginInit();
     this.bottomPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.diagnosticContainerLayoutItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonsContainerLayoutItem)).BeginInit();
     this.SuspendLayout();
     //
     // xafBarManager
     //
     this.xafBarManager.DockControls.Add(this.barDockControlTop);
     this.xafBarManager.DockControls.Add(this.barDockControlBottom);
     this.xafBarManager.DockControls.Add(this.barDockControlLeft);
     this.xafBarManager.DockControls.Add(this.barDockControlRight);
     this.xafBarManager.Form = this;
     this.xafBarManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.cObjectsCreation,
         this.cRecordEdit,
         this.cView,
         this.cPrint,
         this.cEdit,
         this.cOpenObject,
         this.cUndoRedo,
         this.cExport
     });
     this.xafBarManager.MaxItemId = 8;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     resources.ApplyResources(this.barDockControlTop, "barDockControlTop");
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     resources.ApplyResources(this.barDockControlBottom, "barDockControlBottom");
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     resources.ApplyResources(this.barDockControlLeft, "barDockControlLeft");
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     resources.ApplyResources(this.barDockControlRight, "barDockControlRight");
     //
     // cObjectsCreation
     //
     resources.ApplyResources(this.cObjectsCreation, "cObjectsCreation");
     this.cObjectsCreation.ContainerId             = "ObjectsCreation";
     this.cObjectsCreation.Id                      = 0;
     this.cObjectsCreation.Name                    = "cObjectsCreation";
     this.cObjectsCreation.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cObjectsCreation.TargetPageGroupCaption  = null;
     //
     // cRecordEdit
     //
     resources.ApplyResources(this.cRecordEdit, "cRecordEdit");
     this.cRecordEdit.ContainerId             = "RecordEdit";
     this.cRecordEdit.Id                      = 1;
     this.cRecordEdit.Name                    = "cRecordEdit";
     this.cRecordEdit.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cRecordEdit.TargetPageGroupCaption  = null;
     //
     // cView
     //
     resources.ApplyResources(this.cView, "cView");
     this.cView.ContainerId             = "View";
     this.cView.Id                      = 2;
     this.cView.Name                    = "cView";
     this.cView.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cView.TargetPageGroupCaption  = null;
     //
     // cPrint
     //
     resources.ApplyResources(this.cPrint, "cPrint");
     this.cPrint.ContainerId             = "Print";
     this.cPrint.Id                      = 3;
     this.cPrint.Name                    = "cPrint";
     this.cPrint.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cPrint.TargetPageGroupCaption  = null;
     //
     // cEdit
     //
     resources.ApplyResources(this.cEdit, "cEdit");
     this.cEdit.ContainerId             = "Edit";
     this.cEdit.Id                      = 4;
     this.cEdit.Name                    = "cEdit";
     this.cEdit.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cEdit.TargetPageGroupCaption  = null;
     //
     // cOpenObject
     //
     resources.ApplyResources(this.cOpenObject, "cOpenObject");
     this.cOpenObject.ContainerId             = "OpenObject";
     this.cOpenObject.Id                      = 5;
     this.cOpenObject.Name                    = "cOpenObject";
     this.cOpenObject.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cOpenObject.TargetPageGroupCaption  = null;
     //
     // cUndoRedo
     //
     resources.ApplyResources(this.cUndoRedo, "cUndoRedo");
     this.cUndoRedo.ContainerId             = "UndoRedo";
     this.cUndoRedo.Id                      = 6;
     this.cUndoRedo.Name                    = "cUndoRedo";
     this.cUndoRedo.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cUndoRedo.TargetPageGroupCaption  = null;
     //
     // cExport
     //
     resources.ApplyResources(this.cExport, "cExport");
     this.cExport.ContainerId             = "Export";
     this.cExport.Id                      = 7;
     this.cExport.Name                    = "cExport";
     this.cExport.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cExport.TargetPageGroupCaption  = null;
     //
     // actionContainersManager
     //
     this.actionContainersManager.ActionContainerComponents.Add(this.cObjectsCreation);
     this.actionContainersManager.ActionContainerComponents.Add(this.cRecordEdit);
     this.actionContainersManager.ActionContainerComponents.Add(this.cView);
     this.actionContainersManager.ActionContainerComponents.Add(this.cPrint);
     this.actionContainersManager.ActionContainerComponents.Add(this.cEdit);
     this.actionContainersManager.ActionContainerComponents.Add(this.cOpenObject);
     this.actionContainersManager.ActionContainerComponents.Add(this.cUndoRedo);
     this.actionContainersManager.ActionContainerComponents.Add(this.cExport);
     this.actionContainersManager.ActionContainerComponents.Add(this.diagnosticContainer);
     this.actionContainersManager.ActionContainerComponents.Add(this.buttonsContainer);
     this.actionContainersManager.ContextMenuContainers.Add(this.cObjectsCreation);
     this.actionContainersManager.ContextMenuContainers.Add(this.cEdit);
     this.actionContainersManager.ContextMenuContainers.Add(this.cRecordEdit);
     this.actionContainersManager.ContextMenuContainers.Add(this.cUndoRedo);
     this.actionContainersManager.ContextMenuContainers.Add(this.cOpenObject);
     this.actionContainersManager.ContextMenuContainers.Add(this.cView);
     this.actionContainersManager.ContextMenuContainers.Add(this.cExport);
     this.actionContainersManager.ContextMenuContainers.Add(this.cPrint);
     this.actionContainersManager.DefaultContainer = this.cObjectsCreation;
     this.actionContainersManager.Template         = this;
     //
     // diagnosticContainer
     //
     this.diagnosticContainer.ActionId           = null;
     this.diagnosticContainer.AllowCustomization = false;
     resources.ApplyResources(this.diagnosticContainer, "diagnosticContainer");
     this.diagnosticContainer.ContainerId         = "Diagnostic";
     this.diagnosticContainer.HideItemsCompletely = true;
     this.diagnosticContainer.Name = "diagnosticContainer";
     this.diagnosticContainer.OptionsView.UseSkinIndents = false;
     this.diagnosticContainer.Orientation = DevExpress.ExpressApp.Model.ActionContainerOrientation.Horizontal;
     this.diagnosticContainer.PaintStyle  = DevExpress.ExpressApp.Templates.ActionItemPaintStyle.CaptionAndImage;
     this.diagnosticContainer.BackColor   = System.Drawing.Color.Transparent;
     this.diagnosticContainer.Root        = this.diagnosticContainerLayoutGroup;
     //
     // buttonsContainer
     //
     this.buttonsContainer.ActionId           = null;
     this.buttonsContainer.AllowCustomization = false;
     resources.ApplyResources(this.buttonsContainer, "buttonsContainer");
     this.buttonsContainer.ContainerId         = "PopupActions";
     this.buttonsContainer.HideItemsCompletely = false;
     this.buttonsContainer.Name = "buttonsContainer";
     this.buttonsContainer.OptionsView.UseSkinIndents = false;
     this.buttonsContainer.Orientation = DevExpress.ExpressApp.Model.ActionContainerOrientation.Horizontal;
     this.buttonsContainer.PaintStyle  = DevExpress.ExpressApp.Templates.ActionItemPaintStyle.CaptionAndImage;
     this.buttonsContainer.BackColor   = System.Drawing.Color.Transparent;
     this.buttonsContainer.Root        = this.buttonsContainerLayoutGroup;
     //
     // diagnosticContainerLayoutGroup
     //
     resources.ApplyResources(this.diagnosticContainerLayoutGroup, "diagnosticContainerLayoutGroup");
     this.diagnosticContainerLayoutGroup.DefaultLayoutType           = DevExpress.XtraLayout.Utils.LayoutType.Horizontal;
     this.diagnosticContainerLayoutGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.diagnosticContainerLayoutGroup.GroupBordersVisible         = false;
     this.diagnosticContainerLayoutGroup.Location    = new System.Drawing.Point(0, 0);
     this.diagnosticContainerLayoutGroup.Name        = "diagnosticContainerLayoutGroup";
     this.diagnosticContainerLayoutGroup.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 7, 2, 0);
     this.diagnosticContainerLayoutGroup.Size        = new System.Drawing.Size(7, 2);
     this.diagnosticContainerLayoutGroup.TextVisible = false;
     //
     // buttonsContainerLayoutGroup
     //
     resources.ApplyResources(this.buttonsContainerLayoutGroup, "buttonsContainerLayoutGroup");
     this.buttonsContainerLayoutGroup.DefaultLayoutType           = DevExpress.XtraLayout.Utils.LayoutType.Horizontal;
     this.buttonsContainerLayoutGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.buttonsContainerLayoutGroup.GroupBordersVisible         = false;
     this.buttonsContainerLayoutGroup.Location    = new System.Drawing.Point(0, 0);
     this.buttonsContainerLayoutGroup.Name        = "buttonsContainerLayoutGroup";
     this.buttonsContainerLayoutGroup.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 7, 2, 0);
     this.buttonsContainerLayoutGroup.Size        = new System.Drawing.Size(7, 2);
     this.buttonsContainerLayoutGroup.TextVisible = false;
     //
     // viewSitePanel
     //
     this.viewSitePanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     resources.ApplyResources(this.viewSitePanel, "viewSitePanel");
     this.viewSitePanel.Name = "viewSitePanel";
     //
     // bottomPanel
     //
     this.bottomPanel.AllowCustomization = false;
     resources.ApplyResources(this.bottomPanel, "bottomPanel");
     this.bottomPanel.Controls.Add(this.diagnosticContainer);
     this.bottomPanel.Controls.Add(this.buttonsContainer);
     this.bottomPanel.Name = "bottomPanel";
     this.bottomPanel.OptionsCustomizationForm.ShowLoadButton         = false;
     this.bottomPanel.OptionsCustomizationForm.ShowSaveButton         = false;
     this.bottomPanel.OptionsView.AllowItemSkinning                   = false;
     this.bottomPanel.OptionsView.EnableIndentsInGroupsWithoutBorders = true;
     this.bottomPanel.OptionsView.UseSkinIndents = false;
     this.bottomPanel.BackColor = System.Drawing.Color.Transparent;
     this.bottomPanel.Root      = this.Root;
     //
     // Root
     //
     resources.ApplyResources(this.Root, "Root");
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.simpleSeparator,
         this.emptySpaceItem,
         this.diagnosticContainerLayoutItem,
         this.buttonsContainerLayoutItem
     });
     this.Root.Location    = new System.Drawing.Point(0, 0);
     this.Root.Name        = "Root";
     this.Root.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.Root.Size        = new System.Drawing.Size(552, 38);
     this.Root.TextVisible = false;
     //
     // simpleSeparator
     //
     this.simpleSeparator.AllowHotTrack = false;
     resources.ApplyResources(this.simpleSeparator, "simpleSeparator");
     this.simpleSeparator.Location = new System.Drawing.Point(0, 0);
     this.simpleSeparator.Name     = "simpleSeparator";
     this.simpleSeparator.Size     = new System.Drawing.Size(552, 2);
     //
     // emptySpaceItem
     //
     this.emptySpaceItem.AllowHotTrack = false;
     resources.ApplyResources(this.emptySpaceItem, "emptySpaceItem");
     this.emptySpaceItem.Location = new System.Drawing.Point(0, 2);
     this.emptySpaceItem.Name     = "emptySpaceItem";
     this.emptySpaceItem.Size     = new System.Drawing.Size(518, 36);
     this.emptySpaceItem.TextSize = new System.Drawing.Size(0, 0);
     //
     // diagnosticContainerLayoutItem
     //
     this.diagnosticContainerLayoutItem.Control = this.diagnosticContainer;
     resources.ApplyResources(this.diagnosticContainerLayoutItem, "diagnosticContainerLayoutItem");
     this.diagnosticContainerLayoutItem.Location = new System.Drawing.Point(518, 2);
     this.diagnosticContainerLayoutItem.Name     = "diagnosticContainerLayoutItem";
     this.diagnosticContainerLayoutItem.Padding  = new DevExpress.XtraLayout.Utils.Padding(5, 5, 10, 0);
     this.diagnosticContainerLayoutItem.Size     = new System.Drawing.Size(17, 36);
     this.diagnosticContainerLayoutItem.TextSize = new System.Drawing.Size(0, 0);
     this.diagnosticContainerLayoutItem.TextToControlDistance = 0;
     this.diagnosticContainerLayoutItem.TextVisible           = false;
     //
     // buttonsContainerLayoutItem
     //
     this.buttonsContainerLayoutItem.Control = this.buttonsContainer;
     resources.ApplyResources(this.buttonsContainerLayoutItem, "buttonsContainerLayoutItem");
     this.buttonsContainerLayoutItem.Location = new System.Drawing.Point(535, 2);
     this.buttonsContainerLayoutItem.Name     = "buttonsContainerLayoutItem";
     this.buttonsContainerLayoutItem.Padding  = new DevExpress.XtraLayout.Utils.Padding(5, 5, 10, 0);
     this.buttonsContainerLayoutItem.Size     = new System.Drawing.Size(17, 36);
     this.buttonsContainerLayoutItem.TextSize = new System.Drawing.Size(0, 0);
     this.buttonsContainerLayoutItem.TextToControlDistance = 0;
     this.buttonsContainerLayoutItem.TextVisible           = false;
     //
     // formStateModelSynchronizer
     //
     this.formStateModelSynchronizer.Form  = this;
     this.formStateModelSynchronizer.Model = null;
     //
     // viewSiteManager
     //
     this.viewSiteManager.UseDeferredLoading = false;
     this.viewSiteManager.ViewSiteControl    = this.viewSitePanel;
     //
     // wpopup1
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.viewSitePanel);
     this.Controls.Add(this.bottomPanel);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "wpopup1";
     ((System.ComponentModel.ISupportInitialize)(this.xafBarManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.diagnosticContainer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonsContainer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonsContainerLayoutGroup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.diagnosticContainerLayoutGroup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewSitePanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bottomPanel)).EndInit();
     this.bottomPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.diagnosticContainerLayoutItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonsContainerLayoutItem)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #5
0
 /// <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 XafComponentResourceManager(typeof(MainForm1));
     this.mainBarManager           = new DevExpress.ExpressApp.Win.Templates.Controls.XafBarManager(this.components);
     this.mainBarManager.Disposed += new System.EventHandler(mainBarManager_Disposed);
     this._mainMenuBar             = new DevExpress.ExpressApp.Win.Templates.Controls.XafBar();
     this.barSubItemFile           = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
     this.cObjectsCreation         = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cFile                               = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cSave                               = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cPrint                              = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cExport                             = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cExit                               = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.barSubItemEdit                      = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
     this.cUndoRedo                           = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cEdit                               = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cRecordEdit                         = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cWorkflow                           = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cOpenObject                         = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.barSubItemView                      = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
     this.barSubItemPanels                    = new DevExpress.XtraBars.BarSubItem();
     this.cPanels                             = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
     this.cViewsHistoryNavigation             = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cViewsNavigation                    = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
     this.cRecordsNavigation                  = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cView                               = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cReports                            = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cDefault                            = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cSearch                             = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cFilters                            = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cFullTextSearch                     = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.cAppearance                         = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
     this.barSubItemTools                     = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
     this.cTools                              = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
     this.cOptions                            = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
     this.cDiagnostic                         = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
     this.barSubItemWindow                    = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
     this.cWindows                            = new DevExpress.ExpressApp.Win.Templates.ActionContainers.XafBarLinkContainerItem();
     this.barMdiChildrenListItem              = new DevExpress.XtraBars.BarDockingMenuItem();
     this.Window                              = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.barSubItemHelp                      = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
     this.cAbout                              = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
     this.standardToolBar                     = new DevExpress.ExpressApp.Win.Templates.Controls.XafBar();
     this._statusBar                          = new DevExpress.ExpressApp.Win.Templates.Controls.XafBar();
     this.mainBarAndDockingController         = new DevExpress.XtraBars.BarAndDockingController(this.components);
     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.mainDockManager                     = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanelNavigation                 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanelNavigation_Container       = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navigation                          = new DevExpress.ExpressApp.Win.Templates.ActionContainers.NavigationActionContainer();
     this.cMenu                               = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
     this.viewSitePanel                       = new DevExpress.XtraEditors.PanelControl();
     this.formStateModelSynchronizerComponent = new DevExpress.ExpressApp.Win.Core.FormStateModelSynchronizer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.mainBarManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainBarAndDockingController)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainDockManager)).BeginInit();
     this.dockPanelNavigation.SuspendLayout();
     this.dockPanelNavigation_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.viewSitePanel)).BeginInit();
     this.SuspendLayout();
     //
     // actionsContainersManager
     //
     this.actionsContainersManager.ActionContainerComponents.Add(this.cObjectsCreation);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cFile);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cSave);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cPrint);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cExport);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cExit);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cUndoRedo);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cEdit);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cRecordEdit);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cWorkflow);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cOpenObject);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cPanels);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cViewsHistoryNavigation);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cViewsNavigation);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cRecordsNavigation);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cView);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cReports);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cDefault);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cSearch);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cFilters);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cFullTextSearch);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cAppearance);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cTools);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cOptions);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cDiagnostic);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cAbout);
     this.actionsContainersManager.ActionContainerComponents.Add(this.navigation);
     this.actionsContainersManager.ActionContainerComponents.Add(this.cMenu);
     this.actionsContainersManager.ActionContainerComponents.Add(this.Window);
     this.actionsContainersManager.ContextMenuContainers.Add(this.cObjectsCreation);
     this.actionsContainersManager.ContextMenuContainers.Add(this.cSave);
     this.actionsContainersManager.ContextMenuContainers.Add(this.cEdit);
     this.actionsContainersManager.ContextMenuContainers.Add(this.cRecordEdit);
     this.actionsContainersManager.ContextMenuContainers.Add(this.cOpenObject);
     this.actionsContainersManager.ContextMenuContainers.Add(this.cUndoRedo);
     this.actionsContainersManager.ContextMenuContainers.Add(this.cPrint);
     this.actionsContainersManager.ContextMenuContainers.Add(this.cView);
     this.actionsContainersManager.ContextMenuContainers.Add(this.cReports);
     this.actionsContainersManager.ContextMenuContainers.Add(this.cExport);
     this.actionsContainersManager.ContextMenuContainers.Add(this.cMenu);
     this.actionsContainersManager.DefaultContainer = this.cDefault;
     //
     // modelSynchronizationManager
     //
     this.modelSynchronizationManager.ModelSynchronizableComponents.Add(this.formStateModelSynchronizerComponent);
     this.modelSynchronizationManager.ModelSynchronizableComponents.Add(this.mainBarManager);
     //
     // viewSiteManager
     //
     this.viewSiteManager.ViewSiteControl = this.viewSitePanel;
     //
     // mainBarManager
     //
     this.mainBarManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this._mainMenuBar,
         this.standardToolBar,
         this._statusBar
     });
     this.mainBarManager.Controller = this.mainBarAndDockingController;
     this.mainBarManager.DockControls.Add(this.barDockControlTop);
     this.mainBarManager.DockControls.Add(this.barDockControlBottom);
     this.mainBarManager.DockControls.Add(this.barDockControlLeft);
     this.mainBarManager.DockControls.Add(this.barDockControlRight);
     this.mainBarManager.DockManager = this.mainDockManager;
     this.mainBarManager.Form        = this;
     this.mainBarManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barSubItemFile,
         this.barSubItemEdit,
         this.barSubItemView,
         this.barSubItemTools,
         this.barSubItemHelp,
         this.cFile,
         this.cObjectsCreation,
         this.cPrint,
         this.cExport,
         this.cSave,
         this.cEdit,
         this.cOpenObject,
         this.cUndoRedo,
         this.cAppearance,
         this.cReports,
         this.cExit,
         this.cRecordEdit,
         this.cWorkflow,
         this.cRecordsNavigation,
         this.cViewsHistoryNavigation,
         this.cSearch,
         this.cFullTextSearch,
         this.cFilters,
         this.cView,
         this.cDefault,
         this.cTools,
         this.cViewsNavigation,
         this.cDiagnostic,
         this.cOptions,
         this.cAbout,
         this.cWindows,
         this.cPanels,
         this.cMenu,
         this.barSubItemWindow,
         this.barMdiChildrenListItem,
         this.Window,
         this.barSubItemPanels
     });
     this.mainBarManager.MainMenu  = this._mainMenuBar;
     this.mainBarManager.MaxItemId = 36;
     this.mainBarManager.StatusBar = this._statusBar;
     //
     // _mainMenuBar
     //
     this._mainMenuBar.BarName   = "Main Menu";
     this._mainMenuBar.DockCol   = 0;
     this._mainMenuBar.DockRow   = 0;
     this._mainMenuBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this._mainMenuBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemFile),
         new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemEdit),
         new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemView),
         new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemTools),
         new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemWindow),
         new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemHelp)
     });
     this._mainMenuBar.OptionsBar.MultiLine    = true;
     this._mainMenuBar.OptionsBar.UseWholeRow  = true;
     this._mainMenuBar.TargetPageCategoryColor = System.Drawing.Color.Empty;
     resources.ApplyResources(this._mainMenuBar, "_mainMenuBar");
     //
     // barSubItemFile
     //
     resources.ApplyResources(this.barSubItemFile, "barSubItemFile");
     this.barSubItemFile.Id = 0;
     this.barSubItemFile.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.cObjectsCreation, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cFile, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cSave, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cPrint, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cExport, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cExit, true)
     });
     this.barSubItemFile.MergeType       = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.barSubItemFile.Name            = "barSubItemFile";
     this.barSubItemFile.VisibleInRibbon = false;
     //
     // cObjectsCreation
     //
     this.cObjectsCreation.ApplicationMenuIndex = 1;
     this.cObjectsCreation.ApplicationMenuItem  = true;
     resources.ApplyResources(this.cObjectsCreation, "cObjectsCreation");
     this.cObjectsCreation.ContainerId             = "ObjectsCreation";
     this.cObjectsCreation.Id                      = 18;
     this.cObjectsCreation.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cObjectsCreation.Name                    = "cObjectsCreation";
     this.cObjectsCreation.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cObjectsCreation.TargetPageGroupCaption  = null;
     //
     // cFile
     //
     this.cFile.ApplicationMenuIndex = 2;
     this.cFile.ApplicationMenuItem  = true;
     resources.ApplyResources(this.cFile, "cFile");
     this.cFile.ContainerId             = "File";
     this.cFile.Id                      = 5;
     this.cFile.MergeOrder              = 2;
     this.cFile.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cFile.Name                    = "cFile";
     this.cFile.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cFile.TargetPageGroupCaption  = null;
     //
     // cSave
     //
     this.cSave.ApplicationMenuIndex = 7;
     this.cSave.ApplicationMenuItem  = true;
     resources.ApplyResources(this.cSave, "cSave");
     this.cSave.ContainerId             = "Save";
     this.cSave.Id                      = 8;
     this.cSave.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cSave.Name                    = "cSave";
     this.cSave.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cSave.TargetPageGroupCaption  = null;
     //
     // cPrint
     //
     this.cPrint.ApplicationMenuIndex = 11;
     this.cPrint.ApplicationMenuItem  = true;
     resources.ApplyResources(this.cPrint, "cPrint");
     this.cPrint.ContainerId             = "Print";
     this.cPrint.Id                      = 6;
     this.cPrint.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cPrint.Name                    = "cPrint";
     this.cPrint.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cPrint.TargetPageGroupCaption  = null;
     //
     // cExport
     //
     this.cExport.ApplicationMenuIndex = 10;
     this.cExport.ApplicationMenuItem  = true;
     resources.ApplyResources(this.cExport, "cExport");
     this.cExport.ContainerId             = "Export";
     this.cExport.Id                      = 7;
     this.cExport.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cExport.Name                    = "cExport";
     this.cExport.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cExport.TargetPageGroupCaption  = null;
     //
     // cExit
     //
     this.cExit.ApplicationMenuIndex = 900;
     this.cExit.ApplicationMenuItem  = true;
     resources.ApplyResources(this.cExit, "cExit");
     this.cExit.ContainerId             = "Exit";
     this.cExit.Id                      = 8;
     this.cExit.MergeOrder              = 900;
     this.cExit.Name                    = "cExit";
     this.cExit.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cExit.TargetPageGroupCaption  = null;
     //
     // barSubItemEdit
     //
     resources.ApplyResources(this.barSubItemEdit, "barSubItemEdit");
     this.barSubItemEdit.Id = 1;
     this.barSubItemEdit.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.cUndoRedo, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cEdit, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cRecordEdit, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cWorkflow, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cOpenObject, true)
     });
     this.barSubItemEdit.MergeType       = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.barSubItemEdit.Name            = "barSubItemEdit";
     this.barSubItemEdit.VisibleInRibbon = false;
     //
     // cUndoRedo
     //
     resources.ApplyResources(this.cUndoRedo, "cUndoRedo");
     this.cUndoRedo.ContainerId             = "UndoRedo";
     this.cUndoRedo.Id                      = 10;
     this.cUndoRedo.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cUndoRedo.Name                    = "cUndoRedo";
     this.cUndoRedo.TargetPageCategoryColor = System.Drawing.Color.Empty;
     //
     // cEdit
     //
     resources.ApplyResources(this.cEdit, "cEdit");
     this.cEdit.ContainerId             = "Edit";
     this.cEdit.Id                      = 9;
     this.cEdit.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cEdit.Name                    = "cEdit";
     this.cEdit.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cEdit.TargetPageGroupCaption  = null;
     //
     // cRecordEdit
     //
     resources.ApplyResources(this.cRecordEdit, "cRecordEdit");
     this.cRecordEdit.ContainerId             = "RecordEdit";
     this.cRecordEdit.Id                      = 9;
     this.cRecordEdit.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cRecordEdit.Name                    = "cRecordEdit";
     this.cRecordEdit.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cRecordEdit.TargetPageGroupCaption  = null;
     //
     // cWorkflow
     //
     resources.ApplyResources(this.cWorkflow, "cWorkflow");
     this.cWorkflow.ContainerId             = "Workflow";
     this.cWorkflow.Id                      = 9;
     this.cWorkflow.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cWorkflow.Name                    = "cWorkflow";
     this.cWorkflow.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cWorkflow.TargetPageGroupCaption  = null;
     //
     // cOpenObject
     //
     resources.ApplyResources(this.cOpenObject, "cOpenObject");
     this.cOpenObject.ContainerId             = "OpenObject";
     this.cOpenObject.Id                      = 9;
     this.cOpenObject.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cOpenObject.Name                    = "cOpenObject";
     this.cOpenObject.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cOpenObject.TargetPageGroupCaption  = null;
     //
     // barSubItemView
     //
     resources.ApplyResources(this.barSubItemView, "barSubItemView");
     this.barSubItemView.Id = 2;
     this.barSubItemView.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemPanels, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cViewsHistoryNavigation, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cViewsNavigation, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cRecordsNavigation, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cView, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cReports, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cDefault, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cSearch, true),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.None, false, this.cFilters, true),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.None, false, this.cFullTextSearch, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cAppearance, true)
     });
     this.barSubItemView.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.barSubItemView.Name      = "barSubItemView";
     //
     // barSubItemPanels
     //
     resources.ApplyResources(this.barSubItemPanels, "barSubItemPanels");
     this.barSubItemPanels.Id = 35;
     this.barSubItemPanels.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.cPanels, true)
     });
     this.barSubItemPanels.Name = "barSubItemPanels";
     //
     // cPanels
     //
     resources.ApplyResources(this.cPanels, "cPanels");
     this.cPanels.ContainerId             = "Panels";
     this.cPanels.Id                      = 16;
     this.cPanels.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cPanels.Name                    = "cPanels";
     this.cPanels.RibbonStyle             = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     this.cPanels.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cPanels.TargetPageGroupCaption  = null;
     //
     // cViewsHistoryNavigation
     //
     resources.ApplyResources(this.cViewsHistoryNavigation, "cViewsHistoryNavigation");
     this.cViewsHistoryNavigation.ContainerId             = "ViewsHistoryNavigation";
     this.cViewsHistoryNavigation.Id                      = 35;
     this.cViewsHistoryNavigation.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cViewsHistoryNavigation.Name                    = "cViewsHistoryNavigation";
     this.cViewsHistoryNavigation.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cViewsHistoryNavigation.TargetPageGroupCaption  = null;
     //
     // cViewsNavigation
     //
     resources.ApplyResources(this.cViewsNavigation, "cViewsNavigation");
     this.cViewsNavigation.ContainerId             = "ViewsNavigation";
     this.cViewsNavigation.Id                      = 14;
     this.cViewsNavigation.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cViewsNavigation.Name                    = "cViewsNavigation";
     this.cViewsNavigation.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cViewsNavigation.TargetPageGroupCaption  = null;
     //
     // cRecordsNavigation
     //
     resources.ApplyResources(this.cRecordsNavigation, "cRecordsNavigation");
     this.cRecordsNavigation.ContainerId             = "RecordsNavigation";
     this.cRecordsNavigation.Id                      = 10;
     this.cRecordsNavigation.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cRecordsNavigation.Name                    = "cRecordsNavigation";
     this.cRecordsNavigation.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cRecordsNavigation.TargetPageGroupCaption  = null;
     //
     // cView
     //
     resources.ApplyResources(this.cView, "cView");
     this.cView.ContainerId             = "View";
     this.cView.Id                      = 12;
     this.cView.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cView.Name                    = "cView";
     this.cView.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cView.TargetPageGroupCaption  = null;
     //
     // cReports
     //
     this.cReports.ApplicationMenuIndex = 12;
     this.cReports.ApplicationMenuItem  = true;
     resources.ApplyResources(this.cReports, "cReports");
     this.cReports.ContainerId             = "Reports";
     this.cReports.Id                      = 11;
     this.cReports.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cReports.Name                    = "cReports";
     this.cReports.TargetPageCategoryColor = System.Drawing.Color.Empty;
     //
     // cDefault
     //
     resources.ApplyResources(this.cDefault, "cDefault");
     this.cDefault.ContainerId             = "Default";
     this.cDefault.Id                      = 50;
     this.cDefault.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cDefault.Name                    = "cDefault";
     this.cDefault.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cDefault.TargetPageGroupCaption  = null;
     //
     // cSearch
     //
     resources.ApplyResources(this.cSearch, "cSearch");
     this.cSearch.ContainerId             = "Search";
     this.cSearch.Id                      = 11;
     this.cSearch.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cSearch.Name                    = "cSearch";
     this.cSearch.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cSearch.TargetPageGroupCaption  = null;
     //
     // cFilters
     //
     resources.ApplyResources(this.cFilters, "cFilters");
     this.cFilters.ContainerId             = "Filters";
     this.cFilters.Id                      = 26;
     this.cFilters.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cFilters.Name                    = "cFilters";
     this.cFilters.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cFilters.TargetPageGroupCaption  = null;
     //
     // cFullTextSearch
     //
     this.cFullTextSearch.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     resources.ApplyResources(this.cFullTextSearch, "cFullTextSearch");
     this.cFullTextSearch.ContainerId             = "FullTextSearch";
     this.cFullTextSearch.Id                      = 12;
     this.cFullTextSearch.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cFullTextSearch.Name                    = "cFullTextSearch";
     this.cFullTextSearch.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cFullTextSearch.TargetPageGroupCaption  = null;
     //
     // cAppearance
     //
     resources.ApplyResources(this.cAppearance, "cAppearance");
     this.cAppearance.ContainerId             = "Appearance";
     this.cAppearance.Id                      = 9;
     this.cAppearance.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cAppearance.Name                    = "cAppearance";
     this.cAppearance.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cAppearance.TargetPageGroupCaption  = null;
     //
     // barSubItemTools
     //
     resources.ApplyResources(this.barSubItemTools, "barSubItemTools");
     this.barSubItemTools.Id = 3;
     this.barSubItemTools.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.cTools, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cOptions, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cDiagnostic, true)
     });
     this.barSubItemTools.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.barSubItemTools.Name      = "barSubItemTools";
     //
     // cTools
     //
     resources.ApplyResources(this.cTools, "cTools");
     this.cTools.ContainerId             = "Tools";
     this.cTools.Id                      = 13;
     this.cTools.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cTools.Name                    = "cTools";
     this.cTools.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cTools.TargetPageGroupCaption  = null;
     //
     // cOptions
     //
     resources.ApplyResources(this.cOptions, "cOptions");
     this.cOptions.ContainerId             = "Options";
     this.cOptions.Id                      = 14;
     this.cOptions.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cOptions.Name                    = "cOptions";
     this.cOptions.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cOptions.TargetPageGroupCaption  = null;
     //
     // cDiagnostic
     //
     resources.ApplyResources(this.cDiagnostic, "cDiagnostic");
     this.cDiagnostic.ContainerId             = "Diagnostic";
     this.cDiagnostic.Id                      = 16;
     this.cDiagnostic.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cDiagnostic.Name                    = "cDiagnostic";
     this.cDiagnostic.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cDiagnostic.TargetPageGroupCaption  = null;
     //
     // barSubItemWindow
     //
     resources.ApplyResources(this.barSubItemWindow, "barSubItemWindow");
     this.barSubItemWindow.Id = 32;
     this.barSubItemWindow.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.cWindows),
         new DevExpress.XtraBars.LinkPersistInfo(this.Window, true)
     });
     this.barSubItemWindow.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.barSubItemWindow.Name      = "barSubItemWindow";
     //
     // cWindows
     //
     resources.ApplyResources(this.cWindows, "cWindows");
     this.cWindows.Id = 16;
     this.cWindows.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barMdiChildrenListItem)
     });
     this.cWindows.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cWindows.Name      = "cWindows";
     this.cWindows.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cWindows.TargetPageGroupCaption  = null;
     //
     // barMdiChildrenListItem
     //
     resources.ApplyResources(this.barMdiChildrenListItem, "barMdiChildrenListItem");
     this.barMdiChildrenListItem.Id   = 37;
     this.barMdiChildrenListItem.Name = "barMdiChildrenListItem";
     //
     // Window
     //
     resources.ApplyResources(this.Window, "Window");
     this.Window.ContainerId             = "Windows";
     this.Window.Id                      = 34;
     this.Window.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.Window.Name                    = "Window";
     this.Window.TargetPageCategoryColor = System.Drawing.Color.Empty;
     //
     // barSubItemHelp
     //
     resources.ApplyResources(this.barSubItemHelp, "barSubItemHelp");
     this.barSubItemHelp.Id = 4;
     this.barSubItemHelp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.cAbout, true)
     });
     this.barSubItemHelp.MergeType       = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.barSubItemHelp.Name            = "barSubItemHelp";
     this.barSubItemHelp.VisibleInRibbon = false;
     //
     // cAbout
     //
     this.cAbout.ApplicationMenuIndex = 15;
     this.cAbout.ApplicationMenuItem  = true;
     resources.ApplyResources(this.cAbout, "cAbout");
     this.cAbout.ContainerId             = "About";
     this.cAbout.Id                      = 15;
     this.cAbout.MergeType               = DevExpress.XtraBars.BarMenuMerge.MergeItems;
     this.cAbout.Name                    = "cAbout";
     this.cAbout.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cAbout.TargetPageGroupCaption  = null;
     //
     // standardToolBar
     //
     this.standardToolBar.BarName   = "Main Toolbar";
     this.standardToolBar.DockCol   = 0;
     this.standardToolBar.DockRow   = 1;
     this.standardToolBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.standardToolBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.cViewsHistoryNavigation, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cObjectsCreation, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cSave, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cEdit, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cUndoRedo, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cRecordEdit, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cOpenObject),
         new DevExpress.XtraBars.LinkPersistInfo(this.cWorkflow, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cView, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cReports),
         new DevExpress.XtraBars.LinkPersistInfo(this.cDefault, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cRecordsNavigation, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cFilters, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cSearch, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cFullTextSearch)
     });
     this.standardToolBar.OptionsBar.UseWholeRow  = true;
     this.standardToolBar.TargetPageCategoryColor = System.Drawing.Color.Empty;
     resources.ApplyResources(this.standardToolBar, "standardToolBar");
     //
     // _statusBar
     //
     this._statusBar.BarName      = "StatusBar";
     this._statusBar.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this._statusBar.DockCol      = 0;
     this._statusBar.DockRow      = 0;
     this._statusBar.DockStyle    = DevExpress.XtraBars.BarDockStyle.Bottom;
     this._statusBar.OptionsBar.AllowQuickCustomization = false;
     this._statusBar.OptionsBar.DisableClose            = true;
     this._statusBar.OptionsBar.DisableCustomization    = true;
     this._statusBar.OptionsBar.DrawDragBorder          = false;
     this._statusBar.OptionsBar.DrawSizeGrip            = true;
     this._statusBar.OptionsBar.UseWholeRow             = true;
     this._statusBar.TargetPageCategoryColor            = System.Drawing.Color.Empty;
     resources.ApplyResources(this._statusBar, "_statusBar");
     //
     // mainBarAndDockingController
     //
     this.mainBarAndDockingController.PropertiesBar.AllowLinkLighting = false;
     //
     // barDockControlTop
     //
     resources.ApplyResources(this.barDockControlTop, "barDockControlTop");
     //
     // barDockControlBottom
     //
     resources.ApplyResources(this.barDockControlBottom, "barDockControlBottom");
     //
     // barDockControlLeft
     //
     resources.ApplyResources(this.barDockControlLeft, "barDockControlLeft");
     //
     // barDockControlRight
     //
     resources.ApplyResources(this.barDockControlRight, "barDockControlRight");
     //
     // mainDockManager
     //
     this.mainDockManager.Controller = this.mainBarAndDockingController;
     this.mainDockManager.Form       = this;
     this.mainDockManager.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
         this.dockPanelNavigation
     });
     this.mainDockManager.TopZIndexControls.AddRange(new string[] {
         "DevExpress.XtraBars.BarDockControl",
         "System.Windows.Forms.StatusBar",
         "DevExpress.ExpressApp.Win.Templates.Controls.XafRibbonControl",
         "DevExpress.XtraBars.Ribbon.RibbonStatusBar"
     });
     //
     // dockPanelNavigation
     //
     this.dockPanelNavigation.Controls.Add(this.dockPanelNavigation_Container);
     this.dockPanelNavigation.Dock      = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanelNavigation.FloatSize = new System.Drawing.Size(146, 428);
     this.dockPanelNavigation.ID        = new System.Guid("24977e30-0ea6-44aa-8fa4-9abaeb178b5e");
     resources.ApplyResources(this.dockPanelNavigation, "dockPanelNavigation");
     this.dockPanelNavigation.Name = "dockPanelNavigation";
     this.dockPanelNavigation.Options.AllowDockBottom = false;
     this.dockPanelNavigation.Options.AllowDockTop    = false;
     this.dockPanelNavigation.OriginalSize            = new System.Drawing.Size(200, 200);
     this.dockPanelNavigation.SavedDock  = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanelNavigation.SavedIndex = 2;
     this.dockPanelNavigation.TabStop    = false;
     //
     // dockPanelNavigation_Container
     //
     this.dockPanelNavigation_Container.Controls.Add(this.navigation);
     resources.ApplyResources(this.dockPanelNavigation_Container, "dockPanelNavigation_Container");
     this.dockPanelNavigation_Container.Name = "dockPanelNavigation_Container";
     //
     // navigation
     //
     resources.ApplyResources(this.navigation, "navigation");
     this.navigation.Model = null;
     this.navigation.Name  = "navigation";
     //
     // cMenu
     //
     resources.ApplyResources(this.cMenu, "cMenu");
     this.cMenu.ContainerId             = "Menu";
     this.cMenu.Id                      = 7;
     this.cMenu.Name                    = "cMenu";
     this.cMenu.TargetPageCategoryColor = System.Drawing.Color.Empty;
     this.cMenu.TargetPageGroupCaption  = null;
     //
     // viewSitePanel
     //
     this.viewSitePanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     resources.ApplyResources(this.viewSitePanel, "viewSitePanel");
     this.viewSitePanel.Name = "viewSitePanel";
     //
     // formStateModelSynchronizerComponent
     //
     this.formStateModelSynchronizerComponent.Form  = this;
     this.formStateModelSynchronizerComponent.Model = null;
     //
     // MainForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BarManager    = this.mainBarManager;
     this.Controls.Add(this.viewSitePanel);
     this.Controls.Add(this.dockPanelNavigation);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "MainForm1";
     ((System.ComponentModel.ISupportInitialize)(this.mainBarManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainBarAndDockingController)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainDockManager)).EndInit();
     this.dockPanelNavigation.ResumeLayout(false);
     this.dockPanelNavigation_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.viewSitePanel)).EndInit();
     this.ResumeLayout(false);
 }