Exemplo n.º 1
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(DashBoard));
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbaddPortfolioPanel = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     this.dockingManager                    = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
     this.dashBoardImages24                 = new System.Windows.Forms.ImageList(this.components);
     this.addPortfolioPanel                 = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.exchangeComboBox                  = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.exchangeLabel                     = new System.Windows.Forms.Label();
     this.addPortfolioButton                = new Syncfusion.Windows.Forms.ButtonAdv();
     this.accountLabel                      = new System.Windows.Forms.Label();
     this.accountsComboBox                  = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.priceLookUpCheckBox               = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.priceLabel                        = new System.Windows.Forms.Label();
     this.priceDoubleTextBox                = new Syncfusion.Windows.Forms.Tools.DoubleTextBox();
     this.quantityTextBox                   = new Syncfusion.Windows.Forms.Tools.NumericTextBox();
     this.quantityLabel                     = new System.Windows.Forms.Label();
     this.symbolTextBox                     = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.symbolLabel                       = new System.Windows.Forms.Label();
     this.dashBoardToolStrip                = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.overViewToolStripLabel            = new System.Windows.Forms.ToolStripLabel();
     this.detailViewToolStripLabel          = new System.Windows.Forms.ToolStripLabel();
     this.Industry_SectorViewtoolStripLabel = new System.Windows.Forms.ToolStripLabel();
     this.exchangeViewToolStripLabel        = new System.Windows.Forms.ToolStripLabel();
     this.Grid = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.dashboardImageList  = new Syncfusion.Windows.Forms.Tools.ImageListAdv(this.components);
     this.symbolAutoComplete  = new Syncfusion.Windows.Forms.Tools.AutoComplete(this.components);
     this.dockingClientPanel1 = new Syncfusion.Windows.Forms.Tools.DockingClientPanel();
     this.dashBoardImages16   = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.dockingManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.addPortfolioPanel)).BeginInit();
     this.addPortfolioPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.exchangeComboBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.accountsComboBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.priceLookUpCheckBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.priceDoubleTextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.quantityTextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.symbolTextBox)).BeginInit();
     this.dashBoardToolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.symbolAutoComplete)).BeginInit();
     this.dockingClientPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // dockingManager
     //
     this.dockingManager.ActiveCaptionBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226))))));
     this.dockingManager.ActiveCaptionFont       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.dockingManager.BorderColor             = System.Drawing.Color.White;
     this.dockingManager.CloseEnabled            = false;
     this.dockingManager.DockLayoutStream        = ((System.IO.MemoryStream)(resources.GetObject("dockingManager.DockLayoutStream")));
     this.dockingManager.EnableAutoAdjustCaption = true;
     this.dockingManager.HostControl             = this;
     this.dockingManager.ImageList = this.dashBoardImages24;
     this.dockingManager.InActiveCaptionBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212))))));
     this.dockingManager.InActiveCaptionFont       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.dockingManager.MetroButtonColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.dockingManager.MetroColor             = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.dockingManager.MetroSplitterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(159)))), ((int)(((byte)(183)))));
     this.dockingManager.Office2007Theme        = Syncfusion.Windows.Forms.Office2007Theme.Managed;
     this.dockingManager.ReduceFlickeringInRtl  = false;
     this.dockingManager.ThemesEnabled          = true;
     this.dockingManager.VisualStyle            = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
     this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
     this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
     this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
     this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
     this.dockingManager.SetDockLabel(this.addPortfolioPanel, "Add new stocks");
     this.dockingManager.SetDockIcon(this.addPortfolioPanel, 17);
     this.dockingManager.SetEnableDocking(this.addPortfolioPanel, true);
     ccbaddPortfolioPanel.MergeWith(this.dockingManager.CaptionButtons, false);
     this.dockingManager.SetCustomCaptionButtons(this.addPortfolioPanel, ccbaddPortfolioPanel);
     //
     // dashBoardImages24
     //
     this.dashBoardImages24.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("dashBoardImages24.ImageStream")));
     this.dashBoardImages24.TransparentColor = System.Drawing.Color.Transparent;
     this.dashBoardImages24.Images.SetKeyName(0, "AmericanFunds.png");
     this.dashBoardImages24.Images.SetKeyName(1, "Children-College-Savings.png");
     this.dashBoardImages24.Images.SetKeyName(2, "Day-Trading.png");
     this.dashBoardImages24.Images.SetKeyName(3, "Fidelity-Funds.png");
     this.dashBoardImages24.Images.SetKeyName(4, "Retirement-Savings.png");
     this.dashBoardImages24.Images.SetKeyName(5, "Schwab-Funds.png");
     this.dashBoardImages24.Images.SetKeyName(6, "Vanguard-Funds.png");
     this.dashBoardImages24.Images.SetKeyName(7, "Australian-Stock-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(8, "Bombay-Stock-Exchange-2.png");
     this.dashBoardImages24.Images.SetKeyName(9, "Franfurt-Stock-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(10, "Hong-Kong-Futures-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(11, "London-Stock-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(12, "New-York-Stock-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(13, "Paris-Stock-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(14, "Russian-Stock-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(15, "Swiss-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(16, "Tokyo-Stock-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(17, "Add-New-Stock-icon.png");
     //
     // addPortfolioPanel
     //
     this.addPortfolioPanel.AutoScroll      = true;
     this.addPortfolioPanel.BackColor       = System.Drawing.Color.Transparent;
     this.addPortfolioPanel.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.White, System.Drawing.Color.White);
     this.addPortfolioPanel.BorderColor     = System.Drawing.Color.White;
     this.addPortfolioPanel.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.addPortfolioPanel.Controls.Add(this.exchangeComboBox);
     this.addPortfolioPanel.Controls.Add(this.exchangeLabel);
     this.addPortfolioPanel.Controls.Add(this.addPortfolioButton);
     this.addPortfolioPanel.Controls.Add(this.accountLabel);
     this.addPortfolioPanel.Controls.Add(this.accountsComboBox);
     this.addPortfolioPanel.Controls.Add(this.priceLookUpCheckBox);
     this.addPortfolioPanel.Controls.Add(this.priceLabel);
     this.addPortfolioPanel.Controls.Add(this.priceDoubleTextBox);
     this.addPortfolioPanel.Controls.Add(this.quantityTextBox);
     this.addPortfolioPanel.Controls.Add(this.quantityLabel);
     this.addPortfolioPanel.Controls.Add(this.symbolTextBox);
     this.addPortfolioPanel.Controls.Add(this.symbolLabel);
     this.addPortfolioPanel.Font     = new System.Drawing.Font("Segoe UI", 8.25F);
     this.addPortfolioPanel.Location = new System.Drawing.Point(1, 1);
     this.addPortfolioPanel.Name     = "addPortfolioPanel";
     this.addPortfolioPanel.Size     = new System.Drawing.Size(252, 380);
     this.addPortfolioPanel.TabIndex = 2;
     //
     // exchangeComboBox
     //
     this.exchangeComboBox.BackColor       = System.Drawing.Color.White;
     this.exchangeComboBox.BeforeTouchSize = new System.Drawing.Size(138, 23);
     this.exchangeComboBox.Font            = new System.Drawing.Font("Segoe UI", 9.25F);
     this.exchangeComboBox.Location        = new System.Drawing.Point(106, 261);
     this.exchangeComboBox.Name            = "exchangeComboBox";
     this.exchangeComboBox.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.exchangeComboBox.Size            = new System.Drawing.Size(138, 23);
     this.exchangeComboBox.Style           = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.exchangeComboBox.TabIndex        = 11;
     //
     // exchangeLabel
     //
     this.exchangeLabel.AutoSize  = true;
     this.exchangeLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.exchangeLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.exchangeLabel.Location  = new System.Drawing.Point(6, 261);
     this.exchangeLabel.Name      = "exchangeLabel";
     this.exchangeLabel.Size      = new System.Drawing.Size(88, 15);
     this.exchangeLabel.TabIndex  = 10;
     this.exchangeLabel.Text      = "StockExchange";
     //
     // addPortfolioButton
     //
     this.addPortfolioButton.Appearance            = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.addPortfolioButton.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(152)))), ((int)(((byte)(218)))));
     this.addPortfolioButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.addPortfolioButton.BeforeTouchSize       = new System.Drawing.Size(128, 42);
     this.addPortfolioButton.BorderStyleAdv        = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.None;
     this.addPortfolioButton.Font                    = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
     this.addPortfolioButton.ForeColor               = System.Drawing.SystemColors.ButtonHighlight;
     this.addPortfolioButton.IsBackStageButton       = false;
     this.addPortfolioButton.Location                = new System.Drawing.Point(67, 308);
     this.addPortfolioButton.Name                    = "addPortfolioButton";
     this.addPortfolioButton.Size                    = new System.Drawing.Size(128, 42);
     this.addPortfolioButton.TabIndex                = 9;
     this.addPortfolioButton.Text                    = "Add to portfolio";
     this.addPortfolioButton.UseVisualStyle          = true;
     this.addPortfolioButton.UseVisualStyleBackColor = true;
     this.addPortfolioButton.Click                  += new System.EventHandler(this.addPortfolioButton_Click);
     //
     // accountLabel
     //
     this.accountLabel.AutoSize  = true;
     this.accountLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.accountLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.accountLabel.Location  = new System.Drawing.Point(46, 220);
     this.accountLabel.Name      = "accountLabel";
     this.accountLabel.Size      = new System.Drawing.Size(52, 15);
     this.accountLabel.TabIndex  = 8;
     this.accountLabel.Text      = "Account";
     //
     // accountsComboBox
     //
     this.accountsComboBox.BackColor       = System.Drawing.Color.White;
     this.accountsComboBox.BeforeTouchSize = new System.Drawing.Size(138, 23);
     this.accountsComboBox.Font            = new System.Drawing.Font("Segoe UI", 9.25F);
     this.accountsComboBox.Location        = new System.Drawing.Point(106, 220);
     this.accountsComboBox.Name            = "accountsComboBox";
     this.accountsComboBox.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.accountsComboBox.Size            = new System.Drawing.Size(138, 23);
     this.accountsComboBox.Style           = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.accountsComboBox.TabIndex        = 7;
     //
     // priceLookUpCheckBox
     //
     this.priceLookUpCheckBox.BeforeTouchSize    = new System.Drawing.Size(228, 39);
     this.priceLookUpCheckBox.DrawFocusRectangle = false;
     this.priceLookUpCheckBox.Font               = new System.Drawing.Font("Segoe UI", 9.75F);
     this.priceLookUpCheckBox.ForeColor          = System.Drawing.SystemColors.ControlText;
     this.priceLookUpCheckBox.Location           = new System.Drawing.Point(23, 166);
     this.priceLookUpCheckBox.MetroColor         = System.Drawing.Color.Blue;
     this.priceLookUpCheckBox.Name               = "priceLookUpCheckBox";
     this.priceLookUpCheckBox.Size               = new System.Drawing.Size(228, 39);
     this.priceLookUpCheckBox.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.priceLookUpCheckBox.TabIndex           = 6;
     this.priceLookUpCheckBox.Text               = "Use the current market price";
     this.priceLookUpCheckBox.ThemesEnabled      = false;
     this.priceLookUpCheckBox.CheckStateChanged += new System.EventHandler(this.priceLookUpCheckBox_CheckStateChanged);
     //
     // priceLabel
     //
     this.priceLabel.AutoSize  = true;
     this.priceLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.priceLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.priceLabel.Location  = new System.Drawing.Point(64, 125);
     this.priceLabel.Name      = "priceLabel";
     this.priceLabel.Size      = new System.Drawing.Size(33, 15);
     this.priceLabel.TabIndex  = 5;
     this.priceLabel.Text      = "Price";
     //
     // priceDoubleTextBox
     //
     this.priceDoubleTextBox.BackGroundColor = System.Drawing.SystemColors.Window;
     this.priceDoubleTextBox.BeforeTouchSize = new System.Drawing.Size(138, 24);
     this.priceDoubleTextBox.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.priceDoubleTextBox.DoubleValue     = 0D;
     this.priceDoubleTextBox.Font            = new System.Drawing.Font("Segoe UI", 9.25F);
     this.priceDoubleTextBox.Location        = new System.Drawing.Point(106, 125);
     this.priceDoubleTextBox.Metrocolor      = System.Drawing.Color.Empty;
     this.priceDoubleTextBox.Name            = "priceDoubleTextBox";
     this.priceDoubleTextBox.NullString      = "0.0";
     this.priceDoubleTextBox.OverflowIndicatorToolTipText = null;
     this.priceDoubleTextBox.Size     = new System.Drawing.Size(138, 24);
     this.priceDoubleTextBox.Style    = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.priceDoubleTextBox.TabIndex = 4;
     this.priceDoubleTextBox.Text     = "0.00";
     //
     // quantityTextBox
     //
     this.quantityTextBox.BeforeTouchSize = new System.Drawing.Size(138, 24);
     this.quantityTextBox.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.quantityTextBox.Font            = new System.Drawing.Font("Segoe UI", 9.25F);
     this.quantityTextBox.Location        = new System.Drawing.Point(106, 81);
     this.quantityTextBox.Metrocolor      = System.Drawing.Color.Empty;
     this.quantityTextBox.Name            = "quantityTextBox";
     this.quantityTextBox.OverflowIndicatorToolTipText = null;
     this.quantityTextBox.Size     = new System.Drawing.Size(138, 24);
     this.quantityTextBox.Style    = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.quantityTextBox.TabIndex = 3;
     this.quantityTextBox.Text     = "0";
     this.quantityTextBox.Enter   += new System.EventHandler(this.quantityTextBox_Enter);
     this.quantityTextBox.Leave   += new System.EventHandler(this.quantityTextBox_Leave);
     //
     // quantityLabel
     //
     this.quantityLabel.AutoSize  = true;
     this.quantityLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.quantityLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.quantityLabel.Location  = new System.Drawing.Point(44, 81);
     this.quantityLabel.Name      = "quantityLabel";
     this.quantityLabel.Size      = new System.Drawing.Size(53, 15);
     this.quantityLabel.TabIndex  = 2;
     this.quantityLabel.Text      = "Quantity";
     //
     // symbolTextBox
     //
     this.symbolAutoComplete.SetAutoComplete(this.symbolTextBox, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.MultiSuggest);
     this.symbolTextBox.AutoCompleteMode             = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.symbolTextBox.BeforeTouchSize              = new System.Drawing.Size(138, 24);
     this.symbolTextBox.Cursor                       = System.Windows.Forms.Cursors.IBeam;
     this.symbolTextBox.Font                         = new System.Drawing.Font("Segoe UI", 9.25F);
     this.symbolTextBox.Location                     = new System.Drawing.Point(106, 30);
     this.symbolTextBox.Metrocolor                   = System.Drawing.Color.Empty;
     this.symbolTextBox.Name                         = "symbolTextBox";
     this.symbolTextBox.OverflowIndicatorToolTipText = null;
     this.symbolTextBox.Size                         = new System.Drawing.Size(138, 24);
     this.symbolTextBox.Style                        = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.symbolTextBox.TabIndex                     = 0;
     this.symbolTextBox.Text                         = "Symbol";
     this.symbolTextBox.Enter                       += new System.EventHandler(this.symbolTextBox_Enter);
     this.symbolTextBox.Leave                       += new System.EventHandler(this.symbolTextBox_Leave);
     //
     // symbolLabel
     //
     this.symbolLabel.AutoSize  = true;
     this.symbolLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.symbolLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.symbolLabel.Location  = new System.Drawing.Point(10, 30);
     this.symbolLabel.Name      = "symbolLabel";
     this.symbolLabel.Size      = new System.Drawing.Size(83, 15);
     this.symbolLabel.TabIndex  = 1;
     this.symbolLabel.Text      = "Symbol Name";
     //
     // dashBoardToolStrip
     //
     this.dashBoardToolStrip.AutoSize         = false;
     this.dashBoardToolStrip.BackColor        = System.Drawing.Color.White;
     this.dashBoardToolStrip.CaptionAlignment = Syncfusion.Windows.Forms.Tools.CaptionAlignment.Near;
     this.dashBoardToolStrip.CaptionFont      = new System.Drawing.Font("Segoe UI", 10F);
     this.dashBoardToolStrip.CaptionStyle     = Syncfusion.Windows.Forms.Tools.CaptionStyle.Top;
     this.dashBoardToolStrip.Font             = new System.Drawing.Font("Segoe UI", 10F);
     this.dashBoardToolStrip.ForeColor        = System.Drawing.Color.MidnightBlue;
     this.dashBoardToolStrip.Image            = null;
     this.dashBoardToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.overViewToolStripLabel,
         this.detailViewToolStripLabel,
         this.Industry_SectorViewtoolStripLabel,
         this.exchangeViewToolStripLabel
     });
     this.dashBoardToolStrip.LauncherStyle     = Syncfusion.Windows.Forms.Tools.LauncherStyle.Metro;
     this.dashBoardToolStrip.LayoutStyle       = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.dashBoardToolStrip.Location          = new System.Drawing.Point(0, 0);
     this.dashBoardToolStrip.Name              = "dashBoardToolStrip";
     this.dashBoardToolStrip.Office12Mode      = false;
     this.dashBoardToolStrip.OfficeColorScheme = Syncfusion.Windows.Forms.Tools.ToolStripEx.ColorScheme.Silver;
     this.dashBoardToolStrip.ShowCaption       = false;
     this.dashBoardToolStrip.Size              = new System.Drawing.Size(781, 40);
     this.dashBoardToolStrip.Stretch           = true;
     this.dashBoardToolStrip.TabIndex          = 0;
     this.dashBoardToolStrip.Text              = "VIEWS";
     this.dashBoardToolStrip.VisualStyle       = Syncfusion.Windows.Forms.Tools.ToolStripExStyle.Metro;
     //
     // overViewToolStripLabel
     //
     this.overViewToolStripLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.overViewToolStripLabel.IsLink    = true;
     this.overViewToolStripLabel.Name      = "overViewToolStripLabel";
     this.overViewToolStripLabel.Size      = new System.Drawing.Size(68, 37);
     this.overViewToolStripLabel.Text      = "OverView";
     this.overViewToolStripLabel.Click    += new System.EventHandler(this.overViewToolStripLabel_Click);
     //
     // detailViewToolStripLabel
     //
     this.detailViewToolStripLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.detailViewToolStripLabel.IsLink    = true;
     this.detailViewToolStripLabel.Name      = "detailViewToolStripLabel";
     this.detailViewToolStripLabel.Size      = new System.Drawing.Size(73, 37);
     this.detailViewToolStripLabel.Text      = "DetailView";
     this.detailViewToolStripLabel.Click    += new System.EventHandler(this.detailViewToolStripLabel_Click);
     //
     // Industry_SectorViewtoolStripLabel
     //
     this.Industry_SectorViewtoolStripLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Industry_SectorViewtoolStripLabel.IsLink    = true;
     this.Industry_SectorViewtoolStripLabel.Name      = "Industry_SectorViewtoolStripLabel";
     this.Industry_SectorViewtoolStripLabel.Size      = new System.Drawing.Size(132, 37);
     this.Industry_SectorViewtoolStripLabel.Text      = "Industry/SectorView";
     this.Industry_SectorViewtoolStripLabel.Click    += new System.EventHandler(this.Industry_SectorViewtoolStripLabel_Click);
     //
     // exchangeViewToolStripLabel
     //
     this.exchangeViewToolStripLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.exchangeViewToolStripLabel.IsLink    = true;
     this.exchangeViewToolStripLabel.Name      = "exchangeViewToolStripLabel";
     this.exchangeViewToolStripLabel.Size      = new System.Drawing.Size(128, 37);
     this.exchangeViewToolStripLabel.Text      = "StockExchangeView";
     this.exchangeViewToolStripLabel.Click    += new System.EventHandler(this.exchangeViewToolStripLabel_Click);
     //
     // Grid
     //
     this.Grid.BackColor            = System.Drawing.SystemColors.Window;
     this.Grid.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.Grid.FreezeCaption        = false;
     this.Grid.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.Grid.Location             = new System.Drawing.Point(0, 0);
     this.Grid.Name                 = "Grid";
     this.Grid.Size                 = new System.Drawing.Size(781, 407);
     this.Grid.TabIndex             = 4;
     //
     // dashboardImageList
     //
     this.dashboardImageList.Images.AddRange(new System.Drawing.Image[] {
         ((System.Drawing.Image)(resources.GetObject("dashboardImageList.Images"))),
         ((System.Drawing.Image)(resources.GetObject("dashboardImageList.Images1"))),
         ((System.Drawing.Image)(resources.GetObject("dashboardImageList.Images2"))),
         ((System.Drawing.Image)(resources.GetObject("dashboardImageList.Images3"))),
         ((System.Drawing.Image)(resources.GetObject("dashboardImageList.Images4")))
     });
     this.dashboardImageList.ImageSize    = new System.Drawing.Size(32, 32);
     this.dashboardImageList.UseImageSize = false;
     //
     // symbolAutoComplete
     //
     this.symbolAutoComplete.MetroColor     = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.symbolAutoComplete.PreferredWidth = 200;
     this.symbolAutoComplete.SingleClick    = true;
     this.symbolAutoComplete.Style          = Syncfusion.Windows.Forms.Tools.AutoCompleteStyle.Default;
     this.symbolAutoComplete.TextColor      = System.Drawing.Color.Black;
     //
     // dockingClientPanel1
     //
     this.dockingClientPanel1.BackColor = System.Drawing.Color.White;
     this.dockingClientPanel1.Controls.Add(this.Grid);
     this.dockingClientPanel1.Location  = new System.Drawing.Point(0, 40);
     this.dockingClientPanel1.Name      = "dockingClientPanel1";
     this.dockingClientPanel1.Size      = new System.Drawing.Size(781, 407);
     this.dockingClientPanel1.SizeToFit = true;
     this.dockingClientPanel1.TabIndex  = 7;
     //
     // dashBoardImages16
     //
     this.dashBoardImages16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("dashBoardImages16.ImageStream")));
     this.dashBoardImages16.TransparentColor = System.Drawing.Color.Transparent;
     this.dashBoardImages16.Images.SetKeyName(0, "basicMaterials.png");
     this.dashBoardImages16.Images.SetKeyName(1, "Consumer-Goods.png");
     this.dashBoardImages16.Images.SetKeyName(2, "finance.png");
     this.dashBoardImages16.Images.SetKeyName(3, "Healthcare.png");
     this.dashBoardImages16.Images.SetKeyName(4, "Industrial-Goods.png");
     this.dashBoardImages16.Images.SetKeyName(5, "Services.png");
     this.dashBoardImages16.Images.SetKeyName(6, "Technology.png");
     this.dashBoardImages16.Images.SetKeyName(7, "Utilities.png");
     this.dashBoardImages16.Images.SetKeyName(8, "agriculturalChemicals.png");
     this.dashBoardImages16.Images.SetKeyName(9, "aluminium.png");
     this.dashBoardImages16.Images.SetKeyName(10, "copper.png");
     this.dashBoardImages16.Images.SetKeyName(11, "gold.png");
     this.dashBoardImages16.Images.SetKeyName(12, "oil-&-gas.png");
     this.dashBoardImages16.Images.SetKeyName(13, "Silver.png");
     this.dashBoardImages16.Images.SetKeyName(14, "steel-&-iron.png");
     this.dashBoardImages16.Images.SetKeyName(15, "Appliances.png");
     this.dashBoardImages16.Images.SetKeyName(16, "Automotive-Manufacturers-1.png");
     this.dashBoardImages16.Images.SetKeyName(17, "Business-Equipment.png");
     this.dashBoardImages16.Images.SetKeyName(18, "Elecronic-Equipment-2.png");
     this.dashBoardImages16.Images.SetKeyName(19, "Sporting-Goods.png");
     this.dashBoardImages16.Images.SetKeyName(20, "Toys-&-Games.png");
     this.dashBoardImages16.Images.SetKeyName(21, "Accidents-&-Health-Insurance-2.png");
     this.dashBoardImages16.Images.SetKeyName(22, "Asst-management.png");
     this.dashBoardImages16.Images.SetKeyName(23, "Insurance-Brokers.png");
     this.dashBoardImages16.Images.SetKeyName(24, "Invesement.png");
     this.dashBoardImages16.Images.SetKeyName(25, "Real-Estate.png");
     this.dashBoardImages16.Images.SetKeyName(26, "Life-Insurance-2.png");
     this.dashBoardImages16.Images.SetKeyName(27, "Biotechnology.png");
     this.dashBoardImages16.Images.SetKeyName(28, "Healthcare-Plans.png");
     this.dashBoardImages16.Images.SetKeyName(29, "Hospital.png");
     this.dashBoardImages16.Images.SetKeyName(30, "Medical-Appliances-&-Equipment.png");
     this.dashBoardImages16.Images.SetKeyName(31, "Medical-Instruments-&-Supplies.png");
     this.dashBoardImages16.Images.SetKeyName(32, "MedicalPractitioners.png");
     this.dashBoardImages16.Images.SetKeyName(33, "Aerospace-&-Defense-Product-&-Services.png");
     this.dashBoardImages16.Images.SetKeyName(34, "cement.png");
     this.dashBoardImages16.Images.SetKeyName(35, "General-Building-Materials.png");
     this.dashBoardImages16.Images.SetKeyName(36, "Heavy-Construction.png");
     this.dashBoardImages16.Images.SetKeyName(37, "Manufactured-Housing.png");
     this.dashBoardImages16.Images.SetKeyName(38, "Metal-Fabrication.png");
     this.dashBoardImages16.Images.SetKeyName(39, "Textile-Industrial.png");
     this.dashBoardImages16.Images.SetKeyName(40, "Waste-Management.png");
     this.dashBoardImages16.Images.SetKeyName(41, "Apparel-Stores.png");
     this.dashBoardImages16.Images.SetKeyName(42, "Consumer-Services.png");
     this.dashBoardImages16.Images.SetKeyName(43, "Deparmental-stores.png");
     this.dashBoardImages16.Images.SetKeyName(44, "ElectronicsStores.png");
     this.dashBoardImages16.Images.SetKeyName(45, "FoodWholeSale-2.png");
     this.dashBoardImages16.Images.SetKeyName(46, "Lodging-3.png");
     this.dashBoardImages16.Images.SetKeyName(47, "MajorAirlines-2.png");
     this.dashBoardImages16.Images.SetKeyName(48, "Regional-Airlines.png");
     this.dashBoardImages16.Images.SetKeyName(49, "Business-Software-&-Services.png");
     this.dashBoardImages16.Images.SetKeyName(50, "Computer-Based-Systems.png");
     this.dashBoardImages16.Images.SetKeyName(51, "Data-Storage-Devices.png");
     this.dashBoardImages16.Images.SetKeyName(52, "Healthcare-Information-Services.png");
     this.dashBoardImages16.Images.SetKeyName(53, "Information-Technology-Services.png");
     this.dashBoardImages16.Images.SetKeyName(54, "Personal-Computers.png");
     this.dashBoardImages16.Images.SetKeyName(55, "Wireless-Communications.png");
     this.dashBoardImages16.Images.SetKeyName(56, "Diversified-Utilities-2.png");
     this.dashBoardImages16.Images.SetKeyName(57, "Electric-Utilities-2.png");
     this.dashBoardImages16.Images.SetKeyName(58, "Foreign-Utilities-2.png");
     this.dashBoardImages16.Images.SetKeyName(59, "Gas-Utilities.png");
     this.dashBoardImages16.Images.SetKeyName(60, "Water-Utilities.png");
     //
     // DashBoard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.dockingClientPanel1);
     this.Controls.Add(this.dashBoardToolStrip);
     this.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.Name = "DashBoard";
     this.Size = new System.Drawing.Size(781, 447);
     ((System.ComponentModel.ISupportInitialize)(this.dockingManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.addPortfolioPanel)).EndInit();
     this.addPortfolioPanel.ResumeLayout(false);
     this.addPortfolioPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.exchangeComboBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.accountsComboBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.priceLookUpCheckBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.priceDoubleTextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.quantityTextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.symbolTextBox)).EndInit();
     this.dashBoardToolStrip.ResumeLayout(false);
     this.dashBoardToolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.symbolAutoComplete)).EndInit();
     this.dockingClientPanel1.ResumeLayout(false);
     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(ControlLogs));
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel1         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel2         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel3         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel4         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection headerCollection1 = new Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection();
     Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection headerCollection2 = new Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection();
     Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection headerCollection3 = new Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection();
     this.dockingManager1 = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
     this.panel1          = new System.Windows.Forms.Panel();
     this.treeNavigator1  = new Syncfusion.Windows.Forms.Tools.TreeNavigator();
     this.treeMenuItem13  = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem14  = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem15  = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem16  = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem17  = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.panel2          = new System.Windows.Forms.Panel();
     this.treeNavigator3  = new Syncfusion.Windows.Forms.Tools.TreeNavigator();
     this.treeMenuItem1   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem2   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem3   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem4   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem5   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem6   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem7   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem8   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.panel3          = new System.Windows.Forms.Panel();
     this.treeNavigator2  = new Syncfusion.Windows.Forms.Tools.TreeNavigator();
     this.treeMenuItem9   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem10  = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem11  = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.treeMenuItem12  = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
     this.panel4          = new System.Windows.Forms.Panel();
     this.richTextBox1    = new System.Windows.Forms.RichTextBox();
     ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // dockingManager1
     //
     this.dockingManager1.ActiveCaptionFont         = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.dockingManager1.AutoHideTabFont           = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.dockingManager1.AutoHideTabForeColor      = System.Drawing.Color.Empty;
     this.dockingManager1.DockLayoutStream          = ((System.IO.MemoryStream)(resources.GetObject("dockingManager1.DockLayoutStream")));
     this.dockingManager1.DockTabFont               = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.dockingManager1.DockTabForeColor          = System.Drawing.Color.Empty;
     this.dockingManager1.HostControl               = this;
     this.dockingManager1.InActiveCaptionBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212))))));
     this.dockingManager1.InActiveCaptionFont       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.dockingManager1.MetroButtonColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.dockingManager1.MetroColor             = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.dockingManager1.MetroSplitterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(159)))), ((int)(((byte)(183)))));
     this.dockingManager1.ReduceFlickeringInRtl  = false;
     this.dockingManager1.VisualStyle            = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
     this.dockingManager1.SetDockLabel(this.panel1, "RibbonControlAdv ");
     this.dockingManager1.SetEnableDocking(this.panel1, true);
     ccbpanel1.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.panel1, ccbpanel1);
     this.dockingManager1.SetDockLabel(this.panel2, "EditControl");
     this.dockingManager1.SetEnableDocking(this.panel2, true);
     ccbpanel2.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.panel2, ccbpanel2);
     this.dockingManager1.SetDockLabel(this.panel3, "TabControl");
     this.dockingManager1.SetEnableDocking(this.panel3, true);
     ccbpanel3.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.panel3, ccbpanel3);
     this.dockingManager1.SetDockLabel(this.panel4, "Logs");
     this.dockingManager1.SetEnableDocking(this.panel4, true);
     ccbpanel4.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.panel4, ccbpanel4);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.treeNavigator1);
     this.panel1.Location = new System.Drawing.Point(1, 24);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(568, 203);
     this.panel1.TabIndex = 0;
     //
     // treeNavigator1
     //
     this.treeNavigator1.BackColor     = System.Drawing.Color.White;
     this.treeNavigator1.Dock          = System.Windows.Forms.DockStyle.Fill;
     headerCollection1.Font            = new System.Drawing.Font("Arial", 8F);
     headerCollection1.Height          = 20;
     this.treeNavigator1.Header        = headerCollection1;
     this.treeNavigator1.ItemBackColor = System.Drawing.Color.White;
     this.treeNavigator1.Items.Add(this.treeMenuItem13);
     this.treeNavigator1.Items.Add(this.treeMenuItem14);
     this.treeNavigator1.Items.Add(this.treeMenuItem15);
     this.treeNavigator1.Items.Add(this.treeMenuItem16);
     this.treeNavigator1.Items.Add(this.treeMenuItem17);
     this.treeNavigator1.Location    = new System.Drawing.Point(0, 0);
     this.treeNavigator1.MinimumSize = new System.Drawing.Size(150, 150);
     this.treeNavigator1.Name        = "treeNavigator1";
     this.treeNavigator1.PadY        = 5;
     this.treeNavigator1.ShowHeader  = false;
     this.treeNavigator1.Size        = new System.Drawing.Size(568, 203);
     this.treeNavigator1.TabIndex    = 0;
     this.treeNavigator1.Text        = "treeNavigator1";
     //
     // treeMenuItem13
     //
     this.treeMenuItem13.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem13.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem13.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem13.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem13.Location              = new System.Drawing.Point(2, 0);
     this.treeMenuItem13.Name                  = "treeMenuItem13";
     this.treeMenuItem13.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem13.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem13.Size                  = new System.Drawing.Size(546, 20);
     this.treeMenuItem13.TabIndex              = 0;
     this.treeMenuItem13.Text                  = "Tempus";
     //
     // treeMenuItem14
     //
     this.treeMenuItem14.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem14.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem14.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem14.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem14.Location              = new System.Drawing.Point(2, 25);
     this.treeMenuItem14.Name                  = "treeMenuItem14";
     this.treeMenuItem14.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem14.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem14.Size                  = new System.Drawing.Size(546, 20);
     this.treeMenuItem14.TabIndex              = 0;
     this.treeMenuItem14.Text                  = "Turpis";
     //
     // treeMenuItem15
     //
     this.treeMenuItem15.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem15.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem15.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem15.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem15.Location              = new System.Drawing.Point(2, 50);
     this.treeMenuItem15.Name                  = "treeMenuItem15";
     this.treeMenuItem15.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem15.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem15.Size                  = new System.Drawing.Size(546, 20);
     this.treeMenuItem15.TabIndex              = 0;
     this.treeMenuItem15.Text                  = "Facilisis";
     //
     // treeMenuItem16
     //
     this.treeMenuItem16.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem16.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem16.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem16.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem16.Location              = new System.Drawing.Point(2, 75);
     this.treeMenuItem16.Name                  = "treeMenuItem16";
     this.treeMenuItem16.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem16.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem16.Size                  = new System.Drawing.Size(546, 20);
     this.treeMenuItem16.TabIndex              = 0;
     this.treeMenuItem16.Text                  = "Vitae";
     //
     // treeMenuItem17
     //
     this.treeMenuItem17.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem17.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem17.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem17.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem17.Location              = new System.Drawing.Point(2, 100);
     this.treeMenuItem17.Name                  = "treeMenuItem17";
     this.treeMenuItem17.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem17.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem17.Size                  = new System.Drawing.Size(546, 20);
     this.treeMenuItem17.TabIndex              = 0;
     this.treeMenuItem17.Text                  = "Consequat";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.treeNavigator3);
     this.panel2.Location = new System.Drawing.Point(1, 24);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(568, 203);
     this.panel2.TabIndex = 1;
     //
     // treeNavigator3
     //
     this.treeNavigator3.BackColor     = System.Drawing.Color.White;
     this.treeNavigator3.Dock          = System.Windows.Forms.DockStyle.Fill;
     headerCollection2.Font            = new System.Drawing.Font("Arial", 8F);
     headerCollection2.Height          = 20;
     this.treeNavigator3.Header        = headerCollection2;
     this.treeNavigator3.ItemBackColor = System.Drawing.Color.White;
     this.treeNavigator3.Items.Add(this.treeMenuItem1);
     this.treeNavigator3.Items.Add(this.treeMenuItem2);
     this.treeNavigator3.Items.Add(this.treeMenuItem3);
     this.treeNavigator3.Items.Add(this.treeMenuItem4);
     this.treeNavigator3.Items.Add(this.treeMenuItem5);
     this.treeNavigator3.Items.Add(this.treeMenuItem6);
     this.treeNavigator3.Items.Add(this.treeMenuItem7);
     this.treeNavigator3.Items.Add(this.treeMenuItem8);
     this.treeNavigator3.Location    = new System.Drawing.Point(0, 0);
     this.treeNavigator3.MinimumSize = new System.Drawing.Size(150, 150);
     this.treeNavigator3.Name        = "treeNavigator3";
     this.treeNavigator3.PadY        = 5;
     this.treeNavigator3.ShowHeader  = false;
     this.treeNavigator3.Size        = new System.Drawing.Size(568, 203);
     this.treeNavigator3.TabIndex    = 1;
     this.treeNavigator3.Text        = "treeNavigator3";
     //
     // treeMenuItem1
     //
     this.treeMenuItem1.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem1.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem1.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem1.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem1.Location              = new System.Drawing.Point(2, 0);
     this.treeMenuItem1.Name                  = "treeMenuItem1";
     this.treeMenuItem1.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem1.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem1.Size                  = new System.Drawing.Size(546, 20);
     this.treeMenuItem1.TabIndex              = 0;
     this.treeMenuItem1.Text                  = "Quisque";
     //
     // treeMenuItem2
     //
     this.treeMenuItem2.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem2.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem2.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem2.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem2.Location              = new System.Drawing.Point(2, 25);
     this.treeMenuItem2.Name                  = "treeMenuItem2";
     this.treeMenuItem2.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem2.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem2.Size                  = new System.Drawing.Size(546, 20);
     this.treeMenuItem2.TabIndex              = 0;
     this.treeMenuItem2.Text                  = "Vestibulum";
     //
     // treeMenuItem3
     //
     this.treeMenuItem3.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem3.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem3.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem3.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem3.Location              = new System.Drawing.Point(2, 50);
     this.treeMenuItem3.Name                  = "treeMenuItem3";
     this.treeMenuItem3.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem3.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem3.Size                  = new System.Drawing.Size(546, 20);
     this.treeMenuItem3.TabIndex              = 0;
     this.treeMenuItem3.Text                  = "Pretium";
     //
     // treeMenuItem4
     //
     this.treeMenuItem4.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem4.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem4.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem4.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem4.Location              = new System.Drawing.Point(2, 75);
     this.treeMenuItem4.Name                  = "treeMenuItem4";
     this.treeMenuItem4.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem4.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem4.Size                  = new System.Drawing.Size(546, 20);
     this.treeMenuItem4.TabIndex              = 0;
     this.treeMenuItem4.Text                  = "Adipiscing";
     //
     // treeMenuItem5
     //
     this.treeMenuItem5.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem5.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem5.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem5.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem5.Location              = new System.Drawing.Point(2, 100);
     this.treeMenuItem5.Name                  = "treeMenuItem5";
     this.treeMenuItem5.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem5.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem5.Size                  = new System.Drawing.Size(546, 20);
     this.treeMenuItem5.TabIndex              = 0;
     this.treeMenuItem5.Text                  = "Facilisis";
     //
     // treeMenuItem6
     //
     this.treeMenuItem6.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem6.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem6.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem6.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem6.Location              = new System.Drawing.Point(2, 125);
     this.treeMenuItem6.Name                  = "treeMenuItem6";
     this.treeMenuItem6.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem6.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem6.Size                  = new System.Drawing.Size(546, 20);
     this.treeMenuItem6.TabIndex              = 0;
     this.treeMenuItem6.Text                  = "Libero";
     //
     // treeMenuItem7
     //
     this.treeMenuItem7.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem7.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem7.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem7.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem7.Location              = new System.Drawing.Point(2, 150);
     this.treeMenuItem7.Name                  = "treeMenuItem7";
     this.treeMenuItem7.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem7.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem7.Size                  = new System.Drawing.Size(546, 20);
     this.treeMenuItem7.TabIndex              = 0;
     this.treeMenuItem7.Text                  = "Dictumst";
     //
     // treeMenuItem8
     //
     this.treeMenuItem8.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem8.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem8.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem8.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem8.Location              = new System.Drawing.Point(2, 175);
     this.treeMenuItem8.Name                  = "treeMenuItem8";
     this.treeMenuItem8.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem8.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem8.Size                  = new System.Drawing.Size(546, 20);
     this.treeMenuItem8.TabIndex              = 0;
     this.treeMenuItem8.Text                  = "Purus";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.treeNavigator2);
     this.panel3.Location = new System.Drawing.Point(1, 24);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(568, 203);
     this.panel3.TabIndex = 1;
     //
     // treeNavigator2
     //
     this.treeNavigator2.BackColor     = System.Drawing.Color.White;
     this.treeNavigator2.Dock          = System.Windows.Forms.DockStyle.Fill;
     headerCollection3.Font            = new System.Drawing.Font("Arial", 8F);
     headerCollection3.Height          = 20;
     this.treeNavigator2.Header        = headerCollection3;
     this.treeNavigator2.ItemBackColor = System.Drawing.Color.White;
     this.treeNavigator2.Items.Add(this.treeMenuItem9);
     this.treeNavigator2.Items.Add(this.treeMenuItem10);
     this.treeNavigator2.Items.Add(this.treeMenuItem11);
     this.treeNavigator2.Items.Add(this.treeMenuItem12);
     this.treeNavigator2.Location    = new System.Drawing.Point(0, 0);
     this.treeNavigator2.MinimumSize = new System.Drawing.Size(150, 150);
     this.treeNavigator2.Name        = "treeNavigator2";
     this.treeNavigator2.PadY        = 5;
     this.treeNavigator2.ShowHeader  = false;
     this.treeNavigator2.Size        = new System.Drawing.Size(568, 203);
     this.treeNavigator2.TabIndex    = 1;
     this.treeNavigator2.Text        = "treeNavigator2";
     //
     // treeMenuItem9
     //
     this.treeMenuItem9.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem9.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem9.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem9.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem9.Location              = new System.Drawing.Point(2, 0);
     this.treeMenuItem9.Name                  = "treeMenuItem9";
     this.treeMenuItem9.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem9.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem9.Size                  = new System.Drawing.Size(547, 20);
     this.treeMenuItem9.TabIndex              = 0;
     this.treeMenuItem9.Text                  = "Pulvinar";
     //
     // treeMenuItem10
     //
     this.treeMenuItem10.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem10.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem10.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem10.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem10.Location              = new System.Drawing.Point(2, 25);
     this.treeMenuItem10.Name                  = "treeMenuItem10";
     this.treeMenuItem10.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem10.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem10.Size                  = new System.Drawing.Size(547, 20);
     this.treeMenuItem10.TabIndex              = 0;
     this.treeMenuItem10.Text                  = "Aliquam";
     //
     // treeMenuItem11
     //
     this.treeMenuItem11.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem11.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem11.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem11.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem11.Location              = new System.Drawing.Point(2, 50);
     this.treeMenuItem11.Name                  = "treeMenuItem11";
     this.treeMenuItem11.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem11.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem11.Size                  = new System.Drawing.Size(547, 20);
     this.treeMenuItem11.TabIndex              = 0;
     this.treeMenuItem11.Text                  = "Adipiscing";
     //
     // treeMenuItem12
     //
     this.treeMenuItem12.BackColor             = System.Drawing.Color.White;
     this.treeMenuItem12.ForeColor             = System.Drawing.Color.Black;
     this.treeMenuItem12.ItemBackColor         = System.Drawing.SystemColors.Control;
     this.treeMenuItem12.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.treeMenuItem12.Location              = new System.Drawing.Point(2, 75);
     this.treeMenuItem12.Name                  = "treeMenuItem12";
     this.treeMenuItem12.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
     this.treeMenuItem12.SelectedItemForeColor = System.Drawing.Color.Black;
     this.treeMenuItem12.Size                  = new System.Drawing.Size(547, 20);
     this.treeMenuItem12.TabIndex              = 0;
     this.treeMenuItem12.Text                  = "Vehicula";
     //
     // panel4
     //
     this.panel4.Controls.Add(this.richTextBox1);
     this.panel4.Location = new System.Drawing.Point(1, 24);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(220, 228);
     this.panel4.TabIndex = 1;
     //
     // richTextBox1
     //
     this.richTextBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.richTextBox1.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.richTextBox1.Location = new System.Drawing.Point(0, 0);
     this.richTextBox1.Name     = "richTextBox1";
     this.richTextBox1.Size     = new System.Drawing.Size(220, 228);
     this.richTextBox1.TabIndex = 0;
     this.richTextBox1.Text     = "lacus amet amet ultricies.";
     //
     // ControlLogs
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "ControlLogs";
     this.Size = new System.Drawing.Size(796, 263);
     ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     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(Form1));
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel1           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel2           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel3           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel4           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel5           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel6           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel7           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel8           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel9           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel10          = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbflowLayoutPanel1 = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel11          = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            this.dockingManager1  = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
            this.serverExplorer   = new System.Windows.Forms.Panel();
            this.label1           = new System.Windows.Forms.Label();
            this.solutionExplorer = new System.Windows.Forms.Panel();
            this.label2           = new System.Windows.Forms.Label();
            this.properties       = new System.Windows.Forms.Panel();
            this.label3           = new System.Windows.Forms.Label();
            this.label4           = new System.Windows.Forms.Label();
            this.errorList        = new System.Windows.Forms.Panel();
            this.label5           = new System.Windows.Forms.Label();
            this.startPage        = new System.Windows.Forms.Panel();
            this.label9           = new System.Windows.Forms.Label();
            this.toolbox          = new System.Windows.Forms.Panel();
            this.label10          = new System.Windows.Forms.Label();
            this.findResults      = new System.Windows.Forms.Panel();
            this.label11          = new System.Windows.Forms.Label();
            this.label12          = new System.Windows.Forms.Label();
            this.teamExplorer     = new System.Windows.Forms.Panel();
            this.imageList1       = new System.Windows.Forms.ImageList();
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).BeginInit();
            this.serverExplorer.SuspendLayout();
            this.solutionExplorer.SuspendLayout();
            this.properties.SuspendLayout();
            this.errorList.SuspendLayout();
            this.startPage.SuspendLayout();
            this.toolbox.SuspendLayout();
            this.findResults.SuspendLayout();
            this.teamExplorer.SuspendLayout();
            this.SuspendLayout();
            //
            // dockingManager1
            //
            this.dockingManager1.AnimateAutoHiddenWindow = true;
            this.dockingManager1.AutoHideTabForeColor    = System.Drawing.Color.Empty;
#if !NETCORE
            this.dockingManager1.DockLayoutStream = ((System.IO.MemoryStream)(resources.GetObject("dockingManager1.DockLayoutStream")));
#endif
            this.dockingManager1.HostControl            = this;
            this.dockingManager1.MetroButtonColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.dockingManager1.MetroColor             = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
            this.dockingManager1.MetroSplitterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(159)))), ((int)(((byte)(183)))));
            this.dockingManager1.ReduceFlickeringInRtl  = false;
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
            this.dockingManager1.SetDockLabel(this.serverExplorer, "Server Explorer");
            this.dockingManager1.SetEnableDocking(this.serverExplorer, true);
            ccbpanel1.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.serverExplorer, ccbpanel1);
            this.dockingManager1.SetDockLabel(this.solutionExplorer, "Solution Explorer");
            this.dockingManager1.SetEnableDocking(this.solutionExplorer, true);
            ccbpanel2.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.solutionExplorer, ccbpanel2);
            this.dockingManager1.SetDockLabel(this.properties, "Properties");
            this.dockingManager1.SetEnableDocking(this.properties, true);
            ccbpanel3.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.properties, ccbpanel3);
            ccbpanel4.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetDockLabel(this.errorList, "Error List");
            this.dockingManager1.SetEnableDocking(this.errorList, true);
            ccbpanel5.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.errorList, ccbpanel5);
            ccbpanel6.MergeWith(this.dockingManager1.CaptionButtons, false);
            ccbpanel7.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetDockLabel(this.startPage, "Start Page");
            this.dockingManager1.SetEnableDocking(this.startPage, true);
            ccbpanel8.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.startPage, ccbpanel8);
            this.dockingManager1.SetDockLabel(this.toolbox, "Toolbox");
            this.dockingManager1.SetEnableDocking(this.toolbox, true);
            ccbpanel9.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.toolbox, ccbpanel9);
            this.dockingManager1.SetDockLabel(this.findResults, "Find Results");
            this.dockingManager1.SetEnableDocking(this.findResults, true);
            ccbpanel10.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.findResults, ccbpanel10);
            this.dockingManager1.SetDockLabel(this.teamExplorer, "Team Explorer");
            this.dockingManager1.SetEnableDocking(this.teamExplorer, true);
            ccbflowLayoutPanel1.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.teamExplorer, ccbflowLayoutPanel1);
            ccbpanel11.MergeWith(this.dockingManager1.CaptionButtons, false);
            //
            // panel1
            //
            this.serverExplorer.Controls.Add(this.label1);
            this.serverExplorer.Location = new System.Drawing.Point(1, 24);
            this.serverExplorer.Name     = "panel1";
            this.serverExplorer.Size     = new System.Drawing.Size(187, 302);
            this.serverExplorer.TabIndex = 4;
            //
            // label1
            //
            this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.label1.Location  = new System.Drawing.Point(0, 0);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(187, 302);
            this.label1.TabIndex  = 0;
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // panel2
            //
            this.solutionExplorer.Controls.Add(this.label2);
            this.solutionExplorer.Location = new System.Drawing.Point(1, 24);
            this.solutionExplorer.Name     = "panel2";
            this.solutionExplorer.Size     = new System.Drawing.Size(202, 353);
            this.solutionExplorer.TabIndex = 6;
            //
            // label2
            //
            this.label2.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.label2.Location  = new System.Drawing.Point(0, 0);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(202, 353);
            this.label2.TabIndex  = 1;
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // panel3
            //
            this.properties.Controls.Add(this.label3);
            this.properties.Location = new System.Drawing.Point(1, 24);
            this.properties.Name     = "panel3";
            this.properties.Size     = new System.Drawing.Size(202, 357);
            this.properties.TabIndex = 7;
            //
            // label3
            //
            this.label3.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.label3.Location  = new System.Drawing.Point(0, 0);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(202, 357);
            this.label3.TabIndex  = 1;
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // label4
            //
            this.label4.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.label4.Location  = new System.Drawing.Point(0, 0);
            this.label4.Name      = "label4";
            this.label4.Size      = new System.Drawing.Size(1217, 277);
            this.label4.TabIndex  = 1;
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // panel5
            //
            this.errorList.Controls.Add(this.label5);
            this.errorList.Location = new System.Drawing.Point(1, 24);
            this.errorList.Name     = "panel5";
            this.errorList.Size     = new System.Drawing.Size(1217, 277);
            this.errorList.TabIndex = 11;
            //
            // label5
            //
            this.label5.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.label5.Location  = new System.Drawing.Point(0, 0);
            this.label5.Name      = "label5";
            this.label5.Size      = new System.Drawing.Size(1217, 277);
            this.label5.TabIndex  = 1;
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // startPage
            //
            this.startPage.Controls.Add(this.label9);
            this.startPage.Location = new System.Drawing.Point(1, 24);
            this.startPage.Name     = "panel8";
            this.startPage.Size     = new System.Drawing.Size(161, 408);
            this.startPage.TabIndex = 25;
            //
            // label9
            //
            this.label9.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.label9.Location  = new System.Drawing.Point(0, 0);
            this.label9.Name      = "label9";
            this.label9.Size      = new System.Drawing.Size(161, 408);
            this.label9.TabIndex  = 2;
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // toolbox
            //
            this.toolbox.Controls.Add(this.label10);
            this.toolbox.Location = new System.Drawing.Point(1, 24);
            this.toolbox.Name     = "panel9";
            this.toolbox.Size     = new System.Drawing.Size(183, 408);
            this.toolbox.TabIndex = 1;
            //
            // label10
            //
            this.label10.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.label10.Location  = new System.Drawing.Point(0, 0);
            this.label10.Name      = "label10";
            this.label10.Size      = new System.Drawing.Size(183, 408);
            this.label10.TabIndex  = 1;
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // panel10
            //
            this.findResults.Controls.Add(this.label11);
            this.findResults.Location = new System.Drawing.Point(1, 24);
            this.findResults.Name     = "panel10";
            this.findResults.Size     = new System.Drawing.Size(1217, 277);
            this.findResults.TabIndex = 40;
            //
            // label11
            //
            this.label11.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.label11.Location  = new System.Drawing.Point(0, 0);
            this.label11.Name      = "label11";
            this.label11.Size      = new System.Drawing.Size(1217, 277);
            this.label11.TabIndex  = 2;
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // flowLayoutPanel1
            //
            this.teamExplorer.Controls.Add(label12);
            this.teamExplorer.Location = new System.Drawing.Point(1, 24);
            this.teamExplorer.Name     = "flowLayoutPanel1";
            this.teamExplorer.Size     = new System.Drawing.Size(183, 191);
            this.teamExplorer.TabIndex = 40;
            //
            // label12
            //
            this.label12.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.label12.ForeColor = System.Drawing.Color.Gray;
            this.label12.Location  = new System.Drawing.Point(3, 0);
            this.label12.Name      = "label12";
            this.label12.Size      = new System.Drawing.Size(183, 0);
            this.label12.TabIndex  = 2;
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // imageList1
            //
            this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "panels_new3_close.ico");
            this.imageList1.Images.SetKeyName(1, "panels_new3_autohide1.ico");
            this.imageList1.Images.SetKeyName(2, "panels_new3_menu.ico");
            this.imageList1.Images.SetKeyName(3, "panels_new1_restore2.ico");
            this.imageList1.Images.SetKeyName(4, "previous_icon_16.png");
            this.imageList1.Images.SetKeyName(5, "next_icon_16.png");
            this.imageList1.Images.SetKeyName(6, "minus.png");
            this.imageList1.Images.SetKeyName(7, "plus.png");
            this.imageList1.Images.SetKeyName(8, "information.png");
            this.imageList1.Images.SetKeyName(9, "about.png");
            this.imageList1.Images.SetKeyName(10, "window.png");
            this.imageList1.Images.SetKeyName(11, "signpost.png");
            this.imageList1.Images.SetKeyName(12, "unknown.png");
            this.imageList1.Images.SetKeyName(13, "panels_new3_autohide2.png");
            this.imageList1.Images.SetKeyName(14, "PushpinHS.png");
            this.imageList1.Images.SetKeyName(15, "PropertiesHS.png");
            //
            // Form1
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(1624, 768);
            this.Name = "Form1";
            this.Text = "Caption Restriction";
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).EndInit();
            this.serverExplorer.ResumeLayout(false);
            this.solutionExplorer.ResumeLayout(false);
            this.properties.ResumeLayout(false);
            this.errorList.ResumeLayout(false);
            this.startPage.ResumeLayout(false);
            this.toolbox.ResumeLayout(false);
            this.findResults.ResumeLayout(false);
            this.teamExplorer.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Exemplo n.º 4
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager                resources         = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel1         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel2         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel3         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel5         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel4         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection headerCollection1 = new Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection();
            Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection headerCollection2 = new Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection();
            Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection headerCollection3 = new Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection();
            Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection headerCollection5 = new Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection();
            this.dockingManager1      = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
            this.panel1               = new System.Windows.Forms.Panel();
            this.treeNavigator1       = new Syncfusion.Windows.Forms.Tools.TreeNavigator();
            this.panel2               = new System.Windows.Forms.Panel();
            this.treeNavigator2       = new Syncfusion.Windows.Forms.Tools.TreeNavigator();
            this.panel3               = new System.Windows.Forms.Panel();
            this.treeNavigator4       = new Syncfusion.Windows.Forms.Tools.TreeNavigator();
            this.panel5               = new System.Windows.Forms.Panel();
            this.richTextBox1         = new System.Windows.Forms.RichTextBox();
            this.panel4               = new System.Windows.Forms.Panel();
            this.treeNavigator3       = new Syncfusion.Windows.Forms.Tools.TreeNavigator();
            this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this);
            this.bar1           = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "Options");
            this.parentBarItem1 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem();
            this.barItem1       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem2       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).BeginInit();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel5.SuspendLayout();
            this.panel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit();
            this.SuspendLayout();
            //
            // dockingManager1
            //
            this.dockingManager1.ActiveCaptionFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.AutoHideTabFont      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.AutoHideTabForeColor = System.Drawing.Color.Empty;
#if !NETCORE
            this.dockingManager1.DockLayoutStream = ((System.IO.MemoryStream)(resources.GetObject("dockingManager1.DockLayoutStream")));
#endif
            this.dockingManager1.DockTabFont               = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.DockTabForeColor          = System.Drawing.Color.Empty;
            this.dockingManager1.HostControl               = this;
            this.dockingManager1.InActiveCaptionBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212))))));
            this.dockingManager1.InActiveCaptionFont       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.MetroButtonColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.dockingManager1.MetroColor             = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
            this.dockingManager1.MetroSplitterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(159)))), ((int)(((byte)(183)))));
            this.dockingManager1.ReduceFlickeringInRtl  = false;
            this.dockingManager1.VisualStyle            = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
            this.dockingManager1.SetDockLabel(this.panel1, "Lorem ipsum ");
            this.dockingManager1.SetEnableDocking(this.panel1, true);
            ccbpanel1.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.panel1, ccbpanel1);
            this.dockingManager1.SetDockLabel(this.panel2, "Vestibulum Duis ");
            this.dockingManager1.SetEnableDocking(this.panel2, true);
            ccbpanel2.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.panel2, ccbpanel2);
            this.dockingManager1.SetDockLabel(this.panel3, "Ornare Dolor");
            this.dockingManager1.SetEnableDocking(this.panel3, true);
            ccbpanel3.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.panel3, ccbpanel3);
            this.dockingManager1.SetDockLabel(this.panel5, "Ante Nullam");
            this.dockingManager1.SetEnableDocking(this.panel5, true);
            ccbpanel5.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.panel5, ccbpanel5);
            this.dockingManager1.SetDockLabel(this.panel4, "Rerum Hac");
            this.dockingManager1.SetEnableDocking(this.panel4, true);
            ccbpanel4.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.panel4, ccbpanel4);
            //
            // panel1
            //
            this.panel1.Controls.Add(this.treeNavigator1);
            this.panel1.Location = new System.Drawing.Point(1, 24);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(167, 452);
            this.panel1.TabIndex = 0;
            //
            // treeNavigator1
            //
            this.treeNavigator1.BackColor     = System.Drawing.Color.White;
            this.treeNavigator1.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.treeNavigator1.Font          = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            headerCollection1.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            headerCollection1.HeaderText      = "EnterpriseToolKit";
            headerCollection1.Height          = 20;
            this.treeNavigator1.Header        = headerCollection1;
            this.treeNavigator1.ItemBackColor = System.Drawing.SystemColors.Control;
            this.treeNavigator1.Location      = new System.Drawing.Point(0, 0);
            this.treeNavigator1.MinimumSize   = new System.Drawing.Size(150, 150);
            this.treeNavigator1.Name          = "treeNavigator1";
            this.treeNavigator1.PadY          = 3;
            this.treeNavigator1.RightToLeft   = System.Windows.Forms.RightToLeft.No;
            this.treeNavigator1.ShowHeader    = false;
            this.treeNavigator1.Size          = new System.Drawing.Size(167, 452);
            this.treeNavigator1.TabIndex      = 7;
            this.treeNavigator1.Text          = "treeNavigator1";
            //
            // panel2
            //
            this.panel2.Controls.Add(this.treeNavigator2);
            this.panel2.Location = new System.Drawing.Point(1, 24);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(152, 452);
            this.panel2.TabIndex = 1;
            //
            // treeNavigator2
            //
            this.treeNavigator2.BackColor     = System.Drawing.Color.White;
            this.treeNavigator2.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.treeNavigator2.Font          = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            headerCollection2.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            headerCollection2.HeaderText      = "EnterpriseToolKit";
            headerCollection2.Height          = 20;
            this.treeNavigator2.Header        = headerCollection2;
            this.treeNavigator2.ItemBackColor = System.Drawing.SystemColors.Control;
            this.treeNavigator2.Location      = new System.Drawing.Point(0, 0);
            this.treeNavigator2.MinimumSize   = new System.Drawing.Size(150, 150);
            this.treeNavigator2.Name          = "treeNavigator2";
            this.treeNavigator2.PadY          = 3;
            this.treeNavigator2.RightToLeft   = System.Windows.Forms.RightToLeft.No;
            this.treeNavigator2.ShowHeader    = false;
            this.treeNavigator2.Size          = new System.Drawing.Size(152, 452);
            this.treeNavigator2.TabIndex      = 8;
            this.treeNavigator2.Text          = "treeNavigator2";
            //
            // panel3
            //
            this.panel3.Controls.Add(this.treeNavigator4);
            this.panel3.Location = new System.Drawing.Point(1, 24);
            this.panel3.Name     = "panel3";
            this.panel3.Size     = new System.Drawing.Size(120, 452);
            this.panel3.TabIndex = 1;
            //
            // treeNavigator4
            //
            this.treeNavigator4.BackColor     = System.Drawing.Color.White;
            this.treeNavigator4.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.treeNavigator4.Font          = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            headerCollection3.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            headerCollection3.HeaderText      = "EnterpriseToolKit";
            headerCollection3.Height          = 20;
            this.treeNavigator4.Header        = headerCollection3;
            this.treeNavigator4.ItemBackColor = System.Drawing.SystemColors.Control;
            this.treeNavigator4.Location      = new System.Drawing.Point(0, 0);
            this.treeNavigator4.MinimumSize   = new System.Drawing.Size(150, 150);
            this.treeNavigator4.Name          = "treeNavigator4";
            this.treeNavigator4.PadY          = 3;
            this.treeNavigator4.RightToLeft   = System.Windows.Forms.RightToLeft.No;
            this.treeNavigator4.ShowHeader    = false;
            this.treeNavigator4.Size          = new System.Drawing.Size(150, 452);
            this.treeNavigator4.TabIndex      = 8;
            this.treeNavigator4.Text          = "treeNavigator4";
            //
            // panel5
            //
            this.panel5.Controls.Add(this.richTextBox1);
            this.panel5.Location = new System.Drawing.Point(1, 24);
            this.panel5.Name     = "panel5";
            this.panel5.Size     = new System.Drawing.Size(280, 210);
            this.panel5.TabIndex = 2;
            //
            // richTextBox1
            //
            this.richTextBox1.BackColor = System.Drawing.Color.White;
            this.richTextBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox1.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.richTextBox1.Location  = new System.Drawing.Point(0, 0);
            this.richTextBox1.Name      = "richTextBox1";
            this.richTextBox1.ReadOnly  = true;
            this.richTextBox1.Size      = new System.Drawing.Size(280, 210);
            this.richTextBox1.TabIndex  = 0;
            this.richTextBox1.Text      = "Lorem ipsum dolor sit amet, lacus amet amet ultricies. Quisque mi venenatis morbi" +
                                          " libero, orci dis, mi ut et class porta, massa ligula magna enim, aliquam orci v" +
                                          "estibulum tempus. ";
            //
            // panel4
            //
            this.panel4.Controls.Add(this.treeNavigator3);
            this.panel4.Location = new System.Drawing.Point(1, 24);
            this.panel4.Name     = "panel4";
            this.panel4.Size     = new System.Drawing.Size(280, 213);
            this.panel4.TabIndex = 12;
            //
            // treeNavigator3
            //
            this.treeNavigator3.BackColor     = System.Drawing.Color.White;
            this.treeNavigator3.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.treeNavigator3.Font          = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            headerCollection5.Font            = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            headerCollection5.HeaderText      = "EnterpriseToolKit";
            headerCollection5.Height          = 20;
            this.treeNavigator3.Header        = headerCollection5;
            this.treeNavigator3.ItemBackColor = System.Drawing.SystemColors.Control;
            this.treeNavigator3.Location      = new System.Drawing.Point(0, 0);
            this.treeNavigator3.MinimumSize   = new System.Drawing.Size(150, 150);
            this.treeNavigator3.Name          = "treeNavigator3";
            this.treeNavigator3.PadY          = 3;
            this.treeNavigator3.RightToLeft   = System.Windows.Forms.RightToLeft.No;
            this.treeNavigator3.ShowHeader    = false;
            this.treeNavigator3.Size          = new System.Drawing.Size(280, 213);
            this.treeNavigator3.TabIndex      = 8;
            this.treeNavigator3.Text          = "treeNavigator3";
            //
            // mainFrameBarManager1
            //
#if !NETCORE
            this.mainFrameBarManager1.BarPositionInfo = ((System.IO.MemoryStream)(resources.GetObject("mainFrameBarManager1.BarPositionInfo")));
#endif
            this.mainFrameBarManager1.Bars.Add(this.bar1);
            this.mainFrameBarManager1.Categories.Add("Options");
            this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.Windows.Forms.MetroForm";
            this.mainFrameBarManager1.EnableMenuMerge     = true;
            this.mainFrameBarManager1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.mainFrameBarManager1.Form = this;
            this.mainFrameBarManager1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem1,
                this.barItem2,
                this.parentBarItem1
            });
            this.mainFrameBarManager1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
            this.mainFrameBarManager1.ResetCustomization = false;
            this.mainFrameBarManager1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.mainFrameBarManager1.UseBackwardCompatiblity = false;
            //
            // bar1
            //
            this.bar1.BarName = "Options";
            this.bar1.Caption = "Options";
            this.bar1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.parentBarItem1
            });
            this.bar1.Manager = this.mainFrameBarManager1;
            //
            // parentBarItem1
            //
            this.parentBarItem1.BarName       = "parentBarItem1";
            this.parentBarItem1.CategoryIndex = 0;
            this.parentBarItem1.ID            = "Options";
            this.parentBarItem1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem1,
                this.barItem2
            });
            this.parentBarItem1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
            this.parentBarItem1.ShowToolTipInPopUp = false;
            this.parentBarItem1.SizeToFit          = true;
            this.parentBarItem1.Text       = "Options";
            this.parentBarItem1.WrapLength = 20;
            //
            // barItem1
            //
            this.barItem1.BarName            = "barItem1";
            this.barItem1.CategoryIndex      = 0;
            this.barItem1.ID                 = "New Window";
            this.barItem1.ShowToolTipInPopUp = false;
            this.barItem1.SizeToFit          = true;
            this.barItem1.Text               = "New Window";
            //
            // barItem2
            //
            this.barItem2.BarName            = "barItem2";
            this.barItem2.CategoryIndex      = 0;
            this.barItem2.Checked            = true;
            this.barItem2.ID                 = "Make this as target Manager";
            this.barItem2.ShowToolTipInPopUp = false;
            this.barItem2.SizeToFit          = true;
            this.barItem2.Text               = "Make this as target Manager";
            //
            // Form2
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(748, 509);
            this.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize = new System.Drawing.Size(760, 550);
            this.Name        = "Form2";
            this.Text        = "Docking Manager";
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit();
            this.ResumeLayout(false);
        }
Exemplo n.º 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(UserControl1));
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel2         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel3         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel4         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection headerCollection1 = new Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection();
            Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection headerCollection2 = new Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection();
            Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection headerCollection3 = new Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection();
            this.dockingManager1 = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
            this.panel2          = new System.Windows.Forms.Panel();
            this.treeNavigator3  = new Syncfusion.Windows.Forms.Tools.TreeNavigator();
            this.treeMenuItem11  = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem12  = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem13  = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem14  = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem15  = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.panel3          = new System.Windows.Forms.Panel();
            this.treeNavigator2  = new Syncfusion.Windows.Forms.Tools.TreeNavigator();
            this.treeMenuItem6   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem7   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem8   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem9   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem10  = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.panel4          = new System.Windows.Forms.Panel();
            this.treeNavigator1  = new Syncfusion.Windows.Forms.Tools.TreeNavigator();
            this.treeMenuItem1   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem2   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem3   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem4   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem5   = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).BeginInit();
            this.panel2.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel4.SuspendLayout();
            this.SuspendLayout();
            //
            // dockingManager1
            //
            this.dockingManager1.ActiveCaptionFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.AutoHideTabFont      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.AutoHideTabForeColor = System.Drawing.Color.Empty;
#if !NETCORE
            this.dockingManager1.DockLayoutStream = ((System.IO.MemoryStream)(resources.GetObject("dockingManager1.DockLayoutStream")));
#endif
            this.dockingManager1.DockTabFont               = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.DockTabForeColor          = System.Drawing.Color.Empty;
            this.dockingManager1.HostControl               = this;
            this.dockingManager1.InActiveCaptionBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212))))));
            this.dockingManager1.InActiveCaptionFont       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.MetroButtonColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.dockingManager1.MetroColor             = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
            this.dockingManager1.MetroSplitterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(159)))), ((int)(((byte)(183)))));
            this.dockingManager1.ReduceFlickeringInRtl  = false;
            this.dockingManager1.VisualStyle            = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
            this.dockingManager1.SetDockLabel(this.panel2, "Ipsum");
            this.dockingManager1.SetEnableDocking(this.panel2, true);
            ccbpanel2.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.panel2, ccbpanel2);
            this.dockingManager1.SetDockLabel(this.panel3, "Navigation Controls");
            this.dockingManager1.SetEnableDocking(this.panel3, true);
            ccbpanel3.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.panel3, ccbpanel3);
            this.dockingManager1.SetDockLabel(this.panel4, "List Controls");
            this.dockingManager1.SetEnableDocking(this.panel4, true);
            ccbpanel4.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.panel4, ccbpanel4);
            //
            // panel2
            //
            this.panel2.Controls.Add(this.treeNavigator3);
            this.panel2.Location = new System.Drawing.Point(1, 24);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(161, 516);
            this.panel2.TabIndex = 3;
            //
            // treeNavigator3
            //
            this.treeNavigator3.BackColor     = System.Drawing.Color.White;
            this.treeNavigator3.Dock          = System.Windows.Forms.DockStyle.Fill;
            headerCollection1.Font            = new System.Drawing.Font("Arial", 8F);
            headerCollection1.Height          = 20;
            this.treeNavigator3.Header        = headerCollection1;
            this.treeNavigator3.ItemBackColor = System.Drawing.Color.White;
            this.treeNavigator3.Items.Add(this.treeMenuItem11);
            this.treeNavigator3.Items.Add(this.treeMenuItem12);
            this.treeNavigator3.Items.Add(this.treeMenuItem13);
            this.treeNavigator3.Items.Add(this.treeMenuItem14);
            this.treeNavigator3.Items.Add(this.treeMenuItem15);
            this.treeNavigator3.Location    = new System.Drawing.Point(0, 0);
            this.treeNavigator3.MinimumSize = new System.Drawing.Size(150, 150);
            this.treeNavigator3.Name        = "treeNavigator3";
            this.treeNavigator3.PadY        = 5;
            this.treeNavigator3.ShowHeader  = false;
            this.treeNavigator3.Size        = new System.Drawing.Size(161, 516);
            this.treeNavigator3.TabIndex    = 0;
            this.treeNavigator3.Text        = "treeNavigator3";
            //
            // treeMenuItem11
            //
            this.treeMenuItem11.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem11.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem11.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem11.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem11.Location              = new System.Drawing.Point(2, 0);
            this.treeMenuItem11.Name                  = "treeMenuItem11";
            this.treeMenuItem11.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem11.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem11.Size                  = new System.Drawing.Size(139, 20);
            this.treeMenuItem11.TabIndex              = 0;
            this.treeMenuItem11.Text                  = "Libero";
            //
            // treeMenuItem12
            //
            this.treeMenuItem12.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem12.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem12.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem12.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem12.Location              = new System.Drawing.Point(2, 25);
            this.treeMenuItem12.Name                  = "treeMenuItem12";
            this.treeMenuItem12.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem12.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem12.Size                  = new System.Drawing.Size(139, 20);
            this.treeMenuItem12.TabIndex              = 0;
            this.treeMenuItem12.Text                  = "Orci dis";
            //
            // treeMenuItem13
            //
            this.treeMenuItem13.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem13.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem13.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem13.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem13.Location              = new System.Drawing.Point(2, 50);
            this.treeMenuItem13.Name                  = "treeMenuItem13";
            this.treeMenuItem13.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem13.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem13.Size                  = new System.Drawing.Size(139, 20);
            this.treeMenuItem13.TabIndex              = 0;
            this.treeMenuItem13.Text                  = "Porta";
            //
            // treeMenuItem14
            //
            this.treeMenuItem14.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem14.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem14.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem14.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem14.Location              = new System.Drawing.Point(2, 75);
            this.treeMenuItem14.Name                  = "treeMenuItem14";
            this.treeMenuItem14.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem14.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem14.Size                  = new System.Drawing.Size(139, 20);
            this.treeMenuItem14.TabIndex              = 0;
            this.treeMenuItem14.Text                  = "Massa";
            //
            // treeMenuItem15
            //
            this.treeMenuItem15.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem15.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem15.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem15.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem15.Location              = new System.Drawing.Point(2, 100);
            this.treeMenuItem15.Name                  = "treeMenuItem15";
            this.treeMenuItem15.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem15.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem15.Size                  = new System.Drawing.Size(139, 20);
            this.treeMenuItem15.TabIndex              = 0;
            this.treeMenuItem15.Text                  = "Ligula";
            //
            // panel3
            //
            this.panel3.Controls.Add(this.treeNavigator2);
            this.panel3.Location = new System.Drawing.Point(1, 24);
            this.panel3.Name     = "panel3";
            this.panel3.Size     = new System.Drawing.Size(165, 516);
            this.panel3.TabIndex = 4;
            //
            // treeNavigator2
            //
            this.treeNavigator2.BackColor     = System.Drawing.Color.White;
            this.treeNavigator2.Dock          = System.Windows.Forms.DockStyle.Fill;
            headerCollection2.Font            = new System.Drawing.Font("Arial", 8F);
            headerCollection2.Height          = 20;
            this.treeNavigator2.Header        = headerCollection2;
            this.treeNavigator2.ItemBackColor = System.Drawing.Color.White;
            this.treeNavigator2.Items.Add(this.treeMenuItem6);
            this.treeNavigator2.Items.Add(this.treeMenuItem7);
            this.treeNavigator2.Items.Add(this.treeMenuItem8);
            this.treeNavigator2.Items.Add(this.treeMenuItem9);
            this.treeNavigator2.Items.Add(this.treeMenuItem10);
            this.treeNavigator2.Location    = new System.Drawing.Point(0, 0);
            this.treeNavigator2.MinimumSize = new System.Drawing.Size(150, 150);
            this.treeNavigator2.Name        = "treeNavigator2";
            this.treeNavigator2.PadY        = 5;
            this.treeNavigator2.ShowHeader  = false;
            this.treeNavigator2.Size        = new System.Drawing.Size(165, 516);
            this.treeNavigator2.TabIndex    = 0;
            this.treeNavigator2.Text        = "treeNavigator2";
            //
            // treeMenuItem6
            //
            this.treeMenuItem6.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem6.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem6.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem6.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem6.Location              = new System.Drawing.Point(2, 0);
            this.treeMenuItem6.Name                  = "treeMenuItem6";
            this.treeMenuItem6.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem6.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem6.Size                  = new System.Drawing.Size(144, 20);
            this.treeMenuItem6.TabIndex              = 0;
            this.treeMenuItem6.Text                  = "Suscipit";
            //
            // treeMenuItem7
            //
            this.treeMenuItem7.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem7.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem7.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem7.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem7.Location              = new System.Drawing.Point(2, 25);
            this.treeMenuItem7.Name                  = "treeMenuItem7";
            this.treeMenuItem7.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem7.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem7.Size                  = new System.Drawing.Size(144, 20);
            this.treeMenuItem7.TabIndex              = 0;
            this.treeMenuItem7.Text                  = "Fringilla";
            //
            // treeMenuItem8
            //
            this.treeMenuItem8.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem8.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem8.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem8.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem8.Location              = new System.Drawing.Point(2, 50);
            this.treeMenuItem8.Name                  = "treeMenuItem8";
            this.treeMenuItem8.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem8.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem8.Size                  = new System.Drawing.Size(144, 20);
            this.treeMenuItem8.TabIndex              = 0;
            this.treeMenuItem8.Text                  = "Aliquam";
            //
            // treeMenuItem9
            //
            this.treeMenuItem9.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem9.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem9.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem9.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem9.Location              = new System.Drawing.Point(2, 75);
            this.treeMenuItem9.Name                  = "treeMenuItem9";
            this.treeMenuItem9.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem9.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem9.Size                  = new System.Drawing.Size(144, 20);
            this.treeMenuItem9.TabIndex              = 0;
            this.treeMenuItem9.Text                  = "Mollis";
            //
            // treeMenuItem10
            //
            this.treeMenuItem10.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem10.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem10.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem10.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem10.Location              = new System.Drawing.Point(2, 100);
            this.treeMenuItem10.Name                  = "treeMenuItem10";
            this.treeMenuItem10.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem10.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem10.Size                  = new System.Drawing.Size(144, 20);
            this.treeMenuItem10.TabIndex              = 0;
            this.treeMenuItem10.Text                  = "Lorem";
            //
            // panel4
            //
            this.panel4.Controls.Add(this.treeNavigator1);
            this.panel4.Location = new System.Drawing.Point(1, 24);
            this.panel4.Name     = "panel4";
            this.panel4.Size     = new System.Drawing.Size(165, 516);
            this.panel4.TabIndex = 5;
            //
            // treeNavigator1
            //
            this.treeNavigator1.BackColor     = System.Drawing.Color.White;
            this.treeNavigator1.Dock          = System.Windows.Forms.DockStyle.Fill;
            headerCollection3.Font            = new System.Drawing.Font("Arial", 8F);
            headerCollection3.Height          = 20;
            this.treeNavigator1.Header        = headerCollection3;
            this.treeNavigator1.ItemBackColor = System.Drawing.Color.White;
            this.treeNavigator1.Items.Add(this.treeMenuItem1);
            this.treeNavigator1.Items.Add(this.treeMenuItem2);
            this.treeNavigator1.Items.Add(this.treeMenuItem3);
            this.treeNavigator1.Items.Add(this.treeMenuItem4);
            this.treeNavigator1.Items.Add(this.treeMenuItem5);
            this.treeNavigator1.Location    = new System.Drawing.Point(0, 0);
            this.treeNavigator1.MinimumSize = new System.Drawing.Size(150, 150);
            this.treeNavigator1.Name        = "treeNavigator1";
            this.treeNavigator1.PadY        = 5;
            this.treeNavigator1.ShowHeader  = false;
            this.treeNavigator1.Size        = new System.Drawing.Size(165, 516);
            this.treeNavigator1.TabIndex    = 0;
            this.treeNavigator1.Text        = "treeNavigator1";
            //
            // treeMenuItem1
            //
            this.treeMenuItem1.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem1.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem1.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem1.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem1.Location              = new System.Drawing.Point(2, 0);
            this.treeMenuItem1.Name                  = "treeMenuItem1";
            this.treeMenuItem1.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem1.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem1.Size                  = new System.Drawing.Size(144, 20);
            this.treeMenuItem1.TabIndex              = 0;
            this.treeMenuItem1.Text                  = "Vestibulum";
            //
            // treeMenuItem2
            //
            this.treeMenuItem2.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem2.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem2.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem2.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem2.Location              = new System.Drawing.Point(2, 25);
            this.treeMenuItem2.Name                  = "treeMenuItem2";
            this.treeMenuItem2.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem2.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem2.Size                  = new System.Drawing.Size(144, 20);
            this.treeMenuItem2.TabIndex              = 0;
            this.treeMenuItem2.Text                  = "Nullam";
            //
            // treeMenuItem3
            //
            this.treeMenuItem3.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem3.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem3.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem3.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem3.Location              = new System.Drawing.Point(2, 50);
            this.treeMenuItem3.Name                  = "treeMenuItem3";
            this.treeMenuItem3.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem3.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem3.Size                  = new System.Drawing.Size(144, 20);
            this.treeMenuItem3.TabIndex              = 0;
            this.treeMenuItem3.Text                  = "Volutpat";
            //
            // treeMenuItem4
            //
            this.treeMenuItem4.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem4.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem4.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem4.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem4.Location              = new System.Drawing.Point(2, 75);
            this.treeMenuItem4.Name                  = "treeMenuItem4";
            this.treeMenuItem4.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem4.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem4.Size                  = new System.Drawing.Size(144, 20);
            this.treeMenuItem4.TabIndex              = 0;
            this.treeMenuItem4.Text                  = "Lectus";
            //
            // treeMenuItem5
            //
            this.treeMenuItem5.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem5.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem5.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem5.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem5.Location              = new System.Drawing.Point(2, 100);
            this.treeMenuItem5.Name                  = "treeMenuItem5";
            this.treeMenuItem5.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem5.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem5.Size                  = new System.Drawing.Size(144, 20);
            this.treeMenuItem5.TabIndex              = 0;
            this.treeMenuItem5.Text                  = "Pulvinar";
            //
            // UserControl1
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Name = "UserControl1";
            this.Size = new System.Drawing.Size(172, 566);
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Exemplo n.º 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(Form1));
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel1           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel2           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel3           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel4           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel5           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel6           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel7           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel8           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel9           = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel10          = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbflowLayoutPanel1 = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbpanel11          = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     this.dockingManager1  = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
     this.serverExplorer   = new System.Windows.Forms.Panel();
     this.label1           = new System.Windows.Forms.Label();
     this.solutionExplorer = new System.Windows.Forms.Panel();
     this.label2           = new System.Windows.Forms.Label();
     this.properties       = new System.Windows.Forms.Panel();
     this.label3           = new System.Windows.Forms.Label();
     this.output           = new System.Windows.Forms.Panel();
     this.label4           = new System.Windows.Forms.Label();
     this.errorList        = new System.Windows.Forms.Panel();
     this.label5           = new System.Windows.Forms.Label();
     this.program          = new System.Windows.Forms.Panel();
     this.label7           = new System.Windows.Forms.Label();
     this.form1            = new System.Windows.Forms.Panel();
     this.label8           = new System.Windows.Forms.Label();
     this.startPage        = new System.Windows.Forms.Panel();
     this.label9           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.toolbox          = new System.Windows.Forms.Panel();
     this.label10          = new System.Windows.Forms.Label();
     this.findResults      = new System.Windows.Forms.Panel();
     this.label11          = new System.Windows.Forms.Label();
     this.label12          = new System.Windows.Forms.Label();
     this.teamExplorer     = new System.Windows.Forms.Panel();
     this.visualTree       = new System.Windows.Forms.Panel();
     this.label13          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).BeginInit();
     this.serverExplorer.SuspendLayout();
     this.solutionExplorer.SuspendLayout();
     this.properties.SuspendLayout();
     this.output.SuspendLayout();
     this.errorList.SuspendLayout();
     this.program.SuspendLayout();
     this.form1.SuspendLayout();
     this.startPage.SuspendLayout();
     this.toolbox.SuspendLayout();
     this.findResults.SuspendLayout();
     this.visualTree.SuspendLayout();
     this.teamExplorer.SuspendLayout();
     this.SuspendLayout();
     //
     // dockingManager1
     //
     this.dockingManager1.AnimateAutoHiddenWindow = true;
     this.dockingManager1.AutoHideTabForeColor    = System.Drawing.Color.Empty;
     this.dockingManager1.HostControl             = this;
     this.dockingManager1.MetroButtonColor        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.dockingManager1.MetroColor             = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.dockingManager1.MetroSplitterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(159)))), ((int)(((byte)(183)))));
     this.dockingManager1.ReduceFlickeringInRtl  = false;
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
     this.dockingManager1.SetDockLabel(this.serverExplorer, "Server Explorer");
     this.dockingManager1.SetEnableDocking(this.serverExplorer, true);
     ccbpanel1.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.serverExplorer, ccbpanel1);
     this.dockingManager1.SetDockLabel(this.solutionExplorer, "Solution Explorer");
     this.dockingManager1.SetEnableDocking(this.solutionExplorer, true);
     ccbpanel2.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.solutionExplorer, ccbpanel2);
     this.dockingManager1.SetDockLabel(this.properties, "Properties");
     this.dockingManager1.SetEnableDocking(this.properties, true);
     ccbpanel3.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.properties, ccbpanel3);
     this.dockingManager1.SetDockLabel(this.output, "Output");
     this.dockingManager1.SetEnableDocking(this.output, true);
     ccbpanel4.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.output, ccbpanel4);
     this.dockingManager1.SetDockLabel(this.errorList, "Error List");
     this.dockingManager1.SetEnableDocking(this.errorList, true);
     ccbpanel5.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.errorList, ccbpanel5);
     this.dockingManager1.SetDockLabel(this.program, "Program.cs");
     this.dockingManager1.SetEnableDocking(this.program, true);
     ccbpanel6.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.program, ccbpanel6);
     this.dockingManager1.SetDockLabel(this.form1, "Form1.cs");
     this.dockingManager1.SetEnableDocking(this.form1, true);
     ccbpanel7.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.form1, ccbpanel7);
     this.dockingManager1.SetDockLabel(this.startPage, "Start Page");
     this.dockingManager1.SetEnableDocking(this.startPage, true);
     ccbpanel8.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.startPage, ccbpanel8);
     this.dockingManager1.SetDockLabel(this.toolbox, "Toolbox");
     this.dockingManager1.SetEnableDocking(this.toolbox, true);
     ccbpanel9.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.toolbox, ccbpanel9);
     this.dockingManager1.SetDockLabel(this.findResults, "Find Results");
     this.dockingManager1.SetEnableDocking(this.findResults, true);
     ccbpanel10.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.findResults, ccbpanel10);
     this.dockingManager1.SetDockLabel(this.teamExplorer, "Team Explorer");
     this.dockingManager1.SetEnableDocking(this.teamExplorer, true);
     ccbflowLayoutPanel1.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.teamExplorer, ccbflowLayoutPanel1);
     this.dockingManager1.SetDockLabel(this.visualTree, "Visual Tree Helper");
     this.dockingManager1.SetEnableDocking(this.visualTree, true);
     ccbpanel11.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.visualTree, ccbpanel11);
     //
     // panel1
     //
     this.serverExplorer.Controls.Add(this.label1);
     this.serverExplorer.Location = new System.Drawing.Point(1, 24);
     this.serverExplorer.Name     = "panel1";
     this.serverExplorer.Size     = new System.Drawing.Size(187, 302);
     this.serverExplorer.TabIndex = 4;
     //
     // label1
     //
     this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Gray;
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(187, 302);
     this.label1.TabIndex  = 0;
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel2
     //
     this.solutionExplorer.Controls.Add(this.label2);
     this.solutionExplorer.Location = new System.Drawing.Point(1, 24);
     this.solutionExplorer.Name     = "panel2";
     this.solutionExplorer.Size     = new System.Drawing.Size(202, 353);
     this.solutionExplorer.TabIndex = 6;
     //
     // label2
     //
     this.label2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Gray;
     this.label2.Location  = new System.Drawing.Point(0, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(202, 353);
     this.label2.TabIndex  = 1;
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel3
     //
     this.properties.Controls.Add(this.label3);
     this.properties.Location = new System.Drawing.Point(1, 24);
     this.properties.Name     = "panel3";
     this.properties.Size     = new System.Drawing.Size(202, 357);
     this.properties.TabIndex = 7;
     //
     // label3
     //
     this.label3.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Gray;
     this.label3.Location  = new System.Drawing.Point(0, 0);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(202, 357);
     this.label3.TabIndex  = 1;
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel4
     //
     this.output.Controls.Add(this.label4);
     this.output.Location = new System.Drawing.Point(1, 24);
     this.output.Name     = "panel4";
     this.output.Size     = new System.Drawing.Size(1217, 277);
     this.output.TabIndex = 9;
     //
     // label4
     //
     this.label4.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Gray;
     this.label4.Location  = new System.Drawing.Point(0, 0);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(1217, 277);
     this.label4.TabIndex  = 1;
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel5
     //
     this.errorList.Controls.Add(this.label5);
     this.errorList.Location = new System.Drawing.Point(1, 24);
     this.errorList.Name     = "panel5";
     this.errorList.Size     = new System.Drawing.Size(1217, 277);
     this.errorList.TabIndex = 11;
     //
     // label5
     //
     this.label5.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Gray;
     this.label5.Location  = new System.Drawing.Point(0, 0);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(1217, 277);
     this.label5.TabIndex  = 1;
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel6
     //
     this.program.Controls.Add(this.label7);
     this.program.Location = new System.Drawing.Point(1, 24);
     this.program.Name     = "panel6";
     this.program.Size     = new System.Drawing.Size(200, 408);
     this.program.TabIndex = 21;
     //
     // label7
     //
     this.label7.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.Gray;
     this.label7.Location  = new System.Drawing.Point(0, 0);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(200, 408);
     this.label7.TabIndex  = 2;
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel7
     //
     this.form1.Controls.Add(this.label8);
     this.form1.Location = new System.Drawing.Point(1, 24);
     this.form1.Name     = "panel7";
     this.form1.Size     = new System.Drawing.Size(106, 408);
     this.form1.TabIndex = 23;
     //
     // label8
     //
     this.label8.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label8.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.Gray;
     this.label8.Location  = new System.Drawing.Point(0, 0);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(106, 408);
     this.label8.TabIndex  = 2;
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel8
     //
     this.startPage.Controls.Add(this.label9);
     this.startPage.Location = new System.Drawing.Point(1, 24);
     this.startPage.Name     = "panel8";
     this.startPage.Size     = new System.Drawing.Size(161, 408);
     this.startPage.TabIndex = 25;
     //
     // label9
     //
     this.label9.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label9.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.Gray;
     this.label9.Location  = new System.Drawing.Point(0, 0);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(161, 408);
     this.label9.TabIndex  = 2;
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label6
     //
     this.label6.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label6.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Gray;
     this.label6.Location  = new System.Drawing.Point(0, 0);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(200, 739);
     this.label6.TabIndex  = 0;
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel9
     //
     this.toolbox.Controls.Add(this.label10);
     this.toolbox.Location = new System.Drawing.Point(1, 24);
     this.toolbox.Name     = "panel9";
     this.toolbox.Size     = new System.Drawing.Size(183, 408);
     this.toolbox.TabIndex = 1;
     //
     // label10
     //
     this.label10.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label10.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.Gray;
     this.label10.Location  = new System.Drawing.Point(0, 0);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(183, 408);
     this.label10.TabIndex  = 1;
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel10
     //
     this.findResults.Controls.Add(this.label11);
     this.findResults.Location = new System.Drawing.Point(1, 24);
     this.findResults.Name     = "panel10";
     this.findResults.Size     = new System.Drawing.Size(1217, 277);
     this.findResults.TabIndex = 40;
     //
     // label11
     //
     this.label11.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label11.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.Gray;
     this.label11.Location  = new System.Drawing.Point(0, 0);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(1217, 277);
     this.label11.TabIndex  = 2;
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // flowLayoutPanel1
     //
     this.teamExplorer.Controls.Add(label12);
     this.teamExplorer.Location = new System.Drawing.Point(1, 24);
     this.teamExplorer.Name     = "flowLayoutPanel1";
     this.teamExplorer.Size     = new System.Drawing.Size(183, 191);
     this.teamExplorer.TabIndex = 40;
     //
     // label12
     //
     this.label12.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label12.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.Color.Gray;
     this.label12.Location  = new System.Drawing.Point(3, 0);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(183, 0);
     this.label12.TabIndex  = 2;
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel11
     //
     this.visualTree.Controls.Add(label13);
     this.visualTree.Location = new System.Drawing.Point(1, 24);
     this.visualTree.Name     = "panel11";
     this.visualTree.Size     = new System.Drawing.Size(200, 408);
     this.visualTree.TabIndex = 2;
     //
     // label13
     //
     this.label13.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label13.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.Gray;
     this.label13.Location  = new System.Drawing.Point(0, 0);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(200, 408);
     this.label13.TabIndex  = 3;
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1624, 768);
     this.Name = "Form1";
     this.Text = "Restrict Docking Hints";
     ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).EndInit();
     this.serverExplorer.ResumeLayout(false);
     this.solutionExplorer.ResumeLayout(false);
     this.properties.ResumeLayout(false);
     this.output.ResumeLayout(false);
     this.errorList.ResumeLayout(false);
     this.program.ResumeLayout(false);
     this.form1.ResumeLayout(false);
     this.startPage.ResumeLayout(false);
     this.toolbox.ResumeLayout(false);
     this.findResults.ResumeLayout(false);
     this.visualTree.ResumeLayout(false);
     this.teamExplorer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlayerForm));
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbslideDiagramControl = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbdisplayListControl = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbplayerSourcesControl1 = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbSourceManagementControl = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbequipmentControl = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbequipmentCommandControl = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            this.dockingManager = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
            this.slideDiagramControl = new UI.PresentationDesign.DesignUI.SlideDiagramControl();
            this.displayListControl = new UI.PresentationDesign.DesignUI.Controls.DisplayList.DisplayListControl();
            this.playerSourcesControl1 = new UI.PresentationDesign.DesignUI.Controls.SourceList.PlayerSourcesControl();
            this.SourceManagementControl = new UI.PresentationDesign.DesignUI.Controls.ManagementControl.ManagementControl();
            this.equipmentControl = new UI.PresentationDesign.DesignUI.Controls.Equipment.PlayerEquipmentControl();
            this.equipmentCommandControl = new UI.PresentationDesign.DesignUI.Controls.ManagementControl.ManagementControl();
            this.ribbonControlAdv = new Syncfusion.Windows.Forms.Tools.RibbonControlAdv();
            this.viewMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.displaysMenuButton = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
            this.sourcesMenuButton = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
            this.sourcesControlMenuButton = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
            this.equipmentMenuButton = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
            this.equipmentControlMenuButton = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
            this.windowsMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.cascadeMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.arrange2x2MenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.arrange3x3MenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.arrange4x4MenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.defaultSizeMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.closeAllMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.closeMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.dockingClientPanel1 = new Syncfusion.Windows.Forms.Tools.DockingClientPanel();
            this.displayMonitorControl1 = new UI.PresentationDesign.DesignUI.Controls.DisplayMonitor.DisplayMonitorControl();
            this.statusStripEx1 = new Syncfusion.Windows.Forms.Tools.StatusStripEx();
            this.SlideLockingStatus = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControlAdv)).BeginInit();
            this.dockingClientPanel1.SuspendLayout();
            this.statusStripEx1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dockingManager
            // 
            this.dockingManager.ActiveCaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager.AutoHideActiveControl = true;
            this.dockingManager.AutoHideTabFont = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager.CloseEnabled = false;
            this.dockingManager.DockLayoutStream = ((System.IO.MemoryStream)(resources.GetObject("dockingManager.DockLayoutStream")));
            this.dockingManager.DockTabFont = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager.DragProviderStyle = Syncfusion.Windows.Forms.Tools.DragProviderStyle.VS2008;
            this.dockingManager.HostControl = this;
            this.dockingManager.InActiveCaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager.MenuButtonEnabled = false;
            this.dockingManager.Office2007MdiChildForm = true;
            this.dockingManager.VisualStyle = Syncfusion.Windows.Forms.VisualStyle.Office2007;
            this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
            this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
            this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
            this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
            this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
            this.dockingManager.SetDockLabel(this.slideDiagramControl, "Граф сцен");
            ccbslideDiagramControl.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.slideDiagramControl, ccbslideDiagramControl);
            this.dockingManager.SetDockLabel(this.displayListControl, "Дисплеи");
            ccbdisplayListControl.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.displayListControl, ccbdisplayListControl);
            this.dockingManager.SetDockLabel(this.playerSourcesControl1, "Источники");
            ccbplayerSourcesControl1.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.playerSourcesControl1, ccbplayerSourcesControl1);
            this.dockingManager.SetDockLabel(this.SourceManagementControl, "Управление источниками");
            ccbSourceManagementControl.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.SourceManagementControl, ccbSourceManagementControl);
            this.dockingManager.SetDockLabel(this.equipmentControl, "Оборудование");
            ccbequipmentControl.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.equipmentControl, ccbequipmentControl);
            this.dockingManager.SetDockLabel(this.equipmentCommandControl, "Управление оборудованием");
            ccbequipmentCommandControl.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.equipmentCommandControl, ccbequipmentCommandControl);
            // 
            // slideDiagramControl
            // 
            this.slideDiagramControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.dockingManager.SetEnableDocking(this.slideDiagramControl, true);
            this.slideDiagramControl.Location = new System.Drawing.Point(3, 23);
            this.slideDiagramControl.Name = "slideDiagramControl";
            this.slideDiagramControl.Size = new System.Drawing.Size(816, 181);
            this.slideDiagramControl.TabIndex = 2;
            // 
            // displayListControl
            // 
            this.dockingManager.SetEnableDocking(this.displayListControl, true);
            this.displayListControl.Location = new System.Drawing.Point(3, 23);
            this.displayListControl.Name = "displayListControl";
            this.displayListControl.Size = new System.Drawing.Size(197, 67);
            this.displayListControl.TabIndex = 4;
            // 
            // playerSourcesControl1
            // 
            this.dockingManager.SetEnableDocking(this.playerSourcesControl1, true);
            this.playerSourcesControl1.Location = new System.Drawing.Point(3, 23);
            this.playerSourcesControl1.Name = "playerSourcesControl1";
            this.playerSourcesControl1.Size = new System.Drawing.Size(187, 117);
            this.playerSourcesControl1.TabIndex = 32;
            // 
            // SourceManagementControl
            // 
            this.SourceManagementControl.AutoScroll = true;
            this.dockingManager.SetEnableDocking(this.SourceManagementControl, true);
            this.SourceManagementControl.Location = new System.Drawing.Point(3, 23);
            this.SourceManagementControl.Name = "SourceManagementControl";
            this.SourceManagementControl.Size = new System.Drawing.Size(187, 128);
            this.SourceManagementControl.TabIndex = 32;
            // 
            // equipmentControl
            // 
            this.dockingManager.SetEnableDocking(this.equipmentControl, true);
            this.equipmentControl.Location = new System.Drawing.Point(3, 23);
            this.equipmentControl.Name = "equipmentControl";
            this.equipmentControl.Size = new System.Drawing.Size(197, 64);
            this.equipmentControl.TabIndex = 29;
            // 
            // equipmentCommandControl
            // 
            this.equipmentCommandControl.AutoScroll = true;
            this.dockingManager.SetEnableDocking(this.equipmentCommandControl, true);
            this.equipmentCommandControl.Location = new System.Drawing.Point(3, 23);
            this.equipmentCommandControl.Name = "equipmentCommandControl";
            this.equipmentCommandControl.Size = new System.Drawing.Size(197, 84);
            this.equipmentCommandControl.TabIndex = 32;
            // 
            // ribbonControlAdv
            // 
            this.ribbonControlAdv.AllowCollapse = false;
            this.ribbonControlAdv.Location = new System.Drawing.Point(1, 0);
            this.ribbonControlAdv.MenuButtonImage = ((System.Drawing.Image)(resources.GetObject("ribbonControlAdv.MenuButtonImage")));
            this.ribbonControlAdv.Name = "ribbonControlAdv";
            // 
            // ribbonControlAdv.OfficeMenu
            // 
            this.ribbonControlAdv.OfficeMenu.MainPanel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.viewMenuButton,
            this.windowsMenuButton});
            this.ribbonControlAdv.OfficeMenu.Name = "OfficeMenu";
            this.ribbonControlAdv.OfficeMenu.Size = new System.Drawing.Size(99, 130);
            this.ribbonControlAdv.OfficeMenu.SystemPanel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.closeMenuButton});
            this.ribbonControlAdv.QuickPanelVisible = false;
            this.ribbonControlAdv.Size = new System.Drawing.Size(832, 44);
            this.ribbonControlAdv.SystemText.QuickAccessDialogDropDownName = "Start menu";
            this.ribbonControlAdv.TabIndex = 0;
            this.ribbonControlAdv.Text = "Проигрыватель";
            // 
            // viewMenuButton
            // 
            this.viewMenuButton.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.viewMenuButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.displaysMenuButton,
            this.sourcesMenuButton,
            this.sourcesControlMenuButton,
            this.equipmentMenuButton,
            this.equipmentControlMenuButton});
            this.viewMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("viewMenuButton.Image")));
            this.viewMenuButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.viewMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.viewMenuButton.Name = "viewMenuButton";
            this.viewMenuButton.Size = new System.Drawing.Size(87, 36);
            this.viewMenuButton.Text = "Вид";
            // 
            // displaysMenuButton
            // 
            this.displaysMenuButton.Checked = true;
            this.displaysMenuButton.CheckState = System.Windows.Forms.CheckState.Checked;
            this.displaysMenuButton.Name = "displaysMenuButton";
            this.displaysMenuButton.Size = new System.Drawing.Size(170, 17);
            this.displaysMenuButton.Text = "Дисплеи";
            this.displaysMenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.displaysMenuButton.CheckedChanged += new System.EventHandler(this.displaysMenuButton_CheckedChanged);
            // 
            // sourcesMenuButton
            // 
            this.sourcesMenuButton.Checked = true;
            this.sourcesMenuButton.CheckState = System.Windows.Forms.CheckState.Checked;
            this.sourcesMenuButton.Name = "sourcesMenuButton";
            this.sourcesMenuButton.Size = new System.Drawing.Size(170, 17);
            this.sourcesMenuButton.Text = "Источники";
            this.sourcesMenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.sourcesMenuButton.CheckedChanged += new System.EventHandler(this.displaysMenuButton_CheckedChanged);
            // 
            // sourcesControlMenuButton
            // 
            this.sourcesControlMenuButton.Checked = true;
            this.sourcesControlMenuButton.CheckState = System.Windows.Forms.CheckState.Checked;
            this.sourcesControlMenuButton.Name = "sourcesControlMenuButton";
            this.sourcesControlMenuButton.Size = new System.Drawing.Size(170, 17);
            this.sourcesControlMenuButton.Text = "Управление источниками";
            this.sourcesControlMenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.sourcesControlMenuButton.CheckedChanged += new System.EventHandler(this.displaysMenuButton_CheckedChanged);
            // 
            // equipmentMenuButton
            // 
            this.equipmentMenuButton.Checked = true;
            this.equipmentMenuButton.CheckState = System.Windows.Forms.CheckState.Checked;
            this.equipmentMenuButton.Name = "equipmentMenuButton";
            this.equipmentMenuButton.Size = new System.Drawing.Size(170, 17);
            this.equipmentMenuButton.Text = "Оборудование";
            this.equipmentMenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.equipmentMenuButton.CheckedChanged += new System.EventHandler(this.displaysMenuButton_CheckedChanged);
            // 
            // equipmentControlMenuButton
            // 
            this.equipmentControlMenuButton.Checked = true;
            this.equipmentControlMenuButton.CheckState = System.Windows.Forms.CheckState.Checked;
            this.equipmentControlMenuButton.Name = "equipmentControlMenuButton";
            this.equipmentControlMenuButton.Size = new System.Drawing.Size(170, 17);
            this.equipmentControlMenuButton.Text = "Управление оборудованием";
            this.equipmentControlMenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.equipmentControlMenuButton.CheckedChanged += new System.EventHandler(this.displaysMenuButton_CheckedChanged);
            // 
            // windowsMenuButton
            // 
            this.windowsMenuButton.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.windowsMenuButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cascadeMenuButton,
            this.arrange2x2MenuButton,
            this.arrange3x3MenuButton,
            this.arrange4x4MenuButton,
            this.defaultSizeMenuButton,
            this.toolStripLabel1,
            this.closeAllMenuButton});
            this.windowsMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("windowsMenuButton.Image")));
            this.windowsMenuButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.windowsMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.windowsMenuButton.Name = "windowsMenuButton";
            this.windowsMenuButton.Size = new System.Drawing.Size(87, 36);
            this.windowsMenuButton.Text = "Окна";
            this.windowsMenuButton.Click += new System.EventHandler(this.windowsMenuButton_Click);
            // 
            // cascadeMenuButton
            // 
            this.cascadeMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.cascadeMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("cascadeMenuButton.Image")));
            this.cascadeMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.cascadeMenuButton.Name = "cascadeMenuButton";
            this.cascadeMenuButton.Size = new System.Drawing.Size(181, 23);
            this.cascadeMenuButton.Text = "Каскад";
            this.cascadeMenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cascadeMenuButton.Click += new System.EventHandler(this.cascadeMenuButton_Click);
            // 
            // arrange2x2MenuButton
            // 
            this.arrange2x2MenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.arrange2x2MenuButton.Image = ((System.Drawing.Image)(resources.GetObject("arrange2x2MenuButton.Image")));
            this.arrange2x2MenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.arrange2x2MenuButton.Name = "arrange2x2MenuButton";
            this.arrange2x2MenuButton.Size = new System.Drawing.Size(181, 23);
            this.arrange2x2MenuButton.Text = "2x2";
            this.arrange2x2MenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.arrange2x2MenuButton.Click += new System.EventHandler(this.arrange2x2MenuButton_Click);
            // 
            // arrange3x3MenuButton
            // 
            this.arrange3x3MenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.arrange3x3MenuButton.Image = ((System.Drawing.Image)(resources.GetObject("arrange3x3MenuButton.Image")));
            this.arrange3x3MenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.arrange3x3MenuButton.Name = "arrange3x3MenuButton";
            this.arrange3x3MenuButton.Size = new System.Drawing.Size(181, 23);
            this.arrange3x3MenuButton.Text = "3x3";
            this.arrange3x3MenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.arrange3x3MenuButton.Click += new System.EventHandler(this.arrange3x3MenuButton_Click);
            // 
            // arrange4x4MenuButton
            // 
            this.arrange4x4MenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.arrange4x4MenuButton.Image = ((System.Drawing.Image)(resources.GetObject("arrange4x4MenuButton.Image")));
            this.arrange4x4MenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.arrange4x4MenuButton.Name = "arrange4x4MenuButton";
            this.arrange4x4MenuButton.Size = new System.Drawing.Size(181, 23);
            this.arrange4x4MenuButton.Text = "4x4";
            this.arrange4x4MenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.arrange4x4MenuButton.Click += new System.EventHandler(this.arrange4x4MenuButton_Click);
            // 
            // defaultSizeMenuButton
            // 
            this.defaultSizeMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.defaultSizeMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("defaultSizeMenuButton.Image")));
            this.defaultSizeMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.defaultSizeMenuButton.Name = "defaultSizeMenuButton";
            this.defaultSizeMenuButton.Size = new System.Drawing.Size(181, 23);
            this.defaultSizeMenuButton.Text = "Размер по умолчанию";
            this.defaultSizeMenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.defaultSizeMenuButton.Click += new System.EventHandler(this.defaultSizeMenuButton_Click);
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Enabled = false;
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(181, 13);
            this.toolStripLabel1.Text = "_____________________________";
            this.toolStripLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // closeAllMenuButton
            // 
            this.closeAllMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.closeAllMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("closeAllMenuButton.Image")));
            this.closeAllMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.closeAllMenuButton.Name = "closeAllMenuButton";
            this.closeAllMenuButton.Size = new System.Drawing.Size(181, 23);
            this.closeAllMenuButton.Text = "Закрыть все";
            this.closeAllMenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.closeAllMenuButton.Click += new System.EventHandler(this.closeAllMenuButton_Click);
            // 
            // closeMenuButton
            // 
            this.closeMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.closeMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("closeMenuButton.Image")));
            this.closeMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.closeMenuButton.Name = "closeMenuButton";
            this.closeMenuButton.Size = new System.Drawing.Size(63, 23);
            this.closeMenuButton.Text = "Закрыть";
            this.closeMenuButton.Click += new System.EventHandler(this.closeMenuButton_Click);
            // 
            // dockingClientPanel1
            // 
            this.dockingClientPanel1.Controls.Add(this.displayMonitorControl1);
            this.dockingClientPanel1.Location = new System.Drawing.Point(203, 45);
            this.dockingClientPanel1.Name = "dockingClientPanel1";
            this.dockingClientPanel1.Size = new System.Drawing.Size(418, 301);
            this.dockingClientPanel1.SizeToFit = true;
            this.dockingClientPanel1.TabIndex = 13;
            // 
            // displayMonitorControl1
            // 
            this.displayMonitorControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.displayMonitorControl1.Location = new System.Drawing.Point(0, 0);
            this.displayMonitorControl1.Name = "displayMonitorControl1";
            this.displayMonitorControl1.Size = new System.Drawing.Size(418, 301);
            this.displayMonitorControl1.TabIndex = 0;
            // 
            // statusStripEx1
            // 
            this.statusStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.SlideLockingStatus});
            this.statusStripEx1.Location = new System.Drawing.Point(1, 561);
            this.statusStripEx1.Name = "statusStripEx1";
            this.statusStripEx1.Size = new System.Drawing.Size(832, 22);
            this.statusStripEx1.TabIndex = 51;
            this.statusStripEx1.Text = "statusStripEx1";
            // 
            // SlideLockingStatus
            // 
            this.SlideLockingStatus.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
            this.SlideLockingStatus.Name = "SlideLockingStatus";
            this.SlideLockingStatus.Size = new System.Drawing.Size(0, 0);
            // 
            // PlayerForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(834, 585);
            this.Controls.Add(this.statusStripEx1);
            this.Controls.Add(this.dockingClientPanel1);
            this.Controls.Add(this.ribbonControlAdv);
            this.Name = "PlayerForm";
            this.Text = "Проигрыватель";
            this.Load += new System.EventHandler(this.PlayerForm_Load);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PlayerForm_FormClosed);
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControlAdv)).EndInit();
            this.dockingClientPanel1.ResumeLayout(false);
            this.statusStripEx1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 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();
            System.ComponentModel.ComponentResourceManager                resources         = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel1         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel2         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel3         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel4         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection       ccbpanel5         = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection headerCollection2 = new Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection();
            Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection headerCollection3 = new Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection();
            Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection headerCollection1 = new Syncfusion.Windows.Forms.Tools.TreeNavigator.HeaderCollection();
            this.dockingManager1     = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
            this.panel1              = new System.Windows.Forms.Panel();
            this.userControl11       = new NestedDocking.UserControl1();
            this.panel2              = new System.Windows.Forms.Panel();
            this.controlLogs1        = new NestedDocking.ControlLogs();
            this.panel3              = new System.Windows.Forms.Panel();
            this.treeNavigator1      = new Syncfusion.Windows.Forms.Tools.TreeNavigator();
            this.treeMenuItem1       = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem2       = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem3       = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem4       = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem5       = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem6       = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.panel4              = new System.Windows.Forms.Panel();
            this.treeNavigator2      = new Syncfusion.Windows.Forms.Tools.TreeNavigator();
            this.treeMenuItem7       = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem8       = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem9       = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.panel5              = new System.Windows.Forms.Panel();
            this.hierarchy1          = new NestedDocking.Hierarchy();
            this.tabControlAdv1      = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
            this.tabPageAdv1         = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.richTextBox1        = new System.Windows.Forms.RichTextBox();
            this.tabControlAdv2      = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
            this.treeNavigator3      = new Syncfusion.Windows.Forms.Tools.TreeNavigator();
            this.treeMenuItem10      = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem11      = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem12      = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.treeMenuItem13      = new Syncfusion.Windows.Forms.Tools.TreeMenuItem();
            this.richTextBox2        = new System.Windows.Forms.RichTextBox();
            this.richTextBox3        = new System.Windows.Forms.RichTextBox();
            this.richTextBox4        = new System.Windows.Forms.RichTextBox();
            this.dockingClientPanel1 = new Syncfusion.Windows.Forms.Tools.DockingClientPanel();
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).BeginInit();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tabControlAdv1)).BeginInit();
            this.tabControlAdv1.SuspendLayout();
            this.tabPageAdv1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tabControlAdv2)).BeginInit();
            this.tabControlAdv2.SuspendLayout();
            this.dockingClientPanel1.SuspendLayout();
            this.SuspendLayout();
            //
            // dockingManager1
            //
            this.dockingManager1.ActiveCaptionFont         = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.AutoHideTabFont           = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.AutoHideTabForeColor      = System.Drawing.Color.Empty;
            this.dockingManager1.DockLayoutStream          = ((System.IO.MemoryStream)(resources.GetObject("dockingManager1.DockLayoutStream")));
            this.dockingManager1.DockTabFont               = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.DockTabForeColor          = System.Drawing.Color.Empty;
            this.dockingManager1.HostControl               = this;
            this.dockingManager1.InActiveCaptionBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212))))));
            this.dockingManager1.InActiveCaptionFont       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.MetroButtonColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.dockingManager1.MetroColor             = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
            this.dockingManager1.MetroSplitterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(159)))), ((int)(((byte)(183)))));
            this.dockingManager1.ReduceFlickeringInRtl  = false;
            this.dockingManager1.VisualStyle            = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
            this.dockingManager1.SetDockLabel(this.panel1, "Lorem");
            this.dockingManager1.SetEnableDocking(this.panel1, true);
            ccbpanel1.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.panel1, ccbpanel1);
            this.dockingManager1.SetDockLabel(this.panel2, "Control Logs");
            this.dockingManager1.SetEnableDocking(this.panel2, true);
            ccbpanel2.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.panel2, ccbpanel2);
            this.dockingManager1.SetDockLabel(this.panel3, "Product Showcase");
            this.dockingManager1.SetEnableDocking(this.panel3, true);
            this.dockingManager1.SetAutoHideOnLoad(this.panel3, true);
            ccbpanel3.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.panel3, ccbpanel3);
            this.dockingManager1.SetDockLabel(this.panel4, "Support");
            this.dockingManager1.SetEnableDocking(this.panel4, true);
            ccbpanel4.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.panel4, ccbpanel4);
            this.dockingManager1.SetDockLabel(this.panel5, "Windows Forms Dashboard");
            this.dockingManager1.SetEnableDocking(this.panel5, true);
            ccbpanel5.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.panel5, ccbpanel5);
            //
            // panel1
            //
            this.panel1.Controls.Add(this.userControl11);
            this.panel1.Location = new System.Drawing.Point(1, 24);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(144, 693);
            this.panel1.TabIndex = 1;
            //
            // userControl11
            //
            this.userControl11.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.userControl11.Location = new System.Drawing.Point(0, 0);
            this.userControl11.Name     = "userControl11";
            this.userControl11.Size     = new System.Drawing.Size(144, 693);
            this.userControl11.TabIndex = 0;
            //
            // panel2
            //
            this.panel2.Controls.Add(this.controlLogs1);
            this.panel2.Location = new System.Drawing.Point(1, 24);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(573, 275);
            this.panel2.TabIndex = 3;
            //
            // controlLogs1
            //
            this.controlLogs1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.controlLogs1.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.controlLogs1.Location = new System.Drawing.Point(0, 0);
            this.controlLogs1.Name     = "controlLogs1";
            this.controlLogs1.Size     = new System.Drawing.Size(573, 275);
            this.controlLogs1.TabIndex = 2;
            //
            // panel3
            //
            this.panel3.Controls.Add(this.treeNavigator1);
            this.panel3.Location = new System.Drawing.Point(1, 24);
            this.panel3.Name     = "panel3";
            this.panel3.Size     = new System.Drawing.Size(162, 693);
            this.panel3.TabIndex = 6;
            //
            // treeNavigator1
            //
            this.treeNavigator1.BackColor     = System.Drawing.Color.White;
            this.treeNavigator1.Dock          = System.Windows.Forms.DockStyle.Fill;
            headerCollection2.Font            = new System.Drawing.Font("Arial", 8F);
            headerCollection2.Height          = 20;
            this.treeNavigator1.Header        = headerCollection2;
            this.treeNavigator1.ItemBackColor = System.Drawing.Color.White;
            this.treeNavigator1.Items.Add(this.treeMenuItem1);
            this.treeNavigator1.Items.Add(this.treeMenuItem2);
            this.treeNavigator1.Items.Add(this.treeMenuItem3);
            this.treeNavigator1.Items.Add(this.treeMenuItem4);
            this.treeNavigator1.Items.Add(this.treeMenuItem5);
            this.treeNavigator1.Items.Add(this.treeMenuItem6);
            this.treeNavigator1.Location    = new System.Drawing.Point(0, 0);
            this.treeNavigator1.MinimumSize = new System.Drawing.Size(150, 150);
            this.treeNavigator1.Name        = "treeNavigator1";
            this.treeNavigator1.PadY        = 5;
            this.treeNavigator1.ShowHeader  = false;
            this.treeNavigator1.Size        = new System.Drawing.Size(162, 693);
            this.treeNavigator1.TabIndex    = 0;
            this.treeNavigator1.Text        = "treeNavigator1";
            //
            // treeMenuItem1
            //
            this.treeMenuItem1.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem1.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem1.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem1.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem1.Location              = new System.Drawing.Point(2, 0);
            this.treeMenuItem1.Name                  = "treeMenuItem1";
            this.treeMenuItem1.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem1.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem1.Size                  = new System.Drawing.Size(160, 20);
            this.treeMenuItem1.TabIndex              = 0;
            this.treeMenuItem1.Text                  = "Lobortis";
            //
            // treeMenuItem2
            //
            this.treeMenuItem2.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem2.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem2.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem2.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem2.Location              = new System.Drawing.Point(2, 25);
            this.treeMenuItem2.Name                  = "treeMenuItem2";
            this.treeMenuItem2.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem2.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem2.Size                  = new System.Drawing.Size(160, 20);
            this.treeMenuItem2.TabIndex              = 0;
            this.treeMenuItem2.Text                  = "Vehicula";
            //
            // treeMenuItem3
            //
            this.treeMenuItem3.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem3.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem3.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem3.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem3.Location              = new System.Drawing.Point(2, 50);
            this.treeMenuItem3.Name                  = "treeMenuItem3";
            this.treeMenuItem3.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem3.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem3.Size                  = new System.Drawing.Size(160, 20);
            this.treeMenuItem3.TabIndex              = 0;
            this.treeMenuItem3.Text                  = "Imperdiet";
            //
            // treeMenuItem4
            //
            this.treeMenuItem4.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem4.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem4.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem4.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem4.Location              = new System.Drawing.Point(2, 75);
            this.treeMenuItem4.Name                  = "treeMenuItem4";
            this.treeMenuItem4.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem4.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem4.Size                  = new System.Drawing.Size(160, 20);
            this.treeMenuItem4.TabIndex              = 0;
            this.treeMenuItem4.Text                  = "Aliquam";
            //
            // treeMenuItem5
            //
            this.treeMenuItem5.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem5.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem5.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem5.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem5.Location              = new System.Drawing.Point(2, 100);
            this.treeMenuItem5.Name                  = "treeMenuItem5";
            this.treeMenuItem5.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem5.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem5.Size                  = new System.Drawing.Size(160, 20);
            this.treeMenuItem5.TabIndex              = 0;
            this.treeMenuItem5.Text                  = "Tincidunt";
            //
            // treeMenuItem6
            //
            this.treeMenuItem6.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem6.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem6.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem6.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem6.Location              = new System.Drawing.Point(2, 125);
            this.treeMenuItem6.Name                  = "treeMenuItem6";
            this.treeMenuItem6.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem6.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem6.Size                  = new System.Drawing.Size(160, 20);
            this.treeMenuItem6.TabIndex              = 0;
            this.treeMenuItem6.Text                  = "Rerum";
            //
            // panel4
            //
            this.panel4.Controls.Add(this.treeNavigator2);
            this.panel4.Location = new System.Drawing.Point(1, 24);
            this.panel4.Name     = "panel4";
            this.panel4.Size     = new System.Drawing.Size(201, 277);
            this.panel4.TabIndex = 6;
            //
            // treeNavigator2
            //
            this.treeNavigator2.BackColor     = System.Drawing.Color.White;
            this.treeNavigator2.Dock          = System.Windows.Forms.DockStyle.Fill;
            headerCollection3.Font            = new System.Drawing.Font("Arial", 8F);
            headerCollection3.Height          = 20;
            this.treeNavigator2.Header        = headerCollection3;
            this.treeNavigator2.ItemBackColor = System.Drawing.Color.White;
            this.treeNavigator2.Items.Add(this.treeMenuItem7);
            this.treeNavigator2.Items.Add(this.treeMenuItem8);
            this.treeNavigator2.Items.Add(this.treeMenuItem9);
            this.treeNavigator2.Location    = new System.Drawing.Point(0, 0);
            this.treeNavigator2.MinimumSize = new System.Drawing.Size(150, 150);
            this.treeNavigator2.Name        = "treeNavigator2";
            this.treeNavigator2.PadY        = 5;
            this.treeNavigator2.ShowHeader  = false;
            this.treeNavigator2.Size        = new System.Drawing.Size(201, 277);
            this.treeNavigator2.TabIndex    = 1;
            this.treeNavigator2.Text        = "treeNavigator2";
            //
            // treeMenuItem7
            //
            this.treeMenuItem7.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem7.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem7.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem7.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem7.Location              = new System.Drawing.Point(2, 0);
            this.treeMenuItem7.Name                  = "treeMenuItem7";
            this.treeMenuItem7.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem7.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem7.Size                  = new System.Drawing.Size(199, 20);
            this.treeMenuItem7.TabIndex              = 0;
            this.treeMenuItem7.Text                  = "Auctor";
            //
            // treeMenuItem8
            //
            this.treeMenuItem8.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem8.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem8.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem8.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem8.Location              = new System.Drawing.Point(2, 25);
            this.treeMenuItem8.Name                  = "treeMenuItem8";
            this.treeMenuItem8.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem8.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem8.Size                  = new System.Drawing.Size(199, 20);
            this.treeMenuItem8.TabIndex              = 0;
            this.treeMenuItem8.Text                  = "Eleifend";
            //
            // treeMenuItem9
            //
            this.treeMenuItem9.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem9.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem9.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem9.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem9.Location              = new System.Drawing.Point(2, 50);
            this.treeMenuItem9.Name                  = "treeMenuItem9";
            this.treeMenuItem9.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem9.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem9.Size                  = new System.Drawing.Size(199, 20);
            this.treeMenuItem9.TabIndex              = 0;
            this.treeMenuItem9.Text                  = "Omnis";
            //
            // panel5
            //
            this.panel5.Controls.Add(this.hierarchy1);
            this.panel5.Location = new System.Drawing.Point(1, 24);
            this.panel5.Name     = "panel5";
            this.panel5.Size     = new System.Drawing.Size(201, 387);
            this.panel5.TabIndex = 6;
            //
            // hierarchy1
            //
            this.hierarchy1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.hierarchy1.Location = new System.Drawing.Point(0, 0);
            this.hierarchy1.Name     = "hierarchy1";
            this.hierarchy1.Size     = new System.Drawing.Size(201, 387);
            this.hierarchy1.TabIndex = 14;
            //
            // tabControlAdv1
            //
            this.tabControlAdv1.BeforeTouchSize = new System.Drawing.Size(580, 412);
            this.tabControlAdv1.Controls.Add(this.tabPageAdv1);
            this.tabControlAdv1.Dock            = System.Windows.Forms.DockStyle.Fill;
            this.tabControlAdv1.FocusOnTabClick = false;
            this.tabControlAdv1.Location        = new System.Drawing.Point(0, 0);
            this.tabControlAdv1.Name            = "tabControlAdv1";
            this.tabControlAdv1.Size            = new System.Drawing.Size(580, 412);
            this.tabControlAdv1.TabIndex        = 14;
            this.tabControlAdv1.TabStyle        = typeof(Syncfusion.Windows.Forms.Tools.TabRendererMetro);
            //
            // tabPageAdv1
            //
            this.tabPageAdv1.Controls.Add(this.richTextBox1);
            this.tabPageAdv1.Image           = null;
            this.tabPageAdv1.ImageSize       = new System.Drawing.Size(16, 16);
            this.tabPageAdv1.Location        = new System.Drawing.Point(1, 22);
            this.tabPageAdv1.Name            = "tabPageAdv1";
            this.tabPageAdv1.ShowCloseButton = true;
            this.tabPageAdv1.Size            = new System.Drawing.Size(577, 388);
            this.tabPageAdv1.TabIndex        = 1;
            this.tabPageAdv1.Text            = "Nested Docking";
            this.tabPageAdv1.ThemesEnabled   = false;
            //
            // richTextBox1
            //
            this.richTextBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox1.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.richTextBox1.Location = new System.Drawing.Point(0, 0);
            this.richTextBox1.Name     = "richTextBox1";
            this.richTextBox1.Size     = new System.Drawing.Size(577, 388);
            this.richTextBox1.TabIndex = 0;
            this.richTextBox1.Text     = "This sample illustrates the Nested Docking Manager support in Docking Manager. \nA" +
                                         " Docking Manager can be a child for Docking Manager";
            //
            // tabControlAdv2
            //
            this.tabControlAdv2.BeforeTouchSize = new System.Drawing.Size(577, 388);
            this.tabControlAdv2.Dock            = System.Windows.Forms.DockStyle.Fill;
            this.tabControlAdv2.Location        = new System.Drawing.Point(0, 0);
            this.tabControlAdv2.Name            = "tabControlAdv2";
            this.tabControlAdv2.Size            = new System.Drawing.Size(577, 388);
            this.tabControlAdv2.TabIndex        = 0;

            //
            // treeNavigator3
            //
            this.treeNavigator3.BackColor     = System.Drawing.Color.White;
            this.treeNavigator3.Dock          = System.Windows.Forms.DockStyle.Fill;
            headerCollection1.Font            = new System.Drawing.Font("Arial", 8F);
            headerCollection1.Height          = 20;
            this.treeNavigator3.Header        = headerCollection1;
            this.treeNavigator3.ItemBackColor = System.Drawing.Color.White;
            this.treeNavigator3.Items.Add(this.treeMenuItem10);
            this.treeNavigator3.Items.Add(this.treeMenuItem11);
            this.treeNavigator3.Items.Add(this.treeMenuItem12);
            this.treeNavigator3.Items.Add(this.treeMenuItem13);
            this.treeNavigator3.Location    = new System.Drawing.Point(0, 0);
            this.treeNavigator3.MinimumSize = new System.Drawing.Size(150, 150);
            this.treeNavigator3.Name        = "treeNavigator3";
            this.treeNavigator3.PadY        = 5;
            this.treeNavigator3.ShowHeader  = false;
            this.treeNavigator3.Size        = new System.Drawing.Size(574, 361);
            this.treeNavigator3.TabIndex    = 0;
            this.treeNavigator3.Text        = "treeNavigator3";
            //
            // treeMenuItem10
            //
            this.treeMenuItem10.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem10.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem10.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem10.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem10.Location              = new System.Drawing.Point(2, 0);
            this.treeMenuItem10.Name                  = "treeMenuItem10";
            this.treeMenuItem10.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem10.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem10.Size                  = new System.Drawing.Size(572, 20);
            this.treeMenuItem10.TabIndex              = 0;
            this.treeMenuItem10.Text                  = "Docking";
            //
            // treeMenuItem11
            //
            this.treeMenuItem11.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem11.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem11.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem11.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem11.Location              = new System.Drawing.Point(2, 25);
            this.treeMenuItem11.Name                  = "treeMenuItem11";
            this.treeMenuItem11.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem11.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem11.Size                  = new System.Drawing.Size(572, 20);
            this.treeMenuItem11.TabIndex              = 0;
            this.treeMenuItem11.Text                  = "Floating";
            //
            // treeMenuItem12
            //
            this.treeMenuItem12.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem12.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem12.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem12.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem12.Location              = new System.Drawing.Point(2, 50);
            this.treeMenuItem12.Name                  = "treeMenuItem12";
            this.treeMenuItem12.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem12.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem12.Size                  = new System.Drawing.Size(572, 20);
            this.treeMenuItem12.TabIndex              = 0;
            this.treeMenuItem12.Text                  = "Auto Hide";
            //
            // treeMenuItem13
            //
            this.treeMenuItem13.BackColor             = System.Drawing.Color.White;
            this.treeMenuItem13.ForeColor             = System.Drawing.Color.Black;
            this.treeMenuItem13.ItemBackColor         = System.Drawing.SystemColors.Control;
            this.treeMenuItem13.ItemHoverColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.treeMenuItem13.Location              = new System.Drawing.Point(2, 75);
            this.treeMenuItem13.Name                  = "treeMenuItem13";
            this.treeMenuItem13.SelectedColor         = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(193)))), ((int)(((byte)(220)))));
            this.treeMenuItem13.SelectedItemForeColor = System.Drawing.Color.Black;
            this.treeMenuItem13.Size                  = new System.Drawing.Size(572, 20);
            this.treeMenuItem13.TabIndex              = 0;
            this.treeMenuItem13.Text                  = "Tabbed";

            //
            // richTextBox2
            //
            this.richTextBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox2.Location = new System.Drawing.Point(0, 0);
            this.richTextBox2.Name     = "richTextBox2";
            this.richTextBox2.Size     = new System.Drawing.Size(574, 361);
            this.richTextBox2.TabIndex = 0;
            this.richTextBox2.Text     = "";

            //
            // richTextBox3
            //
            this.richTextBox3.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox3.Location = new System.Drawing.Point(0, 0);
            this.richTextBox3.Name     = "richTextBox3";
            this.richTextBox3.Size     = new System.Drawing.Size(574, 361);
            this.richTextBox3.TabIndex = 0;
            this.richTextBox3.Text     = "";

            //
            // richTextBox4
            //
            this.richTextBox4.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox4.Location = new System.Drawing.Point(0, 0);
            this.richTextBox4.Name     = "richTextBox4";
            this.richTextBox4.Size     = new System.Drawing.Size(574, 361);
            this.richTextBox4.TabIndex = 0;
            this.richTextBox4.Text     = "";
            //
            // dockingClientPanel1
            //
            this.dockingClientPanel1.Controls.Add(this.tabControlAdv1);
            this.dockingClientPanel1.Location = new System.Drawing.Point(312, -1);
            this.dockingClientPanel1.Name     = "dockingClientPanel1";
            this.dockingClientPanel1.Size     = new System.Drawing.Size(580, 412);
            this.dockingClientPanel1.TabIndex = 1;
            //
            // Form1
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.CaptionBarHeight    = 35;
            this.CaptionButtonColor  = System.Drawing.Color.Black;
            this.CaptionForeColor    = System.Drawing.Color.Black;
            this.ClientSize          = new System.Drawing.Size(1100, 713);
            this.CaptionFont         = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Controls.Add(this.dockingClientPanel1);
            this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Form1";
            this.Text = "Nested Docking Manager";
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tabControlAdv1)).EndInit();
            this.tabControlAdv1.ResumeLayout(false);
            this.tabPageAdv1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tabControlAdv2)).EndInit();
            this.tabControlAdv2.ResumeLayout(false);
            this.dockingClientPanel1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Exemplo n.º 9
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(Hierarchy));
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbtreeViewAdv1 = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv1  = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv2  = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv3  = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv4  = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv5  = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv6  = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv7  = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv8  = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv9  = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv10 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv11 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv12 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv13 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv14 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv15 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv16 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            this.dockingManager1 = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
            this.treeViewAdv1    = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit();
            this.SuspendLayout();
            //
            // dockingManager1
            //
            this.dockingManager1.ActiveCaptionFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.AutoHideTabFont      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.AutoHideTabForeColor = System.Drawing.Color.Empty;
#if !NETCORE
            this.dockingManager1.DockLayoutStream = ((System.IO.MemoryStream)(resources.GetObject("dockingManager1.DockLayoutStream")));
#endif
            this.dockingManager1.DockTabFont               = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.DockTabForeColor          = System.Drawing.Color.Empty;
            this.dockingManager1.HostControl               = this;
            this.dockingManager1.InActiveCaptionBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212))))));
            this.dockingManager1.InActiveCaptionFont       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.MetroButtonColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.dockingManager1.MetroColor             = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
            this.dockingManager1.MetroSplitterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(159)))), ((int)(((byte)(183)))));
            this.dockingManager1.ReduceFlickeringInRtl  = false;
            this.dockingManager1.VisualStyle            = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
            this.dockingManager1.SetDockLabel(this.treeViewAdv1, "Hierarchy");
            this.dockingManager1.SetEnableDocking(this.treeViewAdv1, true);
            ccbtreeViewAdv1.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.treeViewAdv1, ccbtreeViewAdv1);
            //
            // treeViewAdv1
            //
            this.treeViewAdv1.BackColor       = System.Drawing.Color.White;
            this.treeViewAdv1.BeforeTouchSize = new System.Drawing.Size(143, 537);
            this.treeViewAdv1.Border3DStyle   = System.Windows.Forms.Border3DStyle.Flat;
            this.treeViewAdv1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
            //
            //
            //
            this.treeViewAdv1.HelpTextControl.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
            this.treeViewAdv1.HelpTextControl.Location      = new System.Drawing.Point(0, 0);
            this.treeViewAdv1.HelpTextControl.Name          = "helpText";
            this.treeViewAdv1.HelpTextControl.Size          = new System.Drawing.Size(49, 15);
            this.treeViewAdv1.HelpTextControl.TabIndex      = 0;
            this.treeViewAdv1.HelpTextControl.Text          = "help text";
            this.treeViewAdv1.InactiveSelectedNodeForeColor = System.Drawing.SystemColors.ControlText;
            this.treeViewAdv1.Location   = new System.Drawing.Point(1, 24);
            this.treeViewAdv1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
            this.treeViewAdv1.Name       = "treeViewAdv1";
            treeNodeAdv1.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv1.EnsureDefaultOptionedChild            = true;
            treeNodeAdv1.Expanded  = true;
            treeNodeAdv1.MultiLine = true;
            treeNodeAdv2.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv2.EnsureDefaultOptionedChild            = true;
            treeNodeAdv2.MultiLine     = true;
            treeNodeAdv2.Optioned      = true;
            treeNodeAdv2.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv2.ShowLine      = true;
            treeNodeAdv2.Text          = "Consequat";
            treeNodeAdv3.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv3.EnsureDefaultOptionedChild            = true;
            treeNodeAdv3.Expanded  = true;
            treeNodeAdv3.MultiLine = true;
            treeNodeAdv4.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv4.EnsureDefaultOptionedChild            = true;
            treeNodeAdv4.MultiLine     = true;
            treeNodeAdv4.Optioned      = true;
            treeNodeAdv4.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv4.ShowLine      = true;
            treeNodeAdv4.Text          = "Massa";
            treeNodeAdv5.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv5.EnsureDefaultOptionedChild            = true;
            treeNodeAdv5.MultiLine     = true;
            treeNodeAdv5.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv5.ShowLine      = true;
            treeNodeAdv5.Text          = "Dolor";
            treeNodeAdv3.Nodes.AddRange(new Syncfusion.Windows.Forms.Tools.TreeNodeAdv[] {
                treeNodeAdv4,
                treeNodeAdv5
            });
            treeNodeAdv3.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv3.ShowLine      = true;
            treeNodeAdv3.Text          = "Lacus";
            treeNodeAdv6.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv6.EnsureDefaultOptionedChild            = true;
            treeNodeAdv6.Expanded  = true;
            treeNodeAdv6.MultiLine = true;
            treeNodeAdv7.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv7.EnsureDefaultOptionedChild            = true;
            treeNodeAdv7.MultiLine     = true;
            treeNodeAdv7.Optioned      = true;
            treeNodeAdv7.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv7.ShowLine      = true;
            treeNodeAdv7.Text          = "Ultricies";
            treeNodeAdv8.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv8.EnsureDefaultOptionedChild            = true;
            treeNodeAdv8.MultiLine     = true;
            treeNodeAdv8.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv8.ShowLine      = true;
            treeNodeAdv8.Text          = "Ligula";
            treeNodeAdv9.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv9.EnsureDefaultOptionedChild            = true;
            treeNodeAdv9.MultiLine     = true;
            treeNodeAdv9.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv9.ShowLine      = true;
            treeNodeAdv9.Text          = "Venenatis";
            treeNodeAdv6.Nodes.AddRange(new Syncfusion.Windows.Forms.Tools.TreeNodeAdv[] {
                treeNodeAdv7,
                treeNodeAdv8,
                treeNodeAdv9
            });
            treeNodeAdv6.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv6.ShowLine      = true;
            treeNodeAdv6.Text          = "Pretium";
            treeNodeAdv10.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv10.EnsureDefaultOptionedChild            = true;
            treeNodeAdv10.Expanded  = true;
            treeNodeAdv10.MultiLine = true;
            treeNodeAdv11.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv11.EnsureDefaultOptionedChild            = true;
            treeNodeAdv11.MultiLine     = true;
            treeNodeAdv11.Optioned      = true;
            treeNodeAdv11.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv11.ShowLine      = true;
            treeNodeAdv11.Text          = "Elementum";
            treeNodeAdv12.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv12.EnsureDefaultOptionedChild            = true;
            treeNodeAdv12.MultiLine     = true;
            treeNodeAdv12.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv12.ShowLine      = true;
            treeNodeAdv12.Text          = "Accumsan";
            treeNodeAdv13.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv13.EnsureDefaultOptionedChild            = true;
            treeNodeAdv13.MultiLine     = true;
            treeNodeAdv13.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv13.ShowLine      = true;
            treeNodeAdv13.Text          = "Phasellus";
            treeNodeAdv10.Nodes.AddRange(new Syncfusion.Windows.Forms.Tools.TreeNodeAdv[] {
                treeNodeAdv11,
                treeNodeAdv12,
                treeNodeAdv13
            });
            treeNodeAdv10.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv10.ShowLine      = true;
            treeNodeAdv10.Text          = "Purus";
            treeNodeAdv14.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv14.EnsureDefaultOptionedChild            = true;
            treeNodeAdv14.Expanded  = true;
            treeNodeAdv14.MultiLine = true;
            treeNodeAdv15.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv15.EnsureDefaultOptionedChild            = true;
            treeNodeAdv15.MultiLine     = true;
            treeNodeAdv15.Optioned      = true;
            treeNodeAdv15.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv15.ShowLine      = true;
            treeNodeAdv15.Text          = "Dignissim";
            treeNodeAdv16.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv16.EnsureDefaultOptionedChild            = true;
            treeNodeAdv16.MultiLine     = true;
            treeNodeAdv16.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv16.ShowLine      = true;
            treeNodeAdv16.Text          = "Auctor";
            treeNodeAdv14.Nodes.AddRange(new Syncfusion.Windows.Forms.Tools.TreeNodeAdv[] {
                treeNodeAdv15,
                treeNodeAdv16
            });
            treeNodeAdv14.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv14.ShowLine      = true;
            treeNodeAdv14.Text          = "Taciti";
            treeNodeAdv1.Nodes.AddRange(new Syncfusion.Windows.Forms.Tools.TreeNodeAdv[] {
                treeNodeAdv2,
                treeNodeAdv3,
                treeNodeAdv6,
                treeNodeAdv10,
                treeNodeAdv14
            });
            treeNodeAdv1.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv1.ShowLine      = true;
            treeNodeAdv1.Text          = "Aliquam";
            this.treeViewAdv1.Nodes.AddRange(new Syncfusion.Windows.Forms.Tools.TreeNodeAdv[] {
                treeNodeAdv1
            });
            this.treeViewAdv1.SelectedNodeBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220))))));
            this.treeViewAdv1.SelectedNodeForeColor  = System.Drawing.SystemColors.HighlightText;
            this.treeViewAdv1.ShowFocusRect          = false;
            this.treeViewAdv1.Size     = new System.Drawing.Size(143, 537);
            this.treeViewAdv1.Style    = Syncfusion.Windows.Forms.Tools.TreeStyle.Metro;
            this.treeViewAdv1.TabIndex = 0;
            this.treeViewAdv1.Text     = "Hierarchy";
            //
            //
            //
            this.treeViewAdv1.ToolTipControl.BackColor   = System.Drawing.SystemColors.Info;
            this.treeViewAdv1.ToolTipControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.treeViewAdv1.ToolTipControl.Location    = new System.Drawing.Point(0, 0);
            this.treeViewAdv1.ToolTipControl.Name        = "toolTip";
            this.treeViewAdv1.ToolTipControl.Size        = new System.Drawing.Size(41, 15);
            this.treeViewAdv1.ToolTipControl.TabIndex    = 1;
            this.treeViewAdv1.ToolTipControl.Text        = "toolTip";
            //
            // Hierarchy
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Name = "Hierarchy";
            this.Size = new System.Drawing.Size(154, 562);
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).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(PresentationDesignerForm));
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbslideDiagram = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbsourcesControl = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbsourcePropertiesControl = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbequipmentControl = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbdisplayListControl = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.ToolTipInfo toolTipInfo1 = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
            Syncfusion.Windows.Forms.Tools.ToolTipInfo toolTipInfo2 = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
            Syncfusion.Windows.Forms.Tools.ToolTipInfo toolTipInfo3 = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
            Syncfusion.Windows.Forms.Tools.ToolTipInfo toolTipInfo4 = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
            Syncfusion.Windows.Forms.Tools.ToolTipInfo toolTipInfo5 = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
            Syncfusion.Windows.Forms.Tools.ToolTipInfo toolTipInfo6 = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
            this.dockingManager = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
            this.slideDiagram = new UI.PresentationDesign.DesignUI.SlideDiagramControl();
            this.sourcesControl = new UI.PresentationDesign.DesignUI.Controls.SourcesControl();
            this.sourcePropertiesControl = new UI.PresentationDesign.DesignUI.Controls.SourcePropertiesControl();
            this.equipmentControl = new UI.PresentationDesign.DesignUI.Controls.EquipmentControl();
            this.displayListControl = new UI.PresentationDesign.DesignUI.Controls.DisplayList.DisplayListControl();
            this.slideLayoutControl = new UI.PresentationDesign.DesignUI.Controls.SlideLayoutControl();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.statusStrip = new Syncfusion.Windows.Forms.Tools.StatusStripEx();
            this.StatusLabel = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
            this.ChangedStatus = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
            this.LockingStatus = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
            this.SlideLockingStatus = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
            this.designRibbonControl = new UI.PresentationDesign.DesignUI.Helpers.RibbonControlExt();
            this.actionsTabItem = new Syncfusion.Windows.Forms.Tools.ToolStripTabItem();
            this.toolStripEx2 = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
            this.savePresentationToolButton = new System.Windows.Forms.ToolStripButton();
            this.undoStripButton = new System.Windows.Forms.ToolStripButton();
            this.redoStripButton = new System.Windows.Forms.ToolStripButton();
            this.lockToolButton = new System.Windows.Forms.ToolStripButton();
            this.findToolButton = new System.Windows.Forms.ToolStripButton();
            this.previewToolButton = new System.Windows.Forms.ToolStripButton();
            this.presentationMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.saveMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.lockMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.toXmlMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.undoMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.redoMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.searchMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.propertiesMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.updateMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.viewMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.displaysMenuButton = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
            this.sourcesMenuButton = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
            this.equipmentMenuButton = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
            this.viewSourceProps = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
            this.displayMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.createDisplayGroupMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.removeDisplayGroupMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.findDisplayMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.displayPropsMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.refreshDisplayMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.sourcesMenuDropButton = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.presentationSourcesMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.addPresenationSourceMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.removeSourceMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.copyPresentationSourceMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.viewSourceMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.commonSourcesMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.commonSourcesAddMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.commonSourcesRemoveMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.commonSourcesCopyMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.commonSourcesViewMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.commonSourcesPropsMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.commonSourcesRefreshMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.sourcesSearchMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.equipmentDropMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.findEquimpentMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.equipmentRefreshMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.slidesMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.addSlideMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.addLinkMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.lockSlideMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.unlockSlideMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.lockAllMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.unlockAllMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.copyMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.pasteMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.removeMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.findSlideMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.slidePropsMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.refreshSlidesMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.slideToXmlMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.slideFromXMLMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.goFirstSlideMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.goPrevSlideMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.goNextSlideMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.goLastSlideMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.layoutMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.layoutWindowRemoveMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.windowBringToFrontMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.windowSendToBackMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.windowMoveForwardMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.windowMoveBackwardMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.layoutBackgroundMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.layoutPreviewMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
            this.windowFullSizeMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.x1Button = new System.Windows.Forms.ToolStripButton();
            this.x2Button = new System.Windows.Forms.ToolStripButton();
            this.x3Button = new System.Windows.Forms.ToolStripButton();
            this.closeMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.superToolTip1 = new Syncfusion.Windows.Forms.Tools.SuperToolTip(this);
            this.dockingClientPanel1 = new Syncfusion.Windows.Forms.Tools.DockingClientPanel();
            this.toolStripTabItem2 = new Syncfusion.Windows.Forms.Tools.ToolStripTabItem();
            this.toolStripEx1 = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager)).BeginInit();
            this.statusStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.designRibbonControl)).BeginInit();
            this.designRibbonControl.SuspendLayout();
            this.actionsTabItem.Panel.SuspendLayout();
            this.toolStripEx2.SuspendLayout();
            this.dockingClientPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dockingManager
            // 
            this.dockingManager.ActiveCaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager.AutoHideActiveControl = true;
            this.dockingManager.CloseEnabled = false;
            this.dockingManager.DockLayoutStream = ((System.IO.MemoryStream)(resources.GetObject("dockingManager.DockLayoutStream")));
            this.dockingManager.DragProviderStyle = Syncfusion.Windows.Forms.Tools.DragProviderStyle.VS2008;
            this.dockingManager.HostControl = this;
            this.dockingManager.InActiveCaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager.MenuButtonEnabled = false;
            this.dockingManager.VisualStyle = Syncfusion.Windows.Forms.VisualStyle.Office2007;
            this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
            this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
            this.dockingManager.SetDockLabel(this.slideDiagram, "Граф сцен");
            ccbslideDiagram.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.slideDiagram, ccbslideDiagram);
            this.dockingManager.SetDockLabel(this.sourcesControl, "Источники");
            ccbsourcesControl.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.sourcesControl, ccbsourcesControl);
            this.dockingManager.SetDockLabel(this.sourcePropertiesControl, "Свойства источника");
            ccbsourcePropertiesControl.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.sourcePropertiesControl, ccbsourcePropertiesControl);
            this.dockingManager.SetDockLabel(this.equipmentControl, "Оборудование");
            ccbequipmentControl.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.equipmentControl, ccbequipmentControl);
            this.dockingManager.SetDockLabel(this.displayListControl, "Дисплеи");
            ccbdisplayListControl.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.displayListControl, ccbdisplayListControl);
            // 
            // slideDiagram
            // 
            this.slideDiagram.BackColor = System.Drawing.SystemColors.Control;
            this.slideDiagram.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.dockingManager.SetEnableDocking(this.slideDiagram, true);
            this.slideDiagram.Location = new System.Drawing.Point(3, 23);
            this.slideDiagram.Name = "slideDiagram";
            this.slideDiagram.Size = new System.Drawing.Size(495, 193);
            this.slideDiagram.TabIndex = 6;
            // 
            // sourcesControl
            // 
            this.dockingManager.SetEnableDocking(this.sourcesControl, true);
            this.sourcesControl.Location = new System.Drawing.Point(3, 23);
            this.sourcesControl.Name = "sourcesControl";
            this.sourcesControl.Size = new System.Drawing.Size(176, 282);
            this.sourcesControl.TabIndex = 30;
            // 
            // sourcePropertiesControl
            // 
            this.dockingManager.SetEnableDocking(this.sourcePropertiesControl, true);
            this.sourcePropertiesControl.Location = new System.Drawing.Point(3, 23);
            this.sourcePropertiesControl.Name = "sourcePropertiesControl";
            this.sourcePropertiesControl.Size = new System.Drawing.Size(240, 110);
            this.sourcePropertiesControl.TabIndex = 47;
            // 
            // equipmentControl
            // 
            this.dockingManager.SetEnableDocking(this.equipmentControl, true);
            this.equipmentControl.Location = new System.Drawing.Point(3, 23);
            this.equipmentControl.Name = "equipmentControl";
            this.equipmentControl.Size = new System.Drawing.Size(331, 193);
            this.equipmentControl.TabIndex = 48;
            // 
            // displayListControl
            // 
            this.dockingManager.SetEnableDocking(this.displayListControl, true);
            this.displayListControl.Location = new System.Drawing.Point(3, 23);
            this.displayListControl.Name = "displayListControl";
            this.displayListControl.Size = new System.Drawing.Size(240, 142);
            this.displayListControl.TabIndex = 48;
            // 
            // slideLayoutControl
            // 
            this.slideLayoutControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.slideLayoutControl.Location = new System.Drawing.Point(0, 0);
            this.slideLayoutControl.Name = "slideLayoutControl";
            this.slideLayoutControl.Size = new System.Drawing.Size(406, 308);
            this.slideLayoutControl.TabIndex = 0;
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "24My-Com.ico");
            this.imageList1.Images.SetKeyName(1, "23JPG_Image.ico");
            this.imageList1.Images.SetKeyName(2, "29Network_Connections.ico");
            this.imageList1.Images.SetKeyName(3, "40Recycle-Empty.ico");
            this.imageList1.Images.SetKeyName(4, "SpeechMicHS.png");
            // 
            // statusStrip
            // 
            this.statusStrip.Dock = Syncfusion.Windows.Forms.Tools.DockStyleEx.Bottom;
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.StatusLabel,
            this.ChangedStatus,
            this.LockingStatus,
            this.SlideLockingStatus});
            this.statusStrip.Location = new System.Drawing.Point(6, 669);
            this.statusStrip.Name = "statusStrip";
            this.statusStrip.Size = new System.Drawing.Size(842, 22);
            this.statusStrip.TabIndex = 9;
            // 
            // StatusLabel
            // 
            this.StatusLabel.Image = ((System.Drawing.Image)(resources.GetObject("StatusLabel.Image")));
            this.StatusLabel.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
            this.StatusLabel.Name = "StatusLabel";
            this.StatusLabel.Size = new System.Drawing.Size(66, 16);
            this.StatusLabel.Text = "STATUS";
            // 
            // ChangedStatus
            // 
            this.ChangedStatus.Image = ((System.Drawing.Image)(resources.GetObject("ChangedStatus.Image")));
            this.ChangedStatus.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
            this.ChangedStatus.Name = "ChangedStatus";
            this.ChangedStatus.Size = new System.Drawing.Size(75, 16);
            this.ChangedStatus.Text = "Изменено";
            // 
            // LockingStatus
            // 
            this.LockingStatus.Image = ((System.Drawing.Image)(resources.GetObject("LockingStatus.Image")));
            this.LockingStatus.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
            this.LockingStatus.Name = "LockingStatus";
            this.LockingStatus.Size = new System.Drawing.Size(72, 16);
            this.LockingStatus.Text = "Сценарий";
            this.LockingStatus.Visible = false;
            // 
            // SlideLockingStatus
            // 
            this.SlideLockingStatus.Image = ((System.Drawing.Image)(resources.GetObject("SlideLockingStatus.Image")));
            this.SlideLockingStatus.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
            this.SlideLockingStatus.Name = "SlideLockingStatus";
            this.SlideLockingStatus.Size = new System.Drawing.Size(54, 16);
            this.SlideLockingStatus.Text = "Сцена";
            this.SlideLockingStatus.Visible = false;
            // 
            // designRibbonControl
            // 
            this.designRibbonControl.AllowCollapse = false;
            this.designRibbonControl.Header.AddMainItem(actionsTabItem);
            this.designRibbonControl.LauncherStyle = Syncfusion.Windows.Forms.Tools.LauncherStyle.Office12;
            this.designRibbonControl.Location = new System.Drawing.Point(1, 0);
            this.designRibbonControl.MenuButtonImage = ((System.Drawing.Image)(resources.GetObject("designRibbonControl.MenuButtonImage")));
            this.designRibbonControl.Name = "designRibbonControl";
            this.designRibbonControl.OfficeColorScheme = Syncfusion.Windows.Forms.Tools.ToolStripEx.ColorScheme.Blue;
            // 
            // designRibbonControl.OfficeMenu
            // 
            this.designRibbonControl.OfficeMenu.MainPanel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.presentationMenuButton,
            this.viewMenuButton,
            this.displayMenuButton,
            this.sourcesMenuDropButton,
            this.equipmentDropMenuButton,
            this.slidesMenuButton,
            this.layoutMenuButton});
            this.designRibbonControl.OfficeMenu.Name = "OfficeMenu";
            this.designRibbonControl.OfficeMenu.Size = new System.Drawing.Size(146, 325);
            this.designRibbonControl.OfficeMenu.SystemPanel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.closeMenuButton});
            this.designRibbonControl.QuickPanelVisible = false;
            this.designRibbonControl.Size = new System.Drawing.Size(852, 137);
            this.designRibbonControl.SystemText.QuickAccessDialogDropDownName = "Start menu";
            this.designRibbonControl.TabIndex = 21;
            this.designRibbonControl.Text = "Подготовка сценария";
            // 
            // actionsTabItem
            // 
            this.designRibbonControl.SetDescription(this.actionsTabItem, "");
            this.actionsTabItem.Name = "actionsTabItem";
            // 
            // designRibbonControl.ribbonPanel1
            // 
            this.actionsTabItem.Panel.Controls.Add(this.toolStripEx2);
            this.actionsTabItem.Panel.Name = "ribbonPanel1";
            this.actionsTabItem.Panel.ScrollPosition = 0;
            this.actionsTabItem.Panel.TabIndex = 2;
            this.actionsTabItem.Panel.Text = "Действия";
            this.actionsTabItem.Size = new System.Drawing.Size(63, 19);
            this.actionsTabItem.Text = "Действия";
            this.designRibbonControl.SetUseInQuickAccessMenu(this.actionsTabItem, false);
            // 
            // toolStripEx2
            // 
            this.toolStripEx2.AutoSize = false;
            this.designRibbonControl.SetDescription(this.toolStripEx2, "");
            this.toolStripEx2.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStripEx2.ForeColor = System.Drawing.Color.MidnightBlue;
            this.toolStripEx2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripEx2.Image = null;
            this.toolStripEx2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.savePresentationToolButton,
            this.undoStripButton,
            this.redoStripButton,
            this.lockToolButton,
            this.findToolButton,
            this.previewToolButton});
            this.toolStripEx2.Location = new System.Drawing.Point(0, 1);
            this.toolStripEx2.Name = "toolStripEx2";
            this.toolStripEx2.ShowLauncher = false;
            this.toolStripEx2.Size = new System.Drawing.Size(450, 76);
            this.toolStripEx2.TabIndex = 0;
            this.designRibbonControl.SetUseInQuickAccessMenu(this.toolStripEx2, false);
            // 
            // savePresentationToolButton
            // 
            this.designRibbonControl.SetDescription(this.savePresentationToolButton, "");
            this.savePresentationToolButton.Image = ((System.Drawing.Image)(resources.GetObject("savePresentationToolButton.Image")));
            this.savePresentationToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.savePresentationToolButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.savePresentationToolButton.Name = "savePresentationToolButton";
            this.savePresentationToolButton.Size = new System.Drawing.Size(64, 56);
            this.savePresentationToolButton.Text = "Сохранить";
            this.savePresentationToolButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            toolTipInfo1.Body.Text = "Сохранить сценарий";
            toolTipInfo1.Header.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            toolTipInfo1.Header.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
            toolTipInfo1.Header.Text = "Сохранить";
            this.superToolTip1.SetToolTip(this.savePresentationToolButton, toolTipInfo1);
            this.designRibbonControl.SetUseInQuickAccessMenu(this.savePresentationToolButton, false);
            this.savePresentationToolButton.Click += new System.EventHandler(this.savePresentationToolButton_Click);
            // 
            // undoStripButton
            // 
            this.designRibbonControl.SetDescription(this.undoStripButton, "");
            this.undoStripButton.Enabled = false;
            this.undoStripButton.Image = ((System.Drawing.Image)(resources.GetObject("undoStripButton.Image")));
            this.undoStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.undoStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.undoStripButton.Name = "undoStripButton";
            this.undoStripButton.Size = new System.Drawing.Size(77, 56);
            this.undoStripButton.Text = "Отменить\r\nисправление";
            this.undoStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            toolTipInfo2.Body.Text = "Отменить исправление";
            toolTipInfo2.Header.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            toolTipInfo2.Header.Text = "Отмена";
            this.superToolTip1.SetToolTip(this.undoStripButton, toolTipInfo2);
            this.designRibbonControl.SetUseInQuickAccessMenu(this.undoStripButton, false);
            this.undoStripButton.Click += new System.EventHandler(this.undoStripButton_Click);
            // 
            // redoStripButton
            // 
            this.designRibbonControl.SetDescription(this.redoStripButton, "");
            this.redoStripButton.Enabled = false;
            this.redoStripButton.Image = ((System.Drawing.Image)(resources.GetObject("redoStripButton.Image")));
            this.redoStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.redoStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.redoStripButton.Name = "redoStripButton";
            this.redoStripButton.Size = new System.Drawing.Size(77, 56);
            this.redoStripButton.Text = "Вернуть\r\nисправление";
            this.redoStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            toolTipInfo3.Body.Text = "Вернуть исправление";
            toolTipInfo3.Header.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            toolTipInfo3.Header.Text = "Повтор";
            this.superToolTip1.SetToolTip(this.redoStripButton, toolTipInfo3);
            this.designRibbonControl.SetUseInQuickAccessMenu(this.redoStripButton, false);
            this.redoStripButton.Click += new System.EventHandler(this.redoStripButton_Click);
            // 
            // lockToolButton
            // 
            this.designRibbonControl.SetDescription(this.lockToolButton, "");
            this.lockToolButton.Image = ((System.Drawing.Image)(resources.GetObject("lockToolButton.Image")));
            this.lockToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.lockToolButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.lockToolButton.Name = "lockToolButton";
            this.lockToolButton.Size = new System.Drawing.Size(77, 56);
            this.lockToolButton.Text = "Блокировать\r\nсценарий";
            this.lockToolButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            toolTipInfo4.Body.Text = "Установить/снять блокировку сценария";
            toolTipInfo4.Header.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            toolTipInfo4.Header.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
            toolTipInfo4.Header.Text = "Блокировка";
            this.superToolTip1.SetToolTip(this.lockToolButton, toolTipInfo4);
            this.designRibbonControl.SetUseInQuickAccessMenu(this.lockToolButton, false);
            this.lockToolButton.Click += new System.EventHandler(this.lockMenuButton_Click);
            // 
            // findToolButton
            // 
            this.designRibbonControl.SetDescription(this.findToolButton, "");
            this.findToolButton.Image = ((System.Drawing.Image)(resources.GetObject("findToolButton.Image")));
            this.findToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.findToolButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.findToolButton.Name = "findToolButton";
            this.findToolButton.Size = new System.Drawing.Size(43, 56);
            this.findToolButton.Text = "Поиск";
            this.findToolButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            toolTipInfo5.Body.Text = "Поиск элементов сценария";
            toolTipInfo5.Header.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            toolTipInfo5.Header.Text = "Поиск";
            this.superToolTip1.SetToolTip(this.findToolButton, toolTipInfo5);
            this.designRibbonControl.SetUseInQuickAccessMenu(this.findToolButton, false);
            this.findToolButton.Click += new System.EventHandler(this.searchMenuButton_Click);
            // 
            // previewToolButton
            // 
            this.designRibbonControl.SetDescription(this.previewToolButton, "");
            this.previewToolButton.Image = ((System.Drawing.Image)(resources.GetObject("previewToolButton.Image")));
            this.previewToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.previewToolButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.previewToolButton.Name = "previewToolButton";
            this.previewToolButton.Size = new System.Drawing.Size(104, 56);
            this.previewToolButton.Text = "Предварительный\r\nпросмотр";
            this.previewToolButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            toolTipInfo6.Body.Text = "Предварительный просмотр";
            toolTipInfo6.Header.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            toolTipInfo6.Header.Text = "Просмотр";
            this.superToolTip1.SetToolTip(this.previewToolButton, toolTipInfo6);
            this.previewToolButton.ToolTipText = "Предварительный просмотр";
            this.designRibbonControl.SetUseInQuickAccessMenu(this.previewToolButton, false);
            this.previewToolButton.Click += new System.EventHandler(this.layoutPreviewMenuButton_Click);
            // 
            // presentationMenuButton
            // 
            this.designRibbonControl.SetDescription(this.presentationMenuButton, "");
            this.presentationMenuButton.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.presentationMenuButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveMenuButton,
            this.lockMenuButton,
            this.toXmlMenuButton,
            this.toolStripLabel1,
            this.undoMenuButton,
            this.redoMenuButton,
            this.toolStripLabel2,
            this.searchMenuButton,
            this.propertiesMenuButton,
            this.updateMenuButton});
            this.presentationMenuButton.DropDownText = "Сценарий";
            this.presentationMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("presentationMenuButton.Image")));
            this.presentationMenuButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.presentationMenuButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.presentationMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.presentationMenuButton.Name = "presentationMenuButton";
            this.presentationMenuButton.Size = new System.Drawing.Size(134, 36);
            this.presentationMenuButton.Text = "Сценарий";
            this.designRibbonControl.SetUseInQuickAccessMenu(this.presentationMenuButton, false);
            this.presentationMenuButton.DropDownOpening += new System.EventHandler(this.presentationMenuButton_DropDownOpening);
            // 
            // saveMenuButton
            // 
            this.saveMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.saveMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("saveMenuButton.Image")));
            this.saveMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveMenuButton.Name = "saveMenuButton";
            this.saveMenuButton.Size = new System.Drawing.Size(175, 23);
            this.saveMenuButton.Text = "Сохранить";
            this.saveMenuButton.Click += new System.EventHandler(this.savePresentationToolButton_Click);
            // 
            // lockMenuButton
            // 
            this.lockMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.lockMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("lockMenuButton.Image")));
            this.lockMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.lockMenuButton.Name = "lockMenuButton";
            this.lockMenuButton.Size = new System.Drawing.Size(175, 23);
            this.lockMenuButton.Text = "Блокировать";
            this.lockMenuButton.Click += new System.EventHandler(this.lockMenuButton_Click);
            // 
            // toXmlMenuButton
            // 
            this.toXmlMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.toXmlMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("toXmlMenuButton.Image")));
            this.toXmlMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toXmlMenuButton.Name = "toXmlMenuButton";
            this.toXmlMenuButton.Size = new System.Drawing.Size(175, 23);
            this.toXmlMenuButton.Text = "Выгрузить в XML...";
            this.toXmlMenuButton.Click += new System.EventHandler(this.toXmlMenuButton_Click);
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Enabled = false;
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(175, 13);
            this.toolStripLabel1.Text = "____________________________";
            // 
            // undoMenuButton
            // 
            this.undoMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.undoMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("undoMenuButton.Image")));
            this.undoMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.undoMenuButton.Name = "undoMenuButton";
            this.undoMenuButton.Size = new System.Drawing.Size(175, 23);
            this.undoMenuButton.Text = "Отмена действия";
            this.undoMenuButton.Click += new System.EventHandler(this.undoStripButton_Click);
            // 
            // redoMenuButton
            // 
            this.redoMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.redoMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("redoMenuButton.Image")));
            this.redoMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.redoMenuButton.Name = "redoMenuButton";
            this.redoMenuButton.Size = new System.Drawing.Size(175, 23);
            this.redoMenuButton.Text = "Повтор действия";
            this.redoMenuButton.Click += new System.EventHandler(this.redoStripButton_Click);
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Enabled = false;
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(175, 13);
            this.toolStripLabel2.Text = "____________________________";
            // 
            // searchMenuButton
            // 
            this.searchMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.searchMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("searchMenuButton.Image")));
            this.searchMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.searchMenuButton.Name = "searchMenuButton";
            this.searchMenuButton.Size = new System.Drawing.Size(175, 23);
            this.searchMenuButton.Text = "Поиск";
            this.searchMenuButton.Click += new System.EventHandler(this.searchMenuButton_Click);
            // 
            // propertiesMenuButton
            // 
            this.propertiesMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.propertiesMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("propertiesMenuButton.Image")));
            this.propertiesMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.propertiesMenuButton.Name = "propertiesMenuButton";
            this.propertiesMenuButton.Size = new System.Drawing.Size(175, 23);
            this.propertiesMenuButton.Text = "Свойства";
            this.propertiesMenuButton.Click += new System.EventHandler(this.propertiesMenuButton_Click);
            // 
            // updateMenuButton
            // 
            this.updateMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.updateMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("updateMenuButton.Image")));
            this.updateMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.updateMenuButton.Name = "updateMenuButton";
            this.updateMenuButton.Size = new System.Drawing.Size(175, 23);
            this.updateMenuButton.Text = "Обновить";
            this.updateMenuButton.Visible = false;
            this.updateMenuButton.Click += new System.EventHandler(this.updateMenuButton_Click);
            // 
            // viewMenuButton
            // 
            this.designRibbonControl.SetDescription(this.viewMenuButton, "");
            this.viewMenuButton.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.viewMenuButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.displaysMenuButton,
            this.sourcesMenuButton,
            this.equipmentMenuButton,
            this.viewSourceProps});
            this.viewMenuButton.DropDownText = "Вид";
            this.viewMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("viewMenuButton.Image")));
            this.viewMenuButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.viewMenuButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.viewMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.viewMenuButton.Name = "viewMenuButton";
            this.viewMenuButton.Size = new System.Drawing.Size(134, 36);
            this.viewMenuButton.Text = "Вид";
            this.designRibbonControl.SetUseInQuickAccessMenu(this.viewMenuButton, false);
            this.viewMenuButton.DropDownOpening += new System.EventHandler(this.viewMenuButton_DropDownOpening);
            // 
            // displaysMenuButton
            // 
            this.displaysMenuButton.Checked = true;
            this.displaysMenuButton.CheckState = System.Windows.Forms.CheckState.Checked;
            this.displaysMenuButton.Name = "displaysMenuButton";
            this.displaysMenuButton.Size = new System.Drawing.Size(129, 17);
            this.displaysMenuButton.Text = "Дисплеи";
            this.displaysMenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.displaysMenuButton.Click += new System.EventHandler(this.displaysMenuButton_Click);
            // 
            // sourcesMenuButton
            // 
            this.sourcesMenuButton.Checked = true;
            this.sourcesMenuButton.CheckState = System.Windows.Forms.CheckState.Checked;
            this.sourcesMenuButton.Name = "sourcesMenuButton";
            this.sourcesMenuButton.Size = new System.Drawing.Size(129, 17);
            this.sourcesMenuButton.Text = "Источники";
            this.sourcesMenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.sourcesMenuButton.Click += new System.EventHandler(this.sourcesMenuButton_Click);
            // 
            // equipmentMenuButton
            // 
            this.equipmentMenuButton.Checked = true;
            this.equipmentMenuButton.CheckState = System.Windows.Forms.CheckState.Checked;
            this.equipmentMenuButton.Name = "equipmentMenuButton";
            this.equipmentMenuButton.Size = new System.Drawing.Size(129, 17);
            this.equipmentMenuButton.Text = "Оборудование";
            this.equipmentMenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.equipmentMenuButton.Click += new System.EventHandler(this.equipmentMenuButton_Click);
            // 
            // viewSourceProps
            // 
            this.viewSourceProps.Checked = true;
            this.viewSourceProps.CheckState = System.Windows.Forms.CheckState.Checked;
            this.viewSourceProps.Name = "viewSourceProps";
            this.viewSourceProps.Size = new System.Drawing.Size(129, 17);
            this.viewSourceProps.Text = "Свойства источника";
            this.viewSourceProps.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.viewSourceProps.Click += new System.EventHandler(this.viewSourceProps_Click);
            // 
            // displayMenuButton
            // 
            this.designRibbonControl.SetDescription(this.displayMenuButton, "");
            this.displayMenuButton.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.displayMenuButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.createDisplayGroupMenuButton,
            this.removeDisplayGroupMenuButton,
            this.findDisplayMenuButton,
            this.displayPropsMenuButton,
            this.refreshDisplayMenuButton});
            this.displayMenuButton.DropDownText = "Дисплеи";
            this.displayMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("displayMenuButton.Image")));
            this.displayMenuButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.displayMenuButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.displayMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.displayMenuButton.Name = "displayMenuButton";
            this.displayMenuButton.Size = new System.Drawing.Size(134, 36);
            this.displayMenuButton.Text = "Дисплей";
            this.designRibbonControl.SetUseInQuickAccessMenu(this.displayMenuButton, false);
            this.displayMenuButton.DropDownOpening += new System.EventHandler(this.displayMenuButton_DropDownOpening);
            // 
            // createDisplayGroupMenuButton
            // 
            this.createDisplayGroupMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.createDisplayGroupMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("createDisplayGroupMenuButton.Image")));
            this.createDisplayGroupMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.createDisplayGroupMenuButton.Name = "createDisplayGroupMenuButton";
            this.createDisplayGroupMenuButton.Size = new System.Drawing.Size(120, 23);
            this.createDisplayGroupMenuButton.Text = "Создать группу";
            this.createDisplayGroupMenuButton.Click += new System.EventHandler(this.createDisplayGroupMenuButton_Click);
            // 
            // removeDisplayGroupMenuButton
            // 
            this.removeDisplayGroupMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.removeDisplayGroupMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("removeDisplayGroupMenuButton.Image")));
            this.removeDisplayGroupMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.removeDisplayGroupMenuButton.Name = "removeDisplayGroupMenuButton";
            this.removeDisplayGroupMenuButton.Size = new System.Drawing.Size(120, 23);
            this.removeDisplayGroupMenuButton.Text = "Удалить группу";
            this.removeDisplayGroupMenuButton.Click += new System.EventHandler(this.removeDisplayGroupMenuButton_Click);
            // 
            // findDisplayMenuButton
            // 
            this.findDisplayMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.findDisplayMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("findDisplayMenuButton.Image")));
            this.findDisplayMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.findDisplayMenuButton.Name = "findDisplayMenuButton";
            this.findDisplayMenuButton.Size = new System.Drawing.Size(120, 23);
            this.findDisplayMenuButton.Text = "Поиск";
            this.findDisplayMenuButton.Click += new System.EventHandler(this.findDisplayMenuButton_Click);
            // 
            // displayPropsMenuButton
            // 
            this.displayPropsMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.displayPropsMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("displayPropsMenuButton.Image")));
            this.displayPropsMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.displayPropsMenuButton.Name = "displayPropsMenuButton";
            this.displayPropsMenuButton.Size = new System.Drawing.Size(120, 23);
            this.displayPropsMenuButton.Text = "Свойства";
            this.displayPropsMenuButton.Click += new System.EventHandler(this.displayPropsMenuButton_Click);
            // 
            // refreshDisplayMenuButton
            // 
            this.refreshDisplayMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.refreshDisplayMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshDisplayMenuButton.Image")));
            this.refreshDisplayMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.refreshDisplayMenuButton.Name = "refreshDisplayMenuButton";
            this.refreshDisplayMenuButton.Size = new System.Drawing.Size(120, 23);
            this.refreshDisplayMenuButton.Text = "Обновить";
            this.refreshDisplayMenuButton.Visible = false;
            this.refreshDisplayMenuButton.Click += new System.EventHandler(this.refreshDisplayMenuButton_Click);
            // 
            // sourcesMenuDropButton
            // 
            this.designRibbonControl.SetDescription(this.sourcesMenuDropButton, "");
            this.sourcesMenuDropButton.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.sourcesMenuDropButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.presentationSourcesMenuButton,
            this.commonSourcesMenuButton,
            this.commonSourcesPropsMenuButton,
            this.commonSourcesRefreshMenuButton,
            this.sourcesSearchMenuButton});
            this.sourcesMenuDropButton.DropDownText = "Источники";
            this.sourcesMenuDropButton.Image = ((System.Drawing.Image)(resources.GetObject("sourcesMenuDropButton.Image")));
            this.sourcesMenuDropButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.sourcesMenuDropButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.sourcesMenuDropButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.sourcesMenuDropButton.Name = "sourcesMenuDropButton";
            this.sourcesMenuDropButton.Size = new System.Drawing.Size(134, 36);
            this.sourcesMenuDropButton.Text = "Источники";
            this.designRibbonControl.SetUseInQuickAccessMenu(this.sourcesMenuDropButton, false);
            this.sourcesMenuDropButton.DropDownOpening += new System.EventHandler(this.sourcesMenuDropButton_DropDownOpening);
            this.sourcesMenuDropButton.Click += new System.EventHandler(this.sourcesMenuDropButton_Click);
            // 
            // presentationSourcesMenuButton
            // 
            this.presentationSourcesMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.presentationSourcesMenuButton.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.presentationSourcesMenuButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addPresenationSourceMenuButton,
            this.removeSourceMenuButton,
            this.copyPresentationSourceMenuButton,
            this.viewSourceMenuButton});
            this.presentationSourcesMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("presentationSourcesMenuButton.Image")));
            this.presentationSourcesMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.presentationSourcesMenuButton.Name = "presentationSourcesMenuButton";
            this.presentationSourcesMenuButton.Size = new System.Drawing.Size(125, 17);
            this.presentationSourcesMenuButton.Text = "Источники сценария";
            this.presentationSourcesMenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.presentationSourcesMenuButton.DropDownOpening += new System.EventHandler(this.presentationSourcesMenuButton_DropDownOpening);
            // 
            // addPresenationSourceMenuButton
            // 
            this.addPresenationSourceMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.addPresenationSourceMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("addPresenationSourceMenuButton.Image")));
            this.addPresenationSourceMenuButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.addPresenationSourceMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.addPresenationSourceMenuButton.Name = "addPresenationSourceMenuButton";
            this.addPresenationSourceMenuButton.Size = new System.Drawing.Size(97, 23);
            this.addPresenationSourceMenuButton.Text = "Добавить";
            this.addPresenationSourceMenuButton.Click += new System.EventHandler(this.addPresenationSourceMenuButton_Click);
            // 
            // removeSourceMenuButton
            // 
            this.removeSourceMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.removeSourceMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("removeSourceMenuButton.Image")));
            this.removeSourceMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.removeSourceMenuButton.Name = "removeSourceMenuButton";
            this.removeSourceMenuButton.Size = new System.Drawing.Size(97, 23);
            this.removeSourceMenuButton.Text = "Удалить";
            this.removeSourceMenuButton.Click += new System.EventHandler(this.removeSourceMenuButton_Click);
            // 
            // copyPresentationSourceMenuButton
            // 
            this.copyPresentationSourceMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.copyPresentationSourceMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("copyPresentationSourceMenuButton.Image")));
            this.copyPresentationSourceMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.copyPresentationSourceMenuButton.Name = "copyPresentationSourceMenuButton";
            this.copyPresentationSourceMenuButton.Size = new System.Drawing.Size(97, 23);
            this.copyPresentationSourceMenuButton.Text = "Копировать";
            this.copyPresentationSourceMenuButton.Click += new System.EventHandler(this.copyPresentationSourceMenuButton_Click);
            // 
            // viewSourceMenuButton
            // 
            this.viewSourceMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.viewSourceMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("viewSourceMenuButton.Image")));
            this.viewSourceMenuButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.viewSourceMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.viewSourceMenuButton.Name = "viewSourceMenuButton";
            this.viewSourceMenuButton.Size = new System.Drawing.Size(97, 23);
            this.viewSourceMenuButton.Text = "Просмотр";
            this.viewSourceMenuButton.Click += new System.EventHandler(this.viewSourceMenuButton_Click);
            // 
            // commonSourcesMenuButton
            // 
            this.commonSourcesMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.commonSourcesMenuButton.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.commonSourcesMenuButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.commonSourcesAddMenuButton,
            this.commonSourcesRemoveMenuButton,
            this.commonSourcesCopyMenuButton,
            this.commonSourcesViewMenuButton});
            this.commonSourcesMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("commonSourcesMenuButton.Image")));
            this.commonSourcesMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.commonSourcesMenuButton.Name = "commonSourcesMenuButton";
            this.commonSourcesMenuButton.Size = new System.Drawing.Size(125, 17);
            this.commonSourcesMenuButton.Text = "Общие источники";
            this.commonSourcesMenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.commonSourcesMenuButton.DropDownOpening += new System.EventHandler(this.commonSourcesMenuButton_DropDownOpening);
            // 
            // commonSourcesAddMenuButton
            // 
            this.commonSourcesAddMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.commonSourcesAddMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("commonSourcesAddMenuButton.Image")));
            this.commonSourcesAddMenuButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.commonSourcesAddMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.commonSourcesAddMenuButton.Name = "commonSourcesAddMenuButton";
            this.commonSourcesAddMenuButton.Size = new System.Drawing.Size(97, 23);
            this.commonSourcesAddMenuButton.Text = "Добавить";
            this.commonSourcesAddMenuButton.Click += new System.EventHandler(this.commonSourcesAddMenuButton_Click);
            // 
            // commonSourcesRemoveMenuButton
            // 
            this.commonSourcesRemoveMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.commonSourcesRemoveMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("commonSourcesRemoveMenuButton.Image")));
            this.commonSourcesRemoveMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.commonSourcesRemoveMenuButton.Name = "commonSourcesRemoveMenuButton";
            this.commonSourcesRemoveMenuButton.Size = new System.Drawing.Size(97, 23);
            this.commonSourcesRemoveMenuButton.Text = "Удалить";
            this.commonSourcesRemoveMenuButton.Click += new System.EventHandler(this.commonSourcesRemoveMenuButton_Click);
            // 
            // commonSourcesCopyMenuButton
            // 
            this.commonSourcesCopyMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.commonSourcesCopyMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("commonSourcesCopyMenuButton.Image")));
            this.commonSourcesCopyMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.commonSourcesCopyMenuButton.Name = "commonSourcesCopyMenuButton";
            this.commonSourcesCopyMenuButton.Size = new System.Drawing.Size(97, 23);
            this.commonSourcesCopyMenuButton.Text = "Копировать";
            this.commonSourcesCopyMenuButton.Click += new System.EventHandler(this.commonSourcesCopyMenuButton_Click);
            // 
            // commonSourcesViewMenuButton
            // 
            this.commonSourcesViewMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.commonSourcesViewMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("commonSourcesViewMenuButton.Image")));
            this.commonSourcesViewMenuButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.commonSourcesViewMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.commonSourcesViewMenuButton.Name = "commonSourcesViewMenuButton";
            this.commonSourcesViewMenuButton.Size = new System.Drawing.Size(97, 23);
            this.commonSourcesViewMenuButton.Text = "Просмотр";
            this.commonSourcesViewMenuButton.Click += new System.EventHandler(this.commonSourcesViewMenuButton_Click);
            // 
            // commonSourcesPropsMenuButton
            // 
            this.commonSourcesPropsMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.commonSourcesPropsMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("commonSourcesPropsMenuButton.Image")));
            this.commonSourcesPropsMenuButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.commonSourcesPropsMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.commonSourcesPropsMenuButton.Name = "commonSourcesPropsMenuButton";
            this.commonSourcesPropsMenuButton.Size = new System.Drawing.Size(125, 23);
            this.commonSourcesPropsMenuButton.Text = "Свойства";
            this.commonSourcesPropsMenuButton.Click += new System.EventHandler(this.commonSourcesPropsMenuButton_Click);
            // 
            // commonSourcesRefreshMenuButton
            // 
            this.commonSourcesRefreshMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.commonSourcesRefreshMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("commonSourcesRefreshMenuButton.Image")));
            this.commonSourcesRefreshMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.commonSourcesRefreshMenuButton.Name = "commonSourcesRefreshMenuButton";
            this.commonSourcesRefreshMenuButton.Size = new System.Drawing.Size(125, 23);
            this.commonSourcesRefreshMenuButton.Text = "Обновить";
            this.commonSourcesRefreshMenuButton.Visible = false;
            this.commonSourcesRefreshMenuButton.Click += new System.EventHandler(this.commonSourcesRefreshMenuButton_Click);
            // 
            // sourcesSearchMenuButton
            // 
            this.sourcesSearchMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.sourcesSearchMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("sourcesSearchMenuButton.Image")));
            this.sourcesSearchMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.sourcesSearchMenuButton.Name = "sourcesSearchMenuButton";
            this.sourcesSearchMenuButton.Size = new System.Drawing.Size(125, 23);
            this.sourcesSearchMenuButton.Text = "Поиск...";
            this.sourcesSearchMenuButton.ToolTipText = "Поиск источника";
            this.sourcesSearchMenuButton.Click += new System.EventHandler(this.sourcesSearchMenuButton_Click);
            // 
            // equipmentDropMenuButton
            // 
            this.designRibbonControl.SetDescription(this.equipmentDropMenuButton, "");
            this.equipmentDropMenuButton.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.equipmentDropMenuButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.findEquimpentMenuButton,
            this.equipmentRefreshMenuButton});
            this.equipmentDropMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("equipmentDropMenuButton.Image")));
            this.equipmentDropMenuButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.equipmentDropMenuButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.equipmentDropMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.equipmentDropMenuButton.Name = "equipmentDropMenuButton";
            this.equipmentDropMenuButton.Size = new System.Drawing.Size(134, 36);
            this.equipmentDropMenuButton.Text = "Оборудование";
            this.equipmentDropMenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.designRibbonControl.SetUseInQuickAccessMenu(this.equipmentDropMenuButton, false);
            this.equipmentDropMenuButton.DropDownOpening += new System.EventHandler(this.equipmentDropMenuButton_DropDownOpening);
            // 
            // findEquimpentMenuButton
            // 
            this.findEquimpentMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.findEquimpentMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("findEquimpentMenuButton.Image")));
            this.findEquimpentMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.findEquimpentMenuButton.Name = "findEquimpentMenuButton";
            this.findEquimpentMenuButton.Size = new System.Drawing.Size(84, 23);
            this.findEquimpentMenuButton.Text = "Поиск...";
            this.findEquimpentMenuButton.Click += new System.EventHandler(this.findEquimpentMenuButton_Click);
            // 
            // equipmentRefreshMenuButton
            // 
            this.equipmentRefreshMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.equipmentRefreshMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("equipmentRefreshMenuButton.Image")));
            this.equipmentRefreshMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.equipmentRefreshMenuButton.Name = "equipmentRefreshMenuButton";
            this.equipmentRefreshMenuButton.Size = new System.Drawing.Size(84, 23);
            this.equipmentRefreshMenuButton.Text = "Обновить";
            this.equipmentRefreshMenuButton.Visible = false;
            this.equipmentRefreshMenuButton.Click += new System.EventHandler(this.equipmentRefreshMenuButton_Click);
            // 
            // slidesMenuButton
            // 
            this.designRibbonControl.SetDescription(this.slidesMenuButton, "");
            this.slidesMenuButton.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.slidesMenuButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addSlideMenuButton,
            this.addLinkMenuButton,
            this.lockSlideMenuButton,
            this.unlockSlideMenuButton,
            this.lockAllMenuButton,
            this.unlockAllMenuButton,
            this.copyMenuButton,
            this.pasteMenuButton,
            this.removeMenuButton,
            this.findSlideMenuButton,
            this.slidePropsMenuButton,
            this.refreshSlidesMenuButton,
            this.slideToXmlMenuButton,
            this.slideFromXMLMenuButton,
            this.goFirstSlideMenuButton,
            this.goPrevSlideMenuButton,
            this.goNextSlideMenuButton,
            this.goLastSlideMenuButton});
            this.slidesMenuButton.DropDownText = "Сцены";
            this.slidesMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("slidesMenuButton.Image")));
            this.slidesMenuButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.slidesMenuButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.slidesMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.slidesMenuButton.Name = "slidesMenuButton";
            this.slidesMenuButton.Size = new System.Drawing.Size(134, 36);
            this.slidesMenuButton.Text = "Сцена";
            this.designRibbonControl.SetUseInQuickAccessMenu(this.slidesMenuButton, false);
            this.slidesMenuButton.DropDownOpening += new System.EventHandler(this.slidesMenuButton_DropDownOpening);
            // 
            // addSlideMenuButton
            // 
            this.addSlideMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.addSlideMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("addSlideMenuButton.Image")));
            this.addSlideMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.addSlideMenuButton.Name = "addSlideMenuButton";
            this.addSlideMenuButton.Size = new System.Drawing.Size(150, 23);
            this.addSlideMenuButton.Text = "Добавить сцену";
            this.addSlideMenuButton.Click += new System.EventHandler(this.addSlideMenuButton_Click);
            // 
            // addLinkMenuButton
            // 
            this.addLinkMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.addLinkMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("addLinkMenuButton.Image")));
            this.addLinkMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.addLinkMenuButton.Name = "addLinkMenuButton";
            this.addLinkMenuButton.Size = new System.Drawing.Size(150, 23);
            this.addLinkMenuButton.Text = "Добавить связь";
            this.addLinkMenuButton.Click += new System.EventHandler(this.addLinkMenuButton_Click);
            // 
            // lockSlideMenuButton
            // 
            this.lockSlideMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.lockSlideMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("lockSlideMenuButton.Image")));
            this.lockSlideMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.lockSlideMenuButton.Name = "lockSlideMenuButton";
            this.lockSlideMenuButton.Size = new System.Drawing.Size(150, 23);
            this.lockSlideMenuButton.Text = "Блокировать";
            this.lockSlideMenuButton.Click += new System.EventHandler(this.lockSlideMenuButton_Click);
            // 
            // unlockSlideMenuButton
            // 
            this.unlockSlideMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.unlockSlideMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("unlockSlideMenuButton.Image")));
            this.unlockSlideMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.unlockSlideMenuButton.Name = "unlockSlideMenuButton";
            this.unlockSlideMenuButton.Size = new System.Drawing.Size(150, 23);
            this.unlockSlideMenuButton.Text = "Разблокировать";
            this.unlockSlideMenuButton.Click += new System.EventHandler(this.unlockSlideMenuButton_Click);
            // 
            // lockAllMenuButton
            // 
            this.lockAllMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.lockAllMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("lockAllMenuButton.Image")));
            this.lockAllMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.lockAllMenuButton.Name = "lockAllMenuButton";
            this.lockAllMenuButton.Size = new System.Drawing.Size(150, 23);
            this.lockAllMenuButton.Text = "Блокировать все";
            this.lockAllMenuButton.ToolTipText = "Блокировать все";
            this.lockAllMenuButton.Click += new System.EventHandler(this.lockAllMenuButton_Click);
            // 
            // unlockAllMenuButton
            // 
            this.unlockAllMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.unlockAllMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("unlockAllMenuButton.Image")));
            this.unlockAllMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.unlockAllMenuButton.Name = "unlockAllMenuButton";
            this.unlockAllMenuButton.Size = new System.Drawing.Size(150, 23);
            this.unlockAllMenuButton.Text = "Разблокировать все";
            this.unlockAllMenuButton.ToolTipText = "Разблокировать все";
            this.unlockAllMenuButton.Click += new System.EventHandler(this.unlockAllMenuButton_Click);
            // 
            // copyMenuButton
            // 
            this.copyMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.copyMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("copyMenuButton.Image")));
            this.copyMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.copyMenuButton.Name = "copyMenuButton";
            this.copyMenuButton.Size = new System.Drawing.Size(150, 23);
            this.copyMenuButton.Text = "Копировать";
            this.copyMenuButton.Click += new System.EventHandler(this.copyMenuButton_Click);
            // 
            // pasteMenuButton
            // 
            this.pasteMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.pasteMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteMenuButton.Image")));
            this.pasteMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.pasteMenuButton.Name = "pasteMenuButton";
            this.pasteMenuButton.Size = new System.Drawing.Size(150, 23);
            this.pasteMenuButton.Text = "Вставить";
            this.pasteMenuButton.Click += new System.EventHandler(this.pasteMenuButton_Click);
            // 
            // removeMenuButton
            // 
            this.removeMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.removeMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("removeMenuButton.Image")));
            this.removeMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.removeMenuButton.Name = "removeMenuButton";
            this.removeMenuButton.Size = new System.Drawing.Size(150, 23);
            this.removeMenuButton.Text = "Удалить";
            this.removeMenuButton.Click += new System.EventHandler(this.removeMenuButton_Click);
            // 
            // findSlideMenuButton
            // 
            this.findSlideMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.findSlideMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("findSlideMenuButton.Image")));
            this.findSlideMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.findSlideMenuButton.Name = "findSlideMenuButton";
            this.findSlideMenuButton.Size = new System.Drawing.Size(150, 23);
            this.findSlideMenuButton.Text = "Поиск";
            this.findSlideMenuButton.Click += new System.EventHandler(this.findSlideMenuButton_Click);
            // 
            // slidePropsMenuButton
            // 
            this.slidePropsMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.slidePropsMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("slidePropsMenuButton.Image")));
            this.slidePropsMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.slidePropsMenuButton.Name = "slidePropsMenuButton";
            this.slidePropsMenuButton.Size = new System.Drawing.Size(150, 23);
            this.slidePropsMenuButton.Text = "Свойства сцены";
            this.slidePropsMenuButton.Click += new System.EventHandler(this.slidePropsMenuButton_Click);
            // 
            // refreshSlidesMenuButton
            // 
            this.refreshSlidesMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.refreshSlidesMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshSlidesMenuButton.Image")));
            this.refreshSlidesMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.refreshSlidesMenuButton.Name = "refreshSlidesMenuButton";
            this.refreshSlidesMenuButton.Size = new System.Drawing.Size(150, 23);
            this.refreshSlidesMenuButton.Text = "Обновить";
            this.refreshSlidesMenuButton.Visible = false;
            this.refreshSlidesMenuButton.Click += new System.EventHandler(this.refreshSlidesMenuButton_Click);
            // 
            // slideToXmlMenuButton
            // 
            this.slideToXmlMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.slideToXmlMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("slideToXmlMenuButton.Image")));
            this.slideToXmlMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.slideToXmlMenuButton.Name = "slideToXmlMenuButton";
            this.slideToXmlMenuButton.Size = new System.Drawing.Size(150, 23);
            this.slideToXmlMenuButton.Text = "Выгрузить в XML...";
            this.slideToXmlMenuButton.Click += new System.EventHandler(this.slideToXmlMenuButton_Click);
            // 
            // slideFromXMLMenuButton
            // 
            this.slideFromXMLMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.slideFromXMLMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("slideFromXMLMenuButton.Image")));
            this.slideFromXMLMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.slideFromXMLMenuButton.Name = "slideFromXMLMenuButton";
            this.slideFromXMLMenuButton.Size = new System.Drawing.Size(150, 23);
            this.slideFromXMLMenuButton.Text = "Загрузить из XML...";
            this.slideFromXMLMenuButton.Click += new System.EventHandler(this.slideFromXMLMenuButton_Click);
            // 
            // goFirstSlideMenuButton
            // 
            this.goFirstSlideMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.goFirstSlideMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("goFirstSlideMenuButton.Image")));
            this.goFirstSlideMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.goFirstSlideMenuButton.Name = "goFirstSlideMenuButton";
            this.goFirstSlideMenuButton.Size = new System.Drawing.Size(150, 23);
            this.goFirstSlideMenuButton.Text = "Первая сцена";
            this.goFirstSlideMenuButton.ToolTipText = "Перейти к первой сцене";
            this.goFirstSlideMenuButton.Click += new System.EventHandler(this.goFirstSlideMenuButton_Click);
            // 
            // goPrevSlideMenuButton
            // 
            this.goPrevSlideMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.goPrevSlideMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("goPrevSlideMenuButton.Image")));
            this.goPrevSlideMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.goPrevSlideMenuButton.Name = "goPrevSlideMenuButton";
            this.goPrevSlideMenuButton.Size = new System.Drawing.Size(150, 23);
            this.goPrevSlideMenuButton.Text = "Предыдущая сцена";
            this.goPrevSlideMenuButton.Click += new System.EventHandler(this.goPrevSlideMenuButton_Click);
            // 
            // goNextSlideMenuButton
            // 
            this.goNextSlideMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.goNextSlideMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("goNextSlideMenuButton.Image")));
            this.goNextSlideMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.goNextSlideMenuButton.Name = "goNextSlideMenuButton";
            this.goNextSlideMenuButton.Size = new System.Drawing.Size(150, 23);
            this.goNextSlideMenuButton.Text = "Следующая сцена";
            this.goNextSlideMenuButton.Click += new System.EventHandler(this.goNextSlideMenuButton_Click);
            // 
            // goLastSlideMenuButton
            // 
            this.goLastSlideMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.goLastSlideMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("goLastSlideMenuButton.Image")));
            this.goLastSlideMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.goLastSlideMenuButton.Name = "goLastSlideMenuButton";
            this.goLastSlideMenuButton.Size = new System.Drawing.Size(150, 23);
            this.goLastSlideMenuButton.Text = "Последняя сцена";
            this.goLastSlideMenuButton.Click += new System.EventHandler(this.goLastSlideMenuButton_Click);
            // 
            // layoutMenuButton
            // 
            this.designRibbonControl.SetDescription(this.layoutMenuButton, "");
            this.layoutMenuButton.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.layoutMenuButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.layoutWindowRemoveMenuButton,
            this.windowBringToFrontMenuButton,
            this.windowSendToBackMenuButton,
            this.windowMoveForwardMenuButton,
            this.windowMoveBackwardMenuButton,
            this.layoutBackgroundMenuButton,
            this.layoutPreviewMenuButton,
            this.toolStripLabel3,
            this.windowFullSizeMenuButton,
            this.x1Button,
            this.x2Button,
            this.x3Button});
            this.layoutMenuButton.DropDownText = "Раскладка";
            this.layoutMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("layoutMenuButton.Image")));
            this.layoutMenuButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.layoutMenuButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.layoutMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.layoutMenuButton.Name = "layoutMenuButton";
            this.layoutMenuButton.Size = new System.Drawing.Size(134, 36);
            this.layoutMenuButton.Text = "Раскладка";
            this.layoutMenuButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.designRibbonControl.SetUseInQuickAccessMenu(this.layoutMenuButton, false);
            this.layoutMenuButton.DropDownOpening += new System.EventHandler(this.layoutMenuButton_DropDownOpening);
            // 
            // layoutWindowRemoveMenuButton
            // 
            this.layoutWindowRemoveMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.layoutWindowRemoveMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("layoutWindowRemoveMenuButton.Image")));
            this.layoutWindowRemoveMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.layoutWindowRemoveMenuButton.Name = "layoutWindowRemoveMenuButton";
            this.layoutWindowRemoveMenuButton.Size = new System.Drawing.Size(196, 23);
            this.layoutWindowRemoveMenuButton.Text = "Удалить окно";
            this.layoutWindowRemoveMenuButton.Click += new System.EventHandler(this.layoutWindowRemoveMenuButton_Click);
            // 
            // windowBringToFrontMenuButton
            // 
            this.windowBringToFrontMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.windowBringToFrontMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("windowBringToFrontMenuButton.Image")));
            this.windowBringToFrontMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.windowBringToFrontMenuButton.Name = "windowBringToFrontMenuButton";
            this.windowBringToFrontMenuButton.Size = new System.Drawing.Size(196, 23);
            this.windowBringToFrontMenuButton.Text = "На передний план";
            this.windowBringToFrontMenuButton.Click += new System.EventHandler(this.windowBringToFrontMenuButton_Click);
            // 
            // windowSendToBackMenuButton
            // 
            this.windowSendToBackMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.windowSendToBackMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("windowSendToBackMenuButton.Image")));
            this.windowSendToBackMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.windowSendToBackMenuButton.Name = "windowSendToBackMenuButton";
            this.windowSendToBackMenuButton.Size = new System.Drawing.Size(196, 23);
            this.windowSendToBackMenuButton.Text = "На задний план";
            this.windowSendToBackMenuButton.Click += new System.EventHandler(this.windowSendToBackMenuButton_Click);
            // 
            // windowMoveForwardMenuButton
            // 
            this.windowMoveForwardMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.windowMoveForwardMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("windowMoveForwardMenuButton.Image")));
            this.windowMoveForwardMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.windowMoveForwardMenuButton.Name = "windowMoveForwardMenuButton";
            this.windowMoveForwardMenuButton.Size = new System.Drawing.Size(196, 23);
            this.windowMoveForwardMenuButton.Text = "Вперед";
            this.windowMoveForwardMenuButton.Click += new System.EventHandler(this.windowMoveForwardMenuButton_Click);
            // 
            // windowMoveBackwardMenuButton
            // 
            this.windowMoveBackwardMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.windowMoveBackwardMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("windowMoveBackwardMenuButton.Image")));
            this.windowMoveBackwardMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.windowMoveBackwardMenuButton.Name = "windowMoveBackwardMenuButton";
            this.windowMoveBackwardMenuButton.Size = new System.Drawing.Size(196, 23);
            this.windowMoveBackwardMenuButton.Text = "Назад";
            this.windowMoveBackwardMenuButton.Click += new System.EventHandler(this.windowMoveBackwardMenuButton_Click);
            // 
            // layoutBackgroundMenuButton
            // 
            this.layoutBackgroundMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.layoutBackgroundMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("layoutBackgroundMenuButton.Image")));
            this.layoutBackgroundMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.layoutBackgroundMenuButton.Name = "layoutBackgroundMenuButton";
            this.layoutBackgroundMenuButton.Size = new System.Drawing.Size(196, 23);
            this.layoutBackgroundMenuButton.Text = "Фон";
            this.layoutBackgroundMenuButton.Click += new System.EventHandler(this.layoutBackgroundMenuButton_Click);
            // 
            // layoutPreviewMenuButton
            // 
            this.layoutPreviewMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.layoutPreviewMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("layoutPreviewMenuButton.Image")));
            this.layoutPreviewMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.layoutPreviewMenuButton.Name = "layoutPreviewMenuButton";
            this.layoutPreviewMenuButton.Size = new System.Drawing.Size(196, 23);
            this.layoutPreviewMenuButton.Text = "Предварительный просмотр";
            this.layoutPreviewMenuButton.Click += new System.EventHandler(this.layoutPreviewMenuButton_Click);
            // 
            // toolStripLabel3
            // 
            this.toolStripLabel3.Enabled = false;
            this.toolStripLabel3.Name = "toolStripLabel3";
            this.toolStripLabel3.Size = new System.Drawing.Size(196, 13);
            this.toolStripLabel3.Text = "____________________________";
            // 
            // windowFullSizeMenuButton
            // 
            this.windowFullSizeMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.windowFullSizeMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("windowFullSizeMenuButton.Image")));
            this.windowFullSizeMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.windowFullSizeMenuButton.Name = "windowFullSizeMenuButton";
            this.windowFullSizeMenuButton.Size = new System.Drawing.Size(196, 23);
            this.windowFullSizeMenuButton.Text = "Во весь экран";
            this.windowFullSizeMenuButton.Click += new System.EventHandler(this.windowFullSizeMenuButton_Click);
            // 
            // x1Button
            // 
            this.x1Button.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.x1Button.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.x1Button.Name = "x1Button";
            this.x1Button.Size = new System.Drawing.Size(196, 17);
            this.x1Button.Text = "1x1";
            this.x1Button.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.x1Button.Click += new System.EventHandler(this.x1Button_Click);
            // 
            // x2Button
            // 
            this.x2Button.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.x2Button.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.x2Button.Name = "x2Button";
            this.x2Button.Size = new System.Drawing.Size(196, 17);
            this.x2Button.Text = "2x2";
            this.x2Button.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.x2Button.Click += new System.EventHandler(this.x2Button_Click);
            // 
            // x3Button
            // 
            this.x3Button.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.x3Button.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.x3Button.Name = "x3Button";
            this.x3Button.Size = new System.Drawing.Size(196, 17);
            this.x3Button.Text = "3x3";
            this.x3Button.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.x3Button.Click += new System.EventHandler(this.x3Button_Click);
            // 
            // closeMenuButton
            // 
            this.designRibbonControl.SetDescription(this.closeMenuButton, "");
            this.closeMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.closeMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("closeMenuButton.Image")));
            this.closeMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.closeMenuButton.Name = "closeMenuButton";
            this.closeMenuButton.Size = new System.Drawing.Size(62, 23);
            this.closeMenuButton.Text = "Закрыть";
            this.designRibbonControl.SetUseInQuickAccessMenu(this.closeMenuButton, false);
            this.closeMenuButton.Click += new System.EventHandler(this.closeMenuButton_Click);
            // 
            // superToolTip1
            // 
            this.superToolTip1.UseFading = Syncfusion.Windows.Forms.Tools.SuperToolTip.FadingType.System;
            // 
            // dockingClientPanel1
            // 
            this.dockingClientPanel1.Controls.Add(this.slideLayoutControl);
            this.dockingClientPanel1.Location = new System.Drawing.Point(192, 138);
            this.dockingClientPanel1.Name = "dockingClientPanel1";
            this.dockingClientPanel1.Size = new System.Drawing.Size(406, 308);
            this.dockingClientPanel1.SizeToFit = true;
            this.dockingClientPanel1.TabIndex = 34;
            // 
            // toolStripTabItem2
            // 
            this.toolStripTabItem2.Name = "toolStripTabItem2";
            // 
            // 
            // 
            this.toolStripTabItem2.Panel.Name = "";
            this.toolStripTabItem2.Panel.ScrollPosition = 0;
            this.toolStripTabItem2.Panel.TabIndex = 0;
            this.toolStripTabItem2.Panel.Text = "Действия";
            this.toolStripTabItem2.Size = new System.Drawing.Size(62, 19);
            this.toolStripTabItem2.Text = "Действия";
            // 
            // toolStripEx1
            // 
            this.toolStripEx1.AutoSize = false;
            this.toolStripEx1.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStripEx1.ForeColor = System.Drawing.Color.MidnightBlue;
            this.toolStripEx1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripEx1.Image = null;
            this.toolStripEx1.Location = new System.Drawing.Point(0, 1);
            this.toolStripEx1.Name = "toolStripEx1";
            this.toolStripEx1.ShowCaption = false;
            this.toolStripEx1.ShowItemToolTips = true;
            this.toolStripEx1.Size = new System.Drawing.Size(373, 49);
            this.toolStripEx1.TabIndex = 0;
            // 
            // PresentationDesignerForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(854, 697);
            this.Controls.Add(this.dockingClientPanel1);
            this.Controls.Add(this.designRibbonControl);
            this.Controls.Add(this.statusStrip);
            this.Cursor = System.Windows.Forms.Cursors.Default;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize = new System.Drawing.Size(640, 480);
            this.Name = "PresentationDesignerForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Подготовка сценария";
            this.Load += new System.EventHandler(this.PresentationDesignerForm_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PresentationDesignerForm_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager)).EndInit();
            this.statusStrip.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.designRibbonControl)).EndInit();
            this.designRibbonControl.ResumeLayout(false);
            this.designRibbonControl.PerformLayout();
            this.actionsTabItem.Panel.ResumeLayout(false);
            this.toolStripEx2.ResumeLayout(false);
            this.toolStripEx2.PerformLayout();
            this.dockingClientPanel1.ResumeLayout(false);
            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(AdministrationForm));
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgroupBar1 = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle1 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle2 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle3 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle4 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle2 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle3 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle4 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle5 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle6 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle7 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle8 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle9 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle10 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dockingManager1 = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
            this.groupBar1 = new Syncfusion.Windows.Forms.Tools.GroupBar();
            this.groupView1 = new Syncfusion.Windows.Forms.Tools.GroupView();
            this.groupBarItem1 = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
            this.btm1Save = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.statusStripEx1 = new Syncfusion.Windows.Forms.Tools.StatusStripEx();
            this.statusStripCount = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
            this.statusStripSelectedRow = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
            this.ribbonControlAdv1 = new UI.PresentationDesign.DesignUI.Helpers.RibbonControlExt();
            this.toolStripTabItem1 = new Syncfusion.Windows.Forms.Tools.ToolStripTabItem();
            this.toolStripEx2 = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
            this.btnSave = new System.Windows.Forms.ToolStripButton();
            this.btnCancel = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.btnAdd = new System.Windows.Forms.ToolStripButton();
            this.btnChange = new System.Windows.Forms.ToolStripButton();
            this.btnDelete = new System.Windows.Forms.ToolStripButton();
            this.btmEdit = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.btm1Cancel = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.btmSelect = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.btm2User = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.btm2Label = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.btm2Sysparam = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.btmCommand = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.btm3Add = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.btm3Change = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.btm3Delete = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.btnExitForm = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.menuButtonAbout = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.dockingClientPanel1 = new Syncfusion.Windows.Forms.Tools.DockingClientPanel();
            this.gridSystemParameters = new Syncfusion.Windows.Forms.Grid.GridControl();
            this.gridUserParametrs = new System.Windows.Forms.DataGridView();
            this.clmUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Login = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Roles = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Comments = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.gridLabelParameters = new System.Windows.Forms.DataGridView();
            this.clmLabel = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.LabelId = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.clmSign = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupBar1)).BeginInit();
            this.groupBar1.SuspendLayout();
            this.statusStripEx1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControlAdv1)).BeginInit();
            this.ribbonControlAdv1.SuspendLayout();
            this.toolStripTabItem1.Panel.SuspendLayout();
            this.toolStripEx2.SuspendLayout();
            this.dockingClientPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridSystemParameters)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridUserParametrs)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridLabelParameters)).BeginInit();
            this.SuspendLayout();
            // 
            // dockingManager1
            // 
            this.dockingManager1.AutoHideActiveControl = true;
            this.dockingManager1.AutoHideTabFont = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.CloseEnabled = false;
            this.dockingManager1.DockLayoutStream = ((System.IO.MemoryStream)(resources.GetObject("dockingManager1.DockLayoutStream")));
            this.dockingManager1.DockTabFont = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.DragProviderStyle = Syncfusion.Windows.Forms.Tools.DragProviderStyle.VS2008;
            this.dockingManager1.HostControl = this;
            this.dockingManager1.MenuButtonEnabled = false;
            this.dockingManager1.VisualStyle = Syncfusion.Windows.Forms.VisualStyle.Office2007;
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
            this.dockingManager1.SetDockLabel(this.groupBar1, "Выбор");
            ccbgroupBar1.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.groupBar1, ccbgroupBar1);
            // 
            // groupBar1
            // 
            this.groupBar1.AllowDrop = true;
            this.groupBar1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.groupBar1.Controls.Add(this.groupView1);
            this.dockingManager1.SetEnableDocking(this.groupBar1, true);
            this.groupBar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.groupBar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(77)))), ((int)(((byte)(140)))));
            this.groupBar1.GroupBarItems.AddRange(new Syncfusion.Windows.Forms.Tools.GroupBarItem[] {
            this.groupBarItem1});
            this.groupBar1.Location = new System.Drawing.Point(3, 23);
            this.groupBar1.Name = "groupBar1";
            this.groupBar1.PopupClientSize = new System.Drawing.Size(0, 0);
            this.groupBar1.SelectedItem = 0;
            this.groupBar1.Size = new System.Drawing.Size(183, 377);
            this.groupBar1.TabIndex = 3;
            this.groupBar1.Text = "Выбор";
            this.groupBar1.VisualStyle = Syncfusion.Windows.Forms.VisualStyle.Office2007;
            // 
            // groupView1
            // 
            this.groupView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            this.groupView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.groupView1.ButtonView = true;
            this.groupView1.FlatLook = true;
            this.groupView1.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this.groupView1.GroupViewItems.AddRange(new Syncfusion.Windows.Forms.Tools.GroupViewItem[] {
            new Syncfusion.Windows.Forms.Tools.GroupViewItem("Справочник пользователей", -1, true, null, "Справочник пользователей"),
            new Syncfusion.Windows.Forms.Tools.GroupViewItem("Справочник меток", -1, true, null, "Справочник меток"),
            new Syncfusion.Windows.Forms.Tools.GroupViewItem("Параметры работы Системы", -1, true, null, "Параметры работы Системы")});
            this.groupView1.HighlightItemColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(238)))), ((int)(((byte)(194)))));
            this.groupView1.IntegratedScrolling = true;
            this.groupView1.ItemYSpacing = 1;
            this.groupView1.LargeImageList = null;
            this.groupView1.Location = new System.Drawing.Point(1, 23);
            this.groupView1.Name = "groupView1";
            this.groupView1.SelectedHighlightItemColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(128)))), ((int)(((byte)(62)))));
            this.groupView1.SelectedItem = 0;
            this.groupView1.SelectedItemColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(111)))));
            this.groupView1.SelectingItemColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(111)))));
            this.groupView1.Size = new System.Drawing.Size(181, 353);
            this.groupView1.SmallImageList = null;
            this.groupView1.TabIndex = 0;
            this.groupView1.Text = "groupView1";
            this.groupView1.GroupViewItemSelected += new System.EventHandler(this.groupView1_GroupViewItemSelected);
            // 
            // groupBarItem1
            // 
            this.groupBarItem1.Client = this.groupView1;
            this.groupBarItem1.Text = "Администрирование";
            // 
            // btm1Save
            // 
            this.btm1Save.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btm1Save.Image = ((System.Drawing.Image)(resources.GetObject("btm1Save.Image")));
            this.btm1Save.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btm1Save.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btm1Save.Name = "btm1Save";
            this.btm1Save.Size = new System.Drawing.Size(105, 36);
            this.btm1Save.Text = "Сохранить";
            this.btm1Save.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btm1Save.Click += new System.EventHandler(this.btm1Save_Click);
            // 
            // statusStripEx1
            // 
            this.statusStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statusStripCount,
            this.statusStripSelectedRow});
            this.statusStripEx1.Location = new System.Drawing.Point(1, 528);
            this.statusStripEx1.Name = "statusStripEx1";
            this.statusStripEx1.Size = new System.Drawing.Size(713, 22);
            this.statusStripEx1.TabIndex = 0;
            this.statusStripEx1.Text = "statusStripEx1";
            // 
            // statusStripCount
            // 
            this.statusStripCount.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
            this.statusStripCount.Name = "statusStripCount";
            this.statusStripCount.Size = new System.Drawing.Size(78, 13);
            this.statusStripCount.Text = "Всего записей";
            // 
            // statusStripSelectedRow
            // 
            this.statusStripSelectedRow.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
            this.statusStripSelectedRow.Name = "statusStripSelectedRow";
            this.statusStripSelectedRow.Size = new System.Drawing.Size(89, 13);
            this.statusStripSelectedRow.Text = "Текущая запись";
            // 
            // ribbonControlAdv1
            // 
            this.ribbonControlAdv1.AllowCollapse = false;
            this.ribbonControlAdv1.Header.AddMainItem(toolStripTabItem1);
            this.ribbonControlAdv1.Location = new System.Drawing.Point(1, 0);
            this.ribbonControlAdv1.MenuButtonImage = ((System.Drawing.Image)(resources.GetObject("ribbonControlAdv1.MenuButtonImage")));
            this.ribbonControlAdv1.Name = "ribbonControlAdv1";
            this.ribbonControlAdv1.OfficeColorScheme = Syncfusion.Windows.Forms.Tools.ToolStripEx.ColorScheme.Blue;
            // 
            // ribbonControlAdv1.OfficeMenu
            // 
            this.ribbonControlAdv1.OfficeMenu.AutoSize = false;
            this.ribbonControlAdv1.OfficeMenu.MainPanel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btmEdit,
            this.btmSelect,
            this.btmCommand});
            this.ribbonControlAdv1.OfficeMenu.Name = "OfficeMenu";
            this.ribbonControlAdv1.OfficeMenu.Size = new System.Drawing.Size(194, 169);
            this.ribbonControlAdv1.OfficeMenu.SystemPanel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnExitForm,
            this.menuButtonAbout});
            this.ribbonControlAdv1.OfficeMenu.Tag = "Administration";
            this.ribbonControlAdv1.QuickPanelVisible = false;
            this.ribbonControlAdv1.ShowCaption = false;
            this.ribbonControlAdv1.ShowLauncher = false;
            this.ribbonControlAdv1.Size = new System.Drawing.Size(713, 120);
            this.ribbonControlAdv1.SystemText.QuickAccessDialogDropDownName = "Start menu";
            this.ribbonControlAdv1.TabIndex = 1;
            this.ribbonControlAdv1.Text = "Административная консоль";
            this.ribbonControlAdv1.Click += new System.EventHandler(this.ribbonControlAdv1_Click);
            // 
            // toolStripTabItem1
            // 
            this.ribbonControlAdv1.SetDescription(this.toolStripTabItem1, "");
            this.toolStripTabItem1.Name = "toolStripTabItem1";
            // 
            // ribbonControlAdv1.ribbonPanel1
            // 
            this.toolStripTabItem1.Panel.Controls.Add(this.toolStripEx2);
            this.toolStripTabItem1.Panel.Name = "ribbonPanel1";
            this.toolStripTabItem1.Panel.ScrollPosition = 0;
            this.toolStripTabItem1.Panel.TabIndex = 2;
            this.toolStripTabItem1.Panel.Text = "Действия";
            this.toolStripTabItem1.Size = new System.Drawing.Size(62, 19);
            this.toolStripTabItem1.Text = "Действия";
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.toolStripTabItem1, false);
            // 
            // toolStripEx2
            // 
            this.toolStripEx2.AutoSize = false;
            this.ribbonControlAdv1.SetDescription(this.toolStripEx2, "");
            this.toolStripEx2.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStripEx2.ForeColor = System.Drawing.Color.MidnightBlue;
            this.toolStripEx2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripEx2.Image = null;
            this.toolStripEx2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnSave,
            this.btnCancel,
            this.toolStripSeparator1,
            this.btnAdd,
            this.btnChange,
            this.btnDelete});
            this.toolStripEx2.LauncherStyle = Syncfusion.Windows.Forms.Tools.LauncherStyle.Office12;
            this.toolStripEx2.Location = new System.Drawing.Point(0, 1);
            this.toolStripEx2.Name = "toolStripEx2";
            this.toolStripEx2.OfficeColorScheme = Syncfusion.Windows.Forms.Tools.ToolStripEx.ColorScheme.Blue;
            this.toolStripEx2.Size = new System.Drawing.Size(331, 59);
            this.toolStripEx2.TabIndex = 0;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.toolStripEx2, false);
            // 
            // btnSave
            // 
            this.ribbonControlAdv1.SetDescription(this.btnSave, "");
            this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
            this.btnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(66, 52);
            this.btnSave.Tag = "Designer";
            this.btnSave.Text = "Сохранить";
            this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btnSave, false);
            this.btnSave.Click += new System.EventHandler(this.btm1Save_Click);
            // 
            // btnCancel
            // 
            this.ribbonControlAdv1.SetDescription(this.btnCancel, "");
            this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
            this.btnCancel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(61, 52);
            this.btnCancel.Tag = "Designer";
            this.btnCancel.Text = "Отменить";
            this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btnCancel, false);
            this.btnCancel.Click += new System.EventHandler(this.btm1Cancel_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 55);
            // 
            // btnAdd
            // 
            this.btnAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
            this.ribbonControlAdv1.SetDescription(this.btnAdd, "");
            this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
            this.btnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(61, 52);
            this.btnAdd.Tag = "Designer";
            this.btnAdd.Text = "Добавить";
            this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btnAdd, false);
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // btnChange
            // 
            this.ribbonControlAdv1.SetDescription(this.btnChange, "");
            this.btnChange.Image = ((System.Drawing.Image)(resources.GetObject("btnChange.Image")));
            this.btnChange.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnChange.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnChange.Name = "btnChange";
            this.btnChange.Size = new System.Drawing.Size(59, 52);
            this.btnChange.Tag = "Designer";
            this.btnChange.Text = "Изменить";
            this.btnChange.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btnChange, false);
            this.btnChange.Click += new System.EventHandler(this.btnChange_Click);
            // 
            // btnDelete
            // 
            this.ribbonControlAdv1.SetDescription(this.btnDelete, "");
            this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
            this.btnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(55, 52);
            this.btnDelete.Tag = "Designer";
            this.btnDelete.Text = "Удалить";
            this.btnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btnDelete, false);
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            // 
            // btmEdit
            // 
            this.btmEdit.AutoSize = false;
            this.ribbonControlAdv1.SetDescription(this.btmEdit, "");
            this.btmEdit.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.btmEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btm1Save,
            this.btm1Cancel});
            this.btmEdit.Image = ((System.Drawing.Image)(resources.GetObject("btmEdit.Image")));
            this.btmEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btmEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btmEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btmEdit.Name = "btmEdit";
            this.btmEdit.Size = new System.Drawing.Size(182, 36);
            this.btmEdit.Text = "Правка";
            this.btmEdit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btmEdit, false);
            // 
            // btm1Cancel
            // 
            this.btm1Cancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btm1Cancel.Image = ((System.Drawing.Image)(resources.GetObject("btm1Cancel.Image")));
            this.btm1Cancel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btm1Cancel.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btm1Cancel.Name = "btm1Cancel";
            this.btm1Cancel.Size = new System.Drawing.Size(105, 36);
            this.btm1Cancel.Text = "Отменить";
            this.btm1Cancel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btm1Cancel.Click += new System.EventHandler(this.btm1Cancel_Click);
            // 
            // btmSelect
            // 
            this.ribbonControlAdv1.SetDescription(this.btmSelect, "");
            this.btmSelect.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.btmSelect.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btm2User,
            this.btm2Label,
            this.btm2Sysparam});
            this.btmSelect.Image = ((System.Drawing.Image)(resources.GetObject("btmSelect.Image")));
            this.btmSelect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btmSelect.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btmSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btmSelect.Name = "btmSelect";
            this.btmSelect.Size = new System.Drawing.Size(182, 36);
            this.btmSelect.Text = "Выбор";
            this.btmSelect.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btmSelect, false);
            // 
            // btm2User
            // 
            this.btm2User.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btm2User.Image = ((System.Drawing.Image)(resources.GetObject("btm2User.Image")));
            this.btm2User.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btm2User.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btm2User.Name = "btm2User";
            this.btm2User.Size = new System.Drawing.Size(213, 36);
            this.btm2User.Text = "Справочник пользователей";
            this.btm2User.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btm2User.Click += new System.EventHandler(this.btm2User_Click);
            // 
            // btm2Label
            // 
            this.btm2Label.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btm2Label.Image = ((System.Drawing.Image)(resources.GetObject("btm2Label.Image")));
            this.btm2Label.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btm2Label.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btm2Label.Name = "btm2Label";
            this.btm2Label.Size = new System.Drawing.Size(213, 36);
            this.btm2Label.Text = "Справочник меток";
            this.btm2Label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btm2Label.Click += new System.EventHandler(this.btm2Label_Click);
            // 
            // btm2Sysparam
            // 
            this.btm2Sysparam.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btm2Sysparam.Image = ((System.Drawing.Image)(resources.GetObject("btm2Sysparam.Image")));
            this.btm2Sysparam.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btm2Sysparam.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btm2Sysparam.Name = "btm2Sysparam";
            this.btm2Sysparam.Size = new System.Drawing.Size(213, 36);
            this.btm2Sysparam.Text = "Параметры работы Системы";
            this.btm2Sysparam.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btm2Sysparam.Click += new System.EventHandler(this.btm2Sysparam_Click);
            // 
            // btmCommand
            // 
            this.ribbonControlAdv1.SetDescription(this.btmCommand, "");
            this.btmCommand.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.btmCommand.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btm3Add,
            this.btm3Change,
            this.btm3Delete});
            this.btmCommand.Image = ((System.Drawing.Image)(resources.GetObject("btmCommand.Image")));
            this.btmCommand.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btmCommand.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btmCommand.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btmCommand.Name = "btmCommand";
            this.btmCommand.Size = new System.Drawing.Size(182, 36);
            this.btmCommand.Text = "Команда";
            this.btmCommand.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btmCommand, false);
            // 
            // btm3Add
            // 
            this.btm3Add.AutoSize = false;
            this.btm3Add.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btm3Add.Image = ((System.Drawing.Image)(resources.GetObject("btm3Add.Image")));
            this.btm3Add.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btm3Add.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btm3Add.Name = "btm3Add";
            this.btm3Add.Size = new System.Drawing.Size(105, 36);
            this.btm3Add.Text = "Добавить";
            this.btm3Add.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btm3Add.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // btm3Change
            // 
            this.btm3Change.AutoSize = false;
            this.btm3Change.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btm3Change.Image = ((System.Drawing.Image)(resources.GetObject("btm3Change.Image")));
            this.btm3Change.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btm3Change.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btm3Change.Name = "btm3Change";
            this.btm3Change.Size = new System.Drawing.Size(105, 36);
            this.btm3Change.Text = "Изменить";
            this.btm3Change.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btm3Change.Click += new System.EventHandler(this.btnChange_Click);
            // 
            // btm3Delete
            // 
            this.btm3Delete.AutoSize = false;
            this.btm3Delete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btm3Delete.Image = ((System.Drawing.Image)(resources.GetObject("btm3Delete.Image")));
            this.btm3Delete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btm3Delete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btm3Delete.Name = "btm3Delete";
            this.btm3Delete.Size = new System.Drawing.Size(105, 36);
            this.btm3Delete.Text = "Удалить";
            this.btm3Delete.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btm3Delete.Click += new System.EventHandler(this.btnDelete_Click);
            // 
            // btnExitForm
            // 
            this.ribbonControlAdv1.SetDescription(this.btnExitForm, "");
            this.btnExitForm.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btnExitForm.Image = ((System.Drawing.Image)(resources.GetObject("btnExitForm.Image")));
            this.btnExitForm.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnExitForm.Name = "btnExitForm";
            this.btnExitForm.Size = new System.Drawing.Size(67, 23);
            this.btnExitForm.Text = "Выход";
            this.btnExitForm.ToolTipText = "Выход";
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btnExitForm, false);
            this.btnExitForm.Click += new System.EventHandler(this.btnExitForm_Click);
            // 
            // menuButtonAbout
            // 
            this.ribbonControlAdv1.SetDescription(this.menuButtonAbout, "");
            this.menuButtonAbout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.menuButtonAbout.Image = ((System.Drawing.Image)(resources.GetObject("menuButtonAbout.Image")));
            this.menuButtonAbout.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.menuButtonAbout.Name = "menuButtonAbout";
            this.menuButtonAbout.Size = new System.Drawing.Size(102, 23);
            this.menuButtonAbout.Text = "О программе";
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.menuButtonAbout, false);
            this.menuButtonAbout.Click += new System.EventHandler(this.menuButtonAbout_Click);
            // 
            // dockingClientPanel1
            // 
            this.dockingClientPanel1.AutoSize = true;
            this.dockingClientPanel1.Controls.Add(this.gridSystemParameters);
            this.dockingClientPanel1.Controls.Add(this.gridUserParametrs);
            this.dockingClientPanel1.Controls.Add(this.gridLabelParameters);
            this.dockingClientPanel1.Location = new System.Drawing.Point(199, 121);
            this.dockingClientPanel1.Name = "dockingClientPanel1";
            this.dockingClientPanel1.Size = new System.Drawing.Size(510, 403);
            this.dockingClientPanel1.SizeToFit = true;
            this.dockingClientPanel1.TabIndex = 10;
            // 
            // gridSystemParameters
            // 
            this.gridSystemParameters.AccelerateScrolling = Syncfusion.Windows.Forms.AccelerateScrollingBehavior.None;
            this.gridSystemParameters.AllowSelection = ((Syncfusion.Windows.Forms.Grid.GridSelectionFlags)((((((Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Table | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Cell)
                        | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Multiple)
                        | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Shift)
                        | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Keyboard)
                        | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.AlphaBlend)));
            this.gridSystemParameters.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.gridSystemParameters.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            gridBaseStyle1.Name = "Row Header";
            gridBaseStyle1.StyleInfo.BaseStyle = "Header";
            gridBaseStyle1.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
            gridBaseStyle1.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle2.Name = "Column Header";
            gridBaseStyle2.StyleInfo.BaseStyle = "Header";
            gridBaseStyle2.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
            gridBaseStyle3.Name = "Standard";
            gridBaseStyle3.StyleInfo.Font.Facename = "Tahoma";
            gridBaseStyle3.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
            gridBaseStyle4.Name = "Header";
            gridBaseStyle4.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle4.StyleInfo.Borders.Left = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle4.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle4.StyleInfo.Borders.Top = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle4.StyleInfo.CellType = "Header";
            gridBaseStyle4.StyleInfo.Font.Bold = true;
            gridBaseStyle4.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle4.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
            this.gridSystemParameters.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
            gridBaseStyle1,
            gridBaseStyle2,
            gridBaseStyle3,
            gridBaseStyle4});
            this.gridSystemParameters.ColCount = 3;
            this.gridSystemParameters.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
            new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 0),
            new Syncfusion.Windows.Forms.Grid.GridColWidth(1, 165),
            new Syncfusion.Windows.Forms.Grid.GridColWidth(2, 141),
            new Syncfusion.Windows.Forms.Grid.GridColWidth(3, 205)});
            this.gridSystemParameters.ControllerOptions = Syncfusion.Windows.Forms.Grid.GridControllerOptions.ClickCells;
            this.gridSystemParameters.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridSystemParameters.DragSelectedCellsMouseButtonsMask = System.Windows.Forms.MouseButtons.None;
            this.gridSystemParameters.ForeColor = System.Drawing.SystemColors.ControlText;
            this.gridSystemParameters.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Office2007Blue;
            this.gridSystemParameters.HScrollBehavior = Syncfusion.Windows.Forms.Grid.GridScrollbarMode.Disabled;
            this.gridSystemParameters.Location = new System.Drawing.Point(0, 0);
            this.gridSystemParameters.MouseWheelScrollLines = 1;
            this.gridSystemParameters.Name = "gridSystemParameters";
            this.gridSystemParameters.Office2007ScrollBars = true;
            this.gridSystemParameters.Properties.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            this.gridSystemParameters.Properties.RowHeaders = false;
            gridRangeStyle1.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Col(1);
            gridRangeStyle1.StyleInfo.CellType = "Static";
            gridRangeStyle1.StyleInfo.ReadOnly = true;
            gridRangeStyle2.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Col(3);
            gridRangeStyle2.StyleInfo.CellType = "Static";
            gridRangeStyle2.StyleInfo.ReadOnly = true;
            gridRangeStyle2.StyleInfo.ShowButtons = Syncfusion.Windows.Forms.Grid.GridShowButtons.Show;
            gridRangeStyle3.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cell(0, 1);
            gridRangeStyle3.StyleInfo.Text = "Параметр";
            gridRangeStyle4.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cell(0, 2);
            gridRangeStyle4.StyleInfo.Text = "Значение параметра";
            gridRangeStyle5.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cell(0, 3);
            gridRangeStyle5.StyleInfo.Text = "Комментарий";
            gridRangeStyle6.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cells(1, 1, 4, 1);
            gridRangeStyle6.StyleInfo.Text = "";
            gridRangeStyle7.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cell(1, 2);
            gridRangeStyle7.StyleInfo.CellType = "Control";
            gridRangeStyle7.StyleInfo.DropDownStyle = Syncfusion.Windows.Forms.Grid.GridDropDownStyle.Exclusive;
            gridRangeStyle8.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cell(2, 2);
            gridRangeStyle8.StyleInfo.CellType = "TextBox";
            gridRangeStyle8.StyleInfo.CellValueType = null;
            gridRangeStyle9.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cell(3, 2);
            gridRangeStyle9.StyleInfo.CellType = "Control";
            gridRangeStyle9.StyleInfo.DropDownStyle = Syncfusion.Windows.Forms.Grid.GridDropDownStyle.Exclusive;
            gridRangeStyle9.StyleInfo.ShowButtons = Syncfusion.Windows.Forms.Grid.GridShowButtons.Show;
            gridRangeStyle10.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cell(4, 2);
            gridRangeStyle10.StyleInfo.CellType = "MaskEdit";
            gridRangeStyle10.StyleInfo.MaskEdit.ClipMode = Syncfusion.Windows.Forms.Tools.ClipModes.ExcludeLiterals;
            gridRangeStyle10.StyleInfo.MaskEdit.Mask = "#999999";
            gridRangeStyle10.StyleInfo.MaskEdit.MaxValue = new decimal(new int[] {
            4294967,
            0,
            0,
            0});
            gridRangeStyle10.StyleInfo.MaskEdit.MinValue = new decimal(new int[] {
            1,
            0,
            0,
            0});
            gridRangeStyle10.StyleInfo.MaskEdit.PaddingCharacter = '\0';
            gridRangeStyle10.StyleInfo.MaskEdit.PassivePromptCharacter = '\0';
            gridRangeStyle10.StyleInfo.MaskEdit.PromptCharacter = '\0';
            gridRangeStyle10.StyleInfo.MaskEdit.UsageMode = Syncfusion.Windows.Forms.Tools.MaskedUsageMode.Numeric;
            gridRangeStyle10.StyleInfo.ShowButtons = Syncfusion.Windows.Forms.Grid.GridShowButtons.ShowCurrentCell;
            gridRangeStyle10.StyleInfo.ValidateValue.ErrorMessage = "Некоректное значение";
            gridRangeStyle10.StyleInfo.ValidateValue.Maximum = 4294967;
            gridRangeStyle10.StyleInfo.ValidateValue.Minimum = 1;
            gridRangeStyle10.StyleInfo.ValidateValue.NumberRequired = true;
            this.gridSystemParameters.RangeStyles.AddRange(new Syncfusion.Windows.Forms.Grid.GridRangeStyle[] {
            gridRangeStyle1,
            gridRangeStyle2,
            gridRangeStyle3,
            gridRangeStyle4,
            gridRangeStyle5,
            gridRangeStyle6,
            gridRangeStyle7,
            gridRangeStyle8,
            gridRangeStyle9,
            gridRangeStyle10});
            this.gridSystemParameters.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.gridSystemParameters.RowCount = 4;
            this.gridSystemParameters.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 23),
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(1, 33),
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(2, 33),
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(3, 33),
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(4, 33),
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(5, 33)});
            this.gridSystemParameters.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeAsRangeStylesIntoCode;
            this.gridSystemParameters.Size = new System.Drawing.Size(510, 403);
            this.gridSystemParameters.SmartSizeBox = false;
            this.gridSystemParameters.TabIndex = 2;
            this.gridSystemParameters.TabStop = false;
            this.gridSystemParameters.UseRightToLeftCompatibleTextBox = true;
            this.gridSystemParameters.VScrollBehavior = Syncfusion.Windows.Forms.Grid.GridScrollbarMode.Automatic;
            this.gridSystemParameters.Resize += new System.EventHandler(this.gridSystemParameters_Resize);
            this.gridSystemParameters.CellClick += new Syncfusion.Windows.Forms.Grid.GridCellClickEventHandler(this.gridSystemParameters_CellClick);
            // 
            // gridUserParametrs
            // 
            this.gridUserParametrs.AllowUserToAddRows = false;
            this.gridUserParametrs.AllowUserToDeleteRows = false;
            this.gridUserParametrs.AllowUserToOrderColumns = true;
            this.gridUserParametrs.AllowUserToResizeRows = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(200)))), ((int)(((byte)(250)))));
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.Highlight;
            this.gridUserParametrs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.gridUserParametrs.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.gridUserParametrs.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            this.gridUserParametrs.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.gridUserParametrs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(158)))), ((int)(((byte)(252)))));
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.MidnightBlue;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.MenuHighlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.gridUserParametrs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.gridUserParametrs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.clmUserName,
            this.Login,
            this.Roles,
            this.Comments,
            this.Id});
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(204)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HotTrack;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.gridUserParametrs.DefaultCellStyle = dataGridViewCellStyle3;
            this.gridUserParametrs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridUserParametrs.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(200)))), ((int)(((byte)(220)))));
            this.gridUserParametrs.Location = new System.Drawing.Point(0, 0);
            this.gridUserParametrs.MultiSelect = false;
            this.gridUserParametrs.Name = "gridUserParametrs";
            this.gridUserParametrs.RowHeadersVisible = false;
            dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(200)))), ((int)(((byte)(250)))));
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.Highlight;
            this.gridUserParametrs.RowsDefaultCellStyle = dataGridViewCellStyle4;
            this.gridUserParametrs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.gridUserParametrs.Size = new System.Drawing.Size(510, 403);
            this.gridUserParametrs.TabIndex = 0;
            this.gridUserParametrs.Sorted += new System.EventHandler(this.gridUserParametrs_Sorted);
            this.gridUserParametrs.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.gridUserParametrs_CellFormatting);
            this.gridUserParametrs.SelectionChanged += new System.EventHandler(this.gridUserParametrs_SelectionChanged);
            // 
            // clmUserName
            // 
            this.clmUserName.DataPropertyName = "FullName";
            this.clmUserName.HeaderText = "ФИО";
            this.clmUserName.Name = "clmUserName";
            this.clmUserName.ReadOnly = true;
            // 
            // Login
            // 
            this.Login.DataPropertyName = "Login";
            this.Login.HeaderText = "Логин";
            this.Login.Name = "Login";
            this.Login.ReadOnly = true;
            // 
            // Roles
            // 
            this.Roles.DataPropertyName = "Role";
            this.Roles.HeaderText = "Роли";
            this.Roles.Name = "Roles";
            this.Roles.ReadOnly = true;
            // 
            // Comments
            // 
            this.Comments.DataPropertyName = "Comment";
            this.Comments.HeaderText = "Комментарий";
            this.Comments.Name = "Comments";
            this.Comments.ReadOnly = true;
            // 
            // Id
            // 
            this.Id.DataPropertyName = "Id";
            this.Id.HeaderText = "Id";
            this.Id.Name = "Id";
            this.Id.Visible = false;
            // 
            // gridLabelParameters
            // 
            this.gridLabelParameters.AllowUserToAddRows = false;
            this.gridLabelParameters.AllowUserToDeleteRows = false;
            this.gridLabelParameters.AllowUserToOrderColumns = true;
            this.gridLabelParameters.AllowUserToResizeRows = false;
            dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            this.gridLabelParameters.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
            this.gridLabelParameters.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.gridLabelParameters.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            this.gridLabelParameters.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.gridLabelParameters.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(158)))), ((int)(((byte)(252)))));
            dataGridViewCellStyle6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle6.ForeColor = System.Drawing.Color.MidnightBlue;
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.MediumBlue;
            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.gridLabelParameters.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
            this.gridLabelParameters.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.clmLabel,
            this.LabelId,
            this.clmSign});
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(234)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HotTrack;
            dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.gridLabelParameters.DefaultCellStyle = dataGridViewCellStyle7;
            this.gridLabelParameters.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridLabelParameters.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(200)))), ((int)(((byte)(220)))));
            this.gridLabelParameters.Location = new System.Drawing.Point(0, 0);
            this.gridLabelParameters.MultiSelect = false;
            this.gridLabelParameters.Name = "gridLabelParameters";
            this.gridLabelParameters.RowHeadersVisible = false;
            dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(200)))), ((int)(((byte)(250)))));
            dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.Highlight;
            this.gridLabelParameters.RowsDefaultCellStyle = dataGridViewCellStyle8;
            this.gridLabelParameters.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            this.gridLabelParameters.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.SystemColors.ControlText;
            this.gridLabelParameters.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(200)))), ((int)(((byte)(250)))));
            this.gridLabelParameters.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.SystemColors.Highlight;
            this.gridLabelParameters.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.gridLabelParameters.Size = new System.Drawing.Size(510, 403);
            this.gridLabelParameters.TabIndex = 1;
            this.gridLabelParameters.Sorted += new System.EventHandler(this.gridLabelParameters_Sorted);
            this.gridLabelParameters.SelectionChanged += new System.EventHandler(this.gridLabelParameters_SelectionChanged);
            // 
            // clmLabel
            // 
            this.clmLabel.DataPropertyName = "Name";
            this.clmLabel.HeaderText = "Метка";
            this.clmLabel.Name = "clmLabel";
            this.clmLabel.ReadOnly = true;
            // 
            // LabelId
            // 
            this.LabelId.DataPropertyName = "Id";
            this.LabelId.HeaderText = "Id";
            this.LabelId.Name = "LabelId";
            this.LabelId.Visible = false;
            // 
            // clmSign
            // 
            this.clmSign.DataPropertyName = "Type";
            this.clmSign.HeaderText = "Признак";
            this.clmSign.Name = "clmSign";
            this.clmSign.ReadOnly = true;
            // 
            // AdministrationForm
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(715, 552);
            this.Controls.Add(this.dockingClientPanel1);
            this.Controls.Add(this.ribbonControlAdv1);
            this.Controls.Add(this.statusStripEx1);
            this.Cursor = System.Windows.Forms.Cursors.Default;
            this.Name = "AdministrationForm";
            this.Text = "ВИРД - Администрирование";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AdministrationForm_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupBar1)).EndInit();
            this.groupBar1.ResumeLayout(false);
            this.statusStripEx1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControlAdv1)).EndInit();
            this.ribbonControlAdv1.ResumeLayout(false);
            this.ribbonControlAdv1.PerformLayout();
            this.toolStripTabItem1.Panel.ResumeLayout(false);
            this.toolStripEx2.ResumeLayout(false);
            this.toolStripEx2.PerformLayout();
            this.dockingClientPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridSystemParameters)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridUserParametrs)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridLabelParameters)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 12
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(Form1));
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgroupBar1 = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     this.dockingManager1    = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
     this.groupBar1          = new Syncfusion.Windows.Forms.Tools.GroupBar();
     this.calculatorControl1 = new Syncfusion.Windows.Forms.Tools.CalculatorControl();
     this.groupBarItem1      = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
     this.groupBarItem2      = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
     this.groupBarItem3      = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
     this.groupBarItem4      = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
     this.comboBox1          = new System.Windows.Forms.ComboBox();
     this.comboBox2          = new System.Windows.Forms.ComboBox();
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.xpTaskPane1        = new Syncfusion.Windows.Forms.Tools.XPTaskPane();
     this.wizardContainer1   = new Syncfusion.Windows.Forms.Tools.WizardContainer();
     this.xpTaskPage1        = new Syncfusion.Windows.Forms.Tools.XPTaskPage();
     this.colorPickerUIAdv1  = new Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv();
     this.gradientPanelExt1  = new Syncfusion.Windows.Forms.Tools.GradientPanelExt();
     this.autoLabel1         = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     this.toolStripEx1       = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.toolStripLabel1    = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabel2    = new System.Windows.Forms.ToolStripLabel();
     ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupBar1)).BeginInit();
     this.groupBar1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xpTaskPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xpTaskPane1.Header)).BeginInit();
     this.xpTaskPane1.SuspendLayout();
     this.wizardContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xpTaskPage1)).BeginInit();
     this.xpTaskPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanelExt1)).BeginInit();
     this.gradientPanelExt1.SuspendLayout();
     this.toolStripEx1.SuspendLayout();
     this.SuspendLayout();
     //
     // dockingManager1
     //
     this.dockingManager1.ActiveCaptionFont   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.dockingManager1.DockLayoutStream    = ((System.IO.MemoryStream)(resources.GetObject("dockingManager1.DockLayoutStream")));
     this.dockingManager1.HostControl         = this;
     this.dockingManager1.InActiveCaptionFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.dockingManager1.MetroButtonColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     // this.dockingManager1.MetroCaptionColor = System.Drawing.Color.White;
     this.dockingManager1.MetroColor             = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.dockingManager1.MetroSplitterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(159)))), ((int)(((byte)(183)))));
     this.dockingManager1.ReduceFlickeringInRtl  = false;
     this.dockingManager1.VisualStyle            = Syncfusion.Windows.Forms.VisualStyle.Office2007;
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
     this.dockingManager1.SetDockLabel(this.groupBar1, "groupBar1");
     this.dockingManager1.SetEnableDocking(this.groupBar1, true);
     ccbgroupBar1.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.groupBar1, ccbgroupBar1);
     //
     // groupBar1
     //
     this.groupBar1.AllowDrop         = true;
     this.groupBar1.AnimatedSelection = false;
     this.groupBar1.BeforeTouchSize   = new System.Drawing.Size(202, 470);
     this.groupBar1.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(146)))), ((int)(((byte)(206)))));
     this.groupBar1.BorderStyle       = System.Windows.Forms.BorderStyle.FixedSingle;
     this.groupBar1.CollapseImage     = ((System.Drawing.Image)(resources.GetObject("groupBar1.CollapseImage")));
     this.groupBar1.Controls.Add(this.calculatorControl1);
     this.groupBar1.ExpandButtonToolTip = null;
     this.groupBar1.ExpandImage         = ((System.Drawing.Image)(resources.GetObject("groupBar1.ExpandImage")));
     this.groupBar1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupBar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(77)))), ((int)(((byte)(140)))));
     this.groupBar1.GroupBarDropDownToolTip = null;
     this.groupBar1.GroupBarItems.AddRange(new Syncfusion.Windows.Forms.Tools.GroupBarItem[] {
         this.groupBarItem1,
         this.groupBarItem2,
         this.groupBarItem3,
         this.groupBarItem4
     });
     this.groupBar1.HeaderBackColor       = System.Drawing.SystemColors.ControlDark;
     this.groupBar1.HeaderForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(65)))), ((int)(((byte)(140)))));
     this.groupBar1.IndexOnVisibleItems   = true;
     this.groupBar1.Location              = new System.Drawing.Point(3, 26);
     this.groupBar1.MinimizeButtonToolTip = null;
     this.groupBar1.Name = "groupBar1";
     this.groupBar1.NavigationPaneTooltip = null;
     this.groupBar1.PopupClientSize       = new System.Drawing.Size(0, 0);
     this.groupBar1.SelectedItem          = 3;
     this.groupBar1.Size        = new System.Drawing.Size(202, 470);
     this.groupBar1.StackedMode = true;
     this.groupBar1.TabIndex    = 1;
     this.groupBar1.Text        = "groupBar1";
     this.groupBar1.VisualStyle = Syncfusion.Windows.Forms.VisualStyle.Office2007;
     //
     // calculatorControl1
     //
     this.calculatorControl1.AccessibleDescription = "Calculator control";
     this.calculatorControl1.AccessibleName        = "Calculator Control";
     this.calculatorControl1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(209)))), ((int)(((byte)(252)))));
     this.calculatorControl1.BackgroundColor       = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(209)))), ((int)(((byte)(252))))), System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(255))))));
     this.calculatorControl1.BeforeTouchSize       = new System.Drawing.Size(200, 316);
     this.calculatorControl1.ButtonStyle           = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.calculatorControl1.Culture        = new System.Globalization.CultureInfo("en-US");
     this.calculatorControl1.DoubleValue    = 0D;
     this.calculatorControl1.ForeColor      = System.Drawing.SystemColors.ControlText;
     this.calculatorControl1.Location       = new System.Drawing.Point(1, 27);
     this.calculatorControl1.MetroColor     = System.Drawing.SystemColors.Control;
     this.calculatorControl1.Name           = "calculatorControl1";
     this.calculatorControl1.RightToLeft    = System.Windows.Forms.RightToLeft.No;
     this.calculatorControl1.Size           = new System.Drawing.Size(200, 316);
     this.calculatorControl1.TabIndex       = 0;
     this.calculatorControl1.Text           = "calculatorControl1";
     this.calculatorControl1.UseVisualStyle = true;
     //
     // groupBarItem1
     //
     this.groupBarItem1.Client = null;
     this.groupBarItem1.Text   = "GroupBarItem0";
     //
     // groupBarItem2
     //
     this.groupBarItem2.Client = null;
     this.groupBarItem2.Text   = "GroupBarItem1";
     //
     // groupBarItem3
     //
     this.groupBarItem3.Client = null;
     this.groupBarItem3.Text   = "GroupBarItem2";
     //
     // groupBarItem4
     //
     this.groupBarItem4.Client = this.calculatorControl1;
     this.groupBarItem4.Text   = "GroupBarItem3";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "Form",
         "DockingManager",
         "GroupBar",
         "Calculator"
     });
     this.comboBox1.Location              = new System.Drawing.Point(140, 30);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(149, 21);
     this.comboBox1.TabIndex              = 3;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     this.comboBox1.TextChanged          += new System.EventHandler(this.comboBox1_TextChanged);
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Items.AddRange(new object[] {
         "Office 2007 Blue",
         "Office 2007 Black",
         "Office 2007 Silver",
         "Managed"
     });
     this.comboBox2.Location              = new System.Drawing.Point(141, 68);
     this.comboBox2.Name                  = "comboBox2";
     this.comboBox2.Size                  = new System.Drawing.Size(147, 21);
     this.comboBox2.TabIndex              = 4;
     this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
     this.comboBox2.TextChanged          += new System.EventHandler(this.comboBox2_TextChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(48, 34);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(82, 13);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Parent Control";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(49, 71);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(74, 13);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "Visual Theme";
     //
     // xpTaskPane1
     //
     this.xpTaskPane1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
     this.xpTaskPane1.Controls.Add(this.wizardContainer1);
     //
     //
     //
     this.xpTaskPane1.Header.BackColor   = System.Drawing.Color.Transparent;
     this.xpTaskPane1.Header.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.xpTaskPane1.Header.Controls.Add(this.xpTaskPane1.HeaderLabel);
     this.xpTaskPane1.Header.Dock     = System.Windows.Forms.DockStyle.Top;
     this.xpTaskPane1.Header.Location = new System.Drawing.Point(0, 0);
     this.xpTaskPane1.Header.Name     = "header";
     this.xpTaskPane1.Header.Size     = new System.Drawing.Size(354, 22);
     this.xpTaskPane1.Header.TabIndex = 2;
     this.xpTaskPane1.Location        = new System.Drawing.Point(221, 216);
     this.xpTaskPane1.MetroColor      = System.Drawing.Color.White;
     this.xpTaskPane1.Name            = "xpTaskPane1";
     this.xpTaskPane1.SelectedPage    = this.xpTaskPage1;
     this.xpTaskPane1.Size            = new System.Drawing.Size(358, 278);
     this.xpTaskPane1.TabIndex        = 7;
     this.xpTaskPane1.TaskPages       = new Syncfusion.Windows.Forms.Tools.XPTaskPage[] {
         this.xpTaskPage1
     };
     this.xpTaskPane1.TaskPanePageContainer = this.wizardContainer1;
     this.xpTaskPane1.VisualStyle           = Syncfusion.Windows.Forms.VisualStyle.Office2007;
     //
     // wizardContainer1
     //
     this.wizardContainer1.Controls.Add(this.xpTaskPage1);
     this.wizardContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.wizardContainer1.Location = new System.Drawing.Point(0, 22);
     this.wizardContainer1.Name     = "wizardContainer1";
     this.wizardContainer1.Size     = new System.Drawing.Size(354, 252);
     this.wizardContainer1.TabIndex = 6;
     //
     // xpTaskPage1
     //
     this.xpTaskPage1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(146)))), ((int)(((byte)(206)))));
     this.xpTaskPage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.xpTaskPage1.Controls.Add(this.colorPickerUIAdv1);
     this.xpTaskPage1.LayoutName   = "Card1";
     this.xpTaskPage1.Location     = new System.Drawing.Point(0, 0);
     this.xpTaskPage1.Name         = "xpTaskPage1";
     this.xpTaskPage1.NextPage     = null;
     this.xpTaskPage1.PreviousPage = null;
     this.xpTaskPage1.Size         = new System.Drawing.Size(354, 252);
     this.xpTaskPage1.TabIndex     = 0;
     this.xpTaskPage1.Title        = "Page Title";
     //
     // colorPickerUIAdv1.RecentGroup
     //
     this.colorPickerUIAdv1.RecentGroup.Name    = "Recent Colors";
     this.colorPickerUIAdv1.RecentGroup.Visible = false;
     //
     // colorPickerUIAdv1.StandardGroup
     //
     this.colorPickerUIAdv1.StandardGroup.Name = "Standard Colors";
     //
     // colorPickerUIAdv1.ThemeGroup
     //
     this.colorPickerUIAdv1.ThemeGroup.IsSubItemsVisible = true;
     this.colorPickerUIAdv1.ThemeGroup.Name = "Theme Colors";
     //
     // colorPickerUIAdv1
     //
     this.colorPickerUIAdv1.BeforeTouchSize        = new System.Drawing.Size(13, 13);
     this.colorPickerUIAdv1.ColorItemSize          = new System.Drawing.Size(13, 13);
     this.colorPickerUIAdv1.HorizontalItemsSpacing = 19;
     this.colorPickerUIAdv1.Location             = new System.Drawing.Point(15, 3);
     this.colorPickerUIAdv1.MetroColor           = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.colorPickerUIAdv1.MinimumSize          = new System.Drawing.Size(136, 195);
     this.colorPickerUIAdv1.Name                 = "colorPickerUIAdv1";
     this.colorPickerUIAdv1.SelectedColor        = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(190)))), ((int)(((byte)(140)))));
     this.colorPickerUIAdv1.Size                 = new System.Drawing.Size(307, 207);
     this.colorPickerUIAdv1.Style                = Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv.visualstyle.Default;
     this.colorPickerUIAdv1.TabIndex             = 0;
     this.colorPickerUIAdv1.Text                 = "colorPickerUIAdv1";
     this.colorPickerUIAdv1.UseOffice2007Style   = false;
     this.colorPickerUIAdv1.VerticalItemsSpacing = 3;
     this.colorPickerUIAdv1.Picked              += new Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv.ColorPickedEventHandler(this.colorPickerUIAdv1_Picked);
     //
     // gradientPanelExt1
     //
     this.gradientPanelExt1.BackColor       = System.Drawing.Color.Transparent;
     this.gradientPanelExt1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.ForwardDiagonal, System.Drawing.SystemColors.GradientInactiveCaption, System.Drawing.SystemColors.GradientInactiveCaption);
     this.gradientPanelExt1.Border          = new System.Windows.Forms.Padding(12);
     this.gradientPanelExt1.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.gradientPanelExt1.Controls.Add(this.autoLabel1);
     this.gradientPanelExt1.Controls.Add(this.label2);
     this.gradientPanelExt1.Controls.Add(this.label1);
     this.gradientPanelExt1.Controls.Add(this.comboBox2);
     this.gradientPanelExt1.Controls.Add(this.comboBox1);
     this.gradientPanelExt1.Location = new System.Drawing.Point(218, 45);
     this.gradientPanelExt1.Name     = "gradientPanelExt1";
     this.gradientPanelExt1.Size     = new System.Drawing.Size(359, 162);
     this.gradientPanelExt1.TabIndex = 12;
     //
     // autoLabel1
     //
     this.autoLabel1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.autoLabel1.Location = new System.Drawing.Point(57, 116);
     this.autoLabel1.Name     = "autoLabel1";
     this.autoLabel1.Size     = new System.Drawing.Size(244, 15);
     this.autoLabel1.TabIndex = 10;
     this.autoLabel1.Text     = "Use Color Picker for Managed Colors";
     this.autoLabel1.Visible  = false;
     this.autoLabel1.Click   += new System.EventHandler(this.autoLabel1_Click);
     //
     // toolStripEx1
     //
     this.toolStripEx1.ForeColor = System.Drawing.Color.MidnightBlue;
     this.toolStripEx1.Image     = null;
     this.toolStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.toolStripLabel2
     });
     this.toolStripEx1.Location = new System.Drawing.Point(0, 0);
     this.toolStripEx1.Name     = "toolStripEx1";
     this.toolStripEx1.Size     = new System.Drawing.Size(639, 40);
     this.toolStripEx1.TabIndex = 0;
     this.toolStripEx1.Text     = "Syncfusion";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(25, 22);
     this.toolStripLabel1.Text = "File";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(27, 22);
     this.toolStripLabel2.Text = "Edit";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.ClientSize          = new System.Drawing.Size(639, 539);
     this.Controls.Add(this.xpTaskPane1);
     this.Controls.Add(this.toolStripEx1);
     this.Controls.Add(this.gradientPanelExt1);
     this.DropShadow    = true;
     this.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "SkinManager Demo";
     ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupBar1)).EndInit();
     this.groupBar1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xpTaskPane1.Header)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xpTaskPane1)).EndInit();
     this.xpTaskPane1.ResumeLayout(false);
     this.wizardContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xpTaskPage1)).EndInit();
     this.xpTaskPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanelExt1)).EndInit();
     this.gradientPanelExt1.ResumeLayout(false);
     this.gradientPanelExt1.PerformLayout();
     this.toolStripEx1.ResumeLayout(false);
     this.toolStripEx1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 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();
     System.ComponentModel.ComponentResourceManager          resources          = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbLegend          = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbProgressTextbox = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv1  = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
     Syncfusion.Windows.Forms.CaptionImage      captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     Syncfusion.Windows.Forms.CaptionLabel      captionLabel1 = new Syncfusion.Windows.Forms.CaptionLabel();
     this.dockingManager1          = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
     this.Legend                   = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
     this.ProgressTextbox          = new System.Windows.Forms.TextBox();
     this.dockingClientPanel1      = new Syncfusion.Windows.Forms.Tools.DockingClientPanel();
     this.axMap1                   = new AxMapWinGIS.AxMap();
     this.statusStripEx1           = new Syncfusion.Windows.Forms.Tools.StatusStripEx();
     this.statusStripProjection    = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
     this.statusStripDivider2      = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
     this.statusStripMapUnits      = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
     this.statusStripDivider1      = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
     this.statusStripCoordinates   = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
     this.statusStripTilesProvider = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStripProgressLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStripProgressBar   = new System.Windows.Forms.ToolStripProgressBar();
     this.toolStripEx1             = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.toolButtonNewProject     = new System.Windows.Forms.ToolStripButton();
     this.toolButtonAddLayer       = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Legend)).BeginInit();
     this.dockingClientPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.axMap1)).BeginInit();
     this.statusStripEx1.SuspendLayout();
     this.toolStripEx1.SuspendLayout();
     this.SuspendLayout();
     //
     // dockingManager1
     //
     this.dockingManager1.ActiveCaptionFont         = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.dockingManager1.DockLayoutStream          = ((System.IO.MemoryStream)(resources.GetObject("dockingManager1.DockLayoutStream")));
     this.dockingManager1.DragProviderStyle         = Syncfusion.Windows.Forms.Tools.DragProviderStyle.VS2012;
     this.dockingManager1.HostControl               = this;
     this.dockingManager1.InActiveCaptionBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212))))));
     this.dockingManager1.InActiveCaptionFont       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.dockingManager1.MetroButtonColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.dockingManager1.MetroCaptionColor         = System.Drawing.Color.White;
     this.dockingManager1.MetroColor             = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.dockingManager1.MetroSplitterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(159)))), ((int)(((byte)(183)))));
     this.dockingManager1.ReduceFlickeringInRtl  = false;
     this.dockingManager1.VisualStyle            = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
     this.dockingManager1.SetDockLabel(this.Legend, "Legend");
     this.dockingManager1.SetEnableDocking(this.Legend, true);
     ccbLegend.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.Legend, ccbLegend);
     this.dockingManager1.SetDockLabel(this.ProgressTextbox, "Messages");
     this.dockingManager1.SetEnableDocking(this.ProgressTextbox, true);
     this.dockingManager1.SetAutoHideOnLoad(this.ProgressTextbox, true);
     ccbProgressTextbox.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.ProgressTextbox, ccbProgressTextbox);
     //
     // Legend
     //
     this.Legend.BackColor             = System.Drawing.Color.White;
     this.Legend.BeforeTouchSize       = new System.Drawing.Size(148, 612);
     this.Legend.Border3DStyle         = System.Windows.Forms.Border3DStyle.Flat;
     this.Legend.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.Legend.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Legend.CanSelectDisabledNode = false;
     this.Legend.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     //
     //
     //
     this.Legend.HelpTextControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Legend.HelpTextControl.Location    = new System.Drawing.Point(0, 0);
     this.Legend.HelpTextControl.Name        = "helpText";
     this.Legend.HelpTextControl.Size        = new System.Drawing.Size(49, 15);
     this.Legend.HelpTextControl.TabIndex    = 0;
     this.Legend.HelpTextControl.Text        = "help text";
     this.Legend.HotTracking     = true;
     this.Legend.ItemHeight      = 24;
     this.Legend.Location        = new System.Drawing.Point(1, 19);
     this.Legend.MetroColor      = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.Legend.MetroScrollBars = true;
     this.Legend.Name            = "Legend";
     treeNodeAdv1.CheckState     = System.Windows.Forms.CheckState.Checked;
     treeNodeAdv1.ChildStyle.EnsureDefaultOptionedChild = true;
     treeNodeAdv1.EnsureDefaultOptionedChild            = true;
     treeNodeAdv1.Expanded         = true;
     treeNodeAdv1.MultiLine        = true;
     treeNodeAdv1.PlusMinusSize    = new System.Drawing.Size(9, 9);
     treeNodeAdv1.ShowLine         = true;
     treeNodeAdv1.ShowOptionButton = false;
     treeNodeAdv1.Text             = "Layers";
     this.Legend.Nodes.AddRange(new Syncfusion.Windows.Forms.Tools.TreeNodeAdv[] {
         treeNodeAdv1
     });
     this.Legend.SelectedNodeBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220))))));
     this.Legend.SelectedNodeForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.Legend.ShowCheckBoxes         = true;
     this.Legend.ShowFocusRect          = false;
     this.Legend.Size     = new System.Drawing.Size(148, 612);
     this.Legend.Style    = Syncfusion.Windows.Forms.Tools.TreeStyle.Metro;
     this.Legend.TabIndex = 3;
     this.Legend.Text     = "treeViewAdv1";
     //
     //
     //
     this.Legend.ToolTipControl.BackColor   = System.Drawing.SystemColors.Info;
     this.Legend.ToolTipControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Legend.ToolTipControl.Location    = new System.Drawing.Point(0, 0);
     this.Legend.ToolTipControl.Name        = "toolTip";
     this.Legend.ToolTipControl.Size        = new System.Drawing.Size(41, 15);
     this.Legend.ToolTipControl.TabIndex    = 1;
     this.Legend.ToolTipControl.Text        = "toolTip";
     this.Legend.TransparentControls        = true;
     //
     // ProgressTextbox
     //
     this.ProgressTextbox.Location   = new System.Drawing.Point(1, 19);
     this.ProgressTextbox.Multiline  = true;
     this.ProgressTextbox.Name       = "ProgressTextbox";
     this.ProgressTextbox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.ProgressTextbox.Size       = new System.Drawing.Size(912, 65);
     this.ProgressTextbox.TabIndex   = 5;
     //
     // dockingClientPanel1
     //
     this.dockingClientPanel1.Controls.Add(this.axMap1);
     this.dockingClientPanel1.Location  = new System.Drawing.Point(154, 46);
     this.dockingClientPanel1.Name      = "dockingClientPanel1";
     this.dockingClientPanel1.Size      = new System.Drawing.Size(914, 543);
     this.dockingClientPanel1.SizeToFit = true;
     this.dockingClientPanel1.TabIndex  = 0;
     //
     // axMap1
     //
     this.axMap1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.axMap1.Enabled         = true;
     this.axMap1.Location        = new System.Drawing.Point(0, 0);
     this.axMap1.Name            = "axMap1";
     this.axMap1.OcxState        = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMap1.OcxState")));
     this.axMap1.Size            = new System.Drawing.Size(914, 543);
     this.axMap1.TabIndex        = 0;
     this.axMap1.MouseMoveEvent += new AxMapWinGIS._DMapEvents_MouseMoveEventHandler(this.AxMap1MouseMoveEvent);
     this.axMap1.FileDropped    += new AxMapWinGIS._DMapEvents_FileDroppedEventHandler(this.AxMap1FileDropped);
     //
     // statusStripEx1
     //
     this.statusStripEx1.AutoSize        = false;
     this.statusStripEx1.BeforeTouchSize = new System.Drawing.Size(1068, 20);
     this.statusStripEx1.Dock            = Syncfusion.Windows.Forms.Tools.DockStyleEx.Bottom;
     this.statusStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statusStripProjection,
         this.statusStripDivider2,
         this.statusStripMapUnits,
         this.statusStripDivider1,
         this.statusStripCoordinates,
         this.statusStripTilesProvider,
         this.statusStripProgressLabel,
         this.statusStripProgressBar
     });
     this.statusStripEx1.LayoutStyle      = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.statusStripEx1.Location         = new System.Drawing.Point(0, 678);
     this.statusStripEx1.MetroColor       = System.Drawing.Color.Empty;
     this.statusStripEx1.Name             = "statusStripEx1";
     this.statusStripEx1.ShowItemToolTips = true;
     this.statusStripEx1.Size             = new System.Drawing.Size(1068, 20);
     this.statusStripEx1.TabIndex         = 1;
     this.statusStripEx1.Text             = "statusStripEx1";
     this.statusStripEx1.VisualStyle      = Syncfusion.Windows.Forms.Tools.StatusStripExStyle.Metro;
     //
     // statusStripProjection
     //
     this.statusStripProjection.Margin      = new System.Windows.Forms.Padding(0, 4, 0, 2);
     this.statusStripProjection.Name        = "statusStripProjection";
     this.statusStripProjection.Size        = new System.Drawing.Size(61, 15);
     this.statusStripProjection.Text        = "Projection";
     this.statusStripProjection.ToolTipText = "The projection of the map";
     //
     // statusStripDivider2
     //
     this.statusStripDivider2.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
     this.statusStripDivider2.Name   = "statusStripDivider2";
     this.statusStripDivider2.Size   = new System.Drawing.Size(16, 15);
     this.statusStripDivider2.Text   = " | ";
     //
     // statusStripMapUnits
     //
     this.statusStripMapUnits.Margin      = new System.Windows.Forms.Padding(0, 4, 0, 2);
     this.statusStripMapUnits.Name        = "statusStripMapUnits";
     this.statusStripMapUnits.Size        = new System.Drawing.Size(61, 15);
     this.statusStripMapUnits.Text        = "Map Units";
     this.statusStripMapUnits.ToolTipText = "The map units for the map";
     //
     // statusStripDivider1
     //
     this.statusStripDivider1.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
     this.statusStripDivider1.Name   = "statusStripDivider1";
     this.statusStripDivider1.Size   = new System.Drawing.Size(16, 15);
     this.statusStripDivider1.Text   = " | ";
     //
     // statusStripCoordinates
     //
     this.statusStripCoordinates.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.statusStripCoordinates.Margin       = new System.Windows.Forms.Padding(0, 4, 0, 2);
     this.statusStripCoordinates.Name         = "statusStripCoordinates";
     this.statusStripCoordinates.Size         = new System.Drawing.Size(71, 15);
     this.statusStripCoordinates.StatusString = "Show the coordinates";
     this.statusStripCoordinates.Text         = "Coordinates";
     this.statusStripCoordinates.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.statusStripCoordinates.ToolTipText  = "The coordinates at the mouse pointer";
     //
     // statusStripTilesProvider
     //
     this.statusStripTilesProvider.DisplayStyle       = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.statusStripTilesProvider.DoubleClickEnabled = true;
     this.statusStripTilesProvider.Name         = "statusStripTilesProvider";
     this.statusStripTilesProvider.Size         = new System.Drawing.Size(78, 15);
     this.statusStripTilesProvider.Text         = "Tiles provider";
     this.statusStripTilesProvider.ToolTipText  = "The tiles provider, double click to change.";
     this.statusStripTilesProvider.DoubleClick += new System.EventHandler(this.StatusStripTilesProviderDoubleClick);
     //
     // statusStripProgressLabel
     //
     this.statusStripProgressLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.statusStripProgressLabel.Name         = "statusStripProgressLabel";
     this.statusStripProgressLabel.Size         = new System.Drawing.Size(52, 15);
     this.statusStripProgressLabel.Text         = "Progress";
     //
     // statusStripProgressBar
     //
     this.statusStripProgressBar.Name = "statusStripProgressBar";
     this.statusStripProgressBar.Size = new System.Drawing.Size(100, 14);
     //
     // toolStripEx1
     //
     this.toolStripEx1.BackColor             = System.Drawing.Color.Transparent;
     this.toolStripEx1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.toolStripEx1.ForeColor             = System.Drawing.Color.MidnightBlue;
     this.toolStripEx1.GripStyle             = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripEx1.Image            = null;
     this.toolStripEx1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.toolStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolButtonNewProject,
         this.toolButtonAddLayer
     });
     this.toolStripEx1.Location         = new System.Drawing.Point(0, 0);
     this.toolStripEx1.Name             = "toolStripEx1";
     this.toolStripEx1.Office12Mode     = false;
     this.toolStripEx1.Padding          = new System.Windows.Forms.Padding(0);
     this.toolStripEx1.ShowCaption      = false;
     this.toolStripEx1.ShowItemToolTips = true;
     this.toolStripEx1.ShowLauncher     = false;
     this.toolStripEx1.Size             = new System.Drawing.Size(1068, 46);
     this.toolStripEx1.Stretch          = true;
     this.toolStripEx1.TabIndex         = 2;
     //
     // toolButtonNewProject
     //
     this.toolButtonNewProject.BackColor             = System.Drawing.Color.White;
     this.toolButtonNewProject.Image                 = ((System.Drawing.Image)(resources.GetObject("toolButtonNewProject.Image")));
     this.toolButtonNewProject.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolButtonNewProject.Name = "toolButtonNewProject";
     this.toolButtonNewProject.Size = new System.Drawing.Size(35, 43);
     this.toolButtonNewProject.Text = "New";
     this.toolButtonNewProject.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolButtonNewProject.ToolTipText       = "New project";
     this.toolButtonNewProject.Click            += new System.EventHandler(this.ToolStripButton1Click);
     //
     // toolButtonAddLayer
     //
     this.toolButtonAddLayer.BackColor             = System.Drawing.Color.White;
     this.toolButtonAddLayer.Image                 = ((System.Drawing.Image)(resources.GetObject("toolButtonAddLayer.Image")));
     this.toolButtonAddLayer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolButtonAddLayer.Name = "toolButtonAddLayer";
     this.toolButtonAddLayer.Size = new System.Drawing.Size(33, 43);
     this.toolButtonAddLayer.Text = "Add";
     this.toolButtonAddLayer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolButtonAddLayer.ToolTipText       = "Add layer, opens a new form";
     this.toolButtonAddLayer.Click            += new System.EventHandler(this.ToolButtonAddLayerClick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BorderThickness     = 2;
     this.CaptionBarColor     = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.CaptionBarHeight    = 48;
     this.CaptionButtonColor  = System.Drawing.Color.DimGray;
     this.CaptionFont         = new System.Drawing.Font("Arial Black", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CaptionForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     captionImage1.BackColor  = System.Drawing.Color.Transparent;
     captionImage1.Image      = global::MapWindow.Properties.Resources.mw_ball_48;
     captionImage1.Location   = new System.Drawing.Point(6, 0);
     captionImage1.Name       = "CaptionImage2";
     captionImage1.Size       = new System.Drawing.Size(48, 48);
     this.CaptionImages.Add(captionImage1);
     captionLabel1.Font      = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     captionLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     captionLabel1.Location  = new System.Drawing.Point(60, 2);
     captionLabel1.Name      = "CaptionLabel1";
     captionLabel1.Size      = new System.Drawing.Size(350, 46);
     captionLabel1.Text      = "MapWindow Open Source GIS";
     this.CaptionLabels.Add(captionLabel1);
     this.ClientSize = new System.Drawing.Size(1068, 698);
     this.Controls.Add(this.toolStripEx1);
     this.Controls.Add(this.statusStripEx1);
     this.Controls.Add(this.dockingClientPanel1);
     this.DataBindings.Add(new System.Windows.Forms.Binding("Location", global::MapWindow.Properties.Settings.Default, "MainForm_location", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.DataBindings.Add(new System.Windows.Forms.Binding("StartPosition", global::MapWindow.Properties.Settings.Default, "MainForm_startLocation", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.DataBindings.Add(new System.Windows.Forms.Binding("WindowState", global::MapWindow.Properties.Settings.Default, "MainForm_windowState", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.DoubleBuffered = true;
     this.DropShadow     = true;
     this.Font           = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Location       = global::MapWindow.Properties.Settings.Default.MainForm_location;
     this.MetroColor     = System.Drawing.Color.Silver;
     this.Name           = "MainForm";
     this.ShowIcon       = false;
     this.StartPosition  = global::MapWindow.Properties.Settings.Default.MainForm_startLocation;
     this.WindowState    = global::MapWindow.Properties.Settings.Default.MainForm_windowState;
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
     this.Load          += new System.EventHandler(this.MainFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Legend)).EndInit();
     this.dockingClientPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.axMap1)).EndInit();
     this.statusStripEx1.ResumeLayout(false);
     this.toolStripEx1.ResumeLayout(false);
     this.toolStripEx1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 14
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(PlayerForm));
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbsourcesControl = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbslideDiagramControl = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbdisplayListControl = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbequipmentControl = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbsourcesCommandControl = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbequipmentCommandControl = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            this.dockingManager = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
            this.sourcesControl = new UI.PresentationDesign.DesignUI.Controls.SourcesControl();
            this.slideDiagramControl = new UI.PresentationDesign.DesignUI.SlideDiagramControl();
            this.displayListControl = new UI.PresentationDesign.DesignUI.Controls.DisplayList.DisplayListControl();
            this.equipmentControl = new UI.PresentationDesign.DesignUI.Controls.EquipmentControl();
            this.sourcesCommandControl = new UI.Player.PlayerUI.Controls.CommandListControl();
            this.equipmentCommandControl = new UI.Player.PlayerUI.Controls.CommandListControl();
            this.ribbonControlAdv = new Syncfusion.Windows.Forms.Tools.RibbonControlAdv();
            this.viewMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.displaysMenuButton = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
            this.sourcesMenuButton = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
            this.sourcesControlMenuButton = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
            this.equipmentMenuButton = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
            this.equipmentControlMenuButton = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
            this.windowsMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.cascadeMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.verticalMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.horizontalMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.closeAllMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.closeMenuButton = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.dockingClientPanel1 = new Syncfusion.Windows.Forms.Tools.DockingClientPanel();
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControlAdv)).BeginInit();
            this.SuspendLayout();
            // 
            // dockingManager
            // 
            this.dockingManager.AutoHideActiveControl = true;
            this.dockingManager.AutoHideTabFont = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager.CloseEnabled = false;
            this.dockingManager.DockLayoutStream = ((System.IO.MemoryStream)(resources.GetObject("dockingManager.DockLayoutStream")));
            this.dockingManager.DockTabFont = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager.DragProviderStyle = Syncfusion.Windows.Forms.Tools.DragProviderStyle.VS2008;
            this.dockingManager.HostControl = this;
            this.dockingManager.MenuButtonEnabled = false;
            this.dockingManager.Office2007MdiChildForm = true;
            this.dockingManager.VisualStyle = Syncfusion.Windows.Forms.VisualStyle.Office2007;
            this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
            this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
            this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
            this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
            this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
            this.dockingManager.SetDockLabel(this.sourcesControl, "Источники");
            ccbsourcesControl.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.sourcesControl, ccbsourcesControl);
            this.dockingManager.SetDockLabel(this.slideDiagramControl, "Граф сцен");
            ccbslideDiagramControl.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.slideDiagramControl, ccbslideDiagramControl);
            this.dockingManager.SetDockLabel(this.displayListControl, "Дисплеи");
            ccbdisplayListControl.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.displayListControl, ccbdisplayListControl);
            this.dockingManager.SetDockLabel(this.equipmentControl, "Оборудование");
            ccbequipmentControl.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.equipmentControl, ccbequipmentControl);
            this.dockingManager.SetDockLabel(this.sourcesCommandControl, "Управление источниками");
            ccbsourcesCommandControl.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.sourcesCommandControl, ccbsourcesCommandControl);
            this.dockingManager.SetDockLabel(this.equipmentCommandControl, "Управление оборудованием");
            ccbequipmentCommandControl.MergeWith(this.dockingManager.CaptionButtons, false);
            this.dockingManager.SetCustomCaptionButtons(this.equipmentCommandControl, ccbequipmentCommandControl);
            // 
            // sourcesControl
            // 
            this.dockingManager.SetEnableDocking(this.sourcesControl, true);

            this.sourcesControl.Location = new System.Drawing.Point(3, 23);
            this.sourcesControl.Name = "sourcesControl";
            
            this.sourcesControl.Size = new System.Drawing.Size(167, 132);
            this.sourcesControl.TabIndex = 1;
            // 
            // slideDiagramControl
            // 
            this.slideDiagramControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.dockingManager.SetEnableDocking(this.slideDiagramControl, true);
            this.slideDiagramControl.Location = new System.Drawing.Point(3, 23);
            this.slideDiagramControl.Name = "slideDiagramControl";
            this.slideDiagramControl.Size = new System.Drawing.Size(816, 181);
            this.slideDiagramControl.TabIndex = 2;
            // 
            // displayListControl
            // 
            this.dockingManager.SetEnableDocking(this.displayListControl, true);
            this.displayListControl.Location = new System.Drawing.Point(3, 23);
            this.displayListControl.Name = "displayListControl";
            this.displayListControl.Size = new System.Drawing.Size(197, 86);
            this.displayListControl.TabIndex = 4;
            // 
            // equipmentControl
            // 
            this.dockingManager.SetEnableDocking(this.equipmentControl, true);
            this.equipmentControl.Location = new System.Drawing.Point(3, 23);
            this.equipmentControl.Name = "equipmentControl";
            this.equipmentControl.Size = new System.Drawing.Size(197, 73);
            this.equipmentControl.TabIndex = 10;
            // 
            // sourcesCommandControl
            // 
            this.dockingManager.SetEnableDocking(this.sourcesCommandControl, true);
            this.sourcesCommandControl.Location = new System.Drawing.Point(3, 23);
            this.sourcesCommandControl.Name = "sourcesCommandControl";
            this.sourcesCommandControl.Size = new System.Drawing.Size(167, 135);
            this.sourcesCommandControl.TabIndex = 0;
            // 
            // equipmentCommandControl
            // 
            this.dockingManager.SetEnableDocking(this.equipmentCommandControl, true);
            this.equipmentCommandControl.Location = new System.Drawing.Point(3, 23);
            this.equipmentCommandControl.Name = "equipmentCommandControl";
            this.equipmentCommandControl.Size = new System.Drawing.Size(197, 78);
            this.equipmentCommandControl.TabIndex = 0;
            // 
            // ribbonControlAdv
            // 
            this.ribbonControlAdv.Location = new System.Drawing.Point(1, 0);
            this.ribbonControlAdv.MenuButtonImage = ((System.Drawing.Image)(resources.GetObject("ribbonControlAdv.MenuButtonImage")));
            this.ribbonControlAdv.Name = "ribbonControlAdv";
            // 
            // ribbonControlAdv.OfficeMenu
            // 
            this.ribbonControlAdv.OfficeMenu.MainPanel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.viewMenuButton,
            this.windowsMenuButton});
            this.ribbonControlAdv.OfficeMenu.Name = "OfficeMenu";
            this.ribbonControlAdv.OfficeMenu.Size = new System.Drawing.Size(99, 130);
            this.ribbonControlAdv.OfficeMenu.SystemPanel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.closeMenuButton});
            this.ribbonControlAdv.Size = new System.Drawing.Size(832, 44);
            this.ribbonControlAdv.SystemText.QuickAccessDialogDropDownName = "Start menu";
            this.ribbonControlAdv.TabIndex = 0;
            this.ribbonControlAdv.Text = "Проигрыватель";
            // 
            // viewMenuButton
            // 
            this.viewMenuButton.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.viewMenuButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.displaysMenuButton,
            this.sourcesMenuButton,
            this.sourcesControlMenuButton,
            this.equipmentMenuButton,
            this.equipmentControlMenuButton});
            this.viewMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("viewMenuButton.Image")));
            this.viewMenuButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.viewMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.viewMenuButton.Name = "viewMenuButton";
            this.viewMenuButton.Size = new System.Drawing.Size(87, 36);
            this.viewMenuButton.Text = "Вид";
            // 
            // displaysMenuButton
            // 
            this.displaysMenuButton.Checked = true;
            this.displaysMenuButton.CheckState = System.Windows.Forms.CheckState.Checked;
            this.displaysMenuButton.Name = "displaysMenuButton";
            this.displaysMenuButton.Size = new System.Drawing.Size(169, 17);
            this.displaysMenuButton.Text = "Дисплеи";
            this.displaysMenuButton.CheckedChanged += new System.EventHandler(this.displaysMenuButton_CheckedChanged);
            // 
            // sourcesMenuButton
            // 
            this.sourcesMenuButton.Checked = true;
            this.sourcesMenuButton.CheckState = System.Windows.Forms.CheckState.Checked;
            this.sourcesMenuButton.Name = "sourcesMenuButton";
            this.sourcesMenuButton.Size = new System.Drawing.Size(169, 17);
            this.sourcesMenuButton.Text = "Источники";
            this.sourcesMenuButton.CheckedChanged += new System.EventHandler(this.displaysMenuButton_CheckedChanged);
            // 
            // sourcesControlMenuButton
            // 
            this.sourcesControlMenuButton.Checked = true;
            this.sourcesControlMenuButton.CheckState = System.Windows.Forms.CheckState.Checked;
            this.sourcesControlMenuButton.Name = "sourcesControlMenuButton";
            this.sourcesControlMenuButton.Size = new System.Drawing.Size(169, 17);
            this.sourcesControlMenuButton.Text = "Управление источниками";
            this.sourcesControlMenuButton.CheckedChanged += new System.EventHandler(this.displaysMenuButton_CheckedChanged);
            // 
            // equipmentMenuButton
            // 
            this.equipmentMenuButton.Checked = true;
            this.equipmentMenuButton.CheckState = System.Windows.Forms.CheckState.Checked;
            this.equipmentMenuButton.Name = "equipmentMenuButton";
            this.equipmentMenuButton.Size = new System.Drawing.Size(169, 17);
            this.equipmentMenuButton.Text = "Оборудование";
            this.equipmentMenuButton.CheckedChanged += new System.EventHandler(this.displaysMenuButton_CheckedChanged);
            // 
            // equipmentControlMenuButton
            // 
            this.equipmentControlMenuButton.Checked = true;
            this.equipmentControlMenuButton.CheckState = System.Windows.Forms.CheckState.Checked;
            this.equipmentControlMenuButton.Name = "equipmentControlMenuButton";
            this.equipmentControlMenuButton.Size = new System.Drawing.Size(169, 17);
            this.equipmentControlMenuButton.Text = "Управление оборудованием";
            this.equipmentControlMenuButton.CheckedChanged += new System.EventHandler(this.displaysMenuButton_CheckedChanged);
            // 
            // windowsMenuButton
            // 
            this.windowsMenuButton.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.windowsMenuButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cascadeMenuButton,
            this.verticalMenuButton,
            this.horizontalMenuButton,
            this.toolStripLabel1,
            this.closeAllMenuButton});
            this.windowsMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("windowsMenuButton.Image")));
            this.windowsMenuButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.windowsMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.windowsMenuButton.Name = "windowsMenuButton";
            this.windowsMenuButton.Size = new System.Drawing.Size(87, 36);
            this.windowsMenuButton.Text = "Окна";
            // 
            // cascadeMenuButton
            // 
            this.cascadeMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.cascadeMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("cascadeMenuButton.Image")));
            this.cascadeMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.cascadeMenuButton.Name = "cascadeMenuButton";
            this.cascadeMenuButton.Size = new System.Drawing.Size(184, 23);
            this.cascadeMenuButton.Text = "Каскад";
            // 
            // arrange2x2MenuButton
            // 
            this.verticalMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.verticalMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("verticalMenuButton.Image")));
            this.verticalMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.verticalMenuButton.Name = "verticalMenuButton";
            this.verticalMenuButton.Size = new System.Drawing.Size(184, 23);
            this.verticalMenuButton.Text = "Выстроить по вертикали";
            // 
            // arrange3x3MenuButton
            // 
            this.horizontalMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.horizontalMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("horizontalMenuButton.Image")));
            this.horizontalMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.horizontalMenuButton.Name = "horizontalMenuButton";
            this.horizontalMenuButton.Size = new System.Drawing.Size(184, 23);
            this.horizontalMenuButton.Text = "Выстроить по горизонтали";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Enabled = false;
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(184, 13);
            this.toolStripLabel1.Text = "_____________________________";
            // 
            // closeAllMenuButton
            // 
            this.closeAllMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.closeAllMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("closeAllMenuButton.Image")));
            this.closeAllMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.closeAllMenuButton.Name = "closeAllMenuButton";
            this.closeAllMenuButton.Size = new System.Drawing.Size(184, 23);
            this.closeAllMenuButton.Text = "Закрыть все";
            // 
            // closeMenuButton
            // 
            this.closeMenuButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.closeMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("closeMenuButton.Image")));
            this.closeMenuButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.closeMenuButton.Name = "closeMenuButton";
            this.closeMenuButton.Size = new System.Drawing.Size(63, 23);
            this.closeMenuButton.Text = "Закрыть";
            this.closeMenuButton.Click += new System.EventHandler(this.closeMenuButton_Click);
            // 
            // dockingClientPanel1
            // 
            this.dockingClientPanel1.Location = new System.Drawing.Point(183, 45);
            this.dockingClientPanel1.Name = "dockingClientPanel1";
            this.dockingClientPanel1.Size = new System.Drawing.Size(438, 323);
            this.dockingClientPanel1.SizeToFit = true;
            this.dockingClientPanel1.TabIndex = 13;
            // 
            // PlayerForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(834, 585);
            this.Controls.Add(this.dockingClientPanel1);
            this.Controls.Add(this.ribbonControlAdv);
            this.Name = "PlayerForm";
            this.Text = "Проигрыватель";
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControlAdv)).EndInit();
            this.ResumeLayout(false);

        }