Пример #1
0
        private void textBoxExt8_Enter(object sender, EventArgs e)
        {
            Syncfusion.Windows.Forms.Tools.TextBoxExt textBoxExt = (Syncfusion.Windows.Forms.Tools.TextBoxExt)sender;

            ToolTip toolTip = new ToolTip();

            toolTip.Show("TextBoxExt", textBoxExt, 1000);
        }
Пример #2
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);
 }
Пример #3
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();
     this.comboBox1  = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label2     = new System.Windows.Forms.Label();
     this.button1    = new Syncfusion.Windows.Forms.ButtonAdv();
     this.button2    = new Syncfusion.Windows.Forms.ButtonAdv();
     this.label1     = new System.Windows.Forms.Label();
     this.textBox1   = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.button3    = new Syncfusion.Windows.Forms.ButtonAdv();
     this.checkBox1  = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     this.SuspendLayout();
     //
     // comboBox1
     //
     this.comboBox1.BackColor = System.Drawing.Color.White;
     this.comboBox1.Items.AddRange(new object[] {
         "Employees",
         "Customers",
         "Categories",
         "Products",
         "Orders",
         "Region",
         "Shippers",
         "Suppliers"
     });
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "Employees"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "Customers"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "Categories"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "Products"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "Orders"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "Region"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "Shippers"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "Suppliers"));
     this.comboBox1.Location   = new System.Drawing.Point(112, 88);
     this.comboBox1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.comboBox1.Name       = "comboBox1";
     this.comboBox1.Size       = new System.Drawing.Size(136, 21);
     this.comboBox1.Style      = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBox1.TabIndex   = 1;
     this.comboBox1.Text       = "Products";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(40, 88);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(56, 23);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Table";
     //
     // button1
     //
     this.button1.Appearance              = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button1.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(0)))));
     this.button1.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.button1.Location                = new System.Drawing.Point(368, 184);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(75, 24);
     this.button1.TabIndex                = 3;
     this.button1.Text                    = "&Cancel";
     this.button1.UseVisualStyle          = true;
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.Appearance              = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button2.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(0)))));
     this.button2.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.button2.Location                = new System.Drawing.Point(248, 184);
     this.button2.Name                    = "button2";
     this.button2.Size                    = new System.Drawing.Size(75, 23);
     this.button2.TabIndex                = 4;
     this.button2.Text                    = "&OK";
     this.button2.UseVisualStyle          = true;
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click                  += new System.EventHandler(this.button2_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(40, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 16);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Database";
     //
     // textBox1
     //
     this.textBox1.Cursor   = System.Windows.Forms.Cursors.IBeam;
     this.textBox1.Location = new System.Drawing.Point(112, 32);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(224, 20);
     this.textBox1.TabIndex = 0;
     this.textBox1.Leave   += new System.EventHandler(this.textBox1_Leave);
     //
     // button3
     //
     this.button3.Appearance              = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button3.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(0)))));
     this.button3.Location                = new System.Drawing.Point(368, 32);
     this.button3.Name                    = "button3";
     this.button3.Size                    = new System.Drawing.Size(72, 24);
     this.button3.TabIndex                = 7;
     this.button3.Text                    = "Browse ...";
     this.button3.UseVisualStyle          = true;
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click                  += new System.EventHandler(this.button3_Click);
     //
     // checkBox1
     //
     this.checkBox1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox1.Checked            = true;
     this.checkBox1.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.DrawFocusRectangle = false;
     this.checkBox1.Location           = new System.Drawing.Point(112, 136);
     this.checkBox1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.checkBox1.Name          = "checkBox1";
     this.checkBox1.Size          = new System.Drawing.Size(184, 20);
     this.checkBox1.Style         = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.TabIndex      = 8;
     this.checkBox1.Text          = "Reset Existing Columns";
     this.checkBox1.ThemesEnabled = false;
     //
     // SelectTableForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.BorderThickness   = 2;
     this.CaptionForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.ClientSize        = new System.Drawing.Size(472, 238);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.comboBox1);
     this.DropShadow      = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SelectTableForm";
     this.Text            = "Choose Database";
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #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();
     this.panel1                 = new System.Windows.Forms.Panel();
     this.buttonApplyFilter      = new Syncfusion.Windows.Forms.ButtonAdv();
     this.checkBoxGrouping       = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.textBoxFilter          = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.checkBoxFilter         = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.labelTimerInterval     = new System.Windows.Forms.Label();
     this.label1                 = new System.Windows.Forms.Label();
     this.trackBarTimer          = new System.Windows.Forms.TrackBar();
     this.checkBoxSorting        = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBoxColor          = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.label4                 = new System.Windows.Forms.Label();
     this.trackBarBlinkFrequency = new System.Windows.Forms.TrackBar();
     this.labelBlinkTime         = new System.Windows.Forms.Label();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.panel3                 = new System.Windows.Forms.Panel();
     this.propertyGrid1          = new System.Windows.Forms.PropertyGrid();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxGrouping)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarTimer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxSorting)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxColor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarBlinkFrequency)).BeginInit();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.buttonApplyFilter);
     this.panel1.Controls.Add(this.checkBoxGrouping);
     this.panel1.Controls.Add(this.textBoxFilter);
     this.panel1.Controls.Add(this.checkBoxFilter);
     this.panel1.Controls.Add(this.labelTimerInterval);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.trackBarTimer);
     this.panel1.Controls.Add(this.checkBoxSorting);
     this.panel1.Controls.Add(this.checkBoxColor);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.trackBarBlinkFrequency);
     this.panel1.Controls.Add(this.labelBlinkTime);
     this.panel1.Location = new System.Drawing.Point(34, 514);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(938, 110);
     this.panel1.TabIndex = 0;
     //
     // buttonApplyFilter
     //
     this.buttonApplyFilter.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonApplyFilter.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.buttonApplyFilter.BeforeTouchSize   = new System.Drawing.Size(80, 24);
     this.buttonApplyFilter.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.buttonApplyFilter.Font              = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonApplyFilter.ForeColor         = System.Drawing.Color.White;
     this.buttonApplyFilter.IsBackStageButton = false;
     this.buttonApplyFilter.Location          = new System.Drawing.Point(524, 35);
     this.buttonApplyFilter.Name              = "buttonApplyFilter";
     this.buttonApplyFilter.Size              = new System.Drawing.Size(80, 24);
     this.buttonApplyFilter.TabIndex          = 8;
     this.buttonApplyFilter.Text              = "Apply";
     this.buttonApplyFilter.UseVisualStyle    = true;
     this.buttonApplyFilter.Click            += new System.EventHandler(this.buttonApplyFilter_Click);
     //
     // checkBoxGrouping
     //
     this.checkBoxGrouping.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBoxGrouping.Border3DStyle      = System.Windows.Forms.Border3DStyle.Flat;
     this.checkBoxGrouping.DrawFocusRectangle = false;
     this.checkBoxGrouping.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxGrouping.ForeColor          = System.Drawing.Color.DimGray;
     this.checkBoxGrouping.Location           = new System.Drawing.Point(418, 65);
     this.checkBoxGrouping.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBoxGrouping.Name               = "checkBoxGrouping";
     this.checkBoxGrouping.Size               = new System.Drawing.Size(115, 24);
     this.checkBoxGrouping.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxGrouping.TabIndex           = 7;
     this.checkBoxGrouping.Text               = "Enable Grouping";
     this.checkBoxGrouping.ThemesEnabled      = false;
     this.checkBoxGrouping.CheckStateChanged += new System.EventHandler(this.checkBoxGrouping_CheckedChanged);
     //
     // textBoxFilter
     //
     this.textBoxFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxFilter.BeforeTouchSize = new System.Drawing.Size(393, 22);
     this.textBoxFilter.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBoxFilter.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.textBoxFilter.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxFilter.ForeColor       = System.Drawing.Color.DimGray;
     this.textBoxFilter.Location        = new System.Drawing.Point(524, 8);
     this.textBoxFilter.Metrocolor      = System.Drawing.Color.Empty;
     this.textBoxFilter.Name            = "textBoxFilter";
     this.textBoxFilter.Size            = new System.Drawing.Size(393, 22);
     this.textBoxFilter.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.textBoxFilter.TabIndex        = 6;
     this.textBoxFilter.Text            = "textBox1";
     //
     // checkBoxFilter
     //
     this.checkBoxFilter.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBoxFilter.DrawFocusRectangle = false;
     this.checkBoxFilter.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxFilter.ForeColor          = System.Drawing.Color.DimGray;
     this.checkBoxFilter.Location           = new System.Drawing.Point(418, 8);
     this.checkBoxFilter.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBoxFilter.Name               = "checkBoxFilter";
     this.checkBoxFilter.Size               = new System.Drawing.Size(100, 24);
     this.checkBoxFilter.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxFilter.TabIndex           = 5;
     this.checkBoxFilter.Text               = "Enable Filter";
     this.checkBoxFilter.ThemesEnabled      = false;
     this.checkBoxFilter.CheckStateChanged += new System.EventHandler(this.checkBoxFilter_CheckedChanged);
     //
     // labelTimerInterval
     //
     this.labelTimerInterval.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTimerInterval.ForeColor = System.Drawing.Color.DimGray;
     this.labelTimerInterval.Location  = new System.Drawing.Point(322, 8);
     this.labelTimerInterval.Name      = "labelTimerInterval";
     this.labelTimerInterval.Size      = new System.Drawing.Size(112, 40);
     this.labelTimerInterval.TabIndex  = 4;
     this.labelTimerInterval.Text      = "label2";
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.DimGray;
     this.label1.Location  = new System.Drawing.Point(8, 6);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(109, 28);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Timer Frequency";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // trackBarTimer
     //
     this.trackBarTimer.Location = new System.Drawing.Point(124, 8);
     this.trackBarTimer.Name     = "trackBarTimer";
     this.trackBarTimer.Size     = new System.Drawing.Size(184, 45);
     this.trackBarTimer.TabIndex = 2;
     this.trackBarTimer.Scroll  += new System.EventHandler(this.trackBarTimer_Scroll);
     //
     // checkBoxSorting
     //
     this.checkBoxSorting.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBoxSorting.DrawFocusRectangle = false;
     this.checkBoxSorting.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxSorting.ForeColor          = System.Drawing.Color.DimGray;
     this.checkBoxSorting.Location           = new System.Drawing.Point(536, 65);
     this.checkBoxSorting.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBoxSorting.Name               = "checkBoxSorting";
     this.checkBoxSorting.Size               = new System.Drawing.Size(107, 24);
     this.checkBoxSorting.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxSorting.TabIndex           = 7;
     this.checkBoxSorting.Text               = "Enable Sorting";
     this.checkBoxSorting.ThemesEnabled      = false;
     this.checkBoxSorting.CheckStateChanged += new System.EventHandler(this.checkBoxSorting_CheckedChanged);
     //
     // checkBoxColor
     //
     this.checkBoxColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxColor.BeforeTouchSize    = new System.Drawing.Size(292, 24);
     this.checkBoxColor.DrawFocusRectangle = false;
     this.checkBoxColor.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxColor.ForeColor          = System.Drawing.Color.DimGray;
     this.checkBoxColor.Location           = new System.Drawing.Point(643, 65);
     this.checkBoxColor.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBoxColor.Name               = "checkBoxColor";
     this.checkBoxColor.Size               = new System.Drawing.Size(292, 24);
     this.checkBoxColor.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxColor.TabIndex           = 7;
     this.checkBoxColor.Text               = "Enable Coloring";
     this.checkBoxColor.ThemesEnabled      = false;
     this.checkBoxColor.CheckStateChanged += new System.EventHandler(this.checkBoxColor_CheckedChanged);
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.DimGray;
     this.label4.Location  = new System.Drawing.Point(8, 58);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(102, 31);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Blink Frequency";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // trackBarBlinkFrequency
     //
     this.trackBarBlinkFrequency.Location      = new System.Drawing.Point(124, 63);
     this.trackBarBlinkFrequency.Maximum       = 20;
     this.trackBarBlinkFrequency.Name          = "trackBarBlinkFrequency";
     this.trackBarBlinkFrequency.Size          = new System.Drawing.Size(184, 45);
     this.trackBarBlinkFrequency.SmallChange   = 2;
     this.trackBarBlinkFrequency.TabIndex      = 2;
     this.trackBarBlinkFrequency.TickFrequency = 2;
     this.trackBarBlinkFrequency.Scroll       += new System.EventHandler(this.trackBarBlinkFrequency_Scroll);
     //
     // labelBlinkTime
     //
     this.labelBlinkTime.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelBlinkTime.ForeColor = System.Drawing.Color.DimGray;
     this.labelBlinkTime.Location  = new System.Drawing.Point(321, 62);
     this.labelBlinkTime.Name      = "labelBlinkTime";
     this.labelBlinkTime.Size      = new System.Drawing.Size(91, 40);
     this.labelBlinkTime.TabIndex  = 4;
     this.labelBlinkTime.Text      = "Disabled.";
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel2.Location    = new System.Drawing.Point(34, 13);
     this.panel2.MinimumSize = new System.Drawing.Size(400, 250);
     this.panel2.Name        = "panel2";
     this.panel2.Size        = new System.Drawing.Size(676, 478);
     this.panel2.TabIndex    = 1;
     //
     // panel3
     //
     this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.Controls.Add(this.propertyGrid1);
     this.panel3.Location = new System.Drawing.Point(729, 12);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(243, 479);
     this.panel3.TabIndex = 0;
     //
     // propertyGrid1
     //
     this.propertyGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.propertyGrid1.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.propertyGrid1.HelpBackColor = System.Drawing.Color.White;
     this.propertyGrid1.LineColor     = System.Drawing.Color.White;
     this.propertyGrid1.Location      = new System.Drawing.Point(0, 3);
     this.propertyGrid1.Name          = "propertyGrid1";
     this.propertyGrid1.Size          = new System.Drawing.Size(243, 476);
     this.propertyGrid1.TabIndex      = 0;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(1012, 656);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.MinimumSize = new System.Drawing.Size(850, 490);
     this.Name        = "Form1";
     this.Text        = "Grouping Trader Grid Test";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxGrouping)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarTimer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxSorting)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxColor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarBlinkFrequency)).EndInit();
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #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.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.textBox1             = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.textBox2             = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox2)).BeginInit();
     this.SuspendLayout();
     //
     // gridGroupingControl1
     //
     this.gridGroupingControl1.BackColor            = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.FreezeCaption        = false;
     this.gridGroupingControl1.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridGroupingControl1.GridVisualStyles     = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridGroupingControl1.Location             = new System.Drawing.Point(16, 3);
     this.gridGroupingControl1.Name     = "gridGroupingControl1";
     this.gridGroupingControl1.Size     = new System.Drawing.Size(979, 599);
     this.gridGroupingControl1.TabIndex = 0;
     this.gridGroupingControl1.TableDescriptor.AllowNew = false;
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.Font.Facename             = "Segoe UI";
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.TextColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Bottom       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Right        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Interior             = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Right  = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Right      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Top        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Interior           = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.ColumnHeaderCell.Font.Bold        = true;
     this.gridGroupingControl1.TableDescriptor.Appearance.GroupCaptionCell.CellType         = "ColumnHeader";
     this.gridGroupingControl1.TableDescriptor.TableOptions.ColumnHeaderRowHeight           = (int)DpiAware.LogicalToDeviceUnits(25.0f);
     this.gridGroupingControl1.TableDescriptor.TableOptions.RecordRowHeight                 = (int)DpiAware.LogicalToDeviceUnits(20.0f);
     this.gridGroupingControl1.TableOptions.ListBoxSelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.gridGroupingControl1.Text = "gridGroupingControl1";
     //
     // textBox1
     //
     this.textBox1.Anchor          = System.Windows.Forms.AnchorStyles.Bottom;
     this.textBox1.BeforeTouchSize = new System.Drawing.Size(112, 20);
     this.textBox1.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.textBox1.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.textBox1.Location        = new System.Drawing.Point(378, 621);
     this.textBox1.Metrocolor      = System.Drawing.Color.Empty;
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new System.Drawing.Size(112, 20);
     this.textBox1.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.textBox1.TabIndex        = 1;
     this.textBox1.Text            = "textBox1";
     //
     // textBox2
     //
     this.textBox2.Anchor          = System.Windows.Forms.AnchorStyles.Bottom;
     this.textBox2.BeforeTouchSize = new System.Drawing.Size(112, 20);
     this.textBox2.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.textBox2.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.textBox2.Location        = new System.Drawing.Point(566, 621);
     this.textBox2.Metrocolor      = System.Drawing.Color.Empty;
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new System.Drawing.Size(112, 20);
     this.textBox2.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.textBox2.TabIndex        = 1;
     this.textBox2.Text            = "textBox2";
     //
     // label1
     //
     this.label1.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(308, 624);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Col1 Value -";
     //
     // label2
     //
     this.label2.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(496, 624);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 13);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Col2 Value -";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1012, 653);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.gridGroupingControl1);
     this.MinimumSize = new System.Drawing.Size(364, 200);
     this.Name        = "Form1";
     this.Text        = "Record Binding";
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }