/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Syncfusion.WinForms.DataGrid.GridButtonColumn gridButtonColumn1 = new Syncfusion.WinForms.DataGrid.GridButtonColumn();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CaptureDesignForm));
            Syncfusion.WinForms.DataGrid.GridButtonColumn gridButtonColumn2 = new Syncfusion.WinForms.DataGrid.GridButtonColumn();
            this.dimensionCaptureGrid = new Syncfusion.WinForms.DataGrid.SfDataGrid();
            this.selectedRangeTextBox = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.label1 = new System.Windows.Forms.Label();
            this.buttonCaptureDims = new Syncfusion.WinForms.Controls.SfButton();
            this.captureTabs = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
            this.dimensionTab = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.featureTab = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.featureCaptureGrid = new Syncfusion.WinForms.DataGrid.SfDataGrid();
            ((System.ComponentModel.ISupportInitialize)(this.dimensionCaptureGrid)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.selectedRangeTextBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.captureTabs)).BeginInit();
            this.captureTabs.SuspendLayout();
            this.dimensionTab.SuspendLayout();
            this.featureTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.featureCaptureGrid)).BeginInit();
            this.SuspendLayout();
            // 
            // dimensionCaptureGrid
            // 
            this.dimensionCaptureGrid.AccessibleName = "Table";
            this.dimensionCaptureGrid.AllowEditing = false;
            this.dimensionCaptureGrid.AllowFiltering = true;
            this.dimensionCaptureGrid.AllowResizingColumns = true;
            this.dimensionCaptureGrid.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
            gridButtonColumn1.AllowDefaultButtonText = false;
            gridButtonColumn1.AllowEditing = false;
            gridButtonColumn1.AllowFiltering = true;
            gridButtonColumn1.AllowResizing = true;
            gridButtonColumn1.ButtonSize = new System.Drawing.Size(0, 0);
            gridButtonColumn1.CellStyle.HorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
            gridButtonColumn1.DefaultButtonText = "";
            gridButtonColumn1.HeaderText = "Add";
            gridButtonColumn1.Image = ((System.Drawing.Image)(resources.GetObject("gridButtonColumn1.Image")));
            gridButtonColumn1.ImageSize = new System.Drawing.Size(0, 0);
            gridButtonColumn1.MappingName = "submitColumn";
            this.dimensionCaptureGrid.Columns.Add(gridButtonColumn1);
            this.dimensionCaptureGrid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dimensionCaptureGrid.Location = new System.Drawing.Point(0, 0);
            this.dimensionCaptureGrid.Name = "dimensionCaptureGrid";
            this.dimensionCaptureGrid.Size = new System.Drawing.Size(271, 177);
            this.dimensionCaptureGrid.TabIndex = 0;
            this.dimensionCaptureGrid.Text = "sfDataGrid1";
            this.dimensionCaptureGrid.AutoGeneratingColumn += new Syncfusion.WinForms.DataGrid.Events.AutoGeneratingColumnEventHandler(this.dimensionCaptureGrid_AutoGeneratingColumn);
            // 
            // selectedRangeTextBox
            // 
            this.selectedRangeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.selectedRangeTextBox.Location = new System.Drawing.Point(179, 5);
            this.selectedRangeTextBox.Name = "selectedRangeTextBox";
            this.selectedRangeTextBox.Size = new System.Drawing.Size(100, 20);
            this.selectedRangeTextBox.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(89, 5);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(84, 13);
            this.label1.TabIndex = 2;
            this.label1.Text = "Selected Range";
            // 
            // buttonCaptureDims
            // 
            this.buttonCaptureDims.AccessibleName = "Button";
            this.buttonCaptureDims.BackColor = System.Drawing.SystemColors.Window;
            this.buttonCaptureDims.Font = new System.Drawing.Font("Segoe UI Semibold", 9F);
            this.buttonCaptureDims.ImageSize = new System.Drawing.Size(32, 32);
            this.buttonCaptureDims.Location = new System.Drawing.Point(5, 5);
            this.buttonCaptureDims.Name = "buttonCaptureDims";
            this.buttonCaptureDims.Size = new System.Drawing.Size(47, 44);
            this.buttonCaptureDims.Style.BackColor = System.Drawing.SystemColors.Window;
            this.buttonCaptureDims.Style.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
            this.buttonCaptureDims.TabIndex = 3;
            this.buttonCaptureDims.UseVisualStyleBackColor = false;
            this.buttonCaptureDims.Click += new System.EventHandler(this.buttonCaptureDims_Click);
            // 
            // captureTabs
            // 
            this.captureTabs.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.captureTabs.BeforeTouchSize = new System.Drawing.Size(274, 201);
            this.captureTabs.Controls.Add(this.dimensionTab);
            this.captureTabs.Controls.Add(this.featureTab);
            this.captureTabs.FocusOnTabClick = false;
            this.captureTabs.Location = new System.Drawing.Point(5, 55);
            this.captureTabs.Name = "captureTabs";
            this.captureTabs.Size = new System.Drawing.Size(274, 201);
            this.captureTabs.TabIndex = 4;
            this.captureTabs.TabStyle = typeof(Syncfusion.Windows.Forms.Tools.TabRendererMetro);
            this.captureTabs.ThemeName = "TabRendererMetro";
            // 
            // dimensionTab
            // 
            this.dimensionTab.Controls.Add(this.dimensionCaptureGrid);
            this.dimensionTab.Image = null;
            this.dimensionTab.ImageSize = new System.Drawing.Size(16, 16);
            this.dimensionTab.Location = new System.Drawing.Point(1, 22);
            this.dimensionTab.Name = "dimensionTab";
            this.dimensionTab.ShowCloseButton = true;
            this.dimensionTab.Size = new System.Drawing.Size(271, 177);
            this.dimensionTab.TabIndex = 1;
            this.dimensionTab.Text = "Dimensions";
            this.dimensionTab.ThemesEnabled = false;
            // 
            // featureTab
            // 
            this.featureTab.Controls.Add(this.featureCaptureGrid);
            this.featureTab.Image = null;
            this.featureTab.ImageSize = new System.Drawing.Size(16, 16);
            this.featureTab.Location = new System.Drawing.Point(1, 22);
            this.featureTab.Name = "featureTab";
            this.featureTab.ShowCloseButton = true;
            this.featureTab.Size = new System.Drawing.Size(271, 177);
            this.featureTab.TabIndex = 2;
            this.featureTab.Text = "Features";
            this.featureTab.ThemesEnabled = false;
            // 
            // featureCaptureGrid
            // 
            this.featureCaptureGrid.AccessibleName = "Table";
            this.featureCaptureGrid.AllowEditing = false;
            this.featureCaptureGrid.AllowFiltering = true;
            this.featureCaptureGrid.AllowResizingColumns = true;
            this.featureCaptureGrid.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
            gridButtonColumn2.AllowDefaultButtonText = false;
            gridButtonColumn2.AllowEditing = false;
            gridButtonColumn2.AllowFiltering = true;
            gridButtonColumn2.AllowResizing = true;
            gridButtonColumn2.ButtonSize = new System.Drawing.Size(0, 0);
            gridButtonColumn2.CellStyle.HorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
            gridButtonColumn2.DefaultButtonText = "";
            gridButtonColumn2.HeaderText = "Add";
            gridButtonColumn2.Image = ((System.Drawing.Image)(resources.GetObject("gridButtonColumn2.Image")));
            gridButtonColumn2.ImageSize = new System.Drawing.Size(0, 0);
            gridButtonColumn2.MappingName = "submitColumn";
            this.featureCaptureGrid.Columns.Add(gridButtonColumn2);
            this.featureCaptureGrid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.featureCaptureGrid.Location = new System.Drawing.Point(0, 0);
            this.featureCaptureGrid.Name = "featureCaptureGrid";
            this.featureCaptureGrid.Size = new System.Drawing.Size(271, 177);
            this.featureCaptureGrid.TabIndex = 1;
            this.featureCaptureGrid.Text = "sfDataGrid1";
            this.featureCaptureGrid.AutoGeneratingColumn += new Syncfusion.WinForms.DataGrid.Events.AutoGeneratingColumnEventHandler(this.featureCaptureGrid_AutoGeneratingColumn);
            // 
            // CaptureDesignForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(284, 261);
            this.Controls.Add(this.captureTabs);
            this.Controls.Add(this.buttonCaptureDims);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.selectedRangeTextBox);
            this.MinimumSize = new System.Drawing.Size(300, 300);
            this.Name = "CaptureDesignForm";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "CaptureDesignFormn";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CaptureDesignFormn_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.dimensionCaptureGrid)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.selectedRangeTextBox)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.captureTabs)).EndInit();
            this.captureTabs.ResumeLayout(false);
            this.dimensionTab.ResumeLayout(false);
            this.featureTab.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.featureCaptureGrid)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Syncfusion.WinForms.DataGrid.GridNumericColumn      gridNumericColumn1      = new Syncfusion.WinForms.DataGrid.GridNumericColumn();
     Syncfusion.WinForms.DataGrid.GridNumericColumn      gridNumericColumn2      = new Syncfusion.WinForms.DataGrid.GridNumericColumn();
     Syncfusion.WinForms.DataGrid.GridNumericColumn      gridNumericColumn3      = new Syncfusion.WinForms.DataGrid.GridNumericColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn1         = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridNumericColumn      gridNumericColumn4      = new Syncfusion.WinForms.DataGrid.GridNumericColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn2         = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridButtonColumn       gridButtonColumn1       = new Syncfusion.WinForms.DataGrid.GridButtonColumn();
     Syncfusion.WinForms.DataGrid.GridButtonColumn       gridButtonColumn2       = new Syncfusion.WinForms.DataGrid.GridButtonColumn();
     Syncfusion.WinForms.DataGrid.GridButtonColumn       gridButtonColumn3       = new Syncfusion.WinForms.DataGrid.GridButtonColumn();
     Syncfusion.WinForms.DataGrid.GridNumericColumn      gridNumericColumn5      = new Syncfusion.WinForms.DataGrid.GridNumericColumn();
     Syncfusion.WinForms.DataGrid.GroupColumnDescription groupColumnDescription1 = new Syncfusion.WinForms.DataGrid.GroupColumnDescription();
     Syncfusion.Windows.Forms.BannerTextInfo             bannerTextInfo1         = new Syncfusion.Windows.Forms.BannerTextInfo();
     this.sdgOrders           = new Syncfusion.WinForms.DataGrid.SfDataGrid();
     this.panel1              = new System.Windows.Forms.Panel();
     this.btnReload           = new Syncfusion.WinForms.Controls.SfButton();
     this.txtSearch           = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.panel2              = new System.Windows.Forms.Panel();
     this.bannerTextProvider1 = new Syncfusion.Windows.Forms.BannerTextProvider(this.components);
     this.panel3              = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.sdgOrders)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // sdgOrders
     //
     this.sdgOrders.AccessibleName            = "Table";
     this.sdgOrders.AllowEditing              = false;
     this.sdgOrders.AllowFiltering            = true;
     this.sdgOrders.AutoExpandGroups          = true;
     this.sdgOrders.AutoGenerateColumns       = false;
     this.sdgOrders.AutoSizeColumnsMode       = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
     gridNumericColumn1.AllowEditing          = false;
     gridNumericColumn1.AllowFiltering        = true;
     gridNumericColumn1.Format                = "{0}";
     gridNumericColumn1.HeaderText            = "Order Id";
     gridNumericColumn1.MappingName           = "Id";
     gridNumericColumn1.MaximumWidth          = 70D;
     gridNumericColumn2.AllowEditing          = false;
     gridNumericColumn2.AllowFiltering        = true;
     gridNumericColumn2.Format                = "{0}";
     gridNumericColumn2.HeaderText            = "Tool Id";
     gridNumericColumn2.MappingName           = "Tool.Id";
     gridNumericColumn2.MaximumWidth          = 70D;
     gridNumericColumn3.AllowEditing          = false;
     gridNumericColumn3.AllowFiltering        = true;
     gridNumericColumn3.Format                = "{0}";
     gridNumericColumn3.HeaderText            = "Customer Id";
     gridNumericColumn3.MappingName           = "Customer.Id";
     gridNumericColumn3.MaximumWidth          = 70D;
     gridTextColumn1.AllowEditing             = false;
     gridTextColumn1.AllowFiltering           = true;
     gridTextColumn1.HeaderText               = "Smtp";
     gridTextColumn1.MappingName              = "Tool.Smtp";
     gridNumericColumn4.AllowEditing          = false;
     gridNumericColumn4.AllowFiltering        = true;
     gridNumericColumn4.Format                = "{0}";
     gridNumericColumn4.HeaderText            = "Port";
     gridNumericColumn4.MappingName           = "Tool.Port";
     gridNumericColumn4.MaximumWidth          = 70D;
     gridTextColumn2.AllowEditing             = false;
     gridTextColumn2.AllowFiltering           = true;
     gridTextColumn2.HeaderText               = "BuyingStatus";
     gridTextColumn2.MappingName              = "Status";
     gridButtonColumn1.AllowDefaultButtonText = false;
     gridButtonColumn1.AllowEditing           = false;
     gridButtonColumn1.AllowFiltering         = true;
     gridButtonColumn1.ButtonSize             = new System.Drawing.Size(0, 0);
     gridButtonColumn1.DefaultButtonText      = "";
     gridButtonColumn1.HeaderText             = "Accept";
     gridButtonColumn1.ImageSize              = new System.Drawing.Size(0, 0);
     gridButtonColumn1.MappingName            = "Accept";
     gridButtonColumn1.NullDisplayText        = "Accept";
     gridButtonColumn2.AllowDefaultButtonText = false;
     gridButtonColumn2.AllowEditing           = false;
     gridButtonColumn2.AllowFiltering         = true;
     gridButtonColumn2.ButtonSize             = new System.Drawing.Size(0, 0);
     gridButtonColumn2.DefaultButtonText      = "";
     gridButtonColumn2.HeaderText             = "Reject";
     gridButtonColumn2.ImageSize              = new System.Drawing.Size(0, 0);
     gridButtonColumn2.MappingName            = "Column8";
     gridButtonColumn2.NullDisplayText        = "Reject";
     gridButtonColumn3.AllowDefaultButtonText = false;
     gridButtonColumn3.AllowEditing           = false;
     gridButtonColumn3.AllowFiltering         = true;
     gridButtonColumn3.ButtonSize             = new System.Drawing.Size(0, 0);
     gridButtonColumn3.DefaultButtonText      = "";
     gridButtonColumn3.HeaderText             = "Delete";
     gridButtonColumn3.ImageSize              = new System.Drawing.Size(0, 0);
     gridButtonColumn3.MappingName            = "Column9";
     gridButtonColumn3.NullDisplayText        = "Delete";
     gridNumericColumn5.AllowEditing          = false;
     gridNumericColumn5.AllowFiltering        = true;
     gridNumericColumn5.Format                = "{0}";
     gridNumericColumn5.HeaderText            = "Price";
     gridNumericColumn5.MappingName           = "Tool.Price";
     this.sdgOrders.Columns.Add(gridNumericColumn1);
     this.sdgOrders.Columns.Add(gridNumericColumn2);
     this.sdgOrders.Columns.Add(gridNumericColumn3);
     this.sdgOrders.Columns.Add(gridTextColumn1);
     this.sdgOrders.Columns.Add(gridNumericColumn4);
     this.sdgOrders.Columns.Add(gridTextColumn2);
     this.sdgOrders.Columns.Add(gridButtonColumn1);
     this.sdgOrders.Columns.Add(gridButtonColumn2);
     this.sdgOrders.Columns.Add(gridButtonColumn3);
     this.sdgOrders.Columns.Add(gridNumericColumn5);
     this.sdgOrders.Dock = System.Windows.Forms.DockStyle.Fill;
     groupColumnDescription1.ColumnName       = "Customer.Id";
     groupColumnDescription1.SortGroupRecords = true;
     this.sdgOrders.GroupColumnDescriptions.Add(groupColumnDescription1);
     this.sdgOrders.Location         = new System.Drawing.Point(0, 0);
     this.sdgOrders.Name             = "sdgOrders";
     this.sdgOrders.Size             = new System.Drawing.Size(765, 426);
     this.sdgOrders.TabIndex         = 0;
     this.sdgOrders.Text             = "sfDataGrid1";
     this.sdgOrders.CellButtonClick += new Syncfusion.WinForms.DataGrid.Events.CellButtonClickEventHandler(this.sfDataGrid1_CellButtonClick);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnReload);
     this.panel1.Controls.Add(this.txtSearch);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(5);
     this.panel1.Size     = new System.Drawing.Size(765, 40);
     this.panel1.TabIndex = 3;
     //
     // btnReload
     //
     this.btnReload.AccessibleName         = "Button";
     this.btnReload.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.btnReload.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnReload.Location               = new System.Drawing.Point(670, 5);
     this.btnReload.Name                   = "btnReload";
     this.btnReload.Size                   = new System.Drawing.Size(90, 30);
     this.btnReload.Style.BackColor        = System.Drawing.Color.Green;
     this.btnReload.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.btnReload.Style.FocusedForeColor = System.Drawing.Color.White;
     this.btnReload.Style.ForeColor        = System.Drawing.Color.White;
     this.btnReload.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.btnReload.Style.HoverForeColor   = System.Drawing.Color.White;
     this.btnReload.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.btnReload.Style.PressedForeColor = System.Drawing.Color.White;
     this.btnReload.TabIndex               = 3;
     this.btnReload.Text                   = "Reload";
     this.btnReload.Click                 += new System.EventHandler(this.btnReload_Click);
     //
     // txtSearch
     //
     bannerTextInfo1.Mode    = Syncfusion.Windows.Forms.BannerTextMode.EditMode;
     bannerTextInfo1.Text    = "Search Everywhere";
     bannerTextInfo1.Visible = true;
     this.bannerTextProvider1.SetBannerText(this.txtSearch, bannerTextInfo1);
     this.txtSearch.BeforeTouchSize = new System.Drawing.Size(279, 29);
     this.txtSearch.Dock            = System.Windows.Forms.DockStyle.Left;
     this.txtSearch.Font            = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearch.Location        = new System.Drawing.Point(5, 5);
     this.txtSearch.Name            = "txtSearch";
     this.txtSearch.Size            = new System.Drawing.Size(279, 29);
     this.txtSearch.TabIndex        = 2;
     this.txtSearch.TextChanged    += new System.EventHandler(this.txtSearch_TextChanged);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.sdgOrders);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 40);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(765, 426);
     this.panel2.TabIndex = 4;
     //
     // panel3
     //
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 466);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(765, 44);
     this.panel3.TabIndex = 5;
     //
     // Order
     //
     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.panel2);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.Name = "Order";
     this.Size = new System.Drawing.Size(765, 510);
     ((System.ComponentModel.ISupportInitialize)(this.sdgOrders)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch)).EndInit();
     this.panel2.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();
     Syncfusion.WinForms.DataGrid.GridNumericColumn  gridNumericColumn1  = new Syncfusion.WinForms.DataGrid.GridNumericColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn1     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridNumericColumn  gridNumericColumn2  = new Syncfusion.WinForms.DataGrid.GridNumericColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn2     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn3     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn gridCheckBoxColumn1 = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn4     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridNumericColumn  gridNumericColumn3  = new Syncfusion.WinForms.DataGrid.GridNumericColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn5     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridButtonColumn   gridButtonColumn1   = new Syncfusion.WinForms.DataGrid.GridButtonColumn();
     Syncfusion.WinForms.DataGrid.GridButtonColumn   gridButtonColumn2   = new Syncfusion.WinForms.DataGrid.GridButtonColumn();
     Syncfusion.Windows.Forms.BannerTextInfo         bannerTextInfo1     = new Syncfusion.Windows.Forms.BannerTextInfo();
     this.panel3              = new System.Windows.Forms.Panel();
     this.panel4              = new System.Windows.Forms.Panel();
     this.sdgTools            = new Syncfusion.WinForms.DataGrid.SfDataGrid();
     this.pnlControls1        = new System.Windows.Forms.Panel();
     this.btnSaveChanges      = new Syncfusion.WinForms.Controls.SfButton();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.btnAddNewTool       = new Syncfusion.WinForms.Controls.SfButton();
     this.panel1              = new System.Windows.Forms.Panel();
     this.btnImportFile       = new Syncfusion.WinForms.Controls.SfButton();
     this.pictureBox3         = new System.Windows.Forms.PictureBox();
     this.btnUpdateStatus     = new Syncfusion.WinForms.Controls.SfButton();
     this.pictureBox2         = new System.Windows.Forms.PictureBox();
     this.btnReload           = new Syncfusion.WinForms.Controls.SfButton();
     this.txtSearch           = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.bannerTextProvider1 = new Syncfusion.Windows.Forms.BannerTextProvider(this.components);
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sdgTools)).BeginInit();
     this.pnlControls1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch)).BeginInit();
     this.SuspendLayout();
     //
     // panel3
     //
     this.panel3.Controls.Add(this.panel4);
     this.panel3.Controls.Add(this.pnlControls1);
     this.panel3.Controls.Add(this.panel1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(808, 420);
     this.panel3.TabIndex = 2;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.sdgTools);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 40);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(808, 340);
     this.panel4.TabIndex = 4;
     //
     // sdgTools
     //
     this.sdgTools.AccessibleName                    = "Table";
     this.sdgTools.AllowDeleting                     = true;
     this.sdgTools.AllowResizingColumns              = true;
     this.sdgTools.AutoSizeColumnsMode               = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
     gridNumericColumn1.AllowResizing                = true;
     gridNumericColumn1.Format                       = "{0}";
     gridNumericColumn1.HeaderStyle.FilterIconColor  = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridNumericColumn1.HeaderText                   = "#";
     gridNumericColumn1.MappingName                  = "Id";
     gridNumericColumn1.MaximumWidth                 = 50D;
     gridTextColumn1.AllowResizing                   = true;
     gridTextColumn1.HeaderStyle.FilterIconColor     = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridTextColumn1.HeaderText                      = "Host";
     gridTextColumn1.MappingName                     = "Smtp";
     gridNumericColumn2.AllowResizing                = true;
     gridNumericColumn2.Format                       = "{0}";
     gridNumericColumn2.HeaderStyle.FilterIconColor  = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridNumericColumn2.HeaderText                   = "Port";
     gridNumericColumn2.MappingName                  = "Port";
     gridTextColumn2.AllowResizing                   = true;
     gridTextColumn2.HeaderStyle.FilterIconColor     = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridTextColumn2.HeaderText                      = "Username";
     gridTextColumn2.MappingName                     = "Username";
     gridTextColumn3.AllowResizing                   = true;
     gridTextColumn3.HeaderStyle.FilterIconColor     = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridTextColumn3.HeaderText                      = "Password";
     gridTextColumn3.MappingName                     = "Password";
     gridCheckBoxColumn1.AllowResizing               = true;
     gridCheckBoxColumn1.HeaderStyle.FilterIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridCheckBoxColumn1.HeaderText                  = "SSL";
     gridCheckBoxColumn1.MappingName                 = "Ssl";
     gridTextColumn4.AllowResizing                   = true;
     gridTextColumn4.HeaderStyle.FilterIconColor     = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridTextColumn4.HeaderText                      = "Status";
     gridTextColumn4.MappingName                     = "Status";
     gridNumericColumn3.AllowResizing                = true;
     gridNumericColumn3.Format                       = "{0}";
     gridNumericColumn3.HeaderStyle.FilterIconColor  = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridNumericColumn3.HeaderText                   = "Price";
     gridNumericColumn3.MappingName                  = "Price";
     gridTextColumn5.AllowResizing                   = true;
     gridTextColumn5.HeaderStyle.FilterIconColor     = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridTextColumn5.HeaderText                      = "Product Type";
     gridTextColumn5.MappingName                     = "Type";
     gridButtonColumn1.AllowDefaultButtonText        = false;
     gridButtonColumn1.AllowResizing                 = true;
     gridButtonColumn1.ButtonSize                    = new System.Drawing.Size(0, 0);
     gridButtonColumn1.DefaultButtonText             = "";
     gridButtonColumn1.HeaderText                    = "Action";
     gridButtonColumn1.ImageSize                     = new System.Drawing.Size(0, 0);
     gridButtonColumn1.MappingName                   = "Column10";
     gridButtonColumn1.NullDisplayText               = "Delete";
     gridButtonColumn2.AllowDefaultButtonText        = false;
     gridButtonColumn2.AllowResizing                 = true;
     gridButtonColumn2.ButtonSize                    = new System.Drawing.Size(0, 0);
     gridButtonColumn2.DefaultButtonText             = "";
     gridButtonColumn2.HeaderText                    = "Check Status";
     gridButtonColumn2.ImageSize                     = new System.Drawing.Size(0, 0);
     gridButtonColumn2.MappingName                   = "Column11";
     gridButtonColumn2.NullDisplayText               = "Update Status";
     this.sdgTools.Columns.Add(gridNumericColumn1);
     this.sdgTools.Columns.Add(gridTextColumn1);
     this.sdgTools.Columns.Add(gridNumericColumn2);
     this.sdgTools.Columns.Add(gridTextColumn2);
     this.sdgTools.Columns.Add(gridTextColumn3);
     this.sdgTools.Columns.Add(gridCheckBoxColumn1);
     this.sdgTools.Columns.Add(gridTextColumn4);
     this.sdgTools.Columns.Add(gridNumericColumn3);
     this.sdgTools.Columns.Add(gridTextColumn5);
     this.sdgTools.Columns.Add(gridButtonColumn1);
     this.sdgTools.Columns.Add(gridButtonColumn2);
     this.sdgTools.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.sdgTools.Location = new System.Drawing.Point(0, 0);
     this.sdgTools.Name     = "sdgTools";
     this.sdgTools.Size     = new System.Drawing.Size(808, 340);
     this.sdgTools.Style.HeaderStyle.FilterIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     this.sdgTools.TabIndex         = 0;
     this.sdgTools.Text             = "sfDataGrid1";
     this.sdgTools.QueryRowStyle   += new Syncfusion.WinForms.DataGrid.Events.QueryRowStyleEventHandler(this.sdgTools_QueryRowStyle);
     this.sdgTools.CellButtonClick += new Syncfusion.WinForms.DataGrid.Events.CellButtonClickEventHandler(this.sdgTools_CellButtonClick);
     //
     // pnlControls1
     //
     this.pnlControls1.Controls.Add(this.btnSaveChanges);
     this.pnlControls1.Controls.Add(this.pictureBox1);
     this.pnlControls1.Controls.Add(this.btnAddNewTool);
     this.pnlControls1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlControls1.Location = new System.Drawing.Point(0, 380);
     this.pnlControls1.Name     = "pnlControls1";
     this.pnlControls1.Padding  = new System.Windows.Forms.Padding(5);
     this.pnlControls1.Size     = new System.Drawing.Size(808, 40);
     this.pnlControls1.TabIndex = 3;
     //
     // btnSaveChanges
     //
     this.btnSaveChanges.AccessibleName         = "Button";
     this.btnSaveChanges.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.btnSaveChanges.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnSaveChanges.Location               = new System.Drawing.Point(551, 5);
     this.btnSaveChanges.Name                   = "btnSaveChanges";
     this.btnSaveChanges.Size                   = new System.Drawing.Size(121, 30);
     this.btnSaveChanges.Style.BackColor        = System.Drawing.Color.Green;
     this.btnSaveChanges.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.btnSaveChanges.Style.FocusedForeColor = System.Drawing.Color.White;
     this.btnSaveChanges.Style.ForeColor        = System.Drawing.Color.White;
     this.btnSaveChanges.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.btnSaveChanges.Style.HoverForeColor   = System.Drawing.Color.White;
     this.btnSaveChanges.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.btnSaveChanges.Style.PressedForeColor = System.Drawing.Color.White;
     this.btnSaveChanges.TabIndex               = 5;
     this.btnSaveChanges.Text                   = "Save Changes";
     this.btnSaveChanges.Click                 += new System.EventHandler(this.btnSaveChanges_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pictureBox1.Location = new System.Drawing.Point(672, 5);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(10, 30);
     this.pictureBox1.TabIndex = 4;
     this.pictureBox1.TabStop  = false;
     //
     // btnAddNewTool
     //
     this.btnAddNewTool.AccessibleName         = "Button";
     this.btnAddNewTool.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.btnAddNewTool.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnAddNewTool.Location               = new System.Drawing.Point(682, 5);
     this.btnAddNewTool.Name                   = "btnAddNewTool";
     this.btnAddNewTool.Size                   = new System.Drawing.Size(121, 30);
     this.btnAddNewTool.Style.BackColor        = System.Drawing.Color.Green;
     this.btnAddNewTool.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.btnAddNewTool.Style.FocusedForeColor = System.Drawing.Color.White;
     this.btnAddNewTool.Style.ForeColor        = System.Drawing.Color.White;
     this.btnAddNewTool.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.btnAddNewTool.Style.HoverForeColor   = System.Drawing.Color.White;
     this.btnAddNewTool.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.btnAddNewTool.Style.PressedForeColor = System.Drawing.Color.White;
     this.btnAddNewTool.TabIndex               = 3;
     this.btnAddNewTool.Text                   = "Add New Tool";
     this.btnAddNewTool.Click                 += new System.EventHandler(this.btnAddNewTool_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnImportFile);
     this.panel1.Controls.Add(this.pictureBox3);
     this.panel1.Controls.Add(this.btnUpdateStatus);
     this.panel1.Controls.Add(this.pictureBox2);
     this.panel1.Controls.Add(this.btnReload);
     this.panel1.Controls.Add(this.txtSearch);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(5);
     this.panel1.Size     = new System.Drawing.Size(808, 40);
     this.panel1.TabIndex = 2;
     //
     // btnImportFile
     //
     this.btnImportFile.AccessibleName         = "Button";
     this.btnImportFile.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.btnImportFile.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnImportFile.Location               = new System.Drawing.Point(485, 5);
     this.btnImportFile.Name                   = "btnImportFile";
     this.btnImportFile.Size                   = new System.Drawing.Size(104, 30);
     this.btnImportFile.Style.BackColor        = System.Drawing.Color.Green;
     this.btnImportFile.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.btnImportFile.Style.FocusedForeColor = System.Drawing.Color.White;
     this.btnImportFile.Style.ForeColor        = System.Drawing.Color.White;
     this.btnImportFile.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.btnImportFile.Style.HoverForeColor   = System.Drawing.Color.White;
     this.btnImportFile.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.btnImportFile.Style.PressedForeColor = System.Drawing.Color.White;
     this.btnImportFile.TabIndex               = 8;
     this.btnImportFile.Text                   = "Import File";
     this.btnImportFile.Click                 += new System.EventHandler(this.btnImportFile_Click);
     //
     // pictureBox3
     //
     this.pictureBox3.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pictureBox3.Location = new System.Drawing.Point(589, 5);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(10, 30);
     this.pictureBox3.TabIndex = 7;
     this.pictureBox3.TabStop  = false;
     //
     // btnUpdateStatus
     //
     this.btnUpdateStatus.AccessibleName         = "Button";
     this.btnUpdateStatus.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.btnUpdateStatus.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnUpdateStatus.Location               = new System.Drawing.Point(599, 5);
     this.btnUpdateStatus.Name                   = "btnUpdateStatus";
     this.btnUpdateStatus.Size                   = new System.Drawing.Size(104, 30);
     this.btnUpdateStatus.Style.BackColor        = System.Drawing.Color.Green;
     this.btnUpdateStatus.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.btnUpdateStatus.Style.FocusedForeColor = System.Drawing.Color.White;
     this.btnUpdateStatus.Style.ForeColor        = System.Drawing.Color.White;
     this.btnUpdateStatus.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.btnUpdateStatus.Style.HoverForeColor   = System.Drawing.Color.White;
     this.btnUpdateStatus.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.btnUpdateStatus.Style.PressedForeColor = System.Drawing.Color.White;
     this.btnUpdateStatus.TabIndex               = 6;
     this.btnUpdateStatus.Text                   = "Update All";
     this.btnUpdateStatus.Click                 += new System.EventHandler(this.btnUpdateStatus_Click);
     //
     // pictureBox2
     //
     this.pictureBox2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pictureBox2.Location = new System.Drawing.Point(703, 5);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(10, 30);
     this.pictureBox2.TabIndex = 5;
     this.pictureBox2.TabStop  = false;
     //
     // btnReload
     //
     this.btnReload.AccessibleName         = "Button";
     this.btnReload.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.btnReload.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnReload.Location               = new System.Drawing.Point(713, 5);
     this.btnReload.Name                   = "btnReload";
     this.btnReload.Size                   = new System.Drawing.Size(90, 30);
     this.btnReload.Style.BackColor        = System.Drawing.Color.Green;
     this.btnReload.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.btnReload.Style.FocusedForeColor = System.Drawing.Color.White;
     this.btnReload.Style.ForeColor        = System.Drawing.Color.White;
     this.btnReload.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.btnReload.Style.HoverForeColor   = System.Drawing.Color.White;
     this.btnReload.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.btnReload.Style.PressedForeColor = System.Drawing.Color.White;
     this.btnReload.TabIndex               = 3;
     this.btnReload.Text                   = "Reload";
     this.btnReload.Click                 += new System.EventHandler(this.txtReload_Click);
     //
     // txtSearch
     //
     bannerTextInfo1.Text    = "Search Anywhere";
     bannerTextInfo1.Visible = true;
     this.bannerTextProvider1.SetBannerText(this.txtSearch, bannerTextInfo1);
     this.txtSearch.BeforeTouchSize = new System.Drawing.Size(224, 29);
     this.txtSearch.Dock            = System.Windows.Forms.DockStyle.Left;
     this.txtSearch.Font            = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearch.Location        = new System.Drawing.Point(5, 5);
     this.txtSearch.Name            = "txtSearch";
     this.txtSearch.Size            = new System.Drawing.Size(224, 29);
     this.txtSearch.TabIndex        = 2;
     this.txtSearch.TextChanged    += new System.EventHandler(this.txtSearch_TextChanged);
     //
     // Tools
     //
     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.panel3);
     this.Name = "Tools";
     this.Size = new System.Drawing.Size(808, 420);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.sdgTools)).EndInit();
     this.pnlControls1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo 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();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn     gridCheckBoxColumn5   = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn7       = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn8       = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridDateTimeColumn     gridDateTimeColumn3   = new Syncfusion.WinForms.DataGrid.GridDateTimeColumn();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn     gridCheckBoxColumn1   = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn     gridCheckBoxColumn3   = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn1       = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn2       = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn5       = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn6       = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridDateTimeColumn     gridDateTimeColumn1   = new Syncfusion.WinForms.DataGrid.GridDateTimeColumn();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn     gridCheckBoxColumn4   = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridButtonColumn       gridButtonColumn1     = new Syncfusion.WinForms.DataGrid.GridButtonColumn();
     Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
     this.txtDataSource          = new System.Windows.Forms.TextBox();
     this.tabControl1            = new System.Windows.Forms.TabControl();
     this.tabDimensions          = new System.Windows.Forms.TabPage();
     this.button3                = new System.Windows.Forms.Button();
     this.btnProcessDimensions   = new System.Windows.Forms.Button();
     this.button1                = new System.Windows.Forms.Button();
     this.btnSelectAllPartition  = new System.Windows.Forms.Button();
     this.dgDimensions           = new Syncfusion.WinForms.DataGrid.SfDataGrid();
     this.tabPartitions          = new System.Windows.Forms.TabPage();
     this.cbPartitionProcessType = new Syncfusion.WinForms.ListView.SfComboBox();
     this.label1                      = new System.Windows.Forms.Label();
     this.txtPartitionFilter          = new System.Windows.Forms.TextBox();
     this.btnEnableSelectedPartitions = new System.Windows.Forms.Button();
     this.btnPartitionRefresh         = new System.Windows.Forms.Button();
     this.button5                     = new System.Windows.Forms.Button();
     this.button6                     = new System.Windows.Forms.Button();
     this.button7                     = new System.Windows.Forms.Button();
     this.dgPartitions                = new Syncfusion.WinForms.DataGrid.SfDataGrid();
     this.statusStrip                 = new System.Windows.Forms.StatusStrip();
     this.lblStatus                   = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripProgressBar        = new System.Windows.Forms.ToolStripProgressBar();
     this.bgw                 = new System.ComponentModel.BackgroundWorker();
     this.tvServer            = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
     this.btnServerAdd        = new System.Windows.Forms.Button();
     this.nudPartitionThreads = new System.Windows.Forms.NumericUpDown();
     this.toolTip1            = new System.Windows.Forms.ToolTip(this.components);
     this.tabControl1.SuspendLayout();
     this.tabDimensions.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgDimensions)).BeginInit();
     this.tabPartitions.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbPartitionProcessType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgPartitions)).BeginInit();
     this.statusStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tvServer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudPartitionThreads)).BeginInit();
     this.SuspendLayout();
     //
     // txtDataSource
     //
     this.txtDataSource.ForeColor = System.Drawing.SystemColors.WindowText;
     this.txtDataSource.Location  = new System.Drawing.Point(12, 12);
     this.txtDataSource.Name      = "txtDataSource";
     this.txtDataSource.Size      = new System.Drawing.Size(238, 20);
     this.txtDataSource.TabIndex  = 4;
     this.txtDataSource.Text      = "127.0.0.1";
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabDimensions);
     this.tabControl1.Controls.Add(this.tabPartitions);
     this.tabControl1.Location      = new System.Drawing.Point(285, 12);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(847, 419);
     this.tabControl1.TabIndex      = 6;
     //
     // tabDimensions
     //
     this.tabDimensions.Controls.Add(this.button3);
     this.tabDimensions.Controls.Add(this.btnProcessDimensions);
     this.tabDimensions.Controls.Add(this.button1);
     this.tabDimensions.Controls.Add(this.btnSelectAllPartition);
     this.tabDimensions.Controls.Add(this.dgDimensions);
     this.tabDimensions.Location = new System.Drawing.Point(4, 22);
     this.tabDimensions.Name     = "tabDimensions";
     this.tabDimensions.Padding  = new System.Windows.Forms.Padding(3);
     this.tabDimensions.Size     = new System.Drawing.Size(839, 393);
     this.tabDimensions.TabIndex = 0;
     this.tabDimensions.Text     = "Dimensions";
     this.tabDimensions.UseVisualStyleBackColor = true;
     //
     // button3
     //
     this.button3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button3.Location = new System.Drawing.Point(6, 363);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 5;
     this.button3.Text     = "Refresh";
     this.button3.UseVisualStyleBackColor = true;
     //
     // btnProcessDimensions
     //
     this.btnProcessDimensions.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnProcessDimensions.Location = new System.Drawing.Point(296, 363);
     this.btnProcessDimensions.Name     = "btnProcessDimensions";
     this.btnProcessDimensions.Size     = new System.Drawing.Size(119, 23);
     this.btnProcessDimensions.TabIndex = 4;
     this.btnProcessDimensions.Text     = "Process Selected";
     this.btnProcessDimensions.UseVisualStyleBackColor = true;
     this.btnProcessDimensions.Click += new System.EventHandler(this.btnProcessDimensions_Click);
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button1.Location = new System.Drawing.Point(168, 363);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(122, 23);
     this.button1.TabIndex = 3;
     this.button1.Text     = "Select Unprocessed";
     this.button1.UseVisualStyleBackColor = true;
     //
     // btnSelectAllPartition
     //
     this.btnSelectAllPartition.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSelectAllPartition.Location = new System.Drawing.Point(87, 363);
     this.btnSelectAllPartition.Name     = "btnSelectAllPartition";
     this.btnSelectAllPartition.Size     = new System.Drawing.Size(75, 23);
     this.btnSelectAllPartition.TabIndex = 2;
     this.btnSelectAllPartition.Text     = "Select All";
     this.btnSelectAllPartition.UseVisualStyleBackColor = true;
     //
     // dgDimensions
     //
     this.dgDimensions.AccessibleName = "Table";
     this.dgDimensions.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.dgDimensions.AutoGenerateColumns = false;
     gridCheckBoxColumn5.HeaderText        = "Selected";
     gridCheckBoxColumn5.MappingName       = "Selected";
     gridCheckBoxColumn5.Width             = 40D;
     gridTextColumn7.AutoSizeColumnsMode   = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
     gridTextColumn7.HeaderText            = "Partition Name (ID)";
     gridTextColumn7.MappingName           = "Display";
     gridTextColumn8.HeaderText            = "State";
     gridTextColumn8.MappingName           = "State";
     gridDateTimeColumn3.HeaderText        = "Last Processed";
     gridDateTimeColumn3.MappingName       = "LastProcessed";
     gridDateTimeColumn3.MaxDateTime       = new System.DateTime(9999, 12, 31, 23, 59, 59, 999);
     this.dgDimensions.Columns.Add(gridCheckBoxColumn5);
     this.dgDimensions.Columns.Add(gridTextColumn7);
     this.dgDimensions.Columns.Add(gridTextColumn8);
     this.dgDimensions.Columns.Add(gridDateTimeColumn3);
     this.dgDimensions.Location          = new System.Drawing.Point(6, 6);
     this.dgDimensions.Name              = "dgDimensions";
     this.dgDimensions.SelectionMode     = Syncfusion.WinForms.DataGrid.Enums.GridSelectionMode.Extended;
     this.dgDimensions.ShowGroupDropArea = true;
     this.dgDimensions.ShowRowHeader     = true;
     this.dgDimensions.Size              = new System.Drawing.Size(694, 351);
     this.dgDimensions.TabIndex          = 1;
     this.dgDimensions.Text              = "sfDataGrid1";
     //
     // tabPartitions
     //
     this.tabPartitions.Controls.Add(this.nudPartitionThreads);
     this.tabPartitions.Controls.Add(this.cbPartitionProcessType);
     this.tabPartitions.Controls.Add(this.label1);
     this.tabPartitions.Controls.Add(this.txtPartitionFilter);
     this.tabPartitions.Controls.Add(this.btnEnableSelectedPartitions);
     this.tabPartitions.Controls.Add(this.btnPartitionRefresh);
     this.tabPartitions.Controls.Add(this.button5);
     this.tabPartitions.Controls.Add(this.button6);
     this.tabPartitions.Controls.Add(this.button7);
     this.tabPartitions.Controls.Add(this.dgPartitions);
     this.tabPartitions.Location = new System.Drawing.Point(4, 22);
     this.tabPartitions.Name     = "tabPartitions";
     this.tabPartitions.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPartitions.Size     = new System.Drawing.Size(839, 393);
     this.tabPartitions.TabIndex = 1;
     this.tabPartitions.Text     = "Partitions";
     this.tabPartitions.UseVisualStyleBackColor = true;
     //
     // cbPartitionProcessType
     //
     this.cbPartitionProcessType.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cbPartitionProcessType.Location         = new System.Drawing.Point(712, 367);
     this.cbPartitionProcessType.MaxDropDownItems = 10;
     this.cbPartitionProcessType.Name             = "cbPartitionProcessType";
     this.cbPartitionProcessType.Size             = new System.Drawing.Size(121, 20);
     this.cbPartitionProcessType.TabIndex         = 15;
     this.toolTip1.SetToolTip(this.cbPartitionProcessType, "Process Type");
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(29, 13);
     this.label1.TabIndex = 14;
     this.label1.Text     = "Filter";
     //
     // txtPartitionFilter
     //
     this.txtPartitionFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPartitionFilter.Location     = new System.Drawing.Point(41, 6);
     this.txtPartitionFilter.Name         = "txtPartitionFilter";
     this.txtPartitionFilter.Size         = new System.Drawing.Size(792, 20);
     this.txtPartitionFilter.TabIndex     = 13;
     this.txtPartitionFilter.TextChanged += new System.EventHandler(this.txtPartitionFilter_TextChanged);
     //
     // btnEnableSelectedPartitions
     //
     this.btnEnableSelectedPartitions.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnEnableSelectedPartitions.Location = new System.Drawing.Point(421, 364);
     this.btnEnableSelectedPartitions.Name     = "btnEnableSelectedPartitions";
     this.btnEnableSelectedPartitions.Size     = new System.Drawing.Size(119, 23);
     this.btnEnableSelectedPartitions.TabIndex = 12;
     this.btnEnableSelectedPartitions.Text     = "Enable Selected";
     this.btnEnableSelectedPartitions.UseVisualStyleBackColor = true;
     this.btnEnableSelectedPartitions.Click += new System.EventHandler(this.btnEnableSelectedPartitions_Click);
     //
     // btnPartitionRefresh
     //
     this.btnPartitionRefresh.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnPartitionRefresh.Location = new System.Drawing.Point(6, 364);
     this.btnPartitionRefresh.Name     = "btnPartitionRefresh";
     this.btnPartitionRefresh.Size     = new System.Drawing.Size(75, 23);
     this.btnPartitionRefresh.TabIndex = 11;
     this.btnPartitionRefresh.Text     = "Refresh";
     this.btnPartitionRefresh.UseVisualStyleBackColor = true;
     this.btnPartitionRefresh.Click += new System.EventHandler(this.btnPartitionRefresh_Click);
     //
     // button5
     //
     this.button5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button5.Location = new System.Drawing.Point(296, 364);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(119, 23);
     this.button5.TabIndex = 10;
     this.button5.Text     = "Process Selected";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // button6
     //
     this.button6.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button6.Location = new System.Drawing.Point(168, 364);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(122, 23);
     this.button6.TabIndex = 9;
     this.button6.Text     = "Select Unprocessed";
     this.button6.UseVisualStyleBackColor = true;
     //
     // button7
     //
     this.button7.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button7.Location = new System.Drawing.Point(87, 364);
     this.button7.Name     = "button7";
     this.button7.Size     = new System.Drawing.Size(75, 23);
     this.button7.TabIndex = 8;
     this.button7.Text     = "Select All";
     this.button7.UseVisualStyleBackColor = true;
     //
     // dgPartitions
     //
     this.dgPartitions.AccessibleName       = "Table";
     this.dgPartitions.AllowDraggingColumns = true;
     this.dgPartitions.AllowResizingColumns = true;
     this.dgPartitions.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.dgPartitions.AutoGenerateColumns    = false;
     this.dgPartitions.AutoSizeColumnsMode    = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.AllCells;
     gridCheckBoxColumn1.AllowDragging        = true;
     gridCheckBoxColumn1.AllowEditing         = false;
     gridCheckBoxColumn1.AllowResizing        = true;
     gridCheckBoxColumn1.HeaderText           = "Disabled";
     gridCheckBoxColumn1.MappingName          = "Disabled";
     gridCheckBoxColumn1.Width                = 40D;
     gridCheckBoxColumn3.AllowDragging        = true;
     gridCheckBoxColumn3.AllowResizing        = true;
     gridCheckBoxColumn3.HeaderText           = "Selected";
     gridCheckBoxColumn3.MappingName          = "Selected";
     gridCheckBoxColumn3.Width                = 40D;
     gridTextColumn1.AllowDragging            = true;
     gridTextColumn1.AllowEditing             = false;
     gridTextColumn1.AllowResizing            = true;
     gridTextColumn1.HeaderText               = "Cube";
     gridTextColumn1.MappingName              = "CubeDisplay";
     gridTextColumn2.AllowDragging            = true;
     gridTextColumn2.AllowEditing             = false;
     gridTextColumn2.AllowResizing            = true;
     gridTextColumn2.HeaderText               = "Measure Group (ID)";
     gridTextColumn2.MappingName              = "MeasureGroupLong";
     gridTextColumn5.AllowDragging            = true;
     gridTextColumn5.AllowEditing             = false;
     gridTextColumn5.AllowResizing            = true;
     gridTextColumn5.AutoSizeColumnsMode      = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
     gridTextColumn5.HeaderText               = "Partition Name (ID)";
     gridTextColumn5.MappingName              = "Display";
     gridTextColumn6.AllowDragging            = true;
     gridTextColumn6.AllowEditing             = false;
     gridTextColumn6.AllowResizing            = true;
     gridTextColumn6.HeaderText               = "State";
     gridTextColumn6.MappingName              = "State";
     gridDateTimeColumn1.AllowDragging        = true;
     gridDateTimeColumn1.AllowEditing         = false;
     gridDateTimeColumn1.AllowResizing        = true;
     gridDateTimeColumn1.Format               = "d";
     gridDateTimeColumn1.HeaderText           = "Last Processed";
     gridDateTimeColumn1.MappingName          = "LastProcessed";
     gridDateTimeColumn1.MaxDateTime          = new System.DateTime(9999, 12, 31, 23, 59, 59, 999);
     gridCheckBoxColumn4.AllowDragging        = true;
     gridCheckBoxColumn4.AllowEditing         = false;
     gridCheckBoxColumn4.AllowResizing        = true;
     gridCheckBoxColumn4.HeaderText           = "Processing";
     gridCheckBoxColumn4.MappingName          = "Processing";
     gridButtonColumn1.AllowDefaultButtonText = true;
     gridButtonColumn1.AllowDragging          = true;
     gridButtonColumn1.AllowEditing           = false;
     gridButtonColumn1.AllowGrouping          = false;
     gridButtonColumn1.AllowResizing          = true;
     gridButtonColumn1.AllowSorting           = false;
     gridButtonColumn1.ButtonSize             = new System.Drawing.Size(0, 0);
     gridButtonColumn1.DefaultButtonText      = "SQL";
     gridButtonColumn1.HeaderText             = "Column9";
     gridButtonColumn1.ImageSize              = new System.Drawing.Size(0, 0);
     gridButtonColumn1.MappingName            = "Column9";
     gridButtonColumn1.MaximumWidth           = 60D;
     gridButtonColumn1.ShowToolTip            = true;
     this.dgPartitions.Columns.Add(gridCheckBoxColumn1);
     this.dgPartitions.Columns.Add(gridCheckBoxColumn3);
     this.dgPartitions.Columns.Add(gridTextColumn1);
     this.dgPartitions.Columns.Add(gridTextColumn2);
     this.dgPartitions.Columns.Add(gridTextColumn5);
     this.dgPartitions.Columns.Add(gridTextColumn6);
     this.dgPartitions.Columns.Add(gridDateTimeColumn1);
     this.dgPartitions.Columns.Add(gridCheckBoxColumn4);
     this.dgPartitions.Columns.Add(gridButtonColumn1);
     this.dgPartitions.Location          = new System.Drawing.Point(6, 32);
     this.dgPartitions.Name              = "dgPartitions";
     this.dgPartitions.SelectionMode     = Syncfusion.WinForms.DataGrid.Enums.GridSelectionMode.Extended;
     this.dgPartitions.ShowGroupDropArea = true;
     this.dgPartitions.ShowRowHeader     = true;
     this.dgPartitions.Size              = new System.Drawing.Size(827, 326);
     this.dgPartitions.TabIndex          = 7;
     this.dgPartitions.Text              = "sfDataGrid1";
     this.dgPartitions.QueryRowStyle    += new Syncfusion.WinForms.DataGrid.Events.QueryRowStyleEventHandler(this.dgPartitions_QueryRowStyle);
     this.dgPartitions.CellButtonClick  += new Syncfusion.WinForms.DataGrid.Events.CellButtonClickEventHandler(this.dgPartitions_CellButtonClick);
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblStatus,
         this.toolStripProgressBar
     });
     this.statusStrip.Location = new System.Drawing.Point(0, 434);
     this.statusStrip.Name     = "statusStrip";
     this.statusStrip.Size     = new System.Drawing.Size(1144, 22);
     this.statusStrip.TabIndex = 7;
     this.statusStrip.Text     = "statusStrip1";
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(48, 17);
     this.lblStatus.Text = "Ready...";
     //
     // toolStripProgressBar
     //
     this.toolStripProgressBar.Name = "toolStripProgressBar";
     this.toolStripProgressBar.Size = new System.Drawing.Size(100, 16);
     //
     // tvServer
     //
     this.tvServer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)));
     treeNodeAdvStyleInfo1.EnsureDefaultOptionedChild = true;
     this.tvServer.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] {
         new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo1)
     });
     this.tvServer.BeforeTouchSize = new System.Drawing.Size(267, 386);
     //
     //
     //
     this.tvServer.HelpTextControl.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tvServer.HelpTextControl.Location      = new System.Drawing.Point(0, 0);
     this.tvServer.HelpTextControl.Name          = "helpText";
     this.tvServer.HelpTextControl.Size          = new System.Drawing.Size(49, 15);
     this.tvServer.HelpTextControl.TabIndex      = 0;
     this.tvServer.HelpTextControl.Text          = "help text";
     this.tvServer.InactiveSelectedNodeForeColor = System.Drawing.SystemColors.ControlText;
     this.tvServer.Location              = new System.Drawing.Point(12, 41);
     this.tvServer.MetroColor            = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.tvServer.Name                  = "tvServer";
     this.tvServer.SelectedNodeForeColor = System.Drawing.SystemColors.HighlightText;
     this.tvServer.Size                  = new System.Drawing.Size(267, 386);
     this.tvServer.TabIndex              = 2;
     this.tvServer.Text                  = "treeViewAdv1";
     //
     //
     //
     this.tvServer.ToolTipControl.BackColor   = System.Drawing.SystemColors.Info;
     this.tvServer.ToolTipControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tvServer.ToolTipControl.Location    = new System.Drawing.Point(0, 0);
     this.tvServer.ToolTipControl.Name        = "toolTip";
     this.tvServer.ToolTipControl.Size        = new System.Drawing.Size(41, 15);
     this.tvServer.ToolTipControl.TabIndex    = 1;
     this.tvServer.ToolTipControl.Text        = "toolTip";
     this.tvServer.AfterSelect += new System.EventHandler(this.tvServer_AfterSelect);
     //
     // btnServerAdd
     //
     this.btnServerAdd.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnServerAdd.Location  = new System.Drawing.Point(256, 12);
     this.btnServerAdd.Name      = "btnServerAdd";
     this.btnServerAdd.Size      = new System.Drawing.Size(23, 23);
     this.btnServerAdd.TabIndex  = 8;
     this.btnServerAdd.Text      = "+";
     this.btnServerAdd.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.toolTip1.SetToolTip(this.btnServerAdd, "Add server");
     this.btnServerAdd.UseVisualStyleBackColor = true;
     this.btnServerAdd.Click += new System.EventHandler(this.btnServerAdd_Click);
     //
     // nudPartitionThreads
     //
     this.nudPartitionThreads.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.nudPartitionThreads.Location = new System.Drawing.Point(664, 367);
     this.nudPartitionThreads.Name     = "nudPartitionThreads";
     this.nudPartitionThreads.Size     = new System.Drawing.Size(42, 20);
     this.nudPartitionThreads.TabIndex = 16;
     this.toolTip1.SetToolTip(this.nudPartitionThreads, "Max Processing Threads");
     this.nudPartitionThreads.Value = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1144, 456);
     this.Controls.Add(this.btnServerAdd);
     this.Controls.Add(this.txtDataSource);
     this.Controls.Add(this.tvServer);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.tabControl1);
     this.Name  = "MainForm";
     this.Text  = "SSAS Info";
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabDimensions.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgDimensions)).EndInit();
     this.tabPartitions.ResumeLayout(false);
     this.tabPartitions.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbPartitionProcessType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgPartitions)).EndInit();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tvServer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudPartitionThreads)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo 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();
     Syncfusion.WinForms.DataGrid.GridNumericColumn  gridNumericColumn1  = new Syncfusion.WinForms.DataGrid.GridNumericColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn1     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn2     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn3     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn gridCheckBoxColumn1 = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridButtonColumn   gridButtonColumn1   = new Syncfusion.WinForms.DataGrid.GridButtonColumn();
     Syncfusion.Windows.Forms.BannerTextInfo         bannerTextInfo1     = new Syncfusion.Windows.Forms.BannerTextInfo();
     this.panel1              = new System.Windows.Forms.Panel();
     this.btnSaveChanges      = new Syncfusion.WinForms.Controls.SfButton();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.btnAddNewCustomer   = new Syncfusion.WinForms.Controls.SfButton();
     this.panel2              = new System.Windows.Forms.Panel();
     this.panel4              = new System.Windows.Forms.Panel();
     this.sgvCustomers        = new Syncfusion.WinForms.DataGrid.SfDataGrid();
     this.panel3              = new System.Windows.Forms.Panel();
     this.txtReload           = new Syncfusion.WinForms.Controls.SfButton();
     this.txtSearch           = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.bannerTextProvider1 = new Syncfusion.Windows.Forms.BannerTextProvider(this.components);
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sgvCustomers)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnSaveChanges);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.btnAddNewCustomer);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 469);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(5);
     this.panel1.Size     = new System.Drawing.Size(776, 40);
     this.panel1.TabIndex = 0;
     //
     // btnSaveChanges
     //
     this.btnSaveChanges.AccessibleName         = "Button";
     this.btnSaveChanges.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.btnSaveChanges.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnSaveChanges.Location               = new System.Drawing.Point(519, 5);
     this.btnSaveChanges.Name                   = "btnSaveChanges";
     this.btnSaveChanges.Size                   = new System.Drawing.Size(121, 30);
     this.btnSaveChanges.Style.BackColor        = System.Drawing.Color.Green;
     this.btnSaveChanges.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.btnSaveChanges.Style.FocusedForeColor = System.Drawing.Color.White;
     this.btnSaveChanges.Style.ForeColor        = System.Drawing.Color.White;
     this.btnSaveChanges.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.btnSaveChanges.Style.HoverForeColor   = System.Drawing.Color.White;
     this.btnSaveChanges.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.btnSaveChanges.Style.PressedForeColor = System.Drawing.Color.White;
     this.btnSaveChanges.TabIndex               = 2;
     this.btnSaveChanges.Text                   = "Save Changes";
     this.btnSaveChanges.Click                 += new System.EventHandler(this.btnSaveChanges_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pictureBox1.Location = new System.Drawing.Point(640, 5);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(10, 30);
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop  = false;
     //
     // btnAddNewCustomer
     //
     this.btnAddNewCustomer.AccessibleName         = "Button";
     this.btnAddNewCustomer.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.btnAddNewCustomer.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnAddNewCustomer.Location               = new System.Drawing.Point(650, 5);
     this.btnAddNewCustomer.Name                   = "btnAddNewCustomer";
     this.btnAddNewCustomer.Size                   = new System.Drawing.Size(121, 30);
     this.btnAddNewCustomer.Style.BackColor        = System.Drawing.Color.Green;
     this.btnAddNewCustomer.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.btnAddNewCustomer.Style.FocusedForeColor = System.Drawing.Color.White;
     this.btnAddNewCustomer.Style.ForeColor        = System.Drawing.Color.White;
     this.btnAddNewCustomer.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.btnAddNewCustomer.Style.HoverForeColor   = System.Drawing.Color.White;
     this.btnAddNewCustomer.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.btnAddNewCustomer.Style.PressedForeColor = System.Drawing.Color.White;
     this.btnAddNewCustomer.TabIndex               = 0;
     this.btnAddNewCustomer.Text                   = "Add New Customer";
     this.btnAddNewCustomer.Click                 += new System.EventHandler(this.btnAddNewCustomer_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(776, 469);
     this.panel2.TabIndex = 1;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.sgvCustomers);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 40);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(776, 429);
     this.panel4.TabIndex = 2;
     //
     // sgvCustomers
     //
     this.sgvCustomers.AccessibleName       = "Table";
     this.sgvCustomers.AllowResizingColumns = true;
     this.sgvCustomers.AutoGenerateColumns  = false;
     this.sgvCustomers.AutoSizeColumnsMode  = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
     gridNumericColumn1.AllowResizing       = true;
     gridNumericColumn1.Format                = "{0}";
     gridNumericColumn1.HeaderText            = "ID";
     gridNumericColumn1.MappingName           = "Id";
     gridNumericColumn1.MaximumWidth          = 50D;
     gridNumericColumn1.MinimumWidth          = 50D;
     gridTextColumn1.AllowResizing            = true;
     gridTextColumn1.HeaderText               = "Name";
     gridTextColumn1.MappingName              = "Name";
     gridTextColumn1.NullDisplayText          = "No Name";
     gridTextColumn2.AllowResizing            = true;
     gridTextColumn2.HeaderText               = "Email";
     gridTextColumn2.MappingName              = "Email";
     gridTextColumn3.AllowResizing            = true;
     gridTextColumn3.HeaderText               = "Password";
     gridTextColumn3.MappingName              = "Password";
     gridCheckBoxColumn1.AllowResizing        = true;
     gridCheckBoxColumn1.HeaderText           = "Blocked";
     gridCheckBoxColumn1.MappingName          = "IsBlocked";
     gridButtonColumn1.AllowDefaultButtonText = false;
     gridButtonColumn1.AllowResizing          = true;
     gridButtonColumn1.ButtonSize             = new System.Drawing.Size(0, 0);
     gridButtonColumn1.DefaultButtonText      = "";
     gridButtonColumn1.HeaderText             = "Action";
     gridButtonColumn1.ImageSize              = new System.Drawing.Size(0, 0);
     gridButtonColumn1.MappingName            = "Column7";
     gridButtonColumn1.NullDisplayText        = "Delete";
     this.sgvCustomers.Columns.Add(gridNumericColumn1);
     this.sgvCustomers.Columns.Add(gridTextColumn1);
     this.sgvCustomers.Columns.Add(gridTextColumn2);
     this.sgvCustomers.Columns.Add(gridTextColumn3);
     this.sgvCustomers.Columns.Add(gridCheckBoxColumn1);
     this.sgvCustomers.Columns.Add(gridButtonColumn1);
     this.sgvCustomers.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.sgvCustomers.Location           = new System.Drawing.Point(0, 0);
     this.sgvCustomers.Name               = "sgvCustomers";
     this.sgvCustomers.Size               = new System.Drawing.Size(776, 429);
     this.sgvCustomers.TabIndex           = 1;
     this.sgvCustomers.Text               = "sfDataGrid1";
     this.sgvCustomers.DataSourceChanged += new Syncfusion.WinForms.DataGrid.Events.DataSourceChangedEventHandler(this.sgvCustomers_DataSourceChanged);
     this.sgvCustomers.CellButtonClick   += new Syncfusion.WinForms.DataGrid.Events.CellButtonClickEventHandler(this.sgvCustomers_CellButtonClick);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.txtReload);
     this.panel3.Controls.Add(this.txtSearch);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Padding  = new System.Windows.Forms.Padding(5);
     this.panel3.Size     = new System.Drawing.Size(776, 40);
     this.panel3.TabIndex = 1;
     //
     // txtReload
     //
     this.txtReload.AccessibleName         = "Button";
     this.txtReload.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.txtReload.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.txtReload.Location               = new System.Drawing.Point(681, 5);
     this.txtReload.Name                   = "txtReload";
     this.txtReload.Size                   = new System.Drawing.Size(90, 30);
     this.txtReload.Style.BackColor        = System.Drawing.Color.Green;
     this.txtReload.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.txtReload.Style.FocusedForeColor = System.Drawing.Color.White;
     this.txtReload.Style.ForeColor        = System.Drawing.Color.White;
     this.txtReload.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.txtReload.Style.HoverForeColor   = System.Drawing.Color.White;
     this.txtReload.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.txtReload.Style.PressedForeColor = System.Drawing.Color.White;
     this.txtReload.TabIndex               = 1;
     this.txtReload.Text                   = "Reload";
     this.txtReload.Click                 += new System.EventHandler(this.txtReload_Click);
     //
     // txtSearch
     //
     bannerTextInfo1.Text    = "Search By Name";
     bannerTextInfo1.Visible = true;
     this.bannerTextProvider1.SetBannerText(this.txtSearch, bannerTextInfo1);
     this.txtSearch.BeforeTouchSize = new System.Drawing.Size(186, 29);
     this.txtSearch.Dock            = System.Windows.Forms.DockStyle.Left;
     this.txtSearch.Font            = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearch.Location        = new System.Drawing.Point(5, 5);
     this.txtSearch.Name            = "txtSearch";
     this.txtSearch.Size            = new System.Drawing.Size(186, 29);
     this.txtSearch.TabIndex        = 0;
     this.txtSearch.TextChanged    += new System.EventHandler(this.txtSearch_TextChanged);
     //
     // Users
     //
     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.panel2);
     this.Controls.Add(this.panel1);
     this.Name = "Users";
     this.Size = new System.Drawing.Size(776, 509);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.sgvCustomers)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch)).EndInit();
     this.ResumeLayout(false);
 }