コード例 #1
0
        private void Check(Syncfusion.Windows.Forms.Tools.CheckBoxAdv checkBox, GridSelectionFlags flag)
        {
            checkListUnchecked();
            if (inCheckAll)
                return;
            inCheck = true;
            if (checkBox.Checked)
                this.gridControl1.AllowSelection |= flag;
            else
                this.gridControl1.AllowSelection &= ~flag;

            checkBox2.Checked = false;
            inCheck = false;            
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: tzvis1/winforms-demos
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components           = new System.ComponentModel.Container();
     this.northwindDataSet1    = new SummaryInCaption.DataSet1();
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.sqlSelectCommand2    = new System.Data.SqlClient.SqlCommand();
     this.sqlConnection2       = new System.Data.SqlClient.SqlConnection();
     this.sqlInsertCommand2    = new System.Data.SqlClient.SqlCommand();
     this.sqlUpdateCommand2    = new System.Data.SqlClient.SqlCommand();
     this.sqlDeleteCommand2    = new System.Data.SqlClient.SqlCommand();
     this.sqlDataAdapterOrders = new System.Data.SqlClient.SqlDataAdapter();
     this.panel1           = new System.Windows.Forms.Panel();
     this.startTimerButton = new Syncfusion.Windows.Forms.ButtonAdv();
     this.chartControl1    = new Syncfusion.Windows.Forms.Chart.ChartControl();
     this.checkBox1        = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBoxAdv1     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.panel2           = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.northwindDataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // northwindDataSet1
     //
     this.northwindDataSet1.DataSetName             = "DataSet1";
     this.northwindDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // gridGroupingControl1
     //
     this.gridGroupingControl1.BackColor            = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.DataSource           = this.northwindDataSet1.Orders;
     this.gridGroupingControl1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.gridGroupingControl1.FreezeCaption        = false;
     this.gridGroupingControl1.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridGroupingControl1.Location             = new System.Drawing.Point(0, 0);
     this.gridGroupingControl1.Name                 = "gridGroupingControl1";
     this.gridGroupingControl1.Size                 = new System.Drawing.Size(545, 445);
     this.gridGroupingControl1.TabIndex             = 0;
     //
     // sqlSelectCommand2
     //
     this.sqlSelectCommand2.CommandText = "SELECT OrderID, CustomerID, EmployeeID, OrderDate, RequiredDate, ShippedDate, Shi" +
                                          "pVia, Freight, ShipName, ShipAddress, ShipCity, ShipRegion, ShipPostalCode, Ship" +
                                          "Country FROM Orders";
     this.sqlSelectCommand2.Connection = this.sqlConnection2;
     //
     // sqlConnection2
     //
     this.sqlConnection2.ConnectionString = "Network Address=66.135.59.108,49489;initial catalog=NORTHWIND;password=Sync_sampl" +
                                            "es;persist security info=True;user id=sa;packet size=4096;Pooling=true";
     this.sqlConnection2.FireInfoMessageEventOnUserErrors = false;
     //
     // sqlInsertCommand2
     //
     this.sqlInsertCommand2.Connection = this.sqlConnection2;
     this.sqlInsertCommand2.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@CustomerID", System.Data.SqlDbType.NVarChar, 5, "CustomerID"),
         new System.Data.SqlClient.SqlParameter("@EmployeeID", System.Data.SqlDbType.Int, 4, "EmployeeID"),
         new System.Data.SqlClient.SqlParameter("@OrderDate", System.Data.SqlDbType.DateTime, 8, "OrderDate"),
         new System.Data.SqlClient.SqlParameter("@RequiredDate", System.Data.SqlDbType.DateTime, 8, "RequiredDate"),
         new System.Data.SqlClient.SqlParameter("@ShippedDate", System.Data.SqlDbType.DateTime, 8, "ShippedDate"),
         new System.Data.SqlClient.SqlParameter("@ShipVia", System.Data.SqlDbType.Int, 4, "ShipVia"),
         new System.Data.SqlClient.SqlParameter("@Freight", System.Data.SqlDbType.Money, 8, "Freight"),
         new System.Data.SqlClient.SqlParameter("@ShipName", System.Data.SqlDbType.NVarChar, 40, "ShipName"),
         new System.Data.SqlClient.SqlParameter("@ShipAddress", System.Data.SqlDbType.NVarChar, 60, "ShipAddress"),
         new System.Data.SqlClient.SqlParameter("@ShipCity", System.Data.SqlDbType.NVarChar, 15, "ShipCity"),
         new System.Data.SqlClient.SqlParameter("@ShipRegion", System.Data.SqlDbType.NVarChar, 15, "ShipRegion"),
         new System.Data.SqlClient.SqlParameter("@ShipPostalCode", System.Data.SqlDbType.NVarChar, 10, "ShipPostalCode"),
         new System.Data.SqlClient.SqlParameter("@ShipCountry", System.Data.SqlDbType.NVarChar, 15, "ShipCountry")
     });
     //
     // sqlUpdateCommand2
     //
     this.sqlUpdateCommand2.Connection = this.sqlConnection2;
     this.sqlUpdateCommand2.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@CustomerID", System.Data.SqlDbType.NVarChar, 5, "CustomerID"),
         new System.Data.SqlClient.SqlParameter("@EmployeeID", System.Data.SqlDbType.Int, 4, "EmployeeID"),
         new System.Data.SqlClient.SqlParameter("@OrderDate", System.Data.SqlDbType.DateTime, 8, "OrderDate"),
         new System.Data.SqlClient.SqlParameter("@RequiredDate", System.Data.SqlDbType.DateTime, 8, "RequiredDate"),
         new System.Data.SqlClient.SqlParameter("@ShippedDate", System.Data.SqlDbType.DateTime, 8, "ShippedDate"),
         new System.Data.SqlClient.SqlParameter("@ShipVia", System.Data.SqlDbType.Int, 4, "ShipVia"),
         new System.Data.SqlClient.SqlParameter("@Freight", System.Data.SqlDbType.Money, 8, "Freight"),
         new System.Data.SqlClient.SqlParameter("@ShipName", System.Data.SqlDbType.NVarChar, 40, "ShipName"),
         new System.Data.SqlClient.SqlParameter("@ShipAddress", System.Data.SqlDbType.NVarChar, 60, "ShipAddress"),
         new System.Data.SqlClient.SqlParameter("@ShipCity", System.Data.SqlDbType.NVarChar, 15, "ShipCity"),
         new System.Data.SqlClient.SqlParameter("@ShipRegion", System.Data.SqlDbType.NVarChar, 15, "ShipRegion"),
         new System.Data.SqlClient.SqlParameter("@ShipPostalCode", System.Data.SqlDbType.NVarChar, 10, "ShipPostalCode"),
         new System.Data.SqlClient.SqlParameter("@ShipCountry", System.Data.SqlDbType.NVarChar, 15, "ShipCountry"),
         new System.Data.SqlClient.SqlParameter("@Original_OrderID", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "OrderID", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_CustomerID", System.Data.SqlDbType.NVarChar, 5, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "CustomerID", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_EmployeeID", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "EmployeeID", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Freight", System.Data.SqlDbType.Money, 8, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Freight", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_OrderDate", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "OrderDate", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_RequiredDate", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "RequiredDate", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ShipAddress", System.Data.SqlDbType.NVarChar, 60, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ShipAddress", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ShipCity", System.Data.SqlDbType.NVarChar, 15, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ShipCity", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ShipCountry", System.Data.SqlDbType.NVarChar, 15, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ShipCountry", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ShipName", System.Data.SqlDbType.NVarChar, 40, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ShipName", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ShipPostalCode", System.Data.SqlDbType.NVarChar, 10, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ShipPostalCode", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ShipRegion", System.Data.SqlDbType.NVarChar, 15, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ShipRegion", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ShipVia", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ShipVia", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ShippedDate", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ShippedDate", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@OrderID", System.Data.SqlDbType.Int, 4, "OrderID")
     });
     //
     // sqlDeleteCommand2
     //
     this.sqlDeleteCommand2.Connection = this.sqlConnection2;
     this.sqlDeleteCommand2.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@Original_OrderID", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "OrderID", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_CustomerID", System.Data.SqlDbType.NVarChar, 5, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "CustomerID", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_EmployeeID", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "EmployeeID", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_Freight", System.Data.SqlDbType.Money, 8, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Freight", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_OrderDate", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "OrderDate", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_RequiredDate", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "RequiredDate", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ShipAddress", System.Data.SqlDbType.NVarChar, 60, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ShipAddress", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ShipCity", System.Data.SqlDbType.NVarChar, 15, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ShipCity", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ShipCountry", System.Data.SqlDbType.NVarChar, 15, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ShipCountry", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ShipName", System.Data.SqlDbType.NVarChar, 40, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ShipName", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ShipPostalCode", System.Data.SqlDbType.NVarChar, 10, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ShipPostalCode", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ShipRegion", System.Data.SqlDbType.NVarChar, 15, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ShipRegion", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ShipVia", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ShipVia", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_ShippedDate", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ShippedDate", System.Data.DataRowVersion.Original, null)
     });
     //
     // sqlDataAdapterOrders
     //
     this.sqlDataAdapterOrders.DeleteCommand = this.sqlDeleteCommand2;
     this.sqlDataAdapterOrders.InsertCommand = this.sqlInsertCommand2;
     this.sqlDataAdapterOrders.SelectCommand = this.sqlSelectCommand2;
     this.sqlDataAdapterOrders.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Orders", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("OrderID", "OrderID"),
             new System.Data.Common.DataColumnMapping("CustomerID", "CustomerID"),
             new System.Data.Common.DataColumnMapping("EmployeeID", "EmployeeID"),
             new System.Data.Common.DataColumnMapping("OrderDate", "OrderDate"),
             new System.Data.Common.DataColumnMapping("RequiredDate", "RequiredDate"),
             new System.Data.Common.DataColumnMapping("ShippedDate", "ShippedDate"),
             new System.Data.Common.DataColumnMapping("ShipVia", "ShipVia"),
             new System.Data.Common.DataColumnMapping("Freight", "Freight"),
             new System.Data.Common.DataColumnMapping("ShipName", "ShipName"),
             new System.Data.Common.DataColumnMapping("ShipAddress", "ShipAddress"),
             new System.Data.Common.DataColumnMapping("ShipCity", "ShipCity"),
             new System.Data.Common.DataColumnMapping("ShipRegion", "ShipRegion"),
             new System.Data.Common.DataColumnMapping("ShipPostalCode", "ShipPostalCode"),
             new System.Data.Common.DataColumnMapping("ShipCountry", "ShipCountry")
         })
     });
     this.sqlDataAdapterOrders.UpdateCommand = this.sqlUpdateCommand2;
     //
     // panel1
     //
     this.panel1.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.panel1.Controls.Add(this.gridGroupingControl1);
     this.panel1.Location = new System.Drawing.Point(22, 22);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(545, 445);
     this.panel1.TabIndex = 4;
     //
     // startTimerButton
     //
     this.startTimerButton.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.startTimerButton.FlatStyle         = FlatStyle.Flat;
     this.startTimerButton.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.startTimerButton.BeforeTouchSize   = new System.Drawing.Size(75, 19);
     this.startTimerButton.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.startTimerButton.ForeColor         = System.Drawing.Color.White;
     this.startTimerButton.IsBackStageButton = false;
     this.startTimerButton.Location          = new System.Drawing.Point(20, 10);
     this.startTimerButton.Name              = "startTimerButton";
     this.startTimerButton.Size              = new System.Drawing.Size(75, 19);
     this.startTimerButton.TabIndex          = 3;
     this.startTimerButton.Text              = "Start Timer";
     //
     // chartControl1
     //
     this.chartControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.chartControl1.ChartArea.CursorLocation = new System.Drawing.Point(0, 0);
     this.chartControl1.ChartArea.CursorReDraw   = false;
     this.chartControl1.DataSourceName           = "";
     this.chartControl1.IsWindowLess             = false;
     //
     //
     //
     this.chartControl1.Legend.Location       = new System.Drawing.Point(423, 75);
     this.chartControl1.Localize              = null;
     this.chartControl1.Location              = new System.Drawing.Point(590, 60);
     this.chartControl1.Name                  = "chartControl1";
     this.chartControl1.PrimaryXAxis.Crossing = double.NaN;
     this.chartControl1.PrimaryXAxis.Margin   = true;
     this.chartControl1.PrimaryYAxis.Crossing = double.NaN;
     this.chartControl1.PrimaryYAxis.Margin   = true;
     this.chartControl1.Size                  = new System.Drawing.Size(532, 407);
     this.chartControl1.Skins                 = Syncfusion.Windows.Forms.Chart.Skins.Metro;
     this.chartControl1.SpacingBetweenPoints  = 15F;
     this.chartControl1.TabIndex              = 5;
     this.chartControl1.Text                  = "Real Time Update";
     //
     //
     //
     this.chartControl1.Title.Name = "Default";
     this.chartControl1.Titles.Add(this.chartControl1.Title);
     //
     // checkBox1
     //
     this.checkBox1.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.checkBox1.BeforeTouchSize    = new System.Drawing.Size(151, 38);
     this.checkBox1.Checked            = true;
     this.checkBox1.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.DrawFocusRectangle = false;
     this.checkBox1.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.Location           = new System.Drawing.Point(112, 4);
     this.checkBox1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.checkBox1.Name               = "checkBox1";
     this.checkBox1.Size               = new System.Drawing.Size(151, 38);
     this.checkBox1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.DrawFocusRectangle = true;
     this.checkBox1.TabIndex           = 6;
     this.checkBox1.Text               = "Enable RealTime Update";
     this.checkBox1.ThemesEnabled      = false;
     this.checkBox1.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckStateChanged);
     //
     // checkBoxAdv1
     //
     this.checkBoxAdv1.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.checkBoxAdv1.BeforeTouchSize    = new System.Drawing.Size(133, 35);
     this.checkBoxAdv1.Checked            = true;
     this.checkBoxAdv1.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAdv1.DrawFocusRectangle = false;
     this.checkBoxAdv1.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxAdv1.Location           = new System.Drawing.Point(291, 4);
     this.checkBoxAdv1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.checkBoxAdv1.Name               = "checkBoxAdv1";
     this.checkBoxAdv1.Size               = new System.Drawing.Size(133, 35);
     this.checkBoxAdv1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv1.DrawFocusRectangle = true;
     this.checkBoxAdv1.TabIndex           = 7;
     this.checkBoxAdv1.Text               = "Selection/Actual View";
     this.checkBoxAdv1.ThemesEnabled      = false;
     this.checkBoxAdv1.CheckStateChanged += new System.EventHandler(this.checkBoxAdv1_CheckStateChanged);
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.Controls.Add(this.checkBoxAdv1);
     this.panel2.Controls.Add(this.startTimerButton);
     this.panel2.Controls.Add(this.checkBox1);
     this.panel2.Location = new System.Drawing.Point(590, 12);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(427, 50);
     this.panel2.TabIndex = 9;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(1134, 496);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.panel1);
     this.MinimumSize = new System.Drawing.Size(1000, 553);
     this.Name        = "Form1";
     this.Text        = "Grid Vs Chart";
     ((System.ComponentModel.ISupportInitialize)(this.northwindDataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components           = new System.ComponentModel.Container();
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.panel1       = new System.Windows.Forms.Panel();
     this.groupBox2    = new System.Windows.Forms.GroupBox();
     this.button2      = new Syncfusion.Windows.Forms.ButtonAdv();
     this.radioButton1 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.radioButton2 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.checkBox2    = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox3    = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox1    = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.panel2       = new System.Windows.Forms.Panel();
     this.colorDialog1 = new System.Windows.Forms.ColorDialog();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     this.panel1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radioButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioButton2)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     this.SuspendLayout();
     //
     // gridGroupingControl1
     //
     this.gridGroupingControl1.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(94)))), ((int)(((byte)(171)))), ((int)(((byte)(222)))));
     this.gridGroupingControl1.BackColor                = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.Dock                     = System.Windows.Forms.DockStyle.Fill;
     this.gridGroupingControl1.Font                     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridGroupingControl1.FreezeCaption            = false;
     this.gridGroupingControl1.GridOfficeScrollBars     = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridGroupingControl1.GridVisualStyles         = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridGroupingControl1.Location                 = new System.Drawing.Point(0, 0);
     this.gridGroupingControl1.Name                     = "gridGroupingControl1";
     this.gridGroupingControl1.Size                     = new System.Drawing.Size(1513, 1008);
     this.gridGroupingControl1.TabIndex                 = 10;
     this.gridGroupingControl1.TableDescriptor.AllowNew = false;
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.Font.Facename             = "Segoe UI";
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.TextColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Bottom       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Right        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Interior             = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Right  = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Right      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Top        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Interior           = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.ColumnHeaderCell.Font.Bold        = true;
     this.gridGroupingControl1.TableDescriptor.Appearance.GroupCaptionCell.CellType         = "ColumnHeader";
     this.gridGroupingControl1.TableDescriptor.TableOptions.ColumnHeaderRowHeight           = (int)DpiAware.LogicalToDeviceUnits(25);
     this.gridGroupingControl1.TableDescriptor.TableOptions.RecordRowHeight                 = (int)DpiAware.LogicalToDeviceUnits(20);
     this.gridGroupingControl1.TableOptions.AllowDragColumns = false;
     this.gridGroupingControl1.Text        = "gridGroupingControl1";
     this.gridGroupingControl1.VersionInfo = "6.102.0.34";
     //
     // panel1
     //
     this.panel1.Dock = DockStyle.Right;
     this.panel1.Controls.Add(this.groupBox2);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.ForeColor = System.Drawing.Color.DimGray;
     this.panel1.Location  = new System.Drawing.Point(827, 12);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(300, 300);
     this.panel1.TabIndex  = 17;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.gridGroupingControl1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1214, 1010);
     this.panel2.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.button2);
     this.groupBox2.Controls.Add(this.radioButton1);
     this.groupBox2.Controls.Add(this.radioButton2);
     this.groupBox2.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.Location = new System.Drawing.Point(22, 291);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(230, 240);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Control Settings";
     //
     // button2
     //
     this.button2.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button2.FlatStyle         = FlatStyle.Flat;
     this.button2.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.button2.BeforeTouchSize   = new System.Drawing.Size(126, 27);
     this.button2.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.button2.Font              = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor         = System.Drawing.Color.White;
     this.button2.IsBackStageButton = false;
     this.button2.Location          = new System.Drawing.Point(16, 165);
     this.button2.Name              = "button2";
     this.button2.Size              = new System.Drawing.Size(189, 42);
     this.button2.TabIndex          = 22;
     this.button2.Text              = "Clear Sort";
     this.button2.Click            += new System.EventHandler(this.button3_Click);
     //
     // radioButton1
     //
     this.radioButton1.BeforeTouchSize   = new System.Drawing.Size(146, 37);
     this.radioButton1.ImageCheckBoxSize = new System.Drawing.Size(19, 19);
     this.radioButton1.Location          = new System.Drawing.Point(18, 65);
     this.radioButton1.MetroColor        = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.radioButton1.Name  = "radioButton1";
     this.radioButton1.Size  = new System.Drawing.Size(146, 37);
     this.radioButton1.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
     this.radioButton1.DrawFocusRectangle = true;
     this.radioButton1.TabIndex           = 19;
     this.radioButton1.Text          = "Expand All";
     this.radioButton1.ThemesEnabled = false;
     this.radioButton1.CheckChanged += new System.EventHandler(this.button1_Click);
     //
     // radioButton2
     //
     this.radioButton2.BeforeTouchSize   = new System.Drawing.Size(132, 31);
     this.radioButton2.ImageCheckBoxSize = new System.Drawing.Size(19, 19);
     this.radioButton2.Location          = new System.Drawing.Point(18, 111);
     this.radioButton2.MetroColor        = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.radioButton2.Name  = "radioButton2";
     this.radioButton2.Size  = new System.Drawing.Size(132, 31);
     this.radioButton2.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
     this.radioButton2.DrawFocusRectangle = true;
     this.radioButton2.TabIndex           = 20;
     this.radioButton2.Text          = "Collapse All";
     this.radioButton2.ThemesEnabled = false;
     this.radioButton2.CheckChanged += new System.EventHandler(this.button2_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkBox2);
     this.groupBox1.Controls.Add(this.checkBox3);
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(22, 23);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(230, 223);
     this.groupBox1.TabIndex = 12;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "TreeCell Settings";
     //
     // checkBox2
     //
     this.checkBox2.BeforeTouchSize   = new System.Drawing.Size(204, 26);
     this.checkBox2.ImageCheckBoxSize = new System.Drawing.Size(19, 19);
     this.checkBox2.Location          = new System.Drawing.Point(20, 60);
     this.checkBox2.MetroColor        = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox2.Name  = "checkBox2";
     this.checkBox2.Size  = new System.Drawing.Size(204, 26);
     this.checkBox2.Style = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox2.DrawFocusRectangle = true;
     this.checkBox2.TabIndex           = 14;
     this.checkBox2.Text               = "Show TreeCell Borders";
     this.checkBox2.ThemesEnabled      = false;
     this.checkBox2.CheckStateChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // checkBox3
     //
     this.checkBox3.BeforeTouchSize   = new System.Drawing.Size(154, 26);
     this.checkBox3.ImageCheckBoxSize = new System.Drawing.Size(19, 19);
     this.checkBox3.Location          = new System.Drawing.Point(20, 102);
     this.checkBox3.Margin            = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.checkBox3.MetroColor        = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox3.Name  = "checkBox3";
     this.checkBox3.Size  = new System.Drawing.Size(154, 26);
     this.checkBox3.Style = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox3.DrawFocusRectangle = true;
     this.checkBox3.TabIndex           = 15;
     this.checkBox3.Text               = "Hide Tree Lines";
     this.checkBox3.ThemesEnabled      = false;
     this.checkBox3.CheckStateChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
     //
     // checkBox1
     //
     this.checkBox1.BeforeTouchSize   = new System.Drawing.Size(144, 26);
     this.checkBox1.ImageCheckBoxSize = new System.Drawing.Size(19, 19);
     this.checkBox1.Location          = new System.Drawing.Point(20, 145);
     this.checkBox1.Margin            = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.checkBox1.MetroColor        = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox1.Name  = "checkBox1";
     this.checkBox1.Size  = new System.Drawing.Size(144, 26);
     this.checkBox1.Style = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.DrawFocusRectangle = true;
     this.checkBox1.TabIndex           = 16;
     this.checkBox1.Text               = "Color Levels...";
     this.checkBox1.ThemesEnabled      = false;
     this.checkBox1.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // SelfReferenceForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1513, 1008);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Margin      = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.MinimumSize = new System.Drawing.Size(1189, 739);
     this.Name        = "SelfReferenceForm";
     this.Text        = "Self Referential Grid ";
     this.Load       += new System.EventHandler(this.SelfReferenceForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radioButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioButton2)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #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.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle1 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle2 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle3 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle4 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridCellInfo     gridCellInfo1  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
            Syncfusion.Windows.Forms.Grid.GridCellInfo     gridCellInfo2  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
            Syncfusion.Windows.Forms.Grid.GridCellInfo     gridCellInfo3  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
            Syncfusion.Windows.Forms.Grid.GridCellInfo     gridCellInfo4  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
            Syncfusion.Windows.Forms.Grid.GridCellInfo     gridCellInfo5  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
            Syncfusion.Windows.Forms.Grid.GridCellInfo     gridCellInfo6  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
            Syncfusion.Windows.Forms.Grid.GridCellInfo     gridCellInfo7  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
            Syncfusion.Windows.Forms.Grid.GridCellInfo     gridCellInfo8  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
            Syncfusion.Windows.Forms.Grid.GridCellInfo     gridCellInfo9  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
            System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(TreeGridForm));
            this.gridControl1 = new Syncfusion.Windows.Forms.Grid.GridControl();
            this.imageList1   = new System.Windows.Forms.ImageList(this.components);
            this.label1       = new System.Windows.Forms.Label();
            this.panel1       = new System.Windows.Forms.Panel();
            this.checkBox1    = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.comboBox1    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).BeginInit();
            this.SuspendLayout();
            //
            // gridControl1
            //
            this.gridControl1.DpiAware       = true;
            this.gridControl1.AllowSelection = ((Syncfusion.Windows.Forms.Grid.GridSelectionFlags)(((((((Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Row | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Table)
                                                                                                        | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Cell)
                                                                                                       | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Multiple)
                                                                                                      | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Shift)
                                                                                                     | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Keyboard)
                                                                                                    | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.AlphaBlend)));
            this.gridControl1.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                              | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
            this.gridControl1.BackColor                  = System.Drawing.Color.White;
            gridBaseStyle1.Name                          = "Header";
            gridBaseStyle1.StyleInfo.Borders.Bottom      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle1.StyleInfo.Borders.Left        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle1.StyleInfo.Borders.Right       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle1.StyleInfo.Borders.Top         = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle1.StyleInfo.CellType            = "Header";
            gridBaseStyle1.StyleInfo.Font.Bold           = true;
            gridBaseStyle1.StyleInfo.Font.Facename       = "Segoe UI";
            gridBaseStyle1.StyleInfo.Interior            = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle1.StyleInfo.VerticalAlignment   = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
            gridBaseStyle2.Name                          = "Standard";
            gridBaseStyle2.StyleInfo.Font.Facename       = "Segoe UI";
            gridBaseStyle2.StyleInfo.Interior            = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
            gridBaseStyle3.Name                          = "Column Header";
            gridBaseStyle3.StyleInfo.BaseStyle           = "Header";
            gridBaseStyle3.StyleInfo.Font.Facename       = "Segoe UI";
            gridBaseStyle3.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
            gridBaseStyle4.Name                          = "Row Header";
            gridBaseStyle4.StyleInfo.BaseStyle           = "Header";
            gridBaseStyle4.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
            gridBaseStyle4.StyleInfo.Interior            = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            this.gridControl1.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
                gridBaseStyle1,
                gridBaseStyle2,
                gridBaseStyle3,
                gridBaseStyle4
            });
            this.gridControl1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.gridControl1.ColCount    = 5;
            this.gridControl1.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
                new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 35),
                new Syncfusion.Windows.Forms.Grid.GridColWidth(4, 89)
            });
            this.gridControl1.Font                 = new System.Drawing.Font("Segoe UI", 8.25F);
            gridCellInfo1.Col                      = -1;
            gridCellInfo1.Row                      = -1;
            gridCellInfo1.StyleInfo.Font.Bold      = false;
            gridCellInfo1.StyleInfo.Font.Facename  = "Segoe UI";
            gridCellInfo1.StyleInfo.Font.Italic    = false;
            gridCellInfo1.StyleInfo.Font.Size      = 8.25F;
            gridCellInfo1.StyleInfo.Font.Strikeout = false;
            gridCellInfo1.StyleInfo.Font.Underline = false;
            gridCellInfo1.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
            gridCellInfo2.Col                      = -1;
            gridCellInfo2.Row                      = -1;
            gridCellInfo2.StyleInfo.Font.Bold      = false;
            gridCellInfo2.StyleInfo.Font.Facename  = "Segoe UI";
            gridCellInfo2.StyleInfo.Font.Italic    = false;
            gridCellInfo2.StyleInfo.Font.Size      = 8.25F;
            gridCellInfo2.StyleInfo.Font.Strikeout = false;
            gridCellInfo2.StyleInfo.Font.Underline = false;
            gridCellInfo2.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
            gridCellInfo3.Col                      = -1;
            gridCellInfo3.Row                      = -1;
            gridCellInfo3.StyleInfo.Font.Bold      = false;
            gridCellInfo3.StyleInfo.Font.Facename  = "Segoe UI";
            gridCellInfo3.StyleInfo.Font.Italic    = false;
            gridCellInfo3.StyleInfo.Font.Size      = 8.25F;
            gridCellInfo3.StyleInfo.Font.Strikeout = false;
            gridCellInfo3.StyleInfo.Font.Underline = false;
            gridCellInfo3.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
            gridCellInfo4.Col                      = -1;
            gridCellInfo4.Row                      = -1;
            gridCellInfo4.StyleInfo.Font.Bold      = false;
            gridCellInfo4.StyleInfo.Font.Facename  = "Segoe UI";
            gridCellInfo4.StyleInfo.Font.Italic    = false;
            gridCellInfo4.StyleInfo.Font.Size      = 8.25F;
            gridCellInfo4.StyleInfo.Font.Strikeout = false;
            gridCellInfo4.StyleInfo.Font.Underline = false;
            gridCellInfo4.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
            gridCellInfo5.Col                      = 1;
            gridCellInfo5.Row                      = 0;
            gridCellInfo5.StyleInfo.Text           = "Name";
            gridCellInfo6.Col                      = 2;
            gridCellInfo6.Row                      = 0;
            gridCellInfo6.StyleInfo.Text           = "Size";
            gridCellInfo7.Col                      = 3;
            gridCellInfo7.Row                      = 0;
            gridCellInfo7.StyleInfo.Text           = "Path";
            gridCellInfo8.Col                      = 4;
            gridCellInfo8.Row                      = 0;
            gridCellInfo8.StyleInfo.Text           = "Modified Time";
            gridCellInfo8.StyleInfo.Themed         = true;
            gridCellInfo9.Col                      = 5;
            gridCellInfo9.Row                      = 0;
            gridCellInfo9.StyleInfo.Text           = "Type";
            this.gridControl1.GridCells.AddRange(new Syncfusion.Windows.Forms.Grid.GridCellInfo[] {
                gridCellInfo1,
                gridCellInfo2,
                gridCellInfo3,
                gridCellInfo4,
                gridCellInfo5,
                gridCellInfo6,
                gridCellInfo7,
                gridCellInfo8,
                gridCellInfo9
            });
            this.gridControl1.HorizontalThumbTrack = true;
            this.gridControl1.Location             = new System.Drawing.Point(-1, 50);
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Properties.BackgroundColor       = System.Drawing.Color.White;
            this.gridControl1.Properties.ForceImmediateRepaint = false;
            this.gridControl1.Properties.MarkColHeader         = false;
            this.gridControl1.Properties.MarkRowHeader         = false;
            this.gridControl1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.gridControl1.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
                new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 21)
            });
            this.gridControl1.SerializeCellsBehavior        = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeIntoCode;
            this.gridControl1.ShowCurrentCellBorderBehavior = Syncfusion.Windows.Forms.Grid.GridShowCurrentCellBorder.HideAlways;
            this.gridControl1.Size               = new System.Drawing.Size(860, 564);
            this.gridControl1.SmartSizeBox       = false;
            this.gridControl1.TabIndex           = 0;
            this.gridControl1.ThemesEnabled      = true;
            this.gridControl1.DpiAware           = true;
            this.gridControl1.VerticalThumbTrack = true;
            //
            // imageList1
            //
            this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "");
            this.imageList1.Images.SetKeyName(1, "");
            this.imageList1.Images.SetKeyName(2, "");
            this.imageList1.Images.SetKeyName(3, "");
            this.imageList1.Images.SetKeyName(4, "");
            this.imageList1.Images.SetKeyName(5, "");
            //
            // label1
            //
            this.label1.BackColor = System.Drawing.Color.White;
            this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(100)))), ((int)(((byte)(19)))));
            this.label1.Location  = new System.Drawing.Point(3, 13);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(136, 16);
            this.label1.TabIndex  = 4;
            this.label1.Text      = "Logical Drives";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // panel1
            //
            this.panel1.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.panel1.BackColor   = System.Drawing.Color.White;
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.checkBox1);
            this.panel1.Controls.Add(this.gridControl1);
            this.panel1.Controls.Add(this.comboBox1);
            this.panel1.Location = new System.Drawing.Point(12, 12);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(863, 619);
            this.panel1.TabIndex = 7;
            //
            // checkBox1
            //
            this.checkBox1.BeforeTouchSize    = new System.Drawing.Size(150, 21);
            this.checkBox1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.checkBox1.ForeColor          = System.Drawing.Color.Navy;
            this.checkBox1.Location           = new System.Drawing.Point(407, 12);
            this.checkBox1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(216)))));
            this.checkBox1.Name               = "checkBox1";
            this.checkBox1.Size               = new System.Drawing.Size(104, 24);
            this.checkBox1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
            this.checkBox1.DrawFocusRectangle = true;
            this.checkBox1.TabIndex           = 2;
            this.checkBox1.Text               = "Hide Details";
            this.checkBox1.ThemesEnabled      = false;
            this.checkBox1.CheckedChanged    += new System.EventHandler(this.checkBox1_CheckedChanged);
            //
            // comboBox1
            //
            this.comboBox1.BackColor             = System.Drawing.Color.White;
            this.comboBox1.BeforeTouchSize       = new System.Drawing.Size(184, 23);
            this.comboBox1.Font                  = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.comboBox1.Location              = new System.Drawing.Point(162, 13);
            this.comboBox1.Name                  = "comboBox1";
            this.comboBox1.Size                  = new System.Drawing.Size(184, 23);
            this.comboBox1.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.comboBox1.TabIndex              = 1;
            this.comboBox1.Text                  = "[select drive]";
            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            //
            //High DPI Support
            //
            if (DpiAware.GetCurrentDpi() > 96)
            {
                this.checkBox1.Size = new System.Drawing.Size((int)DpiAware.LogicalToDeviceUnits(104.0f), 24);
                this.label1.Size    = new System.Drawing.Size(136, (int)DpiAware.LogicalToDeviceUnits(16.0f));
            }
            //
            // TreeGridForm
            //

            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
            this.CaptionFont         = new System.Drawing.Font("Segoe UI Semibold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ClientSize          = new System.Drawing.Size(888, 646);
            this.Controls.Add(this.panel1);
            this.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.MinimumSize = new System.Drawing.Size(600, 500);
            this.Name        = "TreeGridForm";
            this.Text        = "Grid Folder Browser";
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).EndInit();
            this.ResumeLayout(false);
        }
コード例 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.dataSet11            = new FilterBar.DataSet1();
     this.checkBox1            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.comboBox1            = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label1    = new System.Windows.Forms.Label();
     this.label2    = new System.Windows.Forms.Label();
     this.label3    = new System.Windows.Forms.Label();
     this.label4    = new System.Windows.Forms.Label();
     this.label5    = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // gridGroupingControl1
     //
     this.gridGroupingControl1.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.gridGroupingControl1.BackColor            = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.DataSource           = this.dataSet11.Customers;
     this.gridGroupingControl1.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridGroupingControl1.GridVisualStyles     = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridGroupingControl1.Location             = new System.Drawing.Point(12, 8);
     this.gridGroupingControl1.Name = "gridGroupingControl1";
     this.gridGroupingControl1.ShowGroupDropArea = true;
     this.gridGroupingControl1.Size     = new System.Drawing.Size(652, 636);
     this.gridGroupingControl1.TabIndex = 0;
     this.gridGroupingControl1.TableDescriptor.AllowNew = false;
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.Font.Facename             = "Segoe UI";
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.TextColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Bottom       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Right        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Interior             = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Right  = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Right      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Top        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Interior           = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.ColumnHeaderCell.Font.Bold        = true;
     this.gridGroupingControl1.TableDescriptor.Appearance.GroupCaptionCell.CellType         = "ColumnHeader";
     this.gridGroupingControl1.TableDescriptor.TableOptions.ColumnHeaderRowHeight           = (int)DpiAware.LogicalToDeviceUnits(25.0f);
     this.gridGroupingControl1.TableDescriptor.TableOptions.RecordRowHeight                 = (int)DpiAware.LogicalToDeviceUnits(20.0f);
     this.gridGroupingControl1.Text        = "gridGroupingControl1";
     this.gridGroupingControl1.VersionInfo = "4.201.0.37";
     //
     // dataSet11
     //
     this.dataSet11.DataSetName             = "DataSet1";
     this.dataSet11.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // checkBox1
     //
     this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBox1.DrawFocusRectangle = false;
     this.checkBox1.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.Location           = new System.Drawing.Point(33, 140);
     this.checkBox1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox1.Name               = "checkBox1";
     this.checkBox1.Size               = new System.Drawing.Size(152, 24);
     this.checkBox1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.DrawFocusRectangle = true;
     this.checkBox1.TabIndex           = 3;
     this.checkBox1.Text               = "Add FilterBar";
     this.checkBox1.ThemesEnabled      = false;
     this.checkBox1.CheckState         = CheckState.Checked;
     this.checkBox1.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckStateChanged);
     //
     // comboBox1
     //
     this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox1.BackColor = System.Drawing.Color.White;
     this.comboBox1.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.Items.AddRange(new object[] {
         "None"
     });
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "None"));
     this.comboBox1.Location = new System.Drawing.Point(185, 32);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(121, 23);
     this.comboBox1.Style    = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBox1.TabIndex = 2;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(30, 35);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(155, 15);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Cancel Filter From Column :";
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(30, 73);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(88, 15);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Selected Index :";
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(185, 76);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(0, 13);
     this.label3.TabIndex = 5;
     //
     // label4
     //
     this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(30, 107);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(85, 15);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Selected Text  :";
     //
     // label5
     //
     this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(185, 112);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(0, 13);
     this.label5.TabIndex = 7;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(674, 1);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(328, 183);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Options";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1012, 656);
     this.MinimumSize         = new System.Drawing.Size(850, 500);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.gridGroupingControl1);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Filter Bar";
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #6
0
ファイル: Form1.cs プロジェクト: tzvis1/winforms-demos
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components           = new System.ComponentModel.Container();
     this.button2              = new Syncfusion.Windows.Forms.ButtonAdv();
     this.checkBox1            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.label1               = new System.Windows.Forms.Label();
     this.comboBox1            = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.checkBox2            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox3            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox4            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox5            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox6            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.groupBox3            = new System.Windows.Forms.GroupBox();
     this.label4               = new System.Windows.Forms.Label();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.colorPickerButton2   = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.colorPickerButton1   = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox6)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     this.SuspendLayout();
     //
     // button2
     //
     this.button2.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button2.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.button2.BeforeTouchSize   = new System.Drawing.Size(174, 28);
     this.button2.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.button2.FlatStyle         = FlatStyle.Flat;
     this.button2.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor         = System.Drawing.Color.White;
     this.button2.IsBackStageButton = false;
     this.button2.Location          = new System.Drawing.Point(36, 511);
     this.button2.Name              = "button2";
     this.button2.Size              = new System.Drawing.Size(174, 28);
     this.button2.TabIndex          = 2;
     this.button2.Text              = "Export Grid";
     this.button2.Click            += new System.EventHandler(this.button2_Click);
     //
     // checkBox1
     //
     this.checkBox1.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBox1.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox1.Checked            = true;
     this.checkBox1.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.DrawFocusRectangle = false;
     this.checkBox1.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.Location           = new System.Drawing.Point(45, 26);
     this.checkBox1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox1.Name               = "checkBox1";
     this.checkBox1.Size               = new System.Drawing.Size(115, 17);
     this.checkBox1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.DrawFocusRectangle = true;
     this.checkBox1.TabIndex           = 11;
     this.checkBox1.Text               = "Export Grid Style";
     this.checkBox1.ThemesEnabled      = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(11, 41);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(108, 13);
     this.label1.TabIndex  = 8;
     this.label1.Text      = "Converter Options: ";
     //
     // comboBox1
     //
     this.comboBox1.BackColor             = System.Drawing.Color.White;
     this.comboBox1.BeforeTouchSize       = new System.Drawing.Size(101, 21);
     this.comboBox1.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Font                  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.Location              = new System.Drawing.Point(122, 38);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(101, 21);
     this.comboBox1.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBox1.TabIndex              = 9;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // checkBox2
     //
     this.checkBox2.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBox2.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox2.DrawFocusRectangle = false;
     this.checkBox2.Location           = new System.Drawing.Point(8, 98);
     this.checkBox2.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox2.Name  = "checkBox2";
     this.checkBox2.Size  = new System.Drawing.Size(134, 30);
     this.checkBox2.Style = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox2.DrawFocusRectangle = true;
     this.checkBox2.TabIndex           = 18;
     this.checkBox2.Text          = "ExportPreviewRows";
     this.checkBox2.ThemesEnabled = false;
     //
     // checkBox3
     //
     this.checkBox3.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBox3.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox3.DrawFocusRectangle = false;
     this.checkBox3.Location           = new System.Drawing.Point(8, 134);
     this.checkBox3.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox3.Name  = "checkBox3";
     this.checkBox3.Size  = new System.Drawing.Size(196, 34);
     this.checkBox3.Style = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox3.DrawFocusRectangle = true;
     this.checkBox3.TabIndex           = 19;
     this.checkBox3.Text          = "Hook QueryExporPreviewRowInfo event handler.  ";
     this.checkBox3.ThemesEnabled = false;
     //
     // checkBox4
     //
     this.checkBox4.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBox4.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox4.Checked            = true;
     this.checkBox4.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox4.DrawFocusRectangle = false;
     this.checkBox4.Location           = new System.Drawing.Point(45, 53);
     this.checkBox4.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox4.Name  = "checkBox4";
     this.checkBox4.Size  = new System.Drawing.Size(99, 17);
     this.checkBox4.Style = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox4.DrawFocusRectangle = true;
     this.checkBox4.TabIndex           = 12;
     this.checkBox4.Text          = "Export Borders";
     this.checkBox4.ThemesEnabled = false;
     //
     // checkBox5
     //
     this.checkBox5.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBox5.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox5.Checked            = true;
     this.checkBox5.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox5.DrawFocusRectangle = false;
     this.checkBox5.Location           = new System.Drawing.Point(8, 67);
     this.checkBox5.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox5.Name  = "checkBox5";
     this.checkBox5.Size  = new System.Drawing.Size(145, 25);
     this.checkBox5.Style = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox5.DrawFocusRectangle = true;
     this.checkBox5.TabIndex           = 17;
     this.checkBox5.Text          = "ExportGroupPlusMinus";
     this.checkBox5.ThemesEnabled = false;
     //
     // checkBox6
     //
     this.checkBox6.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBox6.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox6.Checked            = true;
     this.checkBox6.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox6.DrawFocusRectangle = false;
     this.checkBox6.Location           = new System.Drawing.Point(8, 35);
     this.checkBox6.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox6.Name  = "checkBox6";
     this.checkBox6.Size  = new System.Drawing.Size(148, 26);
     this.checkBox6.Style = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox6.DrawFocusRectangle = true;
     this.checkBox6.TabIndex           = 16;
     this.checkBox6.Text          = "ExportRecordPlusMinus";
     this.checkBox6.ThemesEnabled = false;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.button2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.DimGray;
     this.groupBox1.Location  = new System.Drawing.Point(751, 10);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(246, 631);
     this.groupBox1.TabIndex  = 8;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Export Options";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.checkBox6);
     this.groupBox3.Controls.Add(this.checkBox5);
     this.groupBox3.Controls.Add(this.checkBox3);
     this.groupBox3.Controls.Add(this.checkBox2);
     this.groupBox3.Location = new System.Drawing.Point(14, 250);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(213, 248);
     this.groupBox3.TabIndex = 15;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Other Options";
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(7, 179);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(197, 53);
     this.label4.TabIndex = 17;
     this.label4.Text     = "[ Handle this event when you want to export PreviewRow for non-display elements ]" +
                            "";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.checkBox1);
     this.groupBox2.Controls.Add(this.checkBox4);
     this.groupBox2.Controls.Add(this.colorPickerButton2);
     this.groupBox2.Controls.Add(this.colorPickerButton1);
     this.groupBox2.Location = new System.Drawing.Point(14, 82);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(213, 162);
     this.groupBox2.TabIndex = 10;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Export Style";
     //
     // colorPickerButton2
     //
     this.colorPickerButton2.BackColor         = System.Drawing.Color.DarkGray;
     this.colorPickerButton2.BeforeTouchSize   = new System.Drawing.Size(126, 25);
     this.colorPickerButton2.ColorUISize       = new System.Drawing.Size(208, 230);
     this.colorPickerButton2.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.colorPickerButton2.IsBackStageButton = false;
     this.colorPickerButton2.Location          = new System.Drawing.Point(45, 119);
     this.colorPickerButton2.Name = "colorPickerButton2";
     this.colorPickerButton2.SelectedAsBackcolor = true;
     this.colorPickerButton2.SelectedColor       = System.Drawing.Color.DarkGray;
     this.colorPickerButton2.Size     = new System.Drawing.Size(126, 25);
     this.colorPickerButton2.TabIndex = 14;
     this.colorPickerButton2.Text     = "Caption BackColor";
     this.colorPickerButton2.UseVisualStyleBackColor = false;
     //
     // colorPickerButton1
     //
     this.colorPickerButton1.BackColor         = System.Drawing.Color.Gray;
     this.colorPickerButton1.BeforeTouchSize   = new System.Drawing.Size(126, 24);
     this.colorPickerButton1.ColorUISize       = new System.Drawing.Size(208, 230);
     this.colorPickerButton1.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.colorPickerButton1.IsBackStageButton = false;
     this.colorPickerButton1.Location          = new System.Drawing.Point(45, 84);
     this.colorPickerButton1.Name = "colorPickerButton1";
     this.colorPickerButton1.SelectedAsBackcolor = true;
     this.colorPickerButton1.SelectedColor       = System.Drawing.Color.Gray;
     this.colorPickerButton1.Size     = new System.Drawing.Size(126, 24);
     this.colorPickerButton1.TabIndex = 13;
     this.colorPickerButton1.Text     = "Header BackColor";
     this.colorPickerButton1.UseVisualStyleBackColor = false;
     //
     // gridGroupingControl1
     //
     this.gridGroupingControl1.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.gridGroupingControl1.Appearance.AnySummaryCell.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(231)))), ((int)(((byte)(162))))));
     this.gridGroupingControl1.BackColor                = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.Font                     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridGroupingControl1.FreezeCaption            = false;
     this.gridGroupingControl1.GridOfficeScrollBars     = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridGroupingControl1.GridVisualStyles         = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridGroupingControl1.Location                 = new System.Drawing.Point(10, 10);
     this.gridGroupingControl1.Name                     = "gridGroupingControl1";
     this.gridGroupingControl1.Size                     = new System.Drawing.Size(725, 632);
     this.gridGroupingControl1.TabIndex                 = 3;
     this.gridGroupingControl1.TableDescriptor.AllowNew = false;
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.Font.Facename             = "Segoe UI";
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.TextColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Bottom       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Right        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Interior             = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Right  = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Right      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Top        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Interior           = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.ColumnHeaderCell.Font.Bold        = true;
     this.gridGroupingControl1.TableDescriptor.Appearance.GroupCaptionCell.CellType         = "ColumnHeader";
     this.gridGroupingControl1.TableDescriptor.TableOptions.ColumnHeaderRowHeight           = 25;
     this.gridGroupingControl1.TableDescriptor.TableOptions.RecordRowHeight                 = 20;
     this.gridGroupingControl1.TableOptions.GridLineBorder = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))));
     this.gridGroupingControl1.Text = "gridGroupingControl1";
     this.gridGroupingControl1.TopLevelGroupOptions.ShowCaption = false;
     this.gridGroupingControl1.VersionInfo         = "4.401.0.51";
     this.gridGroupingControl1.QueryCellStyleInfo += new Syncfusion.Windows.Forms.Grid.Grouping.GridTableCellStyleInfoEventHandler(this.gridGroupingControl1_QueryCellStyleInfo);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(1012, 653);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.gridGroupingControl1);
     this.MinimumSize = new System.Drawing.Size(723, 620);
     this.Name        = "Form1";
     this.Text        = "Excel Export ";
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox6)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager          resources            = new System.ComponentModel.ComponentResourceManager(typeof(DashBoard));
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbaddPortfolioPanel = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     this.dockingManager                    = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
     this.dashBoardImages24                 = new System.Windows.Forms.ImageList(this.components);
     this.addPortfolioPanel                 = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.exchangeComboBox                  = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.exchangeLabel                     = new System.Windows.Forms.Label();
     this.addPortfolioButton                = new Syncfusion.Windows.Forms.ButtonAdv();
     this.accountLabel                      = new System.Windows.Forms.Label();
     this.accountsComboBox                  = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.priceLookUpCheckBox               = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.priceLabel                        = new System.Windows.Forms.Label();
     this.priceDoubleTextBox                = new Syncfusion.Windows.Forms.Tools.DoubleTextBox();
     this.quantityTextBox                   = new Syncfusion.Windows.Forms.Tools.NumericTextBox();
     this.quantityLabel                     = new System.Windows.Forms.Label();
     this.symbolTextBox                     = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.symbolLabel                       = new System.Windows.Forms.Label();
     this.dashBoardToolStrip                = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.overViewToolStripLabel            = new System.Windows.Forms.ToolStripLabel();
     this.detailViewToolStripLabel          = new System.Windows.Forms.ToolStripLabel();
     this.Industry_SectorViewtoolStripLabel = new System.Windows.Forms.ToolStripLabel();
     this.exchangeViewToolStripLabel        = new System.Windows.Forms.ToolStripLabel();
     this.Grid = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.dashboardImageList  = new Syncfusion.Windows.Forms.Tools.ImageListAdv(this.components);
     this.symbolAutoComplete  = new Syncfusion.Windows.Forms.Tools.AutoComplete(this.components);
     this.dockingClientPanel1 = new Syncfusion.Windows.Forms.Tools.DockingClientPanel();
     this.dashBoardImages16   = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.dockingManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.addPortfolioPanel)).BeginInit();
     this.addPortfolioPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.exchangeComboBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.accountsComboBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.priceLookUpCheckBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.priceDoubleTextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.quantityTextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.symbolTextBox)).BeginInit();
     this.dashBoardToolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.symbolAutoComplete)).BeginInit();
     this.dockingClientPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // dockingManager
     //
     this.dockingManager.ActiveCaptionBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226))))));
     this.dockingManager.ActiveCaptionFont       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.dockingManager.BorderColor             = System.Drawing.Color.White;
     this.dockingManager.CloseEnabled            = false;
     this.dockingManager.DockLayoutStream        = ((System.IO.MemoryStream)(resources.GetObject("dockingManager.DockLayoutStream")));
     this.dockingManager.EnableAutoAdjustCaption = true;
     this.dockingManager.HostControl             = this;
     this.dockingManager.ImageList = this.dashBoardImages24;
     this.dockingManager.InActiveCaptionBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212))))));
     this.dockingManager.InActiveCaptionFont       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.dockingManager.MetroButtonColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.dockingManager.MetroColor             = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.dockingManager.MetroSplitterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(159)))), ((int)(((byte)(183)))));
     this.dockingManager.Office2007Theme        = Syncfusion.Windows.Forms.Office2007Theme.Managed;
     this.dockingManager.ReduceFlickeringInRtl  = false;
     this.dockingManager.ThemesEnabled          = true;
     this.dockingManager.VisualStyle            = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
     this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
     this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
     this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
     this.dockingManager.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
     this.dockingManager.SetDockLabel(this.addPortfolioPanel, "Add new stocks");
     this.dockingManager.SetDockIcon(this.addPortfolioPanel, 17);
     this.dockingManager.SetEnableDocking(this.addPortfolioPanel, true);
     ccbaddPortfolioPanel.MergeWith(this.dockingManager.CaptionButtons, false);
     this.dockingManager.SetCustomCaptionButtons(this.addPortfolioPanel, ccbaddPortfolioPanel);
     //
     // dashBoardImages24
     //
     this.dashBoardImages24.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("dashBoardImages24.ImageStream")));
     this.dashBoardImages24.TransparentColor = System.Drawing.Color.Transparent;
     this.dashBoardImages24.Images.SetKeyName(0, "AmericanFunds.png");
     this.dashBoardImages24.Images.SetKeyName(1, "Children-College-Savings.png");
     this.dashBoardImages24.Images.SetKeyName(2, "Day-Trading.png");
     this.dashBoardImages24.Images.SetKeyName(3, "Fidelity-Funds.png");
     this.dashBoardImages24.Images.SetKeyName(4, "Retirement-Savings.png");
     this.dashBoardImages24.Images.SetKeyName(5, "Schwab-Funds.png");
     this.dashBoardImages24.Images.SetKeyName(6, "Vanguard-Funds.png");
     this.dashBoardImages24.Images.SetKeyName(7, "Australian-Stock-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(8, "Bombay-Stock-Exchange-2.png");
     this.dashBoardImages24.Images.SetKeyName(9, "Franfurt-Stock-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(10, "Hong-Kong-Futures-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(11, "London-Stock-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(12, "New-York-Stock-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(13, "Paris-Stock-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(14, "Russian-Stock-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(15, "Swiss-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(16, "Tokyo-Stock-Exchange.png");
     this.dashBoardImages24.Images.SetKeyName(17, "Add-New-Stock-icon.png");
     //
     // addPortfolioPanel
     //
     this.addPortfolioPanel.AutoScroll      = true;
     this.addPortfolioPanel.BackColor       = System.Drawing.Color.Transparent;
     this.addPortfolioPanel.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.White, System.Drawing.Color.White);
     this.addPortfolioPanel.BorderColor     = System.Drawing.Color.White;
     this.addPortfolioPanel.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.addPortfolioPanel.Controls.Add(this.exchangeComboBox);
     this.addPortfolioPanel.Controls.Add(this.exchangeLabel);
     this.addPortfolioPanel.Controls.Add(this.addPortfolioButton);
     this.addPortfolioPanel.Controls.Add(this.accountLabel);
     this.addPortfolioPanel.Controls.Add(this.accountsComboBox);
     this.addPortfolioPanel.Controls.Add(this.priceLookUpCheckBox);
     this.addPortfolioPanel.Controls.Add(this.priceLabel);
     this.addPortfolioPanel.Controls.Add(this.priceDoubleTextBox);
     this.addPortfolioPanel.Controls.Add(this.quantityTextBox);
     this.addPortfolioPanel.Controls.Add(this.quantityLabel);
     this.addPortfolioPanel.Controls.Add(this.symbolTextBox);
     this.addPortfolioPanel.Controls.Add(this.symbolLabel);
     this.addPortfolioPanel.Font     = new System.Drawing.Font("Segoe UI", 8.25F);
     this.addPortfolioPanel.Location = new System.Drawing.Point(1, 1);
     this.addPortfolioPanel.Name     = "addPortfolioPanel";
     this.addPortfolioPanel.Size     = new System.Drawing.Size(252, 380);
     this.addPortfolioPanel.TabIndex = 2;
     //
     // exchangeComboBox
     //
     this.exchangeComboBox.BackColor       = System.Drawing.Color.White;
     this.exchangeComboBox.BeforeTouchSize = new System.Drawing.Size(138, 23);
     this.exchangeComboBox.Font            = new System.Drawing.Font("Segoe UI", 9.25F);
     this.exchangeComboBox.Location        = new System.Drawing.Point(106, 261);
     this.exchangeComboBox.Name            = "exchangeComboBox";
     this.exchangeComboBox.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.exchangeComboBox.Size            = new System.Drawing.Size(138, 23);
     this.exchangeComboBox.Style           = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.exchangeComboBox.TabIndex        = 11;
     //
     // exchangeLabel
     //
     this.exchangeLabel.AutoSize  = true;
     this.exchangeLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.exchangeLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.exchangeLabel.Location  = new System.Drawing.Point(6, 261);
     this.exchangeLabel.Name      = "exchangeLabel";
     this.exchangeLabel.Size      = new System.Drawing.Size(88, 15);
     this.exchangeLabel.TabIndex  = 10;
     this.exchangeLabel.Text      = "StockExchange";
     //
     // addPortfolioButton
     //
     this.addPortfolioButton.Appearance            = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.addPortfolioButton.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(152)))), ((int)(((byte)(218)))));
     this.addPortfolioButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.addPortfolioButton.BeforeTouchSize       = new System.Drawing.Size(128, 42);
     this.addPortfolioButton.BorderStyleAdv        = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.None;
     this.addPortfolioButton.Font                    = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
     this.addPortfolioButton.ForeColor               = System.Drawing.SystemColors.ButtonHighlight;
     this.addPortfolioButton.IsBackStageButton       = false;
     this.addPortfolioButton.Location                = new System.Drawing.Point(67, 308);
     this.addPortfolioButton.Name                    = "addPortfolioButton";
     this.addPortfolioButton.Size                    = new System.Drawing.Size(128, 42);
     this.addPortfolioButton.TabIndex                = 9;
     this.addPortfolioButton.Text                    = "Add to portfolio";
     this.addPortfolioButton.UseVisualStyle          = true;
     this.addPortfolioButton.UseVisualStyleBackColor = true;
     this.addPortfolioButton.Click                  += new System.EventHandler(this.addPortfolioButton_Click);
     //
     // accountLabel
     //
     this.accountLabel.AutoSize  = true;
     this.accountLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.accountLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.accountLabel.Location  = new System.Drawing.Point(46, 220);
     this.accountLabel.Name      = "accountLabel";
     this.accountLabel.Size      = new System.Drawing.Size(52, 15);
     this.accountLabel.TabIndex  = 8;
     this.accountLabel.Text      = "Account";
     //
     // accountsComboBox
     //
     this.accountsComboBox.BackColor       = System.Drawing.Color.White;
     this.accountsComboBox.BeforeTouchSize = new System.Drawing.Size(138, 23);
     this.accountsComboBox.Font            = new System.Drawing.Font("Segoe UI", 9.25F);
     this.accountsComboBox.Location        = new System.Drawing.Point(106, 220);
     this.accountsComboBox.Name            = "accountsComboBox";
     this.accountsComboBox.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.accountsComboBox.Size            = new System.Drawing.Size(138, 23);
     this.accountsComboBox.Style           = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.accountsComboBox.TabIndex        = 7;
     //
     // priceLookUpCheckBox
     //
     this.priceLookUpCheckBox.BeforeTouchSize    = new System.Drawing.Size(228, 39);
     this.priceLookUpCheckBox.DrawFocusRectangle = false;
     this.priceLookUpCheckBox.Font               = new System.Drawing.Font("Segoe UI", 9.75F);
     this.priceLookUpCheckBox.ForeColor          = System.Drawing.SystemColors.ControlText;
     this.priceLookUpCheckBox.Location           = new System.Drawing.Point(23, 166);
     this.priceLookUpCheckBox.MetroColor         = System.Drawing.Color.Blue;
     this.priceLookUpCheckBox.Name               = "priceLookUpCheckBox";
     this.priceLookUpCheckBox.Size               = new System.Drawing.Size(228, 39);
     this.priceLookUpCheckBox.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.priceLookUpCheckBox.TabIndex           = 6;
     this.priceLookUpCheckBox.Text               = "Use the current market price";
     this.priceLookUpCheckBox.ThemesEnabled      = false;
     this.priceLookUpCheckBox.CheckStateChanged += new System.EventHandler(this.priceLookUpCheckBox_CheckStateChanged);
     //
     // priceLabel
     //
     this.priceLabel.AutoSize  = true;
     this.priceLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.priceLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.priceLabel.Location  = new System.Drawing.Point(64, 125);
     this.priceLabel.Name      = "priceLabel";
     this.priceLabel.Size      = new System.Drawing.Size(33, 15);
     this.priceLabel.TabIndex  = 5;
     this.priceLabel.Text      = "Price";
     //
     // priceDoubleTextBox
     //
     this.priceDoubleTextBox.BackGroundColor = System.Drawing.SystemColors.Window;
     this.priceDoubleTextBox.BeforeTouchSize = new System.Drawing.Size(138, 24);
     this.priceDoubleTextBox.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.priceDoubleTextBox.DoubleValue     = 0D;
     this.priceDoubleTextBox.Font            = new System.Drawing.Font("Segoe UI", 9.25F);
     this.priceDoubleTextBox.Location        = new System.Drawing.Point(106, 125);
     this.priceDoubleTextBox.Metrocolor      = System.Drawing.Color.Empty;
     this.priceDoubleTextBox.Name            = "priceDoubleTextBox";
     this.priceDoubleTextBox.NullString      = "0.0";
     this.priceDoubleTextBox.OverflowIndicatorToolTipText = null;
     this.priceDoubleTextBox.Size     = new System.Drawing.Size(138, 24);
     this.priceDoubleTextBox.Style    = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.priceDoubleTextBox.TabIndex = 4;
     this.priceDoubleTextBox.Text     = "0.00";
     //
     // quantityTextBox
     //
     this.quantityTextBox.BeforeTouchSize = new System.Drawing.Size(138, 24);
     this.quantityTextBox.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.quantityTextBox.Font            = new System.Drawing.Font("Segoe UI", 9.25F);
     this.quantityTextBox.Location        = new System.Drawing.Point(106, 81);
     this.quantityTextBox.Metrocolor      = System.Drawing.Color.Empty;
     this.quantityTextBox.Name            = "quantityTextBox";
     this.quantityTextBox.OverflowIndicatorToolTipText = null;
     this.quantityTextBox.Size     = new System.Drawing.Size(138, 24);
     this.quantityTextBox.Style    = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.quantityTextBox.TabIndex = 3;
     this.quantityTextBox.Text     = "0";
     this.quantityTextBox.Enter   += new System.EventHandler(this.quantityTextBox_Enter);
     this.quantityTextBox.Leave   += new System.EventHandler(this.quantityTextBox_Leave);
     //
     // quantityLabel
     //
     this.quantityLabel.AutoSize  = true;
     this.quantityLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.quantityLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.quantityLabel.Location  = new System.Drawing.Point(44, 81);
     this.quantityLabel.Name      = "quantityLabel";
     this.quantityLabel.Size      = new System.Drawing.Size(53, 15);
     this.quantityLabel.TabIndex  = 2;
     this.quantityLabel.Text      = "Quantity";
     //
     // symbolTextBox
     //
     this.symbolAutoComplete.SetAutoComplete(this.symbolTextBox, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.MultiSuggest);
     this.symbolTextBox.AutoCompleteMode             = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.symbolTextBox.BeforeTouchSize              = new System.Drawing.Size(138, 24);
     this.symbolTextBox.Cursor                       = System.Windows.Forms.Cursors.IBeam;
     this.symbolTextBox.Font                         = new System.Drawing.Font("Segoe UI", 9.25F);
     this.symbolTextBox.Location                     = new System.Drawing.Point(106, 30);
     this.symbolTextBox.Metrocolor                   = System.Drawing.Color.Empty;
     this.symbolTextBox.Name                         = "symbolTextBox";
     this.symbolTextBox.OverflowIndicatorToolTipText = null;
     this.symbolTextBox.Size                         = new System.Drawing.Size(138, 24);
     this.symbolTextBox.Style                        = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.symbolTextBox.TabIndex                     = 0;
     this.symbolTextBox.Text                         = "Symbol";
     this.symbolTextBox.Enter                       += new System.EventHandler(this.symbolTextBox_Enter);
     this.symbolTextBox.Leave                       += new System.EventHandler(this.symbolTextBox_Leave);
     //
     // symbolLabel
     //
     this.symbolLabel.AutoSize  = true;
     this.symbolLabel.Font      = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.symbolLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.symbolLabel.Location  = new System.Drawing.Point(10, 30);
     this.symbolLabel.Name      = "symbolLabel";
     this.symbolLabel.Size      = new System.Drawing.Size(83, 15);
     this.symbolLabel.TabIndex  = 1;
     this.symbolLabel.Text      = "Symbol Name";
     //
     // dashBoardToolStrip
     //
     this.dashBoardToolStrip.AutoSize         = false;
     this.dashBoardToolStrip.BackColor        = System.Drawing.Color.White;
     this.dashBoardToolStrip.CaptionAlignment = Syncfusion.Windows.Forms.Tools.CaptionAlignment.Near;
     this.dashBoardToolStrip.CaptionFont      = new System.Drawing.Font("Segoe UI", 10F);
     this.dashBoardToolStrip.CaptionStyle     = Syncfusion.Windows.Forms.Tools.CaptionStyle.Top;
     this.dashBoardToolStrip.Font             = new System.Drawing.Font("Segoe UI", 10F);
     this.dashBoardToolStrip.ForeColor        = System.Drawing.Color.MidnightBlue;
     this.dashBoardToolStrip.Image            = null;
     this.dashBoardToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.overViewToolStripLabel,
         this.detailViewToolStripLabel,
         this.Industry_SectorViewtoolStripLabel,
         this.exchangeViewToolStripLabel
     });
     this.dashBoardToolStrip.LauncherStyle     = Syncfusion.Windows.Forms.Tools.LauncherStyle.Metro;
     this.dashBoardToolStrip.LayoutStyle       = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.dashBoardToolStrip.Location          = new System.Drawing.Point(0, 0);
     this.dashBoardToolStrip.Name              = "dashBoardToolStrip";
     this.dashBoardToolStrip.Office12Mode      = false;
     this.dashBoardToolStrip.OfficeColorScheme = Syncfusion.Windows.Forms.Tools.ToolStripEx.ColorScheme.Silver;
     this.dashBoardToolStrip.ShowCaption       = false;
     this.dashBoardToolStrip.Size              = new System.Drawing.Size(781, 40);
     this.dashBoardToolStrip.Stretch           = true;
     this.dashBoardToolStrip.TabIndex          = 0;
     this.dashBoardToolStrip.Text              = "VIEWS";
     this.dashBoardToolStrip.VisualStyle       = Syncfusion.Windows.Forms.Tools.ToolStripExStyle.Metro;
     //
     // overViewToolStripLabel
     //
     this.overViewToolStripLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.overViewToolStripLabel.IsLink    = true;
     this.overViewToolStripLabel.Name      = "overViewToolStripLabel";
     this.overViewToolStripLabel.Size      = new System.Drawing.Size(68, 37);
     this.overViewToolStripLabel.Text      = "OverView";
     this.overViewToolStripLabel.Click    += new System.EventHandler(this.overViewToolStripLabel_Click);
     //
     // detailViewToolStripLabel
     //
     this.detailViewToolStripLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.detailViewToolStripLabel.IsLink    = true;
     this.detailViewToolStripLabel.Name      = "detailViewToolStripLabel";
     this.detailViewToolStripLabel.Size      = new System.Drawing.Size(73, 37);
     this.detailViewToolStripLabel.Text      = "DetailView";
     this.detailViewToolStripLabel.Click    += new System.EventHandler(this.detailViewToolStripLabel_Click);
     //
     // Industry_SectorViewtoolStripLabel
     //
     this.Industry_SectorViewtoolStripLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Industry_SectorViewtoolStripLabel.IsLink    = true;
     this.Industry_SectorViewtoolStripLabel.Name      = "Industry_SectorViewtoolStripLabel";
     this.Industry_SectorViewtoolStripLabel.Size      = new System.Drawing.Size(132, 37);
     this.Industry_SectorViewtoolStripLabel.Text      = "Industry/SectorView";
     this.Industry_SectorViewtoolStripLabel.Click    += new System.EventHandler(this.Industry_SectorViewtoolStripLabel_Click);
     //
     // exchangeViewToolStripLabel
     //
     this.exchangeViewToolStripLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.exchangeViewToolStripLabel.IsLink    = true;
     this.exchangeViewToolStripLabel.Name      = "exchangeViewToolStripLabel";
     this.exchangeViewToolStripLabel.Size      = new System.Drawing.Size(128, 37);
     this.exchangeViewToolStripLabel.Text      = "StockExchangeView";
     this.exchangeViewToolStripLabel.Click    += new System.EventHandler(this.exchangeViewToolStripLabel_Click);
     //
     // Grid
     //
     this.Grid.BackColor            = System.Drawing.SystemColors.Window;
     this.Grid.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.Grid.FreezeCaption        = false;
     this.Grid.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.Grid.Location             = new System.Drawing.Point(0, 0);
     this.Grid.Name                 = "Grid";
     this.Grid.Size                 = new System.Drawing.Size(781, 407);
     this.Grid.TabIndex             = 4;
     //
     // dashboardImageList
     //
     this.dashboardImageList.Images.AddRange(new System.Drawing.Image[] {
         ((System.Drawing.Image)(resources.GetObject("dashboardImageList.Images"))),
         ((System.Drawing.Image)(resources.GetObject("dashboardImageList.Images1"))),
         ((System.Drawing.Image)(resources.GetObject("dashboardImageList.Images2"))),
         ((System.Drawing.Image)(resources.GetObject("dashboardImageList.Images3"))),
         ((System.Drawing.Image)(resources.GetObject("dashboardImageList.Images4")))
     });
     this.dashboardImageList.ImageSize    = new System.Drawing.Size(32, 32);
     this.dashboardImageList.UseImageSize = false;
     //
     // symbolAutoComplete
     //
     this.symbolAutoComplete.MetroColor     = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.symbolAutoComplete.PreferredWidth = 200;
     this.symbolAutoComplete.SingleClick    = true;
     this.symbolAutoComplete.Style          = Syncfusion.Windows.Forms.Tools.AutoCompleteStyle.Default;
     this.symbolAutoComplete.TextColor      = System.Drawing.Color.Black;
     //
     // dockingClientPanel1
     //
     this.dockingClientPanel1.BackColor = System.Drawing.Color.White;
     this.dockingClientPanel1.Controls.Add(this.Grid);
     this.dockingClientPanel1.Location  = new System.Drawing.Point(0, 40);
     this.dockingClientPanel1.Name      = "dockingClientPanel1";
     this.dockingClientPanel1.Size      = new System.Drawing.Size(781, 407);
     this.dockingClientPanel1.SizeToFit = true;
     this.dockingClientPanel1.TabIndex  = 7;
     //
     // dashBoardImages16
     //
     this.dashBoardImages16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("dashBoardImages16.ImageStream")));
     this.dashBoardImages16.TransparentColor = System.Drawing.Color.Transparent;
     this.dashBoardImages16.Images.SetKeyName(0, "basicMaterials.png");
     this.dashBoardImages16.Images.SetKeyName(1, "Consumer-Goods.png");
     this.dashBoardImages16.Images.SetKeyName(2, "finance.png");
     this.dashBoardImages16.Images.SetKeyName(3, "Healthcare.png");
     this.dashBoardImages16.Images.SetKeyName(4, "Industrial-Goods.png");
     this.dashBoardImages16.Images.SetKeyName(5, "Services.png");
     this.dashBoardImages16.Images.SetKeyName(6, "Technology.png");
     this.dashBoardImages16.Images.SetKeyName(7, "Utilities.png");
     this.dashBoardImages16.Images.SetKeyName(8, "agriculturalChemicals.png");
     this.dashBoardImages16.Images.SetKeyName(9, "aluminium.png");
     this.dashBoardImages16.Images.SetKeyName(10, "copper.png");
     this.dashBoardImages16.Images.SetKeyName(11, "gold.png");
     this.dashBoardImages16.Images.SetKeyName(12, "oil-&-gas.png");
     this.dashBoardImages16.Images.SetKeyName(13, "Silver.png");
     this.dashBoardImages16.Images.SetKeyName(14, "steel-&-iron.png");
     this.dashBoardImages16.Images.SetKeyName(15, "Appliances.png");
     this.dashBoardImages16.Images.SetKeyName(16, "Automotive-Manufacturers-1.png");
     this.dashBoardImages16.Images.SetKeyName(17, "Business-Equipment.png");
     this.dashBoardImages16.Images.SetKeyName(18, "Elecronic-Equipment-2.png");
     this.dashBoardImages16.Images.SetKeyName(19, "Sporting-Goods.png");
     this.dashBoardImages16.Images.SetKeyName(20, "Toys-&-Games.png");
     this.dashBoardImages16.Images.SetKeyName(21, "Accidents-&-Health-Insurance-2.png");
     this.dashBoardImages16.Images.SetKeyName(22, "Asst-management.png");
     this.dashBoardImages16.Images.SetKeyName(23, "Insurance-Brokers.png");
     this.dashBoardImages16.Images.SetKeyName(24, "Invesement.png");
     this.dashBoardImages16.Images.SetKeyName(25, "Real-Estate.png");
     this.dashBoardImages16.Images.SetKeyName(26, "Life-Insurance-2.png");
     this.dashBoardImages16.Images.SetKeyName(27, "Biotechnology.png");
     this.dashBoardImages16.Images.SetKeyName(28, "Healthcare-Plans.png");
     this.dashBoardImages16.Images.SetKeyName(29, "Hospital.png");
     this.dashBoardImages16.Images.SetKeyName(30, "Medical-Appliances-&-Equipment.png");
     this.dashBoardImages16.Images.SetKeyName(31, "Medical-Instruments-&-Supplies.png");
     this.dashBoardImages16.Images.SetKeyName(32, "MedicalPractitioners.png");
     this.dashBoardImages16.Images.SetKeyName(33, "Aerospace-&-Defense-Product-&-Services.png");
     this.dashBoardImages16.Images.SetKeyName(34, "cement.png");
     this.dashBoardImages16.Images.SetKeyName(35, "General-Building-Materials.png");
     this.dashBoardImages16.Images.SetKeyName(36, "Heavy-Construction.png");
     this.dashBoardImages16.Images.SetKeyName(37, "Manufactured-Housing.png");
     this.dashBoardImages16.Images.SetKeyName(38, "Metal-Fabrication.png");
     this.dashBoardImages16.Images.SetKeyName(39, "Textile-Industrial.png");
     this.dashBoardImages16.Images.SetKeyName(40, "Waste-Management.png");
     this.dashBoardImages16.Images.SetKeyName(41, "Apparel-Stores.png");
     this.dashBoardImages16.Images.SetKeyName(42, "Consumer-Services.png");
     this.dashBoardImages16.Images.SetKeyName(43, "Deparmental-stores.png");
     this.dashBoardImages16.Images.SetKeyName(44, "ElectronicsStores.png");
     this.dashBoardImages16.Images.SetKeyName(45, "FoodWholeSale-2.png");
     this.dashBoardImages16.Images.SetKeyName(46, "Lodging-3.png");
     this.dashBoardImages16.Images.SetKeyName(47, "MajorAirlines-2.png");
     this.dashBoardImages16.Images.SetKeyName(48, "Regional-Airlines.png");
     this.dashBoardImages16.Images.SetKeyName(49, "Business-Software-&-Services.png");
     this.dashBoardImages16.Images.SetKeyName(50, "Computer-Based-Systems.png");
     this.dashBoardImages16.Images.SetKeyName(51, "Data-Storage-Devices.png");
     this.dashBoardImages16.Images.SetKeyName(52, "Healthcare-Information-Services.png");
     this.dashBoardImages16.Images.SetKeyName(53, "Information-Technology-Services.png");
     this.dashBoardImages16.Images.SetKeyName(54, "Personal-Computers.png");
     this.dashBoardImages16.Images.SetKeyName(55, "Wireless-Communications.png");
     this.dashBoardImages16.Images.SetKeyName(56, "Diversified-Utilities-2.png");
     this.dashBoardImages16.Images.SetKeyName(57, "Electric-Utilities-2.png");
     this.dashBoardImages16.Images.SetKeyName(58, "Foreign-Utilities-2.png");
     this.dashBoardImages16.Images.SetKeyName(59, "Gas-Utilities.png");
     this.dashBoardImages16.Images.SetKeyName(60, "Water-Utilities.png");
     //
     // DashBoard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.dockingClientPanel1);
     this.Controls.Add(this.dashBoardToolStrip);
     this.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.Name = "DashBoard";
     this.Size = new System.Drawing.Size(781, 447);
     ((System.ComponentModel.ISupportInitialize)(this.dockingManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.addPortfolioPanel)).EndInit();
     this.addPortfolioPanel.ResumeLayout(false);
     this.addPortfolioPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.exchangeComboBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.accountsComboBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.priceLookUpCheckBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.priceDoubleTextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.quantityTextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.symbolTextBox)).EndInit();
     this.dashBoardToolStrip.ResumeLayout(false);
     this.dashBoardToolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.symbolAutoComplete)).EndInit();
     this.dockingClientPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components             = new System.ComponentModel.Container();
     this.panel1                 = new System.Windows.Forms.Panel();
     this.buttonApplyFilter      = new Syncfusion.Windows.Forms.ButtonAdv();
     this.checkBoxGrouping       = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.textBoxFilter          = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.checkBoxFilter         = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.labelTimerInterval     = new System.Windows.Forms.Label();
     this.label1                 = new System.Windows.Forms.Label();
     this.trackBarTimer          = new System.Windows.Forms.TrackBar();
     this.checkBoxSorting        = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBoxColor          = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.label4                 = new System.Windows.Forms.Label();
     this.trackBarBlinkFrequency = new System.Windows.Forms.TrackBar();
     this.labelBlinkTime         = new System.Windows.Forms.Label();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.panel3                 = new System.Windows.Forms.Panel();
     this.propertyGrid1          = new System.Windows.Forms.PropertyGrid();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxGrouping)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarTimer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxSorting)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxColor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarBlinkFrequency)).BeginInit();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.buttonApplyFilter);
     this.panel1.Controls.Add(this.checkBoxGrouping);
     this.panel1.Controls.Add(this.textBoxFilter);
     this.panel1.Controls.Add(this.checkBoxFilter);
     this.panel1.Controls.Add(this.labelTimerInterval);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.trackBarTimer);
     this.panel1.Controls.Add(this.checkBoxSorting);
     this.panel1.Controls.Add(this.checkBoxColor);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.trackBarBlinkFrequency);
     this.panel1.Controls.Add(this.labelBlinkTime);
     this.panel1.Location = new System.Drawing.Point(34, 514);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(938, 110);
     this.panel1.TabIndex = 0;
     //
     // buttonApplyFilter
     //
     this.buttonApplyFilter.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonApplyFilter.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.buttonApplyFilter.BeforeTouchSize   = new System.Drawing.Size(80, 24);
     this.buttonApplyFilter.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.buttonApplyFilter.Font              = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonApplyFilter.ForeColor         = System.Drawing.Color.White;
     this.buttonApplyFilter.IsBackStageButton = false;
     this.buttonApplyFilter.Location          = new System.Drawing.Point(524, 35);
     this.buttonApplyFilter.Name              = "buttonApplyFilter";
     this.buttonApplyFilter.Size              = new System.Drawing.Size(80, 24);
     this.buttonApplyFilter.TabIndex          = 8;
     this.buttonApplyFilter.Text              = "Apply";
     this.buttonApplyFilter.UseVisualStyle    = true;
     this.buttonApplyFilter.Click            += new System.EventHandler(this.buttonApplyFilter_Click);
     //
     // checkBoxGrouping
     //
     this.checkBoxGrouping.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBoxGrouping.Border3DStyle      = System.Windows.Forms.Border3DStyle.Flat;
     this.checkBoxGrouping.DrawFocusRectangle = false;
     this.checkBoxGrouping.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxGrouping.ForeColor          = System.Drawing.Color.DimGray;
     this.checkBoxGrouping.Location           = new System.Drawing.Point(418, 65);
     this.checkBoxGrouping.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBoxGrouping.Name               = "checkBoxGrouping";
     this.checkBoxGrouping.Size               = new System.Drawing.Size(115, 24);
     this.checkBoxGrouping.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxGrouping.TabIndex           = 7;
     this.checkBoxGrouping.Text               = "Enable Grouping";
     this.checkBoxGrouping.ThemesEnabled      = false;
     this.checkBoxGrouping.CheckStateChanged += new System.EventHandler(this.checkBoxGrouping_CheckedChanged);
     //
     // textBoxFilter
     //
     this.textBoxFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxFilter.BeforeTouchSize = new System.Drawing.Size(393, 22);
     this.textBoxFilter.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBoxFilter.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.textBoxFilter.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxFilter.ForeColor       = System.Drawing.Color.DimGray;
     this.textBoxFilter.Location        = new System.Drawing.Point(524, 8);
     this.textBoxFilter.Metrocolor      = System.Drawing.Color.Empty;
     this.textBoxFilter.Name            = "textBoxFilter";
     this.textBoxFilter.Size            = new System.Drawing.Size(393, 22);
     this.textBoxFilter.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.textBoxFilter.TabIndex        = 6;
     this.textBoxFilter.Text            = "textBox1";
     //
     // checkBoxFilter
     //
     this.checkBoxFilter.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBoxFilter.DrawFocusRectangle = false;
     this.checkBoxFilter.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxFilter.ForeColor          = System.Drawing.Color.DimGray;
     this.checkBoxFilter.Location           = new System.Drawing.Point(418, 8);
     this.checkBoxFilter.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBoxFilter.Name               = "checkBoxFilter";
     this.checkBoxFilter.Size               = new System.Drawing.Size(100, 24);
     this.checkBoxFilter.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxFilter.TabIndex           = 5;
     this.checkBoxFilter.Text               = "Enable Filter";
     this.checkBoxFilter.ThemesEnabled      = false;
     this.checkBoxFilter.CheckStateChanged += new System.EventHandler(this.checkBoxFilter_CheckedChanged);
     //
     // labelTimerInterval
     //
     this.labelTimerInterval.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTimerInterval.ForeColor = System.Drawing.Color.DimGray;
     this.labelTimerInterval.Location  = new System.Drawing.Point(322, 8);
     this.labelTimerInterval.Name      = "labelTimerInterval";
     this.labelTimerInterval.Size      = new System.Drawing.Size(112, 40);
     this.labelTimerInterval.TabIndex  = 4;
     this.labelTimerInterval.Text      = "label2";
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.DimGray;
     this.label1.Location  = new System.Drawing.Point(8, 6);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(109, 28);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Timer Frequency";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // trackBarTimer
     //
     this.trackBarTimer.Location = new System.Drawing.Point(124, 8);
     this.trackBarTimer.Name     = "trackBarTimer";
     this.trackBarTimer.Size     = new System.Drawing.Size(184, 45);
     this.trackBarTimer.TabIndex = 2;
     this.trackBarTimer.Scroll  += new System.EventHandler(this.trackBarTimer_Scroll);
     //
     // checkBoxSorting
     //
     this.checkBoxSorting.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBoxSorting.DrawFocusRectangle = false;
     this.checkBoxSorting.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxSorting.ForeColor          = System.Drawing.Color.DimGray;
     this.checkBoxSorting.Location           = new System.Drawing.Point(536, 65);
     this.checkBoxSorting.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBoxSorting.Name               = "checkBoxSorting";
     this.checkBoxSorting.Size               = new System.Drawing.Size(107, 24);
     this.checkBoxSorting.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxSorting.TabIndex           = 7;
     this.checkBoxSorting.Text               = "Enable Sorting";
     this.checkBoxSorting.ThemesEnabled      = false;
     this.checkBoxSorting.CheckStateChanged += new System.EventHandler(this.checkBoxSorting_CheckedChanged);
     //
     // checkBoxColor
     //
     this.checkBoxColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxColor.BeforeTouchSize    = new System.Drawing.Size(292, 24);
     this.checkBoxColor.DrawFocusRectangle = false;
     this.checkBoxColor.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxColor.ForeColor          = System.Drawing.Color.DimGray;
     this.checkBoxColor.Location           = new System.Drawing.Point(643, 65);
     this.checkBoxColor.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBoxColor.Name               = "checkBoxColor";
     this.checkBoxColor.Size               = new System.Drawing.Size(292, 24);
     this.checkBoxColor.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxColor.TabIndex           = 7;
     this.checkBoxColor.Text               = "Enable Coloring";
     this.checkBoxColor.ThemesEnabled      = false;
     this.checkBoxColor.CheckStateChanged += new System.EventHandler(this.checkBoxColor_CheckedChanged);
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.DimGray;
     this.label4.Location  = new System.Drawing.Point(8, 58);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(102, 31);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Blink Frequency";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // trackBarBlinkFrequency
     //
     this.trackBarBlinkFrequency.Location      = new System.Drawing.Point(124, 63);
     this.trackBarBlinkFrequency.Maximum       = 20;
     this.trackBarBlinkFrequency.Name          = "trackBarBlinkFrequency";
     this.trackBarBlinkFrequency.Size          = new System.Drawing.Size(184, 45);
     this.trackBarBlinkFrequency.SmallChange   = 2;
     this.trackBarBlinkFrequency.TabIndex      = 2;
     this.trackBarBlinkFrequency.TickFrequency = 2;
     this.trackBarBlinkFrequency.Scroll       += new System.EventHandler(this.trackBarBlinkFrequency_Scroll);
     //
     // labelBlinkTime
     //
     this.labelBlinkTime.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelBlinkTime.ForeColor = System.Drawing.Color.DimGray;
     this.labelBlinkTime.Location  = new System.Drawing.Point(321, 62);
     this.labelBlinkTime.Name      = "labelBlinkTime";
     this.labelBlinkTime.Size      = new System.Drawing.Size(91, 40);
     this.labelBlinkTime.TabIndex  = 4;
     this.labelBlinkTime.Text      = "Disabled.";
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel2.Location    = new System.Drawing.Point(34, 13);
     this.panel2.MinimumSize = new System.Drawing.Size(400, 250);
     this.panel2.Name        = "panel2";
     this.panel2.Size        = new System.Drawing.Size(676, 478);
     this.panel2.TabIndex    = 1;
     //
     // panel3
     //
     this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.Controls.Add(this.propertyGrid1);
     this.panel3.Location = new System.Drawing.Point(729, 12);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(243, 479);
     this.panel3.TabIndex = 0;
     //
     // propertyGrid1
     //
     this.propertyGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.propertyGrid1.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.propertyGrid1.HelpBackColor = System.Drawing.Color.White;
     this.propertyGrid1.LineColor     = System.Drawing.Color.White;
     this.propertyGrid1.Location      = new System.Drawing.Point(0, 3);
     this.propertyGrid1.Name          = "propertyGrid1";
     this.propertyGrid1.Size          = new System.Drawing.Size(243, 476);
     this.propertyGrid1.TabIndex      = 0;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(1012, 656);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.MinimumSize = new System.Drawing.Size(850, 490);
     this.Name        = "Form1";
     this.Text        = "Grouping Trader Grid Test";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxGrouping)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarTimer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxSorting)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxColor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarBlinkFrequency)).EndInit();
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
     Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle2 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
     Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle3 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
     Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle4 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
     this.gridControl1 = new Syncfusion.Windows.Forms.Grid.GridControl();
     this.checkBoxAdv1 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.label1       = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
     this.SuspendLayout();
     //
     // gridControl1
     //
     this.gridControl1.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(94)))), ((int)(((byte)(171)))), ((int)(((byte)(222)))));
     this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.gridControl1.BorderStyle            = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gridControl1.ColCount               = 9;
     this.gridControl1.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid;
     this.gridControl1.DefaultRowHeight       = 20;
     this.gridControl1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.gridControl1.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridControl1.GridVisualStyles     = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridControl1.Location             = new System.Drawing.Point(9, 43);
     this.gridControl1.MetroScrollBars      = true;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Properties.ForceImmediateRepaint = false;
     this.gridControl1.Properties.GridLineColor         = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.gridControl1.Properties.MarkColHeader         = false;
     this.gridControl1.Properties.MarkRowHeader         = false;
     gridRangeStyle1.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
     gridRangeStyle1.StyleInfo.Font.Bold      = false;
     gridRangeStyle1.StyleInfo.Font.Facename  = "Segoe UI";
     gridRangeStyle1.StyleInfo.Font.Italic    = false;
     gridRangeStyle1.StyleInfo.Font.Size      = 8.25F;
     gridRangeStyle1.StyleInfo.Font.Strikeout = false;
     gridRangeStyle1.StyleInfo.Font.Underline = false;
     gridRangeStyle1.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
     gridRangeStyle2.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
     gridRangeStyle2.StyleInfo.Font.Bold      = false;
     gridRangeStyle2.StyleInfo.Font.Facename  = "Segoe UI";
     gridRangeStyle2.StyleInfo.Font.Italic    = false;
     gridRangeStyle2.StyleInfo.Font.Size      = 8.25F;
     gridRangeStyle2.StyleInfo.Font.Strikeout = false;
     gridRangeStyle2.StyleInfo.Font.Underline = false;
     gridRangeStyle2.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
     gridRangeStyle3.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
     gridRangeStyle3.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     gridRangeStyle3.StyleInfo.Borders.Right  = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     gridRangeStyle3.StyleInfo.Font.Bold      = false;
     gridRangeStyle3.StyleInfo.Font.Facename  = "Segoe UI";
     gridRangeStyle3.StyleInfo.Font.Italic    = false;
     gridRangeStyle3.StyleInfo.Font.Size      = 8.25F;
     gridRangeStyle3.StyleInfo.Font.Strikeout = false;
     gridRangeStyle3.StyleInfo.Font.Underline = false;
     gridRangeStyle3.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
     gridRangeStyle3.StyleInfo.Interior       = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.White);
     gridRangeStyle3.StyleInfo.TextColor      = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     gridRangeStyle4.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
     gridRangeStyle4.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     gridRangeStyle4.StyleInfo.Borders.Right  = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     gridRangeStyle4.StyleInfo.Font.Facename  = "Segoe UI";
     gridRangeStyle4.StyleInfo.Interior       = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.White);
     gridRangeStyle4.StyleInfo.TextColor      = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridControl1.RangeStyles.AddRange(new Syncfusion.Windows.Forms.Grid.GridRangeStyle[] {
         gridRangeStyle1,
         gridRangeStyle2,
         gridRangeStyle3,
         gridRangeStyle4
     });
     this.gridControl1.RowCount = 21;
     this.gridControl1.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 29)
     });
     this.gridControl1.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeAsRangeStylesIntoCode;
     this.gridControl1.Size          = new System.Drawing.Size(769, 411);
     this.gridControl1.SmartSizeBox  = false;
     this.gridControl1.TabIndex      = 0;
     this.gridControl1.Text          = "gridControl1";
     this.gridControl1.ThemesEnabled = true;
     this.gridControl1.UseRightToLeftCompatibleTextBox = true;
     //
     // checkBoxAdv1
     //
     this.checkBoxAdv1.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBoxAdv1.Checked            = true;
     this.checkBoxAdv1.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAdv1.DrawFocusRectangle = false;
     this.checkBoxAdv1.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxAdv1.Location           = new System.Drawing.Point(43, 16);
     this.checkBoxAdv1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBoxAdv1.Name               = "checkBoxAdv1";
     this.checkBoxAdv1.Size               = new System.Drawing.Size(91, 21);
     this.checkBoxAdv1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv1.TabIndex           = 1;
     this.checkBoxAdv1.Text               = "Metro Style";
     this.checkBoxAdv1.ThemesEnabled      = false;
     this.checkBoxAdv1.CheckStateChanged += new System.EventHandler(this.checkBoxAdv1_CheckStateChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(128, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(282, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = ": UnCheck this to view the cell controls in OfficeStyles";
     //
     // Form1
     //
     this.ClientSize = new System.Drawing.Size(788, 464);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.checkBoxAdv1);
     this.Controls.Add(this.gridControl1);
     this.DropShadow  = false;
     this.MinimumSize = new System.Drawing.Size(500, 500);
     this.Name        = "Form1";
     this.Text        = "Interactive Cell ";
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #10
0
ファイル: Form1.cs プロジェクト: pizsa44/winforms-demos
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.gridGroupingControl1  = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.showFilter            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.EnableFilteredColIcon = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.filterMouseHover      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.showFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.EnableFilteredColIcon)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.filterMouseHover)).BeginInit();
     this.SuspendLayout();
     //
     // gridGroupingControl1
     //
     this.gridGroupingControl1.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.gridGroupingControl1.BackColor                = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.Font                     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridGroupingControl1.ForeColor                = System.Drawing.Color.MidnightBlue;
     this.gridGroupingControl1.GridOfficeScrollBars     = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridGroupingControl1.GridVisualStyles         = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridGroupingControl1.Location                 = new System.Drawing.Point(8, 9);
     this.gridGroupingControl1.Name                     = "gridGroupingControl1";
     this.gridGroupingControl1.Size                     = new System.Drawing.Size(782, 635);
     this.gridGroupingControl1.TabIndex                 = 1;
     this.gridGroupingControl1.TableDescriptor.AllowNew = false;
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.Font.Facename             = "Segoe UI";
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.TextColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Bottom       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Right        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Interior             = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Right  = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Right      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Top        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Interior           = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.ColumnHeaderCell.Font.Bold        = true;
     this.gridGroupingControl1.TableDescriptor.Appearance.GroupCaptionCell.CellType         = "ColumnHeader";
     this.gridGroupingControl1.TableDescriptor.TableOptions.ColumnHeaderRowHeight           = 25;
     this.gridGroupingControl1.TableDescriptor.TableOptions.RecordRowHeight                 = 20;
     this.gridGroupingControl1.TableOptions.GridLineBorder = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))));
     this.gridGroupingControl1.Text        = "gridGroupingControl1";
     this.gridGroupingControl1.VersionInfo = "4.201.0.37";
     //
     // showFilter
     //
     this.showFilter.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.showFilter.DrawFocusRectangle = false;
     this.showFilter.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.showFilter.Location           = new System.Drawing.Point(6, 30);
     this.showFilter.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.showFilter.Name               = "showFilter";
     this.showFilter.Size               = new System.Drawing.Size(162, 28);
     this.showFilter.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.showFilter.DrawFocusRectangle = true;
     this.showFilter.TabIndex           = 2;
     this.showFilter.Text               = "Enable Office2007Filter";
     this.showFilter.ThemesEnabled      = false;
     this.showFilter.CheckStateChanged += new System.EventHandler(this.showFilter_CheckStateChanged);
     //
     // EnableFilteredColIcon
     //
     this.EnableFilteredColIcon.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.EnableFilteredColIcon.DrawFocusRectangle = false;
     this.EnableFilteredColIcon.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EnableFilteredColIcon.Location           = new System.Drawing.Point(7, 69);
     this.EnableFilteredColIcon.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.EnableFilteredColIcon.Name               = "EnableFilteredColIcon";
     this.EnableFilteredColIcon.Size               = new System.Drawing.Size(184, 19);
     this.EnableFilteredColIcon.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.EnableFilteredColIcon.DrawFocusRectangle = true;
     this.EnableFilteredColIcon.TabIndex           = 3;
     this.EnableFilteredColIcon.Text               = "Enable Filtered Column Icon";
     this.EnableFilteredColIcon.ThemesEnabled      = false;
     this.EnableFilteredColIcon.CheckStateChanged += new System.EventHandler(this.EnableFilteredColIcon_CheckStateChanged);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.filterMouseHover);
     this.groupBox1.Controls.Add(this.showFilter);
     this.groupBox1.Controls.Add(this.EnableFilteredColIcon);
     this.groupBox1.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(800, 1);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(200, 162);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Filter Options";
     //
     // filterMouseHover
     //
     this.filterMouseHover.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.filterMouseHover.Checked            = true;
     this.filterMouseHover.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.filterMouseHover.DrawFocusRectangle = false;
     this.filterMouseHover.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.filterMouseHover.Location           = new System.Drawing.Point(7, 100);
     this.filterMouseHover.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.filterMouseHover.Name               = "filterMouseHover";
     this.filterMouseHover.Size               = new System.Drawing.Size(184, 28);
     this.filterMouseHover.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.filterMouseHover.DrawFocusRectangle = true;
     this.filterMouseHover.TabIndex           = 4;
     this.filterMouseHover.Text               = "Show filter on MouseHover";
     this.filterMouseHover.ThemesEnabled      = false;
     this.filterMouseHover.CheckStateChanged += new System.EventHandler(this.filterMouseHover_CheckStateChanged);
     //
     // Form1
     //
     this.ClientSize  = new System.Drawing.Size(1012, 656);
     this.MinimumSize = new System.Drawing.Size(900, 500);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.gridGroupingControl1);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "MS Excel-Style Filter";
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.showFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.EnableFilteredColIcon)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.filterMouseHover)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.dataSet11            = new DynamicFilter.DataSet1();
     this.imageList1           = new System.Windows.Forms.ImageList(this.components);
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.propertyGrid1        = new System.Windows.Forms.PropertyGrid();
     this.panel1    = new System.Windows.Forms.Panel();
     this.checkBox8 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox7 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox6 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox5 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox4 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox3 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox2 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox1 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     this.SuspendLayout();
     //
     // dataSet11
     //
     this.dataSet11.DataSetName             = "DataSet1";
     this.dataSet11.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "filter_delete.png");
     this.imageList1.Images.SetKeyName(1, "filter.png");
     //
     // gridGroupingControl1
     //
     this.gridGroupingControl1.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.gridGroupingControl1.BackColor         = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.DataSource        = this.dataSet11.Customers;
     this.gridGroupingControl1.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridGroupingControl1.FreezeCaption     = false;
     this.gridGroupingControl1.Location          = new System.Drawing.Point(9, 2);
     this.gridGroupingControl1.Name              = "gridGroupingControl1";
     this.gridGroupingControl1.ShowGroupDropArea = true;
     this.gridGroupingControl1.Size              = new System.Drawing.Size(725, 639);
     this.gridGroupingControl1.TabIndex          = 14;
     this.gridGroupingControl1.Text              = "gridGroupingControl1";
     this.gridGroupingControl1.TopLevelGroupOptions.ShowFilterBar = true;
     this.gridGroupingControl1.VersionInfo = "4.201.0.37";
     //
     // propertyGrid1
     //
     this.propertyGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.propertyGrid1.BackColor                 = System.Drawing.Color.White;
     this.propertyGrid1.CommandsBackColor         = System.Drawing.Color.White;
     this.propertyGrid1.CommandsDisabledLinkColor = System.Drawing.Color.White;
     this.propertyGrid1.Font           = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.propertyGrid1.HelpBackColor  = System.Drawing.Color.White;
     this.propertyGrid1.LineColor      = System.Drawing.Color.White;
     this.propertyGrid1.Location       = new System.Drawing.Point(739, 187);
     this.propertyGrid1.Name           = "propertyGrid1";
     this.propertyGrid1.SelectedObject = this.gridGroupingControl1;
     this.propertyGrid1.Size           = new System.Drawing.Size(262, 454);
     this.propertyGrid1.TabIndex       = 25;
     //
     // panel1
     //
     this.panel1.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.checkBox8);
     this.panel1.Controls.Add(this.checkBox7);
     this.panel1.Controls.Add(this.checkBox6);
     this.panel1.Controls.Add(this.checkBox5);
     this.panel1.Controls.Add(this.checkBox4);
     this.panel1.Controls.Add(this.checkBox3);
     this.panel1.Controls.Add(this.checkBox2);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel1.Location = new System.Drawing.Point(740, 2);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(260, 178);
     this.panel1.TabIndex = 17;
     //
     // checkBox8
     //
     this.checkBox8.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox8.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox8.ForeColor          = System.Drawing.Color.DimGray;
     this.checkBox8.Location           = new System.Drawing.Point(10, 128);
     this.checkBox8.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox8.Name               = "checkBox8";
     this.checkBox8.Size               = new System.Drawing.Size(247, 17);
     this.checkBox8.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox8.DrawFocusRectangle = true;
     this.checkBox8.TabIndex           = 23;
     this.checkBox8.Text               = "Enable Localization in RecordNavigationBar";
     this.checkBox8.ThemesEnabled      = false;
     this.checkBox8.CheckStateChanged += new System.EventHandler(this.checkBox8_CheckedChanged);
     //
     // checkBox7
     //
     this.checkBox7.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox7.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox7.ForeColor          = System.Drawing.Color.DimGray;
     this.checkBox7.Location           = new System.Drawing.Point(10, 108);
     this.checkBox7.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox7.Name               = "checkBox7";
     this.checkBox7.Size               = new System.Drawing.Size(206, 17);
     this.checkBox7.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox7.DrawFocusRectangle = true;
     this.checkBox7.TabIndex           = 22;
     this.checkBox7.Text               = "Enable Localization in FieldChooser";
     this.checkBox7.ThemesEnabled      = false;
     this.checkBox7.CheckStateChanged += new System.EventHandler(this.checkBox7_CheckedChanged);
     //
     // checkBox6
     //
     this.checkBox6.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox6.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox6.ForeColor          = System.Drawing.Color.DimGray;
     this.checkBox6.Location           = new System.Drawing.Point(10, 88);
     this.checkBox6.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox6.Name               = "checkBox6";
     this.checkBox6.Size               = new System.Drawing.Size(222, 17);
     this.checkBox6.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox6.DrawFocusRectangle = true;
     this.checkBox6.TabIndex           = 20;
     this.checkBox6.Text               = "Enable Localization in Office2007 Filter";
     this.checkBox6.ThemesEnabled      = false;
     this.checkBox6.CheckStateChanged += new System.EventHandler(this.checkBox6_CheckedChanged);
     //
     // checkBox5
     //
     this.checkBox5.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox5.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox5.ForeColor          = System.Drawing.Color.DimGray;
     this.checkBox5.Location           = new System.Drawing.Point(10, 148);
     this.checkBox5.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox5.Name               = "checkBox5";
     this.checkBox5.Size               = new System.Drawing.Size(217, 17);
     this.checkBox5.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox5.DrawFocusRectangle = true;
     this.checkBox5.TabIndex           = 24;
     this.checkBox5.Text               = "Enable Localization in Filter Comparer";
     this.checkBox5.ThemesEnabled      = false;
     this.checkBox5.CheckStateChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
     //
     // checkBox4
     //
     this.checkBox4.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox4.Checked            = true;
     this.checkBox4.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox4.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox4.ForeColor          = System.Drawing.Color.DimGray;
     this.checkBox4.Location           = new System.Drawing.Point(10, 8);
     this.checkBox4.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox4.Name               = "checkBox4";
     this.checkBox4.Size               = new System.Drawing.Size(95, 17);
     this.checkBox4.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox4.DrawFocusRectangle = true;
     this.checkBox4.TabIndex           = 16;
     this.checkBox4.Text               = "Dynamic Filter";
     this.checkBox4.ThemesEnabled      = false;
     this.checkBox4.CheckStateChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // checkBox3
     //
     this.checkBox3.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox3.Checked            = true;
     this.checkBox3.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox3.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox3.ForeColor          = System.Drawing.Color.DimGray;
     this.checkBox3.Location           = new System.Drawing.Point(10, 69);
     this.checkBox3.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox3.Name               = "checkBox3";
     this.checkBox3.Size               = new System.Drawing.Size(172, 17);
     this.checkBox3.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox3.DrawFocusRectangle = true;
     this.checkBox3.TabIndex           = 19;
     this.checkBox3.Text               = "Add FilterBar to ChildGroups";
     this.checkBox3.ThemesEnabled      = false;
     this.checkBox3.CheckStateChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
     //
     // checkBox2
     //
     this.checkBox2.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox2.Checked            = false;
     this.checkBox2.CheckState         = System.Windows.Forms.CheckState.Unchecked;
     this.checkBox2.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox2.ForeColor          = System.Drawing.Color.DimGray;
     this.checkBox2.Location           = new System.Drawing.Point(10, 29);
     this.checkBox2.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox2.Name               = "checkBox2";
     this.checkBox2.Size               = new System.Drawing.Size(161, 17);
     this.checkBox2.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox2.DrawFocusRectangle = true;
     this.checkBox2.TabIndex           = 17;
     this.checkBox2.Text               = "Add FilterBar to ChildTable";
     this.checkBox2.ThemesEnabled      = false;
     this.checkBox2.CheckStateChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // checkBox1
     //
     this.checkBox1.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox1.Checked            = true;
     this.checkBox1.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.ForeColor          = System.Drawing.Color.DimGray;
     this.checkBox1.Location           = new System.Drawing.Point(10, 49);
     this.checkBox1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox1.Name               = "checkBox1";
     this.checkBox1.Size               = new System.Drawing.Size(167, 17);
     this.checkBox1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.DrawFocusRectangle = true;
     this.checkBox1.TabIndex           = 18;
     this.checkBox1.Text               = "Add FilterBar to ParentTable";
     this.checkBox1.ThemesEnabled      = false;
     this.checkBox1.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(1012, 653);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.propertyGrid1);
     this.Controls.Add(this.gridGroupingControl1);
     this.MinimumSize  = new System.Drawing.Size(860, 335);
     this.Name         = "Form1";
     this.Text         = "Localization";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     this.Load        += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.Timer           = new System.Windows.Forms.Timer(this.components);
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.label8          = new System.Windows.Forms.Label();
     this.comboBoxAdv3    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.comboBoxAdv2    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label7          = new System.Windows.Forms.Label();
     this.checkBoxAdv2    = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.comboBoxAdv1    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.checkBoxAdv1    = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.label3          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.groupBox5       = new System.Windows.Forms.GroupBox();
     this.progressBarAdv1 = new Syncfusion.Windows.Forms.Tools.ProgressBarAdv();
     this.buttonAdv1      = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv2      = new Syncfusion.Windows.Forms.ButtonAdv();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).BeginInit();
     this.SuspendLayout();
     //
     // Timer
     //
     this.Timer.Enabled = true;
     this.Timer.Tick   += new System.EventHandler(this.timer2_Tick);
     //
     // groupBox2
     //
     this.groupBox2.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.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.comboBoxAdv3);
     this.groupBox2.Controls.Add(this.comboBoxAdv2);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.checkBoxAdv2);
     this.groupBox2.Controls.Add(this.comboBoxAdv1);
     this.groupBox2.Controls.Add(this.checkBoxAdv1);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Location = new System.Drawing.Point(334, 10);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(312, 382);
     this.groupBox2.TabIndex = 7;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Text Properties";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(18, 159);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(82, 14);
     this.label8.TabIndex = 18;
     this.label8.Text     = "Text Orientation";
     //
     // comboBoxAdv3
     //
     this.comboBoxAdv3.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv3.BeforeTouchSize = new System.Drawing.Size(154, 22);
     this.comboBoxAdv3.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv3.Font            = new System.Drawing.Font("Arial", 8.25F);
     this.comboBoxAdv3.Items.AddRange(new object[] {
         "Left",
         "Center",
         "Right"
     });
     this.comboBoxAdv3.Location = new System.Drawing.Point(136, 155);
     this.comboBoxAdv3.Name     = "comboBoxAdv3";
     this.comboBoxAdv3.Size     = new System.Drawing.Size(154, 22);
     this.comboBoxAdv3.Style    = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv3.TabIndex = 17;
     this.comboBoxAdv3.Text     = "Left";
     //
     // comboBoxAdv2
     //
     this.comboBoxAdv2.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv2.BeforeTouchSize = new System.Drawing.Size(154, 22);
     this.comboBoxAdv2.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv2.Font            = new System.Drawing.Font("Arial", 8.25F);
     this.comboBoxAdv2.Items.AddRange(new object[] {
         "Gradient",
         "WaitingGradient",
         "MultipleGradient",
         "Tube",
         "Image",
         "System",
         "Custom",
         "Constant",
         "Metro",
         "Office2016Colorful",
         "Office2016White",
         "Office2016DarkGray",
         "Office2016Black"
     });
     this.comboBoxAdv2.Location = new System.Drawing.Point(135, 197);
     this.comboBoxAdv2.Name     = "comboBoxAdv2";
     this.comboBoxAdv2.Size     = new System.Drawing.Size(154, 22);
     this.comboBoxAdv2.Style    = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv2.TabIndex = 14;
     this.comboBoxAdv2.Text     = "Gradient";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(20, 201);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(31, 14);
     this.label7.TabIndex = 13;
     this.label7.Text     = "Style";
     //
     // checkBoxAdv2
     //
     this.checkBoxAdv2.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBoxAdv2.DrawFocusRectangle = false;
     this.checkBoxAdv2.Font               = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxAdv2.Location           = new System.Drawing.Point(135, 117);
     this.checkBoxAdv2.MetroColor         = System.Drawing.Color.DarkGray;
     this.checkBoxAdv2.Name               = "checkBoxAdv2";
     this.checkBoxAdv2.Size               = new System.Drawing.Size(52, 17);
     this.checkBoxAdv2.StretchImage       = false;
     this.checkBoxAdv2.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv2.TabIndex           = 10;
     this.checkBoxAdv2.Text               = "Yes";
     this.checkBoxAdv2.ThemesEnabled      = false;
     this.checkBoxAdv2.CheckStateChanged += new System.EventHandler(this.checkBoxAdv2_CheckStateChanged);
     //
     // comboBoxAdv1
     //
     this.comboBoxAdv1.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(154, 22);
     this.comboBoxAdv1.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv1.Font            = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxAdv1.Items.AddRange(new object[] {
         "Percentage",
         "Value",
         "CustomText"
     });
     this.comboBoxAdv1.Location              = new System.Drawing.Point(137, 73);
     this.comboBoxAdv1.MetroColor            = System.Drawing.Color.DarkGray;
     this.comboBoxAdv1.Name                  = "comboBoxAdv1";
     this.comboBoxAdv1.Size                  = new System.Drawing.Size(154, 22);
     this.comboBoxAdv1.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv1.TabIndex              = 6;
     this.comboBoxAdv1.Text                  = "Percentage";
     this.comboBoxAdv1.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv1_SelectedIndexChanged);
     //
     // checkBoxAdv1
     //
     this.checkBoxAdv1.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBoxAdv1.DrawFocusRectangle = false;
     this.checkBoxAdv1.Font               = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxAdv1.Location           = new System.Drawing.Point(136, 33);
     this.checkBoxAdv1.MetroColor         = System.Drawing.Color.DarkGray;
     this.checkBoxAdv1.Name               = "checkBoxAdv1";
     this.checkBoxAdv1.Size               = new System.Drawing.Size(52, 17);
     this.checkBoxAdv1.StretchImage       = false;
     this.checkBoxAdv1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv1.TabIndex           = 5;
     this.checkBoxAdv1.Text               = "Yes";
     this.checkBoxAdv1.ThemesEnabled      = false;
     this.checkBoxAdv1.CheckStateChanged += new System.EventHandler(this.checkBoxAdv1_CheckStateChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(16, 119);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(71, 14);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Text Shadow";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(16, 77);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(54, 14);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Text Style";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(16, 36);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(62, 14);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Text Visible";
     //
     // groupBox5
     //
     this.groupBox5.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.groupBox5.Controls.Add(this.progressBarAdv1);
     this.groupBox5.Controls.Add(this.buttonAdv1);
     this.groupBox5.Controls.Add(this.buttonAdv2);
     this.groupBox5.Location = new System.Drawing.Point(10, 10);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(312, 382);
     this.groupBox5.TabIndex = 8;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "Demo";
     //
     // progressBarAdv1
     //
     this.progressBarAdv1.BackgroundFallbackStyle = Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.VerticalGradient;
     this.progressBarAdv1.BackgroundStyle         = Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.Office2016Colorful;
     this.progressBarAdv1.BackMultipleColors      = new System.Drawing.Color[] {
         System.Drawing.Color.Red
     };
     this.progressBarAdv1.BackSegments        = false;
     this.progressBarAdv1.BackTubeEndColor    = System.Drawing.Color.White;
     this.progressBarAdv1.BackTubeStartColor  = System.Drawing.Color.White;
     this.progressBarAdv1.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.progressBarAdv1.CustomText          = "Loading";
     this.progressBarAdv1.CustomWaitingRender = false;
     this.progressBarAdv1.ForegroundImage     = null;
     this.progressBarAdv1.ForeSegments        = false;
     this.progressBarAdv1.Location            = new System.Drawing.Point(29, 90);
     this.progressBarAdv1.MultipleColors      = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))),
         System.Drawing.Color.Blue,
         System.Drawing.Color.Magenta
     };
     this.progressBarAdv1.Name                    = "progressBarAdv1";
     this.progressBarAdv1.ProgressStyle           = Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Gradient;
     this.progressBarAdv1.SegmentWidth            = 2;
     this.progressBarAdv1.Size                    = new System.Drawing.Size(248, 24);
     this.progressBarAdv1.TabIndex                = 0;
     this.progressBarAdv1.Text                    = "progressBarAdv1";
     this.progressBarAdv1.TextShadow              = false;
     this.progressBarAdv1.TextStyle               = Syncfusion.Windows.Forms.Tools.ProgressBarTextStyles.Value;
     this.progressBarAdv1.ThemesEnabled           = false;
     this.progressBarAdv1.TubeEndColor            = System.Drawing.Color.RosyBrown;
     this.progressBarAdv1.TubeStartColor          = System.Drawing.Color.Lime;
     this.progressBarAdv1.Value                   = 100;
     this.progressBarAdv1.WaitingGradientInterval = 1;
     this.progressBarAdv1.WaitingGradientWidth    = 9000;
     //
     // buttonAdv1
     //
     this.buttonAdv1.Appearance            = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv1.BackColor             = System.Drawing.Color.Silver;
     this.buttonAdv1.BeforeTouchSize       = new System.Drawing.Size(75, 23);
     this.buttonAdv1.Font                  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonAdv1.ForeColor             = System.Drawing.Color.White;
     this.buttonAdv1.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonAdv1.IsBackStageButton     = false;
     this.buttonAdv1.KeepFocusRectangle    = false;
     this.buttonAdv1.Location              = new System.Drawing.Point(64, 160);
     this.buttonAdv1.Name                  = "buttonAdv1";
     this.buttonAdv1.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
     this.buttonAdv1.Size                  = new System.Drawing.Size(75, 23);
     this.buttonAdv1.TabIndex              = 1;
     this.buttonAdv1.Text                  = "START";
     this.buttonAdv1.UseVisualStyle        = true;
     this.buttonAdv1.Click                += new System.EventHandler(this.buttonAdv1_Click);
     //
     // buttonAdv2
     //
     this.buttonAdv2.Appearance            = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv2.BackColor             = System.Drawing.Color.Silver;
     this.buttonAdv2.BeforeTouchSize       = new System.Drawing.Size(75, 23);
     this.buttonAdv2.Font                  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonAdv2.ForeColor             = System.Drawing.Color.White;
     this.buttonAdv2.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonAdv2.IsBackStageButton     = false;
     this.buttonAdv2.KeepFocusRectangle    = false;
     this.buttonAdv2.Location              = new System.Drawing.Point(160, 160);
     this.buttonAdv2.Name                  = "buttonAdv2";
     this.buttonAdv2.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
     this.buttonAdv2.Size                  = new System.Drawing.Size(75, 23);
     this.buttonAdv2.TabIndex              = 2;
     this.buttonAdv2.Text                  = "STOP";
     this.buttonAdv2.UseVisualStyle        = true;
     this.buttonAdv2.Click                += new System.EventHandler(this.buttonAdv2_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
     this.BackColor         = System.Drawing.Color.White;
     this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.ClientSize        = new System.Drawing.Size(656, 402);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox5);
     this.DropShadow    = true;
     this.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.Name          = "Form1";
     this.Padding       = new System.Windows.Forms.Padding(10);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "ProgressBar Features";
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
     this.groupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #13
0
ファイル: Form1.cs プロジェクト: zuozhu315/winforms-demos
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.dataSet11            = new DynamicFilter.DataSet1();
     this.imageList1           = new System.Windows.Forms.ImageList(this.components);
     this.checkBox1            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox2            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox3            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox4            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.comboBox1            = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.checkBox5            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox5)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // gridGroupingControl1
     //
     this.gridGroupingControl1.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.gridGroupingControl1.BackColor            = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.DataSource           = this.dataSet11.Customers;
     this.gridGroupingControl1.FreezeCaption        = false;
     this.gridGroupingControl1.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridGroupingControl1.Location             = new System.Drawing.Point(16, 12);
     this.gridGroupingControl1.Name = "gridGroupingControl1";
     this.gridGroupingControl1.ShowGroupDropArea = true;
     this.gridGroupingControl1.Size     = new System.Drawing.Size(759, 626);
     this.gridGroupingControl1.TabIndex = 0;
     this.gridGroupingControl1.TableDescriptor.AllowNew = false;
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.Font.Facename             = "Segoe UI";
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.TextColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Bottom       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Right        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Interior             = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Right  = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Right      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Top        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Interior           = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.ColumnHeaderCell.Font.Bold        = true;
     this.gridGroupingControl1.TableDescriptor.Appearance.GroupCaptionCell.CellType         = "ColumnHeader";
     this.gridGroupingControl1.TableDescriptor.TableOptions.ColumnHeaderRowHeight           = 25;
     this.gridGroupingControl1.TableDescriptor.TableOptions.RecordRowHeight                 = 20;
     this.gridGroupingControl1.Text        = "gridGroupingControl1";
     this.gridGroupingControl1.VersionInfo = "4.201.0.37";
     //
     // dataSet11
     //
     this.dataSet11.DataSetName             = "DataSet1";
     this.dataSet11.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "filter_delete.png");
     this.imageList1.Images.SetKeyName(1, "filter.png");
     //
     // checkBox1
     //
     this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBox1.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox1.Checked            = true;
     this.checkBox1.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.Location           = new System.Drawing.Point(31, 26);
     this.checkBox1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.checkBox1.Name               = "checkBox1";
     this.checkBox1.Size               = new System.Drawing.Size(178, 49);
     this.checkBox1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.DrawFocusRectangle = true;
     this.checkBox1.TabIndex           = 1;
     this.checkBox1.Text               = "Add FilterBar to ParentTable";
     this.checkBox1.ThemesEnabled      = false;
     this.checkBox1.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckStateChanged);
     //
     // checkBox2
     //
     this.checkBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBox2.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox2.Checked            = true;
     this.checkBox2.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox2.DrawFocusRectangle = false;
     this.checkBox2.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox2.Location           = new System.Drawing.Point(31, 122);
     this.checkBox2.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.checkBox2.Name               = "checkBox2";
     this.checkBox2.Size               = new System.Drawing.Size(178, 33);
     this.checkBox2.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox2.DrawFocusRectangle = true;
     this.checkBox2.TabIndex           = 3;
     this.checkBox2.Text               = "Add FilterBar to ChildTable";
     this.checkBox2.ThemesEnabled      = false;
     this.checkBox2.CheckStateChanged += new System.EventHandler(this.checkBox2_CheckStateChanged);
     //
     // checkBox3
     //
     this.checkBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBox3.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox3.Checked            = true;
     this.checkBox3.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox3.DrawFocusRectangle = false;
     this.checkBox3.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox3.Location           = new System.Drawing.Point(31, 81);
     this.checkBox3.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.checkBox3.Name               = "checkBox3";
     this.checkBox3.Size               = new System.Drawing.Size(178, 21);
     this.checkBox3.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox3.DrawFocusRectangle = true;
     this.checkBox3.TabIndex           = 2;
     this.checkBox3.Text               = "Add FilterBar to ChildGroups";
     this.checkBox3.ThemesEnabled      = false;
     this.checkBox3.CheckStateChanged += new System.EventHandler(this.checkBox3_CheckStateChanged);
     //
     // checkBox4
     //
     this.checkBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBox4.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox4.Checked            = true;
     this.checkBox4.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox4.DrawFocusRectangle = false;
     this.checkBox4.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox4.Location           = new System.Drawing.Point(31, 231);
     this.checkBox4.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.checkBox4.Name               = "checkBox4";
     this.checkBox4.Size               = new System.Drawing.Size(102, 35);
     this.checkBox4.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox4.DrawFocusRectangle = true;
     this.checkBox4.TabIndex           = 5;
     this.checkBox4.Text               = "Dynamic Filter";
     this.checkBox4.ThemesEnabled      = false;
     this.checkBox4.CheckStateChanged += new System.EventHandler(this.checkBox4_CheckStateChanged);
     //
     // comboBox1
     //
     this.comboBox1.BackColor       = System.Drawing.Color.White;
     this.comboBox1.BeforeTouchSize = new System.Drawing.Size(121, 21);
     this.comboBox1.Font            = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.Location        = new System.Drawing.Point(168, 26);
     this.comboBox1.Name            = "comboBox1";
     this.comboBox1.Size            = new System.Drawing.Size(121, 21);
     this.comboBox1.Style           = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBox1.TabIndex        = 10;
     //
     // checkBox5
     //
     this.checkBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBox5.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox5.DrawFocusRectangle = false;
     this.checkBox5.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox5.Location           = new System.Drawing.Point(31, 161);
     this.checkBox5.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.checkBox5.Name               = "checkBox5";
     this.checkBox5.Size               = new System.Drawing.Size(157, 64);
     this.checkBox5.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox5.DrawFocusRectangle = true;
     this.checkBox5.TabIndex           = 4;
     this.checkBox5.Text               = "Enable Localization in Filter Comparer";
     this.checkBox5.ThemesEnabled      = false;
     this.checkBox5.CheckStateChanged += new System.EventHandler(this.checkBox5_CheckStateChanged);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.checkBox4);
     this.groupBox2.Controls.Add(this.checkBox1);
     this.groupBox2.Controls.Add(this.checkBox3);
     this.groupBox2.Controls.Add(this.checkBox5);
     this.groupBox2.Controls.Add(this.checkBox2);
     this.groupBox2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.Location = new System.Drawing.Point(781, 5);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(227, 281);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Options";
     //
     // Form1
     //
     this.ClientSize = new System.Drawing.Size(1012, 656);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.gridGroupingControl1);
     this.MinimumSize = new System.Drawing.Size(800, 500);
     this.Name        = "Form1";
     this.Text        = "Dynamic Filter";
     this.Load       += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox5)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #14
0
ファイル: Form1.cs プロジェクト: syncfusion/winforms-demos
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.gradientPanel2 = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.radioButton3   = new System.Windows.Forms.RadioButton();
     this.radioButton2   = new System.Windows.Forms.RadioButton();
     this.radioButton1   = new System.Windows.Forms.RadioButton();
     this.gradientPanel3 = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.gridControl1   = new Syncfusion.Windows.Forms.Grid.GridControl();
     this.dataSet11      = new SelectionModes.DataSet1();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.checkBox10     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox9      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox8      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox7      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox6      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox5      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox4      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox3      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox2      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox1      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.groupBox3      = new System.Windows.Forms.GroupBox();
     this.checkBox11     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox12     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox13     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBox14     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel2)).BeginInit();
     this.gradientPanel2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox14)).BeginInit();
     this.SuspendLayout();
     //
     // gradientPanel2
     //
     this.gradientPanel2.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.Maroon, System.Drawing.Color.IndianRed);
     this.gradientPanel2.Controls.Add(this.groupBox1);
     this.gradientPanel2.Location = new System.Drawing.Point(2, 46);
     this.gradientPanel2.Name     = "gradientPanel2";
     this.gradientPanel2.Size     = new System.Drawing.Size(0, 0);
     this.gradientPanel2.TabIndex = 1;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.radioButton3);
     this.groupBox1.Controls.Add(this.radioButton2);
     this.groupBox1.Controls.Add(this.radioButton1);
     this.groupBox1.ForeColor = System.Drawing.Color.White;
     this.groupBox1.Location  = new System.Drawing.Point(8, 8);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(184, 120);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Selection Mode";
     //
     // radioButton3
     //
     this.radioButton3.ForeColor = System.Drawing.Color.White;
     this.radioButton3.Location  = new System.Drawing.Point(8, 88);
     this.radioButton3.Name      = "radioButton3";
     this.radioButton3.Size      = new System.Drawing.Size(104, 24);
     this.radioButton3.TabIndex  = 2;
     this.radioButton3.Text      = "MultiExtended";
     //
     // radioButton2
     //
     this.radioButton2.ForeColor = System.Drawing.Color.White;
     this.radioButton2.Location  = new System.Drawing.Point(8, 56);
     this.radioButton2.Name      = "radioButton2";
     this.radioButton2.Size      = new System.Drawing.Size(104, 24);
     this.radioButton2.TabIndex  = 1;
     this.radioButton2.Text      = "MultiSimple";
     //
     // radioButton1
     //
     this.radioButton1.ForeColor = System.Drawing.Color.White;
     this.radioButton1.Location  = new System.Drawing.Point(8, 24);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(104, 24);
     this.radioButton1.TabIndex  = 0;
     this.radioButton1.Text      = "One";
     //
     // gradientPanel3
     //
     this.gradientPanel3.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.gradientPanel3.Border3DStyle = System.Windows.Forms.Border3DStyle.Adjust;
     this.gradientPanel3.Location      = new System.Drawing.Point(9, 32);
     this.gradientPanel3.Name          = "gradientPanel3";
     this.gradientPanel3.Size          = new System.Drawing.Size(607, 126);
     this.gradientPanel3.TabIndex      = 3;
     //
     // gridControl1
     //
     this.gridControl1.DpiAware       = true;
     this.gridControl1.AllowSelection = ((Syncfusion.Windows.Forms.Grid.GridSelectionFlags)(((((((Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Row | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Table)
                                                                                                 | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Cell)
                                                                                                | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Multiple)
                                                                                               | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Shift)
                                                                                              | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Keyboard)
                                                                                             | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.AlphaBlend)));
     this.gridControl1.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(94)))), ((int)(((byte)(171)))), ((int)(((byte)(222)))));
     this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.gridControl1.BackColor   = System.Drawing.Color.White;
     this.gridControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gridControl1.ColCount    = 5;
     this.gridControl1.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
         new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 35),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(1, 126),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(2, 127),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(3, 113),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(4, 109),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(5, 139)
     });
     this.gridControl1.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid;
     this.gridControl1.Font                             = new System.Drawing.Font("Segoe UI", 8.5F);
     this.gridControl1.ForeColor                        = System.Drawing.SystemColors.ControlText;
     this.gridControl1.ThemesEnabled                    = true;
     this.gridControl1.GridOfficeScrollBars             = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridControl1.GridVisualStyles                 = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridControl1.DefaultRowHeight                 = (int)DpiAware.LogicalToDeviceUnits(20.0f);
     this.gridControl1.Location                         = new System.Drawing.Point(14, 7);
     this.gridControl1.MetroScrollBars                  = true;
     this.gridControl1.Name                             = "gridControl1";
     this.gridControl1.NumberedColHeaders               = false;
     this.gridControl1.NumberedRowHeaders               = false;
     this.gridControl1.Properties.BackgroundColor       = System.Drawing.Color.White;
     this.gridControl1.Properties.ForceImmediateRepaint = false;
     this.gridControl1.Properties.GridLineColor         = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.gridControl1.Properties.MarkColHeader         = false;
     this.gridControl1.Properties.MarkRowHeader         = false;
     this.gridControl1.RightToLeft                      = System.Windows.Forms.RightToLeft.No;
     this.gridControl1.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 21)
     });
     this.gridControl1.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeAsRangeStylesIntoCode;
     this.gridControl1.Size         = new System.Drawing.Size(612, 395);
     this.gridControl1.SmartSizeBox = false;
     this.gridControl1.TabIndex     = 0;
     //
     // dataSet11
     //
     this.dataSet11.DataSetName             = "DataSet1";
     this.dataSet11.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.BackColor = System.Drawing.Color.White;
     this.groupBox2.Controls.Add(this.checkBox10);
     this.groupBox2.Controls.Add(this.checkBox9);
     this.groupBox2.Controls.Add(this.checkBox8);
     this.groupBox2.Controls.Add(this.checkBox7);
     this.groupBox2.Controls.Add(this.checkBox6);
     this.groupBox2.Controls.Add(this.checkBox5);
     this.groupBox2.Controls.Add(this.checkBox4);
     this.groupBox2.Controls.Add(this.checkBox3);
     this.groupBox2.Controls.Add(this.checkBox2);
     this.groupBox2.Controls.Add(this.checkBox1);
     this.groupBox2.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.ForeColor = System.Drawing.Color.Black;
     this.groupBox2.Location  = new System.Drawing.Point(641, 1);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(241, 203);
     this.groupBox2.TabIndex  = 0;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Selection Modes";
     //
     // checkBox10
     //
     this.checkBox10.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox10.Font               = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox10.Location           = new System.Drawing.Point(146, 145);
     this.checkBox10.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox10.Name               = "checkBox10";
     this.checkBox10.Size               = new System.Drawing.Size(89, 24);
     this.checkBox10.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox10.DrawFocusRectangle = true;
     this.checkBox10.TabIndex           = 10;
     this.checkBox10.Text               = "Table";
     this.checkBox10.ThemesEnabled      = false;
     this.checkBox10.CheckStateChanged += new System.EventHandler(this.checkBox10_CheckStateChanged);
     //
     // checkBox9
     //
     this.checkBox9.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox9.Font               = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox9.Location           = new System.Drawing.Point(10, 143);
     this.checkBox9.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox9.Name               = "checkBox9";
     this.checkBox9.Size               = new System.Drawing.Size(104, 24);
     this.checkBox9.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox9.DrawFocusRectangle = true;
     this.checkBox9.TabIndex           = 9;
     this.checkBox9.Text               = "Shift";
     this.checkBox9.ThemesEnabled      = false;
     this.checkBox9.CheckStateChanged += new System.EventHandler(this.checkBox9_CheckStateChanged);
     //
     // checkBox8
     //
     this.checkBox8.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox8.Font               = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox8.Location           = new System.Drawing.Point(146, 115);
     this.checkBox8.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox8.Name               = "checkBox8";
     this.checkBox8.Size               = new System.Drawing.Size(89, 24);
     this.checkBox8.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox8.DrawFocusRectangle = true;
     this.checkBox8.TabIndex           = 8;
     this.checkBox8.Text               = "Row";
     this.checkBox8.ThemesEnabled      = false;
     this.checkBox8.CheckStateChanged += new System.EventHandler(this.checkBox8_CheckStateChanged);
     //
     // checkBox7
     //
     this.checkBox7.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox7.Font               = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox7.Location           = new System.Drawing.Point(146, 83);
     this.checkBox7.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox7.Name               = "checkBox7";
     this.checkBox7.Size               = new System.Drawing.Size(89, 24);
     this.checkBox7.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox7.DrawFocusRectangle = true;
     this.checkBox7.TabIndex           = 6;
     this.checkBox7.Text               = "Multiple";
     this.checkBox7.ThemesEnabled      = false;
     this.checkBox7.CheckStateChanged += new System.EventHandler(this.checkBox7_CheckStateChanged);
     //
     // checkBox6
     //
     this.checkBox6.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox6.Font               = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox6.Location           = new System.Drawing.Point(10, 113);
     this.checkBox6.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox6.Name               = "checkBox6";
     this.checkBox6.Size               = new System.Drawing.Size(119, 24);
     this.checkBox6.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox6.DrawFocusRectangle = true;
     this.checkBox6.TabIndex           = 7;
     this.checkBox6.Text               = "MixRangeType";
     this.checkBox6.ThemesEnabled      = false;
     this.checkBox6.CheckStateChanged += new System.EventHandler(this.checkBox6_CheckStateChanged);
     //
     // checkBox5
     //
     this.checkBox5.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox5.Font               = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox5.Location           = new System.Drawing.Point(10, 83);
     this.checkBox5.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox5.Name               = "checkBox5";
     this.checkBox5.Size               = new System.Drawing.Size(105, 24);
     this.checkBox5.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox5.DrawFocusRectangle = true;
     this.checkBox5.TabIndex           = 5;
     this.checkBox5.Text               = "Keyboard";
     this.checkBox5.ThemesEnabled      = false;
     this.checkBox5.CheckedChanged    += new System.EventHandler(this.checkBox5_CheckedChanged);
     //
     // checkBox4
     //
     this.checkBox4.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox4.Font               = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox4.Location           = new System.Drawing.Point(146, 53);
     this.checkBox4.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox4.Name               = "checkBox4";
     this.checkBox4.Size               = new System.Drawing.Size(89, 24);
     this.checkBox4.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox4.DrawFocusRectangle = true;
     this.checkBox4.TabIndex           = 4;
     this.checkBox4.Text               = "Column";
     this.checkBox4.ThemesEnabled      = false;
     this.checkBox4.CheckedChanged    += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // checkBox3
     //
     this.checkBox3.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox3.Font               = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox3.Location           = new System.Drawing.Point(146, 21);
     this.checkBox3.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox3.Name               = "checkBox3";
     this.checkBox3.Size               = new System.Drawing.Size(89, 24);
     this.checkBox3.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox3.DrawFocusRectangle = true;
     this.checkBox3.TabIndex           = 2;
     this.checkBox3.Text               = "Cell";
     this.checkBox3.ThemesEnabled      = false;
     this.checkBox3.CheckedChanged    += new System.EventHandler(this.checkBox3_CheckedChanged);
     //
     // checkBox2
     //
     this.checkBox2.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox2.Font               = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox2.Location           = new System.Drawing.Point(10, 21);
     this.checkBox2.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox2.Name               = "checkBox2";
     this.checkBox2.Size               = new System.Drawing.Size(104, 24);
     this.checkBox2.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox2.DrawFocusRectangle = true;
     this.checkBox2.TabIndex           = 3;
     this.checkBox2.Text               = "Any";
     this.checkBox2.ThemesEnabled      = false;
     this.checkBox2.CheckedChanged    += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // checkBox1
     //
     this.checkBox1.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox1.Font               = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.Location           = new System.Drawing.Point(10, 53);
     this.checkBox1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox1.Name               = "checkBox1";
     this.checkBox1.Size               = new System.Drawing.Size(104, 24);
     this.checkBox1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.DrawFocusRectangle = true;
     this.checkBox1.TabIndex           = 1;
     this.checkBox1.Text               = "AlphaBlend";
     this.checkBox1.ThemesEnabled      = false;
     this.checkBox1.CheckedChanged    += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.checkBox11);
     this.groupBox3.Controls.Add(this.checkBox12);
     this.groupBox3.Controls.Add(this.checkBox13);
     this.groupBox3.Controls.Add(this.checkBox14);
     this.groupBox3.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox3.ForeColor = System.Drawing.Color.Black;
     this.groupBox3.Location  = new System.Drawing.Point(641, 222);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(241, 180);
     this.groupBox3.TabIndex  = 1;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "ListBox Selection Modes";
     //
     // checkBox11
     //
     this.checkBox11.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox11.Font               = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox11.Location           = new System.Drawing.Point(10, 23);
     this.checkBox11.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox11.Name               = "checkBox11";
     this.checkBox11.Size               = new System.Drawing.Size(119, 24);
     this.checkBox11.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox11.DrawFocusRectangle = true;
     this.checkBox11.TabIndex           = 9;
     this.checkBox11.Text               = "MultiSimple";
     this.checkBox11.ThemesEnabled      = false;
     this.checkBox11.CheckedChanged    += new System.EventHandler(this.checkBox11_CheckedChanged);
     //
     // checkBox12
     //
     this.checkBox12.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox12.Font               = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox12.Location           = new System.Drawing.Point(146, 23);
     this.checkBox12.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox12.Name               = "checkBox12";
     this.checkBox12.Size               = new System.Drawing.Size(75, 24);
     this.checkBox12.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox12.DrawFocusRectangle = true;
     this.checkBox12.TabIndex           = 10;
     this.checkBox12.Text               = "One";
     this.checkBox12.ThemesEnabled      = false;
     this.checkBox12.CheckStateChanged += new System.EventHandler(this.checkBox12_CheckStateChanged);
     //
     // checkBox13
     //
     this.checkBox13.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox13.Font               = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox13.Location           = new System.Drawing.Point(10, 53);
     this.checkBox13.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox13.Name               = "checkBox13";
     this.checkBox13.Size               = new System.Drawing.Size(104, 24);
     this.checkBox13.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox13.DrawFocusRectangle = true;
     this.checkBox13.TabIndex           = 11;
     this.checkBox13.Text               = "MultiExtended";
     this.checkBox13.ThemesEnabled      = false;
     this.checkBox13.CheckedChanged    += new System.EventHandler(this.checkBox13_CheckedChanged);
     //
     // checkBox14
     //
     this.checkBox14.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox14.Font               = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox14.Location           = new System.Drawing.Point(146, 53);
     this.checkBox14.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox14.Name               = "checkBox14";
     this.checkBox14.Size               = new System.Drawing.Size(75, 24);
     this.checkBox14.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox14.DrawFocusRectangle = true;
     this.checkBox14.TabIndex           = 12;
     this.checkBox14.Text               = "None";
     this.checkBox14.ThemesEnabled      = false;
     this.checkBox14.CheckedChanged    += new System.EventHandler(this.checkBox14_CheckedChanged);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(893, 414);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.gradientPanel3);
     this.MinimumSize = new System.Drawing.Size(780, 420);
     this.Name        = "Form1";
     this.Text        = "Selection Mode ";
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel2)).EndInit();
     this.gradientPanel2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox14)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #15
0
ファイル: Form1.cs プロジェクト: pizsa44/winforms-demos
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor2 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor3 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor4 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor5 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor6 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor7 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     this.dataSet12            = new TopLevelGroupOptions.DataSet1();
     this.oleDbDataAdapter1    = new System.Data.OleDb.OleDbDataAdapter();
     this.oleDbDeleteCommand1  = new System.Data.OleDb.OleDbCommand();
     this.oleDbConnection1     = new System.Data.OleDb.OleDbConnection();
     this.oleDbInsertCommand1  = new System.Data.OleDb.OleDbCommand();
     this.oleDbSelectCommand1  = new System.Data.OleDb.OleDbCommand();
     this.oleDbUpdateCommand1  = new System.Data.OleDb.OleDbCommand();
     this.tipDesc              = new System.Windows.Forms.ToolTip(this.components);
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.panel1          = new System.Windows.Forms.Panel();
     this.label2          = new System.Windows.Forms.Label();
     this.afterDetails    = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.beforeDetails   = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.showGroupHeader = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.showGroupFooter = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.showCaption     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.label1          = new System.Windows.Forms.Label();
     this.listView1       = new ListView();
     this.columnHeader1   = new ColumnHeader();
     this.columnHeader2   = new ColumnHeader();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.afterDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.beforeDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.showGroupHeader)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.showGroupFooter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.showCaption)).BeginInit();
     this.SuspendLayout();
     //
     // dataSet12
     //
     this.dataSet12.DataSetName             = "DataSet1";
     this.dataSet12.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.dataSet12.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // oleDbDataAdapter1
     //
     this.oleDbDataAdapter1.DeleteCommand = this.oleDbDeleteCommand1;
     this.oleDbDataAdapter1.InsertCommand = this.oleDbInsertCommand1;
     this.oleDbDataAdapter1.SelectCommand = this.oleDbSelectCommand1;
     this.oleDbDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Statistics", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("ID", "ID"),
             new System.Data.Common.DataColumnMapping("losses", "losses"),
             new System.Data.Common.DataColumnMapping("School", "School"),
             new System.Data.Common.DataColumnMapping("Sport", "Sport"),
             new System.Data.Common.DataColumnMapping("ties", "ties"),
             new System.Data.Common.DataColumnMapping("wins", "wins"),
             new System.Data.Common.DataColumnMapping("year", "year")
         })
     });
     this.oleDbDataAdapter1.UpdateCommand = this.oleDbUpdateCommand1;
     //
     // oleDbDeleteCommand1
     //
     this.oleDbDeleteCommand1.CommandText = resources.GetString("oleDbDeleteCommand1.CommandText");
     this.oleDbDeleteCommand1.Connection  = this.oleDbConnection1;
     this.oleDbDeleteCommand1.Parameters.AddRange(new System.Data.OleDb.OleDbParameter[] {
         new System.Data.OleDb.OleDbParameter("Original_ID", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ID", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_School", System.Data.OleDb.OleDbType.VarWChar, 255, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "School", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_School1", System.Data.OleDb.OleDbType.VarWChar, 255, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "School", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_Sport", System.Data.OleDb.OleDbType.VarWChar, 255, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Sport", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_Sport1", System.Data.OleDb.OleDbType.VarWChar, 255, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Sport", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_losses", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "losses", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_losses1", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "losses", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_ties", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ties", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_ties1", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ties", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_wins", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "wins", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_wins1", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "wins", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_year", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "year", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_year1", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "year", System.Data.DataRowVersion.Original, null)
     });
     //
     // oleDbConnection1
     //
     this.oleDbConnection1.ConnectionString = resources.GetString("oleDbConnection1.ConnectionString");
     //
     // oleDbInsertCommand1
     //
     this.oleDbInsertCommand1.CommandText = "INSERT INTO Statistics(losses, School, Sport, ties, wins, year) VALUES (?, ?, ?, " +
                                            "?, ?, ?)";
     this.oleDbInsertCommand1.Connection = this.oleDbConnection1;
     this.oleDbInsertCommand1.Parameters.AddRange(new System.Data.OleDb.OleDbParameter[] {
         new System.Data.OleDb.OleDbParameter("losses", System.Data.OleDb.OleDbType.Integer, 0, "losses"),
         new System.Data.OleDb.OleDbParameter("School", System.Data.OleDb.OleDbType.VarWChar, 255, "School"),
         new System.Data.OleDb.OleDbParameter("Sport", System.Data.OleDb.OleDbType.VarWChar, 255, "Sport"),
         new System.Data.OleDb.OleDbParameter("ties", System.Data.OleDb.OleDbType.Integer, 0, "ties"),
         new System.Data.OleDb.OleDbParameter("wins", System.Data.OleDb.OleDbType.Integer, 0, "wins"),
         new System.Data.OleDb.OleDbParameter("year", System.Data.OleDb.OleDbType.Integer, 0, "year")
     });
     //
     // oleDbSelectCommand1
     //
     this.oleDbSelectCommand1.CommandText = "SELECT ID, losses, School, Sport, ties, wins, year FROM Statistics";
     this.oleDbSelectCommand1.Connection  = this.oleDbConnection1;
     //
     // oleDbUpdateCommand1
     //
     this.oleDbUpdateCommand1.CommandText = resources.GetString("oleDbUpdateCommand1.CommandText");
     this.oleDbUpdateCommand1.Connection  = this.oleDbConnection1;
     this.oleDbUpdateCommand1.Parameters.AddRange(new System.Data.OleDb.OleDbParameter[] {
         new System.Data.OleDb.OleDbParameter("losses", System.Data.OleDb.OleDbType.Integer, 0, "losses"),
         new System.Data.OleDb.OleDbParameter("School", System.Data.OleDb.OleDbType.VarWChar, 255, "School"),
         new System.Data.OleDb.OleDbParameter("Sport", System.Data.OleDb.OleDbType.VarWChar, 255, "Sport"),
         new System.Data.OleDb.OleDbParameter("ties", System.Data.OleDb.OleDbType.Integer, 0, "ties"),
         new System.Data.OleDb.OleDbParameter("wins", System.Data.OleDb.OleDbType.Integer, 0, "wins"),
         new System.Data.OleDb.OleDbParameter("year", System.Data.OleDb.OleDbType.Integer, 0, "year"),
         new System.Data.OleDb.OleDbParameter("Original_ID", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ID", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_School", System.Data.OleDb.OleDbType.VarWChar, 255, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "School", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_School1", System.Data.OleDb.OleDbType.VarWChar, 255, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "School", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_Sport", System.Data.OleDb.OleDbType.VarWChar, 255, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Sport", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_Sport1", System.Data.OleDb.OleDbType.VarWChar, 255, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Sport", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_losses", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "losses", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_losses1", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "losses", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_ties", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ties", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_ties1", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ties", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_wins", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "wins", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_wins1", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "wins", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_year", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "year", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_year1", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "year", System.Data.DataRowVersion.Original, null)
     });
     //
     // tipDesc
     //
     this.tipDesc.BackColor  = System.Drawing.Color.White;
     this.tipDesc.ForeColor  = System.Drawing.Color.Black;
     this.tipDesc.IsBalloon  = true;
     this.tipDesc.ShowAlways = true;
     this.tipDesc.UseFading  = false;
     //
     // gridGroupingControl1
     //
     this.gridGroupingControl1.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.gridGroupingControl1.BackColor                = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.DataSource               = this.dataSet12.Statistics;
     this.gridGroupingControl1.Font                     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridGroupingControl1.FreezeCaption            = false;
     this.gridGroupingControl1.GridOfficeScrollBars     = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridGroupingControl1.GridVisualStyles         = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridGroupingControl1.Location                 = new System.Drawing.Point(12, 3);
     this.gridGroupingControl1.Name                     = "gridGroupingControl1";
     this.gridGroupingControl1.ShowGroupDropArea        = true;
     this.gridGroupingControl1.Size                     = new System.Drawing.Size(778, 494);
     this.gridGroupingControl1.TabIndex                 = 0;
     this.gridGroupingControl1.TableDescriptor.AllowNew = false;
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.Font.Facename             = "Segoe UI";
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.TextColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Bottom       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Right        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Interior             = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Right  = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Right      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Top        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Interior           = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.ColumnHeaderCell.Font.Bold        = true;
     this.gridGroupingControl1.TableDescriptor.Appearance.GroupCaptionCell.CellType         = "ColumnHeader";
     gridColumnDescriptor1.HeaderImage          = null;
     gridColumnDescriptor1.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor1.MappingName          = "ID";
     gridColumnDescriptor1.SerializedImageArray = "";
     gridColumnDescriptor2.HeaderImage          = null;
     gridColumnDescriptor2.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor2.MappingName          = "losses";
     gridColumnDescriptor2.SerializedImageArray = "";
     gridColumnDescriptor3.HeaderImage          = null;
     gridColumnDescriptor3.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor3.MappingName          = "School";
     gridColumnDescriptor3.SerializedImageArray = "";
     gridColumnDescriptor4.HeaderImage          = null;
     gridColumnDescriptor4.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor4.MappingName          = "Sport";
     gridColumnDescriptor4.SerializedImageArray = "";
     gridColumnDescriptor5.HeaderImage          = null;
     gridColumnDescriptor5.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor5.MappingName          = "ties";
     gridColumnDescriptor5.SerializedImageArray = "";
     gridColumnDescriptor6.HeaderImage          = null;
     gridColumnDescriptor6.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor6.MappingName          = "wins";
     gridColumnDescriptor6.SerializedImageArray = "";
     gridColumnDescriptor7.HeaderImage          = null;
     gridColumnDescriptor7.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor7.MappingName          = "year";
     gridColumnDescriptor7.SerializedImageArray = "";
     this.gridGroupingControl1.TableDescriptor.Columns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor[] {
         gridColumnDescriptor1,
         gridColumnDescriptor2,
         gridColumnDescriptor3,
         gridColumnDescriptor4,
         gridColumnDescriptor5,
         gridColumnDescriptor6,
         gridColumnDescriptor7
     });
     this.gridGroupingControl1.TableDescriptor.PrimaryKeyColumns.AddRange(new Syncfusion.Grouping.SortColumnDescriptor[] {
         new Syncfusion.Grouping.SortColumnDescriptor("ID", System.ComponentModel.ListSortDirection.Ascending)
     });
     this.gridGroupingControl1.TableDescriptor.TableOptions.ColumnHeaderRowHeight = 25;
     this.gridGroupingControl1.TableDescriptor.TableOptions.RecordRowHeight       = 20;
     this.gridGroupingControl1.TableDescriptor.VisibleColumns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("ID"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("losses"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("School"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("Sport"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("ties"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("wins"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("year")
     });
     this.gridGroupingControl1.Text        = "gridGroupingControl1";
     this.gridGroupingControl1.VersionInfo = "4.201.0.37";
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.afterDetails);
     this.panel1.Controls.Add(this.beforeDetails);
     this.panel1.Controls.Add(this.showGroupHeader);
     this.panel1.Controls.Add(this.showGroupFooter);
     this.panel1.Controls.Add(this.showCaption);
     this.panel1.Controls.Add(this.label1);
     this.panel1.ForeColor = System.Drawing.Color.DimGray;
     this.panel1.Location  = new System.Drawing.Point(798, 3);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(208, 494);
     this.panel1.TabIndex  = 8;
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(29, 184);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(160, 23);
     this.label2.TabIndex = 15;
     this.label2.Text     = "AddNewRecordField";
     //
     // afterDetails
     //
     this.afterDetails.BeforeTouchSize    = new System.Drawing.Size(136, 24);
     this.afterDetails.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.afterDetails.Location           = new System.Drawing.Point(37, 248);
     this.afterDetails.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.afterDetails.Name               = "afterDetails";
     this.afterDetails.Size               = new System.Drawing.Size(136, 24);
     this.afterDetails.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.afterDetails.DrawFocusRectangle = true;
     this.afterDetails.TabIndex           = 14;
     this.afterDetails.Text               = "After Details";
     this.afterDetails.ThemesEnabled      = false;
     this.afterDetails.CheckedChanged    += new System.EventHandler(this.afterDetails_CheckedChanged);
     //
     // beforeDetails
     //
     this.beforeDetails.BeforeTouchSize    = new System.Drawing.Size(136, 26);
     this.beforeDetails.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.beforeDetails.Location           = new System.Drawing.Point(37, 216);
     this.beforeDetails.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.beforeDetails.Name               = "beforeDetails";
     this.beforeDetails.Size               = new System.Drawing.Size(136, 26);
     this.beforeDetails.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.beforeDetails.DrawFocusRectangle = true;
     this.beforeDetails.TabIndex           = 13;
     this.beforeDetails.Text               = "Before Details";
     this.beforeDetails.ThemesEnabled      = false;
     this.beforeDetails.CheckedChanged    += new System.EventHandler(this.beforeDetails_CheckedChanged);
     //
     // showGroupHeader
     //
     this.showGroupHeader.BeforeTouchSize    = new System.Drawing.Size(152, 22);
     this.showGroupHeader.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.showGroupHeader.Location           = new System.Drawing.Point(37, 136);
     this.showGroupHeader.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.showGroupHeader.Name               = "showGroupHeader";
     this.showGroupHeader.Size               = new System.Drawing.Size(152, 22);
     this.showGroupHeader.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.showGroupHeader.DrawFocusRectangle = true;
     this.showGroupHeader.TabIndex           = 12;
     this.showGroupHeader.Text               = "ShowGroupHeader";
     this.showGroupHeader.ThemesEnabled      = false;
     this.showGroupHeader.CheckedChanged    += new System.EventHandler(this.showGroupHeader_CheckedChanged);
     //
     // showGroupFooter
     //
     this.showGroupFooter.BeforeTouchSize    = new System.Drawing.Size(152, 26);
     this.showGroupFooter.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.showGroupFooter.Location           = new System.Drawing.Point(37, 104);
     this.showGroupFooter.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.showGroupFooter.Name               = "showGroupFooter";
     this.showGroupFooter.Size               = new System.Drawing.Size(152, 26);
     this.showGroupFooter.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.showGroupFooter.DrawFocusRectangle = true;
     this.showGroupFooter.TabIndex           = 11;
     this.showGroupFooter.Text               = "ShowGroupFooter";
     this.showGroupFooter.ThemesEnabled      = false;
     this.showGroupFooter.CheckedChanged    += new System.EventHandler(this.showGroupFooter_CheckedChanged);
     //
     // showCaption
     //
     this.showCaption.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.showCaption.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.showCaption.Location           = new System.Drawing.Point(37, 72);
     this.showCaption.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.showCaption.Name               = "showCaption";
     this.showCaption.Size               = new System.Drawing.Size(136, 26);
     this.showCaption.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.showCaption.DrawFocusRectangle = true;
     this.showCaption.TabIndex           = 10;
     this.showCaption.Text               = "ShowCaption";
     this.showCaption.ThemesEnabled      = false;
     this.showCaption.CheckedChanged    += new System.EventHandler(this.showCaption_CheckedChanged);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(24, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(165, 23);
     this.label1.TabIndex = 9;
     this.label1.Text     = "TopLevelGroupOptions";
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.listView1.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listView1.ForeColor = System.Drawing.Color.DimGray;
     this.listView1.Location  = new System.Drawing.Point(10, 509);
     this.listView1.Name      = "listView1";
     this.listView1.Size      = new System.Drawing.Size(994, 142);
     this.listView1.TabIndex  = 11;
     this.listView1.TabStop   = false;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Property";
     this.columnHeader1.Width = 497;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Details";
     this.columnHeader2.Width = 497;
     //
     // Form1
     //
     this.ClientSize  = new System.Drawing.Size(1012, 656);
     this.MinimumSize = new System.Drawing.Size(900, 500);
     this.Controls.Add(this.gridGroupingControl1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.listView1);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Top-Level-Group Options";
     ((System.ComponentModel.ISupportInitialize)(this.dataSet12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.afterDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.beforeDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.showGroupHeader)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.showGroupFooter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.showCaption)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #16
0
ファイル: Form1.cs プロジェクト: zuozhu315/winforms-demos
 /// <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.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor2 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor3 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor4 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor5 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor6 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor7 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.panel1               = new System.Windows.Forms.Panel();
     this.label2               = new System.Windows.Forms.Label();
     this.afterDetails         = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.beforeDetails        = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.captionText          = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.showCaption          = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.ShowCaptionPlus      = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.label1               = new System.Windows.Forms.Label();
     this.panel3               = new System.Windows.Forms.Panel();
     this.label4               = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.lblProperty          = new System.Windows.Forms.Label();
     this.lblPropertyDisplay   = new System.Windows.Forms.Label();
     this.panel4               = new System.Windows.Forms.Panel();
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.dataSet11            = new ChildGroupOptions.DataSet1();
     this.oleDbDataAdapter1    = new System.Data.OleDb.OleDbDataAdapter();
     this.oleDbDeleteCommand1  = new System.Data.OleDb.OleDbCommand();
     this.oleDbConnection1     = new System.Data.OleDb.OleDbConnection();
     this.oleDbInsertCommand1  = new System.Data.OleDb.OleDbCommand();
     this.oleDbSelectCommand1  = new System.Data.OleDb.OleDbCommand();
     this.oleDbUpdateCommand1  = new System.Data.OleDb.OleDbCommand();
     this.panel5               = new System.Windows.Forms.Panel();
     this.tipDesc              = new System.Windows.Forms.ToolTip(this.components);
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.afterDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.beforeDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.captionText)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.showCaption)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowCaptionPlus)).BeginInit();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.afterDetails);
     this.panel1.Controls.Add(this.beforeDetails);
     this.panel1.Controls.Add(this.captionText);
     this.panel1.Controls.Add(this.showCaption);
     this.panel1.Controls.Add(this.ShowCaptionPlus);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel1.ForeColor = System.Drawing.Color.DimGray;
     this.panel1.Location  = new System.Drawing.Point(792, 4);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(210, 513);
     this.panel1.TabIndex  = 0;
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(29, 168);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(176, 23);
     this.label2.TabIndex = 21;
     this.label2.Text     = "Add New Record Field";
     //
     // afterDetails
     //
     this.afterDetails.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.afterDetails.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.afterDetails.Location           = new System.Drawing.Point(37, 232);
     this.afterDetails.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.afterDetails.Name               = "afterDetails";
     this.afterDetails.Size               = new System.Drawing.Size(136, 24);
     this.afterDetails.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.afterDetails.DrawFocusRectangle = true;
     this.afterDetails.TabIndex           = 20;
     this.afterDetails.Text               = "After Details";
     this.afterDetails.ThemesEnabled      = false;
     this.afterDetails.CheckStateChanged += new System.EventHandler(this.afterDetails_CheckStateChanged);
     //
     // beforeDetails
     //
     this.beforeDetails.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.beforeDetails.Checked            = true;
     this.beforeDetails.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.beforeDetails.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.beforeDetails.Location           = new System.Drawing.Point(37, 200);
     this.beforeDetails.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.beforeDetails.Name               = "beforeDetails";
     this.beforeDetails.Size               = new System.Drawing.Size(136, 24);
     this.beforeDetails.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.beforeDetails.DrawFocusRectangle = true;
     this.beforeDetails.TabIndex           = 19;
     this.beforeDetails.Text               = "Before Details";
     this.beforeDetails.ThemesEnabled      = false;
     this.beforeDetails.CheckStateChanged += new System.EventHandler(this.beforeDetails_CheckStateChanged);
     //
     // captionText
     //
     this.captionText.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.captionText.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.captionText.Location           = new System.Drawing.Point(37, 119);
     this.captionText.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.captionText.Name               = "captionText";
     this.captionText.Size               = new System.Drawing.Size(146, 24);
     this.captionText.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.captionText.DrawFocusRectangle = true;
     this.captionText.TabIndex           = 18;
     this.captionText.Text               = "Modify Caption Text";
     this.captionText.ThemesEnabled      = false;
     this.captionText.CheckStateChanged += new System.EventHandler(this.captionText_CheckStateChanged);
     //
     // showCaption
     //
     this.showCaption.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.showCaption.Checked            = true;
     this.showCaption.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.showCaption.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.showCaption.Location           = new System.Drawing.Point(37, 87);
     this.showCaption.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.showCaption.Name               = "showCaption";
     this.showCaption.Size               = new System.Drawing.Size(146, 24);
     this.showCaption.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.showCaption.DrawFocusRectangle = true;
     this.showCaption.TabIndex           = 17;
     this.showCaption.Text               = "Show Caption";
     this.showCaption.ThemesEnabled      = false;
     this.showCaption.CheckStateChanged += new System.EventHandler(this.showCaption_CheckStateChanged);
     //
     // ShowCaptionPlus
     //
     this.ShowCaptionPlus.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.ShowCaptionPlus.Checked            = true;
     this.ShowCaptionPlus.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.ShowCaptionPlus.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ShowCaptionPlus.Location           = new System.Drawing.Point(37, 57);
     this.ShowCaptionPlus.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.ShowCaptionPlus.Name               = "ShowCaptionPlus";
     this.ShowCaptionPlus.Size               = new System.Drawing.Size(136, 24);
     this.ShowCaptionPlus.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.ShowCaptionPlus.DrawFocusRectangle = true;
     this.ShowCaptionPlus.TabIndex           = 16;
     this.ShowCaptionPlus.Text               = "Show Caption +/-";
     this.ShowCaptionPlus.ThemesEnabled      = false;
     this.ShowCaptionPlus.CheckStateChanged += new System.EventHandler(this.ShowCaptionPlus_CheckStateChanged);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(29, 25);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(160, 23);
     this.label1.TabIndex = 9;
     this.label1.Text     = "Child Group Options";
     //
     // panel3
     //
     this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.label4);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.lblProperty);
     this.panel3.Controls.Add(this.lblPropertyDisplay);
     this.panel3.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel3.ForeColor = System.Drawing.Color.DimGray;
     this.panel3.Location  = new System.Drawing.Point(9, 526);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(995, 118);
     this.panel3.TabIndex  = 4;
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(24, 72);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(129, 23);
     this.label4.TabIndex = 3;
     this.label4.Text     = "Changed Property :";
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(24, 16);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(192, 40);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Changed ChildGroup Options Property :";
     //
     // lblProperty
     //
     this.lblProperty.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblProperty.Location = new System.Drawing.Point(218, 72);
     this.lblProperty.Name     = "lblProperty";
     this.lblProperty.Size     = new System.Drawing.Size(349, 40);
     this.lblProperty.TabIndex = 1;
     //
     // lblPropertyDisplay
     //
     this.lblPropertyDisplay.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPropertyDisplay.Location = new System.Drawing.Point(218, 16);
     this.lblPropertyDisplay.Name     = "lblPropertyDisplay";
     this.lblPropertyDisplay.Size     = new System.Drawing.Size(359, 40);
     this.lblPropertyDisplay.TabIndex = 0;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.gridGroupingControl1);
     this.panel4.Controls.Add(this.panel1);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(1236, 651);
     this.panel4.TabIndex = 6;
     //
     // gridGroupingControl1
     //
     this.gridGroupingControl1.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.gridGroupingControl1.BackColor         = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.DataSource        = this.dataSet11.Statistics;
     this.gridGroupingControl1.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridGroupingControl1.ForeColor         = System.Drawing.Color.DimGray;
     this.gridGroupingControl1.FreezeCaption     = false;
     this.gridGroupingControl1.Location          = new System.Drawing.Point(6, 4);
     this.gridGroupingControl1.Name              = "gridGroupingControl1";
     this.gridGroupingControl1.ShowGroupDropArea = true;
     this.gridGroupingControl1.Size              = new System.Drawing.Size(780, 513);
     this.gridGroupingControl1.TabIndex          = 0;
     gridColumnDescriptor1.HeaderImage           = null;
     gridColumnDescriptor1.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor1.MappingName           = "ID";
     gridColumnDescriptor1.SerializedImageArray  = "";
     gridColumnDescriptor2.HeaderImage           = null;
     gridColumnDescriptor2.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor2.MappingName           = "losses";
     gridColumnDescriptor2.SerializedImageArray  = "";
     gridColumnDescriptor3.HeaderImage           = null;
     gridColumnDescriptor3.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor3.MappingName           = "School";
     gridColumnDescriptor3.SerializedImageArray  = "";
     gridColumnDescriptor4.HeaderImage           = null;
     gridColumnDescriptor4.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor4.MappingName           = "Sport";
     gridColumnDescriptor4.SerializedImageArray  = "";
     gridColumnDescriptor5.HeaderImage           = null;
     gridColumnDescriptor5.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor5.MappingName           = "ties";
     gridColumnDescriptor5.SerializedImageArray  = "";
     gridColumnDescriptor6.HeaderImage           = null;
     gridColumnDescriptor6.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor6.MappingName           = "wins";
     gridColumnDescriptor6.SerializedImageArray  = "";
     gridColumnDescriptor7.HeaderImage           = null;
     gridColumnDescriptor7.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor7.MappingName           = "year";
     gridColumnDescriptor7.SerializedImageArray  = "";
     this.gridGroupingControl1.TableDescriptor.Columns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor[] {
         gridColumnDescriptor1,
         gridColumnDescriptor2,
         gridColumnDescriptor3,
         gridColumnDescriptor4,
         gridColumnDescriptor5,
         gridColumnDescriptor6,
         gridColumnDescriptor7
     });
     this.gridGroupingControl1.TableDescriptor.PrimaryKeyColumns.AddRange(new Syncfusion.Grouping.SortColumnDescriptor[] {
         new Syncfusion.Grouping.SortColumnDescriptor("ID", System.ComponentModel.ListSortDirection.Ascending)
     });
     this.gridGroupingControl1.TableDescriptor.VisibleColumns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("ID"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("losses"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("School"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("Sport"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("ties"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("wins"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("year")
     });
     this.gridGroupingControl1.Text        = "gridGroupingControl1";
     this.gridGroupingControl1.VersionInfo = "4.201.0.37";
     //
     // dataSet11
     //
     this.dataSet11.DataSetName             = "DataSet1";
     this.dataSet11.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // oleDbDataAdapter1
     //
     this.oleDbDataAdapter1.DeleteCommand = this.oleDbDeleteCommand1;
     this.oleDbDataAdapter1.InsertCommand = this.oleDbInsertCommand1;
     this.oleDbDataAdapter1.SelectCommand = this.oleDbSelectCommand1;
     this.oleDbDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Statistics", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("ID", "ID"),
             new System.Data.Common.DataColumnMapping("losses", "losses"),
             new System.Data.Common.DataColumnMapping("School", "School"),
             new System.Data.Common.DataColumnMapping("Sport", "Sport"),
             new System.Data.Common.DataColumnMapping("ties", "ties"),
             new System.Data.Common.DataColumnMapping("wins", "wins"),
             new System.Data.Common.DataColumnMapping("year", "year")
         })
     });
     this.oleDbDataAdapter1.UpdateCommand = this.oleDbUpdateCommand1;
     //
     // oleDbDeleteCommand1
     //
     this.oleDbDeleteCommand1.CommandText = resources.GetString("oleDbDeleteCommand1.CommandText");
     this.oleDbDeleteCommand1.Connection  = this.oleDbConnection1;
     this.oleDbDeleteCommand1.Parameters.AddRange(new System.Data.OleDb.OleDbParameter[] {
         new System.Data.OleDb.OleDbParameter("Original_ID", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ID", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_School", System.Data.OleDb.OleDbType.VarWChar, 255, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "School", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_School1", System.Data.OleDb.OleDbType.VarWChar, 255, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "School", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_Sport", System.Data.OleDb.OleDbType.VarWChar, 255, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Sport", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_Sport1", System.Data.OleDb.OleDbType.VarWChar, 255, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Sport", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_losses", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "losses", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_losses1", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "losses", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_ties", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ties", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_ties1", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ties", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_wins", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "wins", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_wins1", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "wins", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_year", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "year", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_year1", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "year", System.Data.DataRowVersion.Original, null)
     });
     //
     // oleDbConnection1
     //
     this.oleDbConnection1.ConnectionString = resources.GetString("oleDbConnection1.ConnectionString");
     //
     // oleDbInsertCommand1
     //
     this.oleDbInsertCommand1.CommandText = "INSERT INTO Statistics(losses, School, Sport, ties, wins, year) VALUES (?, ?, ?, " +
                                            "?, ?, ?)";
     this.oleDbInsertCommand1.Connection = this.oleDbConnection1;
     this.oleDbInsertCommand1.Parameters.AddRange(new System.Data.OleDb.OleDbParameter[] {
         new System.Data.OleDb.OleDbParameter("losses", System.Data.OleDb.OleDbType.Integer, 0, "losses"),
         new System.Data.OleDb.OleDbParameter("School", System.Data.OleDb.OleDbType.VarWChar, 255, "School"),
         new System.Data.OleDb.OleDbParameter("Sport", System.Data.OleDb.OleDbType.VarWChar, 255, "Sport"),
         new System.Data.OleDb.OleDbParameter("ties", System.Data.OleDb.OleDbType.Integer, 0, "ties"),
         new System.Data.OleDb.OleDbParameter("wins", System.Data.OleDb.OleDbType.Integer, 0, "wins"),
         new System.Data.OleDb.OleDbParameter("year", System.Data.OleDb.OleDbType.Integer, 0, "year")
     });
     //
     // oleDbSelectCommand1
     //
     this.oleDbSelectCommand1.CommandText = "SELECT ID, losses, School, Sport, ties, wins, year FROM Statistics";
     this.oleDbSelectCommand1.Connection  = this.oleDbConnection1;
     //
     // oleDbUpdateCommand1
     //
     this.oleDbUpdateCommand1.CommandText = resources.GetString("oleDbUpdateCommand1.CommandText");
     this.oleDbUpdateCommand1.Connection  = this.oleDbConnection1;
     this.oleDbUpdateCommand1.Parameters.AddRange(new System.Data.OleDb.OleDbParameter[] {
         new System.Data.OleDb.OleDbParameter("losses", System.Data.OleDb.OleDbType.Integer, 0, "losses"),
         new System.Data.OleDb.OleDbParameter("School", System.Data.OleDb.OleDbType.VarWChar, 255, "School"),
         new System.Data.OleDb.OleDbParameter("Sport", System.Data.OleDb.OleDbType.VarWChar, 255, "Sport"),
         new System.Data.OleDb.OleDbParameter("ties", System.Data.OleDb.OleDbType.Integer, 0, "ties"),
         new System.Data.OleDb.OleDbParameter("wins", System.Data.OleDb.OleDbType.Integer, 0, "wins"),
         new System.Data.OleDb.OleDbParameter("year", System.Data.OleDb.OleDbType.Integer, 0, "year"),
         new System.Data.OleDb.OleDbParameter("Original_ID", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ID", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_School", System.Data.OleDb.OleDbType.VarWChar, 255, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "School", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_School1", System.Data.OleDb.OleDbType.VarWChar, 255, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "School", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_Sport", System.Data.OleDb.OleDbType.VarWChar, 255, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Sport", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_Sport1", System.Data.OleDb.OleDbType.VarWChar, 255, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Sport", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_losses", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "losses", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_losses1", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "losses", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_ties", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ties", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_ties1", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "ties", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_wins", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "wins", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_wins1", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "wins", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_year", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "year", System.Data.DataRowVersion.Original, null),
         new System.Data.OleDb.OleDbParameter("Original_year1", System.Data.OleDb.OleDbType.Integer, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "year", System.Data.DataRowVersion.Original, null)
     });
     //
     // panel5
     //
     this.panel5.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.panel5.BackColor = System.Drawing.Color.White;
     this.panel5.Controls.Add(this.panel3);
     this.panel5.Controls.Add(this.panel4);
     this.panel5.Location = new System.Drawing.Point(-1, 1);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(1236, 651);
     this.panel5.TabIndex = 7;
     //
     // tipDesc
     //
     this.tipDesc.BackColor  = System.Drawing.Color.White;
     this.tipDesc.ForeColor  = System.Drawing.Color.Black;
     this.tipDesc.IsBalloon  = true;
     this.tipDesc.ShowAlways = true;
     this.tipDesc.UseFading  = false;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(1012, 653);
     this.Controls.Add(this.panel5);
     this.MinimumSize = new System.Drawing.Size(800, 500);
     this.Name        = "Form1";
     this.Text        = "Child-Group Options ";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.afterDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.beforeDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.captionText)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.showCaption)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowCaptionPlus)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components           = new System.ComponentModel.Container();
     this.dataSet11            = new NestedTableGroupOptions.DataSet1();
     this.tipDesc              = new System.Windows.Forms.ToolTip(this.components);
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.panel3          = new System.Windows.Forms.Panel();
     this.lblProp         = new System.Windows.Forms.Label();
     this.lblProperty     = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.panel1          = new System.Windows.Forms.Panel();
     this.label2          = new System.Windows.Forms.Label();
     this.afterDetails    = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.beforeDetails   = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.captionText     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.showCaption     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.ShowCaptionPlus = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.label1          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     this.panel3.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.afterDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.beforeDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.captionText)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.showCaption)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowCaptionPlus)).BeginInit();
     this.SuspendLayout();
     //
     // dataSet11
     //
     this.dataSet11.DataSetName             = "DataSet1";
     this.dataSet11.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // tipDesc
     //
     this.tipDesc.BackColor  = System.Drawing.Color.White;
     this.tipDesc.ForeColor  = System.Drawing.Color.Black;
     this.tipDesc.IsBalloon  = true;
     this.tipDesc.ShowAlways = true;
     this.tipDesc.UseFading  = false;
     //
     // gridGroupingControl1
     //
     this.gridGroupingControl1.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.gridGroupingControl1.BackColor            = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.DataSource           = this.dataSet11.Customers;
     this.gridGroupingControl1.FreezeCaption        = false;
     this.gridGroupingControl1.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridGroupingControl1.GridVisualStyles     = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridGroupingControl1.Location             = new System.Drawing.Point(10, 16);
     this.gridGroupingControl1.Name     = "gridGroupingControl1";
     this.gridGroupingControl1.Size     = new System.Drawing.Size(784, 498);
     this.gridGroupingControl1.TabIndex = 6;
     this.gridGroupingControl1.TableDescriptor.AllowNew = false;
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.Font.Facename             = "Segoe UI";
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.TextColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Bottom       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Right        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Interior             = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Right  = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Right      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Top        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Interior           = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.ColumnHeaderCell.Font.Bold        = true;
     this.gridGroupingControl1.TableDescriptor.Appearance.GroupCaptionCell.CellType         = "ColumnHeader";
     this.gridGroupingControl1.TableDescriptor.TableOptions.ColumnHeaderRowHeight           = 25;
     this.gridGroupingControl1.TableDescriptor.TableOptions.RecordRowHeight                 = 20;
     this.gridGroupingControl1.Text        = "gridGroupingControl1";
     this.gridGroupingControl1.VersionInfo = "4.201.0.37";
     //
     // panel3
     //
     this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.lblProp);
     this.panel3.Controls.Add(this.lblProperty);
     this.panel3.Controls.Add(this.label4);
     this.panel3.Controls.Add(this.label3);
     this.panel3.ForeColor = System.Drawing.Color.DimGray;
     this.panel3.Location  = new System.Drawing.Point(12, 521);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(991, 128);
     this.panel3.TabIndex  = 7;
     //
     // lblProp
     //
     this.lblProp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lblProp.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblProp.Location = new System.Drawing.Point(231, 72);
     this.lblProp.Name     = "lblProp";
     this.lblProp.Size     = new System.Drawing.Size(730, 40);
     this.lblProp.TabIndex = 3;
     //
     // lblProperty
     //
     this.lblProperty.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.lblProperty.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblProperty.Location = new System.Drawing.Point(231, 16);
     this.lblProperty.Name     = "lblProperty";
     this.lblProperty.Size     = new System.Drawing.Size(730, 32);
     this.lblProperty.TabIndex = 2;
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(16, 73);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(187, 23);
     this.label4.TabIndex = 1;
     this.label4.Text     = "Changed Property :";
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(16, 16);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(232, 32);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Changed NestedTableGroupOptions Property :";
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.afterDetails);
     this.panel1.Controls.Add(this.beforeDetails);
     this.panel1.Controls.Add(this.captionText);
     this.panel1.Controls.Add(this.showCaption);
     this.panel1.Controls.Add(this.ShowCaptionPlus);
     this.panel1.Controls.Add(this.label1);
     this.panel1.ForeColor = System.Drawing.Color.DimGray;
     this.panel1.Location  = new System.Drawing.Point(803, 16);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(200, 499);
     this.panel1.TabIndex  = 5;
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location  = new System.Drawing.Point(11, 148);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(152, 23);
     this.label2.TabIndex  = 15;
     this.label2.Text      = "Add New Record Field";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // afterDetails
     //
     this.afterDetails.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.afterDetails.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.afterDetails.Location           = new System.Drawing.Point(40, 216);
     this.afterDetails.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.afterDetails.Name               = "afterDetails";
     this.afterDetails.Size               = new System.Drawing.Size(104, 24);
     this.afterDetails.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.afterDetails.DrawFocusRectangle = true;
     this.afterDetails.TabIndex           = 14;
     this.afterDetails.Text               = "After Details";
     this.afterDetails.ThemesEnabled      = false;
     this.afterDetails.CheckedChanged    += new System.EventHandler(this.afterDetails_CheckedChanged);
     //
     // beforeDetails
     //
     this.beforeDetails.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.beforeDetails.Checked            = true;
     this.beforeDetails.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.beforeDetails.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.beforeDetails.Location           = new System.Drawing.Point(40, 186);
     this.beforeDetails.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.beforeDetails.Name               = "beforeDetails";
     this.beforeDetails.Size               = new System.Drawing.Size(104, 24);
     this.beforeDetails.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.beforeDetails.DrawFocusRectangle = true;
     this.beforeDetails.TabIndex           = 13;
     this.beforeDetails.Text               = "Before Details";
     this.beforeDetails.ThemesEnabled      = false;
     this.beforeDetails.CheckedChanged    += new System.EventHandler(this.beforeDetails_CheckedChanged);
     //
     // captionText
     //
     this.captionText.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.captionText.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.captionText.Location           = new System.Drawing.Point(40, 104);
     this.captionText.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.captionText.Name               = "captionText";
     this.captionText.Size               = new System.Drawing.Size(136, 32);
     this.captionText.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.captionText.DrawFocusRectangle = true;
     this.captionText.TabIndex           = 12;
     this.captionText.Text               = "Modify Caption Text";
     this.captionText.ThemesEnabled      = false;
     this.captionText.CheckedChanged    += new System.EventHandler(this.captionText_CheckedChanged);
     //
     // showCaption
     //
     this.showCaption.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.showCaption.Checked            = true;
     this.showCaption.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.showCaption.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.showCaption.Location           = new System.Drawing.Point(40, 72);
     this.showCaption.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.showCaption.Name               = "showCaption";
     this.showCaption.Size               = new System.Drawing.Size(136, 24);
     this.showCaption.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.showCaption.DrawFocusRectangle = true;
     this.showCaption.TabIndex           = 11;
     this.showCaption.Text               = "Show Caption";
     this.showCaption.ThemesEnabled      = false;
     this.showCaption.CheckedChanged    += new System.EventHandler(this.showCaption_CheckedChanged);
     //
     // ShowCaptionPlus
     //
     this.ShowCaptionPlus.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.ShowCaptionPlus.Checked            = true;
     this.ShowCaptionPlus.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.ShowCaptionPlus.Font               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ShowCaptionPlus.Location           = new System.Drawing.Point(40, 40);
     this.ShowCaptionPlus.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.ShowCaptionPlus.Name               = "ShowCaptionPlus";
     this.ShowCaptionPlus.Size               = new System.Drawing.Size(136, 24);
     this.ShowCaptionPlus.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.ShowCaptionPlus.DrawFocusRectangle = true;
     this.ShowCaptionPlus.TabIndex           = 10;
     this.ShowCaptionPlus.Text               = "Show Caption +/-";
     this.ShowCaptionPlus.ThemesEnabled      = false;
     this.ShowCaptionPlus.CheckedChanged    += new System.EventHandler(this.ShowCaptionPlus_CheckedChanged);
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(11, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(176, 23);
     this.label1.TabIndex  = 9;
     this.label1.Text      = "Nested Table Group Options";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(1012, 656);
     this.Controls.Add(this.gridGroupingControl1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.MinimumSize = new System.Drawing.Size(850, 500);
     this.Name        = "Form1";
     this.Text        = "Nested-Table Group Options";
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.afterDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.beforeDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.captionText)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.showCaption)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowCaptionPlus)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.comboBox1  = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label2     = new System.Windows.Forms.Label();
     this.button1    = new Syncfusion.Windows.Forms.ButtonAdv();
     this.button2    = new Syncfusion.Windows.Forms.ButtonAdv();
     this.label1     = new System.Windows.Forms.Label();
     this.textBox1   = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.button3    = new Syncfusion.Windows.Forms.ButtonAdv();
     this.checkBox1  = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     this.SuspendLayout();
     //
     // comboBox1
     //
     this.comboBox1.BackColor = System.Drawing.Color.White;
     this.comboBox1.Items.AddRange(new object[] {
         "Employees",
         "Customers",
         "Categories",
         "Products",
         "Orders",
         "Region",
         "Shippers",
         "Suppliers"
     });
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "Employees"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "Customers"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "Categories"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "Products"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "Orders"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "Region"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "Shippers"));
     this.comboBox1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBox1, "Suppliers"));
     this.comboBox1.Location   = new System.Drawing.Point(112, 88);
     this.comboBox1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.comboBox1.Name       = "comboBox1";
     this.comboBox1.Size       = new System.Drawing.Size(136, 21);
     this.comboBox1.Style      = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBox1.TabIndex   = 1;
     this.comboBox1.Text       = "Products";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(40, 88);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(56, 23);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Table";
     //
     // button1
     //
     this.button1.Appearance              = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button1.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(0)))));
     this.button1.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.button1.Location                = new System.Drawing.Point(368, 184);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(75, 24);
     this.button1.TabIndex                = 3;
     this.button1.Text                    = "&Cancel";
     this.button1.UseVisualStyle          = true;
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.Appearance              = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button2.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(0)))));
     this.button2.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.button2.Location                = new System.Drawing.Point(248, 184);
     this.button2.Name                    = "button2";
     this.button2.Size                    = new System.Drawing.Size(75, 23);
     this.button2.TabIndex                = 4;
     this.button2.Text                    = "&OK";
     this.button2.UseVisualStyle          = true;
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click                  += new System.EventHandler(this.button2_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(40, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 16);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Database";
     //
     // textBox1
     //
     this.textBox1.Cursor   = System.Windows.Forms.Cursors.IBeam;
     this.textBox1.Location = new System.Drawing.Point(112, 32);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(224, 20);
     this.textBox1.TabIndex = 0;
     this.textBox1.Leave   += new System.EventHandler(this.textBox1_Leave);
     //
     // button3
     //
     this.button3.Appearance              = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button3.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(0)))));
     this.button3.Location                = new System.Drawing.Point(368, 32);
     this.button3.Name                    = "button3";
     this.button3.Size                    = new System.Drawing.Size(72, 24);
     this.button3.TabIndex                = 7;
     this.button3.Text                    = "Browse ...";
     this.button3.UseVisualStyle          = true;
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click                  += new System.EventHandler(this.button3_Click);
     //
     // checkBox1
     //
     this.checkBox1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox1.Checked            = true;
     this.checkBox1.CheckState         = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.DrawFocusRectangle = false;
     this.checkBox1.Location           = new System.Drawing.Point(112, 136);
     this.checkBox1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.checkBox1.Name          = "checkBox1";
     this.checkBox1.Size          = new System.Drawing.Size(184, 20);
     this.checkBox1.Style         = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.TabIndex      = 8;
     this.checkBox1.Text          = "Reset Existing Columns";
     this.checkBox1.ThemesEnabled = false;
     //
     // SelectTableForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.BorderThickness   = 2;
     this.CaptionForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.ClientSize        = new System.Drawing.Size(472, 238);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.comboBox1);
     this.DropShadow      = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SelectTableForm";
     this.Text            = "Choose Database";
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor1           = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor2           = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor3           = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor4           = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor5           = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor6           = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor7           = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridRelationDescriptor         gridRelationDescriptor1         = new Syncfusion.Windows.Forms.Grid.Grouping.GridRelationDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor8           = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor9           = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor10          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor11          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor12          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor13          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderRowDescriptor gridStackedHeaderRowDescriptor1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderRowDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor    gridStackedHeaderDescriptor1    = new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor    gridStackedHeaderDescriptor2    = new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor    gridStackedHeaderDescriptor3    = new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor    gridStackedHeaderDescriptor4    = new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor    gridStackedHeaderDescriptor5    = new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor();
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.dataset11            = new GroupingEvents.Dataset1();
     this.contextMenu1         = new System.Windows.Forms.ContextMenu();
     this.menuItem1            = new System.Windows.Forms.MenuItem();
     this.panel1                   = new System.Windows.Forms.Panel();
     this.button1                  = new Syncfusion.Windows.Forms.ButtonAdv();
     this.label1                   = new System.Windows.Forms.Label();
     this.label2                   = new System.Windows.Forms.Label();
     this.listView1                = new System.Windows.Forms.ListView();
     this.columnHeader1            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.freezeCaptioncheckBoxAdv = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataset11)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.freezeCaptioncheckBoxAdv)).BeginInit();
     this.SuspendLayout();
     //
     // gridGroupingControl1
     //
     this.gridGroupingControl1.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.gridGroupingControl1.BackColor = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.ChildGroupOptions.ShowAddNewRecordBeforeDetails = false;
     this.gridGroupingControl1.DataMember    = "Employees";
     this.gridGroupingControl1.DataSource    = this.dataset11;
     this.gridGroupingControl1.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridGroupingControl1.FreezeCaption = false;
     this.gridGroupingControl1.Location      = new System.Drawing.Point(2, 0);
     this.gridGroupingControl1.Name          = "gridGroupingControl1";
     this.gridGroupingControl1.NestedTableGroupOptions.ShowAddNewRecordBeforeDetails = false;
     this.gridGroupingControl1.ShowGroupDropArea = true;
     this.gridGroupingControl1.Size             = new System.Drawing.Size(883, 355);
     this.gridGroupingControl1.TabIndex         = 0;
     gridColumnDescriptor1.HeaderImage          = null;
     gridColumnDescriptor1.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor1.HeaderText           = "Employee ID";
     gridColumnDescriptor1.MappingName          = "EmployeeID";
     gridColumnDescriptor1.SerializedImageArray = "";
     gridColumnDescriptor2.HeaderImage          = null;
     gridColumnDescriptor2.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor2.HeaderText           = "First Name";
     gridColumnDescriptor2.MappingName          = "FirstName";
     gridColumnDescriptor2.SerializedImageArray = "";
     gridColumnDescriptor3.HeaderImage          = null;
     gridColumnDescriptor3.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor3.HeaderText           = "Last Name";
     gridColumnDescriptor3.MappingName          = "LastName";
     gridColumnDescriptor3.SerializedImageArray = "";
     gridColumnDescriptor4.HeaderImage          = null;
     gridColumnDescriptor4.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor4.MappingName          = "Title";
     gridColumnDescriptor4.SerializedImageArray = "";
     gridColumnDescriptor5.HeaderImage          = null;
     gridColumnDescriptor5.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor5.MappingName          = "Address";
     gridColumnDescriptor5.SerializedImageArray = "";
     gridColumnDescriptor6.HeaderImage          = null;
     gridColumnDescriptor6.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor6.MappingName          = "City";
     gridColumnDescriptor6.SerializedImageArray = "";
     gridColumnDescriptor7.HeaderImage          = null;
     gridColumnDescriptor7.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor7.MappingName          = "Country";
     gridColumnDescriptor7.SerializedImageArray = "";
     this.gridGroupingControl1.TableDescriptor.Columns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor[] {
         gridColumnDescriptor1,
         gridColumnDescriptor2,
         gridColumnDescriptor3,
         gridColumnDescriptor4,
         gridColumnDescriptor5,
         gridColumnDescriptor6,
         gridColumnDescriptor7
     });
     gridColumnDescriptor8.HeaderImage           = null;
     gridColumnDescriptor8.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor8.HeaderText            = "Customer ID";
     gridColumnDescriptor8.MappingName           = "CustomerID";
     gridColumnDescriptor8.SerializedImageArray  = "";
     gridColumnDescriptor9.HeaderImage           = null;
     gridColumnDescriptor9.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor9.HeaderText            = "Order Date";
     gridColumnDescriptor9.MappingName           = "OrderDate";
     gridColumnDescriptor9.SerializedImageArray  = "";
     gridColumnDescriptor10.HeaderImage          = null;
     gridColumnDescriptor10.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor10.HeaderText           = "Order ID";
     gridColumnDescriptor10.MappingName          = "OrderID";
     gridColumnDescriptor10.SerializedImageArray = "";
     gridColumnDescriptor11.HeaderImage          = null;
     gridColumnDescriptor11.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor11.HeaderText           = "Ship Address";
     gridColumnDescriptor11.MappingName          = "ShipAddress";
     gridColumnDescriptor11.SerializedImageArray = "";
     gridColumnDescriptor12.HeaderImage          = null;
     gridColumnDescriptor12.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor12.HeaderText           = "Ship Name";
     gridColumnDescriptor12.MappingName          = "ShipName";
     gridColumnDescriptor12.SerializedImageArray = "";
     gridColumnDescriptor13.HeaderImage          = null;
     gridColumnDescriptor13.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor13.HeaderText           = "Shipped Date";
     gridColumnDescriptor13.MappingName          = "ShippedDate";
     gridColumnDescriptor13.SerializedImageArray = "";
     gridRelationDescriptor1.ChildTableDescriptor.Columns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor[] {
         gridColumnDescriptor8,
         gridColumnDescriptor9,
         gridColumnDescriptor10,
         gridColumnDescriptor11,
         gridColumnDescriptor12,
         gridColumnDescriptor13
     });
     gridRelationDescriptor1.ChildTableDescriptor.StackedHeaderRows.Add(new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderRowDescriptor("Row 1", new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor("Header 1", new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor[] {
             new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("CustomerID"),
             new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("OrderDate"),
             new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("OrderID"),
             new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("ShipAddress"),
             new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("ShipName"),
             new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("ShippedDate")
         })
     }));
     gridRelationDescriptor1.MappingName = "EmployeesOrders";
     this.gridGroupingControl1.TableDescriptor.Relations.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridRelationDescriptor[] {
         gridRelationDescriptor1
     });
     gridStackedHeaderRowDescriptor1.Appearance.StackedHeaderCell.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.White);
     gridStackedHeaderDescriptor1.Appearance.StackedHeaderCell.Interior    = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))));
     gridStackedHeaderDescriptor1.Name = "Header 1";
     gridStackedHeaderDescriptor1.VisibleColumns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("EmployeeID"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("FirstName"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("LastName")
     });
     gridStackedHeaderDescriptor2.Appearance.StackedHeaderCell.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))));
     gridStackedHeaderDescriptor2.Name = "Header 2";
     gridStackedHeaderDescriptor2.VisibleColumns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("Title"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("Address")
     });
     gridStackedHeaderDescriptor3.Appearance.StackedHeaderCell.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.Blue);
     gridStackedHeaderDescriptor3.Name = "Header 3";
     gridStackedHeaderDescriptor3.VisibleColumns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("City"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("Country"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("TitleOfCourtesy"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("BirthDate"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("HireDate")
     });
     gridStackedHeaderDescriptor4.Appearance.StackedHeaderCell.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))));
     gridStackedHeaderDescriptor4.Name = "Header 4";
     gridStackedHeaderDescriptor4.VisibleColumns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("Region"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("PostalCode"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("HomePhone")
     });
     gridStackedHeaderDescriptor5.Appearance.StackedHeaderCell.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))));
     gridStackedHeaderDescriptor5.Name = "Header 5";
     gridStackedHeaderDescriptor5.VisibleColumns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("Extension"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("Photo"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("SmallPhoto"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("Notes"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("ReportsTo")
     });
     gridStackedHeaderRowDescriptor1.Headers.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor[] {
         gridStackedHeaderDescriptor1,
         gridStackedHeaderDescriptor2,
         gridStackedHeaderDescriptor3,
         gridStackedHeaderDescriptor4,
         gridStackedHeaderDescriptor5
     });
     gridStackedHeaderRowDescriptor1.Name = "Row 1";
     this.gridGroupingControl1.TableDescriptor.StackedHeaderRows.Add(gridStackedHeaderRowDescriptor1);
     this.gridGroupingControl1.TableDescriptor.TableOptions.CaptionRowHeight      = (int)DpiAware.LogicalToDeviceUnits(25.0f);
     this.gridGroupingControl1.TableDescriptor.TableOptions.ColumnHeaderRowHeight = (int)DpiAware.LogicalToDeviceUnits(30.0f);
     this.gridGroupingControl1.TableDescriptor.TableOptions.RecordRowHeight       = (int)DpiAware.LogicalToDeviceUnits(22.0f);
     this.gridGroupingControl1.TableDescriptor.VisibleColumns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("EmployeeID"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("FirstName"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("LastName"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("Title"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("Address"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("City"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("Country"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("TitleOfCourtesy"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("BirthDate"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("HireDate"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("Region"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("PostalCode"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("HomePhone"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("Extension"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("Photo"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("SmallPhoto"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("Notes"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("ReportsTo")
     });
     this.gridGroupingControl1.Text = "y";
     this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails = false;
     this.gridGroupingControl1.VersionInfo = "4.301.0.0";
     //
     // dataset11
     //
     this.dataset11.DataSetName             = "Dataset1";
     this.dataset11.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.dataset11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1
     });
     //
     // menuItem1
     //
     this.menuItem1.Enabled = false;
     this.menuItem1.Index   = 0;
     this.menuItem1.Text    = "Clear Window";
     this.menuItem1.Click  += new System.EventHandler(this.menuItem1_Click);
     //
     // panel1
     //
     this.panel1.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.panel1.Controls.Add(this.gridGroupingControl1);
     this.panel1.Location = new System.Drawing.Point(28, 23);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(888, 355);
     this.panel1.TabIndex = 6;
     //
     // button1
     //
     this.button1.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button1.FlatStyle         = FlatStyle.Flat;
     this.button1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.button1.BeforeTouchSize   = new System.Drawing.Size(128, 24);
     this.button1.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.button1.Font              = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor         = System.Drawing.Color.White;
     this.button1.IsBackStageButton = false;
     this.button1.Location          = new System.Drawing.Point(790, 394);
     this.button1.Name              = "button1";
     this.button1.Size              = new System.Drawing.Size(128, 24);
     this.button1.TabIndex          = 12;
     this.button1.Text              = "Trace Events";
     this.button1.Click            += new System.EventHandler(this.button1_Click_1);
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.DimGray;
     this.label1.Location  = new System.Drawing.Point(25, 402);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(80, 16);
     this.label1.TabIndex  = 7;
     this.label1.Text      = "Event Tracer:";
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.DimGray;
     this.label2.Location  = new System.Drawing.Point(93, 402);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(218, 16);
     this.label2.TabIndex  = 8;
     this.label2.Text      = "(Right click to clear the output window)";
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.listView1.ContextMenu = this.contextMenu1;
     this.listView1.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listView1.ForeColor   = System.Drawing.Color.DimGray;
     this.listView1.Location    = new System.Drawing.Point(25, 428);
     this.listView1.Name        = "listView1";
     this.listView1.Size        = new System.Drawing.Size(893, 201);
     this.listView1.TabIndex    = 9;
     this.listView1.TabStop     = false;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Event";
     this.columnHeader1.Width = 186;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Details";
     this.columnHeader2.Width = 759;
     //
     // freezeCaptioncheckBoxAdv
     //
     this.freezeCaptioncheckBoxAdv.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.freezeCaptioncheckBoxAdv.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.freezeCaptioncheckBoxAdv.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.freezeCaptioncheckBoxAdv.Location           = new System.Drawing.Point(618, 396);
     this.freezeCaptioncheckBoxAdv.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.freezeCaptioncheckBoxAdv.Name               = "freezeCaptioncheckBoxAdv";
     this.freezeCaptioncheckBoxAdv.Size               = new System.Drawing.Size(150, 21);
     this.freezeCaptioncheckBoxAdv.TabIndex           = 11;
     this.freezeCaptioncheckBoxAdv.Text               = "Freeze Caption";
     this.freezeCaptioncheckBoxAdv.ThemesEnabled      = true;
     this.freezeCaptioncheckBoxAdv.CheckStateChanged += new System.EventHandler(this.freezeCaptioncheckBoxAdv_CheckStateChanged);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(940, 656);
     this.Controls.Add(this.freezeCaptioncheckBoxAdv);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.panel1);
     this.MinimumSize = new System.Drawing.Size(800, 600);
     this.Name        = "Form1";
     this.Text        = "Grouping Events";
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataset11)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.freezeCaptioncheckBoxAdv)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #20
0
ファイル: Form1.cs プロジェクト: tzvis1/winforms-demos
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components           = new System.ComponentModel.Container();
     this.label1               = new System.Windows.Forms.Label();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.checkBox1            = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.button3              = new Syncfusion.Windows.Forms.ButtonAdv();
     this.button1              = new Syncfusion.Windows.Forms.ButtonAdv();
     this.button2              = new Syncfusion.Windows.Forms.ButtonAdv();
     this.button6              = new Syncfusion.Windows.Forms.ButtonAdv();
     this.button4              = new Syncfusion.Windows.Forms.ButtonAdv();
     this.button5              = new Syncfusion.Windows.Forms.ButtonAdv();
     this.button7              = new Syncfusion.Windows.Forms.ButtonAdv();
     this.Output               = new System.Windows.Forms.ListBox();
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.DimGray;
     this.label1.Location  = new System.Drawing.Point(10, 457);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(540, 16);
     this.label1.TabIndex  = 11;
     this.label1.Text      = "Event Log";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.button3);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.button2);
     this.groupBox1.Controls.Add(this.button6);
     this.groupBox1.Controls.Add(this.button4);
     this.groupBox1.Controls.Add(this.button5);
     this.groupBox1.Controls.Add(this.button7);
     this.groupBox1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.DimGray;
     this.groupBox1.Location  = new System.Drawing.Point(806, 12);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(194, 635);
     this.groupBox1.TabIndex  = 13;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Select Events";
     //
     // checkBox1
     //
     this.checkBox1.Anchor             = System.Windows.Forms.AnchorStyles.Top;
     this.checkBox1.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBox1.DrawFocusRectangle = false;
     this.checkBox1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.Location           = new System.Drawing.Point(49, 331);
     this.checkBox1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.checkBox1.Name               = "checkBox1";
     this.checkBox1.Size               = new System.Drawing.Size(115, 17);
     this.checkBox1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBox1.DrawFocusRectangle = true;
     this.checkBox1.TabIndex           = 9;
     this.checkBox1.Text               = "Disable Tracing";
     this.checkBox1.ThemesEnabled      = false;
     this.checkBox1.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // button3
     //
     this.button3.Anchor            = System.Windows.Forms.AnchorStyles.Top;
     this.button3.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button3.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.button3.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.button3.BeforeTouchSize   = new System.Drawing.Size(130, 25);
     this.button3.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.button3.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.ForeColor         = System.Drawing.Color.White;
     this.button3.IsBackStageButton = false;
     this.button3.Location          = new System.Drawing.Point(23, 51);
     this.button3.Name              = "button3";
     this.button3.Size              = new System.Drawing.Size(150, 25);
     this.button3.TabIndex          = 1;
     this.button3.Text              = "Trace Grid Events";
     this.button3.Click            += new System.EventHandler(this.button3_Click);
     //
     // button1
     //
     this.button1.Anchor            = System.Windows.Forms.AnchorStyles.Top;
     this.button1.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button1.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.button1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.button1.BeforeTouchSize   = new System.Drawing.Size(130, 25);
     this.button1.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.button1.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor         = System.Drawing.Color.White;
     this.button1.IsBackStageButton = false;
     this.button1.Location          = new System.Drawing.Point(23, 91);
     this.button1.Name              = "button1";
     this.button1.Size              = new System.Drawing.Size(150, 25);
     this.button1.TabIndex          = 2;
     this.button1.Text              = "Trace Cell Events";
     this.button1.Click            += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Anchor            = System.Windows.Forms.AnchorStyles.Top;
     this.button2.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button2.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.button2.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.button2.BeforeTouchSize   = new System.Drawing.Size(130, 25);
     this.button2.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.button2.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor         = System.Drawing.Color.White;
     this.button2.IsBackStageButton = false;
     this.button2.Location          = new System.Drawing.Point(23, 131);
     this.button2.Name              = "button2";
     this.button2.Size              = new System.Drawing.Size(150, 25);
     this.button2.TabIndex          = 3;
     this.button2.Text              = "Trace CurrentCell Events";
     this.button2.Click            += new System.EventHandler(this.button2_Click);
     //
     // button6
     //
     this.button6.Anchor            = System.Windows.Forms.AnchorStyles.Top;
     this.button6.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button6.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.button6.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.button6.BeforeTouchSize   = new System.Drawing.Size(130, 25);
     this.button6.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.button6.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button6.ForeColor         = System.Drawing.Color.White;
     this.button6.IsBackStageButton = false;
     this.button6.Location          = new System.Drawing.Point(23, 248);
     this.button6.Name              = "button6";
     this.button6.Size              = new System.Drawing.Size(150, 25);
     this.button6.TabIndex          = 7;
     this.button6.Text              = "Trace TableStyle Events";
     this.button6.Click            += new System.EventHandler(this.button6_Click);
     //
     // button4
     //
     this.button4.Anchor            = System.Windows.Forms.AnchorStyles.Top;
     this.button4.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button4.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.button4.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.button4.BeforeTouchSize   = new System.Drawing.Size(130, 25);
     this.button4.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.button4.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button4.ForeColor         = System.Drawing.Color.White;
     this.button4.IsBackStageButton = false;
     this.button4.Location          = new System.Drawing.Point(23, 171);
     this.button4.Name              = "button4";
     this.button4.Size              = new System.Drawing.Size(150, 25);
     this.button4.TabIndex          = 5;
     this.button4.Text              = "Trace Key Events";
     this.button4.Click            += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Anchor            = System.Windows.Forms.AnchorStyles.Top;
     this.button5.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button5.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.button5.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.button5.BeforeTouchSize   = new System.Drawing.Size(130, 25);
     this.button5.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.button5.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button5.ForeColor         = System.Drawing.Color.White;
     this.button5.IsBackStageButton = false;
     this.button5.Location          = new System.Drawing.Point(23, 211);
     this.button5.Name              = "button5";
     this.button5.Size              = new System.Drawing.Size(150, 25);
     this.button5.TabIndex          = 6;
     this.button5.Text              = "Trace Mouse Events";
     this.button5.Click            += new System.EventHandler(this.button5_Click);
     //
     // button7
     //
     this.button7.Anchor            = System.Windows.Forms.AnchorStyles.Top;
     this.button7.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button7.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.button7.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.button7.BeforeTouchSize   = new System.Drawing.Size(130, 25);
     this.button7.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.button7.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button7.ForeColor         = System.Drawing.Color.White;
     this.button7.IsBackStageButton = false;
     this.button7.Location          = new System.Drawing.Point(23, 282);
     this.button7.Name              = "button7";
     this.button7.Size              = new System.Drawing.Size(150, 25);
     this.button7.TabIndex          = 8;
     this.button7.Text              = "Clear Output Window";
     this.button7.Click            += new System.EventHandler(this.button7_Click);
     //
     // Output
     //
     this.Output.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.Output.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Output.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Output.ForeColor   = System.Drawing.Color.DimGray;
     this.Output.Location    = new System.Drawing.Point(11, 476);
     this.Output.Name        = "Output";
     this.Output.Size        = new System.Drawing.Size(775, 171);
     this.Output.TabIndex    = 14;
     this.Output.TabStop     = false;
     //
     // gridGroupingControl1
     //
     this.gridGroupingControl1.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.gridGroupingControl1.BackColor                = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.Font                     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridGroupingControl1.FreezeCaption            = false;
     this.gridGroupingControl1.GridOfficeScrollBars     = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridGroupingControl1.GridVisualStyles         = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridGroupingControl1.Location                 = new System.Drawing.Point(11, 12);
     this.gridGroupingControl1.Name                     = "gridGroupingControl1";
     this.gridGroupingControl1.Size                     = new System.Drawing.Size(775, 438);
     this.gridGroupingControl1.TabIndex                 = 0;
     this.gridGroupingControl1.TableDescriptor.AllowNew = false;
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.Font.Facename             = "Segoe UI";
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.TextColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Bottom       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Right        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Interior             = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Right  = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Right      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Top        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Interior           = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.ColumnHeaderCell.Font.Bold        = true;
     this.gridGroupingControl1.TableDescriptor.Appearance.GroupCaptionCell.CellType         = "ColumnHeader";
     this.gridGroupingControl1.TableDescriptor.TableOptions.ColumnHeaderRowHeight           = 25;
     this.gridGroupingControl1.TableDescriptor.TableOptions.RecordRowHeight                 = 25;
     this.gridGroupingControl1.Text        = "gridGroupingControl1";
     this.gridGroupingControl1.VersionInfo = "4.301.0.0";
     //
     // Form1
     //
     this.ClientSize  = new System.Drawing.Size(1012, 656);
     this.MinimumSize = new System.Drawing.Size(850, 570);
     this.Controls.Add(this.gridGroupingControl1);
     this.Controls.Add(this.Output);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label1);
     this.Name = "Form1";
     this.Text = "Table Control Events";
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #21
0
ファイル: Form1.cs プロジェクト: pizsa44/winforms-demos
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor43          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor44          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor45          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor46          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor47          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor48          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor49          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor50          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor51          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor52          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor53          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor54          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor55          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor           gridColumnDescriptor56          = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderRowDescriptor gridStackedHeaderRowDescriptor4 = new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderRowDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor    gridStackedHeaderDescriptor13   = new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor    gridStackedHeaderDescriptor14   = new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor    gridStackedHeaderDescriptor15   = new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor    gridStackedHeaderDescriptor16   = new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor();
     this.sqlSelectCommand2    = new System.Data.SqlClient.SqlCommand();
     this.sqlConnection2       = new System.Data.SqlClient.SqlConnection();
     this.sqlDataAdapterOrders = new System.Data.SqlClient.SqlDataAdapter();
     this.propertyGrid1        = new System.Windows.Forms.PropertyGrid();
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.northwindDataSet1    = new StackedHeaders.DataSet1();
     this.checkBoxAdv1         = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.northwindDataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
     this.SuspendLayout();
     //
     // sqlSelectCommand2
     //
     this.sqlSelectCommand2.CommandText = "SELECT OrderID, CustomerID, EmployeeID, OrderDate, RequiredDate, ShippedDate, Shi" +
                                          "pVia, Freight, ShipName, ShipAddress, ShipCity, ShipRegion, ShipPostalCode, Ship" +
                                          "Country FROM Orders";
     this.sqlSelectCommand2.Connection = this.sqlConnection2;
     //
     // sqlConnection2
     //
     this.sqlConnection2.ConnectionString = "Network Address=66.135.59.108,49489;initial catalog=NORTHWIND;password=Sync_sampl" +
                                            "es;persist security info=True;user id=sa;packet size=4096;Pooling=true";
     this.sqlConnection2.FireInfoMessageEventOnUserErrors = false;
     //
     // sqlDataAdapterOrders
     //
     this.sqlDataAdapterOrders.SelectCommand = this.sqlSelectCommand2;
     this.sqlDataAdapterOrders.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Orders", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("OrderID", "OrderID"),
             new System.Data.Common.DataColumnMapping("CustomerID", "CustomerID"),
             new System.Data.Common.DataColumnMapping("EmployeeID", "EmployeeID"),
             new System.Data.Common.DataColumnMapping("OrderDate", "OrderDate"),
             new System.Data.Common.DataColumnMapping("RequiredDate", "RequiredDate"),
             new System.Data.Common.DataColumnMapping("ShippedDate", "ShippedDate"),
             new System.Data.Common.DataColumnMapping("ShipVia", "ShipVia"),
             new System.Data.Common.DataColumnMapping("Freight", "Freight"),
             new System.Data.Common.DataColumnMapping("ShipName", "ShipName"),
             new System.Data.Common.DataColumnMapping("ShipAddress", "ShipAddress"),
             new System.Data.Common.DataColumnMapping("ShipCity", "ShipCity"),
             new System.Data.Common.DataColumnMapping("ShipRegion", "ShipRegion"),
             new System.Data.Common.DataColumnMapping("ShipPostalCode", "ShipPostalCode"),
             new System.Data.Common.DataColumnMapping("ShipCountry", "ShipCountry")
         })
     });
     //
     // propertyGrid1
     //
     this.propertyGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.propertyGrid1.BackColor                 = System.Drawing.Color.White;
     this.propertyGrid1.CommandsBackColor         = System.Drawing.Color.White;
     this.propertyGrid1.CommandsDisabledLinkColor = System.Drawing.Color.White;
     this.propertyGrid1.Font           = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.propertyGrid1.HelpBackColor  = System.Drawing.Color.White;
     this.propertyGrid1.LineColor      = System.Drawing.Color.White;
     this.propertyGrid1.Location       = new System.Drawing.Point(670, 61);
     this.propertyGrid1.Name           = "propertyGrid1";
     this.propertyGrid1.SelectedObject = this.gridGroupingControl1;
     this.propertyGrid1.Size           = new System.Drawing.Size(331, 590);
     this.propertyGrid1.TabIndex       = 11;
     //
     // gridGroupingControl1
     //
     this.gridGroupingControl1.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.gridGroupingControl1.Appearance.AnyCell.TextColor          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(102)))));
     this.gridGroupingControl1.Appearance.StackedHeaderCell.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))));
     this.gridGroupingControl1.Appearance.StackedHeaderCell.Themed   = false;
     this.gridGroupingControl1.BackColor = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.ChildGroupOptions.ShowAddNewRecordBeforeDetails = false;
     this.gridGroupingControl1.ChildGroupOptions.ShowColumnHeaders             = true;
     this.gridGroupingControl1.ChildGroupOptions.ShowStackedHeaders            = true;
     this.gridGroupingControl1.Font                            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridGroupingControl1.ForeColor                       = System.Drawing.Color.MidnightBlue;
     this.gridGroupingControl1.FreezeCaption                   = false;
     this.gridGroupingControl1.GridOfficeScrollBars            = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridGroupingControl1.GridVisualStyles                = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridGroupingControl1.TableOptions.DefaultColumnWidth = 40;
     this.gridGroupingControl1.Location                        = new System.Drawing.Point(9, 2);
     this.gridGroupingControl1.Name                            = "gridGroupingControl1";
     this.gridGroupingControl1.NestedTableGroupOptions.ShowAddNewRecordBeforeDetails = false;
     this.gridGroupingControl1.ShowGroupDropArea = true;
     this.gridGroupingControl1.Size     = new System.Drawing.Size(655, 649);
     this.gridGroupingControl1.TabIndex = 0;
     this.gridGroupingControl1.TableDescriptor.AllowNew = false;
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.Font.Facename             = "Segoe UI";
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.TextColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Bottom       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Borders.Right        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.Interior             = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyGroupCell.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.Borders.Right  = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Right      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Top        = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin);
     this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Interior           = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))));
     this.gridGroupingControl1.TableDescriptor.Appearance.ColumnHeaderCell.Font.Bold        = true;
     this.gridGroupingControl1.TableDescriptor.Appearance.GroupCaptionCell.CellType         = "ColumnHeader";
     gridColumnDescriptor43.HeaderImage          = null;
     gridColumnDescriptor43.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor43.MappingName          = "OrderID";
     gridColumnDescriptor43.SerializedImageArray = "";
     gridColumnDescriptor44.HeaderImage          = null;
     gridColumnDescriptor44.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor44.MappingName          = "CustomerID";
     gridColumnDescriptor44.SerializedImageArray = "";
     gridColumnDescriptor45.HeaderImage          = null;
     gridColumnDescriptor45.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor45.MappingName          = "EmployeeID";
     gridColumnDescriptor45.SerializedImageArray = "";
     gridColumnDescriptor46.HeaderImage          = null;
     gridColumnDescriptor46.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor46.MappingName          = "OrderDate";
     gridColumnDescriptor46.SerializedImageArray = "";
     gridColumnDescriptor47.HeaderImage          = null;
     gridColumnDescriptor47.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor47.MappingName          = "RequiredDate";
     gridColumnDescriptor47.SerializedImageArray = "";
     gridColumnDescriptor48.HeaderImage          = null;
     gridColumnDescriptor48.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor48.MappingName          = "ShippedDate";
     gridColumnDescriptor48.SerializedImageArray = "";
     gridColumnDescriptor49.HeaderImage          = null;
     gridColumnDescriptor49.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor49.MappingName          = "ShipVia";
     gridColumnDescriptor49.SerializedImageArray = "";
     gridColumnDescriptor50.HeaderImage          = null;
     gridColumnDescriptor50.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor50.MappingName          = "Freight";
     gridColumnDescriptor50.SerializedImageArray = "";
     gridColumnDescriptor51.HeaderImage          = null;
     gridColumnDescriptor51.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor51.MappingName          = "ShipName";
     gridColumnDescriptor51.SerializedImageArray = "";
     gridColumnDescriptor52.HeaderImage          = null;
     gridColumnDescriptor52.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor52.MappingName          = "ShipAddress";
     gridColumnDescriptor52.SerializedImageArray = "";
     gridColumnDescriptor53.HeaderImage          = null;
     gridColumnDescriptor53.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor53.MappingName          = "ShipCity";
     gridColumnDescriptor53.SerializedImageArray = "";
     gridColumnDescriptor54.HeaderImage          = null;
     gridColumnDescriptor54.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor54.MappingName          = "ShipRegion";
     gridColumnDescriptor54.SerializedImageArray = "";
     gridColumnDescriptor55.HeaderImage          = null;
     gridColumnDescriptor55.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor55.MappingName          = "ShipPostalCode";
     gridColumnDescriptor55.SerializedImageArray = "";
     gridColumnDescriptor56.HeaderImage          = null;
     gridColumnDescriptor56.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor56.MappingName          = "ShipCountry";
     gridColumnDescriptor56.SerializedImageArray = "";
     this.gridGroupingControl1.TableDescriptor.Columns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor[] {
         gridColumnDescriptor43,
         gridColumnDescriptor44,
         gridColumnDescriptor45,
         gridColumnDescriptor46,
         gridColumnDescriptor47,
         gridColumnDescriptor48,
         gridColumnDescriptor49,
         gridColumnDescriptor50,
         gridColumnDescriptor51,
         gridColumnDescriptor52,
         gridColumnDescriptor53,
         gridColumnDescriptor54,
         gridColumnDescriptor55,
         gridColumnDescriptor56
     });
     this.gridGroupingControl1.TableDescriptor.PrimaryKeyColumns.AddRange(new Syncfusion.Grouping.SortColumnDescriptor[] {
         new Syncfusion.Grouping.SortColumnDescriptor("OrderID", System.ComponentModel.ListSortDirection.Ascending)
     });
     gridStackedHeaderRowDescriptor4.Appearance.StackedHeaderCell.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))));
     gridStackedHeaderDescriptor13.Appearance.StackedHeaderCell.Interior   = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128))))));
     gridStackedHeaderDescriptor13.Appearance.StackedHeaderCell.TextColor  = System.Drawing.Color.Black;
     gridStackedHeaderDescriptor13.HeaderText = "Header One";
     gridStackedHeaderDescriptor13.Name       = "StackedHeader 1";
     gridStackedHeaderDescriptor13.VisibleColumns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("OrderID"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("CustomerID"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("EmployeeID")
     });
     gridStackedHeaderDescriptor14.Appearance.StackedHeaderCell.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))));
     gridStackedHeaderDescriptor14.HeaderText = "Header Two";
     gridStackedHeaderDescriptor14.Name       = "StackedHeader 2";
     gridStackedHeaderDescriptor14.VisibleColumns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("OrderDate"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("Freight"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("RequiredDate")
     });
     gridStackedHeaderDescriptor15.Appearance.StackedHeaderCell.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))));
     gridStackedHeaderDescriptor15.HeaderText = "Header Three";
     gridStackedHeaderDescriptor15.Name       = "StackedHeader 3";
     gridStackedHeaderDescriptor15.VisibleColumns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("ShippedDate"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("ShipVia"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("ShipName")
     });
     gridStackedHeaderDescriptor16.Appearance.StackedHeaderCell.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))));
     gridStackedHeaderDescriptor16.HeaderText = "Header Four";
     gridStackedHeaderDescriptor16.Name       = "StackedHeader 4";
     gridStackedHeaderDescriptor16.VisibleColumns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("ShipAddress"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("ShipCity"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("ShipRegion"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("ShipPostalCode"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderVisibleColumnDescriptor("ShipCountry")
     });
     gridStackedHeaderRowDescriptor4.Headers.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridStackedHeaderDescriptor[] {
         gridStackedHeaderDescriptor13,
         gridStackedHeaderDescriptor14,
         gridStackedHeaderDescriptor15,
         gridStackedHeaderDescriptor16
     });
     gridStackedHeaderRowDescriptor4.Name = "Row 1";
     this.gridGroupingControl1.TableDescriptor.StackedHeaderRows.Add(gridStackedHeaderRowDescriptor4);
     this.gridGroupingControl1.TableDescriptor.SummaryRows.Add(new Syncfusion.Windows.Forms.Grid.Grouping.GridSummaryRowDescriptor("SummaryRow 1", new Syncfusion.Windows.Forms.Grid.Grouping.GridSummaryColumnDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridSummaryColumnDescriptor("FreightAverage", Syncfusion.Grouping.SummaryType.DoubleAggregate, "Freight", "{Average:###.00}")
     }));
     this.gridGroupingControl1.TableDescriptor.SummaryRows.Add(new Syncfusion.Windows.Forms.Grid.Grouping.GridSummaryRowDescriptor("SummaryRow 2", "Total", new Syncfusion.Windows.Forms.Grid.Grouping.GridSummaryColumnDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridSummaryColumnDescriptor("FreightTotal", Syncfusion.Grouping.SummaryType.DoubleAggregate, "Freight", "{Sum:###.00}")
     }));
     this.gridGroupingControl1.TableDescriptor.TableOptions.ColumnHeaderRowHeight = 25;
     this.gridGroupingControl1.TableDescriptor.TableOptions.RecordRowHeight       = 20;
     this.gridGroupingControl1.TableDescriptor.VisibleColumns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("OrderID"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("CustomerID"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("EmployeeID"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("OrderDate"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("Freight"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("RequiredDate"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("ShippedDate"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("ShipVia"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("ShipName"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("ShipAddress"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("ShipCity"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("ShipRegion"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("ShipPostalCode"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridVisibleColumnDescriptor("ShipCountry")
     });
     this.gridGroupingControl1.TableOptions.GridLineBorder = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))));
     this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails = false;
     this.gridGroupingControl1.TopLevelGroupOptions.ShowCaption = false;
     //
     // northwindDataSet1
     //
     this.northwindDataSet1.DataSetName             = "DataSet1";
     this.northwindDataSet1.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.northwindDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // checkBoxAdv1
     //
     this.checkBoxAdv1.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxAdv1.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.checkBoxAdv1.DrawFocusRectangle = false;
     this.checkBoxAdv1.Location           = new System.Drawing.Point(679, 13);
     this.checkBoxAdv1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
     this.checkBoxAdv1.Name               = "checkBoxAdv1";
     this.checkBoxAdv1.Size               = new System.Drawing.Size(150, 21);
     this.checkBoxAdv1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv1.TabIndex           = 12;
     this.checkBoxAdv1.Text               = "Enable Touch mode";
     this.checkBoxAdv1.ThemesEnabled      = false;
     this.checkBoxAdv1.CheckStateChanged += new System.EventHandler(this.checkBoxAdv1_CheckStateChanged);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(1012, 659);
     this.Controls.Add(this.checkBoxAdv1);
     this.Controls.Add(this.propertyGrid1);
     this.Controls.Add(this.gridGroupingControl1);
     this.MinimumSize = new System.Drawing.Size(850, 500);
     this.Name        = "Form1";
     this.Text        = "Stacked Headers";
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.northwindDataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
     this.ResumeLayout(false);
 }