/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.Animation.Transition     transition1     = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.Animation.PushTransition pushTransition1 = new DevExpress.Utils.Animation.PushTransition();
     this.navBarControl1     = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup1       = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItem1        = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem2        = new DevExpress.XtraNavBar.NavBarItem();
     this.transitionManager1 = new DevExpress.Utils.Animation.TransitionManager();
     this.gridControl1       = new DevExpress.XtraGrid.GridControl();
     this.gridView1          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.panelControl1      = new DevExpress.XtraEditors.PanelControl();
     this.gridControl2       = new DevExpress.XtraGrid.GridControl();
     this.gridView2          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3        = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     this.SuspendLayout();
     //
     // navBarControl1
     //
     this.navBarControl1.ActiveGroup = this.navBarGroup1;
     this.navBarControl1.Dock        = System.Windows.Forms.DockStyle.Left;
     this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
         this.navBarGroup1
     });
     this.navBarControl1.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
         this.navBarItem1,
         this.navBarItem2
     });
     this.navBarControl1.Location     = new System.Drawing.Point(0, 0);
     this.navBarControl1.Name         = "navBarControl1";
     this.navBarControl1.Size         = new System.Drawing.Size(175, 500);
     this.navBarControl1.TabIndex     = 0;
     this.navBarControl1.Text         = "navBarControl1";
     this.navBarControl1.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarControl1_LinkClicked);
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption  = "navBarGroup1";
     this.navBarGroup1.Expanded = true;
     this.navBarGroup1.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
         new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem1),
         new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem2)
     });
     this.navBarGroup1.Name = "navBarGroup1";
     //
     // navBarItem1
     //
     this.navBarItem1.Caption = "Grid1";
     this.navBarItem1.Name    = "navBarItem1";
     //
     // navBarItem2
     //
     this.navBarItem2.Caption = "Grid2";
     this.navBarItem2.Name    = "navBarItem2";
     //
     // transitionManager1
     //
     transition1.Control        = this.panelControl1;
     transition1.TransitionType = pushTransition1;
     this.transitionManager1.Transitions.Add(transition1);
     //
     // gridControl1
     //
     this.gridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(2, 2);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(761, 496);
     this.gridControl1.TabIndex = 1;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.gridControl2);
     this.panelControl1.Controls.Add(this.gridControl1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(175, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(765, 500);
     this.panelControl1.TabIndex = 2;
     //
     // gridControl2
     //
     this.gridControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl2.Location = new System.Drawing.Point(2, 2);
     this.gridControl2.MainView = this.gridView2;
     this.gridControl2.Name     = "gridControl2";
     this.gridControl2.Size     = new System.Drawing.Size(761, 496);
     this.gridControl2.TabIndex = 2;
     this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView2
     });
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3
     });
     this.gridView2.GridControl = this.gridControl2;
     this.gridView2.Name        = "gridView2";
     this.gridView2.OptionsFind.AlwaysVisible = true;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "gridColumn1";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "gridColumn2";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "gridColumn3";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(940, 500);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.navBarControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).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 System.ComponentModel.ComponentResourceManager(typeof(GetStartedForm));
     DevExpress.Utils.Animation.Transition          transition1          = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.Animation.SlideFadeTransition slideFadeTransition1 = new DevExpress.Utils.Animation.SlideFadeTransition();
     this.labelControl1         = new DevExpress.XtraEditors.LabelControl();
     this.wizardControl1        = new DevExpress.XtraWizard.WizardControl();
     this.welcomeWizardPage1    = new DevExpress.XtraWizard.WelcomeWizardPage();
     this.readMoreSimpleButton  = new DevExpress.XtraEditors.SimpleButton();
     this.nextSimpleButton      = new DevExpress.XtraEditors.SimpleButton();
     this.pictureEdit1          = new DevExpress.XtraEditors.PictureEdit();
     this.completionWizardPage1 = new DevExpress.XtraWizard.CompletionWizardPage();
     this.labelControl2         = new DevExpress.XtraEditors.LabelControl();
     this.pictureEdit3          = new DevExpress.XtraEditors.PictureEdit();
     this.transitionManager     = new DevExpress.Utils.Animation.TransitionManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.wizardControl1)).BeginInit();
     this.wizardControl1.SuspendLayout();
     this.welcomeWizardPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     this.completionWizardPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // labelControl1
     //
     this.labelControl1.AllowHtmlString                   = true;
     this.labelControl1.Appearance.FontSizeDelta          = 1;
     this.labelControl1.Appearance.Options.UseFont        = true;
     this.labelControl1.Appearance.Options.UseTextOptions = true;
     this.labelControl1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.labelControl1.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl1.Location     = new System.Drawing.Point(265, 31);
     this.labelControl1.Name         = "labelControl1";
     this.labelControl1.Size         = new System.Drawing.Size(390, 215);
     this.labelControl1.TabIndex     = 0;
     this.labelControl1.Text         = resources.GetString("labelControl1.Text");
     //
     // wizardControl1
     //
     this.wizardControl1.Controls.Add(this.welcomeWizardPage1);
     this.wizardControl1.Controls.Add(this.completionWizardPage1);
     this.wizardControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.wizardControl1.Location = new System.Drawing.Point(0, 0);
     this.wizardControl1.Name     = "wizardControl1";
     this.wizardControl1.Pages.AddRange(new DevExpress.XtraWizard.BaseWizardPage[] {
         this.welcomeWizardPage1,
         this.completionWizardPage1
     });
     this.wizardControl1.Size        = new System.Drawing.Size(740, 468);
     this.wizardControl1.Text        = "Getting Started";
     this.wizardControl1.WizardStyle = DevExpress.XtraWizard.WizardStyle.WizardAero;
     //
     // welcomeWizardPage1
     //
     this.welcomeWizardPage1.Controls.Add(this.readMoreSimpleButton);
     this.welcomeWizardPage1.Controls.Add(this.nextSimpleButton);
     this.welcomeWizardPage1.Controls.Add(this.labelControl1);
     this.welcomeWizardPage1.Controls.Add(this.pictureEdit1);
     this.welcomeWizardPage1.Name = "welcomeWizardPage1";
     this.welcomeWizardPage1.Size = new System.Drawing.Size(680, 300);
     this.welcomeWizardPage1.Text = "Welcome to Precious Assistant";
     //
     // readMoreSimpleButton
     //
     this.readMoreSimpleButton.Location           = new System.Drawing.Point(361, 257);
     this.readMoreSimpleButton.Name               = "readMoreSimpleButton";
     this.readMoreSimpleButton.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.readMoreSimpleButton.Size               = new System.Drawing.Size(90, 30);
     this.readMoreSimpleButton.TabIndex           = 3;
     this.readMoreSimpleButton.Text               = "Read More";
     this.readMoreSimpleButton.Click             += new System.EventHandler(this.readMoreSimpleButton_Click);
     //
     // nextSimpleButton
     //
     this.nextSimpleButton.Location           = new System.Drawing.Point(265, 257);
     this.nextSimpleButton.Name               = "nextSimpleButton";
     this.nextSimpleButton.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.nextSimpleButton.Size               = new System.Drawing.Size(90, 30);
     this.nextSimpleButton.TabIndex           = 2;
     this.nextSimpleButton.Text               = "Continue";
     this.nextSimpleButton.Click             += new System.EventHandler(this.nextSimpleButton_Click);
     //
     // pictureEdit1
     //
     this.pictureEdit1.Cursor    = System.Windows.Forms.Cursors.Default;
     this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
     this.pictureEdit1.Location  = new System.Drawing.Point(3, 31);
     this.pictureEdit1.Name      = "pictureEdit1";
     this.pictureEdit1.Properties.AllowDisposeImage      = true;
     this.pictureEdit1.Properties.AllowFocused           = false;
     this.pictureEdit1.Properties.BorderStyle            = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit1.Properties.ReadOnly               = true;
     this.pictureEdit1.Properties.ShowMenu               = false;
     this.pictureEdit1.Properties.SizeMode               = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
     this.pictureEdit1.Properties.ZoomAccelerationFactor = 1D;
     this.pictureEdit1.Size     = new System.Drawing.Size(245, 238);
     this.pictureEdit1.TabIndex = 1;
     //
     // completionWizardPage1
     //
     this.completionWizardPage1.Controls.Add(this.labelControl2);
     this.completionWizardPage1.Controls.Add(this.pictureEdit3);
     this.completionWizardPage1.Name = "completionWizardPage1";
     this.completionWizardPage1.Size = new System.Drawing.Size(680, 300);
     this.completionWizardPage1.Text = "Completing";
     //
     // labelControl2
     //
     this.labelControl2.AllowHtmlString                   = true;
     this.labelControl2.Appearance.FontSizeDelta          = 1;
     this.labelControl2.Appearance.Options.UseFont        = true;
     this.labelControl2.Appearance.Options.UseTextOptions = true;
     this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl2.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.labelControl2.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl2.Location     = new System.Drawing.Point(442, 130);
     this.labelControl2.Name         = "labelControl2";
     this.labelControl2.Size         = new System.Drawing.Size(176, 40);
     this.labelControl2.TabIndex     = 3;
     this.labelControl2.Text         = "<color=0,0,0><size=+5>Let\'s Start!!!</size></color>\r\n";
     //
     // pictureEdit3
     //
     this.pictureEdit3.Cursor    = System.Windows.Forms.Cursors.Default;
     this.pictureEdit3.EditValue = ((object)(resources.GetObject("pictureEdit3.EditValue")));
     this.pictureEdit3.Location  = new System.Drawing.Point(-76, 3);
     this.pictureEdit3.Name      = "pictureEdit3";
     this.pictureEdit3.Properties.AllowDisposeImage      = true;
     this.pictureEdit3.Properties.AllowFocused           = false;
     this.pictureEdit3.Properties.BorderStyle            = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit3.Properties.ReadOnly               = true;
     this.pictureEdit3.Properties.ShowMenu               = false;
     this.pictureEdit3.Properties.ZoomAccelerationFactor = 1D;
     this.pictureEdit3.Size     = new System.Drawing.Size(464, 438);
     this.pictureEdit3.TabIndex = 2;
     //
     // transitionManager
     //
     this.transitionManager.FrameCount                     = 800;
     this.transitionManager.FrameInterval                  = 5000;
     this.transitionManager.ShowWaitingIndicator           = false;
     transition1.BarWaitingIndicatorProperties.Caption     = "";
     transition1.BarWaitingIndicatorProperties.Description = "";
     transition1.Control    = this.labelControl1;
     transition1.EasingMode = DevExpress.Data.Utils.EasingMode.EaseInOut;
     transition1.LineWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.LineWaitingIndicatorProperties.Caption               = "";
     transition1.LineWaitingIndicatorProperties.Description           = "";
     transition1.RingWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.RingWaitingIndicatorProperties.Caption               = "";
     transition1.RingWaitingIndicatorProperties.Description           = "";
     transition1.ShowWaitingIndicator = DevExpress.Utils.DefaultBoolean.False;
     transition1.TransitionType       = slideFadeTransition1;
     transition1.WaitingIndicatorProperties.Caption     = "";
     transition1.WaitingIndicatorProperties.Description = "";
     this.transitionManager.Transitions.Add(transition1);
     //
     // GetStartedForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(740, 468);
     this.Controls.Add(this.wizardControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "GetStartedForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Tag             = "";
     this.Text            = "Getting Started";
     ((System.ComponentModel.ISupportInitialize)(this.wizardControl1)).EndInit();
     this.wizardControl1.ResumeLayout(false);
     this.welcomeWizardPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     this.completionWizardPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).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();
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem9 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem10 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem11 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem8 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem12 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem9 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem13 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem10 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip11 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem14 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem11 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem15 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip12 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem16 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem12 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip13 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem17 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem13 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.Animation.Transition transition1 = new DevExpress.Utils.Animation.Transition();
            DevExpress.Utils.Animation.SlideFadeTransition slideFadeTransition1 = new DevExpress.Utils.Animation.SlideFadeTransition();
            this.ribbonControlMain = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.applicationMenuMain = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
            this.btnMaintenance = new DevExpress.XtraBars.BarButtonItem();
            this.btnAbout = new DevExpress.XtraBars.BarButtonItem();
            this.btnSignOut = new DevExpress.XtraBars.BarButtonItem();
            this.btnExit = new DevExpress.XtraBars.BarButtonItem();
            this.btnUpload = new DevExpress.XtraBars.BarButtonItem();
            this.btnDownload = new DevExpress.XtraBars.BarButtonItem();
            this.btnRenameFiles = new DevExpress.XtraBars.BarButtonItem();
            this.btnRefreshFiles = new DevExpress.XtraBars.BarButtonItem();
            this.btnSendFile = new DevExpress.XtraBars.BarButtonItem();
            this.btnFileBin = new DevExpress.XtraBars.BarButtonItem();
            this.lblName = new DevExpress.XtraBars.BarStaticItem();
            this.lblNameVal = new DevExpress.XtraBars.BarStaticItem();
            this.btnAddUser = new DevExpress.XtraBars.BarButtonItem();
            this.btnEditUser = new DevExpress.XtraBars.BarButtonItem();
            this.btnDeleteUser = new DevExpress.XtraBars.BarButtonItem();
            this.btnRefreshUsers = new DevExpress.XtraBars.BarButtonItem();
            this.btnUserProperties = new DevExpress.XtraBars.BarButtonItem();
            this.btnSendMessage = new DevExpress.XtraBars.BarButtonItem();
            this.btnSendFileTo = new DevExpress.XtraBars.BarButtonItem();
            this.btnAddtoClass = new DevExpress.XtraBars.BarButtonItem();
            this.btnRemovefromClass = new DevExpress.XtraBars.BarButtonItem();
            this.btnUserBin = new DevExpress.XtraBars.BarButtonItem();
            this.btnNewClass = new DevExpress.XtraBars.BarButtonItem();
            this.btnEditClass = new DevExpress.XtraBars.BarButtonItem();
            this.btnDeleteClass = new DevExpress.XtraBars.BarButtonItem();
            this.btnRefreshClass = new DevExpress.XtraBars.BarButtonItem();
            this.btnClassProperties = new DevExpress.XtraBars.BarButtonItem();
            this.btnClassBin = new DevExpress.XtraBars.BarButtonItem();
            this.btnDeleteFile = new DevExpress.XtraBars.BarButtonItem();
            this.btnOpenClass = new DevExpress.XtraBars.BarButtonItem();
            this.btnMessage = new DevExpress.XtraBars.BarButtonItem();
            this.btnMyAccount = new DevExpress.XtraBars.BarButtonItem();
            this.barToggleSwitchItemMasterSPlan = new DevExpress.XtraBars.BarToggleSwitchItem();
            this.btnUserFile = new DevExpress.XtraBars.BarButtonItem();
            this.btnResetPassword = new DevExpress.XtraBars.BarButtonItem();
            this.btnChangeTheme = new DevExpress.XtraBars.BarButtonItem();
            this.btnReports = new DevExpress.XtraBars.BarButtonItem();
            this.barToggleSwitchItemReg = new DevExpress.XtraBars.BarToggleSwitchItem();
            this.btnUserConfig = new DevExpress.XtraBars.BarButtonItem();
            this.barToggleSwitchItem1 = new DevExpress.XtraBars.BarToggleSwitchItem();
            this.barToggleSwitchItem2 = new DevExpress.XtraBars.BarToggleSwitchItem();
            this.barToggleSwitchItemSeatPlan = new DevExpress.XtraBars.BarToggleSwitchItem();
            this.ribbonPageHome = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroupHomeAccInfo = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupHomeMessages = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageFiles = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroupFile = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupManFile = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupFileView = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupFileBin = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageUsers = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroupUserManipulate = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupUserView = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupUserBin = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupUserCommunicate = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupUserFile = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupReg = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupSeatPlan = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupUserConfig = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageClass = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroupClassManipulate = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupClassView = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupClassBin = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageReports = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroupReport = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonStatusBarMain = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.popupMenuFiles = new DevExpress.XtraBars.PopupMenu(this.components);
            this.panelControlMain = new DevExpress.XtraEditors.PanelControl();
            this.transitionManagerMain = new DevExpress.Utils.Animation.TransitionManager();
            this.openFileDialogMain = new System.Windows.Forms.OpenFileDialog();
            this.folderBrowserDialogMain = new System.Windows.Forms.FolderBrowserDialog();
            this.ribbonPageGroupClass = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.timerIDetector = new System.Windows.Forms.Timer(this.components);
            this.popupMenuUsers = new DevExpress.XtraBars.PopupMenu(this.components);
            this.alertControlMain = new DevExpress.XtraBars.Alerter.AlertControl(this.components);
            this.button1 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControlMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.applicationMenuMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenuFiles)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControlMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenuUsers)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbonControlMain
            // 
            this.ribbonControlMain.ApplicationButtonDropDownControl = this.applicationMenuMain;
            this.ribbonControlMain.ExpandCollapseItem.Id = 0;
            this.ribbonControlMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControlMain.ExpandCollapseItem,
            this.btnAbout,
            this.btnSignOut,
            this.btnExit,
            this.btnUpload,
            this.btnDownload,
            this.btnRenameFiles,
            this.btnRefreshFiles,
            this.btnSendFile,
            this.btnFileBin,
            this.lblName,
            this.lblNameVal,
            this.btnAddUser,
            this.btnEditUser,
            this.btnDeleteUser,
            this.btnRefreshUsers,
            this.btnUserProperties,
            this.btnSendMessage,
            this.btnSendFileTo,
            this.btnAddtoClass,
            this.btnRemovefromClass,
            this.btnUserBin,
            this.btnNewClass,
            this.btnEditClass,
            this.btnDeleteClass,
            this.btnRefreshClass,
            this.btnClassProperties,
            this.btnClassBin,
            this.btnMaintenance,
            this.btnDeleteFile,
            this.btnOpenClass,
            this.btnMessage,
            this.btnMyAccount,
            this.barToggleSwitchItemMasterSPlan,
            this.btnUserFile,
            this.btnResetPassword,
            this.btnChangeTheme,
            this.btnReports,
            this.barToggleSwitchItemReg,
            this.btnUserConfig,
            this.barToggleSwitchItem1,
            this.barToggleSwitchItem2,
            this.barToggleSwitchItemSeatPlan});
            this.ribbonControlMain.Location = new System.Drawing.Point(0, 0);
            this.ribbonControlMain.MaxItemId = 82;
            this.ribbonControlMain.Name = "ribbonControlMain";
            this.ribbonControlMain.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPageHome,
            this.ribbonPageFiles,
            this.ribbonPageUsers,
            this.ribbonPageClass,
            this.ribbonPageReports});
            this.ribbonControlMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.ribbonControlMain.Size = new System.Drawing.Size(882, 141);
            this.ribbonControlMain.StatusBar = this.ribbonStatusBarMain;
            this.ribbonControlMain.SelectedPageChanged += new System.EventHandler(this.ribbonControlMain_SelectedPageChanged);
            // 
            // applicationMenuMain
            // 
            this.applicationMenuMain.ItemLinks.Add(this.btnMaintenance, true);
            this.applicationMenuMain.ItemLinks.Add(this.btnAbout);
            this.applicationMenuMain.ItemLinks.Add(this.btnSignOut, true);
            this.applicationMenuMain.ItemLinks.Add(this.btnExit);
            this.applicationMenuMain.Name = "applicationMenuMain";
            this.applicationMenuMain.Ribbon = this.ribbonControlMain;
            // 
            // btnMaintenance
            // 
            this.btnMaintenance.Caption = "Maintenance";
            this.btnMaintenance.Glyph = global::ComDriveSW.Properties.Resources.Support_32;
            this.btnMaintenance.Id = 50;
            this.btnMaintenance.Name = "btnMaintenance";
            this.btnMaintenance.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnMaintenance_ItemClick);
            // 
            // btnAbout
            // 
            this.btnAbout.Caption = "About";
            this.btnAbout.Glyph = global::ComDriveSW.Properties.Resources.About_32;
            this.btnAbout.Id = 2;
            this.btnAbout.Name = "btnAbout";
            // 
            // btnSignOut
            // 
            this.btnSignOut.Caption = "Sign Out";
            this.btnSignOut.Glyph = global::ComDriveSW.Properties.Resources.Exit_Sign_32;
            this.btnSignOut.Id = 3;
            this.btnSignOut.Name = "btnSignOut";
            this.btnSignOut.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSignOut_ItemClick);
            // 
            // btnExit
            // 
            this.btnExit.Caption = "Exit";
            this.btnExit.Glyph = global::ComDriveSW.Properties.Resources.Exit_32;
            this.btnExit.Id = 4;
            this.btnExit.Name = "btnExit";
            this.btnExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnExit_ItemClick);
            // 
            // btnUpload
            // 
            this.btnUpload.Caption = "Upload";
            this.btnUpload.Glyph = global::ComDriveSW.Properties.Resources.Upload_32;
            this.btnUpload.Id = 5;
            this.btnUpload.Name = "btnUpload";
            this.btnUpload.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem1.Text = "Upload";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Uploads the selected file(s)";
            toolTipTitleItem2.LeftIndent = 6;
            toolTipTitleItem2.Text = "Drag n Drop is supported";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            superToolTip1.Items.Add(toolTipTitleItem2);
            this.btnUpload.SuperTip = superToolTip1;
            this.btnUpload.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnUpload_ItemClick);
            // 
            // btnDownload
            // 
            this.btnDownload.Caption = "Download";
            this.btnDownload.Glyph = global::ComDriveSW.Properties.Resources.Download_32;
            this.btnDownload.Id = 6;
            this.btnDownload.Name = "btnDownload";
            this.btnDownload.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem3.Text = "Download";
            toolTipItem2.LeftIndent = 6;
            toolTipItem2.Text = "Downloads the selected file(s) to the local directory";
            superToolTip2.Items.Add(toolTipTitleItem3);
            superToolTip2.Items.Add(toolTipItem2);
            this.btnDownload.SuperTip = superToolTip2;
            this.btnDownload.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDownload_ItemClick);
            // 
            // btnRenameFiles
            // 
            this.btnRenameFiles.Caption = "Rename";
            this.btnRenameFiles.Glyph = global::ComDriveSW.Properties.Resources.Rename_32;
            this.btnRenameFiles.Id = 11;
            this.btnRenameFiles.Name = "btnRenameFiles";
            this.btnRenameFiles.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem4.Text = "Rename";
            toolTipItem3.LeftIndent = 6;
            toolTipItem3.Text = "Renames the selected file(s)";
            toolTipTitleItem5.LeftIndent = 6;
            toolTipTitleItem5.Text = "Press F2 to refresh";
            superToolTip3.Items.Add(toolTipTitleItem4);
            superToolTip3.Items.Add(toolTipItem3);
            superToolTip3.Items.Add(toolTipTitleItem5);
            this.btnRenameFiles.SuperTip = superToolTip3;
            this.btnRenameFiles.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRename_ItemClick);
            // 
            // btnRefreshFiles
            // 
            this.btnRefreshFiles.Caption = "Refresh";
            this.btnRefreshFiles.Glyph = global::ComDriveSW.Properties.Resources.Refresh_32;
            this.btnRefreshFiles.Id = 13;
            this.btnRefreshFiles.Name = "btnRefreshFiles";
            this.btnRefreshFiles.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem6.Text = "Refresh";
            toolTipItem4.LeftIndent = 6;
            toolTipItem4.Text = "Reloads the list of file(s)";
            toolTipTitleItem7.LeftIndent = 6;
            toolTipTitleItem7.Text = "Press F5 to refresh";
            superToolTip4.Items.Add(toolTipTitleItem6);
            superToolTip4.Items.Add(toolTipItem4);
            superToolTip4.Items.Add(toolTipTitleItem7);
            this.btnRefreshFiles.SuperTip = superToolTip4;
            this.btnRefreshFiles.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRefreshFiles_ItemClick);
            // 
            // btnSendFile
            // 
            this.btnSendFile.Caption = "Send A File";
            this.btnSendFile.Glyph = global::ComDriveSW.Properties.Resources.Send_File_32;
            this.btnSendFile.Id = 15;
            this.btnSendFile.Name = "btnSendFile";
            this.btnSendFile.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnSendFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSendFile_ItemClick);
            // 
            // btnFileBin
            // 
            this.btnFileBin.Caption = "Bin";
            this.btnFileBin.Glyph = global::ComDriveSW.Properties.Resources.Recycle_Sign_32;
            this.btnFileBin.Id = 16;
            this.btnFileBin.Name = "btnFileBin";
            this.btnFileBin.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnFileBin.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnFileBin_ItemClick);
            // 
            // lblName
            // 
            this.lblName.Caption = "Name :";
            this.lblName.Id = 23;
            this.lblName.Name = "lblName";
            this.lblName.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // lblNameVal
            // 
            this.lblNameVal.Caption = "Name Here";
            this.lblNameVal.Id = 24;
            this.lblNameVal.Name = "lblNameVal";
            this.lblNameVal.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // btnAddUser
            // 
            this.btnAddUser.Caption = "New User";
            this.btnAddUser.Glyph = global::ComDriveSW.Properties.Resources.Add_User_32;
            this.btnAddUser.Id = 31;
            this.btnAddUser.Name = "btnAddUser";
            this.btnAddUser.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem8.Text = "New User";
            toolTipItem5.LeftIndent = 6;
            toolTipItem5.Text = "Creates a new user";
            superToolTip5.Items.Add(toolTipTitleItem8);
            superToolTip5.Items.Add(toolTipItem5);
            this.btnAddUser.SuperTip = superToolTip5;
            this.btnAddUser.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAddUser_ItemClick);
            // 
            // btnEditUser
            // 
            this.btnEditUser.Caption = "Edit User";
            this.btnEditUser.Glyph = global::ComDriveSW.Properties.Resources.Edit_User_32;
            this.btnEditUser.Id = 32;
            this.btnEditUser.Name = "btnEditUser";
            this.btnEditUser.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem9.Text = "Edit User";
            toolTipItem6.LeftIndent = 6;
            toolTipItem6.Text = "Edits the selected user(s)";
            superToolTip6.Items.Add(toolTipTitleItem9);
            superToolTip6.Items.Add(toolTipItem6);
            this.btnEditUser.SuperTip = superToolTip6;
            this.btnEditUser.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnEditUser_ItemClick);
            // 
            // btnDeleteUser
            // 
            this.btnDeleteUser.Caption = "Delete User";
            this.btnDeleteUser.Glyph = global::ComDriveSW.Properties.Resources.Remove_User_32;
            this.btnDeleteUser.Id = 33;
            this.btnDeleteUser.Name = "btnDeleteUser";
            this.btnDeleteUser.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem10.Text = "Delete User";
            toolTipItem7.LeftIndent = 6;
            toolTipItem7.Text = "Archives the selected user(s)";
            superToolTip7.Items.Add(toolTipTitleItem10);
            superToolTip7.Items.Add(toolTipItem7);
            this.btnDeleteUser.SuperTip = superToolTip7;
            this.btnDeleteUser.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDeleteUser_ItemClick);
            // 
            // btnRefreshUsers
            // 
            this.btnRefreshUsers.Caption = "Refresh";
            this.btnRefreshUsers.Glyph = global::ComDriveSW.Properties.Resources.Refresh_321;
            this.btnRefreshUsers.Id = 34;
            this.btnRefreshUsers.Name = "btnRefreshUsers";
            this.btnRefreshUsers.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem11.Text = "Refresh";
            toolTipItem8.LeftIndent = 6;
            toolTipItem8.Text = "Reloads the list of active user(s)";
            superToolTip8.Items.Add(toolTipTitleItem11);
            superToolTip8.Items.Add(toolTipItem8);
            this.btnRefreshUsers.SuperTip = superToolTip8;
            this.btnRefreshUsers.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRefreshUsers_ItemClick);
            // 
            // btnUserProperties
            // 
            this.btnUserProperties.Caption = "Properties";
            this.btnUserProperties.Glyph = global::ComDriveSW.Properties.Resources.Show_Property_32;
            this.btnUserProperties.Id = 35;
            this.btnUserProperties.Name = "btnUserProperties";
            this.btnUserProperties.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem12.Text = "Properties";
            toolTipItem9.LeftIndent = 6;
            toolTipItem9.Text = "Shows the properties of the selected user(s)";
            superToolTip9.Items.Add(toolTipTitleItem12);
            superToolTip9.Items.Add(toolTipItem9);
            this.btnUserProperties.SuperTip = superToolTip9;
            this.btnUserProperties.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnUserProperties_ItemClick);
            // 
            // btnSendMessage
            // 
            this.btnSendMessage.Caption = "Send a Message";
            this.btnSendMessage.Glyph = global::ComDriveSW.Properties.Resources.Speech_Bubble_32;
            this.btnSendMessage.Id = 36;
            this.btnSendMessage.Name = "btnSendMessage";
            this.btnSendMessage.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnSendMessage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSendMessage_ItemClick);
            // 
            // btnSendFileTo
            // 
            this.btnSendFileTo.Caption = "Send File";
            this.btnSendFileTo.Glyph = global::ComDriveSW.Properties.Resources.Send_File_321;
            this.btnSendFileTo.Id = 37;
            this.btnSendFileTo.Name = "btnSendFileTo";
            this.btnSendFileTo.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            // 
            // btnAddtoClass
            // 
            this.btnAddtoClass.Caption = "Add to Class";
            this.btnAddtoClass.Id = 39;
            this.btnAddtoClass.Name = "btnAddtoClass";
            this.btnAddtoClass.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            // 
            // btnRemovefromClass
            // 
            this.btnRemovefromClass.Caption = "Remove from Class";
            this.btnRemovefromClass.Id = 40;
            this.btnRemovefromClass.Name = "btnRemovefromClass";
            this.btnRemovefromClass.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            // 
            // btnUserBin
            // 
            this.btnUserBin.Caption = "Bin";
            this.btnUserBin.Glyph = global::ComDriveSW.Properties.Resources.Recycle_Sign_32;
            this.btnUserBin.Id = 41;
            this.btnUserBin.Name = "btnUserBin";
            this.btnUserBin.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem13.Text = "Bin";
            toolTipItem10.LeftIndent = 6;
            toolTipItem10.Text = "Shows the list of archived user(s)";
            superToolTip10.Items.Add(toolTipTitleItem13);
            superToolTip10.Items.Add(toolTipItem10);
            this.btnUserBin.SuperTip = superToolTip10;
            this.btnUserBin.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnUserBin_ItemClick);
            // 
            // btnNewClass
            // 
            this.btnNewClass.Caption = "New Class";
            this.btnNewClass.Glyph = global::ComDriveSW.Properties.Resources.Class_add;
            this.btnNewClass.Id = 44;
            this.btnNewClass.Name = "btnNewClass";
            this.btnNewClass.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnNewClass.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnNewClass_ItemClick);
            // 
            // btnEditClass
            // 
            this.btnEditClass.Caption = "Edit Class";
            this.btnEditClass.Glyph = global::ComDriveSW.Properties.Resources.Class_edit;
            this.btnEditClass.Id = 45;
            this.btnEditClass.Name = "btnEditClass";
            this.btnEditClass.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnEditClass.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnEditClass_ItemClick);
            // 
            // btnDeleteClass
            // 
            this.btnDeleteClass.Caption = "Delete Class";
            this.btnDeleteClass.Glyph = global::ComDriveSW.Properties.Resources.Class_del;
            this.btnDeleteClass.Id = 46;
            this.btnDeleteClass.Name = "btnDeleteClass";
            this.btnDeleteClass.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnDeleteClass.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDeleteClass_ItemClick);
            // 
            // btnRefreshClass
            // 
            this.btnRefreshClass.Caption = "Refresh";
            this.btnRefreshClass.Glyph = global::ComDriveSW.Properties.Resources.Refresh_32;
            this.btnRefreshClass.Id = 47;
            this.btnRefreshClass.Name = "btnRefreshClass";
            this.btnRefreshClass.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnRefreshClass.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRefreshClass_ItemClick);
            // 
            // btnClassProperties
            // 
            this.btnClassProperties.Caption = "Properties";
            this.btnClassProperties.Glyph = global::ComDriveSW.Properties.Resources.Show_Property_32;
            this.btnClassProperties.Id = 48;
            this.btnClassProperties.Name = "btnClassProperties";
            this.btnClassProperties.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnClassProperties.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClassProperties_ItemClick);
            // 
            // btnClassBin
            // 
            this.btnClassBin.Caption = "Bin";
            this.btnClassBin.Glyph = global::ComDriveSW.Properties.Resources.Recycle_Sign_32;
            this.btnClassBin.Id = 49;
            this.btnClassBin.Name = "btnClassBin";
            this.btnClassBin.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnClassBin.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClassBin_ItemClick);
            // 
            // btnDeleteFile
            // 
            this.btnDeleteFile.Caption = "Delete";
            this.btnDeleteFile.Glyph = global::ComDriveSW.Properties.Resources.Delete_File_32;
            this.btnDeleteFile.Id = 51;
            this.btnDeleteFile.Name = "btnDeleteFile";
            this.btnDeleteFile.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem14.Text = "Delete";
            toolTipItem11.LeftIndent = 6;
            toolTipItem11.Text = "Archives the selected file(s)";
            toolTipTitleItem15.LeftIndent = 6;
            toolTipTitleItem15.Text = "Press DEL to delete";
            superToolTip11.Items.Add(toolTipTitleItem14);
            superToolTip11.Items.Add(toolTipItem11);
            superToolTip11.Items.Add(toolTipTitleItem15);
            this.btnDeleteFile.SuperTip = superToolTip11;
            this.btnDeleteFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDeleteFile_ItemClick);
            // 
            // btnOpenClass
            // 
            this.btnOpenClass.Caption = "Open";
            this.btnOpenClass.Glyph = global::ComDriveSW.Properties.Resources.External_Link_32;
            this.btnOpenClass.Id = 52;
            this.btnOpenClass.Name = "btnOpenClass";
            this.btnOpenClass.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem16.Text = "Open";
            toolTipItem12.LeftIndent = 6;
            toolTipItem12.Text = "Opens the selected class(es)";
            superToolTip12.Items.Add(toolTipTitleItem16);
            superToolTip12.Items.Add(toolTipItem12);
            this.btnOpenClass.SuperTip = superToolTip12;
            this.btnOpenClass.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnOpenClass_ItemClick);
            // 
            // btnMessage
            // 
            this.btnMessage.Caption = "Messages";
            this.btnMessage.Glyph = global::ComDriveSW.Properties.Resources.Message_32;
            this.btnMessage.Id = 53;
            this.btnMessage.Name = "btnMessage";
            this.btnMessage.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnMessage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnMessage_ItemClick);
            // 
            // btnMyAccount
            // 
            this.btnMyAccount.Caption = "My Account";
            this.btnMyAccount.Glyph = global::ComDriveSW.Properties.Resources.User_Menu_32;
            this.btnMyAccount.Id = 54;
            this.btnMyAccount.Name = "btnMyAccount";
            this.btnMyAccount.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnMyAccount.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
            // 
            // barToggleSwitchItemMasterSPlan
            // 
            this.barToggleSwitchItemMasterSPlan.Id = 55;
            this.barToggleSwitchItemMasterSPlan.Name = "barToggleSwitchItemMasterSPlan";
            this.barToggleSwitchItemMasterSPlan.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barToggleSwitchItemMasterSPlan_CheckedChanged);
            // 
            // btnUserFile
            // 
            this.btnUserFile.Caption = "View Files";
            this.btnUserFile.Glyph = global::ComDriveSW.Properties.Resources.File_32;
            this.btnUserFile.Id = 56;
            this.btnUserFile.Name = "btnUserFile";
            this.btnUserFile.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem17.Text = "View Files";
            toolTipItem13.LeftIndent = 6;
            toolTipItem13.Text = "Access the file(s) of the selected user(s)";
            superToolTip13.Items.Add(toolTipTitleItem17);
            superToolTip13.Items.Add(toolTipItem13);
            this.btnUserFile.SuperTip = superToolTip13;
            this.btnUserFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnUserFile_ItemClick);
            // 
            // btnResetPassword
            // 
            this.btnResetPassword.Caption = "Reset Password";
            this.btnResetPassword.Glyph = global::ComDriveSW.Properties.Resources.Password_321;
            this.btnResetPassword.Id = 57;
            this.btnResetPassword.Name = "btnResetPassword";
            this.btnResetPassword.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnResetPassword_ItemClick);
            // 
            // btnChangeTheme
            // 
            this.btnChangeTheme.Caption = "Change Theme";
            this.btnChangeTheme.Glyph = global::ComDriveSW.Properties.Resources.Template_32;
            this.btnChangeTheme.Id = 58;
            this.btnChangeTheme.Name = "btnChangeTheme";
            this.btnChangeTheme.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnChangeTheme_ItemClick);
            // 
            // btnReports
            // 
            this.btnReports.Caption = "Report selection";
            this.btnReports.Glyph = global::ComDriveSW.Properties.Resources.Print_32;
            this.btnReports.Id = 59;
            this.btnReports.Name = "btnReports";
            this.btnReports.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnReports.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnReports_ItemClick);
            // 
            // barToggleSwitchItemReg
            // 
            this.barToggleSwitchItemReg.Id = 63;
            this.barToggleSwitchItemReg.Name = "barToggleSwitchItemReg";
            this.barToggleSwitchItemReg.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barToggleSwitchItemReg_CheckedChanged);
            // 
            // btnUserConfig
            // 
            this.btnUserConfig.Caption = "Configuration";
            this.btnUserConfig.Glyph = global::ComDriveSW.Properties.Resources.Settings_3_32;
            this.btnUserConfig.Id = 64;
            this.btnUserConfig.Name = "btnUserConfig";
            this.btnUserConfig.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnUserConfig.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnUserConfig_ItemClick);
            // 
            // barToggleSwitchItem1
            // 
            this.barToggleSwitchItem1.Caption = "barToggleSwitchItem1";
            this.barToggleSwitchItem1.Id = 65;
            this.barToggleSwitchItem1.Name = "barToggleSwitchItem1";
            // 
            // barToggleSwitchItem2
            // 
            this.barToggleSwitchItem2.Caption = "barToggleSwitchItem2";
            this.barToggleSwitchItem2.Id = 67;
            this.barToggleSwitchItem2.Name = "barToggleSwitchItem2";
            // 
            // barToggleSwitchItemSeatPlan
            // 
            this.barToggleSwitchItemSeatPlan.Id = 79;
            this.barToggleSwitchItemSeatPlan.Name = "barToggleSwitchItemSeatPlan";
            this.barToggleSwitchItemSeatPlan.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barToggleSwitchItemSeatPlan_CheckedChanged);
            // 
            // ribbonPageHome
            // 
            this.ribbonPageHome.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroupHomeAccInfo,
            this.ribbonPageGroupHomeMessages});
            this.ribbonPageHome.Name = "ribbonPageHome";
            this.ribbonPageHome.Text = "Home";
            // 
            // ribbonPageGroupHomeAccInfo
            // 
            this.ribbonPageGroupHomeAccInfo.AllowTextClipping = false;
            this.ribbonPageGroupHomeAccInfo.ItemLinks.Add(this.btnMyAccount);
            this.ribbonPageGroupHomeAccInfo.Name = "ribbonPageGroupHomeAccInfo";
            this.ribbonPageGroupHomeAccInfo.ShowCaptionButton = false;
            this.ribbonPageGroupHomeAccInfo.Text = "Account";
            // 
            // ribbonPageGroupHomeMessages
            // 
            this.ribbonPageGroupHomeMessages.AllowTextClipping = false;
            this.ribbonPageGroupHomeMessages.ItemLinks.Add(this.btnMessage);
            this.ribbonPageGroupHomeMessages.Name = "ribbonPageGroupHomeMessages";
            this.ribbonPageGroupHomeMessages.ShowCaptionButton = false;
            this.ribbonPageGroupHomeMessages.Text = "Message";
            // 
            // ribbonPageFiles
            // 
            this.ribbonPageFiles.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroupFile,
            this.ribbonPageGroupManFile,
            this.ribbonPageGroupFileView,
            this.ribbonPageGroupFileBin});
            this.ribbonPageFiles.Name = "ribbonPageFiles";
            this.ribbonPageFiles.Text = "Files";
            // 
            // ribbonPageGroupFile
            // 
            this.ribbonPageGroupFile.AllowTextClipping = false;
            this.ribbonPageGroupFile.ItemLinks.Add(this.btnUpload);
            this.ribbonPageGroupFile.ItemLinks.Add(this.btnDownload);
            this.ribbonPageGroupFile.ItemLinks.Add(this.btnDeleteFile);
            this.ribbonPageGroupFile.Name = "ribbonPageGroupFile";
            this.ribbonPageGroupFile.ShowCaptionButton = false;
            this.ribbonPageGroupFile.Text = "File";
            // 
            // ribbonPageGroupManFile
            // 
            this.ribbonPageGroupManFile.AllowTextClipping = false;
            this.ribbonPageGroupManFile.ItemLinks.Add(this.btnRenameFiles);
            this.ribbonPageGroupManFile.Name = "ribbonPageGroupManFile";
            this.ribbonPageGroupManFile.ShowCaptionButton = false;
            this.ribbonPageGroupManFile.Text = "Manipulate";
            // 
            // ribbonPageGroupFileView
            // 
            this.ribbonPageGroupFileView.AllowTextClipping = false;
            this.ribbonPageGroupFileView.ItemLinks.Add(this.btnRefreshFiles);
            this.ribbonPageGroupFileView.Name = "ribbonPageGroupFileView";
            this.ribbonPageGroupFileView.ShowCaptionButton = false;
            this.ribbonPageGroupFileView.Text = "View";
            // 
            // ribbonPageGroupFileBin
            // 
            this.ribbonPageGroupFileBin.AllowTextClipping = false;
            this.ribbonPageGroupFileBin.ItemLinks.Add(this.btnFileBin);
            this.ribbonPageGroupFileBin.Name = "ribbonPageGroupFileBin";
            this.ribbonPageGroupFileBin.ShowCaptionButton = false;
            this.ribbonPageGroupFileBin.Text = "Bin";
            // 
            // ribbonPageUsers
            // 
            this.ribbonPageUsers.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroupUserManipulate,
            this.ribbonPageGroupUserView,
            this.ribbonPageGroupUserBin,
            this.ribbonPageGroupUserCommunicate,
            this.ribbonPageGroupUserFile,
            this.ribbonPageGroupReg,
            this.ribbonPageGroupSeatPlan,
            this.ribbonPageGroupUserConfig});
            this.ribbonPageUsers.Name = "ribbonPageUsers";
            this.ribbonPageUsers.Text = "Users";
            // 
            // ribbonPageGroupUserManipulate
            // 
            this.ribbonPageGroupUserManipulate.AllowTextClipping = false;
            this.ribbonPageGroupUserManipulate.ItemLinks.Add(this.btnAddUser);
            this.ribbonPageGroupUserManipulate.ItemLinks.Add(this.btnEditUser);
            this.ribbonPageGroupUserManipulate.ItemLinks.Add(this.btnDeleteUser);
            this.ribbonPageGroupUserManipulate.Name = "ribbonPageGroupUserManipulate";
            this.ribbonPageGroupUserManipulate.ShowCaptionButton = false;
            this.ribbonPageGroupUserManipulate.Text = "User";
            // 
            // ribbonPageGroupUserView
            // 
            this.ribbonPageGroupUserView.AllowTextClipping = false;
            this.ribbonPageGroupUserView.ItemLinks.Add(this.btnRefreshUsers);
            this.ribbonPageGroupUserView.ItemLinks.Add(this.btnUserProperties);
            this.ribbonPageGroupUserView.Name = "ribbonPageGroupUserView";
            this.ribbonPageGroupUserView.ShowCaptionButton = false;
            this.ribbonPageGroupUserView.Text = "View";
            // 
            // ribbonPageGroupUserBin
            // 
            this.ribbonPageGroupUserBin.AllowTextClipping = false;
            this.ribbonPageGroupUserBin.ItemLinks.Add(this.btnUserBin);
            this.ribbonPageGroupUserBin.Name = "ribbonPageGroupUserBin";
            this.ribbonPageGroupUserBin.ShowCaptionButton = false;
            this.ribbonPageGroupUserBin.Text = "Bin";
            // 
            // ribbonPageGroupUserCommunicate
            // 
            this.ribbonPageGroupUserCommunicate.AllowTextClipping = false;
            this.ribbonPageGroupUserCommunicate.ItemLinks.Add(this.btnSendMessage);
            this.ribbonPageGroupUserCommunicate.Name = "ribbonPageGroupUserCommunicate";
            this.ribbonPageGroupUserCommunicate.ShowCaptionButton = false;
            this.ribbonPageGroupUserCommunicate.Text = "Communicate";
            // 
            // ribbonPageGroupUserFile
            // 
            this.ribbonPageGroupUserFile.AllowTextClipping = false;
            this.ribbonPageGroupUserFile.ItemLinks.Add(this.btnUserFile);
            this.ribbonPageGroupUserFile.Name = "ribbonPageGroupUserFile";
            this.ribbonPageGroupUserFile.ShowCaptionButton = false;
            this.ribbonPageGroupUserFile.Text = "User File";
            // 
            // ribbonPageGroupReg
            // 
            this.ribbonPageGroupReg.AllowTextClipping = false;
            this.ribbonPageGroupReg.ItemLinks.Add(this.barToggleSwitchItemReg);
            this.ribbonPageGroupReg.Name = "ribbonPageGroupReg";
            this.ribbonPageGroupReg.ShowCaptionButton = false;
            this.ribbonPageGroupReg.Text = "Registration";
            // 
            // ribbonPageGroupSeatPlan
            // 
            this.ribbonPageGroupSeatPlan.AllowTextClipping = false;
            this.ribbonPageGroupSeatPlan.ItemLinks.Add(this.barToggleSwitchItemSeatPlan);
            this.ribbonPageGroupSeatPlan.Name = "ribbonPageGroupSeatPlan";
            this.ribbonPageGroupSeatPlan.ShowCaptionButton = false;
            this.ribbonPageGroupSeatPlan.Text = "Seat Plan";
            // 
            // ribbonPageGroupUserConfig
            // 
            this.ribbonPageGroupUserConfig.AllowTextClipping = false;
            this.ribbonPageGroupUserConfig.ItemLinks.Add(this.btnUserConfig, true);
            this.ribbonPageGroupUserConfig.Name = "ribbonPageGroupUserConfig";
            this.ribbonPageGroupUserConfig.ShowCaptionButton = false;
            this.ribbonPageGroupUserConfig.Text = "More Settings";
            // 
            // ribbonPageClass
            // 
            this.ribbonPageClass.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroupClassManipulate,
            this.ribbonPageGroupClassView,
            this.ribbonPageGroupClassBin});
            this.ribbonPageClass.Name = "ribbonPageClass";
            this.ribbonPageClass.Text = "Class";
            // 
            // ribbonPageGroupClassManipulate
            // 
            this.ribbonPageGroupClassManipulate.AllowTextClipping = false;
            this.ribbonPageGroupClassManipulate.ItemLinks.Add(this.btnNewClass);
            this.ribbonPageGroupClassManipulate.ItemLinks.Add(this.btnEditClass);
            this.ribbonPageGroupClassManipulate.ItemLinks.Add(this.btnDeleteClass);
            this.ribbonPageGroupClassManipulate.Name = "ribbonPageGroupClassManipulate";
            this.ribbonPageGroupClassManipulate.ShowCaptionButton = false;
            this.ribbonPageGroupClassManipulate.Text = "Class";
            // 
            // ribbonPageGroupClassView
            // 
            this.ribbonPageGroupClassView.AllowTextClipping = false;
            this.ribbonPageGroupClassView.ItemLinks.Add(this.btnOpenClass);
            this.ribbonPageGroupClassView.ItemLinks.Add(this.btnRefreshClass);
            this.ribbonPageGroupClassView.ItemLinks.Add(this.btnClassProperties);
            this.ribbonPageGroupClassView.Name = "ribbonPageGroupClassView";
            this.ribbonPageGroupClassView.ShowCaptionButton = false;
            this.ribbonPageGroupClassView.Text = "View";
            // 
            // ribbonPageGroupClassBin
            // 
            this.ribbonPageGroupClassBin.AllowTextClipping = false;
            this.ribbonPageGroupClassBin.ItemLinks.Add(this.btnClassBin);
            this.ribbonPageGroupClassBin.Name = "ribbonPageGroupClassBin";
            this.ribbonPageGroupClassBin.ShowCaptionButton = false;
            this.ribbonPageGroupClassBin.Text = "Bin";
            // 
            // ribbonPageReports
            // 
            this.ribbonPageReports.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroupReport});
            this.ribbonPageReports.Name = "ribbonPageReports";
            this.ribbonPageReports.Text = "Reports";
            // 
            // ribbonPageGroupReport
            // 
            this.ribbonPageGroupReport.AllowTextClipping = false;
            this.ribbonPageGroupReport.ItemLinks.Add(this.btnReports);
            this.ribbonPageGroupReport.Name = "ribbonPageGroupReport";
            this.ribbonPageGroupReport.ShowCaptionButton = false;
            this.ribbonPageGroupReport.Text = "Report";
            // 
            // ribbonStatusBarMain
            // 
            this.ribbonStatusBarMain.ItemLinks.Add(this.lblName);
            this.ribbonStatusBarMain.ItemLinks.Add(this.lblNameVal);
            this.ribbonStatusBarMain.Location = new System.Drawing.Point(0, 484);
            this.ribbonStatusBarMain.Name = "ribbonStatusBarMain";
            this.ribbonStatusBarMain.Ribbon = this.ribbonControlMain;
            this.ribbonStatusBarMain.Size = new System.Drawing.Size(882, 27);
            // 
            // popupMenuFiles
            // 
            this.popupMenuFiles.ItemLinks.Add(this.btnRefreshFiles, true);
            this.popupMenuFiles.ItemLinks.Add(this.btnUpload, true);
            this.popupMenuFiles.ItemLinks.Add(this.btnDownload);
            this.popupMenuFiles.ItemLinks.Add(this.btnRenameFiles, true);
            this.popupMenuFiles.Name = "popupMenuFiles";
            this.popupMenuFiles.Ribbon = this.ribbonControlMain;
            // 
            // panelControlMain
            // 
            this.panelControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControlMain.Location = new System.Drawing.Point(0, 141);
            this.panelControlMain.Name = "panelControlMain";
            this.panelControlMain.Size = new System.Drawing.Size(882, 343);
            this.panelControlMain.TabIndex = 3;
            // 
            // transitionManagerMain
            // 
            transition1.Control = null;
            slideFadeTransition1.Parameters.Background = System.Drawing.Color.Empty;
            transition1.TransitionType = slideFadeTransition1;
            this.transitionManagerMain.Transitions.Add(transition1);
            // 
            // openFileDialogMain
            // 
            this.openFileDialogMain.Multiselect = true;
            this.openFileDialogMain.Title = "Select the file(s) to upload";
            // 
            // ribbonPageGroupClass
            // 
            this.ribbonPageGroupClass.AllowTextClipping = false;
            this.ribbonPageGroupClass.ItemLinks.Add(this.btnAddtoClass);
            this.ribbonPageGroupClass.ItemLinks.Add(this.btnRemovefromClass);
            this.ribbonPageGroupClass.Name = "ribbonPageGroupClass";
            this.ribbonPageGroupClass.ShowCaptionButton = false;
            this.ribbonPageGroupClass.Text = "Class";
            // 
            // timerIDetector
            // 
            this.timerIDetector.Interval = 1000;
            this.timerIDetector.Tick += new System.EventHandler(this.timerIDetector_Tick);
            // 
            // popupMenuUsers
            // 
            this.popupMenuUsers.ItemLinks.Add(this.btnRefreshUsers);
            this.popupMenuUsers.ItemLinks.Add(this.btnAddUser, true);
            this.popupMenuUsers.ItemLinks.Add(this.btnEditUser);
            this.popupMenuUsers.ItemLinks.Add(this.btnDeleteUser);
            this.popupMenuUsers.ItemLinks.Add(this.btnUserProperties, true);
            this.popupMenuUsers.ItemLinks.Add(this.btnResetPassword, true);
            this.popupMenuUsers.ItemLinks.Add(this.btnChangeTheme);
            this.popupMenuUsers.Name = "popupMenuUsers";
            this.popupMenuUsers.Ribbon = this.ribbonControlMain;
            // 
            // alertControlMain
            // 
            this.alertControlMain.FormDisplaySpeed = DevExpress.XtraBars.Alerter.AlertFormDisplaySpeed.Fast;
            this.alertControlMain.FormMaxCount = 5;
            this.alertControlMain.ShowPinButton = false;
            this.alertControlMain.ShowToolTips = false;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(387, 12);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 6;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click_1);
            // 
            // frmMain
            // 
            this.AllowDrop = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(882, 511);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.panelControlMain);
            this.Controls.Add(this.ribbonStatusBarMain);
            this.Controls.Add(this.ribbonControlMain);
            this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.None;
            this.Name = "frmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "ComDrive";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.DragDrop += new System.Windows.Forms.DragEventHandler(this.frmMain_DragDrop);
            this.DragEnter += new System.Windows.Forms.DragEventHandler(this.frmMain_DragEnter);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControlMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.applicationMenuMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenuFiles)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControlMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenuUsers)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #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();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1                = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode2                = new DevExpress.XtraGrid.GridLevelNode();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(Main2));
     DevExpress.Utils.Animation.Transition          transition1      = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.Animation.ClockTransition     clockTransition1 = new DevExpress.Utils.Animation.ClockTransition();
     this.gridView2                    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colname_file                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNote2                     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colprikr_file                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coldate_prikr                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridControl1                 = new DevExpress.XtraGrid.GridControl();
     this.contextMenuStrip2            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2           = new System.Windows.Forms.ToolStripMenuItem();
     this.polinstructionsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.deloDataSet1                 = new delo.deloDataSet();
     this.gridView1                    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colid                                          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNazvanie                                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coldata_sost                                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colnote                                        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coltip                                         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colid_slujbi1                                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coldel1                                        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coluser_id                                     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsysdate                                     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsoglas                                      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colutverj                                      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colnach_pto                                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridView4                                      = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colname_file1                                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNote3                                       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coldate_prikr1                                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colprikr_file1                                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridControl2                                   = new DevExpress.XtraGrid.GridControl();
     this.contextMenuStrip3                              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem3                             = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4                             = new System.Windows.Forms.ToolStripMenuItem();
     this.polinstructionsBindingSource1                  = new System.Windows.Forms.BindingSource(this.components);
     this.gridView3                                      = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colid1                                         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNazvanie1                                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coldata_sost1                                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colnote1                                       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coltip1                                        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colid_slujbi2                                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coldel2                                        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coluser_id1                                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsysdate1                                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsoglas1                                     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colutverj1                                     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colnach_pto1                                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.treeList1                                      = new DevExpress.XtraTreeList.TreeList();
     this.colnazv_slujbi                                 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colchek                                        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colvrem_check                                  = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colvrem_note                                   = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.coldate_ispol                                  = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colkode_severelectro                           = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colstatus_doc                                  = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.coldel                                         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colid_slujbi                                   = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.contextMenuStrip1                              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.добавитьПоложениеToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.удалитьПоложениеИлиИнструкциюToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.spr_slujbiTableAdapter1                        = new delo.deloDataSetTableAdapters.spr_slujbiTableAdapter();
     this.BSslujba                                       = new System.Windows.Forms.BindingSource(this.components);
     this.xtraTabControl1                                = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1                                   = new DevExpress.XtraTab.XtraTabPage();
     this.xtraTabPage2                                   = new DevExpress.XtraTab.XtraTabPage();
     this.pol_instructionsTableAdapter                   = new delo.deloDataSetTableAdapters.pol_instructionsTableAdapter();
     this.doc_pol_ins_fileBindingSource                  = new System.Windows.Forms.BindingSource(this.components);
     this.doc_pol_ins_fileTableAdapter                   = new delo.deloDataSetTableAdapters.doc_pol_ins_fileTableAdapter();
     this.tableAdapterManager                            = new delo.deloDataSetTableAdapters.TableAdapterManager();
     this.windowsUIButtonPanel1                          = new DevExpress.XtraBars.Docking2010.WindowsUIButtonPanel();
     this.transitionManager1                             = new DevExpress.Utils.Animation.TransitionManager();
     this.queriesTableAdapter1                           = new delo.deloDataSetTableAdapters.QueriesTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     this.contextMenuStrip2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.polinstructionsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deloDataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
     this.contextMenuStrip3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.polinstructionsBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BSslujba)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.doc_pol_ins_fileBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colname_file,
         this.colNote2,
         this.colprikr_file,
         this.coldate_prikr
     });
     this.gridView2.GridControl = this.gridControl1;
     this.gridView2.Name        = "gridView2";
     this.gridView2.OptionsBehavior.Editable   = false;
     this.gridView2.OptionsView.ShowGroupPanel = false;
     this.gridView2.DoubleClick += new System.EventHandler(this.gridView2_DoubleClick);
     //
     // colname_file
     //
     this.colname_file.Caption   = "Название файла";
     this.colname_file.FieldName = "name_file";
     this.colname_file.Name      = "colname_file";
     this.colname_file.OptionsColumn.ReadOnly = true;
     this.colname_file.Visible      = true;
     this.colname_file.VisibleIndex = 0;
     //
     // colNote2
     //
     this.colNote2.Caption   = "Примечание";
     this.colNote2.FieldName = "Note";
     this.colNote2.Name      = "colNote2";
     this.colNote2.OptionsColumn.ReadOnly = true;
     this.colNote2.Visible      = true;
     this.colNote2.VisibleIndex = 1;
     //
     // colprikr_file
     //
     this.colprikr_file.Caption   = "Файл";
     this.colprikr_file.FieldName = "prikr_file";
     this.colprikr_file.Name      = "colprikr_file";
     this.colprikr_file.OptionsColumn.ReadOnly = true;
     //
     // coldate_prikr
     //
     this.coldate_prikr.Caption   = "Дата прикрепления";
     this.coldate_prikr.FieldName = "date_prikr";
     this.coldate_prikr.Name      = "coldate_prikr";
     this.coldate_prikr.OptionsColumn.ReadOnly = true;
     this.coldate_prikr.Visible      = true;
     this.coldate_prikr.VisibleIndex = 2;
     //
     // gridControl1
     //
     this.gridControl1.ContextMenuStrip = this.contextMenuStrip2;
     this.gridControl1.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridControl1.DataSource       = this.polinstructionsBindingSource;
     this.gridControl1.Dock             = System.Windows.Forms.DockStyle.Fill;
     gridLevelNode1.LevelTemplate       = this.gridView2;
     gridLevelNode1.RelationName        = "Файлы";
     this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode1
     });
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(539, 509);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1,
         this.gridView2
     });
     this.gridControl1.Click += new System.EventHandler(this.gridControl1_Click);
     //
     // contextMenuStrip2
     //
     this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.toolStripMenuItem2
     });
     this.contextMenuStrip2.Name = "contextMenuStrip1";
     this.contextMenuStrip2.Size = new System.Drawing.Size(185, 48);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name   = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size   = new System.Drawing.Size(184, 22);
     this.toolStripMenuItem1.Text   = "Удалить положение";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(184, 22);
     //
     // polinstructionsBindingSource
     //
     this.polinstructionsBindingSource.DataMember          = "pol_instructions";
     this.polinstructionsBindingSource.DataSource          = this.deloDataSet1;
     this.polinstructionsBindingSource.CurrentItemChanged += new System.EventHandler(this.polinstructionsBindingSource_CurrentItemChanged);
     //
     // deloDataSet1
     //
     this.deloDataSet1.DataSetName             = "deloDataSet";
     this.deloDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colid,
         this.colNazvanie,
         this.coldata_sost,
         this.colnote,
         this.coltip,
         this.colid_slujbi1,
         this.coldel1,
         this.coluser_id,
         this.colsysdate,
         this.colsoglas,
         this.colutverj,
         this.colnach_pto
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable   = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // colid
     //
     this.colid.FieldName = "id";
     this.colid.Name      = "colid";
     this.colid.OptionsColumn.ReadOnly = true;
     //
     // colNazvanie
     //
     this.colNazvanie.Caption   = "Название";
     this.colNazvanie.FieldName = "Nazvanie";
     this.colNazvanie.Name      = "colNazvanie";
     this.colNazvanie.OptionsColumn.ReadOnly = true;
     this.colNazvanie.Visible      = true;
     this.colNazvanie.VisibleIndex = 0;
     this.colNazvanie.Width        = 106;
     //
     // coldata_sost
     //
     this.coldata_sost.Caption   = "Дата составления";
     this.coldata_sost.FieldName = "data_sost";
     this.coldata_sost.Name      = "coldata_sost";
     this.coldata_sost.OptionsColumn.ReadOnly = true;
     this.coldata_sost.Visible      = true;
     this.coldata_sost.VisibleIndex = 1;
     this.coldata_sost.Width        = 78;
     //
     // colnote
     //
     this.colnote.Caption   = "Примечание";
     this.colnote.FieldName = "note";
     this.colnote.Name      = "colnote";
     this.colnote.OptionsColumn.ReadOnly = true;
     this.colnote.Visible      = true;
     this.colnote.VisibleIndex = 5;
     this.colnote.Width        = 65;
     //
     // coltip
     //
     this.coltip.FieldName = "tip";
     this.coltip.Name      = "coltip";
     this.coltip.OptionsColumn.ReadOnly = true;
     //
     // colid_slujbi1
     //
     this.colid_slujbi1.FieldName = "id_slujbi";
     this.colid_slujbi1.Name      = "colid_slujbi1";
     this.colid_slujbi1.OptionsColumn.ReadOnly = true;
     //
     // coldel1
     //
     this.coldel1.FieldName = "del";
     this.coldel1.Name      = "coldel1";
     this.coldel1.OptionsColumn.ReadOnly = true;
     //
     // coluser_id
     //
     this.coluser_id.FieldName = "user_id";
     this.coluser_id.Name      = "coluser_id";
     this.coluser_id.OptionsColumn.ReadOnly = true;
     //
     // colsysdate
     //
     this.colsysdate.FieldName = "sysdate";
     this.colsysdate.Name      = "colsysdate";
     this.colsysdate.OptionsColumn.ReadOnly = true;
     //
     // colsoglas
     //
     this.colsoglas.Caption   = "Согласовано";
     this.colsoglas.FieldName = "soglas";
     this.colsoglas.Name      = "colsoglas";
     this.colsoglas.OptionsColumn.ReadOnly = true;
     this.colsoglas.Visible      = true;
     this.colsoglas.VisibleIndex = 3;
     this.colsoglas.Width        = 78;
     //
     // colutverj
     //
     this.colutverj.Caption   = "Утверждено";
     this.colutverj.FieldName = "utverj";
     this.colutverj.Name      = "colutverj";
     this.colutverj.OptionsColumn.ReadOnly = true;
     this.colutverj.Visible      = true;
     this.colutverj.VisibleIndex = 2;
     this.colutverj.Width        = 78;
     //
     // colnach_pto
     //
     this.colnach_pto.Caption   = "Начальник ПТО";
     this.colnach_pto.FieldName = "nach_pto";
     this.colnach_pto.Name      = "colnach_pto";
     this.colnach_pto.OptionsColumn.ReadOnly = true;
     this.colnach_pto.Visible      = true;
     this.colnach_pto.VisibleIndex = 4;
     this.colnach_pto.Width        = 95;
     //
     // gridView4
     //
     this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colname_file1,
         this.colNote3,
         this.coldate_prikr1,
         this.colprikr_file1
     });
     this.gridView4.GridControl = this.gridControl2;
     this.gridView4.Name        = "gridView4";
     this.gridView4.OptionsBehavior.Editable   = false;
     this.gridView4.OptionsView.ShowGroupPanel = false;
     this.gridView4.DoubleClick += new System.EventHandler(this.gridView4_DoubleClick);
     //
     // colname_file1
     //
     this.colname_file1.Caption   = "Название файла";
     this.colname_file1.FieldName = "name_file";
     this.colname_file1.Name      = "colname_file1";
     this.colname_file1.OptionsColumn.ReadOnly = true;
     this.colname_file1.Visible      = true;
     this.colname_file1.VisibleIndex = 0;
     this.colname_file1.Width        = 109;
     //
     // colNote3
     //
     this.colNote3.Caption   = "Примечание";
     this.colNote3.FieldName = "Note";
     this.colNote3.Name      = "colNote3";
     this.colNote3.OptionsColumn.ReadOnly = true;
     this.colNote3.Visible      = true;
     this.colNote3.VisibleIndex = 1;
     this.colNote3.Width        = 96;
     //
     // coldate_prikr1
     //
     this.coldate_prikr1.Caption   = "Дата прикреп.";
     this.coldate_prikr1.FieldName = "date_prikr";
     this.coldate_prikr1.Name      = "coldate_prikr1";
     this.coldate_prikr1.OptionsColumn.ReadOnly = true;
     this.coldate_prikr1.Visible      = true;
     this.coldate_prikr1.VisibleIndex = 2;
     this.coldate_prikr1.Width        = 1107;
     //
     // colprikr_file1
     //
     this.colprikr_file1.FieldName = "prikr_file";
     this.colprikr_file1.Name      = "colprikr_file1";
     //
     // gridControl2
     //
     this.gridControl2.ContextMenuStrip = this.contextMenuStrip3;
     this.gridControl2.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridControl2.DataSource       = this.polinstructionsBindingSource1;
     this.gridControl2.Dock             = System.Windows.Forms.DockStyle.Fill;
     gridLevelNode2.LevelTemplate       = this.gridView4;
     gridLevelNode2.RelationName        = "Файлы";
     this.gridControl2.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode2
     });
     this.gridControl2.Location = new System.Drawing.Point(0, 0);
     this.gridControl2.MainView = this.gridView3;
     this.gridControl2.Name     = "gridControl2";
     this.gridControl2.Size     = new System.Drawing.Size(539, 511);
     this.gridControl2.TabIndex = 0;
     this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView3,
         this.gridView4
     });
     //
     // contextMenuStrip3
     //
     this.contextMenuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem3,
         this.toolStripMenuItem4
     });
     this.contextMenuStrip3.Name = "contextMenuStrip1";
     this.contextMenuStrip3.Size = new System.Drawing.Size(190, 48);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name   = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size   = new System.Drawing.Size(189, 22);
     this.toolStripMenuItem3.Text   = "Удалить инструкцию";
     this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(189, 22);
     //
     // polinstructionsBindingSource1
     //
     this.polinstructionsBindingSource1.DataMember          = "pol_instructions";
     this.polinstructionsBindingSource1.DataSource          = this.deloDataSet1;
     this.polinstructionsBindingSource1.CurrentItemChanged += new System.EventHandler(this.polinstructionsBindingSource1_CurrentItemChanged);
     //
     // gridView3
     //
     this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colid1,
         this.colNazvanie1,
         this.coldata_sost1,
         this.colnote1,
         this.coltip1,
         this.colid_slujbi2,
         this.coldel2,
         this.coluser_id1,
         this.colsysdate1,
         this.colsoglas1,
         this.colutverj1,
         this.colnach_pto1
     });
     this.gridView3.GridControl = this.gridControl2;
     this.gridView3.Name        = "gridView3";
     this.gridView3.OptionsBehavior.Editable   = false;
     this.gridView3.OptionsView.ShowGroupPanel = false;
     //
     // colid1
     //
     this.colid1.FieldName = "id";
     this.colid1.Name      = "colid1";
     this.colid1.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.True;
     this.colid1.OptionsColumn.ReadOnly  = true;
     //
     // colNazvanie1
     //
     this.colNazvanie1.Caption   = "Название";
     this.colNazvanie1.FieldName = "Nazvanie";
     this.colNazvanie1.Name      = "colNazvanie1";
     this.colNazvanie1.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.True;
     this.colNazvanie1.Visible      = true;
     this.colNazvanie1.VisibleIndex = 0;
     this.colNazvanie1.Width        = 115;
     //
     // coldata_sost1
     //
     this.coldata_sost1.Caption   = "Дата сост.";
     this.coldata_sost1.FieldName = "data_sost";
     this.coldata_sost1.Name      = "coldata_sost1";
     this.coldata_sost1.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.True;
     this.coldata_sost1.Visible      = true;
     this.coldata_sost1.VisibleIndex = 1;
     this.coldata_sost1.Width        = 71;
     //
     // colnote1
     //
     this.colnote1.Caption   = "Примечание";
     this.colnote1.FieldName = "note";
     this.colnote1.Name      = "colnote1";
     this.colnote1.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.True;
     this.colnote1.Visible      = true;
     this.colnote1.VisibleIndex = 5;
     this.colnote1.Width        = 83;
     //
     // coltip1
     //
     this.coltip1.FieldName = "tip";
     this.coltip1.Name      = "coltip1";
     this.coltip1.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.True;
     //
     // colid_slujbi2
     //
     this.colid_slujbi2.FieldName = "id_slujbi";
     this.colid_slujbi2.Name      = "colid_slujbi2";
     this.colid_slujbi2.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.True;
     //
     // coldel2
     //
     this.coldel2.FieldName = "del";
     this.coldel2.Name      = "coldel2";
     this.coldel2.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.True;
     //
     // coluser_id1
     //
     this.coluser_id1.FieldName = "user_id";
     this.coluser_id1.Name      = "coluser_id1";
     this.coluser_id1.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.True;
     //
     // colsysdate1
     //
     this.colsysdate1.FieldName = "sysdate";
     this.colsysdate1.Name      = "colsysdate1";
     this.colsysdate1.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.True;
     //
     // colsoglas1
     //
     this.colsoglas1.Caption   = "Согласовано";
     this.colsoglas1.FieldName = "soglas";
     this.colsoglas1.Name      = "colsoglas1";
     this.colsoglas1.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.True;
     this.colsoglas1.Visible      = true;
     this.colsoglas1.VisibleIndex = 3;
     this.colsoglas1.Width        = 74;
     //
     // colutverj1
     //
     this.colutverj1.Caption   = "Утверждено";
     this.colutverj1.FieldName = "utverj";
     this.colutverj1.Name      = "colutverj1";
     this.colutverj1.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.True;
     this.colutverj1.Visible      = true;
     this.colutverj1.VisibleIndex = 2;
     this.colutverj1.Width        = 74;
     //
     // colnach_pto1
     //
     this.colnach_pto1.Caption   = "Начальник ПТО";
     this.colnach_pto1.FieldName = "nach_pto";
     this.colnach_pto1.Name      = "colnach_pto1";
     this.colnach_pto1.OptionsColumn.Printable = DevExpress.Utils.DefaultBoolean.True;
     this.colnach_pto1.Visible      = true;
     this.colnach_pto1.VisibleIndex = 4;
     this.colnach_pto1.Width        = 83;
     //
     // treeList1
     //
     this.treeList1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.colnazv_slujbi,
         this.colchek,
         this.colvrem_check,
         this.colvrem_note,
         this.coldate_ispol,
         this.colkode_severelectro,
         this.colstatus_doc,
         this.coldel,
         this.colid_slujbi
     });
     this.treeList1.ContextMenuStrip         = this.contextMenuStrip1;
     this.treeList1.DataMember               = "spr_slujbi";
     this.treeList1.DataSource               = this.deloDataSet1;
     this.treeList1.KeyFieldName             = "id_slujbi";
     this.treeList1.Location                 = new System.Drawing.Point(0, 0);
     this.treeList1.Name                     = "treeList1";
     this.treeList1.OptionsBehavior.Editable = false;
     this.treeList1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.treeList1.ParentFieldName = "id_zavis";
     this.treeList1.Size            = new System.Drawing.Size(350, 607);
     this.treeList1.TabIndex        = 0;
     this.treeList1.AfterFocusNode += new DevExpress.XtraTreeList.NodeEventHandler(this.treeList1_AfterFocusNode);
     //
     // colnazv_slujbi
     //
     this.colnazv_slujbi.Caption      = "Название службы";
     this.colnazv_slujbi.FieldName    = "nazv_slujbi";
     this.colnazv_slujbi.Name         = "colnazv_slujbi";
     this.colnazv_slujbi.Visible      = true;
     this.colnazv_slujbi.VisibleIndex = 0;
     this.colnazv_slujbi.Width        = 47;
     //
     // colchek
     //
     this.colchek.FieldName = "chek";
     this.colchek.Name      = "colchek";
     this.colchek.Width     = 47;
     //
     // colvrem_check
     //
     this.colvrem_check.FieldName = "vrem_check";
     this.colvrem_check.Name      = "colvrem_check";
     this.colvrem_check.Width     = 48;
     //
     // colvrem_note
     //
     this.colvrem_note.FieldName = "vrem_note";
     this.colvrem_note.Name      = "colvrem_note";
     this.colvrem_note.Width     = 48;
     //
     // coldate_ispol
     //
     this.coldate_ispol.FieldName = "date_ispol";
     this.coldate_ispol.Name      = "coldate_ispol";
     this.coldate_ispol.Width     = 48;
     //
     // colkode_severelectro
     //
     this.colkode_severelectro.FieldName = "kode_severelectro";
     this.colkode_severelectro.Name      = "colkode_severelectro";
     this.colkode_severelectro.Width     = 48;
     //
     // colstatus_doc
     //
     this.colstatus_doc.FieldName = "status_doc";
     this.colstatus_doc.Name      = "colstatus_doc";
     this.colstatus_doc.Width     = 48;
     //
     // coldel
     //
     this.coldel.FieldName = "del";
     this.coldel.Name      = "coldel";
     this.coldel.Width     = 48;
     //
     // colid_slujbi
     //
     this.colid_slujbi.FieldName = "id_slujbi";
     this.colid_slujbi.Name      = "colid_slujbi";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.добавитьПоложениеToolStripMenuItem,
         this.удалитьПоложениеИлиИнструкциюToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(288, 48);
     //
     // добавитьПоложениеToolStripMenuItem
     //
     this.добавитьПоложениеToolStripMenuItem.Name   = "добавитьПоложениеToolStripMenuItem";
     this.добавитьПоложениеToolStripMenuItem.Size   = new System.Drawing.Size(287, 22);
     this.добавитьПоложениеToolStripMenuItem.Text   = "Добавить положение или инструкцию";
     this.добавитьПоложениеToolStripMenuItem.Click += new System.EventHandler(this.добавитьПоложениеToolStripMenuItem_Click);
     //
     // удалитьПоложениеИлиИнструкциюToolStripMenuItem
     //
     this.удалитьПоложениеИлиИнструкциюToolStripMenuItem.Name   = "удалитьПоложениеИлиИнструкциюToolStripMenuItem";
     this.удалитьПоложениеИлиИнструкциюToolStripMenuItem.Size   = new System.Drawing.Size(287, 22);
     this.удалитьПоложениеИлиИнструкциюToolStripMenuItem.Click += new System.EventHandler(this.удалитьПоложениеИлиИнструкциюToolStripMenuItem_Click);
     //
     // spr_slujbiTableAdapter1
     //
     this.spr_slujbiTableAdapter1.ClearBeforeFill = true;
     //
     // BSslujba
     //
     this.BSslujba.DataMember = "spr_slujbi";
     this.BSslujba.DataSource = this.deloDataSet1;
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.xtraTabControl1.Location        = new System.Drawing.Point(356, 70);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size            = new System.Drawing.Size(545, 537);
     this.xtraTabControl1.TabIndex        = 1;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1,
         this.xtraTabPage2
     });
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.gridControl1);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(539, 509);
     this.xtraTabPage1.Text = "Положения";
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.gridControl2);
     this.xtraTabPage2.Name        = "xtraTabPage2";
     this.xtraTabPage2.PageVisible = false;
     this.xtraTabPage2.Size        = new System.Drawing.Size(539, 511);
     this.xtraTabPage2.Text        = "Инструкции";
     //
     // pol_instructionsTableAdapter
     //
     this.pol_instructionsTableAdapter.ClearBeforeFill = true;
     //
     // doc_pol_ins_fileBindingSource
     //
     this.doc_pol_ins_fileBindingSource.DataMember          = "doc_pol_ins_file";
     this.doc_pol_ins_fileBindingSource.DataSource          = this.deloDataSet1;
     this.doc_pol_ins_fileBindingSource.CurrentItemChanged += new System.EventHandler(this.doc_pol_ins_fileBindingSource_CurrentItemChanged);
     //
     // doc_pol_ins_fileTableAdapter
     //
     this.doc_pol_ins_fileTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager._Reference71TableAdapter     = null;
     this.tableAdapterManager.BackupDataSetBeforeUpdate    = false;
     this.tableAdapterManager.doc_pol_ins_fileTableAdapter = null;
     this.tableAdapterManager.documentTableAdapter         = null;
     this.tableAdapterManager.dop_soglTableAdapter         = null;
     this.tableAdapterManager.kom_udostovTableAdapter      = null;
     this.tableAdapterManager.otv_prikrep_fileTableAdapter = null;
     this.tableAdapterManager.pol_instructionsTableAdapter = this.pol_instructionsTableAdapter;
     this.tableAdapterManager.spr_docTableAdapter          = null;
     this.tableAdapterManager.spr_doljnosteiTableAdapter   = null;
     this.tableAdapterManager.spr_org_rukTableAdapter      = null;
     this.tableAdapterManager.spr_orgTableAdapter          = null;
     this.tableAdapterManager.spr_vidov_slujbiTableAdapter = null;
     this.tableAdapterManager.UpdateOrder = delo.deloDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     this.tableAdapterManager.users_programmTableAdapter = null;
     //
     // windowsUIButtonPanel1
     //
     this.windowsUIButtonPanel1.ButtonInterval = 50;
     this.windowsUIButtonPanel1.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
         new DevExpress.XtraBars.Docking2010.WindowsUIButton("Положения", ((System.Drawing.Image)(resources.GetObject("windowsUIButtonPanel1.Buttons"))), -1, DevExpress.XtraBars.Docking2010.ButtonStyle.CheckButton, -1),
         new DevExpress.XtraBars.Docking2010.WindowsUIButton("Иструкции", ((System.Drawing.Image)(resources.GetObject("windowsUIButtonPanel1.Buttons1"))), -1, DevExpress.XtraBars.Docking2010.ButtonStyle.CheckButton, -1)
     });
     this.windowsUIButtonPanel1.Location       = new System.Drawing.Point(357, 3);
     this.windowsUIButtonPanel1.Name           = "windowsUIButtonPanel1";
     this.windowsUIButtonPanel1.Size           = new System.Drawing.Size(253, 61);
     this.windowsUIButtonPanel1.TabIndex       = 2;
     this.windowsUIButtonPanel1.Text           = "windowsUIButtonPanel1";
     this.windowsUIButtonPanel1.ButtonChecked += new DevExpress.XtraBars.Docking2010.ButtonEventHandler(this.windowsUIButtonPanel1_ButtonChecked);
     //
     // transitionManager1
     //
     transition1.Control = null;
     transition1.ShowWaitingIndicator        = DevExpress.Utils.DefaultBoolean.True;
     clockTransition1.Parameters.FramesCount = null;
     transition1.TransitionType = clockTransition1;
     this.transitionManager1.Transitions.Add(transition1);
     //
     // Main2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(899, 607);
     this.Controls.Add(this.windowsUIButtonPanel1);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.treeList1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "Main2";
     this.Text        = "Положения и инструкции";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.Main2_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     this.contextMenuStrip2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.polinstructionsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deloDataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
     this.contextMenuStrip3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.polinstructionsBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.BSslujba)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.doc_pol_ins_fileBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
Example #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 System.ComponentModel.ComponentResourceManager(typeof(Main));
     DevExpress.Utils.SimpleContextButton           simpleContextButton1 = new DevExpress.Utils.SimpleContextButton();
     DevExpress.Utils.SimpleContextButton           simpleContextButton2 = new DevExpress.Utils.SimpleContextButton();
     DevExpress.Utils.SimpleContextButton           simpleContextButton3 = new DevExpress.Utils.SimpleContextButton();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource1    = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource2    = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource3    = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource4    = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource5    = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource6    = new Microsoft.Reporting.WinForms.ReportDataSource();
     DevExpress.Utils.Animation.Transition          transition1          = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.Animation.PushTransition      pushTransition1      = new DevExpress.Utils.Animation.PushTransition();
     this.analyseBindingSource           = new System.Windows.Forms.BindingSource(this.components);
     this.oplataDataSet                  = new oplata.oplataDataSet();
     this.analyse1BindingSource          = new System.Windows.Forms.BindingSource(this.components);
     this.analyse3BindingSource          = new System.Windows.Forms.BindingSource(this.components);
     this.analyse2BindingSource          = new System.Windows.Forms.BindingSource(this.components);
     this.windowsUIButtonPanel1          = new DevExpress.XtraBars.Docking2010.WindowsUIButtonPanel();
     this.sprslujbiBindingSource         = new System.Windows.Forms.BindingSource(this.components);
     this.spr_slujbiTableAdapter         = new oplata.oplataDataSetTableAdapters.spr_slujbiTableAdapter();
     this.xtraTabControl1                = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1                   = new DevExpress.XtraTab.XtraTabPage();
     this.lookUpEdit1                    = new DevExpress.XtraEditors.LookUpEdit();
     this.sprslujbibezzavisBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.simpleButton1                  = new DevExpress.XtraEditors.SimpleButton();
     this.textEdit1           = new DevExpress.XtraEditors.TextEdit();
     this.pictureEdit1        = new DevExpress.XtraEditors.PictureEdit();
     this.comboBox2           = new System.Windows.Forms.ComboBox();
     this.comboBox1           = new System.Windows.Forms.ComboBox();
     this.sprmesBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridControl1        = new DevExpress.XtraGrid.GridControl();
     this.planBindingSource   = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colid        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colid_slujbi = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.colgod = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.colmes = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.id_slujbi_zavis           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.colplan_deneg             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.xtraTabPage2        = new DevExpress.XtraTab.XtraTabPage();
     this.uS_vvod_mes_dannyh1 = new oplata.US_vvod_mes_dannyh();
     this.xtraTabPage3        = new DevExpress.XtraTab.XtraTabPage();
     this.dateTimePicker1     = new System.Windows.Forms.DateTimePicker();
     this.reportViewer1       = new Microsoft.Reporting.WinForms.ReportViewer();
     this.planTableAdapter    = new oplata.oplataDataSetTableAdapters.planTableAdapter();
     this.spr_mesTableAdapter = new oplata.oplataDataSetTableAdapters.spr_mesTableAdapter();
     this.spr_slujbi_bez_zavisTableAdapter = new oplata.oplataDataSetTableAdapters.spr_slujbi_bez_zavisTableAdapter();
     this.contextMenuStrip1         = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.просмотрToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tableAdapterManager       = new oplata.oplataDataSetTableAdapters.TableAdapterManager();
     this.spr_zavisBindingSource    = new System.Windows.Forms.BindingSource(this.components);
     this.spr_zavisTableAdapter     = new oplata.oplataDataSetTableAdapters.spr_zavisTableAdapter();
     this.transitionManager1        = new DevExpress.Utils.Animation.TransitionManager();
     this.analyseTableAdapter       = new oplata.oplataDataSetTableAdapters.analyseTableAdapter();
     this.analyse1TableAdapter      = new oplata.oplataDataSetTableAdapters.analyse1TableAdapter();
     this.analyse3TableAdapter      = new oplata.oplataDataSetTableAdapters.analyse3TableAdapter();
     this.analyse2TableAdapter      = new oplata.oplataDataSetTableAdapters.analyse2TableAdapter();
     this.analyse4BindingSource     = new System.Windows.Forms.BindingSource(this.components);
     this.analyse4TableAdapter      = new oplata.oplataDataSetTableAdapters.analyse4TableAdapter();
     this.analyse5BindingSource     = new System.Windows.Forms.BindingSource(this.components);
     this.analyse5TableAdapter      = new oplata.oplataDataSetTableAdapters.analyse5TableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.analyseBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.oplataDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.analyse1BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.analyse3BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.analyse2BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sprslujbiBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sprslujbibezzavisBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sprmesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.planBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     this.xtraTabPage3.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spr_zavisBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.analyse4BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.analyse5BindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // analyseBindingSource
     //
     this.analyseBindingSource.DataMember = "analyse";
     this.analyseBindingSource.DataSource = this.oplataDataSet;
     //
     // oplataDataSet
     //
     this.oplataDataSet.DataSetName             = "oplataDataSet";
     this.oplataDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // analyse1BindingSource
     //
     this.analyse1BindingSource.DataMember = "analyse1";
     this.analyse1BindingSource.DataSource = this.oplataDataSet;
     //
     // analyse3BindingSource
     //
     this.analyse3BindingSource.DataMember = "analyse3";
     this.analyse3BindingSource.DataSource = this.oplataDataSet;
     //
     // analyse2BindingSource
     //
     this.analyse2BindingSource.DataMember = "analyse2";
     this.analyse2BindingSource.DataSource = this.oplataDataSet;
     //
     // windowsUIButtonPanel1
     //
     this.windowsUIButtonPanel1.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
         new DevExpress.XtraBars.Docking2010.WindowsUIButton("План", ((System.Drawing.Image)(resources.GetObject("windowsUIButtonPanel1.Buttons"))), -1, DevExpress.XtraBars.Docking2010.ButtonStyle.CheckButton, -1),
         new DevExpress.XtraBars.Docking2010.WindowsUIButton("Ввод месячных данных", ((System.Drawing.Image)(resources.GetObject("windowsUIButtonPanel1.Buttons1"))), -1, DevExpress.XtraBars.Docking2010.ButtonStyle.CheckButton, -1),
         new DevExpress.XtraBars.Docking2010.WindowsUIButton("Отчет", ((System.Drawing.Image)(resources.GetObject("windowsUIButtonPanel1.Buttons2"))), -1, DevExpress.XtraBars.Docking2010.ButtonStyle.CheckButton, -1)
     });
     this.windowsUIButtonPanel1.Location       = new System.Drawing.Point(9, 5);
     this.windowsUIButtonPanel1.Name           = "windowsUIButtonPanel1";
     this.windowsUIButtonPanel1.Size           = new System.Drawing.Size(282, 58);
     this.windowsUIButtonPanel1.TabIndex       = 1;
     this.windowsUIButtonPanel1.Text           = "windowsUIButtonPanel1";
     this.windowsUIButtonPanel1.ButtonChecked += new DevExpress.XtraBars.Docking2010.ButtonEventHandler(this.windowsUIButtonPanel1_ButtonChecked);
     //
     // sprslujbiBindingSource
     //
     this.sprslujbiBindingSource.DataMember = "spr_slujbi";
     this.sprslujbiBindingSource.DataSource = this.oplataDataSet;
     //
     // spr_slujbiTableAdapter
     //
     this.spr_slujbiTableAdapter.ClearBeforeFill = true;
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.xtraTabControl1.Location        = new System.Drawing.Point(2, 69);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size            = new System.Drawing.Size(1058, 652);
     this.xtraTabControl1.TabIndex        = 2;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1,
         this.xtraTabPage2,
         this.xtraTabPage3
     });
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.lookUpEdit1);
     this.xtraTabPage1.Controls.Add(this.simpleButton1);
     this.xtraTabPage1.Controls.Add(this.textEdit1);
     this.xtraTabPage1.Controls.Add(this.pictureEdit1);
     this.xtraTabPage1.Controls.Add(this.comboBox2);
     this.xtraTabPage1.Controls.Add(this.comboBox1);
     this.xtraTabPage1.Controls.Add(this.gridControl1);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(1052, 624);
     this.xtraTabPage1.Text = "План";
     //
     // lookUpEdit1
     //
     this.lookUpEdit1.Location = new System.Drawing.Point(258, 10);
     this.lookUpEdit1.Name     = "lookUpEdit1";
     this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lookUpEdit1.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("nazv_slujbi", "Название")
     });
     this.lookUpEdit1.Properties.DataSource    = this.sprslujbibezzavisBindingSource;
     this.lookUpEdit1.Properties.DisplayMember = "nazv_slujbi";
     this.lookUpEdit1.Properties.DropDownRows  = 20;
     this.lookUpEdit1.Properties.NullText      = "";
     this.lookUpEdit1.Properties.ValueMember   = "id_slujbi";
     this.lookUpEdit1.Size     = new System.Drawing.Size(150, 20);
     this.lookUpEdit1.TabIndex = 41;
     this.lookUpEdit1.Closed  += new DevExpress.XtraEditors.Controls.ClosedEventHandler(this.lookUpEdit1_Closed_1);
     //
     // sprslujbibezzavisBindingSource
     //
     this.sprslujbibezzavisBindingSource.DataMember = "spr_slujbi_bez_zavis";
     this.sprslujbibezzavisBindingSource.DataSource = this.oplataDataSet;
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(543, 10);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(75, 23);
     this.simpleButton1.TabIndex = 40;
     this.simpleButton1.Text     = "Добавить";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(414, 10);
     this.textEdit1.Name     = "textEdit1";
     this.textEdit1.Properties.Mask.EditMask = "c";
     this.textEdit1.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.textEdit1.Size     = new System.Drawing.Size(111, 20);
     this.textEdit1.TabIndex = 39;
     //
     // pictureEdit1
     //
     this.pictureEdit1.Cursor    = System.Windows.Forms.Cursors.Default;
     this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
     this.pictureEdit1.Location  = new System.Drawing.Point(983, 5);
     this.pictureEdit1.Name      = "pictureEdit1";
     this.pictureEdit1.Properties.ZoomAccelerationFactor = 1D;
     this.pictureEdit1.Size     = new System.Drawing.Size(31, 26);
     this.pictureEdit1.TabIndex = 37;
     this.pictureEdit1.Click   += new System.EventHandler(this.pictureEdit1_Click_1);
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Items.AddRange(new object[] {
         "2017",
         "2018",
         "2019",
         "2020"
     });
     this.comboBox2.Location = new System.Drawing.Point(131, 10);
     this.comboBox2.Name     = "comboBox2";
     this.comboBox2.Size     = new System.Drawing.Size(121, 21);
     this.comboBox2.TabIndex = 5;
     this.comboBox2.SelectionChangeCommitted += new System.EventHandler(this.comboBox2_SelectionChangeCommitted);
     //
     // comboBox1
     //
     this.comboBox1.DataSource        = this.sprmesBindingSource;
     this.comboBox1.DisplayMember     = "name";
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(3, 10);
     this.comboBox1.Name        = "comboBox1";
     this.comboBox1.Size        = new System.Drawing.Size(121, 21);
     this.comboBox1.TabIndex    = 4;
     this.comboBox1.ValueMember = "id";
     this.comboBox1.SelectionChangeCommitted += new System.EventHandler(this.comboBox1_SelectionChangeCommitted);
     //
     // sprmesBindingSource
     //
     this.sprmesBindingSource.DataMember = "spr_mes";
     this.sprmesBindingSource.DataSource = this.oplataDataSet;
     //
     // gridControl1
     //
     this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.gridControl1.DataSource = this.planBindingSource;
     this.gridControl1.Location   = new System.Drawing.Point(3, 37);
     this.gridControl1.MainView   = this.gridView1;
     this.gridControl1.Name       = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemLookUpEdit1,
         this.repositoryItemComboBox1,
         this.repositoryItemLookUpEdit2,
         this.repositoryItemLookUpEdit3
     });
     this.gridControl1.Size     = new System.Drawing.Size(1045, 581);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // planBindingSource
     //
     this.planBindingSource.DataMember = "plan";
     this.planBindingSource.DataSource = this.oplataDataSet;
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colid,
         this.colid_slujbi,
         this.colgod,
         this.colmes,
         this.id_slujbi_zavis,
         this.colplan_deneg
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "plan_deneg", this.colplan_deneg, "Итого={0:#.##} сом")
     });
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.EditingMode       = DevExpress.XtraGrid.Views.Grid.GridEditingMode.EditForm;
     this.gridView1.OptionsNavigation.AutoFocusNewRow = true;
     this.gridView1.OptionsView.NewItemRowPosition    = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Top;
     this.gridView1.OptionsView.ShowFooter            = true;
     this.gridView1.OptionsView.ShowGroupPanel        = false;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colid_slujbi, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     this.gridView1.InitNewRow += new DevExpress.XtraGrid.Views.Grid.InitNewRowEventHandler(this.gridView1_InitNewRow);
     this.gridView1.RowUpdated += new DevExpress.XtraGrid.Views.Base.RowObjectEventHandler(this.gridView1_RowUpdated);
     //
     // colid
     //
     this.colid.FieldName = "id";
     this.colid.Name      = "colid";
     //
     // colid_slujbi
     //
     this.colid_slujbi.Caption    = "Название службы";
     this.colid_slujbi.ColumnEdit = this.repositoryItemLookUpEdit1;
     this.colid_slujbi.FieldName  = "id_slujbi";
     this.colid_slujbi.Name       = "colid_slujbi";
     this.colid_slujbi.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colid_slujbi.Visible      = true;
     this.colid_slujbi.VisibleIndex = 0;
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit1.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("nazv_slujbi", "Служба")
     });
     this.repositoryItemLookUpEdit1.DataSource    = this.sprslujbibezzavisBindingSource;
     this.repositoryItemLookUpEdit1.DisplayMember = "nazv_slujbi";
     this.repositoryItemLookUpEdit1.Name          = "repositoryItemLookUpEdit1";
     this.repositoryItemLookUpEdit1.NullText      = "";
     this.repositoryItemLookUpEdit1.ValueMember   = "id_slujbi";
     //
     // colgod
     //
     this.colgod.Caption      = "Год";
     this.colgod.ColumnEdit   = this.repositoryItemComboBox1;
     this.colgod.FieldName    = "god";
     this.colgod.Name         = "colgod";
     this.colgod.Visible      = true;
     this.colgod.VisibleIndex = 1;
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AutoHeight = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     simpleContextButton1.Caption = "2018";
     simpleContextButton1.Id      = new System.Guid("8f9591fd-d215-4975-9e4a-b896461e82e7");
     simpleContextButton1.Name    = "SimpleContextButton";
     simpleContextButton2.Caption = "2018";
     simpleContextButton2.Id      = new System.Guid("205f10e8-666e-4c90-9e5c-1bb3eb8a6931");
     simpleContextButton2.Name    = "SimpleContextButton";
     simpleContextButton3.Caption = "2019";
     simpleContextButton3.Id      = new System.Guid("346832c8-d58f-4334-90ea-8fb22cefd24e");
     simpleContextButton3.Name    = "SimpleContextButton";
     this.repositoryItemComboBox1.ContextButtons.Add(simpleContextButton1);
     this.repositoryItemComboBox1.ContextButtons.Add(simpleContextButton2);
     this.repositoryItemComboBox1.ContextButtons.Add(simpleContextButton3);
     this.repositoryItemComboBox1.Items.AddRange(new object[] {
         "2017",
         "2018",
         "2019",
         "2020"
     });
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     //
     // colmes
     //
     this.colmes.Caption      = "Месяц";
     this.colmes.ColumnEdit   = this.repositoryItemLookUpEdit2;
     this.colmes.FieldName    = "mes";
     this.colmes.Name         = "colmes";
     this.colmes.Visible      = true;
     this.colmes.VisibleIndex = 2;
     //
     // repositoryItemLookUpEdit2
     //
     this.repositoryItemLookUpEdit2.AutoHeight = false;
     this.repositoryItemLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit2.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("name", "Месяц")
     });
     this.repositoryItemLookUpEdit2.DataSource    = this.sprmesBindingSource;
     this.repositoryItemLookUpEdit2.DisplayMember = "name";
     this.repositoryItemLookUpEdit2.Name          = "repositoryItemLookUpEdit2";
     this.repositoryItemLookUpEdit2.NullText      = "";
     this.repositoryItemLookUpEdit2.ValueMember   = "id";
     //
     // id_slujbi_zavis
     //
     this.id_slujbi_zavis.Caption    = "По";
     this.id_slujbi_zavis.ColumnEdit = this.repositoryItemLookUpEdit3;
     this.id_slujbi_zavis.FieldName  = "id_slujbi_zavis";
     this.id_slujbi_zavis.Name       = "id_slujbi_zavis";
     //
     // repositoryItemLookUpEdit3
     //
     this.repositoryItemLookUpEdit3.AutoHeight = false;
     this.repositoryItemLookUpEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit3.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("nazv_slujbi", "Служба")
     });
     this.repositoryItemLookUpEdit3.DataSource    = this.sprslujbiBindingSource;
     this.repositoryItemLookUpEdit3.DisplayMember = "nazv_slujbi";
     this.repositoryItemLookUpEdit3.Name          = "repositoryItemLookUpEdit3";
     this.repositoryItemLookUpEdit3.NullText      = "";
     this.repositoryItemLookUpEdit3.ValueMember   = "id_slujbi";
     //
     // colplan_deneg
     //
     this.colplan_deneg.Caption = "План(сом)";
     this.colplan_deneg.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colplan_deneg.FieldName = "plan_deneg";
     this.colplan_deneg.Name      = "colplan_deneg";
     this.colplan_deneg.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "plan_deneg", "Итого по ОАО \"Северэлектро\"={0:#.##} сом")
     });
     this.colplan_deneg.UnboundType  = DevExpress.Data.UnboundColumnType.Decimal;
     this.colplan_deneg.Visible      = true;
     this.colplan_deneg.VisibleIndex = 3;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.uS_vvod_mes_dannyh1);
     this.xtraTabPage2.Name        = "xtraTabPage2";
     this.xtraTabPage2.PageVisible = false;
     this.xtraTabPage2.Size        = new System.Drawing.Size(1052, 624);
     this.xtraTabPage2.Text        = "Месячные данные";
     //
     // uS_vvod_mes_dannyh1
     //
     this.uS_vvod_mes_dannyh1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                              | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.uS_vvod_mes_dannyh1.Location = new System.Drawing.Point(-1, 0);
     this.uS_vvod_mes_dannyh1.Name     = "uS_vvod_mes_dannyh1";
     this.uS_vvod_mes_dannyh1.Size     = new System.Drawing.Size(1015, 548);
     this.uS_vvod_mes_dannyh1.TabIndex = 0;
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.dateTimePicker1);
     this.xtraTabPage3.Controls.Add(this.reportViewer1);
     this.xtraTabPage3.Name        = "xtraTabPage3";
     this.xtraTabPage3.PageVisible = false;
     this.xtraTabPage3.Size        = new System.Drawing.Size(1052, 624);
     this.xtraTabPage3.Text        = "Отчет";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location      = new System.Drawing.Point(6, 14);
     this.dateTimePicker1.Name          = "dateTimePicker1";
     this.dateTimePicker1.Size          = new System.Drawing.Size(200, 21);
     this.dateTimePicker1.TabIndex      = 2;
     this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
     //
     // reportViewer1
     //
     this.reportViewer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     reportDataSource1.Name  = "DataSet1";
     reportDataSource1.Value = this.analyseBindingSource;
     reportDataSource2.Name  = "DataSet2";
     reportDataSource2.Value = this.analyse1BindingSource;
     reportDataSource3.Name  = "DataSet4";
     reportDataSource3.Value = this.analyse3BindingSource;
     reportDataSource4.Name  = "DataSet3";
     reportDataSource4.Value = this.analyse2BindingSource;
     reportDataSource5.Name  = "DataSet5";
     reportDataSource5.Value = this.analyse4BindingSource;
     reportDataSource6.Name  = "DataSet6";
     reportDataSource6.Value = this.analyse5BindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource3);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource4);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource5);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource6);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "oplata.Report1.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(3, 41);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(1012, 520);
     this.reportViewer1.TabIndex = 0;
     this.reportViewer1.Load    += new System.EventHandler(this.reportViewer1_Load);
     //
     // planTableAdapter
     //
     this.planTableAdapter.ClearBeforeFill = true;
     //
     // spr_mesTableAdapter
     //
     this.spr_mesTableAdapter.ClearBeforeFill = true;
     //
     // spr_slujbi_bez_zavisTableAdapter
     //
     this.spr_slujbi_bez_zavisTableAdapter.ClearBeforeFill = true;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.просмотрToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(237, 26);
     //
     // просмотрToolStripMenuItem
     //
     this.просмотрToolStripMenuItem.Name   = "просмотрToolStripMenuItem";
     this.просмотрToolStripMenuItem.Size   = new System.Drawing.Size(236, 22);
     this.просмотрToolStripMenuItem.Text   = "просмотр поступления денег";
     this.просмотрToolStripMenuItem.Click += new System.EventHandler(this.просмотрToolStripMenuItem_Click);
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.Connection                         = null;
     this.tableAdapterManager.planTableAdapter                   = null;
     this.tableAdapterManager.spr_mesTableAdapter                = null;
     this.tableAdapterManager.spr_slujbi1TableAdapter            = null;
     this.tableAdapterManager.spr_slujbiTableAdapter             = null;
     this.tableAdapterManager.UpdateOrder                        = oplata.oplataDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     this.tableAdapterManager.users_programmTableAdapter         = null;
     this.tableAdapterManager.vvod_postupibwih_denegTableAdapter = null;
     //
     // spr_zavisBindingSource
     //
     this.spr_zavisBindingSource.DataMember = "spr_zavis";
     this.spr_zavisBindingSource.DataSource = this.oplataDataSet;
     //
     // spr_zavisTableAdapter
     //
     this.spr_zavisTableAdapter.ClearBeforeFill = true;
     //
     // transitionManager1
     //
     transition1.Control = this.windowsUIButtonPanel1;
     transition1.LineWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.LineWaitingIndicatorProperties.Caption               = "";
     transition1.LineWaitingIndicatorProperties.Description           = "";
     transition1.RingWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.RingWaitingIndicatorProperties.Caption               = "";
     transition1.RingWaitingIndicatorProperties.Description           = "";
     transition1.TransitionType = pushTransition1;
     transition1.WaitingIndicatorProperties.Caption     = "";
     transition1.WaitingIndicatorProperties.Description = "";
     this.transitionManager1.Transitions.Add(transition1);
     //
     // analyseTableAdapter
     //
     this.analyseTableAdapter.ClearBeforeFill = true;
     //
     // analyse1TableAdapter
     //
     this.analyse1TableAdapter.ClearBeforeFill = true;
     //
     // analyse3TableAdapter
     //
     this.analyse3TableAdapter.ClearBeforeFill = true;
     //
     // analyse2TableAdapter
     //
     this.analyse2TableAdapter.ClearBeforeFill = true;
     //
     // analyse4BindingSource
     //
     this.analyse4BindingSource.DataMember = "analyse4";
     this.analyse4BindingSource.DataSource = this.oplataDataSet;
     //
     // analyse4TableAdapter
     //
     this.analyse4TableAdapter.ClearBeforeFill = true;
     //
     // analyse5BindingSource
     //
     this.analyse5BindingSource.DataMember = "analyse5";
     this.analyse5BindingSource.DataSource = this.oplataDataSet;
     //
     // analyse5TableAdapter
     //
     this.analyse5TableAdapter.ClearBeforeFill = true;
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1063, 722);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.windowsUIButtonPanel1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "Main";
     this.Text        = "Анализ  поступления денег по кассе за э/энергию";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.Main_Load);
     ((System.ComponentModel.ISupportInitialize)(this.analyseBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.oplataDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.analyse1BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.analyse3BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.analyse2BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sprslujbiBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sprslujbibezzavisBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sprmesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.planBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     this.xtraTabPage3.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.spr_zavisBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.analyse4BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.analyse5BindingSource)).EndInit();
     this.ResumeLayout(false);
 }
Example #6
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 System.ComponentModel.ComponentResourceManager(typeof(ImportExportSpreadsheetForm));
     DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1     = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.Animation.Transition transition1 = new DevExpress.Utils.Animation.Transition();
     this.SpreadsheetViewer    = new DevExpress.XtraSpreadsheet.SpreadsheetControl();
     this.layoutControl        = new DevExpress.XtraLayout.LayoutControl();
     this.gridSheetNames       = new DevExpress.XtraGrid.GridControl();
     this.bindingSheetNames    = new System.Windows.Forms.BindingSource(this.components);
     this.viewSheetNames       = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colSelected          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colName              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNewName           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIndex             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnCancel            = new DevExpress.XtraEditors.SimpleButton();
     this.btnOK                = new DevExpress.XtraEditors.SimpleButton();
     this.comboSpreadsheetName = new DevExpress.XtraEditors.ComboBoxEdit();
     this.Root                          = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutOK                      = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutCancel                  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroupFile        = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutSpreadsheetName         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroupSpreadsheet = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutSheetNames              = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutSpreadsheetViewer       = new DevExpress.XtraLayout.LayoutControlItem();
     this.splitterItem1                 = new DevExpress.XtraLayout.SplitterItem();
     this.xtraOpenFileDialog            = new DevExpress.XtraEditors.XtraOpenFileDialog(this.components);
     this.transitionManager             = new DevExpress.Utils.Animation.TransitionManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl)).BeginInit();
     this.layoutControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridSheetNames)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSheetNames)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewSheetNames)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboSpreadsheetName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutOK)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupFile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutSpreadsheetName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupSpreadsheet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutSheetNames)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutSpreadsheetViewer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
     this.SuspendLayout();
     //
     // SpreadsheetViewer
     //
     this.SpreadsheetViewer.Location = new System.Drawing.Point(364, 114);
     this.SpreadsheetViewer.Name     = "SpreadsheetViewer";
     this.SpreadsheetViewer.ReadOnly = true;
     this.SpreadsheetViewer.Size     = new System.Drawing.Size(610, 404);
     this.SpreadsheetViewer.TabIndex = 7;
     //
     // layoutControl
     //
     this.layoutControl.Controls.Add(this.gridSheetNames);
     this.layoutControl.Controls.Add(this.btnCancel);
     this.layoutControl.Controls.Add(this.btnOK);
     this.layoutControl.Controls.Add(this.SpreadsheetViewer);
     this.layoutControl.Controls.Add(this.comboSpreadsheetName);
     this.layoutControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl.Location = new System.Drawing.Point(0, 0);
     this.layoutControl.Name     = "layoutControl";
     this.layoutControl.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(2232, 799, 650, 400);
     this.layoutControl.Root     = this.Root;
     this.layoutControl.Size     = new System.Drawing.Size(998, 568);
     this.layoutControl.TabIndex = 0;
     //
     // gridSheetNames
     //
     this.gridSheetNames.DataSource = this.bindingSheetNames;
     this.gridSheetNames.Location   = new System.Drawing.Point(24, 114);
     this.gridSheetNames.MainView   = this.viewSheetNames;
     this.gridSheetNames.Name       = "gridSheetNames";
     this.gridSheetNames.Size       = new System.Drawing.Size(326, 404);
     this.gridSheetNames.TabIndex   = 10;
     this.gridSheetNames.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.viewSheetNames
     });
     //
     // bindingSheetNames
     //
     this.bindingSheetNames.DataSource = typeof(SpreadCommander.Documents.Dialogs.ImportExportSpreadsheetForm.SheetName);
     //
     // viewSheetNames
     //
     this.viewSheetNames.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colSelected,
         this.colName,
         this.colNewName,
         this.colIndex
     });
     this.viewSheetNames.GridControl = this.gridSheetNames;
     this.viewSheetNames.Name        = "viewSheetNames";
     this.viewSheetNames.OptionsSelection.CheckBoxSelectorField = "Selected";
     this.viewSheetNames.OptionsView.ShowAutoFilterRow          = true;
     this.viewSheetNames.OptionsView.ShowGroupPanel             = false;
     //
     // colSelected
     //
     this.colSelected.Caption      = " ";
     this.colSelected.FieldName    = "Selected";
     this.colSelected.MaxWidth     = 24;
     this.colSelected.Name         = "colSelected";
     this.colSelected.Visible      = true;
     this.colSelected.VisibleIndex = 0;
     this.colSelected.Width        = 24;
     //
     // colName
     //
     this.colName.FieldName = "Name";
     this.colName.Name      = "colName";
     this.colName.OptionsColumn.ReadOnly = true;
     this.colName.Visible      = true;
     this.colName.VisibleIndex = 1;
     this.colName.Width        = 137;
     //
     // colNewName
     //
     this.colNewName.FieldName    = "NewName";
     this.colNewName.Name         = "colNewName";
     this.colNewName.Visible      = true;
     this.colNewName.VisibleIndex = 2;
     this.colNewName.Width        = 140;
     //
     // colIndex
     //
     this.colIndex.FieldName = "Index";
     this.colIndex.Name      = "colIndex";
     //
     // btnCancel
     //
     this.btnCancel.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location        = new System.Drawing.Point(501, 534);
     this.btnCancel.Name            = "btnCancel";
     this.btnCancel.Size            = new System.Drawing.Size(485, 22);
     this.btnCancel.StyleController = this.layoutControl;
     this.btnCancel.TabIndex        = 9;
     this.btnCancel.Text            = "Close";
     //
     // btnOK
     //
     this.btnOK.Location        = new System.Drawing.Point(12, 534);
     this.btnOK.Name            = "btnOK";
     this.btnOK.Size            = new System.Drawing.Size(485, 22);
     this.btnOK.StyleController = this.layoutControl;
     this.btnOK.TabIndex        = 8;
     this.btnOK.Text            = "Import/Export";
     this.btnOK.Click          += new System.EventHandler(this.BtnOK_Click);
     //
     // comboSpreadsheetName
     //
     this.comboSpreadsheetName.Location = new System.Drawing.Point(92, 45);
     this.comboSpreadsheetName.Name     = "comboSpreadsheetName";
     this.comboSpreadsheetName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "Open spreadsheet", "OpenSpreadsheet", null, DevExpress.Utils.ToolTipAnchor.Default)
     });
     this.comboSpreadsheetName.Properties.TextEditStyle         = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboSpreadsheetName.Properties.SelectedIndexChanged += new System.EventHandler(this.ComboSpreadsheetName_Properties_SelectedIndexChanged);
     this.comboSpreadsheetName.Properties.ButtonClick          += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.ComboSpreadsheetName_Properties_ButtonClick);
     this.comboSpreadsheetName.Size            = new System.Drawing.Size(882, 20);
     this.comboSpreadsheetName.StyleController = this.layoutControl;
     this.comboSpreadsheetName.TabIndex        = 4;
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutOK,
         this.layoutCancel,
         this.layoutControlGroupFile,
         this.layoutControlGroupSpreadsheet
     });
     this.Root.Name        = "Root";
     this.Root.Size        = new System.Drawing.Size(998, 568);
     this.Root.TextVisible = false;
     //
     // layoutOK
     //
     this.layoutOK.Control     = this.btnOK;
     this.layoutOK.Location    = new System.Drawing.Point(0, 522);
     this.layoutOK.Name        = "layoutOK";
     this.layoutOK.Size        = new System.Drawing.Size(489, 26);
     this.layoutOK.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutOK.TextVisible = false;
     //
     // layoutCancel
     //
     this.layoutCancel.Control     = this.btnCancel;
     this.layoutCancel.Location    = new System.Drawing.Point(489, 522);
     this.layoutCancel.Name        = "layoutCancel";
     this.layoutCancel.Size        = new System.Drawing.Size(489, 26);
     this.layoutCancel.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutCancel.TextVisible = false;
     //
     // layoutControlGroupFile
     //
     this.layoutControlGroupFile.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutSpreadsheetName
     });
     this.layoutControlGroupFile.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroupFile.Name     = "layoutControlGroupFile";
     this.layoutControlGroupFile.Size     = new System.Drawing.Size(978, 69);
     this.layoutControlGroupFile.Text     = "File";
     //
     // layoutSpreadsheetName
     //
     this.layoutSpreadsheetName.Control  = this.comboSpreadsheetName;
     this.layoutSpreadsheetName.Location = new System.Drawing.Point(0, 0);
     this.layoutSpreadsheetName.Name     = "layoutSpreadsheetName";
     this.layoutSpreadsheetName.Size     = new System.Drawing.Size(954, 24);
     this.layoutSpreadsheetName.Text     = "Spreadsheet:";
     this.layoutSpreadsheetName.TextSize = new System.Drawing.Size(65, 13);
     //
     // layoutControlGroupSpreadsheet
     //
     this.layoutControlGroupSpreadsheet.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutSheetNames,
         this.layoutSpreadsheetViewer,
         this.splitterItem1
     });
     this.layoutControlGroupSpreadsheet.Location = new System.Drawing.Point(0, 69);
     this.layoutControlGroupSpreadsheet.Name     = "layoutControlGroupSpreadsheet";
     this.layoutControlGroupSpreadsheet.Size     = new System.Drawing.Size(978, 453);
     this.layoutControlGroupSpreadsheet.Text     = "Spreadsheet";
     //
     // layoutSheetNames
     //
     this.layoutSheetNames.Control     = this.gridSheetNames;
     this.layoutSheetNames.Location    = new System.Drawing.Point(0, 0);
     this.layoutSheetNames.Name        = "layoutSheetNames";
     this.layoutSheetNames.Size        = new System.Drawing.Size(330, 408);
     this.layoutSheetNames.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutSheetNames.TextVisible = false;
     //
     // layoutSpreadsheetViewer
     //
     this.layoutSpreadsheetViewer.Control     = this.SpreadsheetViewer;
     this.layoutSpreadsheetViewer.Location    = new System.Drawing.Point(340, 0);
     this.layoutSpreadsheetViewer.Name        = "layoutSpreadsheetViewer";
     this.layoutSpreadsheetViewer.Size        = new System.Drawing.Size(614, 408);
     this.layoutSpreadsheetViewer.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutSpreadsheetViewer.TextVisible = false;
     //
     // splitterItem1
     //
     this.splitterItem1.AllowHotTrack = true;
     this.splitterItem1.Location      = new System.Drawing.Point(330, 0);
     this.splitterItem1.Name          = "splitterItem1";
     this.splitterItem1.Size          = new System.Drawing.Size(10, 408);
     //
     // xtraOpenFileDialog
     //
     this.xtraOpenFileDialog.DefaultExt       = "xlsx";
     this.xtraOpenFileDialog.Filter           = "Excel Workbook (*.xlsx)|*.xlsx|Excel 97-2003 Workbook (*.xls)|*.xls";
     this.xtraOpenFileDialog.RestoreDirectory = true;
     this.xtraOpenFileDialog.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.xtraOpenFileDialog.Title            = "Open spreadsheet";
     //
     // transitionManager
     //
     transition1.BarWaitingIndicatorProperties.Caption     = "";
     transition1.BarWaitingIndicatorProperties.Description = "";
     transition1.Control = this.SpreadsheetViewer;
     transition1.LineWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.LineWaitingIndicatorProperties.Caption               = "";
     transition1.LineWaitingIndicatorProperties.Description           = "";
     transition1.RingWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.RingWaitingIndicatorProperties.Caption               = "";
     transition1.RingWaitingIndicatorProperties.Description           = "";
     transition1.WaitingIndicatorProperties.Caption     = "";
     transition1.WaitingIndicatorProperties.Description = "";
     this.transitionManager.Transitions.Add(transition1);
     //
     // ImportExportSpreadsheetForm
     //
     this.AcceptButton        = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(998, 568);
     this.Controls.Add(this.layoutControl);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "ImportExportSpreadsheetForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Import/Export sheets";
     this.Load           += new System.EventHandler(this.ImportExportSpreadsheetForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl)).EndInit();
     this.layoutControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridSheetNames)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSheetNames)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewSheetNames)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboSpreadsheetName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutOK)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupFile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutSpreadsheetName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupSpreadsheet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutSheetNames)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutSpreadsheetViewer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
     this.ResumeLayout(false);
 }
Example #7
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();
            DevExpress.Utils.Animation.Transition transition1 = new DevExpress.Utils.Animation.Transition();
            DevExpress.Utils.Animation.SlideFadeTransition slideFadeTransition1 = new DevExpress.Utils.Animation.SlideFadeTransition();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.modulesContainer = new DevExpress.XtraEditors.XtraUserControl();
            this.navBar = new DevExpress.XtraNavBar.NavBarControl();
            this.taskbarAssistant = new DevExpress.Utils.Taskbar.TaskbarAssistant();
            this.taskNewEmployee = new DevExpress.Utils.Taskbar.JumpListItemTask();
            this.taskSalesMap = new DevExpress.Utils.Taskbar.JumpListItemTask();
            this.taskOpportunities = new DevExpress.Utils.Taskbar.JumpListItemTask();
            this.notificationManager = new DevExpress.XtraBars.ToastNotifications.ToastNotificationsManager(this.components);
            this.overviewControl = new DevExpress.OutlookInspiredApp.Win.Modules.OverviewControl();
            this.officeNavigationBar = new DevExpress.XtraBars.Navigation.OfficeNavigationBar();
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.backstageViewControl = new DevExpress.XtraBars.Ribbon.BackstageViewControl();
            this.backstageViewClientControl1 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewClientControl2 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewClientControl3 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.tabBackstageViewAbout = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.tabBackstageViewExport = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.tabBackstageViewPrint = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.backstageViewItemSeparator1 = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.biBackstageViewGetStarted = new DevExpress.XtraBars.Ribbon.BackstageViewButtonItem();
            this.biBackstageViewGetSupport = new DevExpress.XtraBars.Ribbon.BackstageViewButtonItem();
            this.biBackstageViewBuyNow = new DevExpress.XtraBars.Ribbon.BackstageViewButtonItem();
            this.skinRibbonGalleryBarItem1 = new DevExpress.XtraBars.SkinRibbonGalleryBarItem();
            this.barNavigationItem = new DevExpress.XtraBars.BarSubItem();
            this.biFolderPaneSubItem = new DevExpress.XtraBars.BarSubItem();
            this.bmiFolderNormal = new DevExpress.XtraBars.BarCheckItem();
            this.bmiFolderMinimized = new DevExpress.XtraBars.BarCheckItem();
            this.bmiFolderOff = new DevExpress.XtraBars.BarCheckItem();
            this.biGetStarted = new DevExpress.XtraBars.BarButtonItem();
            this.biGetSupport = new DevExpress.XtraBars.BarButtonItem();
            this.biBuyNow = new DevExpress.XtraBars.BarButtonItem();
            this.biAbout = new DevExpress.XtraBars.BarButtonItem();
            this.bbiNormal = new DevExpress.XtraBars.BarCheckItem();
            this.beZoomLevel = new DevExpress.XtraBars.BarEditItem();
            this.zoomLevelTrackBar = new DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar();
            this.bbiReading = new DevExpress.XtraBars.BarCheckItem();
            this.bbiZoomDialog = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.dockManager = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.transitionManager = new DevExpress.Utils.Animation.TransitionManager();
            this.modulesContainer.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.navBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.notificationManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.officeNavigationBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
            this.backstageViewControl.SuspendLayout();
            this.backstageViewClientControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.zoomLevelTrackBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
            this.SuspendLayout();
            // 
            // modulesContainer
            // 
            this.modulesContainer.Controls.Add(this.navBar);
            this.modulesContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.modulesContainer.Location = new System.Drawing.Point(0, 144);
            this.modulesContainer.Margin = new System.Windows.Forms.Padding(24, 23, 24, 3);
            this.modulesContainer.Name = "modulesContainer";
            this.modulesContainer.Size = new System.Drawing.Size(1368, 603);
            this.modulesContainer.TabIndex = 2;
            // 
            // navBar
            // 
            this.navBar.ActiveGroup = null;
            this.navBar.Dock = System.Windows.Forms.DockStyle.Left;
            this.navBar.Location = new System.Drawing.Point(0, 0);
            this.navBar.Name = "navBar";
            this.navBar.OptionsNavPane.CollapsedWidth = 41;
            this.navBar.OptionsNavPane.ExpandedWidth = 200;
            this.navBar.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.NavigationPane;
            this.navBar.Size = new System.Drawing.Size(200, 603);
            this.navBar.TabIndex = 5;
            this.navBar.Text = "navBarControl1";
            // 
            // taskbarAssistant
            // 
            this.taskbarAssistant.JumpListTasksCategory.Add(this.taskNewEmployee);
            this.taskbarAssistant.JumpListTasksCategory.Add(this.taskSalesMap);
            this.taskbarAssistant.JumpListTasksCategory.Add(this.taskOpportunities);
            this.taskbarAssistant.ParentControl = this;
            this.taskbarAssistant.ThumbnailClipRegion = new System.Drawing.Rectangle(0, 0, 0, 0);
            // 
            // taskNewEmployee
            // 
            this.taskNewEmployee.IconIndex = 0;
            this.taskNewEmployee.Caption = "New Employee";
            // 
            // taskSalesMap
            // 
            this.taskSalesMap.IconIndex = 0;
            this.taskSalesMap.Caption = "Sales Map";
            // 
            // taskOpportunities
            // 
            this.taskOpportunities.IconIndex = 0;
            this.taskOpportunities.Caption = "Opportunities";
            // 
            // notificationsManager
            // 
            this.notificationManager.ApplicationId = "Components_14_1_Demo_Center_14_1";
            this.notificationManager.ApplicationName = "DevAV";
            this.notificationManager.Notifications.AddRange(new DevExpress.XtraBars.ToastNotifications.IToastNotificationProperties[] {
            new DevExpress.XtraBars.ToastNotifications.ToastNotification("04d87d90-04d2-44a5-8d06-74dcf65cf013", null, "DevAV Tips & Tricks", "Become a UI Superhero, check out", "our WYSIWYG Reporting in the Sales Module", DevExpress.XtraBars.ToastNotifications.ToastNotificationTemplate.Text04),
            new DevExpress.XtraBars.ToastNotifications.ToastNotification("04d87d90-04d2-44a5-8d06-74dcf65cf014", null, "DevAV Tips & Tricks", "Become a UI Superhero, take users ", "where they want to go with DevExpress Maps", DevExpress.XtraBars.ToastNotifications.ToastNotificationTemplate.Text04),
            new DevExpress.XtraBars.ToastNotifications.ToastNotification("04d87d90-04d2-44a5-8d06-74dcf65cf015", null, "DevAV Tips & Tricks", "Become a UI Superhero, explore", "PDF-documents with DevExpress PDF Viewer", DevExpress.XtraBars.ToastNotifications.ToastNotificationTemplate.Text04),
            new DevExpress.XtraBars.ToastNotifications.ToastNotification("04d87d90-04d2-44a5-8d06-74dcf65cf016", null, "DevAV Tips & Tricks", "Become a UI Superhero, check out our", "straightforward and easy-to-use Spreadsheet", DevExpress.XtraBars.ToastNotifications.ToastNotificationTemplate.Text04)});
            // 
            // overviewControl
            // 
            this.overviewControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.overviewControl.Location = new System.Drawing.Point(0, 0);
            this.overviewControl.Name = "overviewControl";
            this.overviewControl.Size = new System.Drawing.Size(1234, 539);
            this.overviewControl.TabIndex = 0;
            // 
            // officeNavigationBar
            // 
            this.officeNavigationBar.AllowDrag = true;
            this.officeNavigationBar.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.officeNavigationBar.Location = new System.Drawing.Point(0, 747);
            this.officeNavigationBar.MenuManager = this.ribbonControl;
            this.officeNavigationBar.MinimumSize = new System.Drawing.Size(0, 21);
            this.officeNavigationBar.Name = "officeNavigationBar";
            this.officeNavigationBar.OptionsPeekFormButtonPanel.AllowGlyphSkinning = true;
            this.officeNavigationBar.OptionsPeekFormButtonPanel.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
            new DevExpress.Utils.PeekFormButton("", global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_docking_16, false, true, "")});
            this.officeNavigationBar.OptionsPeekFormButtonPanel.Padding = new System.Windows.Forms.Padding(0, 0, 8, 0);
            this.officeNavigationBar.OptionsPeekFormButtonPanel.ShowButtonPanel = true;
            this.officeNavigationBar.PeekFormSize = new System.Drawing.Size(250, 350);
            this.officeNavigationBar.Size = new System.Drawing.Size(1368, 21);
            this.officeNavigationBar.TabIndex = 3;
            // 
            // ribbonControl
            // 
            this.ribbonControl.ApplicationButtonDropDownControl = this.backstageViewControl;
            this.ribbonControl.ExpandCollapseItem.Id = 0;
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl.ExpandCollapseItem,
            this.skinRibbonGalleryBarItem1,
            this.barNavigationItem,
            this.biFolderPaneSubItem,
            this.bmiFolderNormal,
            this.bmiFolderMinimized,
            this.bmiFolderOff,
            this.biGetStarted,
            this.biGetSupport,
            this.biBuyNow,
            this.biAbout,
            this.bbiNormal,
            this.beZoomLevel,
            this.bbiReading,
            this.bbiZoomDialog});
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl.MaxItemId = 12;
            this.ribbonControl.Name = "ribbonControl";
            this.ribbonControl.OptionsTouch.ShowTouchUISelectorInQAT = true;
            this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage2,
            this.ribbonPage1});
            this.ribbonControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.zoomLevelTrackBar});
            this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
            this.ribbonControl.Size = new System.Drawing.Size(1368, 144);
            this.ribbonControl.StatusBar = this.ribbonStatusBar1;
            this.ribbonControl.TransparentEditors = true;
            // 
            // backstageViewControl
            // 
            this.backstageViewControl.ColorScheme = DevExpress.XtraBars.Ribbon.RibbonControlColorScheme.Yellow;
            this.backstageViewControl.Controls.Add(this.backstageViewClientControl1);
            this.backstageViewControl.Controls.Add(this.backstageViewClientControl2);
            this.backstageViewControl.Controls.Add(this.backstageViewClientControl3);
            this.backstageViewControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.backstageViewControl.Items.Add(this.tabBackstageViewAbout);
            this.backstageViewControl.Items.Add(this.tabBackstageViewExport);
            this.backstageViewControl.Items.Add(this.tabBackstageViewPrint);
            this.backstageViewControl.Items.Add(this.backstageViewItemSeparator1);
            this.backstageViewControl.Items.Add(this.biBackstageViewGetStarted);
            this.backstageViewControl.Items.Add(this.biBackstageViewGetSupport);
            this.backstageViewControl.Items.Add(this.biBackstageViewBuyNow);
            this.backstageViewControl.Location = new System.Drawing.Point(0, 144);
            this.backstageViewControl.Name = "backstageViewControl";
            this.backstageViewControl.Ribbon = this.ribbonControl;
            this.backstageViewControl.SelectedTab = this.tabBackstageViewAbout;
            this.backstageViewControl.SelectedTabIndex = 0;
            this.backstageViewControl.Size = new System.Drawing.Size(1368, 603);
            this.backstageViewControl.Style = DevExpress.XtraBars.Ribbon.BackstageViewStyle.Office2013;
            this.backstageViewControl.TabIndex = 6;
            // 
            // backstageViewClientControl1
            // 
            this.backstageViewClientControl1.Controls.Add(this.overviewControl);
            this.backstageViewClientControl1.Location = new System.Drawing.Point(133, 63);
            this.backstageViewClientControl1.Name = "backstageViewClientControl1";
            this.backstageViewClientControl1.Size = new System.Drawing.Size(1234, 539);
            this.backstageViewClientControl1.TabIndex = 0;
            // 
            // backstageViewClientControl2
            // 
            this.backstageViewClientControl2.Location = new System.Drawing.Point(133, 63);
            this.backstageViewClientControl2.Name = "backstageViewClientControl2";
            this.backstageViewClientControl2.Size = new System.Drawing.Size(1234, 539);
            this.backstageViewClientControl2.TabIndex = 1;
            // 
            // backstageViewClientControl3
            // 
            this.backstageViewClientControl3.Location = new System.Drawing.Point(133, 63);
            this.backstageViewClientControl3.Name = "backstageViewClientControl3";
            this.backstageViewClientControl3.Size = new System.Drawing.Size(1234, 539);
            this.backstageViewClientControl3.TabIndex = 2;
            // 
            // tabBackstageViewAbout
            // 
            this.tabBackstageViewAbout.Caption = "About";
            this.tabBackstageViewAbout.CaptionHorizontalAlignment = DevExpress.Utils.Drawing.ItemHorizontalAlignment.Left;
            this.tabBackstageViewAbout.ContentControl = this.backstageViewClientControl1;
            this.tabBackstageViewAbout.Name = "tabBackstageViewAbout";
            this.tabBackstageViewAbout.Selected = true;
            // 
            // tabBackstageViewExport
            // 
            this.tabBackstageViewExport.Caption = "Export";
            this.tabBackstageViewExport.CaptionHorizontalAlignment = DevExpress.Utils.Drawing.ItemHorizontalAlignment.Left;
            this.tabBackstageViewExport.ContentControl = this.backstageViewClientControl2;
            this.tabBackstageViewExport.Name = "tabBackstageViewExport";
            this.tabBackstageViewExport.Selected = false;
            // 
            // tabBackstageViewPrint
            // 
            this.tabBackstageViewPrint.Caption = "Print";
            this.tabBackstageViewPrint.CaptionHorizontalAlignment = DevExpress.Utils.Drawing.ItemHorizontalAlignment.Left;
            this.tabBackstageViewPrint.ContentControl = this.backstageViewClientControl3;
            this.tabBackstageViewPrint.Name = "tabBackstageViewPrint";
            this.tabBackstageViewPrint.Selected = false;
            // 
            // backstageViewItemSeparator1
            // 
            this.backstageViewItemSeparator1.Name = "backstageViewItemSeparator1";
            // 
            // biBackstageViewGetStarted
            // 
            this.biBackstageViewGetStarted.Caption = "Get Started";
            this.biBackstageViewGetStarted.CaptionHorizontalAlignment = DevExpress.Utils.Drawing.ItemHorizontalAlignment.Left;
            this.biBackstageViewGetStarted.Name = "biBackstageViewGetStarted";
            // 
            // biBackstageViewGetSupport
            // 
            this.biBackstageViewGetSupport.Caption = "Get Support";
            this.biBackstageViewGetSupport.CaptionHorizontalAlignment = DevExpress.Utils.Drawing.ItemHorizontalAlignment.Left;
            this.biBackstageViewGetSupport.Name = "biBackstageViewGetSupport";
            // 
            // biBackstageViewBuyNow
            // 
            this.biBackstageViewBuyNow.Caption = "Buy Now";
            this.biBackstageViewBuyNow.CaptionHorizontalAlignment = DevExpress.Utils.Drawing.ItemHorizontalAlignment.Left;
            this.biBackstageViewBuyNow.Name = "biBackstageViewBuyNow";
            // 
            // skinRibbonGalleryBarItem1
            // 
            this.skinRibbonGalleryBarItem1.Caption = "skinRibbonGalleryBarItem1";
            this.skinRibbonGalleryBarItem1.Id = 1;
            this.skinRibbonGalleryBarItem1.Name = "skinRibbonGalleryBarItem1";
            // 
            // barNavigationItem
            // 
            this.barNavigationItem.Caption = "Navigation";
            this.barNavigationItem.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_navigate_16;
            this.barNavigationItem.Id = 2;
            this.barNavigationItem.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_navigate_32;
            this.barNavigationItem.LargeImageIndex = 43;
            this.barNavigationItem.Name = "barNavigationItem";
            this.barNavigationItem.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            // 
            // biFolderPaneSubItem
            // 
            this.biFolderPaneSubItem.Caption = "Folder Pane";
            this.biFolderPaneSubItem.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_folder_panel_16;
            this.biFolderPaneSubItem.Id = 10;
            this.biFolderPaneSubItem.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_folder_panel_32;
            this.biFolderPaneSubItem.LargeImageIndex = 42;
            this.biFolderPaneSubItem.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiFolderNormal),
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiFolderMinimized),
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiFolderOff)});
            this.biFolderPaneSubItem.Name = "biFolderPaneSubItem";
            this.biFolderPaneSubItem.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            // 
            // bmiFolderNormal
            // 
            this.bmiFolderNormal.Caption = "Normal";
            this.bmiFolderNormal.GroupIndex = 4;
            this.bmiFolderNormal.Id = 6;
            this.bmiFolderNormal.Name = "bmiFolderNormal";
            // 
            // bmiFolderMinimized
            // 
            this.bmiFolderMinimized.Caption = "Minimized";
            this.bmiFolderMinimized.GroupIndex = 4;
            this.bmiFolderMinimized.Id = 7;
            this.bmiFolderMinimized.Name = "bmiFolderMinimized";
            // 
            // bmiFolderOff
            // 
            this.bmiFolderOff.Caption = "Off";
            this.bmiFolderOff.GroupIndex = 4;
            this.bmiFolderOff.Id = 7;
            this.bmiFolderOff.Name = "bmiFolderOff";
            // 
            // biGetStarted
            // 
            this.biGetStarted.Caption = "Getting Started";
            this.biGetStarted.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_getting_started_16;
            this.biGetStarted.Id = 3;
            this.biGetStarted.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_getting_started_32;
            this.biGetStarted.Name = "biGetStarted";
            // 
            // biGetSupport
            // 
            this.biGetSupport.Caption = "Get Free Support";
            this.biGetSupport.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_support_16;
            this.biGetSupport.Id = 4;
            this.biGetSupport.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_support_32;
            this.biGetSupport.Name = "biGetSupport";
            // 
            // biBuyNow
            // 
            this.biBuyNow.Caption = "Buy Now";
            this.biBuyNow.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_buy_16;
            this.biBuyNow.Id = 5;
            this.biBuyNow.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_buy_32;
            this.biBuyNow.Name = "biBuyNow";
            // 
            // biAbout
            // 
            this.biAbout.Caption = "About";
            this.biAbout.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_about_16;
            this.biAbout.Id = 6;
            this.biAbout.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F1);
            this.biAbout.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_about_32;
            this.biAbout.Name = "biAbout";
            // 
            // bbiNormal
            // 
            this.bbiNormal.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.bbiNormal.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.bbiNormal.Caption = "Normal";
            this.bbiNormal.Checked = true;
            this.bbiNormal.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_normal_bottom_16;
            this.bbiNormal.Id = 8;
            this.bbiNormal.Name = "bbiNormal";
            this.bbiNormal.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            // 
            // beZoomLevel
            // 
            this.beZoomLevel.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.beZoomLevel.CaptionAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.beZoomLevel.Edit = this.zoomLevelTrackBar;
            this.beZoomLevel.EditValue = 10;
            this.beZoomLevel.Id = 9;
            this.beZoomLevel.Name = "beZoomLevel";
            this.beZoomLevel.Width = 150;
            // 
            // zoomLevelTrackBar
            // 
            this.zoomLevelTrackBar.Alignment = DevExpress.Utils.VertAlignment.Center;
            this.zoomLevelTrackBar.AllowUseMiddleValue = true;
            this.zoomLevelTrackBar.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.zoomLevelTrackBar.Maximum = 20;
            this.zoomLevelTrackBar.Middle = 10;
            this.zoomLevelTrackBar.Minimum = 1;
            this.zoomLevelTrackBar.Name = "zoomLevelTrackBar";
            this.zoomLevelTrackBar.ScrollThumbStyle = DevExpress.XtraEditors.Repository.ScrollThumbStyle.ArrowDownRight;
            // 
            // bbiReading
            // 
            this.bbiReading.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.bbiReading.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.bbiReading.Caption = "Reading";
            this.bbiReading.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_reading_bottom_16;
            this.bbiReading.Id = 10;
            this.bbiReading.Name = "bbiReading";
            this.bbiReading.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            // 
            // bbiZoomDialog
            // 
            this.bbiZoomDialog.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.bbiZoomDialog.Caption = "100%";
            this.bbiZoomDialog.Id = 11;
            this.bbiZoomDialog.Name = "bbiZoomDialog";
            this.bbiZoomDialog.SmallWithTextWidth = 50;
            // 
            // ribbonPage2
            // 
            this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup4});
            this.ribbonPage2.Name = "ribbonPage2";
            this.ribbonPage2.Text = "HOME";
            // 
            // ribbonPageGroup4
            // 
            this.ribbonPageGroup4.ItemLinks.Add(this.biGetStarted);
            this.ribbonPageGroup4.ItemLinks.Add(this.biGetSupport);
            this.ribbonPageGroup4.ItemLinks.Add(this.biBuyNow);
            this.ribbonPageGroup4.ItemLinks.Add(this.biAbout);
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            this.ribbonPageGroup4.ShowCaptionButton = false;
            this.ribbonPageGroup4.Text = "DevExpress";
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup3,
            this.ribbonPageGroup2,
            this.ribbonPageGroup1});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "VIEW";
            // 
            // ribbonPageGroup3
            // 
            this.ribbonPageGroup3.AllowTextClipping = false;
            this.ribbonPageGroup3.ItemLinks.Add(this.barNavigationItem);
            this.ribbonPageGroup3.MergeOrder = 0;
            this.ribbonPageGroup3.Name = "ribbonPageGroup3";
            this.ribbonPageGroup3.ShowCaptionButton = false;
            this.ribbonPageGroup3.Text = "Module";
            // 
            // ribbonPageGroup2
            // 
            this.ribbonPageGroup2.AllowTextClipping = false;
            this.ribbonPageGroup2.ItemLinks.Add(this.biFolderPaneSubItem);
            this.ribbonPageGroup2.MergeOrder = 1;
            this.ribbonPageGroup2.Name = "ribbonPageGroup2";
            this.ribbonPageGroup2.ShowCaptionButton = false;
            this.ribbonPageGroup2.Text = "Layout";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.AllowTextClipping = false;
            this.ribbonPageGroup1.ItemLinks.Add(this.skinRibbonGalleryBarItem1);
            this.ribbonPageGroup1.MergeOrder = 2;
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.ShowCaptionButton = false;
            this.ribbonPageGroup1.Text = "Appearance";
            // 
            // ribbonStatusBar1
            // 
            this.ribbonStatusBar1.ItemLinks.Add(this.bbiNormal);
            this.ribbonStatusBar1.ItemLinks.Add(this.bbiReading);
            this.ribbonStatusBar1.ItemLinks.Add(this.beZoomLevel);
            this.ribbonStatusBar1.ItemLinks.Add(this.bbiZoomDialog);
            this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 768);
            this.ribbonStatusBar1.Name = "ribbonStatusBar1";
            this.ribbonStatusBar1.Ribbon = this.ribbonControl;
            this.ribbonStatusBar1.Size = new System.Drawing.Size(1368, 31);
            // 
            // dockManager
            // 
            this.dockManager.DockingOptions.FloatOnDblClick = false;
            this.dockManager.DockingOptions.ShowAutoHideButton = false;
            this.dockManager.DockingOptions.ShowMaximizeButton = false;
            this.dockManager.Form = this.modulesContainer;
            this.dockManager.MenuManager = this.ribbonControl;
            this.dockManager.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "DevExpress.XtraBars.StandaloneBarDockControl",
            "System.Windows.Forms.StatusBar",
            "System.Windows.Forms.MenuStrip",
            "System.Windows.Forms.StatusStrip",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "XtraBars.Navigation.OfficeNavigationBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl"});
            // 
            // transitionManager
            // 
            this.transitionManager.ShowWaitingIndicator = false;
            transition1.Control = this.modulesContainer;
            slideFadeTransition1.Parameters.Background = System.Drawing.Color.Empty;
            slideFadeTransition1.Parameters.EffectOptions = DevExpress.Utils.Animation.PushEffectOptions.FromRight;
            slideFadeTransition1.Parameters.FrameInterval = 5000;
            transition1.TransitionType = slideFadeTransition1;
            this.transitionManager.Transitions.Add(transition1);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1368, 799);
            this.Controls.Add(this.backstageViewControl);
            this.Controls.Add(this.modulesContainer);
            this.Controls.Add(this.officeNavigationBar);
            this.Controls.Add(this.ribbonStatusBar1);
            this.Controls.Add(this.ribbonControl);
            this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.Shadow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "MainForm";
            this.Ribbon = this.ribbonControl;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.StatusBar = this.ribbonStatusBar1;
            this.Text = "DevAV";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.modulesContainer.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.navBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.notificationManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.officeNavigationBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
            this.backstageViewControl.ResumeLayout(false);
            this.backstageViewClientControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.zoomLevelTrackBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #8
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();
            DevExpress.Utils.Animation.Transition transition1 = new DevExpress.Utils.Animation.Transition();
            DevExpress.Utils.Animation.SlideFadeTransition slideFadeTransition1 = new DevExpress.Utils.Animation.SlideFadeTransition();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
            this.modulesContainer = new DevExpress.XtraEditors.XtraUserControl();
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.rgbiSkins = new DevExpress.XtraBars.SkinRibbonGalleryBarItem();
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.transitionManager1 = new DevExpress.Utils.Animation.TransitionManager();
            this.officeNavigationBar1 = new DevExpress.XtraBars.Navigation.OfficeNavigationBar();
            this.navigationBarItem1 = new DevExpress.XtraBars.Navigation.NavigationBarItem();
            this.navigationBarItem2 = new DevExpress.XtraBars.Navigation.NavigationBarItem();
            this.navigationBarItem3 = new DevExpress.XtraBars.Navigation.NavigationBarItem();
            this.navigationBarItem4 = new DevExpress.XtraBars.Navigation.NavigationBarItem();
            this.navigationBarItem5 = new DevExpress.XtraBars.Navigation.NavigationBarItem();
            this.dockManager = new DevExpress.XtraBars.Docking.DockManager(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.officeNavigationBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
            this.SuspendLayout();
            // 
            // modulesContainer
            // 
            this.modulesContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.modulesContainer.Location = new System.Drawing.Point(0, 144);
            this.modulesContainer.Name = "modulesContainer";
            this.modulesContainer.Size = new System.Drawing.Size(957, 554);
            this.modulesContainer.TabIndex = 2;
            // 
            // ribbonStatusBar
            // 
            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 736);
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.ribbonControl;
            this.ribbonStatusBar.Size = new System.Drawing.Size(957, 31);
            // 
            // ribbonControl
            // 
            this.ribbonControl.ExpandCollapseItem.Id = 0;
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl.ExpandCollapseItem,
            this.rgbiSkins});
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl.MaxItemId = 3;
            this.ribbonControl.Name = "ribbonControl";
            this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1});
            this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
            this.ribbonControl.Size = new System.Drawing.Size(957, 144);
            this.ribbonControl.StatusBar = this.ribbonStatusBar;
            // 
            // rgbiSkins
            // 
            this.rgbiSkins.Caption = "skinRibbonGalleryBarItem1";
            this.rgbiSkins.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.rgbiSkins.Id = 1;
            this.rgbiSkins.Name = "rgbiSkins";
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "Acceuil";
            // 
            // transitionManager1
            // 
            transition1.Control = this.modulesContainer;
            transition1.ShowWaitingIndicator = DevExpress.Utils.DefaultBoolean.True;
            slideFadeTransition1.Parameters.Background = System.Drawing.Color.Empty;
            slideFadeTransition1.Parameters.EffectOptions = DevExpress.Utils.Animation.PushEffectOptions.FromRight;
            slideFadeTransition1.Parameters.FrameInterval = 5000;
            slideFadeTransition1.Parameters.FramesCount = null;
            transition1.TransitionType = slideFadeTransition1;
            transition1.WaitingIndicatorProperties.ContentMinSize = new System.Drawing.Size(160, 0);
            transition1.WaitingIndicatorProperties.Description = "Chargement...";
            this.transitionManager1.Transitions.Add(transition1);
            // 
            // officeNavigationBar1
            // 
            this.officeNavigationBar1.AllowDrag = true;
            this.officeNavigationBar1.AppearanceItem.Normal.BackColor = System.Drawing.Color.Transparent;
            this.officeNavigationBar1.AppearanceItem.Normal.BackColor2 = System.Drawing.Color.Transparent;
            this.officeNavigationBar1.AppearanceItem.Normal.BorderColor = System.Drawing.Color.Transparent;
            this.officeNavigationBar1.AppearanceItem.Normal.Font = new System.Drawing.Font("Segoe UI Light", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.officeNavigationBar1.AppearanceItem.Normal.Options.UseBackColor = true;
            this.officeNavigationBar1.AppearanceItem.Normal.Options.UseBorderColor = true;
            this.officeNavigationBar1.AppearanceItem.Normal.Options.UseFont = true;
            this.officeNavigationBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.officeNavigationBar1.Items.AddRange(new DevExpress.XtraBars.Navigation.NavigationBarItem[] {
            this.navigationBarItem1,
            this.navigationBarItem2,
            this.navigationBarItem3,
            this.navigationBarItem4,
            this.navigationBarItem5});
            this.officeNavigationBar1.Location = new System.Drawing.Point(0, 698);
            this.officeNavigationBar1.Name = "officeNavigationBar1";
            this.officeNavigationBar1.Size = new System.Drawing.Size(957, 38);
            this.officeNavigationBar1.TabIndex = 8;
            this.officeNavigationBar1.Text = "officeNavigationBar1";
            this.officeNavigationBar1.ItemClick += new DevExpress.XtraBars.Navigation.NavigationBarItemClickEventHandler(this.officeNavigationBar_ItemClick);
            // 
            // navigationBarItem1
            // 
            this.navigationBarItem1.Name = "navigationBarItem1";
            this.navigationBarItem1.Text = "Acceuil";
            // 
            // navigationBarItem2
            // 
            this.navigationBarItem2.Name = "navigationBarItem2";
            this.navigationBarItem2.Text = "Service Médicale";
            // 
            // navigationBarItem3
            // 
            this.navigationBarItem3.Name = "navigationBarItem3";
            this.navigationBarItem3.Text = "Prélevement";
            // 
            // navigationBarItem4
            // 
            this.navigationBarItem4.Name = "navigationBarItem4";
            this.navigationBarItem4.Text = "Controle Biologique";
            // 
            // navigationBarItem5
            // 
            this.navigationBarItem5.Name = "navigationBarItem5";
            this.navigationBarItem5.Text = "Distribution";
            // 
            // dockManager
            // 
            this.dockManager.DockingOptions.FloatOnDblClick = false;
            this.dockManager.DockingOptions.ShowAutoHideButton = false;
            this.dockManager.DockingOptions.ShowMaximizeButton = false;
            this.dockManager.Form = this.modulesContainer;
            this.dockManager.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "DevExpress.XtraBars.StandaloneBarDockControl",
            "System.Windows.Forms.StatusBar",
            "System.Windows.Forms.MenuStrip",
            "System.Windows.Forms.StatusStrip",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl",
            "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
            "DevExpress.XtraBars.Navigation.TileNavPane"});
            // 
            // FrmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(957, 767);
            this.Controls.Add(this.modulesContainer);
            this.Controls.Add(this.officeNavigationBar1);
            this.Controls.Add(this.ribbonStatusBar);
            this.Controls.Add(this.ribbonControl);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.KeyPreview = true;
            this.Name = "FrmMain";
            this.Ribbon = this.ribbonControl;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.StatusBar = this.ribbonStatusBar;
            this.Text = "Don du Sang";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMain_FormClosed);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.officeNavigationBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <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();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule1 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleValue          formatConditionRuleValue1 = new DevExpress.XtraEditors.FormatConditionRuleValue();
     DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
     System.ComponentModel.ComponentResourceManager           resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectProjectDialog));
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject1  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject2  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject3  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject4  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2      = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject5  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject6  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject7  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject8  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3      = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject9  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.Animation.Transition transition1 = new DevExpress.Utils.Animation.Transition();
     this.colIsExist               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDirectory             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControlRoot        = new DevExpress.XtraLayout.LayoutControl();
     this.btnCancel                = new DevExpress.XtraEditors.SimpleButton();
     this.btnOpen                  = new DevExpress.XtraEditors.SimpleButton();
     this.gridProjects             = new DevExpress.XtraGrid.GridControl();
     this.bindingProjects          = new System.Windows.Forms.BindingSource(this.components);
     this.viewProjects             = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colIsFavorite            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemIsFavorite = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.colProjectName           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLastAccess            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lookupLibraries          = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.bindingLibraries         = new System.Windows.Forms.BindingSource(this.components);
     this.lookupLibrariesView      = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colLibraryDirectory      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLibraryName           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Root                       = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem1            = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutBtnOpen              = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutBtnCancel            = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroupProjects = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutGridProjects         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutLookupLibraries      = new DevExpress.XtraLayout.LayoutControlItem();
     this.accordionControl           = new DevExpress.XtraBars.Navigation.AccordionControl();
     this.accordionControlFavorites  = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.accordionControlRecent     = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.accordionControlLibraries  = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.accordionControlExamples   = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.accordionControlSeparator1 = new DevExpress.XtraBars.Navigation.AccordionControlSeparator();
     this.accordionControlOpen       = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.dlgFolderBrowser           = new DevExpress.XtraEditors.XtraFolderBrowserDialog(this.components);
     this.transitionManager          = new DevExpress.Utils.Animation.TransitionManager(this.components);
     this.accordionControlSeparator2 = new DevExpress.XtraBars.Navigation.AccordionControlSeparator();
     this.accordionControlDefault    = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlRoot)).BeginInit();
     this.layoutControlRoot.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridProjects)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingProjects)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewProjects)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemIsFavorite)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookupLibraries.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingLibraries)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookupLibrariesView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutBtnOpen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutBtnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupProjects)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutGridProjects)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutLookupLibraries)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.accordionControl)).BeginInit();
     this.SuspendLayout();
     //
     // colIsExist
     //
     this.colIsExist.Caption = "Exists";
     this.colIsExist.Name    = "colIsExist";
     //
     // colDirectory
     //
     this.colDirectory.FieldName = "Directory";
     this.colDirectory.Name      = "colDirectory";
     this.colDirectory.OptionsColumn.AllowEdit = false;
     this.colDirectory.OptionsColumn.ReadOnly  = true;
     //
     // layoutControlRoot
     //
     this.layoutControlRoot.Controls.Add(this.btnCancel);
     this.layoutControlRoot.Controls.Add(this.btnOpen);
     this.layoutControlRoot.Controls.Add(this.gridProjects);
     this.layoutControlRoot.Controls.Add(this.lookupLibraries);
     this.layoutControlRoot.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControlRoot.Location = new System.Drawing.Point(148, 0);
     this.layoutControlRoot.Name     = "layoutControlRoot";
     this.layoutControlRoot.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(2160, 458, 650, 400);
     this.layoutControlRoot.Root     = this.Root;
     this.layoutControlRoot.Size     = new System.Drawing.Size(604, 401);
     this.layoutControlRoot.TabIndex = 0;
     //
     // btnCancel
     //
     this.btnCancel.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location        = new System.Drawing.Point(382, 367);
     this.btnCancel.Name            = "btnCancel";
     this.btnCancel.Size            = new System.Drawing.Size(210, 22);
     this.btnCancel.StyleController = this.layoutControlRoot;
     this.btnCancel.TabIndex        = 7;
     this.btnCancel.Text            = "Cancel";
     //
     // btnOpen
     //
     this.btnOpen.DialogResult    = System.Windows.Forms.DialogResult.OK;
     this.btnOpen.Location        = new System.Drawing.Point(169, 367);
     this.btnOpen.Name            = "btnOpen";
     this.btnOpen.Size            = new System.Drawing.Size(209, 22);
     this.btnOpen.StyleController = this.layoutControlRoot;
     this.btnOpen.TabIndex        = 6;
     this.btnOpen.Text            = "Open";
     //
     // gridProjects
     //
     this.gridProjects.DataSource = this.bindingProjects;
     this.gridProjects.Location   = new System.Drawing.Point(15, 64);
     this.gridProjects.MainView   = this.viewProjects;
     this.gridProjects.Name       = "gridProjects";
     this.gridProjects.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemIsFavorite
     });
     this.gridProjects.Size     = new System.Drawing.Size(574, 296);
     this.gridProjects.TabIndex = 5;
     this.gridProjects.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.viewProjects
     });
     //
     // bindingProjects
     //
     this.bindingProjects.DataSource = typeof(SpreadCommander.Documents.Code.SavedProject);
     //
     // viewProjects
     //
     this.viewProjects.Appearance.Preview.FontSizeDelta   = -1;
     this.viewProjects.Appearance.Preview.FontStyleDelta  = System.Drawing.FontStyle.Italic;
     this.viewProjects.Appearance.Preview.Options.UseFont = true;
     this.viewProjects.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colIsFavorite,
         this.colDirectory,
         this.colProjectName,
         this.colLastAccess,
         this.colIsExist
     });
     gridFormatRule1.Column        = this.colIsExist;
     gridFormatRule1.ColumnApplyTo = this.colDirectory;
     gridFormatRule1.Name          = "Format0";
     formatConditionRuleValue1.Appearance.FontStyleDelta  = System.Drawing.FontStyle.Strikeout;
     formatConditionRuleValue1.Appearance.Options.UseFont = true;
     formatConditionRuleValue1.Condition = DevExpress.XtraEditors.FormatCondition.Equal;
     formatConditionRuleValue1.Value1    = true;
     gridFormatRule1.Rule = formatConditionRuleValue1;
     this.viewProjects.FormatRules.Add(gridFormatRule1);
     this.viewProjects.GridControl = this.gridProjects;
     this.viewProjects.Name        = "viewProjects";
     this.viewProjects.OptionsBehavior.AutoPopulateColumns = false;
     this.viewProjects.OptionsFind.SearchInPreview         = true;
     this.viewProjects.OptionsView.EnableAppearanceEvenRow = true;
     this.viewProjects.OptionsView.EnableAppearanceOddRow  = true;
     this.viewProjects.OptionsView.RowAutoHeight           = true;
     this.viewProjects.OptionsView.ShowAutoFilterRow       = true;
     this.viewProjects.OptionsView.ShowColumnHeaders       = false;
     this.viewProjects.OptionsView.ShowGroupPanel          = false;
     this.viewProjects.OptionsView.ShowHorizontalLines     = DevExpress.Utils.DefaultBoolean.False;
     this.viewProjects.OptionsView.ShowPreview             = true;
     this.viewProjects.OptionsView.ShowVerticalLines       = DevExpress.Utils.DefaultBoolean.False;
     this.viewProjects.PreviewFieldName = "Directory";
     //
     // colIsFavorite
     //
     this.colIsFavorite.Caption    = " ";
     this.colIsFavorite.ColumnEdit = this.repositoryItemIsFavorite;
     this.colIsFavorite.FieldName  = "IsFavorite";
     this.colIsFavorite.MaxWidth   = 24;
     this.colIsFavorite.MinWidth   = 24;
     this.colIsFavorite.Name       = "colIsFavorite";
     this.colIsFavorite.OptionsColumn.FixedWidth = true;
     this.colIsFavorite.Visible      = true;
     this.colIsFavorite.VisibleIndex = 0;
     this.colIsFavorite.Width        = 24;
     //
     // repositoryItemIsFavorite
     //
     this.repositoryItemIsFavorite.AutoHeight            = false;
     this.repositoryItemIsFavorite.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgStar2;
     this.repositoryItemIsFavorite.Name            = "repositoryItemIsFavorite";
     this.repositoryItemIsFavorite.CheckedChanged += new System.EventHandler(this.RepositoryItemIsFavorite_CheckedChanged);
     //
     // colProjectName
     //
     this.colProjectName.FieldName = "ProjectName";
     this.colProjectName.Name      = "colProjectName";
     this.colProjectName.OptionsColumn.AllowEdit = false;
     this.colProjectName.OptionsColumn.ReadOnly  = true;
     this.colProjectName.Visible      = true;
     this.colProjectName.VisibleIndex = 1;
     //
     // colLastAccess
     //
     this.colLastAccess.DisplayFormat.FormatString = "d";
     this.colLastAccess.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colLastAccess.FieldName = "LastAccess";
     this.colLastAccess.MaxWidth  = 100;
     this.colLastAccess.Name      = "colLastAccess";
     this.colLastAccess.OptionsColumn.AllowEdit = false;
     this.colLastAccess.OptionsColumn.ReadOnly  = true;
     this.colLastAccess.Visible      = true;
     this.colLastAccess.VisibleIndex = 2;
     this.colLastAccess.Width        = 60;
     //
     // lookupLibraries
     //
     this.lookupLibraries.Location          = new System.Drawing.Point(15, 36);
     this.lookupLibraries.Name              = "lookupLibraries";
     editorButtonImageOptions1.SvgImage     = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("editorButtonImageOptions1.SvgImage")));
     editorButtonImageOptions1.SvgImageSize = new System.Drawing.Size(16, 16);
     this.lookupLibraries.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "Show folder in Windows Explorer", "Explore", null, DevExpress.Utils.ToolTipAnchor.Default),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Minus, "", -1, true, true, true, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "Remove library", "Remove", null, DevExpress.Utils.ToolTipAnchor.Default),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus, "", -1, true, true, true, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "Add new library", "Add", null, DevExpress.Utils.ToolTipAnchor.Default)
     });
     this.lookupLibraries.Properties.DataSource      = this.bindingLibraries;
     this.lookupLibraries.Properties.DisplayMember   = "LibraryName";
     this.lookupLibraries.Properties.NullText        = "";
     this.lookupLibraries.Properties.NullValuePrompt = "Select a library";
     this.lookupLibraries.Properties.PopupView       = this.lookupLibrariesView;
     this.lookupLibraries.Properties.ViewType        = DevExpress.XtraEditors.Repository.GridLookUpViewType.GridView;
     this.lookupLibraries.Size              = new System.Drawing.Size(574, 24);
     this.lookupLibraries.StyleController   = this.layoutControlRoot;
     this.lookupLibraries.TabIndex          = 4;
     this.lookupLibraries.ButtonClick      += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.LookupLibraries_ButtonClick);
     this.lookupLibraries.EditValueChanged += new System.EventHandler(this.LookupLibraries_EditValueChanged);
     //
     // bindingLibraries
     //
     this.bindingLibraries.DataSource = typeof(SpreadCommander.Documents.Code.SavedLibrary);
     //
     // lookupLibrariesView
     //
     this.lookupLibrariesView.Appearance.Preview.FontSizeDelta   = -1;
     this.lookupLibrariesView.Appearance.Preview.FontStyleDelta  = System.Drawing.FontStyle.Italic;
     this.lookupLibrariesView.Appearance.Preview.Options.UseFont = true;
     this.lookupLibrariesView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colLibraryDirectory,
         this.colLibraryName
     });
     this.lookupLibrariesView.FocusRectStyle              = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.lookupLibrariesView.Name                        = "lookupLibrariesView";
     this.lookupLibrariesView.OptionsBehavior.Editable    = false;
     this.lookupLibrariesView.OptionsBehavior.ReadOnly    = true;
     this.lookupLibrariesView.OptionsFind.SearchInPreview = true;
     this.lookupLibrariesView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.lookupLibrariesView.OptionsView.EnableAppearanceEvenRow          = true;
     this.lookupLibrariesView.OptionsView.EnableAppearanceOddRow           = true;
     this.lookupLibrariesView.OptionsView.ShowColumnHeaders = false;
     this.lookupLibrariesView.OptionsView.ShowGroupPanel    = false;
     this.lookupLibrariesView.OptionsView.ShowPreview       = true;
     this.lookupLibrariesView.PreviewFieldName = "Directory";
     //
     // colLibraryDirectory
     //
     this.colLibraryDirectory.FieldName = "Directory";
     this.colLibraryDirectory.Name      = "colLibraryDirectory";
     //
     // colLibraryName
     //
     this.colLibraryName.FieldName = "LibraryName";
     this.colLibraryName.Name      = "colLibraryName";
     this.colLibraryName.OptionsColumn.ReadOnly = true;
     this.colLibraryName.Visible      = true;
     this.colLibraryName.VisibleIndex = 0;
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.emptySpaceItem1,
         this.layoutBtnOpen,
         this.layoutBtnCancel,
         this.layoutControlGroupProjects
     });
     this.Root.Name        = "Root";
     this.Root.Size        = new System.Drawing.Size(604, 401);
     this.Root.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(0, 355);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(157, 26);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutBtnOpen
     //
     this.layoutBtnOpen.Control     = this.btnOpen;
     this.layoutBtnOpen.Location    = new System.Drawing.Point(157, 355);
     this.layoutBtnOpen.Name        = "layoutBtnOpen";
     this.layoutBtnOpen.Size        = new System.Drawing.Size(213, 26);
     this.layoutBtnOpen.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutBtnOpen.TextVisible = false;
     //
     // layoutBtnCancel
     //
     this.layoutBtnCancel.Control     = this.btnCancel;
     this.layoutBtnCancel.Location    = new System.Drawing.Point(370, 355);
     this.layoutBtnCancel.Name        = "layoutBtnCancel";
     this.layoutBtnCancel.Size        = new System.Drawing.Size(214, 26);
     this.layoutBtnCancel.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutBtnCancel.TextVisible = false;
     //
     // layoutControlGroupProjects
     //
     this.layoutControlGroupProjects.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutGridProjects,
         this.layoutLookupLibraries
     });
     this.layoutControlGroupProjects.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroupProjects.Name     = "layoutControlGroupProjects";
     this.layoutControlGroupProjects.Padding  = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroupProjects.Size     = new System.Drawing.Size(584, 355);
     this.layoutControlGroupProjects.Text     = "Favorite Projects";
     //
     // layoutGridProjects
     //
     this.layoutGridProjects.Control     = this.gridProjects;
     this.layoutGridProjects.Location    = new System.Drawing.Point(0, 28);
     this.layoutGridProjects.Name        = "layoutGridProjects";
     this.layoutGridProjects.Size        = new System.Drawing.Size(578, 300);
     this.layoutGridProjects.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutGridProjects.TextVisible = false;
     //
     // layoutLookupLibraries
     //
     this.layoutLookupLibraries.Control     = this.lookupLibraries;
     this.layoutLookupLibraries.Location    = new System.Drawing.Point(0, 0);
     this.layoutLookupLibraries.Name        = "layoutLookupLibraries";
     this.layoutLookupLibraries.Size        = new System.Drawing.Size(578, 28);
     this.layoutLookupLibraries.Text        = "Libraries: ";
     this.layoutLookupLibraries.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutLookupLibraries.TextVisible = false;
     //
     // accordionControl
     //
     this.accordionControl.Appearance.Item.Default.Font            = new System.Drawing.Font("Segoe UI", 10F);
     this.accordionControl.Appearance.Item.Default.Options.UseFont = true;
     this.accordionControl.Dock = System.Windows.Forms.DockStyle.Left;
     this.accordionControl.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
         this.accordionControlFavorites,
         this.accordionControlRecent,
         this.accordionControlLibraries,
         this.accordionControlExamples,
         this.accordionControlSeparator1,
         this.accordionControlDefault,
         this.accordionControlSeparator2,
         this.accordionControlOpen
     });
     this.accordionControl.Location          = new System.Drawing.Point(0, 0);
     this.accordionControl.Name              = "accordionControl";
     this.accordionControl.ScrollBarMode     = DevExpress.XtraBars.Navigation.ScrollBarMode.Auto;
     this.accordionControl.ShowFilterControl = DevExpress.XtraBars.Navigation.ShowFilterControl.Auto;
     this.accordionControl.Size              = new System.Drawing.Size(148, 401);
     this.accordionControl.TabIndex          = 1;
     this.accordionControl.ViewType          = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu;
     //
     // accordionControlFavorites
     //
     this.accordionControlFavorites.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accordionControlFavorites.ImageOptions.SvgImage")));
     this.accordionControlFavorites.Name   = "accordionControlFavorites";
     this.accordionControlFavorites.Style  = DevExpress.XtraBars.Navigation.ElementStyle.Item;
     this.accordionControlFavorites.Text   = "Favorites";
     this.accordionControlFavorites.Click += new System.EventHandler(this.AccordionControlFavorites_Click);
     //
     // accordionControlRecent
     //
     this.accordionControlRecent.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accordionControlRecent.ImageOptions.SvgImage")));
     this.accordionControlRecent.Name   = "accordionControlRecent";
     this.accordionControlRecent.Style  = DevExpress.XtraBars.Navigation.ElementStyle.Item;
     this.accordionControlRecent.Text   = "Recent";
     this.accordionControlRecent.Click += new System.EventHandler(this.AccordionControlRecent_Click);
     //
     // accordionControlLibraries
     //
     this.accordionControlLibraries.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accordionControlLibraries.ImageOptions.SvgImage")));
     this.accordionControlLibraries.Name   = "accordionControlLibraries";
     this.accordionControlLibraries.Style  = DevExpress.XtraBars.Navigation.ElementStyle.Item;
     this.accordionControlLibraries.Text   = "Libraries";
     this.accordionControlLibraries.Click += new System.EventHandler(this.AccordionControlLibraries_Click);
     //
     // accordionControlExamples
     //
     this.accordionControlExamples.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accordionControlExamples.ImageOptions.SvgImage")));
     this.accordionControlExamples.Name   = "accordionControlExamples";
     this.accordionControlExamples.Style  = DevExpress.XtraBars.Navigation.ElementStyle.Item;
     this.accordionControlExamples.Text   = "Examples";
     this.accordionControlExamples.Click += new System.EventHandler(this.AccordionControlExamples_Click);
     //
     // accordionControlSeparator1
     //
     this.accordionControlSeparator1.Name = "accordionControlSeparator1";
     //
     // accordionControlOpen
     //
     this.accordionControlOpen.ImageOptions.SvgImage = global::SpreadCommander.Documents.Properties.Resources.OpenProject;
     this.accordionControlOpen.Name   = "accordionControlOpen";
     this.accordionControlOpen.Style  = DevExpress.XtraBars.Navigation.ElementStyle.Item;
     this.accordionControlOpen.Text   = "Open Project";
     this.accordionControlOpen.Click += new System.EventHandler(this.AccordionControlOpen_Click);
     //
     // dlgFolderBrowser
     //
     this.dlgFolderBrowser.DialogStyle   = DevExpress.Utils.CommonDialogs.FolderBrowserDialogStyle.Wide;
     this.dlgFolderBrowser.RootFolder    = System.Environment.SpecialFolder.MyDocuments;
     this.dlgFolderBrowser.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.dlgFolderBrowser.Title         = "Libraries";
     //
     // transitionManager
     //
     transition1.BarWaitingIndicatorProperties.Caption     = "";
     transition1.BarWaitingIndicatorProperties.Description = "";
     transition1.Control = this.layoutControlRoot;
     transition1.LineWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.LineWaitingIndicatorProperties.Caption               = "";
     transition1.LineWaitingIndicatorProperties.Description           = "";
     transition1.RingWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.RingWaitingIndicatorProperties.Caption               = "";
     transition1.RingWaitingIndicatorProperties.Description           = "";
     transition1.WaitingIndicatorProperties.Caption     = "";
     transition1.WaitingIndicatorProperties.Description = "";
     this.transitionManager.Transitions.Add(transition1);
     //
     // accordionControlSeparator2
     //
     this.accordionControlSeparator2.Name = "accordionControlSeparator2";
     //
     // accordionControlDefault
     //
     this.accordionControlDefault.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accordionControlDefault.ImageOptions.SvgImage")));
     this.accordionControlDefault.Name   = "accordionControlDefault";
     this.accordionControlDefault.Style  = DevExpress.XtraBars.Navigation.ElementStyle.Item;
     this.accordionControlDefault.Text   = "Default Project";
     this.accordionControlDefault.Click += new System.EventHandler(this.AccordionControlDefault_Click);
     //
     // SelectProjectDialog
     //
     this.AcceptButton        = this.btnOpen;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(752, 401);
     this.Controls.Add(this.layoutControlRoot);
     this.Controls.Add(this.accordionControl);
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("SelectProjectDialog.IconOptions.Icon")));
     this.Name             = "SelectProjectDialog";
     this.Opacity          = 0.9D;
     this.ShowInTaskbar    = false;
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text             = "Select Project";
     this.FormClosing     += new System.Windows.Forms.FormClosingEventHandler(this.SelectProjectDialog_FormClosing);
     this.Load            += new System.EventHandler(this.SelectProjectDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlRoot)).EndInit();
     this.layoutControlRoot.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridProjects)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingProjects)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewProjects)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemIsFavorite)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookupLibraries.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingLibraries)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookupLibrariesView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutBtnOpen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutBtnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupProjects)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutGridProjects)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutLookupLibraries)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.accordionControl)).EndInit();
     this.ResumeLayout(false);
 }
Example #10
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();
     DevExpress.Utils.Animation.Transition          transition2     = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.Animation.ZoomTransition      zoomTransition2 = new DevExpress.Utils.Animation.ZoomTransition();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.gridControl1       = new DevExpress.XtraGrid.GridControl();
     this.winExplorerView1   = new DevExpress.XtraGrid.Views.WinExplorer.WinExplorerView();
     this.columnName         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.columnImage        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.transitionManager1 = new DevExpress.Utils.Animation.TransitionManager(this.components);
     this.barManager1        = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2          = new DevExpress.XtraBars.Bar();
     this.backButton    = new DevExpress.XtraBars.BarButtonItem();
     this.forwardButton = new DevExpress.XtraBars.BarButtonItem();
     this.barEditItem1  = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemBreadCrumbEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemBreadCrumbEdit();
     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.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.winExplorerView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBreadCrumbEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // gridControl1
     //
     this.gridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 36);
     this.gridControl1.MainView = this.winExplorerView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(1170, 631);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.winExplorerView1
     });
     //
     // winExplorerView1
     //
     this.winExplorerView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.columnName,
         this.columnImage
     });
     this.winExplorerView1.ColumnSet.ExtraLargeImageColumn = this.columnImage;
     this.winExplorerView1.ColumnSet.TextColumn            = this.columnName;
     this.winExplorerView1.GridControl = this.gridControl1;
     this.winExplorerView1.Name        = "winExplorerView1";
     this.winExplorerView1.OptionsBehavior.Editable               = false;
     this.winExplorerView1.OptionsView.ImageLayoutMode            = DevExpress.Utils.Drawing.ImageLayoutMode.Stretch;
     this.winExplorerView1.OptionsView.Style                      = DevExpress.XtraGrid.Views.WinExplorer.WinExplorerViewStyle.ExtraLarge;
     this.winExplorerView1.OptionsViewStyles.ExtraLarge.ImageSize = new System.Drawing.Size(128, 128);
     this.winExplorerView1.ItemDoubleClick += new DevExpress.XtraGrid.Views.WinExplorer.WinExplorerViewItemDoubleClickEventHandler(this.winExplorerView1_ItemDoubleClick);
     this.winExplorerView1.ItemKeyDown     += new DevExpress.XtraGrid.Views.WinExplorer.WinExplorerViewItemKeyDownEventHandler(this.winExplorerView1_ItemKeyDown);
     //
     // columnName
     //
     this.columnName.Caption      = "columnName";
     this.columnName.FieldName    = "Name";
     this.columnName.MinWidth     = 30;
     this.columnName.Name         = "columnName";
     this.columnName.Visible      = true;
     this.columnName.VisibleIndex = 0;
     this.columnName.Width        = 112;
     //
     // columnImage
     //
     this.columnImage.Caption      = "columnImage";
     this.columnImage.FieldName    = "Image";
     this.columnImage.MinWidth     = 30;
     this.columnImage.Name         = "columnImage";
     this.columnImage.Visible      = true;
     this.columnImage.VisibleIndex = 0;
     this.columnImage.Width        = 112;
     //
     // transitionManager1
     //
     this.transitionManager1.FrameCount = 450;
     transition2.BarWaitingIndicatorProperties.Caption     = "";
     transition2.BarWaitingIndicatorProperties.Description = "";
     transition2.Control = this.gridControl1;
     transition2.LineWaitingIndicatorProperties.AnimationElementCount = 5;
     transition2.LineWaitingIndicatorProperties.Caption               = "";
     transition2.LineWaitingIndicatorProperties.Description           = "";
     transition2.RingWaitingIndicatorProperties.AnimationElementCount = 5;
     transition2.RingWaitingIndicatorProperties.Caption               = "";
     transition2.RingWaitingIndicatorProperties.Description           = "";
     transition2.TransitionType = zoomTransition2;
     transition2.WaitingIndicatorProperties.Caption     = "";
     transition2.WaitingIndicatorProperties.Description = "";
     this.transitionManager1.Transitions.Add(transition2);
     this.transitionManager1.UseDirectXPaint = DevExpress.Utils.DefaultBoolean.True;
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.forwardButton,
         this.backButton,
         this.barButtonItem1,
         this.barEditItem1
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 6;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemBreadCrumbEdit1
     });
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.backButton),
         new DevExpress.XtraBars.LinkPersistInfo(this.forwardButton),
         new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem1)
     });
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DisableCustomization    = true;
     this.bar2.OptionsBar.DrawDragBorder          = false;
     this.bar2.Text = "Main menu";
     //
     // backButton
     //
     this.backButton.Caption = "Back";
     this.backButton.Id      = 3;
     this.backButton.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem4.ImageOptions.SvgImage")));
     this.backButton.Name       = "backButton";
     this.backButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OnBackButtonClick);
     //
     // forwardButton
     //
     this.forwardButton.Caption = "Forward";
     this.forwardButton.Id      = 2;
     this.forwardButton.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem3.ImageOptions.SvgImage")));
     this.forwardButton.Name       = "forwardButton";
     this.forwardButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OnForwardButtonClick);
     //
     // barEditItem1
     //
     this.barEditItem1.AutoFillWidth = true;
     this.barEditItem1.Caption       = "Path";
     this.barEditItem1.Edit          = this.repositoryItemBreadCrumbEdit1;
     this.barEditItem1.Id            = 5;
     this.barEditItem1.Name          = "barEditItem1";
     //
     // repositoryItemBreadCrumbEdit1
     //
     this.repositoryItemBreadCrumbEdit1.AutoHeight = false;
     this.repositoryItemBreadCrumbEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemBreadCrumbEdit1.Name              = "repositoryItemBreadCrumbEdit1";
     this.repositoryItemBreadCrumbEdit1.QueryChildNodes  += new DevExpress.XtraEditors.BreadCrumbQueryChildNodesEventHandler(this.repositoryItemBreadCrumbEdit1_QueryChildNodes);
     this.repositoryItemBreadCrumbEdit1.ValidatePath     += new DevExpress.XtraEditors.BreadCrumbValidatePathEventHandler(this.repositoryItemBreadCrumbEdit1_ValidatePath);
     this.repositoryItemBreadCrumbEdit1.NewNodeAdding    += new DevExpress.XtraEditors.BreadCrumbNewNodeAddingEventHandler(this.repositoryItemBreadCrumbEdit1_NewNodeAdding);
     this.repositoryItemBreadCrumbEdit1.EditValueChanged += new System.EventHandler(this.OnBreadCrumbValueChanged);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Manager          = this.barManager1;
     this.barDockControlTop.Size             = new System.Drawing.Size(1170, 36);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 667);
     this.barDockControlBottom.Manager          = this.barManager1;
     this.barDockControlBottom.Size             = new System.Drawing.Size(1170, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 36);
     this.barDockControlLeft.Manager          = this.barManager1;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 631);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1170, 36);
     this.barDockControlRight.Manager          = this.barManager1;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 631);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id      = 4;
     this.barButtonItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem1.ImageOptions.SvgImage")));
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1170, 667);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "Form1";
     this.Text   = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.winExplorerView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBreadCrumbEdit1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources            = new System.ComponentModel.ComponentResourceManager(typeof(Principal));
     DevExpress.Utils.Animation.Transition          transition1          = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.Animation.SlideFadeTransition slideFadeTransition1 = new DevExpress.Utils.Animation.SlideFadeTransition();
     this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.barButtonItemNuevaFactura           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2                      = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemGuardarFactura         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemCargarCliente          = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemGuardar                = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemGuardarConfiguracion   = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDisenyo                = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPageArchivo                   = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroupFactura              = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroupCliente              = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageImpresion                 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageConfiguracion             = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroupConfiguracionArchivo = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar                     = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.panelControlContenido               = new DevExpress.XtraEditors.PanelControl();
     this.transitionManager1                  = new DevExpress.Utils.Animation.TransitionManager();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlContenido)).BeginInit();
     this.SuspendLayout();
     //
     // ribbon
     //
     this.ribbon.ExpandCollapseItem.Id = 0;
     this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbon.ExpandCollapseItem,
         this.barButtonItemNuevaFactura,
         this.barButtonItem2,
         this.barButtonItemGuardarFactura,
         this.barButtonItemCargarCliente,
         this.barButtonItemGuardar,
         this.barButtonItemGuardarConfiguracion,
         this.barButtonItemDisenyo
     });
     this.ribbon.Location  = new System.Drawing.Point(0, 0);
     this.ribbon.MaxItemId = 9;
     this.ribbon.Name      = "ribbon";
     this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPageArchivo,
         this.ribbonPageImpresion,
         this.ribbonPageConfiguracion
     });
     this.ribbon.RibbonStyle           = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
     this.ribbon.Size                  = new System.Drawing.Size(910, 144);
     this.ribbon.StatusBar             = this.ribbonStatusBar;
     this.ribbon.SelectedPageChanging += new DevExpress.XtraBars.Ribbon.RibbonPageChangingEventHandler(this.ribbon_SelectedPageChanging);
     this.ribbon.SelectedPageChanged  += new System.EventHandler(this.ribbon_SelectedPageChanged);
     //
     // barButtonItemNuevaFactura
     //
     this.barButtonItemNuevaFactura.Caption      = "Nueva";
     this.barButtonItemNuevaFactura.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.barButtonItemNuevaFactura.Glyph        = ((System.Drawing.Image)(resources.GetObject("barButtonItemNuevaFactura.Glyph")));
     this.barButtonItemNuevaFactura.Id           = 1;
     this.barButtonItemNuevaFactura.LargeGlyph   = ((System.Drawing.Image)(resources.GetObject("barButtonItemNuevaFactura.LargeGlyph")));
     this.barButtonItemNuevaFactura.Name         = "barButtonItemNuevaFactura";
     this.barButtonItemNuevaFactura.ItemClick   += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemNuevaFactura_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption      = "Cargar";
     this.barButtonItem2.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.barButtonItem2.Glyph        = global::Facturas.Properties.Resources._1412779741_Download;
     this.barButtonItem2.Id           = 2;
     this.barButtonItem2.LargeGlyph   = global::Facturas.Properties.Resources._1412779737_Download;
     this.barButtonItem2.Name         = "barButtonItem2";
     this.barButtonItem2.ItemClick   += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItemGuardarFactura
     //
     this.barButtonItemGuardarFactura.Caption      = "Guardar";
     this.barButtonItemGuardarFactura.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.barButtonItemGuardarFactura.Glyph        = global::Facturas.Properties.Resources._1412779930_Hard_Disk;
     this.barButtonItemGuardarFactura.Id           = 3;
     this.barButtonItemGuardarFactura.LargeGlyph   = global::Facturas.Properties.Resources._1412779928_Hard_Disk;
     this.barButtonItemGuardarFactura.Name         = "barButtonItemGuardarFactura";
     this.barButtonItemGuardarFactura.ItemClick   += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItemCargarCliente
     //
     this.barButtonItemCargarCliente.Caption      = "Cargar Datos";
     this.barButtonItemCargarCliente.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.barButtonItemCargarCliente.Glyph        = ((System.Drawing.Image)(resources.GetObject("barButtonItemCargarCliente.Glyph")));
     this.barButtonItemCargarCliente.Id           = 4;
     this.barButtonItemCargarCliente.LargeGlyph   = ((System.Drawing.Image)(resources.GetObject("barButtonItemCargarCliente.LargeGlyph")));
     this.barButtonItemCargarCliente.Name         = "barButtonItemCargarCliente";
     this.barButtonItemCargarCliente.ItemClick   += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemCargarCliente_ItemClick);
     //
     // barButtonItemGuardar
     //
     this.barButtonItemGuardar.Caption      = "Guardar Datos";
     this.barButtonItemGuardar.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.barButtonItemGuardar.Glyph        = global::Facturas.Properties.Resources._1412779853_Flash_Disk;
     this.barButtonItemGuardar.Id           = 5;
     this.barButtonItemGuardar.LargeGlyph   = global::Facturas.Properties.Resources._1412779850_Flash_Disk;
     this.barButtonItemGuardar.Name         = "barButtonItemGuardar";
     this.barButtonItemGuardar.ItemClick   += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemGuardar_ItemClick);
     //
     // barButtonItemGuardarConfiguracion
     //
     this.barButtonItemGuardarConfiguracion.Caption      = "Guardar";
     this.barButtonItemGuardarConfiguracion.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.barButtonItemGuardarConfiguracion.Glyph        = ((System.Drawing.Image)(resources.GetObject("barButtonItemGuardarConfiguracion.Glyph")));
     this.barButtonItemGuardarConfiguracion.Id           = 6;
     this.barButtonItemGuardarConfiguracion.LargeGlyph   = ((System.Drawing.Image)(resources.GetObject("barButtonItemGuardarConfiguracion.LargeGlyph")));
     this.barButtonItemGuardarConfiguracion.Name         = "barButtonItemGuardarConfiguracion";
     this.barButtonItemGuardarConfiguracion.ItemClick   += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemGuardarConfiguracion_ItemClick);
     //
     // barButtonItemDisenyo
     //
     this.barButtonItemDisenyo.Caption      = "Diseño Factura";
     this.barButtonItemDisenyo.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.barButtonItemDisenyo.Glyph        = ((System.Drawing.Image)(resources.GetObject("barButtonItemDisenyo.Glyph")));
     this.barButtonItemDisenyo.Id           = 8;
     this.barButtonItemDisenyo.LargeGlyph   = ((System.Drawing.Image)(resources.GetObject("barButtonItemDisenyo.LargeGlyph")));
     this.barButtonItemDisenyo.Name         = "barButtonItemDisenyo";
     this.barButtonItemDisenyo.ItemClick   += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemDisenyo_ItemClick);
     //
     // ribbonPageArchivo
     //
     this.ribbonPageArchivo.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroupFactura,
         this.ribbonPageGroupCliente
     });
     this.ribbonPageArchivo.Name = "ribbonPageArchivo";
     this.ribbonPageArchivo.Text = "Archivo";
     //
     // ribbonPageGroupFactura
     //
     this.ribbonPageGroupFactura.ItemLinks.Add(this.barButtonItemNuevaFactura);
     this.ribbonPageGroupFactura.ItemLinks.Add(this.barButtonItem2);
     this.ribbonPageGroupFactura.ItemLinks.Add(this.barButtonItemGuardarFactura);
     this.ribbonPageGroupFactura.Name = "ribbonPageGroupFactura";
     this.ribbonPageGroupFactura.ShowCaptionButton = false;
     this.ribbonPageGroupFactura.Text = "Factura";
     //
     // ribbonPageGroupCliente
     //
     this.ribbonPageGroupCliente.ItemLinks.Add(this.barButtonItemCargarCliente);
     this.ribbonPageGroupCliente.ItemLinks.Add(this.barButtonItemGuardar);
     this.ribbonPageGroupCliente.ItemLinks.Add(this.barButtonItemDisenyo);
     this.ribbonPageGroupCliente.Name = "ribbonPageGroupCliente";
     this.ribbonPageGroupCliente.Text = "Cliente";
     //
     // ribbonPageImpresion
     //
     this.ribbonPageImpresion.Name = "ribbonPageImpresion";
     this.ribbonPageImpresion.Text = "Imprimir Previsualización";
     //
     // ribbonPageConfiguracion
     //
     this.ribbonPageConfiguracion.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroupConfiguracionArchivo
     });
     this.ribbonPageConfiguracion.Name = "ribbonPageConfiguracion";
     this.ribbonPageConfiguracion.Text = "Configuración";
     //
     // ribbonPageGroupConfiguracionArchivo
     //
     this.ribbonPageGroupConfiguracionArchivo.ItemLinks.Add(this.barButtonItemGuardarConfiguracion);
     this.ribbonPageGroupConfiguracionArchivo.Name = "ribbonPageGroupConfiguracionArchivo";
     this.ribbonPageGroupConfiguracionArchivo.ShowCaptionButton = false;
     this.ribbonPageGroupConfiguracionArchivo.Text = "Archivo";
     //
     // ribbonStatusBar
     //
     this.ribbonStatusBar.Location = new System.Drawing.Point(0, 688);
     this.ribbonStatusBar.Name     = "ribbonStatusBar";
     this.ribbonStatusBar.Ribbon   = this.ribbon;
     this.ribbonStatusBar.Size     = new System.Drawing.Size(910, 31);
     //
     // panelControlContenido
     //
     this.panelControlContenido.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControlContenido.Location = new System.Drawing.Point(0, 144);
     this.panelControlContenido.Name     = "panelControlContenido";
     this.panelControlContenido.Size     = new System.Drawing.Size(910, 544);
     this.panelControlContenido.TabIndex = 0;
     //
     // transitionManager1
     //
     this.transitionManager1.FrameCount    = 500;
     this.transitionManager1.FrameInterval = 5000;
     transition1.Control = null;
     transition1.ShowWaitingIndicator            = DevExpress.Utils.DefaultBoolean.True;
     slideFadeTransition1.Parameters.Background  = System.Drawing.Color.Empty;
     slideFadeTransition1.Parameters.FramesCount = null;
     transition1.TransitionType = slideFadeTransition1;
     this.transitionManager1.Transitions.Add(transition1);
     //
     // Principal
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(910, 719);
     this.Controls.Add(this.panelControlContenido);
     this.Controls.Add(this.ribbonStatusBar);
     this.Controls.Add(this.ribbon);
     this.Name      = "Principal";
     this.Ribbon    = this.ribbon;
     this.StatusBar = this.ribbonStatusBar;
     this.Text      = "Programa Factura Taxi";
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlContenido)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Principal));
            DevExpress.Utils.Animation.Transition transition1 = new DevExpress.Utils.Animation.Transition();
            DevExpress.Utils.Animation.SlideFadeTransition slideFadeTransition1 = new DevExpress.Utils.Animation.SlideFadeTransition();
            this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.barButtonItemNuevaFactura = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemGuardarFactura = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemCargarCliente = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemGuardar = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemGuardarConfiguracion = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemDisenyo = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPageArchivo = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroupFactura = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupCliente = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageImpresion = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageConfiguracion = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroupConfiguracionArchivo = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.panelControlContenido = new DevExpress.XtraEditors.PanelControl();
            this.transitionManager1 = new DevExpress.Utils.Animation.TransitionManager();
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControlContenido)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbon
            // 
            this.ribbon.ExpandCollapseItem.Id = 0;
            this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbon.ExpandCollapseItem,
            this.barButtonItemNuevaFactura,
            this.barButtonItem2,
            this.barButtonItemGuardarFactura,
            this.barButtonItemCargarCliente,
            this.barButtonItemGuardar,
            this.barButtonItemGuardarConfiguracion,
            this.barButtonItemDisenyo});
            this.ribbon.Location = new System.Drawing.Point(0, 0);
            this.ribbon.MaxItemId = 9;
            this.ribbon.Name = "ribbon";
            this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPageArchivo,
            this.ribbonPageImpresion,
            this.ribbonPageConfiguracion});
            this.ribbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
            this.ribbon.Size = new System.Drawing.Size(910, 144);
            this.ribbon.StatusBar = this.ribbonStatusBar;
            this.ribbon.SelectedPageChanging += new DevExpress.XtraBars.Ribbon.RibbonPageChangingEventHandler(this.ribbon_SelectedPageChanging);
            this.ribbon.SelectedPageChanged += new System.EventHandler(this.ribbon_SelectedPageChanged);
            // 
            // barButtonItemNuevaFactura
            // 
            this.barButtonItemNuevaFactura.Caption = "Nueva";
            this.barButtonItemNuevaFactura.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.barButtonItemNuevaFactura.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemNuevaFactura.Glyph")));
            this.barButtonItemNuevaFactura.Id = 1;
            this.barButtonItemNuevaFactura.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemNuevaFactura.LargeGlyph")));
            this.barButtonItemNuevaFactura.Name = "barButtonItemNuevaFactura";
            this.barButtonItemNuevaFactura.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemNuevaFactura_ItemClick);
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "Cargar";
            this.barButtonItem2.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.barButtonItem2.Glyph = global::Facturas.Properties.Resources._1412779741_Download;
            this.barButtonItem2.Id = 2;
            this.barButtonItem2.LargeGlyph = global::Facturas.Properties.Resources._1412779737_Download;
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // barButtonItemGuardarFactura
            // 
            this.barButtonItemGuardarFactura.Caption = "Guardar";
            this.barButtonItemGuardarFactura.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.barButtonItemGuardarFactura.Glyph = global::Facturas.Properties.Resources._1412779930_Hard_Disk;
            this.barButtonItemGuardarFactura.Id = 3;
            this.barButtonItemGuardarFactura.LargeGlyph = global::Facturas.Properties.Resources._1412779928_Hard_Disk;
            this.barButtonItemGuardarFactura.Name = "barButtonItemGuardarFactura";
            this.barButtonItemGuardarFactura.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            // 
            // barButtonItemCargarCliente
            // 
            this.barButtonItemCargarCliente.Caption = "Cargar Datos";
            this.barButtonItemCargarCliente.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.barButtonItemCargarCliente.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemCargarCliente.Glyph")));
            this.barButtonItemCargarCliente.Id = 4;
            this.barButtonItemCargarCliente.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemCargarCliente.LargeGlyph")));
            this.barButtonItemCargarCliente.Name = "barButtonItemCargarCliente";
            this.barButtonItemCargarCliente.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemCargarCliente_ItemClick);
            // 
            // barButtonItemGuardar
            // 
            this.barButtonItemGuardar.Caption = "Guardar Datos";
            this.barButtonItemGuardar.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.barButtonItemGuardar.Glyph = global::Facturas.Properties.Resources._1412779853_Flash_Disk;
            this.barButtonItemGuardar.Id = 5;
            this.barButtonItemGuardar.LargeGlyph = global::Facturas.Properties.Resources._1412779850_Flash_Disk;
            this.barButtonItemGuardar.Name = "barButtonItemGuardar";
            this.barButtonItemGuardar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemGuardar_ItemClick);
            // 
            // barButtonItemGuardarConfiguracion
            // 
            this.barButtonItemGuardarConfiguracion.Caption = "Guardar";
            this.barButtonItemGuardarConfiguracion.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.barButtonItemGuardarConfiguracion.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemGuardarConfiguracion.Glyph")));
            this.barButtonItemGuardarConfiguracion.Id = 6;
            this.barButtonItemGuardarConfiguracion.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemGuardarConfiguracion.LargeGlyph")));
            this.barButtonItemGuardarConfiguracion.Name = "barButtonItemGuardarConfiguracion";
            this.barButtonItemGuardarConfiguracion.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemGuardarConfiguracion_ItemClick);
            // 
            // barButtonItemDisenyo
            // 
            this.barButtonItemDisenyo.Caption = "Diseño Factura";
            this.barButtonItemDisenyo.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.barButtonItemDisenyo.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemDisenyo.Glyph")));
            this.barButtonItemDisenyo.Id = 8;
            this.barButtonItemDisenyo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemDisenyo.LargeGlyph")));
            this.barButtonItemDisenyo.Name = "barButtonItemDisenyo";
            this.barButtonItemDisenyo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemDisenyo_ItemClick);
            // 
            // ribbonPageArchivo
            // 
            this.ribbonPageArchivo.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroupFactura,
            this.ribbonPageGroupCliente});
            this.ribbonPageArchivo.Name = "ribbonPageArchivo";
            this.ribbonPageArchivo.Text = "Archivo";
            // 
            // ribbonPageGroupFactura
            // 
            this.ribbonPageGroupFactura.ItemLinks.Add(this.barButtonItemNuevaFactura);
            this.ribbonPageGroupFactura.ItemLinks.Add(this.barButtonItem2);
            this.ribbonPageGroupFactura.ItemLinks.Add(this.barButtonItemGuardarFactura);
            this.ribbonPageGroupFactura.Name = "ribbonPageGroupFactura";
            this.ribbonPageGroupFactura.ShowCaptionButton = false;
            this.ribbonPageGroupFactura.Text = "Factura";
            // 
            // ribbonPageGroupCliente
            // 
            this.ribbonPageGroupCliente.ItemLinks.Add(this.barButtonItemCargarCliente);
            this.ribbonPageGroupCliente.ItemLinks.Add(this.barButtonItemGuardar);
            this.ribbonPageGroupCliente.ItemLinks.Add(this.barButtonItemDisenyo);
            this.ribbonPageGroupCliente.Name = "ribbonPageGroupCliente";
            this.ribbonPageGroupCliente.Text = "Cliente";
            // 
            // ribbonPageImpresion
            // 
            this.ribbonPageImpresion.Name = "ribbonPageImpresion";
            this.ribbonPageImpresion.Text = "Imprimir Previsualización";
            // 
            // ribbonPageConfiguracion
            // 
            this.ribbonPageConfiguracion.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroupConfiguracionArchivo});
            this.ribbonPageConfiguracion.Name = "ribbonPageConfiguracion";
            this.ribbonPageConfiguracion.Text = "Configuración";
            // 
            // ribbonPageGroupConfiguracionArchivo
            // 
            this.ribbonPageGroupConfiguracionArchivo.ItemLinks.Add(this.barButtonItemGuardarConfiguracion);
            this.ribbonPageGroupConfiguracionArchivo.Name = "ribbonPageGroupConfiguracionArchivo";
            this.ribbonPageGroupConfiguracionArchivo.ShowCaptionButton = false;
            this.ribbonPageGroupConfiguracionArchivo.Text = "Archivo";
            // 
            // ribbonStatusBar
            // 
            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 688);
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.ribbon;
            this.ribbonStatusBar.Size = new System.Drawing.Size(910, 31);
            // 
            // panelControlContenido
            // 
            this.panelControlContenido.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControlContenido.Location = new System.Drawing.Point(0, 144);
            this.panelControlContenido.Name = "panelControlContenido";
            this.panelControlContenido.Size = new System.Drawing.Size(910, 544);
            this.panelControlContenido.TabIndex = 0;
            // 
            // transitionManager1
            // 
            this.transitionManager1.FrameCount = 500;
            this.transitionManager1.FrameInterval = 5000;
            transition1.Control = null;
            transition1.ShowWaitingIndicator = DevExpress.Utils.DefaultBoolean.True;
            slideFadeTransition1.Parameters.Background = System.Drawing.Color.Empty;
            slideFadeTransition1.Parameters.FramesCount = null;
            transition1.TransitionType = slideFadeTransition1;
            this.transitionManager1.Transitions.Add(transition1);
            // 
            // Principal
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(910, 719);
            this.Controls.Add(this.panelControlContenido);
            this.Controls.Add(this.ribbonStatusBar);
            this.Controls.Add(this.ribbon);
            this.Name = "Principal";
            this.Ribbon = this.ribbon;
            this.StatusBar = this.ribbonStatusBar;
            this.Text = "Programa Factura Taxi";
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControlContenido)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #13
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();
     DevExpress.XtraEditors.TableLayout.ItemTemplateBase      itemTemplateBase1      = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition1 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition2 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement1  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement2  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TemplatedItemElement  templatedItemElement3  = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition1    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     DevExpress.XtraEditors.TableLayout.TableRowDefinition    tableRowDefinition2    = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
     DevExpress.XtraEditors.TableLayout.TableSpan             tableSpan1             = new DevExpress.XtraEditors.TableLayout.TableSpan();
     System.ComponentModel.ComponentResourceManager           resources = new System.ComponentModel.ComponentResourceManager(typeof(DataGridControl));
     DevExpress.Utils.Animation.Transition transition1       = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.SuperToolTip         superToolTip1     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem1      = new DevExpress.Utils.ToolTipItem();
     this.gridTable = new DevExpress.XtraGrid.GridControl();
     this.viewTable = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.repositoryItemBlobEditor   = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repositoryItemStringEditor = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repositoryItemDateEditor   = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.navLeft                        = new DevExpress.XtraBars.Navigation.NavigationPane();
     this.pageTables                     = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.listTables                     = new DevExpress.XtraEditors.ImageListBoxControl();
     this.bindingTables                  = new System.Windows.Forms.BindingSource(this.components);
     this.searchTables                   = new DevExpress.XtraEditors.SearchControl();
     this.popupGrid                      = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barCopyWithHeaders             = new DevExpress.XtraBars.BarButtonItem();
     this.barCopyWithoutHeaders          = new DevExpress.XtraBars.BarButtonItem();
     this.barCopyPlainDataWithHeaders    = new DevExpress.XtraBars.BarButtonItem();
     this.barCopyPlainDataWithoutheaders = new DevExpress.XtraBars.BarButtonItem();
     this.barManager                     = new DevExpress.XtraBars.BarManager(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.splitterGrid                   = new DevExpress.XtraEditors.SplitterControl();
     this.transitionManager              = new DevExpress.Utils.Animation.TransitionManager(this.components);
     this.barMenuFormatting              = new DevExpress.XtraBars.BarButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.gridTable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewTable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBlobEditor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemStringEditor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditor.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.navLeft)).BeginInit();
     this.navLeft.SuspendLayout();
     this.pageTables.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.listTables)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingTables)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchTables.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     this.SuspendLayout();
     //
     // gridTable
     //
     this.gridTable.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridTable.EmbeddedNavigator.Buttons.Append.Visible     = false;
     this.gridTable.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridTable.EmbeddedNavigator.Buttons.Edit.Visible       = false;
     this.gridTable.EmbeddedNavigator.Buttons.EndEdit.Visible    = false;
     this.gridTable.EmbeddedNavigator.Buttons.Remove.Visible     = false;
     this.gridTable.Location = new System.Drawing.Point(310, 0);
     this.gridTable.MainView = this.viewTable;
     this.gridTable.Name     = "gridTable";
     this.gridTable.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemBlobEditor,
         this.repositoryItemStringEditor,
         this.repositoryItemDateEditor
     });
     this.gridTable.Size                 = new System.Drawing.Size(846, 751);
     this.gridTable.TabIndex             = 2;
     this.gridTable.UseEmbeddedNavigator = true;
     this.gridTable.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.viewTable
     });
     this.gridTable.ViewRegistered += new DevExpress.XtraGrid.ViewOperationEventHandler(this.GridTable_ViewRegistered);
     this.gridTable.ViewRemoved    += new DevExpress.XtraGrid.ViewOperationEventHandler(this.GridTable_ViewRemoved);
     //
     // viewTable
     //
     this.viewTable.GridControl = this.gridTable;
     this.viewTable.Name        = "viewTable";
     this.viewTable.OptionsBehavior.AllowIncrementalSearch      = true;
     this.viewTable.OptionsBehavior.AllowSortAnimation          = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.AllowCopy                  = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.AllowCsvFormat             = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.AllowExcelFormat           = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.AllowHtmlFormat            = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.AllowRtfFormat             = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.AllowTxtFormat             = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.ClipboardMode              = DevExpress.Export.ClipboardMode.Formatted;
     this.viewTable.OptionsClipboard.CopyCollapsedData          = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.CopyColumnHeaders          = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsClipboard.PasteMode                  = DevExpress.Export.PasteMode.None;
     this.viewTable.OptionsDetail.AllowExpandEmptyDetails       = true;
     this.viewTable.OptionsDetail.AllowOnlyOneMasterRowExpanded = true;
     this.viewTable.OptionsFilter.ColumnFilterPopupMode         = DevExpress.XtraGrid.Columns.ColumnFilterPopupMode.Excel;
     this.viewTable.OptionsFind.AlwaysVisible                    = true;
     this.viewTable.OptionsFind.Behavior                         = DevExpress.XtraEditors.FindPanelBehavior.Search;
     this.viewTable.OptionsFind.SearchInPreview                  = true;
     this.viewTable.OptionsMenu.ShowAddNewSummaryItem            = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsMenu.ShowConditionalFormattingItem    = true;
     this.viewTable.OptionsMenu.ShowFooterItem                   = true;
     this.viewTable.OptionsMenu.ShowGroupSummaryEditorItem       = true;
     this.viewTable.OptionsScrollAnnotations.ShowErrors          = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsScrollAnnotations.ShowFocusedRow      = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsScrollAnnotations.ShowSelectedRows    = DevExpress.Utils.DefaultBoolean.True;
     this.viewTable.OptionsSelection.MultiSelect                 = true;
     this.viewTable.OptionsSelection.MultiSelectMode             = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.viewTable.OptionsView.BestFitMaxRowCount               = 100;
     this.viewTable.OptionsView.BestFitMode                      = DevExpress.XtraGrid.Views.Grid.GridBestFitMode.Fast;
     this.viewTable.OptionsView.ColumnAutoWidth                  = false;
     this.viewTable.OptionsView.EnableAppearanceEvenRow          = true;
     this.viewTable.OptionsView.ShowAutoFilterRow                = true;
     this.viewTable.OptionsView.ShowGroupPanelColumnsAsSingleRow = true;
     this.viewTable.CustomDrawCell    += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.ViewTable_CustomDrawCell);
     this.viewTable.CustomRowCellEdit += new DevExpress.XtraGrid.Views.Grid.CustomRowCellEditEventHandler(this.ViewTable_CustomRowCellEdit);
     this.viewTable.CustomColumnGroup += new DevExpress.XtraGrid.Views.Base.CustomColumnSortEventHandler(this.ViewTable_CustomColumnGroup);
     this.viewTable.ShowingEditor     += new System.ComponentModel.CancelEventHandler(this.ViewTable_ShowingEditor);
     this.viewTable.CustomColumnSort  += new DevExpress.XtraGrid.Views.Base.CustomColumnSortEventHandler(this.ViewTable_CustomColumnSort);
     this.viewTable.MouseDown         += new System.Windows.Forms.MouseEventHandler(this.ViewTable_MouseDown);
     //
     // repositoryItemBlobEditor
     //
     this.repositoryItemBlobEditor.AutoHeight = false;
     this.repositoryItemBlobEditor.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemBlobEditor.Name               = "repositoryItemBlobEditor";
     this.repositoryItemBlobEditor.ButtonClick       += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.RepositoryItemBlobEditor_ButtonClick);
     this.repositoryItemBlobEditor.FormatEditValue   += new DevExpress.XtraEditors.Controls.ConvertEditValueEventHandler(this.RepositoryItemBlobEditor_FormatEditValue);
     this.repositoryItemBlobEditor.CustomDisplayText += new DevExpress.XtraEditors.Controls.CustomDisplayTextEventHandler(this.RepositoryItemBlobEditor_CustomDisplayText);
     //
     // repositoryItemStringEditor
     //
     this.repositoryItemStringEditor.AutoHeight = false;
     this.repositoryItemStringEditor.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemStringEditor.Name               = "repositoryItemStringEditor";
     this.repositoryItemStringEditor.ButtonClick       += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.RepositoryItemStringEditor_ButtonClick);
     this.repositoryItemStringEditor.FormatEditValue   += new DevExpress.XtraEditors.Controls.ConvertEditValueEventHandler(this.RepositoryItemStringEditor_FormatEditValue);
     this.repositoryItemStringEditor.CustomDisplayText += new DevExpress.XtraEditors.Controls.CustomDisplayTextEventHandler(this.RepositoryItemStringEditor_CustomDisplayText);
     //
     // repositoryItemDateEditor
     //
     this.repositoryItemDateEditor.AutoHeight = false;
     this.repositoryItemDateEditor.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemDateEditor.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemDateEditor.DisplayFormat.FormatString = "g";
     this.repositoryItemDateEditor.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditor.EditFormat.FormatString    = "g";
     this.repositoryItemDateEditor.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditor.Name = "repositoryItemDateEditor";
     //
     // navLeft
     //
     this.navLeft.Controls.Add(this.pageTables);
     this.navLeft.Dock            = System.Windows.Forms.DockStyle.Left;
     this.navLeft.ItemOrientation = System.Windows.Forms.Orientation.Vertical;
     this.navLeft.Location        = new System.Drawing.Point(0, 0);
     this.navLeft.Name            = "navLeft";
     this.navLeft.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] {
         this.pageTables
     });
     this.navLeft.RegularSize  = new System.Drawing.Size(300, 751);
     this.navLeft.SelectedPage = this.pageTables;
     this.navLeft.Size         = new System.Drawing.Size(300, 751);
     this.navLeft.TabIndex     = 0;
     //
     // pageTables
     //
     this.pageTables.Caption = "Tables";
     this.pageTables.Controls.Add(this.listTables);
     this.pageTables.Controls.Add(this.searchTables);
     this.pageTables.Name = "pageTables";
     this.pageTables.Size = new System.Drawing.Size(240, 678);
     //
     // listTables
     //
     this.listTables.DataSource          = this.bindingTables;
     this.listTables.DisplayMember       = "TableName";
     this.listTables.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.listTables.ItemHeight          = 50;
     this.listTables.Location            = new System.Drawing.Point(0, 20);
     this.listTables.Name                = "listTables";
     this.listTables.Size                = new System.Drawing.Size(240, 658);
     this.listTables.TabIndex            = 1;
     tableColumnDefinition1.Length.Value = 53D;
     tableColumnDefinition2.Length.Value = 200D;
     itemTemplateBase1.Columns.Add(tableColumnDefinition1);
     itemTemplateBase1.Columns.Add(tableColumnDefinition2);
     templatedItemElement1.Appearance.Normal.FontStyleDelta  = System.Drawing.FontStyle.Bold;
     templatedItemElement1.Appearance.Normal.Options.UseFont = true;
     templatedItemElement1.ColumnIndex = 1;
     templatedItemElement1.FieldName   = "TableName";
     templatedItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement1.Text          = "TableName";
     templatedItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
     templatedItemElement2.Appearance.Normal.FontStyleDelta  = System.Drawing.FontStyle.Italic;
     templatedItemElement2.Appearance.Normal.Options.UseFont = true;
     templatedItemElement2.ColumnIndex = 1;
     templatedItemElement2.FieldName   = "Description";
     templatedItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement2.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement2.RowIndex      = 1;
     templatedItemElement2.Text          = "Description";
     templatedItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
     templatedItemElement3.FieldName     = "";
     templatedItemElement3.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     templatedItemElement3.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     templatedItemElement3.ImageOptions.ImageSize      = new System.Drawing.Size(32, 32);
     templatedItemElement3.ImageOptions.SvgImage       = global::SpreadCommander.Documents.Properties.Resources.Table;
     templatedItemElement3.ImageOptions.SvgImageSize   = new System.Drawing.Size(32, 32);
     templatedItemElement3.Text          = "";
     templatedItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     itemTemplateBase1.Elements.Add(templatedItemElement1);
     itemTemplateBase1.Elements.Add(templatedItemElement2);
     itemTemplateBase1.Elements.Add(templatedItemElement3);
     itemTemplateBase1.Name           = "templateTable1";
     tableRowDefinition1.Length.Value = 15D;
     tableRowDefinition2.Length.Value = 15D;
     itemTemplateBase1.Rows.Add(tableRowDefinition1);
     itemTemplateBase1.Rows.Add(tableRowDefinition2);
     tableSpan1.RowSpan = 2;
     itemTemplateBase1.Spans.Add(tableSpan1);
     this.listTables.Templates.Add(itemTemplateBase1);
     this.listTables.ValueMember = "DataTable";
     //
     // bindingTables
     //
     this.bindingTables.DataSource      = typeof(SpreadCommander.Documents.Controls.DataGridControl.TableData);
     this.bindingTables.CurrentChanged += new System.EventHandler(this.BindingTables_CurrentChanged);
     //
     // searchTables
     //
     this.searchTables.Client   = this.listTables;
     this.searchTables.Dock     = System.Windows.Forms.DockStyle.Top;
     this.searchTables.Location = new System.Drawing.Point(0, 0);
     this.searchTables.Name     = "searchTables";
     this.searchTables.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Repository.ClearButton(),
         new DevExpress.XtraEditors.Repository.SearchButton()
     });
     this.searchTables.Properties.Client = this.listTables;
     this.searchTables.Size     = new System.Drawing.Size(240, 20);
     this.searchTables.TabIndex = 0;
     //
     // popupGrid
     //
     this.popupGrid.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barCopyWithHeaders),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCopyWithoutHeaders),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCopyPlainDataWithHeaders, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCopyPlainDataWithoutheaders),
         new DevExpress.XtraBars.LinkPersistInfo(this.barMenuFormatting, true)
     });
     this.popupGrid.Manager = this.barManager;
     this.popupGrid.Name    = "popupGrid";
     //
     // barCopyWithHeaders
     //
     this.barCopyWithHeaders.Caption = "Copy with headers";
     this.barCopyWithHeaders.Id      = 0;
     this.barCopyWithHeaders.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCopyWithHeaders.ImageOptions.SvgImage")));
     this.barCopyWithHeaders.Name       = "barCopyWithHeaders";
     this.barCopyWithHeaders.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarCopyWithHeaders_ItemClick);
     //
     // barCopyWithoutHeaders
     //
     this.barCopyWithoutHeaders.Caption = "Copy without headers";
     this.barCopyWithoutHeaders.Id      = 1;
     this.barCopyWithoutHeaders.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCopyWithoutHeaders.ImageOptions.SvgImage")));
     this.barCopyWithoutHeaders.Name       = "barCopyWithoutHeaders";
     this.barCopyWithoutHeaders.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarCopyWithoutHeaders_ItemClick);
     //
     // barCopyPlainDataWithHeaders
     //
     this.barCopyPlainDataWithHeaders.Caption = "Copy plain data with headers";
     this.barCopyPlainDataWithHeaders.Id      = 2;
     this.barCopyPlainDataWithHeaders.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCopyPlainDataWithHeaders.ImageOptions.SvgImage")));
     this.barCopyPlainDataWithHeaders.Name       = "barCopyPlainDataWithHeaders";
     this.barCopyPlainDataWithHeaders.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarCopyPlainDataWithHeaders_ItemClick);
     //
     // barCopyPlainDataWithoutheaders
     //
     this.barCopyPlainDataWithoutheaders.Caption = "Copy plain data without headers";
     this.barCopyPlainDataWithoutheaders.Id      = 3;
     this.barCopyPlainDataWithoutheaders.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCopyPlainDataWithoutheaders.ImageOptions.SvgImage")));
     this.barCopyPlainDataWithoutheaders.Name       = "barCopyPlainDataWithoutheaders";
     this.barCopyPlainDataWithoutheaders.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarCopyPlainDataWithoutheaders_ItemClick);
     //
     // barManager
     //
     this.barManager.DockControls.Add(this.barDockControlTop);
     this.barManager.DockControls.Add(this.barDockControlBottom);
     this.barManager.DockControls.Add(this.barDockControlLeft);
     this.barManager.DockControls.Add(this.barDockControlRight);
     this.barManager.Form = this;
     this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barCopyWithHeaders,
         this.barCopyWithoutHeaders,
         this.barCopyPlainDataWithHeaders,
         this.barCopyPlainDataWithoutheaders,
         this.barMenuFormatting
     });
     this.barManager.MaxItemId = 5;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Manager          = this.barManager;
     this.barDockControlTop.Size             = new System.Drawing.Size(1156, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 751);
     this.barDockControlBottom.Manager          = this.barManager;
     this.barDockControlBottom.Size             = new System.Drawing.Size(1156, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlLeft.Manager          = this.barManager;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 751);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1156, 0);
     this.barDockControlRight.Manager          = this.barManager;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 751);
     //
     // splitterGrid
     //
     this.splitterGrid.Location = new System.Drawing.Point(300, 0);
     this.splitterGrid.Name     = "splitterGrid";
     this.splitterGrid.Size     = new System.Drawing.Size(10, 751);
     this.splitterGrid.TabIndex = 8;
     this.splitterGrid.TabStop  = false;
     //
     // transitionManager
     //
     transition1.BarWaitingIndicatorProperties.Caption     = "";
     transition1.BarWaitingIndicatorProperties.Description = "";
     transition1.Control = this.gridTable;
     transition1.LineWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.LineWaitingIndicatorProperties.Caption               = "";
     transition1.LineWaitingIndicatorProperties.Description           = "";
     transition1.RingWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.RingWaitingIndicatorProperties.Caption               = "";
     transition1.RingWaitingIndicatorProperties.Description           = "";
     transition1.WaitingIndicatorProperties.Caption     = "";
     transition1.WaitingIndicatorProperties.Description = "";
     this.transitionManager.Transitions.Add(transition1);
     //
     // barMenuFormatting
     //
     this.barMenuFormatting.Caption = "Manage formatting rules ...";
     this.barMenuFormatting.Id      = 4;
     this.barMenuFormatting.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barMenuFormatting.ImageOptions.SvgImage")));
     this.barMenuFormatting.Name        = "barMenuFormatting";
     toolTipTitleItem1.Text             = "Formatting";
     toolTipItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage")));
     toolTipItem1.LeftIndent            = 6;
     toolTipItem1.Text = "Manage conditional formatting";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.barMenuFormatting.SuperTip   = superToolTip1;
     this.barMenuFormatting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarMenuFormatting_ItemClick);
     //
     // DataGridControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gridTable);
     this.Controls.Add(this.splitterGrid);
     this.Controls.Add(this.navLeft);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "DataGridControl";
     this.Size = new System.Drawing.Size(1156, 751);
     ((System.ComponentModel.ISupportInitialize)(this.gridTable)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewTable)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBlobEditor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemStringEditor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditor.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.navLeft)).EndInit();
     this.navLeft.ResumeLayout(false);
     this.pageTables.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.listTables)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingTables)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchTables.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager           resources = new System.ComponentModel.ComponentResourceManager(typeof(HeapControl));
     DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1     = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.Animation.Transition     transition1     = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.Animation.FadeTransition fadeTransition1 = new DevExpress.Utils.Animation.FadeTransition();
     this.gridFiles            = new DevExpress.XtraGrid.GridControl();
     this.bindingFiles         = new System.Windows.Forms.BindingSource(this.components);
     this.viewFiles            = new DevExpress.XtraGrid.Views.WinExplorer.WinExplorerView();
     this.colFileName          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colExtension         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDescription       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFileType          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colImageIndex        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEnabled           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colGroupName         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.imageFilesMedium     = new DevExpress.Utils.SvgImageCollection(this.components);
     this.imageFilesSmall      = new DevExpress.Utils.SvgImageCollection(this.components);
     this.barManager           = new DevExpress.XtraBars.BarManager(this.components);
     this.toolbar              = new DevExpress.XtraBars.Bar();
     this.barFolder            = new DevExpress.XtraBars.BarEditItem();
     this.repositoryFolder2    = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.barMask              = new DevExpress.XtraBars.BarEditItem();
     this.repositoryMask       = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.toolbarLeft          = new DevExpress.XtraBars.Bar();
     this.barFiles             = new DevExpress.XtraBars.BarButtonItem();
     this.barPreview           = new DevExpress.XtraBars.BarButtonItem();
     this.barOpen              = new DevExpress.XtraBars.BarButtonItem();
     this.barFileFirst         = new DevExpress.XtraBars.BarButtonItem();
     this.barFilePrevious      = new DevExpress.XtraBars.BarButtonItem();
     this.barFileNext          = new DevExpress.XtraBars.BarButtonItem();
     this.barFileLast          = new DevExpress.XtraBars.BarButtonItem();
     this.barList              = new DevExpress.XtraBars.BarButtonItem();
     this.barTiles             = new DevExpress.XtraBars.BarButtonItem();
     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.repositoryFolder     = new DevExpress.XtraEditors.Repository.RepositoryItemBreadCrumbEdit();
     this.transitionManager    = new DevExpress.Utils.Animation.TransitionManager(this.components);
     this.folderBrowser        = new DevExpress.XtraEditors.XtraFolderBrowserDialog(this.components);
     this.panelHost            = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.gridFiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingFiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewFiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageFilesMedium)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageFilesSmall)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryFolder2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryMask)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryFolder)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelHost)).BeginInit();
     this.panelHost.SuspendLayout();
     this.SuspendLayout();
     //
     // gridFiles
     //
     this.gridFiles.DataSource  = this.bindingFiles;
     this.gridFiles.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.gridFiles.Location    = new System.Drawing.Point(2, 2);
     this.gridFiles.MainView    = this.viewFiles;
     this.gridFiles.MenuManager = this.barManager;
     this.gridFiles.Name        = "gridFiles";
     this.gridFiles.Size        = new System.Drawing.Size(941, 724);
     this.gridFiles.TabIndex    = 4;
     this.gridFiles.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.viewFiles
     });
     //
     // bindingFiles
     //
     this.bindingFiles.DataSource      = typeof(SpreadCommander.Documents.Controls.HeapControl.FileItem);
     this.bindingFiles.CurrentChanged += new System.EventHandler(this.BindingFiles_CurrentChanged);
     //
     // viewFiles
     //
     this.viewFiles.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colFileName,
         this.colExtension,
         this.colDescription,
         this.colFileType,
         this.colImageIndex,
         this.colEnabled,
         this.colGroupName
     });
     this.viewFiles.ColumnSet.DescriptionColumn      = this.colDescription;
     this.viewFiles.ColumnSet.EnabledColumn          = this.colEnabled;
     this.viewFiles.ColumnSet.GroupColumn            = this.colGroupName;
     this.viewFiles.ColumnSet.MediumImageIndexColumn = this.colImageIndex;
     this.viewFiles.ColumnSet.SmallImageIndexColumn  = this.colImageIndex;
     this.viewFiles.ColumnSet.TextColumn             = this.colFileName;
     this.viewFiles.GridControl       = this.gridFiles;
     this.viewFiles.GroupCount        = 1;
     this.viewFiles.MediumImages      = this.imageFilesMedium;
     this.viewFiles.Name              = "viewFiles";
     this.viewFiles.OptionsView.Style = DevExpress.XtraGrid.Views.WinExplorer.WinExplorerViewStyle.Tiles;
     this.viewFiles.SmallImages       = this.imageFilesSmall;
     this.viewFiles.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colGroupName, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     this.viewFiles.ItemDoubleClick  += new DevExpress.XtraGrid.Views.WinExplorer.WinExplorerViewItemDoubleClickEventHandler(this.ViewFiles_ItemDoubleClick);
     this.viewFiles.CustomColumnSort += new DevExpress.XtraGrid.Views.Base.CustomColumnSortEventHandler(this.ViewFiles_CustomColumnSort);
     //
     // colFileName
     //
     this.colFileName.FieldName = "FileName";
     this.colFileName.Name      = "colFileName";
     this.colFileName.OptionsColumn.ReadOnly = true;
     this.colFileName.Visible      = true;
     this.colFileName.VisibleIndex = 0;
     //
     // colExtension
     //
     this.colExtension.FieldName = "Extension";
     this.colExtension.Name      = "colExtension";
     this.colExtension.OptionsColumn.AllowEdit = false;
     this.colExtension.OptionsColumn.ReadOnly  = true;
     this.colExtension.Visible      = true;
     this.colExtension.VisibleIndex = 1;
     //
     // colDescription
     //
     this.colDescription.FieldName = "Description";
     this.colDescription.Name      = "colDescription";
     this.colDescription.OptionsColumn.AllowEdit = false;
     this.colDescription.OptionsColumn.ReadOnly  = true;
     this.colDescription.Visible      = true;
     this.colDescription.VisibleIndex = 1;
     //
     // colFileType
     //
     this.colFileType.FieldName = "FileType";
     this.colFileType.Name      = "colFileType";
     this.colFileType.OptionsColumn.ReadOnly = true;
     this.colFileType.Visible      = true;
     this.colFileType.VisibleIndex = 3;
     //
     // colImageIndex
     //
     this.colImageIndex.FieldName = "ImageIndex";
     this.colImageIndex.Name      = "colImageIndex";
     this.colImageIndex.OptionsColumn.AllowEdit = false;
     this.colImageIndex.OptionsColumn.ReadOnly  = true;
     this.colImageIndex.Visible      = true;
     this.colImageIndex.VisibleIndex = 4;
     //
     // colEnabled
     //
     this.colEnabled.FieldName = "Enabled";
     this.colEnabled.Name      = "colEnabled";
     this.colEnabled.OptionsColumn.AllowEdit = false;
     this.colEnabled.OptionsColumn.ReadOnly  = true;
     this.colEnabled.Visible      = true;
     this.colEnabled.VisibleIndex = 5;
     //
     // colGroupName
     //
     this.colGroupName.FieldName = "GroupName";
     this.colGroupName.Name      = "colGroupName";
     this.colGroupName.OptionsColumn.AllowEdit = false;
     this.colGroupName.SortMode     = DevExpress.XtraGrid.ColumnSortMode.Custom;
     this.colGroupName.Visible      = true;
     this.colGroupName.VisibleIndex = 2;
     //
     // imageFilesMedium
     //
     this.imageFilesMedium.ImageSize = new System.Drawing.Size(48, 48);
     this.imageFilesMedium.Add("folder", "image://svgimages/icon builder/actions_folderclose.svg");
     this.imageFilesMedium.Add("file", "image://svgimages/dashboards/new.svg");
     this.imageFilesMedium.Add("spreadsheet", "image://svgimages/richedit/inserttable.svg");
     this.imageFilesMedium.Add("csv", "image://svgimages/spreadsheet/freezetoprow.svg");
     this.imageFilesMedium.Add("sql", "image://svgimages/dashboards/filterquery.svg");
     this.imageFilesMedium.Add("script", "image://svgimages/icon builder/travel_map.svg");
     this.imageFilesMedium.Add("document", "image://svgimages/pdf viewer/singlepageview.svg");
     this.imageFilesMedium.Add("image", "image://svgimages/richedit/insertimage.svg");
     this.imageFilesMedium.Add("dashboard", "image://svgimages/dashboards/layout.svg");
     this.imageFilesMedium.Add("pdf", "image://svgimages/pdf viewer/documentpdf.svg");
     //
     // imageFilesSmall
     //
     this.imageFilesSmall.Add("folder", "image://svgimages/icon builder/actions_folderclose.svg");
     this.imageFilesSmall.Add("file", "image://svgimages/dashboards/new.svg");
     this.imageFilesSmall.Add("spreadsheet", "image://svgimages/richedit/inserttable.svg");
     this.imageFilesSmall.Add("csv", "image://svgimages/spreadsheet/freezetoprow.svg");
     this.imageFilesSmall.Add("sql", "image://svgimages/dashboards/filterquery.svg");
     this.imageFilesSmall.Add("script", "image://svgimages/icon builder/travel_map.svg");
     this.imageFilesSmall.Add("document", "image://svgimages/pdf viewer/singlepageview.svg");
     this.imageFilesSmall.Add("image", "image://svgimages/richedit/insertimage.svg");
     this.imageFilesSmall.Add("dashboard", "image://svgimages/dashboards/layout.svg");
     this.imageFilesSmall.Add("pdf", "image://svgimages/pdf viewer/documentpdf.svg");
     //
     // barManager
     //
     this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.toolbar,
         this.toolbarLeft
     });
     this.barManager.DockControls.Add(this.barDockControlTop);
     this.barManager.DockControls.Add(this.barDockControlBottom);
     this.barManager.DockControls.Add(this.barDockControlLeft);
     this.barManager.DockControls.Add(this.barDockControlRight);
     this.barManager.Form = this;
     this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barFiles,
         this.barList,
         this.barTiles,
         this.barFolder,
         this.barOpen,
         this.barMask,
         this.barPreview,
         this.barFileFirst,
         this.barFilePrevious,
         this.barFileNext,
         this.barFileLast
     });
     this.barManager.MaxItemId = 12;
     this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryFolder,
         this.repositoryMask,
         this.repositoryFolder2
     });
     //
     // toolbar
     //
     this.toolbar.BarName      = "Tools";
     this.toolbar.CanDockStyle = ((DevExpress.XtraBars.BarCanDockStyle)(((((DevExpress.XtraBars.BarCanDockStyle.Left | DevExpress.XtraBars.BarCanDockStyle.Top)
                                                                           | DevExpress.XtraBars.BarCanDockStyle.Right)
                                                                          | DevExpress.XtraBars.BarCanDockStyle.Bottom)
                                                                         | DevExpress.XtraBars.BarCanDockStyle.Standalone)));
     this.toolbar.DockCol   = 0;
     this.toolbar.DockRow   = 0;
     this.toolbar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.toolbar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.barFolder, "", true, true, true, 296),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.barMask, "", false, true, true, 162)
     });
     this.toolbar.OptionsBar.DisableClose         = true;
     this.toolbar.OptionsBar.DisableCustomization = true;
     this.toolbar.OptionsBar.UseWholeRow          = true;
     this.toolbar.Text = "Tools";
     //
     // barFolder
     //
     this.barFolder.AutoFillWidth     = true;
     this.barFolder.Caption           = "Folder";
     this.barFolder.Edit              = this.repositoryFolder2;
     this.barFolder.Id                = 3;
     this.barFolder.Name              = "barFolder";
     this.barFolder.EditValueChanged += new System.EventHandler(this.BarFolder_EditValueChanged);
     //
     // repositoryFolder2
     //
     this.repositoryFolder2.AutoHeight = false;
     this.repositoryFolder2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryFolder2.Name     = "repositoryFolder2";
     this.repositoryFolder2.ReadOnly = true;
     this.repositoryFolder2.UseReadOnlyAppearance = false;
     this.repositoryFolder2.ButtonClick          += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.RepositoryFolder2_ButtonClick);
     //
     // barMask
     //
     this.barMask.Caption = "Mask";
     this.barMask.Edit    = this.repositoryMask;
     this.barMask.Id      = 6;
     this.barMask.Name    = "barMask";
     //
     // repositoryMask
     //
     this.repositoryMask.AutoHeight = false;
     this.repositoryMask.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryMask.Name = "repositoryMask";
     this.repositoryMask.SelectedValueChanged += new System.EventHandler(this.RepositoryMask_SelectedValueChanged);
     this.repositoryMask.KeyDown += new System.Windows.Forms.KeyEventHandler(this.RepositoryMask_KeyDown);
     this.repositoryMask.Leave   += new System.EventHandler(this.RepositoryMask_Leave);
     //
     // toolbarLeft
     //
     this.toolbarLeft.BarName      = "Actions";
     this.toolbarLeft.CanDockStyle = ((DevExpress.XtraBars.BarCanDockStyle)(((((DevExpress.XtraBars.BarCanDockStyle.Left | DevExpress.XtraBars.BarCanDockStyle.Top)
                                                                               | DevExpress.XtraBars.BarCanDockStyle.Right)
                                                                              | DevExpress.XtraBars.BarCanDockStyle.Bottom)
                                                                             | DevExpress.XtraBars.BarCanDockStyle.Standalone)));
     this.toolbarLeft.DockCol       = 0;
     this.toolbarLeft.DockRow       = 0;
     this.toolbarLeft.DockStyle     = DevExpress.XtraBars.BarDockStyle.Left;
     this.toolbarLeft.FloatLocation = new System.Drawing.Point(1444, 474);
     this.toolbarLeft.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barFiles),
         new DevExpress.XtraBars.LinkPersistInfo(this.barPreview),
         new DevExpress.XtraBars.LinkPersistInfo(this.barOpen),
         new DevExpress.XtraBars.LinkPersistInfo(this.barFileFirst, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barFilePrevious),
         new DevExpress.XtraBars.LinkPersistInfo(this.barFileNext),
         new DevExpress.XtraBars.LinkPersistInfo(this.barFileLast),
         new DevExpress.XtraBars.LinkPersistInfo(this.barList, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barTiles)
     });
     this.toolbarLeft.OptionsBar.UseWholeRow = true;
     this.toolbarLeft.Text = "Actions";
     //
     // barFiles
     //
     this.barFiles.Caption = "Files";
     this.barFiles.Id      = 0;
     this.barFiles.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barFiles.ImageOptions.SvgImage")));
     this.barFiles.Name       = "barFiles";
     this.barFiles.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarFiles_ItemClick);
     //
     // barPreview
     //
     this.barPreview.Caption = "Preview";
     this.barPreview.Id      = 7;
     this.barPreview.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barPreview.ImageOptions.SvgImage")));
     this.barPreview.Name       = "barPreview";
     this.barPreview.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarPreview_ItemClick);
     //
     // barOpen
     //
     this.barOpen.Caption = "Open";
     this.barOpen.Id      = 5;
     this.barOpen.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barOpen.ImageOptions.SvgImage")));
     this.barOpen.Name       = "barOpen";
     this.barOpen.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarOpen_ItemClick);
     //
     // barFileFirst
     //
     this.barFileFirst.Caption = "First";
     this.barFileFirst.Id      = 8;
     this.barFileFirst.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barFileFirst.ImageOptions.SvgImage")));
     this.barFileFirst.Name       = "barFileFirst";
     this.barFileFirst.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarFileFirst_ItemClick);
     //
     // barFilePrevious
     //
     this.barFilePrevious.Caption = "Previous";
     this.barFilePrevious.Id      = 9;
     this.barFilePrevious.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barFilePrevious.ImageOptions.SvgImage")));
     this.barFilePrevious.Name       = "barFilePrevious";
     this.barFilePrevious.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarFilePrevious_ItemClick);
     //
     // barFileNext
     //
     this.barFileNext.Caption = "Next";
     this.barFileNext.Id      = 10;
     this.barFileNext.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barFileNext.ImageOptions.SvgImage")));
     this.barFileNext.Name       = "barFileNext";
     this.barFileNext.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarFileNext_ItemClick);
     //
     // barFileLast
     //
     this.barFileLast.Caption = "Last";
     this.barFileLast.Id      = 11;
     this.barFileLast.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barFileLast.ImageOptions.SvgImage")));
     this.barFileLast.Name       = "barFileLast";
     this.barFileLast.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarFileLast_ItemClick);
     //
     // barList
     //
     this.barList.Caption = "List";
     this.barList.Id      = 1;
     this.barList.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barList.ImageOptions.SvgImage")));
     this.barList.Name       = "barList";
     this.barList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarList_ItemClick);
     //
     // barTiles
     //
     this.barTiles.Caption = "Tiles";
     this.barTiles.Id      = 2;
     this.barTiles.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barTiles.ImageOptions.SvgImage")));
     this.barTiles.Name       = "barTiles";
     this.barTiles.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarTiles_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Manager          = this.barManager;
     this.barDockControlTop.Size             = new System.Drawing.Size(972, 21);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 749);
     this.barDockControlBottom.Manager          = this.barManager;
     this.barDockControlBottom.Size             = new System.Drawing.Size(972, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 21);
     this.barDockControlLeft.Manager          = this.barManager;
     this.barDockControlLeft.Size             = new System.Drawing.Size(27, 728);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(972, 21);
     this.barDockControlRight.Manager          = this.barManager;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 728);
     //
     // repositoryFolder
     //
     this.repositoryFolder.AutoHeight = false;
     this.repositoryFolder.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", "Browse", null, DevExpress.Utils.ToolTipAnchor.Default)
     });
     this.repositoryFolder.Name             = "repositoryFolder";
     this.repositoryFolder.PathChanged     += new DevExpress.XtraEditors.BreadCrumbPathChangedEventHandler(this.RepositoryFolder_PathChanged);
     this.repositoryFolder.QueryChildNodes += new DevExpress.XtraEditors.BreadCrumbQueryChildNodesEventHandler(this.RepositoryFolder_QueryChildNodes);
     this.repositoryFolder.ValidatePath    += new DevExpress.XtraEditors.BreadCrumbValidatePathEventHandler(this.RepositoryFolder_ValidatePath);
     this.repositoryFolder.PathRejected    += new DevExpress.XtraEditors.BreadCrumbPathRejectedEventHandler(this.RepositoryFolder_PathRejected);
     this.repositoryFolder.NewNodeAdding   += new DevExpress.XtraEditors.BreadCrumbNewNodeAddingEventHandler(this.RepositoryFolder_NewNodeAdding);
     this.repositoryFolder.ButtonClick     += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.RepositoryFolder_ButtonClick);
     //
     // transitionManager
     //
     transition1.BarWaitingIndicatorProperties.Caption     = "";
     transition1.BarWaitingIndicatorProperties.Description = "";
     transition1.Control = this.gridFiles;
     transition1.LineWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.LineWaitingIndicatorProperties.Caption               = "";
     transition1.LineWaitingIndicatorProperties.Description           = "";
     transition1.RingWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.RingWaitingIndicatorProperties.Caption               = "";
     transition1.RingWaitingIndicatorProperties.Description           = "";
     transition1.TransitionType = fadeTransition1;
     transition1.WaitingIndicatorProperties.Caption     = "";
     transition1.WaitingIndicatorProperties.Description = "";
     this.transitionManager.Transitions.Add(transition1);
     //
     // folderBrowser
     //
     this.folderBrowser.RootFolder = System.Environment.SpecialFolder.MyDocuments;
     this.folderBrowser.Title      = "Select folder";
     //
     // panelHost
     //
     this.panelHost.Controls.Add(this.gridFiles);
     this.panelHost.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelHost.Location = new System.Drawing.Point(27, 21);
     this.panelHost.Name     = "panelHost";
     this.panelHost.Size     = new System.Drawing.Size(945, 728);
     this.panelHost.TabIndex = 9;
     //
     // HeapControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panelHost);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "HeapControl";
     this.Size = new System.Drawing.Size(972, 749);
     ((System.ComponentModel.ISupportInitialize)(this.gridFiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingFiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewFiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageFilesMedium)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageFilesSmall)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryFolder2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryMask)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryFolder)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelHost)).EndInit();
     this.panelHost.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #15
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 System.ComponentModel.ComponentResourceManager(typeof(ConsoleOutputControl));
     DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer dockingContainer1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer();
     DevExpress.Utils.Animation.Transition     transition1     = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.Animation.FadeTransition fadeTransition1 = new DevExpress.Utils.Animation.FadeTransition();
     this.documentGroupMain            = new DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup(this.components);
     this.docBook                      = new DevExpress.XtraBars.Docking2010.Views.Tabbed.Document(this.components);
     this.docSpreadsheet               = new DevExpress.XtraBars.Docking2010.Views.Tabbed.Document(this.components);
     this.docGrid                      = new DevExpress.XtraBars.Docking2010.Views.Tabbed.Document(this.components);
     this.docHeap                      = new DevExpress.XtraBars.Docking2010.Views.Tabbed.Document(this.components);
     this.panelConsole                 = new DevExpress.XtraEditors.XtraUserControl();
     this.layoutControl                = new DevExpress.XtraLayout.LayoutControl();
     this.progressBar                  = new DevExpress.XtraEditors.ProgressBarControl();
     this.progressMarqueeBar           = new DevExpress.XtraEditors.MarqueeProgressBarControl();
     this.layoutControlGroup1          = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutConsole                = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlProgressBar     = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlProgressMarquee = new DevExpress.XtraLayout.LayoutControlItem();
     this.documentManager              = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
     this.viewDocuments                = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
     this.transitionManager            = new DevExpress.Utils.Animation.TransitionManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.documentGroupMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.docBook)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.docSpreadsheet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.docGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.docHeap)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl)).BeginInit();
     this.layoutControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressBar.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressMarqueeBar.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutConsole)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlProgressBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlProgressMarquee)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.documentManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewDocuments)).BeginInit();
     this.SuspendLayout();
     //
     // documentGroupMain
     //
     this.documentGroupMain.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.Tabbed.Document[] {
         this.docBook,
         this.docSpreadsheet,
         this.docGrid,
         this.docHeap
     });
     //
     // docBook
     //
     this.docBook.Caption                   = "Book";
     this.docBook.ControlName               = "Book";
     this.docBook.Footer                    = "";
     this.docBook.Header                    = "";
     this.docBook.ImageOptions.SvgImage     = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("docBook.ImageOptions.SvgImage")));
     this.docBook.ImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
     this.docBook.Properties.AllowClose     = DevExpress.Utils.DefaultBoolean.False;
     //
     // docSpreadsheet
     //
     this.docSpreadsheet.Caption                   = "Spreadsheet";
     this.docSpreadsheet.ControlName               = "Spreadsheet";
     this.docSpreadsheet.ImageOptions.SvgImage     = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("docSpreadsheet.ImageOptions.SvgImage")));
     this.docSpreadsheet.ImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
     this.docSpreadsheet.Properties.AllowClose     = DevExpress.Utils.DefaultBoolean.False;
     //
     // docGrid
     //
     this.docGrid.Caption                   = "Data";
     this.docGrid.ControlName               = "Grid";
     this.docGrid.ImageOptions.SvgImage     = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("docGrid.ImageOptions.SvgImage")));
     this.docGrid.ImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
     this.docGrid.Properties.AllowClose     = DevExpress.Utils.DefaultBoolean.False;
     //
     // docHeap
     //
     this.docHeap.Caption                   = "Heap";
     this.docHeap.ControlName               = "Heap";
     this.docHeap.ImageOptions.SvgImage     = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("docHeap.ImageOptions.SvgImage")));
     this.docHeap.ImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
     this.docHeap.Properties.AllowClose     = DevExpress.Utils.DefaultBoolean.False;
     //
     // panelConsole
     //
     this.panelConsole.Location = new System.Drawing.Point(12, 12);
     this.panelConsole.Name     = "panelConsole";
     this.panelConsole.Size     = new System.Drawing.Size(960, 887);
     this.panelConsole.TabIndex = 13;
     //
     // layoutControl
     //
     this.layoutControl.Controls.Add(this.panelConsole);
     this.layoutControl.Controls.Add(this.progressBar);
     this.layoutControl.Controls.Add(this.progressMarqueeBar);
     this.layoutControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl.Location = new System.Drawing.Point(0, 0);
     this.layoutControl.Name     = "layoutControl";
     this.layoutControl.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(2344, 780, 650, 400);
     this.layoutControl.Root     = this.layoutControlGroup1;
     this.layoutControl.Size     = new System.Drawing.Size(984, 955);
     this.layoutControl.TabIndex = 0;
     this.layoutControl.Text     = "layoutControl1";
     //
     // progressBar
     //
     this.progressBar.Location        = new System.Drawing.Point(12, 933);
     this.progressBar.Name            = "progressBar";
     this.progressBar.Size            = new System.Drawing.Size(960, 10);
     this.progressBar.StyleController = this.layoutControl;
     this.progressBar.TabIndex        = 11;
     //
     // progressMarqueeBar
     //
     this.progressMarqueeBar.EditValue       = 0;
     this.progressMarqueeBar.Location        = new System.Drawing.Point(12, 903);
     this.progressMarqueeBar.Name            = "progressMarqueeBar";
     this.progressMarqueeBar.Size            = new System.Drawing.Size(960, 10);
     this.progressMarqueeBar.StyleController = this.layoutControl;
     this.progressMarqueeBar.TabIndex        = 8;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutConsole,
         this.layoutControlProgressBar,
         this.layoutControlProgressMarquee
     });
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(984, 955);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutConsole
     //
     this.layoutConsole.Control     = this.panelConsole;
     this.layoutConsole.Location    = new System.Drawing.Point(0, 0);
     this.layoutConsole.Name        = "layoutConsole";
     this.layoutConsole.Size        = new System.Drawing.Size(964, 891);
     this.layoutConsole.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutConsole.TextVisible = false;
     //
     // layoutControlProgressBar
     //
     this.layoutControlProgressBar.Control             = this.progressBar;
     this.layoutControlProgressBar.Location            = new System.Drawing.Point(0, 905);
     this.layoutControlProgressBar.MaxSize             = new System.Drawing.Size(0, 30);
     this.layoutControlProgressBar.MinSize             = new System.Drawing.Size(54, 30);
     this.layoutControlProgressBar.Name                = "layoutControlProgressBar";
     this.layoutControlProgressBar.Size                = new System.Drawing.Size(964, 30);
     this.layoutControlProgressBar.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlProgressBar.Text                = "Progress: ";
     this.layoutControlProgressBar.TextLocation        = DevExpress.Utils.Locations.Top;
     this.layoutControlProgressBar.TextSize            = new System.Drawing.Size(49, 13);
     this.layoutControlProgressBar.Visibility          = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // layoutControlProgressMarquee
     //
     this.layoutControlProgressMarquee.Control             = this.progressMarqueeBar;
     this.layoutControlProgressMarquee.Location            = new System.Drawing.Point(0, 891);
     this.layoutControlProgressMarquee.MaxSize             = new System.Drawing.Size(0, 14);
     this.layoutControlProgressMarquee.MinSize             = new System.Drawing.Size(54, 14);
     this.layoutControlProgressMarquee.Name                = "layoutControlProgressMarquee";
     this.layoutControlProgressMarquee.Size                = new System.Drawing.Size(964, 14);
     this.layoutControlProgressMarquee.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlProgressMarquee.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlProgressMarquee.TextVisible         = false;
     this.layoutControlProgressMarquee.Visibility          = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // documentManager
     //
     this.documentManager.ContainerControl = this.panelConsole;
     this.documentManager.View             = this.viewDocuments;
     this.documentManager.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
         this.viewDocuments
     });
     this.documentManager.DocumentActivate += new DevExpress.XtraBars.Docking2010.Views.DocumentEventHandler(this.DocumentManager_DocumentActivate);
     //
     // viewDocuments
     //
     this.viewDocuments.AllowHotkeyNavigation = DevExpress.Utils.DefaultBoolean.True;
     this.viewDocuments.AllowResetLayout      = DevExpress.Utils.DefaultBoolean.False;
     this.viewDocuments.DocumentGroups.AddRange(new DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup[] {
         this.documentGroupMain
     });
     this.viewDocuments.Documents.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseDocument[] {
         this.docGrid,
         this.docHeap,
         this.docSpreadsheet,
         this.docBook
     });
     this.viewDocuments.EnableFreeLayoutMode  = DevExpress.Utils.DefaultBoolean.True;
     this.viewDocuments.EnableStickySplitters = DevExpress.Utils.DefaultBoolean.True;
     dockingContainer1.Element = this.documentGroupMain;
     this.viewDocuments.RootContainer.Nodes.AddRange(new DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer[] {
         dockingContainer1
     });
     this.viewDocuments.ShowDockGuidesOnPressingShift = DevExpress.Utils.DefaultBoolean.False;
     this.viewDocuments.ShowDocumentSelectorMenuOnCtrlAltDownArrow = DevExpress.Utils.DefaultBoolean.True;
     this.viewDocuments.UseDocumentSelector  = DevExpress.Utils.DefaultBoolean.True;
     this.viewDocuments.UseLoadingIndicator  = DevExpress.Utils.DefaultBoolean.False;
     this.viewDocuments.UseSnappingEmulation = DevExpress.Utils.DefaultBoolean.True;
     this.viewDocuments.TabMouseActivating  += new DevExpress.XtraBars.Docking2010.Views.DocumentCancelEventHandler(this.ViewDocuments_TabMouseActivating);
     this.viewDocuments.DocumentActivated   += new DevExpress.XtraBars.Docking2010.Views.DocumentEventHandler(this.ViewDocuments_DocumentActivated);
     this.viewDocuments.DocumentDeactivated += new DevExpress.XtraBars.Docking2010.Views.DocumentEventHandler(this.ViewDocuments_DocumentDeactivated);
     this.viewDocuments.Floating            += new DevExpress.XtraBars.Docking2010.Views.DocumentEventHandler(this.ViewDocuments_Floating);
     this.viewDocuments.EndFloating         += new DevExpress.XtraBars.Docking2010.Views.DocumentEventHandler(this.ViewDocuments_EndFloating);
     this.viewDocuments.EndDocking          += new DevExpress.XtraBars.Docking2010.Views.DocumentEventHandler(this.ViewDocuments_EndDocking);
     this.viewDocuments.QueryControl        += new DevExpress.XtraBars.Docking2010.Views.QueryControlEventHandler(this.ViewDocuments_QueryControl);
     //
     // transitionManager
     //
     transition1.BarWaitingIndicatorProperties.Caption     = "";
     transition1.BarWaitingIndicatorProperties.Description = "";
     transition1.Control = this.panelConsole;
     transition1.LineWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.LineWaitingIndicatorProperties.Caption               = "";
     transition1.LineWaitingIndicatorProperties.Description           = "";
     transition1.RingWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.RingWaitingIndicatorProperties.Caption               = "";
     transition1.RingWaitingIndicatorProperties.Description           = "";
     transition1.ShowWaitingIndicator = DevExpress.Utils.DefaultBoolean.False;
     transition1.TransitionType       = fadeTransition1;
     transition1.WaitingIndicatorProperties.Caption     = "";
     transition1.WaitingIndicatorProperties.Description = "";
     this.transitionManager.Transitions.Add(transition1);
     //
     // ConsoleOutputControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutControl);
     this.Name  = "ConsoleOutputControl";
     this.Size  = new System.Drawing.Size(984, 955);
     this.Load += new System.EventHandler(this.ConsoleOutputControl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.documentGroupMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.docBook)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.docSpreadsheet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.docGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.docHeap)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl)).EndInit();
     this.layoutControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.progressBar.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressMarqueeBar.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutConsole)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlProgressBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlProgressMarquee)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.documentManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewDocuments)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.Animation.Transition          transition7     = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.Animation.FadeTransition      fadeTransition7 = new DevExpress.Utils.Animation.FadeTransition();
     DevExpress.Utils.Animation.Transition          transition8     = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.Animation.FadeTransition      fadeTransition8 = new DevExpress.Utils.Animation.FadeTransition();
     DevExpress.Utils.Animation.Transition          transition9     = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.Animation.FadeTransition      fadeTransition9 = new DevExpress.Utils.Animation.FadeTransition();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.lb_permission          = new System.Windows.Forms.Label();
     this.lb_join                = new System.Windows.Forms.Label();
     this.transitionManager1     = new DevExpress.Utils.Animation.TransitionManager();
     this.lb_title               = new System.Windows.Forms.Label();
     this.tb_password            = new System.Windows.Forms.TextBox();
     this.tb_email               = new System.Windows.Forms.TextBox();
     this.navigationBarMain      = new DevExpress.XtraBars.Navigation.OfficeNavigationBar();
     this.navigationBarItem1     = new DevExpress.XtraBars.Navigation.NavigationBarItem();
     this.navigationBarItem2     = new DevExpress.XtraBars.Navigation.NavigationBarItem();
     this.lb_login               = new System.Windows.Forms.Label();
     this.transitionManager2     = new DevExpress.Utils.Animation.TransitionManager();
     this.dataSet11              = new _5171580_김상원.DataSet1();
     this.tableAdapterManager1   = new _5171580_김상원.DataSet1TableAdapters.TableAdapterManager();
     this.oracleConnection1      = new System.Data.OracleClient.OracleConnection();
     this.customersTableAdapter1 = new _5171580_김상원.DataSet1TableAdapters.CUSTOMERSTableAdapter();
     this.managerTableAdapter1   = new _5171580_김상원.DataSet1TableAdapters.MANAGERTableAdapter();
     this.staffTableAdapter1     = new _5171580_김상원.DataSet1TableAdapters.STAFFTableAdapter();
     this.transitionManager3     = new DevExpress.Utils.Animation.TransitionManager();
     ((System.ComponentModel.ISupportInitialize)(this.navigationBarMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
     this.SuspendLayout();
     //
     // lb_permission
     //
     this.lb_permission.BackColor = System.Drawing.Color.Transparent;
     this.lb_permission.Font      = new System.Drawing.Font("Myriad Pro", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_permission.Location  = new System.Drawing.Point(327, 185);
     this.lb_permission.Margin    = new System.Windows.Forms.Padding(20, 6, 20, 6);
     this.lb_permission.Name      = "lb_permission";
     this.lb_permission.Size      = new System.Drawing.Size(110, 33);
     this.lb_permission.TabIndex  = 2;
     this.lb_permission.Text      = "Manager";
     this.lb_permission.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lb_permission.Click    += new System.EventHandler(this.ActionLabelPermission);
     this.lb_permission.Paint    += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     //
     // lb_join
     //
     this.lb_join.BackColor = System.Drawing.Color.Transparent;
     this.lb_join.Font      = new System.Drawing.Font("Myriad Pro SemiExt", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_join.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lb_join.Location  = new System.Drawing.Point(422, 364);
     this.lb_join.Name      = "lb_join";
     this.lb_join.Size      = new System.Drawing.Size(117, 23);
     this.lb_join.TabIndex  = 6;
     this.lb_join.Text      = "Join us >";
     this.lb_join.Click    += new System.EventHandler(this.ActionLabelJoin);
     this.lb_join.Paint    += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     //
     // transitionManager1
     //
     this.transitionManager1.FrameCount = 400;
     transition7.Control = this.lb_permission;
     transition7.LineWaitingIndicatorProperties.AnimationElementCount = 5;
     transition7.LineWaitingIndicatorProperties.Caption               = "";
     transition7.LineWaitingIndicatorProperties.Description           = "";
     transition7.RingWaitingIndicatorProperties.AnimationElementCount = 5;
     transition7.RingWaitingIndicatorProperties.Caption               = "";
     transition7.RingWaitingIndicatorProperties.Description           = "";
     transition7.ShowWaitingIndicator = DevExpress.Utils.DefaultBoolean.False;
     transition7.TransitionType       = fadeTransition7;
     transition7.WaitingIndicatorProperties.Caption     = "";
     transition7.WaitingIndicatorProperties.Description = "";
     this.transitionManager1.Transitions.Add(transition7);
     //
     // lb_title
     //
     this.lb_title.AutoSize  = true;
     this.lb_title.BackColor = System.Drawing.Color.Transparent;
     this.lb_title.Font      = new System.Drawing.Font("Myriad Pro", 71.99999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_title.Location  = new System.Drawing.Point(119, 27);
     this.lb_title.Name      = "lb_title";
     this.lb_title.Size      = new System.Drawing.Size(534, 115);
     this.lb_title.TabIndex  = 3;
     this.lb_title.Text      = "ElectroShop";
     this.lb_title.Paint    += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     //
     // tb_password
     //
     this.tb_password.BackColor    = System.Drawing.SystemColors.Menu;
     this.tb_password.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tb_password.Font         = new System.Drawing.Font("Myriad Pro", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tb_password.ForeColor    = System.Drawing.SystemColors.WindowFrame;
     this.tb_password.Location     = new System.Drawing.Point(233, 257);
     this.tb_password.Name         = "tb_password";
     this.tb_password.PasswordChar = '*';
     this.tb_password.Size         = new System.Drawing.Size(306, 33);
     this.tb_password.TabIndex     = 3;
     this.tb_password.Text         = "password";
     this.tb_password.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
     this.tb_password.WordWrap     = false;
     this.tb_password.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.ActionPasswordBox);
     //
     // tb_email
     //
     this.tb_email.BackColor   = System.Drawing.SystemColors.Menu;
     this.tb_email.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tb_email.Font        = new System.Drawing.Font("Myriad Pro", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tb_email.ForeColor   = System.Drawing.SystemColors.WindowFrame;
     this.tb_email.Location    = new System.Drawing.Point(233, 227);
     this.tb_email.Name        = "tb_email";
     this.tb_email.Size        = new System.Drawing.Size(306, 33);
     this.tb_email.TabIndex    = 3;
     this.tb_email.Text        = "ID";
     this.tb_email.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     this.tb_email.WordWrap    = false;
     //
     // navigationBarMain
     //
     this.navigationBarMain.CustomizationButtonVisibility = DevExpress.XtraBars.Navigation.CustomizationButtonVisibility.Hidden;
     this.navigationBarMain.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.navigationBarMain.Font      = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.navigationBarMain.ForeColor = System.Drawing.SystemColors.ControlDark;
     this.navigationBarMain.Items.AddRange(new DevExpress.XtraBars.Navigation.NavigationBarItem[] {
         this.navigationBarItem1,
         this.navigationBarItem2
     });
     this.navigationBarMain.Location     = new System.Drawing.Point(0, 515);
     this.navigationBarMain.Name         = "navigationBarMain";
     this.navigationBarMain.SelectedItem = this.navigationBarItem1;
     this.navigationBarMain.ShowToolTips = false;
     this.navigationBarMain.Size         = new System.Drawing.Size(784, 46);
     this.navigationBarMain.TabIndex     = 5;
     this.navigationBarMain.Text         = "officeNavigationBar1";
     this.navigationBarMain.ItemClick   += new DevExpress.XtraBars.Navigation.NavigationBarItemClickEventHandler(this.ActionNavItem);
     this.navigationBarMain.Paint       += new System.Windows.Forms.PaintEventHandler(this.NavigationBarMainPaint);
     //
     // navigationBarItem1
     //
     this.navigationBarItem1.Name = "navigationBarItem1";
     this.navigationBarItem1.Text = "Employee";
     //
     // navigationBarItem2
     //
     this.navigationBarItem2.Name = "navigationBarItem2";
     this.navigationBarItem2.Text = "Customer";
     //
     // lb_login
     //
     this.lb_login.AutoSize  = true;
     this.lb_login.BackColor = System.Drawing.Color.Transparent;
     this.lb_login.Font      = new System.Drawing.Font("Myriad Pro SemiExt", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_login.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.lb_login.Location  = new System.Drawing.Point(276, 358);
     this.lb_login.Name      = "lb_login";
     this.lb_login.Size      = new System.Drawing.Size(94, 27);
     this.lb_login.TabIndex  = 4;
     this.lb_login.Text      = "Login >";
     this.lb_login.Click    += new System.EventHandler(this.ActionLabelLogin);
     this.lb_login.Paint    += new System.Windows.Forms.PaintEventHandler(this.LabelPaint);
     //
     // transitionManager2
     //
     this.transitionManager2.FrameCount = 400;
     transition8.Control = this.lb_join;
     transition8.LineWaitingIndicatorProperties.AnimationElementCount = 5;
     transition8.LineWaitingIndicatorProperties.Caption               = "";
     transition8.LineWaitingIndicatorProperties.Description           = "";
     transition8.RingWaitingIndicatorProperties.AnimationElementCount = 5;
     transition8.RingWaitingIndicatorProperties.Caption               = "";
     transition8.RingWaitingIndicatorProperties.Description           = "";
     transition8.ShowWaitingIndicator = DevExpress.Utils.DefaultBoolean.False;
     transition8.TransitionType       = fadeTransition8;
     transition8.WaitingIndicatorProperties.Caption     = "";
     transition8.WaitingIndicatorProperties.Description = "";
     this.transitionManager2.Transitions.Add(transition8);
     //
     // dataSet11
     //
     this.dataSet11.DataSetName             = "DataSet1";
     this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // tableAdapterManager1
     //
     this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager1.BLACKLISTTableAdapter     = null;
     this.tableAdapterManager1.BUYINGGOODSTableAdapter   = null;
     this.tableAdapterManager1.Connection                  = null;
     this.tableAdapterManager1.CUSTOMERSTableAdapter       = null;
     this.tableAdapterManager1.DISCARDINGGOODSTableAdapter = null;
     this.tableAdapterManager1.GOODSGRADETableAdapter      = null;
     this.tableAdapterManager1.GOODSSTORETableAdapter      = null;
     this.tableAdapterManager1.GOODSTableAdapter           = null;
     this.tableAdapterManager1.GOODSTYPETableAdapter       = null;
     this.tableAdapterManager1.GOODSUNITTableAdapter       = null;
     this.tableAdapterManager1.MANAGERTableAdapter         = null;
     this.tableAdapterManager1.OVERDUETableAdapter         = null;
     this.tableAdapterManager1.RENTSTATETableAdapter       = null;
     this.tableAdapterManager1.RENTTableAdapter            = null;
     this.tableAdapterManager1.RESERVATIONSTableAdapter    = null;
     this.tableAdapterManager1.REVIEWSTableAdapter         = null;
     this.tableAdapterManager1.SHELVESTableAdapter         = null;
     this.tableAdapterManager1.STAFFTableAdapter           = null;
     this.tableAdapterManager1.UpdateOrder                 = _5171580_김상원.DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     //
     // oracleConnection1
     //
     this.oracleConnection1.ConnectionString = "DATA SOURCE=MyORCL;PERSIST SECURITY INFO=True;USER ID=B5171580;password=B5171580";
     //
     // customersTableAdapter1
     //
     this.customersTableAdapter1.ClearBeforeFill = true;
     //
     // managerTableAdapter1
     //
     this.managerTableAdapter1.ClearBeforeFill = true;
     //
     // staffTableAdapter1
     //
     this.staffTableAdapter1.ClearBeforeFill = true;
     //
     // transitionManager3
     //
     this.transitionManager3.FrameCount = 400;
     transition9.Control = this.tb_email;
     transition9.LineWaitingIndicatorProperties.AnimationElementCount = 5;
     transition9.LineWaitingIndicatorProperties.Caption               = "";
     transition9.LineWaitingIndicatorProperties.Description           = "";
     transition9.RingWaitingIndicatorProperties.AnimationElementCount = 5;
     transition9.RingWaitingIndicatorProperties.Caption               = "";
     transition9.RingWaitingIndicatorProperties.Description           = "";
     transition9.ShowWaitingIndicator = DevExpress.Utils.DefaultBoolean.False;
     transition9.TransitionType       = fadeTransition9;
     transition9.WaitingIndicatorProperties.Caption     = "";
     transition9.WaitingIndicatorProperties.Description = "";
     this.transitionManager3.Transitions.Add(transition9);
     //
     // Form1
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.LavenderBlush;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(784, 561);
     this.Controls.Add(this.lb_join);
     this.Controls.Add(this.tb_password);
     this.Controls.Add(this.lb_login);
     this.Controls.Add(this.tb_email);
     this.Controls.Add(this.navigationBarMain);
     this.Controls.Add(this.lb_permission);
     this.Controls.Add(this.lb_title);
     this.DoubleBuffered = true;
     this.Name           = "Form1";
     this.ShowIcon       = false;
     this.Text           = "5171580_김상원";
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.FromClosing);
     ((System.ComponentModel.ISupportInitialize)(this.navigationBarMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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();
     DevExpress.XtraBars.Ribbon.GalleryItemGroup    galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(ConsolePivotControl));
     DevExpress.Utils.Animation.Transition          transition1       = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.Animation.FadeTransition      fadeTransition1   = new DevExpress.Utils.Animation.FadeTransition();
     this.PivotGrid                 = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.Ribbon                    = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.galleryDataSources        = new DevExpress.XtraBars.RibbonGalleryBarItem();
     this.barLoadTemplate           = new DevExpress.XtraBars.BarButtonItem();
     this.barSaveTemplate           = new DevExpress.XtraBars.BarButtonItem();
     this.barPrint                  = new DevExpress.XtraBars.BarButtonItem();
     this.barPrintPreview           = new DevExpress.XtraBars.BarButtonItem();
     this.barFormatConditions       = new DevExpress.XtraBars.BarButtonItem();
     this.barCustomization          = new DevExpress.XtraBars.BarButtonItem();
     this.barExportSummary          = new DevExpress.XtraBars.BarButtonItem();
     this.barExportDrillDown        = new DevExpress.XtraBars.BarButtonItem();
     this.barRetrieveFields         = new DevExpress.XtraBars.BarButtonItem();
     this.barLayout                 = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPagePivot           = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroupDataSource = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroupTemplates  = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroupPrint      = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroupFormat     = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroupExport     = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.RibbonStatusBar           = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.images                    = new DevExpress.Utils.SvgImageCollection(this.components);
     this.dlgOpen                   = new DevExpress.XtraEditors.XtraOpenFileDialog(this.components);
     this.dlgSave                   = new DevExpress.XtraEditors.XtraSaveFileDialog(this.components);
     this.images32                  = new DevExpress.Utils.SvgImageCollection(this.components);
     this.transitionManager         = new DevExpress.Utils.Animation.TransitionManager(this.components);
     this.navPivot                  = new DevExpress.XtraBars.Navigation.NavigationPane();
     this.navPageCustomization      = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.splitterNavigation        = new DevExpress.XtraEditors.SplitterControl();
     ((System.ComponentModel.ISupportInitialize)(this.PivotGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.images)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.images32)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.navPivot)).BeginInit();
     this.navPivot.SuspendLayout();
     this.SuspendLayout();
     //
     // PivotGrid
     //
     this.PivotGrid.DefaultFilterEditorView = DevExpress.XtraEditors.FilterEditorViewMode.VisualAndText;
     this.PivotGrid.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.PivotGrid.Location    = new System.Drawing.Point(254, 146);
     this.PivotGrid.MenuManager = this.Ribbon;
     this.PivotGrid.Name        = "PivotGrid";
     this.PivotGrid.OptionsChartDataSource.AutoTransposeChart              = true;
     this.PivotGrid.OptionsCustomization.AllowFilterInCustomizationForm    = true;
     this.PivotGrid.OptionsCustomization.AllowSortInCustomizationForm      = true;
     this.PivotGrid.OptionsCustomization.CustomizationFormLayout           = DevExpress.XtraPivotGrid.Customization.CustomizationFormLayout.BottomPanelOnly1by4;
     this.PivotGrid.OptionsCustomization.CustomizationFormSearchBoxVisible = true;
     this.PivotGrid.OptionsCustomization.CustomizationFormStyle            = DevExpress.XtraPivotGrid.Customization.CustomizationFormStyle.Excel2007;
     this.PivotGrid.OptionsFilterPopup.FieldFilterPopupMode = DevExpress.XtraPivotGrid.FieldFilterPopupMode.Excel;
     this.PivotGrid.OptionsFilterPopup.ToolbarButtons       = ((DevExpress.XtraPivotGrid.FilterPopupToolbarButtons)((((((DevExpress.XtraPivotGrid.FilterPopupToolbarButtons.ShowOnlyAvailableItems | DevExpress.XtraPivotGrid.FilterPopupToolbarButtons.ShowNewValues)
                                                                                                                        | DevExpress.XtraPivotGrid.FilterPopupToolbarButtons.IncrementalSearch)
                                                                                                                       | DevExpress.XtraPivotGrid.FilterPopupToolbarButtons.MultiSelection)
                                                                                                                      | DevExpress.XtraPivotGrid.FilterPopupToolbarButtons.RadioMode)
                                                                                                                     | DevExpress.XtraPivotGrid.FilterPopupToolbarButtons.InvertFilter)));
     this.PivotGrid.OptionsLayout.StoreAllOptions         = true;
     this.PivotGrid.OptionsLayout.StoreFormatRules        = true;
     this.PivotGrid.OptionsLayout.StoreLayoutOptions      = true;
     this.PivotGrid.OptionsMenu.EnableFormatRulesMenu     = true;
     this.PivotGrid.OptionsView.RowTotalsLocation         = DevExpress.XtraPivotGrid.PivotRowTotalsLocation.Tree;
     this.PivotGrid.OptionsView.ShowColumnHeaders         = false;
     this.PivotGrid.OptionsView.ShowDataHeaders           = false;
     this.PivotGrid.OptionsView.ShowFilterHeaders         = false;
     this.PivotGrid.OptionsView.ShowRowHeaders            = false;
     this.PivotGrid.OptionsView.ShowTotalsForSingleValues = true;
     this.PivotGrid.Prefilter.ShowOperandTypeIcon         = true;
     this.PivotGrid.Size             = new System.Drawing.Size(750, 568);
     this.PivotGrid.TabIndex         = 2;
     this.PivotGrid.GridLayout      += new System.EventHandler(this.PivotGrid_GridLayout);
     this.PivotGrid.CustomFieldSort += new DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventHandler(this.PivotGrid_CustomFieldSort);
     //
     // Ribbon
     //
     this.Ribbon.ExpandCollapseItem.Id = 0;
     this.Ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.Ribbon.ExpandCollapseItem,
         this.Ribbon.SearchEditItem,
         this.galleryDataSources,
         this.barLoadTemplate,
         this.barSaveTemplate,
         this.barPrint,
         this.barPrintPreview,
         this.barFormatConditions,
         this.barCustomization,
         this.barExportSummary,
         this.barExportDrillDown,
         this.barRetrieveFields,
         this.barLayout
     });
     this.Ribbon.Location  = new System.Drawing.Point(0, 0);
     this.Ribbon.MaxItemId = 12;
     this.Ribbon.Name      = "Ribbon";
     this.Ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPagePivot
     });
     this.Ribbon.Size      = new System.Drawing.Size(1004, 146);
     this.Ribbon.StatusBar = this.RibbonStatusBar;
     //
     // galleryDataSources
     //
     this.galleryDataSources.Caption = "Data Sources";
     //
     //
     //
     galleryItemGroup1.Caption = "Tables";
     this.galleryDataSources.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
         galleryItemGroup1
     });
     this.galleryDataSources.Gallery.ImageSize    = new System.Drawing.Size(32, 32);
     this.galleryDataSources.Gallery.ShowItemText = true;
     this.galleryDataSources.Gallery.ItemClick   += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(this.GalleryDataSources_ItemClick);
     this.galleryDataSources.Id   = 1;
     this.galleryDataSources.Name = "galleryDataSources";
     //
     // barLoadTemplate
     //
     this.barLoadTemplate.Caption = "Load template";
     this.barLoadTemplate.Id      = 2;
     this.barLoadTemplate.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barLoadTemplate.ImageOptions.SvgImage")));
     this.barLoadTemplate.Name       = "barLoadTemplate";
     this.barLoadTemplate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarLoadTemplate_ItemClick);
     //
     // barSaveTemplate
     //
     this.barSaveTemplate.Caption = "Save template";
     this.barSaveTemplate.Id      = 3;
     this.barSaveTemplate.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barSaveTemplate.ImageOptions.SvgImage")));
     this.barSaveTemplate.Name       = "barSaveTemplate";
     this.barSaveTemplate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarSaveTemplate_ItemClick);
     //
     // barPrint
     //
     this.barPrint.Caption = "Print";
     this.barPrint.Id      = 4;
     this.barPrint.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barPrint.ImageOptions.SvgImage")));
     this.barPrint.Name       = "barPrint";
     this.barPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarPrint_ItemClick);
     //
     // barPrintPreview
     //
     this.barPrintPreview.Caption = "Preview";
     this.barPrintPreview.Id      = 5;
     this.barPrintPreview.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barPrintPreview.ImageOptions.SvgImage")));
     this.barPrintPreview.Name       = "barPrintPreview";
     this.barPrintPreview.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarPrintPreview_ItemClick);
     //
     // barFormatConditions
     //
     this.barFormatConditions.Caption = "Format conditions";
     this.barFormatConditions.Id      = 6;
     this.barFormatConditions.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barFormatConditions.ImageOptions.SvgImage")));
     this.barFormatConditions.Name       = "barFormatConditions";
     this.barFormatConditions.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarFormatConditions_ItemClick);
     //
     // barCustomization
     //
     this.barCustomization.Caption = "Customization";
     this.barCustomization.Id      = 7;
     this.barCustomization.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCustomization.ImageOptions.SvgImage")));
     this.barCustomization.Name       = "barCustomization";
     this.barCustomization.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarCustomization_ItemClick);
     this.barCustomization.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barExportSummary
     //
     this.barExportSummary.Caption = "Summary";
     this.barExportSummary.Id      = 8;
     this.barExportSummary.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barExportSummary.ImageOptions.SvgImage")));
     this.barExportSummary.Name       = "barExportSummary";
     this.barExportSummary.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarExportSummary_ItemClick);
     //
     // barExportDrillDown
     //
     this.barExportDrillDown.Caption = "DrillDown";
     this.barExportDrillDown.Id      = 9;
     this.barExportDrillDown.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barExportDrillDown.ImageOptions.SvgImage")));
     this.barExportDrillDown.Name       = "barExportDrillDown";
     this.barExportDrillDown.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarExportDrillDown_ItemClick);
     //
     // barRetrieveFields
     //
     this.barRetrieveFields.Caption = "Retrieve fields";
     this.barRetrieveFields.Id      = 10;
     this.barRetrieveFields.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barRetrieveFields.ImageOptions.SvgImage")));
     this.barRetrieveFields.Name       = "barRetrieveFields";
     this.barRetrieveFields.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarRetrieveFields_ItemClick);
     //
     // barLayout
     //
     this.barLayout.ButtonStyle           = DevExpress.XtraBars.BarButtonStyle.Check;
     this.barLayout.Caption               = "Compact";
     this.barLayout.Id                    = 11;
     this.barLayout.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barLayout.ImageOptions.SvgImage")));
     this.barLayout.Name                  = "barLayout";
     this.barLayout.ItemClick            += new DevExpress.XtraBars.ItemClickEventHandler(this.BarLayout_ItemClick);
     //
     // ribbonPagePivot
     //
     this.ribbonPagePivot.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroupDataSource,
         this.ribbonPageGroupTemplates,
         this.ribbonPageGroupPrint,
         this.ribbonPageGroupFormat,
         this.ribbonPageGroupExport
     });
     this.ribbonPagePivot.Name = "ribbonPagePivot";
     this.ribbonPagePivot.Text = "Pivot";
     //
     // ribbonPageGroupDataSource
     //
     this.ribbonPageGroupDataSource.ItemLinks.Add(this.galleryDataSources);
     this.ribbonPageGroupDataSource.Name = "ribbonPageGroupDataSource";
     this.ribbonPageGroupDataSource.ShowCaptionButton = false;
     this.ribbonPageGroupDataSource.Text = "Data Source";
     //
     // ribbonPageGroupTemplates
     //
     this.ribbonPageGroupTemplates.ItemLinks.Add(this.barLoadTemplate);
     this.ribbonPageGroupTemplates.ItemLinks.Add(this.barSaveTemplate);
     this.ribbonPageGroupTemplates.Name = "ribbonPageGroupTemplates";
     this.ribbonPageGroupTemplates.ShowCaptionButton = false;
     this.ribbonPageGroupTemplates.Text = "Templates";
     //
     // ribbonPageGroupPrint
     //
     this.ribbonPageGroupPrint.ItemLinks.Add(this.barPrint);
     this.ribbonPageGroupPrint.ItemLinks.Add(this.barPrintPreview);
     this.ribbonPageGroupPrint.Name = "ribbonPageGroupPrint";
     this.ribbonPageGroupPrint.ShowCaptionButton = false;
     this.ribbonPageGroupPrint.Text = "Print";
     //
     // ribbonPageGroupFormat
     //
     this.ribbonPageGroupFormat.ItemLinks.Add(this.barLayout);
     this.ribbonPageGroupFormat.ItemLinks.Add(this.barFormatConditions);
     this.ribbonPageGroupFormat.ItemLinks.Add(this.barCustomization);
     this.ribbonPageGroupFormat.Name = "ribbonPageGroupFormat";
     this.ribbonPageGroupFormat.ShowCaptionButton = false;
     this.ribbonPageGroupFormat.Text = "Format";
     //
     // ribbonPageGroupExport
     //
     this.ribbonPageGroupExport.ItemLinks.Add(this.barExportSummary);
     this.ribbonPageGroupExport.ItemLinks.Add(this.barExportDrillDown);
     this.ribbonPageGroupExport.Name = "ribbonPageGroupExport";
     this.ribbonPageGroupExport.ShowCaptionButton = false;
     this.ribbonPageGroupExport.Text = "Export";
     //
     // RibbonStatusBar
     //
     this.RibbonStatusBar.Location = new System.Drawing.Point(0, 714);
     this.RibbonStatusBar.Name     = "RibbonStatusBar";
     this.RibbonStatusBar.Ribbon   = this.Ribbon;
     this.RibbonStatusBar.Size     = new System.Drawing.Size(1004, 22);
     //
     // images
     //
     this.images.Add("table", "image://svgimages/richedit/inserttable.svg");
     this.images.Add("pivot", "image://svgimages/spreadsheet/pivottable.svg");
     //
     // dlgOpen
     //
     this.dlgOpen.DefaultExt       = "scpivot";
     this.dlgOpen.Filter           = "Pivot files (*.scpivot)|*.scpivot|All files (*.*)|All files (*.*)";
     this.dlgOpen.RestoreDirectory = true;
     this.dlgOpen.Title            = "Spread Commander";
     //
     // dlgSave
     //
     this.dlgSave.DefaultExt       = "scpivot";
     this.dlgSave.Filter           = "Pivot files (*.scpivot)|*.scpivot|All files (*.*)|All files (*.*)";
     this.dlgSave.RestoreDirectory = true;
     this.dlgSave.Title            = "Spread Commander";
     //
     // images32
     //
     this.images32.ImageSize = new System.Drawing.Size(32, 32);
     this.images32.Add("table", "image://svgimages/richedit/inserttable.svg");
     this.images32.Add("pivot", "image://svgimages/spreadsheet/pivottable.svg");
     //
     // transitionManager
     //
     transition1.BarWaitingIndicatorProperties.Caption     = "";
     transition1.BarWaitingIndicatorProperties.Description = "";
     transition1.Control = this.PivotGrid;
     transition1.LineWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.LineWaitingIndicatorProperties.Caption               = "";
     transition1.LineWaitingIndicatorProperties.Description           = "";
     transition1.RingWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.RingWaitingIndicatorProperties.Caption               = "";
     transition1.RingWaitingIndicatorProperties.Description           = "";
     transition1.TransitionType = fadeTransition1;
     transition1.WaitingIndicatorProperties.Caption     = "";
     transition1.WaitingIndicatorProperties.Description = "";
     this.transitionManager.Transitions.Add(transition1);
     //
     // navPivot
     //
     this.navPivot.Controls.Add(this.navPageCustomization);
     this.navPivot.Dock            = System.Windows.Forms.DockStyle.Left;
     this.navPivot.ItemOrientation = System.Windows.Forms.Orientation.Vertical;
     this.navPivot.Location        = new System.Drawing.Point(0, 146);
     this.navPivot.Name            = "navPivot";
     this.navPivot.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] {
         this.navPageCustomization
     });
     this.navPivot.RegularSize  = new System.Drawing.Size(244, 568);
     this.navPivot.SelectedPage = this.navPageCustomization;
     this.navPivot.Size         = new System.Drawing.Size(244, 568);
     this.navPivot.TabIndex     = 8;
     this.navPivot.Text         = "Pivot";
     //
     // navPageCustomization
     //
     this.navPageCustomization.Caption = "Customization";
     this.navPageCustomization.ImageOptions.SvgImage     = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("navPageCustomization.ImageOptions.SvgImage")));
     this.navPageCustomization.ImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
     this.navPageCustomization.Name                = "navPageCustomization";
     this.navPageCustomization.PageText            = "";
     this.navPageCustomization.Properties.ShowMode = DevExpress.XtraBars.Navigation.ItemShowMode.ImageAndText;
     this.navPageCustomization.Size                = new System.Drawing.Size(181, 495);
     //
     // splitterNavigation
     //
     this.splitterNavigation.Location = new System.Drawing.Point(244, 146);
     this.splitterNavigation.Name     = "splitterNavigation";
     this.splitterNavigation.Size     = new System.Drawing.Size(10, 568);
     this.splitterNavigation.TabIndex = 9;
     this.splitterNavigation.TabStop  = false;
     //
     // ConsolePivotControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.PivotGrid);
     this.Controls.Add(this.splitterNavigation);
     this.Controls.Add(this.navPivot);
     this.Controls.Add(this.RibbonStatusBar);
     this.Controls.Add(this.Ribbon);
     this.Name  = "ConsolePivotControl";
     this.Size  = new System.Drawing.Size(1004, 736);
     this.Load += new System.EventHandler(this.ConsolePivotControl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.PivotGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.images)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.images32)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.navPivot)).EndInit();
     this.navPivot.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #18
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();
     DevExpress.Utils.Animation.Transition          transition1          = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.Animation.SlideFadeTransition slideFadeTransition1 = new DevExpress.Utils.Animation.SlideFadeTransition();
     System.ComponentModel.ComponentResourceManager resources            = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.modulesContainer            = new DevExpress.XtraEditors.XtraUserControl();
     this.navBar                      = new DevExpress.XtraNavBar.NavBarControl();
     this.taskbarAssistant            = new DevExpress.Utils.Taskbar.TaskbarAssistant();
     this.taskNewEmployee             = new DevExpress.Utils.Taskbar.JumpListItemTask();
     this.taskSalesMap                = new DevExpress.Utils.Taskbar.JumpListItemTask();
     this.taskOpportunities           = new DevExpress.Utils.Taskbar.JumpListItemTask();
     this.notificationManager         = new DevExpress.XtraBars.ToastNotifications.ToastNotificationsManager(this.components);
     this.overviewControl             = new DevExpress.OutlookInspiredApp.Win.Modules.OverviewControl();
     this.officeNavigationBar         = new DevExpress.XtraBars.Navigation.OfficeNavigationBar();
     this.ribbonControl               = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.backstageViewControl        = new DevExpress.XtraBars.Ribbon.BackstageViewControl();
     this.backstageViewClientControl1 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
     this.backstageViewClientControl2 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
     this.backstageViewClientControl3 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
     this.tabBackstageViewAbout       = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
     this.tabBackstageViewExport      = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
     this.tabBackstageViewPrint       = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
     this.backstageViewItemSeparator1 = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
     this.biBackstageViewGetStarted   = new DevExpress.XtraBars.Ribbon.BackstageViewButtonItem();
     this.biBackstageViewGetSupport   = new DevExpress.XtraBars.Ribbon.BackstageViewButtonItem();
     this.biBackstageViewBuyNow       = new DevExpress.XtraBars.Ribbon.BackstageViewButtonItem();
     this.skinRibbonGalleryBarItem1   = new DevExpress.XtraBars.SkinRibbonGalleryBarItem();
     this.barNavigationItem           = new DevExpress.XtraBars.BarSubItem();
     this.biFolderPaneSubItem         = new DevExpress.XtraBars.BarSubItem();
     this.bmiFolderNormal             = new DevExpress.XtraBars.BarCheckItem();
     this.bmiFolderMinimized          = new DevExpress.XtraBars.BarCheckItem();
     this.bmiFolderOff                = new DevExpress.XtraBars.BarCheckItem();
     this.biGetStarted                = new DevExpress.XtraBars.BarButtonItem();
     this.biGetSupport                = new DevExpress.XtraBars.BarButtonItem();
     this.biBuyNow                    = new DevExpress.XtraBars.BarButtonItem();
     this.biAbout                     = new DevExpress.XtraBars.BarButtonItem();
     this.bbiNormal                   = new DevExpress.XtraBars.BarCheckItem();
     this.beZoomLevel                 = new DevExpress.XtraBars.BarEditItem();
     this.zoomLevelTrackBar           = new DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar();
     this.bbiReading                  = new DevExpress.XtraBars.BarCheckItem();
     this.bbiZoomDialog               = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPage2                 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup4            = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage1                 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup3            = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup2            = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup1            = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar1            = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.dockManager                 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.transitionManager           = new DevExpress.Utils.Animation.TransitionManager();
     this.modulesContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.notificationManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.officeNavigationBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
     this.backstageViewControl.SuspendLayout();
     this.backstageViewClientControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.zoomLevelTrackBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
     this.SuspendLayout();
     //
     // modulesContainer
     //
     this.modulesContainer.Controls.Add(this.navBar);
     this.modulesContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.modulesContainer.Location = new System.Drawing.Point(0, 144);
     this.modulesContainer.Margin   = new System.Windows.Forms.Padding(24, 23, 24, 3);
     this.modulesContainer.Name     = "modulesContainer";
     this.modulesContainer.Size     = new System.Drawing.Size(1368, 603);
     this.modulesContainer.TabIndex = 2;
     //
     // navBar
     //
     this.navBar.ActiveGroup = null;
     this.navBar.Dock        = System.Windows.Forms.DockStyle.Left;
     this.navBar.Location    = new System.Drawing.Point(0, 0);
     this.navBar.Name        = "navBar";
     this.navBar.OptionsNavPane.CollapsedWidth = 41;
     this.navBar.OptionsNavPane.ExpandedWidth  = 200;
     this.navBar.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.NavigationPane;
     this.navBar.Size           = new System.Drawing.Size(200, 603);
     this.navBar.TabIndex       = 5;
     this.navBar.Text           = "navBarControl1";
     //
     // taskbarAssistant
     //
     this.taskbarAssistant.JumpListTasksCategory.Add(this.taskNewEmployee);
     this.taskbarAssistant.JumpListTasksCategory.Add(this.taskSalesMap);
     this.taskbarAssistant.JumpListTasksCategory.Add(this.taskOpportunities);
     this.taskbarAssistant.ParentControl       = this;
     this.taskbarAssistant.ThumbnailClipRegion = new System.Drawing.Rectangle(0, 0, 0, 0);
     //
     // taskNewEmployee
     //
     this.taskNewEmployee.IconIndex = 0;
     this.taskNewEmployee.Caption   = "New Employee";
     //
     // taskSalesMap
     //
     this.taskSalesMap.IconIndex = 0;
     this.taskSalesMap.Caption   = "Sales Map";
     //
     // taskOpportunities
     //
     this.taskOpportunities.IconIndex = 0;
     this.taskOpportunities.Caption   = "Opportunities";
     //
     // notificationsManager
     //
     this.notificationManager.ApplicationId   = "Components_14_1_Demo_Center_14_1";
     this.notificationManager.ApplicationName = "DevAV";
     this.notificationManager.Notifications.AddRange(new DevExpress.XtraBars.ToastNotifications.IToastNotificationProperties[] {
         new DevExpress.XtraBars.ToastNotifications.ToastNotification("04d87d90-04d2-44a5-8d06-74dcf65cf013", null, "DevAV Tips & Tricks", "Become a UI Superhero, check out", "our WYSIWYG Reporting in the Sales Module", DevExpress.XtraBars.ToastNotifications.ToastNotificationTemplate.Text04),
         new DevExpress.XtraBars.ToastNotifications.ToastNotification("04d87d90-04d2-44a5-8d06-74dcf65cf014", null, "DevAV Tips & Tricks", "Become a UI Superhero, take users ", "where they want to go with DevExpress Maps", DevExpress.XtraBars.ToastNotifications.ToastNotificationTemplate.Text04),
         new DevExpress.XtraBars.ToastNotifications.ToastNotification("04d87d90-04d2-44a5-8d06-74dcf65cf015", null, "DevAV Tips & Tricks", "Become a UI Superhero, explore", "PDF-documents with DevExpress PDF Viewer", DevExpress.XtraBars.ToastNotifications.ToastNotificationTemplate.Text04),
         new DevExpress.XtraBars.ToastNotifications.ToastNotification("04d87d90-04d2-44a5-8d06-74dcf65cf016", null, "DevAV Tips & Tricks", "Become a UI Superhero, check out our", "straightforward and easy-to-use Spreadsheet", DevExpress.XtraBars.ToastNotifications.ToastNotificationTemplate.Text04)
     });
     //
     // overviewControl
     //
     this.overviewControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.overviewControl.Location = new System.Drawing.Point(0, 0);
     this.overviewControl.Name     = "overviewControl";
     this.overviewControl.Size     = new System.Drawing.Size(1234, 539);
     this.overviewControl.TabIndex = 0;
     //
     // officeNavigationBar
     //
     this.officeNavigationBar.AllowDrag   = true;
     this.officeNavigationBar.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.officeNavigationBar.Location    = new System.Drawing.Point(0, 747);
     this.officeNavigationBar.MenuManager = this.ribbonControl;
     this.officeNavigationBar.MinimumSize = new System.Drawing.Size(0, 21);
     this.officeNavigationBar.Name        = "officeNavigationBar";
     this.officeNavigationBar.OptionsPeekFormButtonPanel.AllowGlyphSkinning = true;
     this.officeNavigationBar.OptionsPeekFormButtonPanel.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
         new DevExpress.Utils.PeekFormButton("", global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_docking_16, false, true, "")
     });
     this.officeNavigationBar.OptionsPeekFormButtonPanel.Padding         = new System.Windows.Forms.Padding(0, 0, 8, 0);
     this.officeNavigationBar.OptionsPeekFormButtonPanel.ShowButtonPanel = true;
     this.officeNavigationBar.PeekFormSize = new System.Drawing.Size(250, 350);
     this.officeNavigationBar.Size         = new System.Drawing.Size(1368, 21);
     this.officeNavigationBar.TabIndex     = 3;
     //
     // ribbonControl
     //
     this.ribbonControl.ApplicationButtonDropDownControl = this.backstageViewControl;
     this.ribbonControl.ExpandCollapseItem.Id            = 0;
     this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl.ExpandCollapseItem,
         this.skinRibbonGalleryBarItem1,
         this.barNavigationItem,
         this.biFolderPaneSubItem,
         this.bmiFolderNormal,
         this.bmiFolderMinimized,
         this.bmiFolderOff,
         this.biGetStarted,
         this.biGetSupport,
         this.biBuyNow,
         this.biAbout,
         this.bbiNormal,
         this.beZoomLevel,
         this.bbiReading,
         this.bbiZoomDialog
     });
     this.ribbonControl.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl.MaxItemId = 12;
     this.ribbonControl.Name      = "ribbonControl";
     this.ribbonControl.OptionsTouch.ShowTouchUISelectorInQAT = true;
     this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage2,
         this.ribbonPage1
     });
     this.ribbonControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.zoomLevelTrackBar
     });
     this.ribbonControl.RibbonStyle        = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
     this.ribbonControl.Size               = new System.Drawing.Size(1368, 144);
     this.ribbonControl.StatusBar          = this.ribbonStatusBar1;
     this.ribbonControl.TransparentEditors = true;
     //
     // backstageViewControl
     //
     this.backstageViewControl.ColorScheme = DevExpress.XtraBars.Ribbon.RibbonControlColorScheme.Yellow;
     this.backstageViewControl.Controls.Add(this.backstageViewClientControl1);
     this.backstageViewControl.Controls.Add(this.backstageViewClientControl2);
     this.backstageViewControl.Controls.Add(this.backstageViewClientControl3);
     this.backstageViewControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.backstageViewControl.Items.Add(this.tabBackstageViewAbout);
     this.backstageViewControl.Items.Add(this.tabBackstageViewExport);
     this.backstageViewControl.Items.Add(this.tabBackstageViewPrint);
     this.backstageViewControl.Items.Add(this.backstageViewItemSeparator1);
     this.backstageViewControl.Items.Add(this.biBackstageViewGetStarted);
     this.backstageViewControl.Items.Add(this.biBackstageViewGetSupport);
     this.backstageViewControl.Items.Add(this.biBackstageViewBuyNow);
     this.backstageViewControl.Location         = new System.Drawing.Point(0, 144);
     this.backstageViewControl.Name             = "backstageViewControl";
     this.backstageViewControl.Ribbon           = this.ribbonControl;
     this.backstageViewControl.SelectedTab      = this.tabBackstageViewAbout;
     this.backstageViewControl.SelectedTabIndex = 0;
     this.backstageViewControl.Size             = new System.Drawing.Size(1368, 603);
     this.backstageViewControl.Style            = DevExpress.XtraBars.Ribbon.BackstageViewStyle.Office2013;
     this.backstageViewControl.TabIndex         = 6;
     //
     // backstageViewClientControl1
     //
     this.backstageViewClientControl1.Controls.Add(this.overviewControl);
     this.backstageViewClientControl1.Location = new System.Drawing.Point(133, 63);
     this.backstageViewClientControl1.Name     = "backstageViewClientControl1";
     this.backstageViewClientControl1.Size     = new System.Drawing.Size(1234, 539);
     this.backstageViewClientControl1.TabIndex = 0;
     //
     // backstageViewClientControl2
     //
     this.backstageViewClientControl2.Location = new System.Drawing.Point(133, 63);
     this.backstageViewClientControl2.Name     = "backstageViewClientControl2";
     this.backstageViewClientControl2.Size     = new System.Drawing.Size(1234, 539);
     this.backstageViewClientControl2.TabIndex = 1;
     //
     // backstageViewClientControl3
     //
     this.backstageViewClientControl3.Location = new System.Drawing.Point(133, 63);
     this.backstageViewClientControl3.Name     = "backstageViewClientControl3";
     this.backstageViewClientControl3.Size     = new System.Drawing.Size(1234, 539);
     this.backstageViewClientControl3.TabIndex = 2;
     //
     // tabBackstageViewAbout
     //
     this.tabBackstageViewAbout.Caption = "About";
     this.tabBackstageViewAbout.CaptionHorizontalAlignment = DevExpress.Utils.Drawing.ItemHorizontalAlignment.Left;
     this.tabBackstageViewAbout.ContentControl             = this.backstageViewClientControl1;
     this.tabBackstageViewAbout.Name     = "tabBackstageViewAbout";
     this.tabBackstageViewAbout.Selected = true;
     //
     // tabBackstageViewExport
     //
     this.tabBackstageViewExport.Caption = "Export";
     this.tabBackstageViewExport.CaptionHorizontalAlignment = DevExpress.Utils.Drawing.ItemHorizontalAlignment.Left;
     this.tabBackstageViewExport.ContentControl             = this.backstageViewClientControl2;
     this.tabBackstageViewExport.Name     = "tabBackstageViewExport";
     this.tabBackstageViewExport.Selected = false;
     //
     // tabBackstageViewPrint
     //
     this.tabBackstageViewPrint.Caption = "Print";
     this.tabBackstageViewPrint.CaptionHorizontalAlignment = DevExpress.Utils.Drawing.ItemHorizontalAlignment.Left;
     this.tabBackstageViewPrint.ContentControl             = this.backstageViewClientControl3;
     this.tabBackstageViewPrint.Name     = "tabBackstageViewPrint";
     this.tabBackstageViewPrint.Selected = false;
     //
     // backstageViewItemSeparator1
     //
     this.backstageViewItemSeparator1.Name = "backstageViewItemSeparator1";
     //
     // biBackstageViewGetStarted
     //
     this.biBackstageViewGetStarted.Caption = "Get Started";
     this.biBackstageViewGetStarted.CaptionHorizontalAlignment = DevExpress.Utils.Drawing.ItemHorizontalAlignment.Left;
     this.biBackstageViewGetStarted.Name = "biBackstageViewGetStarted";
     //
     // biBackstageViewGetSupport
     //
     this.biBackstageViewGetSupport.Caption = "Get Support";
     this.biBackstageViewGetSupport.CaptionHorizontalAlignment = DevExpress.Utils.Drawing.ItemHorizontalAlignment.Left;
     this.biBackstageViewGetSupport.Name = "biBackstageViewGetSupport";
     //
     // biBackstageViewBuyNow
     //
     this.biBackstageViewBuyNow.Caption = "Buy Now";
     this.biBackstageViewBuyNow.CaptionHorizontalAlignment = DevExpress.Utils.Drawing.ItemHorizontalAlignment.Left;
     this.biBackstageViewBuyNow.Name = "biBackstageViewBuyNow";
     //
     // skinRibbonGalleryBarItem1
     //
     this.skinRibbonGalleryBarItem1.Caption = "skinRibbonGalleryBarItem1";
     this.skinRibbonGalleryBarItem1.Id      = 1;
     this.skinRibbonGalleryBarItem1.Name    = "skinRibbonGalleryBarItem1";
     //
     // barNavigationItem
     //
     this.barNavigationItem.Caption              = "Navigation";
     this.barNavigationItem.Glyph                = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_navigate_16;
     this.barNavigationItem.Id                   = 2;
     this.barNavigationItem.LargeGlyph           = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_navigate_32;
     this.barNavigationItem.LargeImageIndex      = 43;
     this.barNavigationItem.Name                 = "barNavigationItem";
     this.barNavigationItem.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
     //
     // biFolderPaneSubItem
     //
     this.biFolderPaneSubItem.Caption         = "Folder Pane";
     this.biFolderPaneSubItem.Glyph           = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_folder_panel_16;
     this.biFolderPaneSubItem.Id              = 10;
     this.biFolderPaneSubItem.LargeGlyph      = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_folder_panel_32;
     this.biFolderPaneSubItem.LargeImageIndex = 42;
     this.biFolderPaneSubItem.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bmiFolderNormal),
         new DevExpress.XtraBars.LinkPersistInfo(this.bmiFolderMinimized),
         new DevExpress.XtraBars.LinkPersistInfo(this.bmiFolderOff)
     });
     this.biFolderPaneSubItem.Name = "biFolderPaneSubItem";
     this.biFolderPaneSubItem.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
     //
     // bmiFolderNormal
     //
     this.bmiFolderNormal.Caption    = "Normal";
     this.bmiFolderNormal.GroupIndex = 4;
     this.bmiFolderNormal.Id         = 6;
     this.bmiFolderNormal.Name       = "bmiFolderNormal";
     //
     // bmiFolderMinimized
     //
     this.bmiFolderMinimized.Caption    = "Minimized";
     this.bmiFolderMinimized.GroupIndex = 4;
     this.bmiFolderMinimized.Id         = 7;
     this.bmiFolderMinimized.Name       = "bmiFolderMinimized";
     //
     // bmiFolderOff
     //
     this.bmiFolderOff.Caption    = "Off";
     this.bmiFolderOff.GroupIndex = 4;
     this.bmiFolderOff.Id         = 7;
     this.bmiFolderOff.Name       = "bmiFolderOff";
     //
     // biGetStarted
     //
     this.biGetStarted.Caption    = "Getting Started";
     this.biGetStarted.Glyph      = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_getting_started_16;
     this.biGetStarted.Id         = 3;
     this.biGetStarted.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_getting_started_32;
     this.biGetStarted.Name       = "biGetStarted";
     //
     // biGetSupport
     //
     this.biGetSupport.Caption    = "Get Free Support";
     this.biGetSupport.Glyph      = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_support_16;
     this.biGetSupport.Id         = 4;
     this.biGetSupport.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_support_32;
     this.biGetSupport.Name       = "biGetSupport";
     //
     // biBuyNow
     //
     this.biBuyNow.Caption    = "Buy Now";
     this.biBuyNow.Glyph      = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_buy_16;
     this.biBuyNow.Id         = 5;
     this.biBuyNow.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_buy_32;
     this.biBuyNow.Name       = "biBuyNow";
     //
     // biAbout
     //
     this.biAbout.Caption      = "About";
     this.biAbout.Glyph        = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_about_16;
     this.biAbout.Id           = 6;
     this.biAbout.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F1);
     this.biAbout.LargeGlyph   = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_about_32;
     this.biAbout.Name         = "biAbout";
     //
     // bbiNormal
     //
     this.bbiNormal.Alignment          = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.bbiNormal.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
     this.bbiNormal.Caption            = "Normal";
     this.bbiNormal.Checked            = true;
     this.bbiNormal.Glyph       = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_normal_bottom_16;
     this.bbiNormal.Id          = 8;
     this.bbiNormal.Name        = "bbiNormal";
     this.bbiNormal.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
     //
     // beZoomLevel
     //
     this.beZoomLevel.Alignment        = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.beZoomLevel.CaptionAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.beZoomLevel.Edit             = this.zoomLevelTrackBar;
     this.beZoomLevel.EditValue        = 10;
     this.beZoomLevel.Id    = 9;
     this.beZoomLevel.Name  = "beZoomLevel";
     this.beZoomLevel.Width = 150;
     //
     // zoomLevelTrackBar
     //
     this.zoomLevelTrackBar.Alignment           = DevExpress.Utils.VertAlignment.Center;
     this.zoomLevelTrackBar.AllowUseMiddleValue = true;
     this.zoomLevelTrackBar.BorderStyle         = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.zoomLevelTrackBar.Maximum             = 20;
     this.zoomLevelTrackBar.Middle           = 10;
     this.zoomLevelTrackBar.Minimum          = 1;
     this.zoomLevelTrackBar.Name             = "zoomLevelTrackBar";
     this.zoomLevelTrackBar.ScrollThumbStyle = DevExpress.XtraEditors.Repository.ScrollThumbStyle.ArrowDownRight;
     //
     // bbiReading
     //
     this.bbiReading.Alignment          = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.bbiReading.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
     this.bbiReading.Caption            = "Reading";
     this.bbiReading.Glyph       = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_reading_bottom_16;
     this.bbiReading.Id          = 10;
     this.bbiReading.Name        = "bbiReading";
     this.bbiReading.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
     //
     // bbiZoomDialog
     //
     this.bbiZoomDialog.Alignment          = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.bbiZoomDialog.Caption            = "100%";
     this.bbiZoomDialog.Id                 = 11;
     this.bbiZoomDialog.Name               = "bbiZoomDialog";
     this.bbiZoomDialog.SmallWithTextWidth = 50;
     //
     // ribbonPage2
     //
     this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup4
     });
     this.ribbonPage2.Name = "ribbonPage2";
     this.ribbonPage2.Text = "HOME";
     //
     // ribbonPageGroup4
     //
     this.ribbonPageGroup4.ItemLinks.Add(this.biGetStarted);
     this.ribbonPageGroup4.ItemLinks.Add(this.biGetSupport);
     this.ribbonPageGroup4.ItemLinks.Add(this.biBuyNow);
     this.ribbonPageGroup4.ItemLinks.Add(this.biAbout);
     this.ribbonPageGroup4.Name = "ribbonPageGroup4";
     this.ribbonPageGroup4.ShowCaptionButton = false;
     this.ribbonPageGroup4.Text = "DevExpress";
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup3,
         this.ribbonPageGroup2,
         this.ribbonPageGroup1
     });
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "VIEW";
     //
     // ribbonPageGroup3
     //
     this.ribbonPageGroup3.AllowTextClipping = false;
     this.ribbonPageGroup3.ItemLinks.Add(this.barNavigationItem);
     this.ribbonPageGroup3.MergeOrder        = 0;
     this.ribbonPageGroup3.Name              = "ribbonPageGroup3";
     this.ribbonPageGroup3.ShowCaptionButton = false;
     this.ribbonPageGroup3.Text              = "Module";
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.AllowTextClipping = false;
     this.ribbonPageGroup2.ItemLinks.Add(this.biFolderPaneSubItem);
     this.ribbonPageGroup2.MergeOrder        = 1;
     this.ribbonPageGroup2.Name              = "ribbonPageGroup2";
     this.ribbonPageGroup2.ShowCaptionButton = false;
     this.ribbonPageGroup2.Text              = "Layout";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.AllowTextClipping = false;
     this.ribbonPageGroup1.ItemLinks.Add(this.skinRibbonGalleryBarItem1);
     this.ribbonPageGroup1.MergeOrder        = 2;
     this.ribbonPageGroup1.Name              = "ribbonPageGroup1";
     this.ribbonPageGroup1.ShowCaptionButton = false;
     this.ribbonPageGroup1.Text              = "Appearance";
     //
     // ribbonStatusBar1
     //
     this.ribbonStatusBar1.ItemLinks.Add(this.bbiNormal);
     this.ribbonStatusBar1.ItemLinks.Add(this.bbiReading);
     this.ribbonStatusBar1.ItemLinks.Add(this.beZoomLevel);
     this.ribbonStatusBar1.ItemLinks.Add(this.bbiZoomDialog);
     this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 768);
     this.ribbonStatusBar1.Name     = "ribbonStatusBar1";
     this.ribbonStatusBar1.Ribbon   = this.ribbonControl;
     this.ribbonStatusBar1.Size     = new System.Drawing.Size(1368, 31);
     //
     // dockManager
     //
     this.dockManager.DockingOptions.FloatOnDblClick    = false;
     this.dockManager.DockingOptions.ShowAutoHideButton = false;
     this.dockManager.DockingOptions.ShowMaximizeButton = false;
     this.dockManager.Form        = this.modulesContainer;
     this.dockManager.MenuManager = this.ribbonControl;
     this.dockManager.TopZIndexControls.AddRange(new string[] {
         "DevExpress.XtraBars.BarDockControl",
         "DevExpress.XtraBars.StandaloneBarDockControl",
         "System.Windows.Forms.StatusBar",
         "System.Windows.Forms.MenuStrip",
         "System.Windows.Forms.StatusStrip",
         "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
         "XtraBars.Navigation.OfficeNavigationBar",
         "DevExpress.XtraBars.Ribbon.RibbonControl"
     });
     //
     // transitionManager
     //
     this.transitionManager.ShowWaitingIndicator = false;
     transition1.Control = this.modulesContainer;
     slideFadeTransition1.Parameters.Background    = System.Drawing.Color.Empty;
     slideFadeTransition1.Parameters.EffectOptions = DevExpress.Utils.Animation.PushEffectOptions.FromRight;
     slideFadeTransition1.Parameters.FrameInterval = 5000;
     transition1.TransitionType = slideFadeTransition1;
     this.transitionManager.Transitions.Add(transition1);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1368, 799);
     this.Controls.Add(this.backstageViewControl);
     this.Controls.Add(this.modulesContainer);
     this.Controls.Add(this.officeNavigationBar);
     this.Controls.Add(this.ribbonStatusBar1);
     this.Controls.Add(this.ribbonControl);
     this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.Shadow;
     this.Icon             = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name             = "MainForm";
     this.Ribbon           = this.ribbonControl;
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.StatusBar        = this.ribbonStatusBar1;
     this.Text             = "DevAV";
     this.WindowState      = System.Windows.Forms.FormWindowState.Maximized;
     this.modulesContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.notificationManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.officeNavigationBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
     this.backstageViewControl.ResumeLayout(false);
     this.backstageViewClientControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.zoomLevelTrackBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #19
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();
     DevExpress.Utils.Animation.Transition          transition1          = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.Animation.SlideFadeTransition slideFadeTransition1 = new DevExpress.Utils.Animation.SlideFadeTransition();
     System.ComponentModel.ComponentResourceManager resources            = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
     this.modulesContainer     = new DevExpress.XtraEditors.XtraUserControl();
     this.ribbonStatusBar      = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.ribbonControl        = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.rgbiSkins            = new DevExpress.XtraBars.SkinRibbonGalleryBarItem();
     this.ribbonPage1          = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.transitionManager1   = new DevExpress.Utils.Animation.TransitionManager();
     this.officeNavigationBar1 = new DevExpress.XtraBars.Navigation.OfficeNavigationBar();
     this.navigationBarItem1   = new DevExpress.XtraBars.Navigation.NavigationBarItem();
     this.navigationBarItem2   = new DevExpress.XtraBars.Navigation.NavigationBarItem();
     this.navigationBarItem3   = new DevExpress.XtraBars.Navigation.NavigationBarItem();
     this.navigationBarItem4   = new DevExpress.XtraBars.Navigation.NavigationBarItem();
     this.navigationBarItem5   = new DevExpress.XtraBars.Navigation.NavigationBarItem();
     this.dockManager          = new DevExpress.XtraBars.Docking.DockManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.officeNavigationBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
     this.SuspendLayout();
     //
     // modulesContainer
     //
     this.modulesContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.modulesContainer.Location = new System.Drawing.Point(0, 144);
     this.modulesContainer.Name     = "modulesContainer";
     this.modulesContainer.Size     = new System.Drawing.Size(957, 554);
     this.modulesContainer.TabIndex = 2;
     //
     // ribbonStatusBar
     //
     this.ribbonStatusBar.Location = new System.Drawing.Point(0, 736);
     this.ribbonStatusBar.Name     = "ribbonStatusBar";
     this.ribbonStatusBar.Ribbon   = this.ribbonControl;
     this.ribbonStatusBar.Size     = new System.Drawing.Size(957, 31);
     //
     // ribbonControl
     //
     this.ribbonControl.ExpandCollapseItem.Id = 0;
     this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl.ExpandCollapseItem,
         this.rgbiSkins
     });
     this.ribbonControl.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl.MaxItemId = 3;
     this.ribbonControl.Name      = "ribbonControl";
     this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage1
     });
     this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
     this.ribbonControl.Size        = new System.Drawing.Size(957, 144);
     this.ribbonControl.StatusBar   = this.ribbonStatusBar;
     //
     // rgbiSkins
     //
     this.rgbiSkins.Caption      = "skinRibbonGalleryBarItem1";
     this.rgbiSkins.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.rgbiSkins.Id           = 1;
     this.rgbiSkins.Name         = "rgbiSkins";
     //
     // ribbonPage1
     //
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "Acceuil";
     //
     // transitionManager1
     //
     transition1.Control = this.modulesContainer;
     transition1.ShowWaitingIndicator              = DevExpress.Utils.DefaultBoolean.True;
     slideFadeTransition1.Parameters.Background    = System.Drawing.Color.Empty;
     slideFadeTransition1.Parameters.EffectOptions = DevExpress.Utils.Animation.PushEffectOptions.FromRight;
     slideFadeTransition1.Parameters.FrameInterval = 5000;
     slideFadeTransition1.Parameters.FramesCount   = null;
     transition1.TransitionType = slideFadeTransition1;
     transition1.WaitingIndicatorProperties.ContentMinSize = new System.Drawing.Size(160, 0);
     transition1.WaitingIndicatorProperties.Description    = "Chargement...";
     this.transitionManager1.Transitions.Add(transition1);
     //
     // officeNavigationBar1
     //
     this.officeNavigationBar1.AllowDrag = true;
     this.officeNavigationBar1.AppearanceItem.Normal.BackColor              = System.Drawing.Color.Transparent;
     this.officeNavigationBar1.AppearanceItem.Normal.BackColor2             = System.Drawing.Color.Transparent;
     this.officeNavigationBar1.AppearanceItem.Normal.BorderColor            = System.Drawing.Color.Transparent;
     this.officeNavigationBar1.AppearanceItem.Normal.Font                   = new System.Drawing.Font("Segoe UI Light", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.officeNavigationBar1.AppearanceItem.Normal.Options.UseBackColor   = true;
     this.officeNavigationBar1.AppearanceItem.Normal.Options.UseBorderColor = true;
     this.officeNavigationBar1.AppearanceItem.Normal.Options.UseFont        = true;
     this.officeNavigationBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.officeNavigationBar1.Items.AddRange(new DevExpress.XtraBars.Navigation.NavigationBarItem[] {
         this.navigationBarItem1,
         this.navigationBarItem2,
         this.navigationBarItem3,
         this.navigationBarItem4,
         this.navigationBarItem5
     });
     this.officeNavigationBar1.Location   = new System.Drawing.Point(0, 698);
     this.officeNavigationBar1.Name       = "officeNavigationBar1";
     this.officeNavigationBar1.Size       = new System.Drawing.Size(957, 38);
     this.officeNavigationBar1.TabIndex   = 8;
     this.officeNavigationBar1.Text       = "officeNavigationBar1";
     this.officeNavigationBar1.ItemClick += new DevExpress.XtraBars.Navigation.NavigationBarItemClickEventHandler(this.officeNavigationBar_ItemClick);
     //
     // navigationBarItem1
     //
     this.navigationBarItem1.Name = "navigationBarItem1";
     this.navigationBarItem1.Text = "Acceuil";
     //
     // navigationBarItem2
     //
     this.navigationBarItem2.Name = "navigationBarItem2";
     this.navigationBarItem2.Text = "Service Médicale";
     //
     // navigationBarItem3
     //
     this.navigationBarItem3.Name = "navigationBarItem3";
     this.navigationBarItem3.Text = "Prélevement";
     //
     // navigationBarItem4
     //
     this.navigationBarItem4.Name = "navigationBarItem4";
     this.navigationBarItem4.Text = "Controle Biologique";
     //
     // navigationBarItem5
     //
     this.navigationBarItem5.Name = "navigationBarItem5";
     this.navigationBarItem5.Text = "Distribution";
     //
     // dockManager
     //
     this.dockManager.DockingOptions.FloatOnDblClick    = false;
     this.dockManager.DockingOptions.ShowAutoHideButton = false;
     this.dockManager.DockingOptions.ShowMaximizeButton = false;
     this.dockManager.Form = this.modulesContainer;
     this.dockManager.TopZIndexControls.AddRange(new string[] {
         "DevExpress.XtraBars.BarDockControl",
         "DevExpress.XtraBars.StandaloneBarDockControl",
         "System.Windows.Forms.StatusBar",
         "System.Windows.Forms.MenuStrip",
         "System.Windows.Forms.StatusStrip",
         "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
         "DevExpress.XtraBars.Ribbon.RibbonControl",
         "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
         "DevExpress.XtraBars.Navigation.TileNavPane"
     });
     //
     // FrmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(957, 767);
     this.Controls.Add(this.modulesContainer);
     this.Controls.Add(this.officeNavigationBar1);
     this.Controls.Add(this.ribbonStatusBar);
     this.Controls.Add(this.ribbonControl);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.Name          = "FrmMain";
     this.Ribbon        = this.ribbonControl;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.StatusBar     = this.ribbonStatusBar;
     this.Text          = "Don du Sang";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.FrmMain_FormClosed);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.officeNavigationBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources            = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     DevExpress.Utils.Animation.Transition          transition2          = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.Animation.SlideFadeTransition slideFadeTransition2 = new DevExpress.Utils.Animation.SlideFadeTransition();
     this.panelControl1        = new DevExpress.XtraEditors.PanelControl();
     this.defaultLookAndFeel1  = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     this.navBarControl1       = new DevExpress.XtraNavBar.NavBarControl();
     this.officeNavigationBar1 = new DevExpress.XtraBars.Navigation.OfficeNavigationBar();
     this.formAssistant1       = new DevExpress.XtraBars.FormAssistant();
     this.ribbonControl1       = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.barSubItem1          = new DevExpress.XtraBars.BarSubItem();
     this.ribbonPage1          = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1     = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar1     = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.transitionManager1   = new DevExpress.Utils.Animation.TransitionManager();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.officeNavigationBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(140, 147);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(528, 180);
     this.panelControl1.TabIndex = 2;
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2013";
     //
     // navBarControl1
     //
     this.navBarControl1.ActiveGroup = null;
     this.navBarControl1.Dock        = System.Windows.Forms.DockStyle.Left;
     this.navBarControl1.Location    = new System.Drawing.Point(0, 147);
     this.navBarControl1.Name        = "navBarControl1";
     this.navBarControl1.OptionsNavPane.ExpandedWidth = 140;
     this.navBarControl1.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.NavigationPane;
     this.navBarControl1.Size           = new System.Drawing.Size(140, 180);
     this.navBarControl1.TabIndex       = 0;
     this.navBarControl1.Text           = "navBarControl1";
     //
     // officeNavigationBar1
     //
     this.officeNavigationBar1.AutoSize         = false;
     this.officeNavigationBar1.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.officeNavigationBar1.Location         = new System.Drawing.Point(0, 327);
     this.officeNavigationBar1.Name             = "officeNavigationBar1";
     this.officeNavigationBar1.NavigationClient = this.navBarControl1;
     this.officeNavigationBar1.Size             = new System.Drawing.Size(668, 45);
     this.officeNavigationBar1.TabIndex         = 1;
     this.officeNavigationBar1.Text             = "officeNavigationBar1";
     this.officeNavigationBar1.RegisterItem    += new DevExpress.XtraBars.Navigation.NavigationBarNavigationClientItemEventHandler(this.officeNavigationBar1_RegisterItem);
     //
     // ribbonControl1
     //
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl1.ExpandCollapseItem,
         this.barSubItem1
     });
     this.ribbonControl1.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl1.MaxItemId = 3;
     this.ribbonControl1.Name      = "ribbonControl1";
     this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage1
     });
     this.ribbonControl1.Size      = new System.Drawing.Size(668, 147);
     this.ribbonControl1.StatusBar = this.ribbonStatusBar1;
     //
     // barSubItem1
     //
     this.barSubItem1.Caption     = "Modules";
     this.barSubItem1.Glyph       = ((System.Drawing.Image)(resources.GetObject("barSubItem1.Glyph")));
     this.barSubItem1.Id          = 2;
     this.barSubItem1.Name        = "barSubItem1";
     this.barSubItem1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup1
     });
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "Views";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.AllowTextClipping = false;
     this.ribbonPageGroup1.ItemLinks.Add(this.barSubItem1);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "Navigation";
     //
     // ribbonStatusBar1
     //
     this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 372);
     this.ribbonStatusBar1.Name     = "ribbonStatusBar1";
     this.ribbonStatusBar1.Ribbon   = this.ribbonControl1;
     this.ribbonStatusBar1.Size     = new System.Drawing.Size(668, 23);
     //
     // transitionManager1
     //
     transition2.Control = this.panelControl1;
     slideFadeTransition2.Parameters.Background = System.Drawing.Color.Empty;
     transition2.TransitionType = slideFadeTransition2;
     this.transitionManager1.Transitions.Add(transition2);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(668, 395);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.navBarControl1);
     this.Controls.Add(this.officeNavigationBar1);
     this.Controls.Add(this.ribbonStatusBar1);
     this.Controls.Add(this.ribbonControl1);
     this.Name      = "Form1";
     this.Ribbon    = this.ribbonControl1;
     this.StatusBar = this.ribbonStatusBar1;
     this.Text      = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.officeNavigationBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #21
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();
     DevExpress.Utils.Animation.Transition          transition1          = new DevExpress.Utils.Animation.Transition();
     DevExpress.Utils.Animation.SlideFadeTransition slideFadeTransition1 = new DevExpress.Utils.Animation.SlideFadeTransition();
     this.dashboardViewer   = new DevExpress.DashboardWin.DashboardViewer(this.components);
     this.imageCollection   = new DevExpress.Utils.SvgImageCollection(this.components);
     this.transitionManager = new DevExpress.Utils.Animation.TransitionManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.dashboardViewer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection)).BeginInit();
     this.SuspendLayout();
     //
     // dashboardViewer
     //
     this.dashboardViewer.AllowMaximizeDashboardItems     = false;
     this.dashboardViewer.AllowPrintDashboard             = false;
     this.dashboardViewer.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     this.dashboardViewer.Appearance.Options.UseBackColor = true;
     this.dashboardViewer.DashboardSource          = new System.Uri("Dashboards\\SalesDashboard.xml", System.UriKind.Relative);
     this.dashboardViewer.Dock                     = System.Windows.Forms.DockStyle.Fill;
     this.dashboardViewer.Location                 = new System.Drawing.Point(0, 0);
     this.dashboardViewer.Name                     = "dashboardViewer";
     this.dashboardViewer.Size                     = new System.Drawing.Size(1016, 564);
     this.dashboardViewer.TabIndex                 = 0;
     this.dashboardViewer.CustomizeDashboardTitle += new DevExpress.DashboardWin.CustomizeDashboardTitleEventHandler(this.DashboardViewerCustomizeDashboardTitle);
     this.dashboardViewer.SelectedTabPageChanged  += new DevExpress.DashboardCommon.SelectedTabPageChangedEventHandler(this.DashboardViewerSelectedTabPageChanged);
     //
     // imageCollection
     //
     this.imageCollection.Add("Next", "image://svgimages/arrows/next.svg");
     this.imageCollection.Add("Prev", "image://svgimages/arrows/prev.svg");
     this.imageCollection.Add("Slideshow", "image://svgimages/icon builder/business_presentation.svg");
     this.imageCollection.Add("ShowCaption", "image://svgimages/dashboards/showcaption.svg");
     //
     // transitionManager
     //
     this.transitionManager.ShowWaitingIndicator           = false;
     transition1.BarWaitingIndicatorProperties.Caption     = "";
     transition1.BarWaitingIndicatorProperties.Description = "";
     transition1.Control = this.dashboardViewer;
     transition1.LineWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.LineWaitingIndicatorProperties.Caption               = "";
     transition1.LineWaitingIndicatorProperties.Description           = "";
     transition1.RingWaitingIndicatorProperties.AnimationElementCount = 5;
     transition1.RingWaitingIndicatorProperties.Caption               = "";
     transition1.RingWaitingIndicatorProperties.Description           = "";
     slideFadeTransition1.Parameters.EffectOptions = DevExpress.Utils.Animation.PushEffectOptions.FromRight;
     transition1.TransitionType = slideFadeTransition1;
     transition1.WaitingIndicatorProperties.Caption     = "";
     transition1.WaitingIndicatorProperties.Description = "";
     this.transitionManager.Transitions.Add(transition1);
     //
     // ViewerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1016, 564);
     this.Controls.Add(this.dashboardViewer);
     this.Name        = "ViewerForm";
     this.Text        = "Dashboard Viewer";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.dashboardViewer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection)).EndInit();
     this.ResumeLayout(false);
 }