/// <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();
 }
Beispiel #2
0
 /// <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.GridImageColumn    gridImageColumn1    = new Syncfusion.WinForms.DataGrid.GridImageColumn();
     Syncfusion.WinForms.DataGrid.GridDateTimeColumn gridDateTimeColumn1 = new Syncfusion.WinForms.DataGrid.GridDateTimeColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn1     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn2     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     this.dgv              = new Syncfusion.WinForms.DataGrid.SfDataGrid();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.cbApp            = new System.Windows.Forms.CheckBox();
     this.pictureBox3      = new System.Windows.Forms.PictureBox();
     this.pictureBox2      = new System.Windows.Forms.PictureBox();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.cbDatabase       = new System.Windows.Forms.CheckBox();
     this.cbReaders        = new System.Windows.Forms.CheckBox();
     this.cbPLC            = new System.Windows.Forms.CheckBox();
     this.panel1           = new System.Windows.Forms.Panel();
     this.cbInfo           = new System.Windows.Forms.CheckBox();
     this.cbWarning        = new System.Windows.Forms.CheckBox();
     this.cbError          = new System.Windows.Forms.CheckBox();
     this.btnClear         = new Syncfusion.WinForms.Controls.SfButton();
     this.tbInnerException = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // dgv
     //
     this.dgv.AccessibleName                         = "Table";
     this.dgv.AllowEditing                           = false;
     this.dgv.AllowGrouping                          = false;
     this.dgv.AllowSorting                           = false;
     gridImageColumn1.AllowEditing                   = false;
     gridImageColumn1.AllowGrouping                  = false;
     gridImageColumn1.AllowSorting                   = false;
     gridImageColumn1.CellStyle.Font.Size            = 14F;
     gridImageColumn1.CellStyle.HorizontalAlignment  = System.Windows.Forms.HorizontalAlignment.Center;
     gridImageColumn1.HeaderStyle.FilterIconColor    = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridImageColumn1.HeaderStyle.Font.Size          = 14F;
     gridImageColumn1.HeaderText                     = "Severity";
     gridImageColumn1.MappingName                    = "Image";
     gridDateTimeColumn1.AllowEditing                = false;
     gridDateTimeColumn1.AllowGrouping               = false;
     gridDateTimeColumn1.AllowSorting                = false;
     gridDateTimeColumn1.CellStyle.Font.Size         = 14F;
     gridDateTimeColumn1.Format                      = "hh:mm:ss";
     gridDateTimeColumn1.HeaderStyle.FilterIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridDateTimeColumn1.HeaderStyle.Font.Size       = 14F;
     gridDateTimeColumn1.HeaderText                  = "Time";
     gridDateTimeColumn1.MappingName                 = "Time";
     gridDateTimeColumn1.MaxDateTime                 = new System.DateTime(9999, 12, 31, 23, 59, 59, 999);
     gridTextColumn1.AllowEditing                    = false;
     gridTextColumn1.AllowGrouping                   = false;
     gridTextColumn1.AllowSorting                    = false;
     gridTextColumn1.AutoSizeColumnsMode             = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
     gridTextColumn1.CellStyle.Font.Size             = 14F;
     gridTextColumn1.HeaderStyle.FilterIconColor     = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridTextColumn1.HeaderStyle.Font.Size           = 14F;
     gridTextColumn1.HeaderText                      = "Message";
     gridTextColumn1.MappingName                     = "Message";
     gridTextColumn1.ShowToolTip                     = true;
     gridTextColumn2.AllowEditing                    = false;
     gridTextColumn2.AllowGrouping                   = false;
     gridTextColumn2.AllowSorting                    = false;
     gridTextColumn2.CellStyle.Font.Size             = 14F;
     gridTextColumn2.CellStyle.HorizontalAlignment   = System.Windows.Forms.HorizontalAlignment.Center;
     gridTextColumn2.HeaderStyle.FilterIconColor     = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridTextColumn2.HeaderStyle.Font.Size           = 14F;
     gridTextColumn2.HeaderText                      = "Category";
     gridTextColumn2.MappingName                     = "Category";
     this.dgv.Columns.Add(gridImageColumn1);
     this.dgv.Columns.Add(gridDateTimeColumn1);
     this.dgv.Columns.Add(gridTextColumn1);
     this.dgv.Columns.Add(gridTextColumn2);
     this.dgv.Location  = new System.Drawing.Point(34, 35);
     this.dgv.Name      = "dgv";
     this.dgv.RowHeight = 40;
     this.dgv.Size      = new System.Drawing.Size(794, 565);
     this.dgv.Style.HeaderStyle.FilterIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     this.dgv.TabIndex          = 3;
     this.dgv.SelectionChanged += new Syncfusion.WinForms.DataGrid.Events.SelectionChangedEventHandler(this.dgv_SelectionChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.cbApp);
     this.groupBox1.Controls.Add(this.pictureBox3);
     this.groupBox1.Controls.Add(this.pictureBox2);
     this.groupBox1.Controls.Add(this.pictureBox1);
     this.groupBox1.Controls.Add(this.cbDatabase);
     this.groupBox1.Controls.Add(this.cbReaders);
     this.groupBox1.Controls.Add(this.cbPLC);
     this.groupBox1.Controls.Add(this.panel1);
     this.groupBox1.Controls.Add(this.cbInfo);
     this.groupBox1.Controls.Add(this.cbWarning);
     this.groupBox1.Controls.Add(this.cbError);
     this.groupBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.groupBox1.Location = new System.Drawing.Point(857, 35);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(200, 417);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Filters";
     //
     // cbApp
     //
     this.cbApp.AutoSize   = true;
     this.cbApp.Checked    = true;
     this.cbApp.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbApp.Location   = new System.Drawing.Point(24, 222);
     this.cbApp.Name       = "cbApp";
     this.cbApp.Size       = new System.Drawing.Size(73, 29);
     this.cbApp.TabIndex   = 10;
     this.cbApp.Text       = "APP";
     this.cbApp.UseVisualStyleBackColor = true;
     this.cbApp.CheckedChanged         += new System.EventHandler(this.cbCheckedChanged);
     //
     // pictureBox3
     //
     this.pictureBox3.Image    = global::Yaqoot300.Properties.Resources.icon_info_32x32;
     this.pictureBox3.Location = new System.Drawing.Point(141, 139);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(32, 32);
     this.pictureBox3.TabIndex = 9;
     this.pictureBox3.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = global::Yaqoot300.Properties.Resources.icon_warning_32x32;
     this.pictureBox2.Location = new System.Drawing.Point(141, 95);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(32, 32);
     this.pictureBox2.TabIndex = 8;
     this.pictureBox2.TabStop  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::Yaqoot300.Properties.Resources.icon_error_32x32;
     this.pictureBox1.Location = new System.Drawing.Point(141, 51);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(32, 32);
     this.pictureBox1.TabIndex = 7;
     this.pictureBox1.TabStop  = false;
     //
     // cbDatabase
     //
     this.cbDatabase.AutoSize   = true;
     this.cbDatabase.Checked    = true;
     this.cbDatabase.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbDatabase.Location   = new System.Drawing.Point(24, 360);
     this.cbDatabase.Name       = "cbDatabase";
     this.cbDatabase.Size       = new System.Drawing.Size(123, 29);
     this.cbDatabase.TabIndex   = 6;
     this.cbDatabase.Text       = "Database";
     this.cbDatabase.UseVisualStyleBackColor = true;
     this.cbDatabase.CheckedChanged         += new System.EventHandler(this.cbCheckedChanged);
     //
     // cbReaders
     //
     this.cbReaders.AutoSize   = true;
     this.cbReaders.Checked    = true;
     this.cbReaders.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbReaders.Location   = new System.Drawing.Point(24, 314);
     this.cbReaders.Name       = "cbReaders";
     this.cbReaders.Size       = new System.Drawing.Size(112, 29);
     this.cbReaders.TabIndex   = 5;
     this.cbReaders.Text       = "Readers";
     this.cbReaders.UseVisualStyleBackColor = true;
     this.cbReaders.CheckedChanged         += new System.EventHandler(this.cbCheckedChanged);
     //
     // cbPLC
     //
     this.cbPLC.AutoSize   = true;
     this.cbPLC.Checked    = true;
     this.cbPLC.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbPLC.Location   = new System.Drawing.Point(24, 268);
     this.cbPLC.Name       = "cbPLC";
     this.cbPLC.Size       = new System.Drawing.Size(72, 29);
     this.cbPLC.TabIndex   = 4;
     this.cbPLC.Text       = "PLC";
     this.cbPLC.UseVisualStyleBackColor = true;
     this.cbPLC.CheckedChanged         += new System.EventHandler(this.cbCheckedChanged);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.panel1.Location  = new System.Drawing.Point(6, 202);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(188, 1);
     this.panel1.TabIndex  = 3;
     //
     // cbInfo
     //
     this.cbInfo.AutoSize   = true;
     this.cbInfo.Checked    = true;
     this.cbInfo.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbInfo.Location   = new System.Drawing.Point(24, 140);
     this.cbInfo.Name       = "cbInfo";
     this.cbInfo.Size       = new System.Drawing.Size(66, 29);
     this.cbInfo.TabIndex   = 2;
     this.cbInfo.Text       = "Info";
     this.cbInfo.UseVisualStyleBackColor = true;
     this.cbInfo.CheckedChanged         += new System.EventHandler(this.cbCheckedChanged);
     //
     // cbWarning
     //
     this.cbWarning.AutoSize   = true;
     this.cbWarning.Checked    = true;
     this.cbWarning.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbWarning.Location   = new System.Drawing.Point(24, 99);
     this.cbWarning.Name       = "cbWarning";
     this.cbWarning.Size       = new System.Drawing.Size(111, 29);
     this.cbWarning.TabIndex   = 1;
     this.cbWarning.Text       = "Warning";
     this.cbWarning.UseVisualStyleBackColor = true;
     this.cbWarning.CheckedChanged         += new System.EventHandler(this.cbCheckedChanged);
     //
     // cbError
     //
     this.cbError.AutoSize   = true;
     this.cbError.Checked    = true;
     this.cbError.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbError.Location   = new System.Drawing.Point(24, 54);
     this.cbError.Name       = "cbError";
     this.cbError.Size       = new System.Drawing.Size(78, 29);
     this.cbError.TabIndex   = 0;
     this.cbError.Text       = "Error";
     this.cbError.UseVisualStyleBackColor = true;
     this.cbError.CheckedChanged         += new System.EventHandler(this.cbCheckedChanged);
     //
     // btnClear
     //
     this.btnClear.AccessibleName          = "Button";
     this.btnClear.BackColor               = System.Drawing.SystemColors.ControlLight;
     this.btnClear.Font                    = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnClear.Location                = new System.Drawing.Point(857, 485);
     this.btnClear.Name                    = "btnClear";
     this.btnClear.Size                    = new System.Drawing.Size(200, 47);
     this.btnClear.Style.BackColor         = System.Drawing.SystemColors.ControlLight;
     this.btnClear.Style.Image             = global::Yaqoot300.Properties.Resources.clear_16x16;
     this.btnClear.TabIndex                = 6;
     this.btnClear.Text                    = "CLEAR MESSAGES";
     this.btnClear.UseVisualStyleBackColor = false;
     this.btnClear.Click                  += new System.EventHandler(this.btnClear_Click);
     //
     // tbInnerException
     //
     this.tbInnerException.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tbInnerException.Location  = new System.Drawing.Point(34, 608);
     this.tbInnerException.Multiline = true;
     this.tbInnerException.Name      = "tbInnerException";
     this.tbInnerException.Size      = new System.Drawing.Size(794, 101);
     this.tbInnerException.TabIndex  = 7;
     //
     // MessagesDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1084, 721);
     this.Controls.Add(this.tbInnerException);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.dgv);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "MessagesDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Messages";
     ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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()
 {
     Syncfusion.WinForms.DataGrid.GridDateTimeColumn gridDateTimeColumn1 = new Syncfusion.WinForms.DataGrid.GridDateTimeColumn();
     Syncfusion.WinForms.DataGrid.GridDateTimeColumn gridDateTimeColumn2 = new Syncfusion.WinForms.DataGrid.GridDateTimeColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn1     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     this.sfDataGridSample = new Syncfusion.WinForms.DataGrid.SfDataGrid();
     ((System.ComponentModel.ISupportInitialize)(this.sfDataGridSample)).BeginInit();
     this.SuspendLayout();
     //
     // sfDataGridSample
     //
     this.sfDataGridSample.AccessibleName            = "Table";
     this.sfDataGridSample.AddNewRowPosition         = Syncfusion.WinForms.DataGrid.Enums.RowPosition.Bottom;
     this.sfDataGridSample.AllowDeleting             = true;
     this.sfDataGridSample.AllowDraggingColumns      = true;
     this.sfDataGridSample.AllowGrouping             = false;
     this.sfDataGridSample.AllowResizingColumns      = true;
     this.sfDataGridSample.AllowSelectionOnMouseDown = true;
     this.sfDataGridSample.AutoGenerateColumns       = false;
     gridDateTimeColumn1.AllowDragging = true;
     gridDateTimeColumn1.AllowGrouping = false;
     gridDateTimeColumn1.AllowResizing = true;
     gridDateTimeColumn1.CellStyle.HorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
     gridDateTimeColumn1.DateTimeEditingMode           = Syncfusion.WinForms.Input.Enums.DateTimeEditingMode.Default;
     gridDateTimeColumn1.HeaderText         = "Date Value";
     gridDateTimeColumn1.MappingName        = "DateValue";
     gridDateTimeColumn1.MaxDateTime        = new System.DateTime(9999, 12, 31, 23, 59, 59, 999);
     gridDateTimeColumn1.ShowDropDownButton = false;
     gridDateTimeColumn1.ValidationMode     = Syncfusion.WinForms.DataGrid.Enums.GridValidationMode.InView;
     gridDateTimeColumn1.Width         = 137D;
     gridDateTimeColumn2.AllowDragging = true;
     gridDateTimeColumn2.AllowGrouping = false;
     gridDateTimeColumn2.AllowResizing = true;
     gridDateTimeColumn2.CellStyle.HorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
     gridDateTimeColumn2.DateTimeEditingMode           = Syncfusion.WinForms.Input.Enums.DateTimeEditingMode.Default;
     gridDateTimeColumn2.HeaderText         = "Time Value";
     gridDateTimeColumn2.MappingName        = "TimeValue";
     gridDateTimeColumn2.MaxDateTime        = new System.DateTime(9999, 12, 31, 23, 59, 59, 999);
     gridDateTimeColumn2.Pattern            = Syncfusion.WinForms.Input.Enums.DateTimePattern.ShortTime;
     gridDateTimeColumn2.ShowDropDownButton = false;
     gridDateTimeColumn2.ValidationMode     = Syncfusion.WinForms.DataGrid.Enums.GridValidationMode.InView;
     gridDateTimeColumn2.Width      = 137D;
     gridTextColumn1.AllowDragging  = true;
     gridTextColumn1.AllowGrouping  = false;
     gridTextColumn1.AllowResizing  = true;
     gridTextColumn1.HeaderText     = "String Value";
     gridTextColumn1.MappingName    = "StringValue";
     gridTextColumn1.ValidationMode = Syncfusion.WinForms.DataGrid.Enums.GridValidationMode.InEdit;
     this.sfDataGridSample.Columns.Add(gridDateTimeColumn1);
     this.sfDataGridSample.Columns.Add(gridDateTimeColumn2);
     this.sfDataGridSample.Columns.Add(gridTextColumn1);
     this.sfDataGridSample.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.sfDataGridSample.EditMode = Syncfusion.WinForms.DataGrid.Enums.EditMode.SingleClick;
     this.sfDataGridSample.EditorSelectionBehavior = Syncfusion.WinForms.DataGrid.Enums.EditorSelectionBehavior.SelectAll;
     this.sfDataGridSample.Location       = new System.Drawing.Point(0, 0);
     this.sfDataGridSample.Name           = "sfDataGridSample";
     this.sfDataGridSample.SelectionUnit  = Syncfusion.WinForms.DataGrid.Enums.SelectionUnit.Cell;
     this.sfDataGridSample.ShowRowHeader  = true;
     this.sfDataGridSample.Size           = new System.Drawing.Size(428, 380);
     this.sfDataGridSample.TabIndex       = 0;
     this.sfDataGridSample.Text           = "sfDataGrid1";
     this.sfDataGridSample.ValidationMode = Syncfusion.WinForms.DataGrid.Enums.GridValidationMode.InEdit;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(428, 380);
     this.Controls.Add(this.sfDataGridSample);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.sfDataGridSample)).EndInit();
     this.ResumeLayout(false);
 }