コード例 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.comboBox1    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.checkBox2    = new System.Windows.Forms.CheckBox();
     this.groupBox2    = new System.Windows.Forms.GroupBox();
     this.radioButton4 = new System.Windows.Forms.RadioButton();
     this.radioButton3 = new System.Windows.Forms.RadioButton();
     this.checkBox3    = new System.Windows.Forms.CheckBox();
     this.comboBox2    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.groupBox3    = new System.Windows.Forms.GroupBox();
     this.radioButton6 = new System.Windows.Forms.RadioButton();
     this.radioButton5 = new System.Windows.Forms.RadioButton();
     this.checkBox4    = new System.Windows.Forms.CheckBox();
     this.comboBox3    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.button1      = new Syncfusion.Windows.Forms.ButtonAdv();
     this.button2      = new Syncfusion.Windows.Forms.ButtonAdv();
     this.label1       = new System.Windows.Forms.Label();
     this.comboBox4    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox2)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox4)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioButton2);
     this.groupBox1.Controls.Add(this.radioButton1);
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.Controls.Add(this.checkBox2);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(312, 64);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Group items by";
     //
     // radioButton2
     //
     this.radioButton2.Location = new System.Drawing.Point(216, 40);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(88, 16);
     this.radioButton2.TabIndex = 2;
     this.radioButton2.Text     = "Descending";
     //
     // radioButton1
     //
     this.radioButton1.Checked         = true;
     this.radioButton1.Location        = new System.Drawing.Point(216, 16);
     this.radioButton1.Name            = "radioButton1";
     this.radioButton1.Size            = new System.Drawing.Size(88, 24);
     this.radioButton1.TabIndex        = 1;
     this.radioButton1.TabStop         = true;
     this.radioButton1.Text            = "Ascending";
     this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // comboBox1
     //
     this.comboBox1.IgnoreThemeBackground = true;
     this.comboBox1.Items.AddRange(new object[] {
         "(none)"
     });
     this.comboBox1.Location = new System.Drawing.Point(8, 16);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(200, 21);
     this.comboBox1.Style    = Syncfusion.Windows.Forms.VisualStyle.Office2007;
     this.comboBox1.SuppressDropDownEvent = false;
     this.comboBox1.TabIndex = 0;
     this.comboBox1.Text     = "(none)";
     //
     // checkBox2
     //
     this.checkBox2.Location = new System.Drawing.Point(8, 40);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(136, 16);
     this.checkBox2.TabIndex = 2;
     this.checkBox2.Text     = "Show field in view";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.radioButton4);
     this.groupBox2.Controls.Add(this.radioButton3);
     this.groupBox2.Controls.Add(this.checkBox3);
     this.groupBox2.Controls.Add(this.comboBox2);
     this.groupBox2.Location = new System.Drawing.Point(16, 80);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(312, 64);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Then by";
     //
     // radioButton4
     //
     this.radioButton4.Location = new System.Drawing.Point(216, 40);
     this.radioButton4.Name     = "radioButton4";
     this.radioButton4.Size     = new System.Drawing.Size(88, 16);
     this.radioButton4.TabIndex = 3;
     this.radioButton4.Text     = "Descending";
     //
     // radioButton3
     //
     this.radioButton3.Checked         = true;
     this.radioButton3.Location        = new System.Drawing.Point(216, 16);
     this.radioButton3.Name            = "radioButton3";
     this.radioButton3.Size            = new System.Drawing.Size(88, 24);
     this.radioButton3.TabIndex        = 2;
     this.radioButton3.TabStop         = true;
     this.radioButton3.Text            = "Ascending";
     this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
     //
     // checkBox3
     //
     this.checkBox3.Location = new System.Drawing.Point(8, 40);
     this.checkBox3.Name     = "checkBox3";
     this.checkBox3.Size     = new System.Drawing.Size(152, 16);
     this.checkBox3.TabIndex = 1;
     this.checkBox3.Text     = "Show field in view";
     //
     // comboBox2
     //
     this.comboBox2.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(251)))));
     this.comboBox2.IgnoreThemeBackground = true;
     this.comboBox2.Items.AddRange(new object[] {
         "(none)"
     });
     this.comboBox2.Location = new System.Drawing.Point(8, 16);
     this.comboBox2.Name     = "comboBox2";
     this.comboBox2.Size     = new System.Drawing.Size(200, 21);
     this.comboBox2.Style    = Syncfusion.Windows.Forms.VisualStyle.Office2007;
     this.comboBox2.SuppressDropDownEvent = false;
     this.comboBox2.TabIndex = 0;
     this.comboBox2.Text     = "(none)";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.radioButton6);
     this.groupBox3.Controls.Add(this.radioButton5);
     this.groupBox3.Controls.Add(this.checkBox4);
     this.groupBox3.Controls.Add(this.comboBox3);
     this.groupBox3.Location = new System.Drawing.Point(32, 152);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(312, 64);
     this.groupBox3.TabIndex = 3;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Then by";
     //
     // radioButton6
     //
     this.radioButton6.Location = new System.Drawing.Point(216, 40);
     this.radioButton6.Name     = "radioButton6";
     this.radioButton6.Size     = new System.Drawing.Size(88, 16);
     this.radioButton6.TabIndex = 3;
     this.radioButton6.Text     = "Descending";
     //
     // radioButton5
     //
     this.radioButton5.Checked         = true;
     this.radioButton5.Location        = new System.Drawing.Point(216, 16);
     this.radioButton5.Name            = "radioButton5";
     this.radioButton5.Size            = new System.Drawing.Size(88, 24);
     this.radioButton5.TabIndex        = 2;
     this.radioButton5.TabStop         = true;
     this.radioButton5.Text            = "Ascending";
     this.radioButton5.CheckedChanged += new System.EventHandler(this.radioButton5_CheckedChanged);
     //
     // checkBox4
     //
     this.checkBox4.Location = new System.Drawing.Point(8, 40);
     this.checkBox4.Name     = "checkBox4";
     this.checkBox4.Size     = new System.Drawing.Size(104, 16);
     this.checkBox4.TabIndex = 1;
     this.checkBox4.Text     = "Show field in view";
     //
     // comboBox3
     //
     this.comboBox3.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(251)))));
     this.comboBox3.IgnoreThemeBackground = true;
     this.comboBox3.Items.AddRange(new object[] {
         "(none)"
     });
     this.comboBox3.Location = new System.Drawing.Point(8, 16);
     this.comboBox3.Name     = "comboBox3";
     this.comboBox3.Size     = new System.Drawing.Size(200, 21);
     this.comboBox3.Style    = Syncfusion.Windows.Forms.VisualStyle.Office2007;
     this.comboBox3.SuppressDropDownEvent = false;
     this.comboBox3.TabIndex = 0;
     this.comboBox3.Text     = "(none)";
     //
     // button1
     //
     this.button1.Appearance              = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.button1.BackColor               = System.Drawing.SystemColors.Control;
     this.button1.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.button1.Location                = new System.Drawing.Point(344, 8);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(75, 23);
     this.button1.TabIndex                = 4;
     this.button1.Text                    = "OK";
     this.button1.UseVisualStyle          = true;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click                  += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Appearance              = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.button2.BackColor               = System.Drawing.SystemColors.Control;
     this.button2.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.button2.Location                = new System.Drawing.Point(344, 40);
     this.button2.Name                    = "button2";
     this.button2.Size                    = new System.Drawing.Size(75, 23);
     this.button2.TabIndex                = 5;
     this.button2.Text                    = "Cancel";
     this.button2.UseVisualStyle          = true;
     this.button2.UseVisualStyleBackColor = false;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(72, 224);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(136, 16);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Expand/collapse defaults:";
     //
     // comboBox4
     //
     this.comboBox4.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(251)))));
     this.comboBox4.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox4.IgnoreThemeBackground = true;
     this.comboBox4.Items.AddRange(new object[] {
         "All expanded",
         "All collapsed"
     });
     this.comboBox4.Location = new System.Drawing.Point(208, 224);
     this.comboBox4.Name     = "comboBox4";
     this.comboBox4.Size     = new System.Drawing.Size(208, 21);
     this.comboBox4.Style    = Syncfusion.Windows.Forms.VisualStyle.Office2007;
     this.comboBox4.SuppressDropDownEvent = false;
     this.comboBox4.TabIndex = 8;
     //
     // GroupByDialog
     //
     this.AcceptButton      = this.button1;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     this.CancelButton      = this.button2;
     this.ClientSize        = new System.Drawing.Size(424, 248);
     this.Controls.Add(this.comboBox4);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "GroupByDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Group By";
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).EndInit();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.comboBox2)).EndInit();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.comboBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox4)).EndInit();
     this.ResumeLayout(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.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);
 }
コード例 #3
0
ファイル: Form1.cs プロジェクト: yyangrns/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.chartControl1         = new Syncfusion.Windows.Forms.Chart.ChartControl();
     this.buttonDocIO           = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonPdf             = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonXLsIO           = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonImage           = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonSVG             = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv2            = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonGrid            = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonPrint           = new Syncfusion.Windows.Forms.ButtonAdv();
     this.toolTip1              = new System.Windows.Forms.ToolTip(this.components);
     this.panel1                = new System.Windows.Forms.Panel();
     this.label1                = new System.Windows.Forms.Label();
     this.buttonEmf             = new Syncfusion.Windows.Forms.ButtonAdv();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.panel1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.ChartArea.BorderWidth     = 2;
     this.chartControl1.ChartArea.CursorLocation  = new System.Drawing.Point(0, 0);
     this.chartControl1.ChartArea.CursorReDraw    = false;
     this.chartControl1.ChartArea.XAxesLayoutMode = Syncfusion.Windows.Forms.Chart.ChartAxesLayoutMode.SideBySide;
     this.chartControl1.ChartArea.YAxesLayoutMode = Syncfusion.Windows.Forms.Chart.ChartAxesLayoutMode.SideBySide;
     this.chartControl1.ChartAreaMargins          = new Syncfusion.Windows.Forms.Chart.ChartMargins(10, 10, 20, 10);
     this.chartControl1.DataSourceName            = "";
     this.chartControl1.IsWindowLess = false;
     //
     //
     //
     this.chartControl1.Legend.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.chartControl1.Legend.Location    = new System.Drawing.Point(59, 501);
     this.chartControl1.Legend.Orientation = Syncfusion.Windows.Forms.Chart.ChartOrientation.Horizontal;
     this.chartControl1.Legend.Position    = Syncfusion.Windows.Forms.Chart.ChartDock.Bottom;
     this.chartControl1.Localize           = null;
     this.chartControl1.Location           = new System.Drawing.Point(0, 0);
     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(700, 579);
     this.chartControl1.TabIndex = 0;
     this.chartControl1.Text     = "chartControl1";
     //
     //
     //
     this.chartControl1.Title.Name = "Def_title";
     this.chartControl1.Title.Text = "chartControl1";
     this.chartControl1.Titles.Add(this.chartControl1.Title);
     this.chartControl1.ChartFormatAxisLabel += new Syncfusion.Windows.Forms.Chart.ChartFormatAxisLabelEventHandler(this.chartControl1_ChartFormatAxisLabel);
     //
     // buttonDocIO
     //
     this.buttonDocIO.Appearance                        = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.buttonDocIO.BackColor                         = System.Drawing.Color.White;
     this.buttonDocIO.BeforeTouchSize                   = new System.Drawing.Size(75, 75);
     this.buttonDocIO.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.buttonDocIO.FlatAppearance.CheckedBackColor   = System.Drawing.Color.White;
     this.buttonDocIO.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.buttonDocIO.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.buttonDocIO.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.buttonDocIO.Image              = ((System.Drawing.Image)(resources.GetObject("buttonDocIO.Image")));
     this.buttonDocIO.IsBackStageButton  = false;
     this.buttonDocIO.KeepFocusRectangle = false;
     this.buttonDocIO.Location           = new System.Drawing.Point(142, 163);
     this.buttonDocIO.Name           = "buttonDocIO";
     this.buttonDocIO.Size           = new System.Drawing.Size(75, 75);
     this.buttonDocIO.TabIndex       = 4;
     this.buttonDocIO.Tag            = "Check";
     this.buttonDocIO.UseVisualStyle = false;
     this.buttonDocIO.Click         += new System.EventHandler(this.buttonDocIO_Click);
     //
     // buttonPdf
     //
     this.buttonPdf.Appearance                        = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.buttonPdf.BackColor                         = System.Drawing.Color.White;
     this.buttonPdf.BeforeTouchSize                   = new System.Drawing.Size(75, 75);
     this.buttonPdf.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.buttonPdf.FlatAppearance.CheckedBackColor   = System.Drawing.Color.White;
     this.buttonPdf.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.buttonPdf.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.buttonPdf.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.buttonPdf.Image              = ((System.Drawing.Image)(resources.GetObject("buttonPdf.Image")));
     this.buttonPdf.IsBackStageButton  = false;
     this.buttonPdf.KeepFocusRectangle = false;
     this.buttonPdf.Location           = new System.Drawing.Point(142, 255);
     this.buttonPdf.Name           = "buttonPdf";
     this.buttonPdf.Size           = new System.Drawing.Size(75, 75);
     this.buttonPdf.TabIndex       = 5;
     this.buttonPdf.Tag            = "Check";
     this.buttonPdf.UseVisualStyle = false;
     this.buttonPdf.Click         += new System.EventHandler(this.buttonPdf_Click);
     //
     // buttonXLsIO
     //
     this.buttonXLsIO.Appearance                        = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.buttonXLsIO.BackColor                         = System.Drawing.Color.White;
     this.buttonXLsIO.BeforeTouchSize                   = new System.Drawing.Size(75, 75);
     this.buttonXLsIO.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.buttonXLsIO.FlatAppearance.CheckedBackColor   = System.Drawing.Color.White;
     this.buttonXLsIO.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.buttonXLsIO.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.buttonXLsIO.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.buttonXLsIO.Image              = ((System.Drawing.Image)(resources.GetObject("buttonXLsIO.Image")));
     this.buttonXLsIO.IsBackStageButton  = false;
     this.buttonXLsIO.KeepFocusRectangle = false;
     this.buttonXLsIO.Location           = new System.Drawing.Point(46, 255);
     this.buttonXLsIO.Name           = "buttonXLsIO";
     this.buttonXLsIO.Size           = new System.Drawing.Size(75, 75);
     this.buttonXLsIO.TabIndex       = 6;
     this.buttonXLsIO.Tag            = "Check";
     this.buttonXLsIO.UseVisualStyle = false;
     this.buttonXLsIO.Click         += new System.EventHandler(this.buttonXLsIO_Click);
     //
     // buttonImage
     //
     this.buttonImage.Appearance                        = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.buttonImage.BackColor                         = System.Drawing.Color.White;
     this.buttonImage.BeforeTouchSize                   = new System.Drawing.Size(75, 75);
     this.buttonImage.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.buttonImage.FlatAppearance.CheckedBackColor   = System.Drawing.Color.White;
     this.buttonImage.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.buttonImage.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.buttonImage.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.buttonImage.Image              = ((System.Drawing.Image)(resources.GetObject("buttonImage.Image")));
     this.buttonImage.IsBackStageButton  = false;
     this.buttonImage.KeepFocusRectangle = false;
     this.buttonImage.Location           = new System.Drawing.Point(142, 72);
     this.buttonImage.Name           = "buttonImage";
     this.buttonImage.Size           = new System.Drawing.Size(75, 75);
     this.buttonImage.TabIndex       = 7;
     this.buttonImage.UseVisualStyle = false;
     this.buttonImage.Click         += new System.EventHandler(this.buttonImage_Click);
     //
     // buttonSVG
     //
     this.buttonSVG.Appearance                        = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.buttonSVG.BackColor                         = System.Drawing.Color.White;
     this.buttonSVG.BeforeTouchSize                   = new System.Drawing.Size(75, 75);
     this.buttonSVG.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.buttonSVG.FlatAppearance.CheckedBackColor   = System.Drawing.Color.White;
     this.buttonSVG.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.buttonSVG.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.buttonSVG.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.buttonSVG.Image              = ((System.Drawing.Image)(resources.GetObject("buttonSVG.Image")));
     this.buttonSVG.IsBackStageButton  = false;
     this.buttonSVG.KeepFocusRectangle = false;
     this.buttonSVG.Location           = new System.Drawing.Point(46, 163);
     this.buttonSVG.Name           = "buttonSVG";
     this.buttonSVG.Size           = new System.Drawing.Size(75, 75);
     this.buttonSVG.TabIndex       = 8;
     this.buttonSVG.UseVisualStyle = false;
     this.buttonSVG.Click         += new System.EventHandler(this.buttonSVG_Click);
     //
     // buttonAdv2
     //
     this.buttonAdv2.Appearance                        = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.buttonAdv2.BackColor                         = System.Drawing.Color.White;
     this.buttonAdv2.BeforeTouchSize                   = new System.Drawing.Size(75, 75);
     this.buttonAdv2.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.buttonAdv2.FlatAppearance.CheckedBackColor   = System.Drawing.Color.White;
     this.buttonAdv2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.buttonAdv2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.buttonAdv2.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.buttonAdv2.Font               = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonAdv2.Image              = ((System.Drawing.Image)(resources.GetObject("buttonAdv2.Image")));
     this.buttonAdv2.IsBackStageButton  = false;
     this.buttonAdv2.KeepFocusRectangle = false;
     this.buttonAdv2.Location           = new System.Drawing.Point(46, 345);
     this.buttonAdv2.Name               = "buttonAdv2";
     this.buttonAdv2.Size               = new System.Drawing.Size(75, 75);
     this.buttonAdv2.TabIndex           = 15;
     this.buttonAdv2.UseVisualStyle     = false;
     this.buttonAdv2.Click             += new System.EventHandler(this.buttonAdv2_Click);
     //
     // buttonGrid
     //
     this.buttonGrid.Appearance                        = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.buttonGrid.BackColor                         = System.Drawing.Color.White;
     this.buttonGrid.BeforeTouchSize                   = new System.Drawing.Size(75, 75);
     this.buttonGrid.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.buttonGrid.FlatAppearance.CheckedBackColor   = System.Drawing.Color.White;
     this.buttonGrid.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.buttonGrid.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.buttonGrid.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.buttonGrid.Image              = ((System.Drawing.Image)(resources.GetObject("buttonGrid.Image")));
     this.buttonGrid.IsBackStageButton  = false;
     this.buttonGrid.KeepFocusRectangle = false;
     this.buttonGrid.Location           = new System.Drawing.Point(142, 345);
     this.buttonGrid.Name           = "buttonGrid";
     this.buttonGrid.Size           = new System.Drawing.Size(75, 75);
     this.buttonGrid.TabIndex       = 11;
     this.buttonGrid.UseVisualStyle = false;
     this.buttonGrid.Click         += new System.EventHandler(this.buttonGrid_Click);
     //
     // buttonPrint
     //
     this.buttonPrint.Appearance                        = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.buttonPrint.BackColor                         = System.Drawing.Color.White;
     this.buttonPrint.BeforeTouchSize                   = new System.Drawing.Size(75, 75);
     this.buttonPrint.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.buttonPrint.FlatAppearance.CheckedBackColor   = System.Drawing.Color.White;
     this.buttonPrint.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.buttonPrint.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.buttonPrint.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.buttonPrint.Image              = ((System.Drawing.Image)(resources.GetObject("buttonPrint.Image")));
     this.buttonPrint.IsBackStageButton  = false;
     this.buttonPrint.KeepFocusRectangle = false;
     this.buttonPrint.Location           = new System.Drawing.Point(46, 435);
     this.buttonPrint.Name     = "buttonPrint";
     this.buttonPrint.Size     = new System.Drawing.Size(75, 75);
     this.buttonPrint.TabIndex = 13;
     this.toolTip1.SetToolTip(this.buttonPrint, "Print Chart");
     this.buttonPrint.UseVisualStyle = false;
     this.buttonPrint.Click         += new System.EventHandler(this.buttonPrint_Click);
     //
     // 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.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.buttonPrint);
     this.panel1.Controls.Add(this.buttonGrid);
     this.panel1.Controls.Add(this.buttonAdv2);
     this.panel1.Controls.Add(this.buttonEmf);
     this.panel1.Controls.Add(this.buttonSVG);
     this.panel1.Controls.Add(this.buttonImage);
     this.panel1.Controls.Add(this.buttonXLsIO);
     this.panel1.Controls.Add(this.buttonPdf);
     this.panel1.Controls.Add(this.buttonDocIO);
     this.panel1.Location = new System.Drawing.Point(700, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(260, 585);
     this.panel1.TabIndex = 43;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label1.Location  = new System.Drawing.Point(42, 30);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(117, 25);
     this.label1.TabIndex  = 16;
     this.label1.Text      = "Chart Export";
     //
     // buttonEmf
     //
     this.buttonEmf.Appearance                        = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.buttonEmf.BackColor                         = System.Drawing.Color.White;
     this.buttonEmf.BeforeTouchSize                   = new System.Drawing.Size(75, 75);
     this.buttonEmf.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.buttonEmf.FlatAppearance.CheckedBackColor   = System.Drawing.Color.White;
     this.buttonEmf.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.buttonEmf.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.buttonEmf.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.buttonEmf.Image              = ((System.Drawing.Image)(resources.GetObject("buttonEmf.Image")));
     this.buttonEmf.IsBackStageButton  = false;
     this.buttonEmf.KeepFocusRectangle = false;
     this.buttonEmf.Location           = new System.Drawing.Point(46, 72);
     this.buttonEmf.Name           = "buttonEmf";
     this.buttonEmf.Size           = new System.Drawing.Size(75, 75);
     this.buttonEmf.TabIndex       = 9;
     this.buttonEmf.UseVisualStyle = false;
     this.buttonEmf.Click         += new System.EventHandler(this.buttonEmf_Click);
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.Color.White;
     this.statusStrip1.Dock      = System.Windows.Forms.DockStyle.None;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Location   = new System.Drawing.Point(0, 598);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip1.Size       = new System.Drawing.Size(17, 22);
     this.statusStrip1.TabIndex   = 44;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoSize          = true;
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(958, 584);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.chartControl1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(494, 456);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Exporting";
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.buttonAdv1    = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv2    = new Syncfusion.Windows.Forms.ButtonAdv();
     this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
     this.label1        = new System.Windows.Forms.Label();
     this.listBox1      = new System.Windows.Forms.ListBox();
     this.panel1        = new System.Windows.Forms.Panel();
     this.btnAdd        = new Syncfusion.Windows.Forms.ButtonAdv();
     this.btnRemove     = new Syncfusion.Windows.Forms.ButtonAdv();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonAdv1
     //
     this.buttonAdv1.Appearance         = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.buttonAdv1.KeepFocusRectangle = false;
     this.buttonAdv1.Location           = new System.Drawing.Point(248, 344);
     this.buttonAdv1.Name           = "buttonAdv1";
     this.buttonAdv1.Size           = new System.Drawing.Size(75, 23);
     this.buttonAdv1.TabIndex       = 0;
     this.buttonAdv1.Text           = "OK";
     this.buttonAdv1.UseVisualStyle = true;
     this.buttonAdv1.Click         += new System.EventHandler(this.buttonAdv1_Click);
     //
     // buttonAdv2
     //
     this.buttonAdv2.Appearance         = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.buttonAdv2.DialogResult       = System.Windows.Forms.DialogResult.Cancel;
     this.buttonAdv2.KeepFocusRectangle = false;
     this.buttonAdv2.Location           = new System.Drawing.Point(336, 344);
     this.buttonAdv2.Name           = "buttonAdv2";
     this.buttonAdv2.Size           = new System.Drawing.Size(75, 23);
     this.buttonAdv2.TabIndex       = 1;
     this.buttonAdv2.Text           = "Cancel";
     this.buttonAdv2.UseVisualStyle = true;
     this.buttonAdv2.Click         += new System.EventHandler(this.buttonAdv2_Click);
     //
     // propertyGrid1
     //
     this.propertyGrid1.CommandsBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(235)))), ((int)(((byte)(249)))));
     this.propertyGrid1.LineColor         = System.Drawing.SystemColors.ScrollBar;
     this.propertyGrid1.Location          = new System.Drawing.Point(16, 24);
     this.propertyGrid1.Name     = "propertyGrid1";
     this.propertyGrid1.Size     = new System.Drawing.Size(194, 280);
     this.propertyGrid1.TabIndex = 2;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 6);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(76, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Theme Colors:";
     //
     // listBox1
     //
     this.listBox1.Location              = new System.Drawing.Point(8, 8);
     this.listBox1.Name                  = "listBox1";
     this.listBox1.Size                  = new System.Drawing.Size(160, 225);
     this.listBox1.TabIndex              = 4;
     this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(235)))), ((int)(((byte)(249)))));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.propertyGrid1);
     this.panel1.Location = new System.Drawing.Point(200, 8);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(224, 320);
     this.panel1.TabIndex = 9;
     //
     // btnAdd
     //
     this.btnAdd.Appearance         = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.btnAdd.KeepFocusRectangle = false;
     this.btnAdd.Location           = new System.Drawing.Point(8, 240);
     this.btnAdd.Name           = "btnAdd";
     this.btnAdd.Size           = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex       = 10;
     this.btnAdd.Text           = "Add";
     this.btnAdd.UseVisualStyle = true;
     this.btnAdd.Click         += new System.EventHandler(this.btnAdd_Click);
     //
     // btnRemove
     //
     this.btnRemove.Appearance         = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.btnRemove.KeepFocusRectangle = false;
     this.btnRemove.Location           = new System.Drawing.Point(88, 240);
     this.btnRemove.Name           = "btnRemove";
     this.btnRemove.Size           = new System.Drawing.Size(75, 23);
     this.btnRemove.TabIndex       = 11;
     this.btnRemove.Text           = "Remove";
     this.btnRemove.UseVisualStyle = true;
     this.btnRemove.Click         += new System.EventHandler(this.btnRemove_Click);
     //
     // ColorGroup
     //
     this.AcceptButton      = this.buttonAdv1;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(193)))), ((int)(((byte)(236)))));
     this.CancelButton      = this.buttonAdv2;
     this.ClientSize        = new System.Drawing.Size(432, 374);
     this.Controls.Add(this.btnRemove);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.buttonAdv1);
     this.Controls.Add(this.buttonAdv2);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ColorGroup";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Color Group";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     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.panel1   = new System.Windows.Forms.Panel();
     this.button1  = new Syncfusion.Windows.Forms.ButtonAdv();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label3   = new System.Windows.Forms.Label();
     this.label2   = new System.Windows.Forms.Label();
     this.label1   = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(222)))));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.textBox3);
     this.panel1.Controls.Add(this.textBox2);
     this.panel1.Controls.Add(this.textBox1);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(192, 136);
     this.panel1.TabIndex = 0;
     //
     // button1
     //
     this.button1.Appearance     = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.button1.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location       = new System.Drawing.Point(56, 104);
     this.button1.Name           = "button1";
     this.button1.Size           = new System.Drawing.Size(80, 24);
     this.button1.TabIndex       = 6;
     this.button1.Text           = "Total";
     this.button1.UseVisualStyle = true;
     this.button1.Click         += new System.EventHandler(this.button1_Click);
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(80, 72);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(100, 20);
     this.textBox3.TabIndex = 5;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(80, 40);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(100, 20);
     this.textBox2.TabIndex = 4;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(80, 8);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 3;
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(16, 72);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 23);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Sum";
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(16, 40);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 23);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Number2";
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(16, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Number1";
     //
     // DataEntryControl
     //
     this.Controls.Add(this.panel1);
     this.Name = "DataEntryControl";
     this.Size = new System.Drawing.Size(192, 136);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     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.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.GridColumnSetDescriptor gridColumnSetDescriptor1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSetDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSetDescriptor gridColumnSetDescriptor2 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSetDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSetDescriptor gridColumnSetDescriptor3 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSetDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSetDescriptor gridColumnSetDescriptor4 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSetDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSetDescriptor gridColumnSetDescriptor5 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSetDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSetDescriptor gridColumnSetDescriptor6 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSetDescriptor();
     Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSetDescriptor gridColumnSetDescriptor7 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSetDescriptor();
     this.dataSet11            = new EmployeeView.DataSet1();
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.panel1     = new System.Windows.Forms.Panel();
     this.buttonAdv5 = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv4 = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv3 = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv2 = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv1 = new Syncfusion.Windows.Forms.ButtonAdv();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // dataSet11
     //
     this.dataSet11.DataSetName             = "DataSet1";
     this.dataSet11.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // 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.AlternateRecordFieldCell.BaseStyle   = "";
     this.gridGroupingControl1.Appearance.AlternateRecordFieldCell.Interior    = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(201)))), ((int)(((byte)(219))))));
     this.gridGroupingControl1.Appearance.RecordPreviewCell.BaseStyle          = "";
     this.gridGroupingControl1.Appearance.RecordPreviewCell.Interior           = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(240)))), ((int)(((byte)(246))))));
     this.gridGroupingControl1.Appearance.RecordPreviewRowHeaderCell.BaseStyle = "";
     this.gridGroupingControl1.Appearance.RecordPreviewRowHeaderCell.CellType  = "Static";
     this.gridGroupingControl1.Appearance.RecordPreviewRowHeaderCell.Enabled   = false;
     this.gridGroupingControl1.BackColor = System.Drawing.SystemColors.Window;
     this.gridGroupingControl1.ChildGroupOptions.ShowAddNewRecordAfterDetails  = true;
     this.gridGroupingControl1.ChildGroupOptions.ShowAddNewRecordBeforeDetails = false;
     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(21, 8);
     this.gridGroupingControl1.Name                     = "gridGroupingControl1";
     this.gridGroupingControl1.Size                     = new System.Drawing.Size(802, 634);
     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";
     gridColumnDescriptor1.HeaderImage          = null;
     gridColumnDescriptor1.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor1.HeaderText           = "ID";
     gridColumnDescriptor1.MappingName          = "EmployeeID";
     gridColumnDescriptor1.SerializedImageArray = "";
     gridColumnDescriptor1.Width                 = 60;
     gridColumnDescriptor2.HeaderImage           = null;
     gridColumnDescriptor2.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor2.MappingName           = "FirstName";
     gridColumnDescriptor2.SerializedImageArray  = "";
     gridColumnDescriptor2.Width                 = 115;
     gridColumnDescriptor3.HeaderImage           = null;
     gridColumnDescriptor3.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor3.MappingName           = "LastName";
     gridColumnDescriptor3.SerializedImageArray  = "";
     gridColumnDescriptor4.HeaderImage           = null;
     gridColumnDescriptor4.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor4.MappingName           = "Address";
     gridColumnDescriptor4.SerializedImageArray  = "";
     gridColumnDescriptor4.Width                 = 118;
     gridColumnDescriptor5.HeaderImage           = null;
     gridColumnDescriptor5.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor5.MappingName           = "City";
     gridColumnDescriptor5.SerializedImageArray  = "";
     gridColumnDescriptor5.Width                 = 83;
     gridColumnDescriptor6.HeaderImage           = null;
     gridColumnDescriptor6.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor6.MappingName           = "PostalCode";
     gridColumnDescriptor6.SerializedImageArray  = "";
     gridColumnDescriptor7.HeaderImage           = null;
     gridColumnDescriptor7.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor7.MappingName           = "Region";
     gridColumnDescriptor7.SerializedImageArray  = "";
     gridColumnDescriptor7.Width                 = 80;
     gridColumnDescriptor8.HeaderImage           = null;
     gridColumnDescriptor8.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor8.MappingName           = "Country";
     gridColumnDescriptor8.SerializedImageArray  = "";
     gridColumnDescriptor8.Width                 = 80;
     gridColumnDescriptor9.HeaderImage           = null;
     gridColumnDescriptor9.HeaderImageAlignment  = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor9.MappingName           = "BirthDate";
     gridColumnDescriptor9.SerializedImageArray  = "";
     gridColumnDescriptor10.HeaderImage          = null;
     gridColumnDescriptor10.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor10.MappingName          = "Photo";
     gridColumnDescriptor10.SerializedImageArray = "";
     gridColumnDescriptor11.HeaderImage          = null;
     gridColumnDescriptor11.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor11.MappingName          = "ReportsTo";
     gridColumnDescriptor11.SerializedImageArray = "";
     gridColumnDescriptor12.HeaderImage          = null;
     gridColumnDescriptor12.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor12.MappingName          = "Title";
     gridColumnDescriptor12.SerializedImageArray = "";
     gridColumnDescriptor12.Width                = 144;
     gridColumnDescriptor13.HeaderImage          = null;
     gridColumnDescriptor13.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor13.MappingName          = "TitleOfCourtesy";
     gridColumnDescriptor13.SerializedImageArray = "";
     gridColumnDescriptor13.Width                = 133;
     this.gridGroupingControl1.TableDescriptor.Columns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor[] {
         gridColumnDescriptor1,
         gridColumnDescriptor2,
         gridColumnDescriptor3,
         gridColumnDescriptor4,
         gridColumnDescriptor5,
         gridColumnDescriptor6,
         gridColumnDescriptor7,
         gridColumnDescriptor8,
         gridColumnDescriptor9,
         gridColumnDescriptor10,
         gridColumnDescriptor11,
         gridColumnDescriptor12,
         gridColumnDescriptor13
     });
     gridColumnSetDescriptor1.ColumnSpans.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor("EmployeeID", "R0C0:R1C0")
     });
     gridColumnSetDescriptor1.Name = "ColumnSetId";
     gridColumnSetDescriptor2.ColumnSpans.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor("Photo", "R0C0:R1C0")
     });
     gridColumnSetDescriptor2.Name = "ColumnSetPhoto";
     gridColumnSetDescriptor3.ColumnSpans.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor("FirstName", "R0C0"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor("LastName", "R1C0")
     });
     gridColumnSetDescriptor3.Name = "ColumnSetName";
     gridColumnSetDescriptor4.ColumnSpans.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor("Address", "R0C0:R0C1"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor("City", "R1C0"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor("PostalCode", "R1C1")
     });
     gridColumnSetDescriptor4.Name = "ColumnSetAddress";
     gridColumnSetDescriptor5.ColumnSpans.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor("Region", "R0C0"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor("Country", "R1C0")
     });
     gridColumnSetDescriptor5.Name = "ColumnSetRegionCountry";
     gridColumnSetDescriptor6.ColumnSpans.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor("Title", "R0C0"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor("TitleOfCourtesy", "R1C0")
     });
     gridColumnSetDescriptor6.Name = "ColumnSetTitle";
     gridColumnSetDescriptor7.ColumnSpans.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor[] {
         new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor("BirthDate", "R0C0"),
         new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSpanDescriptor("ReportsTo", "R1C0")
     });
     gridColumnSetDescriptor7.Name = "ColumnSetBirth";
     this.gridGroupingControl1.TableDescriptor.ColumnSets.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnSetDescriptor[] {
         gridColumnSetDescriptor1,
         gridColumnSetDescriptor2,
         gridColumnSetDescriptor3,
         gridColumnSetDescriptor4,
         gridColumnSetDescriptor5,
         gridColumnSetDescriptor6,
         gridColumnSetDescriptor7
     });
     this.gridGroupingControl1.TableDescriptor.TableOptions.ColumnHeaderRowHeight = 25;
     this.gridGroupingControl1.TableDescriptor.TableOptions.RecordRowHeight       = 20;
     this.gridGroupingControl1.TableOptions.RecordPreviewRowHeight = 60;
     this.gridGroupingControl1.TableOptions.RecordRowHeight        = 30;
     this.gridGroupingControl1.TableOptions.ShowRecordPreviewRow   = true;
     this.gridGroupingControl1.Text = "gridGroupingControl1";
     this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordAfterDetails  = false;
     this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails = false;
     this.gridGroupingControl1.TopLevelGroupOptions.ShowCaption = true;
     //
     // 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.Controls.Add(this.buttonAdv5);
     this.panel1.Controls.Add(this.buttonAdv4);
     this.panel1.Controls.Add(this.buttonAdv3);
     this.panel1.Controls.Add(this.buttonAdv2);
     this.panel1.Controls.Add(this.buttonAdv1);
     this.panel1.Font     = new System.Drawing.Font("Segoe UI", 8.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel1.Location = new System.Drawing.Point(829, 8);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(187, 635);
     this.panel1.TabIndex = 2;
     //
     // buttonAdv5
     //
     this.buttonAdv5.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv5.FlatStyle         = FlatStyle.Flat;
     this.buttonAdv5.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.buttonAdv5.BeforeTouchSize   = new System.Drawing.Size(151, 40);
     this.buttonAdv5.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.buttonAdv5.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonAdv5.ForeColor         = System.Drawing.Color.White;
     this.buttonAdv5.IsBackStageButton = false;
     this.buttonAdv5.Location          = new System.Drawing.Point(16, 215);
     this.buttonAdv5.Name              = "buttonAdv5";
     this.buttonAdv5.Size              = new System.Drawing.Size(151, 40);
     this.buttonAdv5.TabIndex          = 6;
     this.buttonAdv5.Text              = "Edit custom styles";
     this.buttonAdv5.Click            += new System.EventHandler(this.buttonAdv5_Click);
     //
     // buttonAdv4
     //
     this.buttonAdv4.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv4.FlatStyle         = FlatStyle.Flat;
     this.buttonAdv4.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.buttonAdv4.BeforeTouchSize   = new System.Drawing.Size(151, 40);
     this.buttonAdv4.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.buttonAdv4.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonAdv4.ForeColor         = System.Drawing.Color.White;
     this.buttonAdv4.IsBackStageButton = false;
     this.buttonAdv4.Location          = new System.Drawing.Point(16, 165);
     this.buttonAdv4.Name              = "buttonAdv4";
     this.buttonAdv4.Size              = new System.Drawing.Size(151, 40);
     this.buttonAdv4.TabIndex          = 5;
     this.buttonAdv4.Text              = "Restore all from xml";
     this.buttonAdv4.Click            += new System.EventHandler(this.buttonAdv4_Click);
     //
     // buttonAdv3
     //
     this.buttonAdv3.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv3.FlatStyle         = FlatStyle.Flat;
     this.buttonAdv3.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.buttonAdv3.BeforeTouchSize   = new System.Drawing.Size(151, 40);
     this.buttonAdv3.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.buttonAdv3.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonAdv3.ForeColor         = System.Drawing.Color.White;
     this.buttonAdv3.IsBackStageButton = false;
     this.buttonAdv3.Location          = new System.Drawing.Point(16, 115);
     this.buttonAdv3.Name              = "buttonAdv3";
     this.buttonAdv3.Size              = new System.Drawing.Size(151, 40);
     this.buttonAdv3.TabIndex          = 4;
     this.buttonAdv3.Text              = "Clear all";
     this.buttonAdv3.Click            += new System.EventHandler(this.buttonAdv3_Click);
     //
     // buttonAdv2
     //
     this.buttonAdv2.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv2.FlatStyle         = FlatStyle.Flat;
     this.buttonAdv2.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.buttonAdv2.BeforeTouchSize   = new System.Drawing.Size(151, 40);
     this.buttonAdv2.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.buttonAdv2.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonAdv2.ForeColor         = System.Drawing.Color.White;
     this.buttonAdv2.IsBackStageButton = false;
     this.buttonAdv2.Location          = new System.Drawing.Point(16, 65);
     this.buttonAdv2.Name              = "buttonAdv2";
     this.buttonAdv2.Size              = new System.Drawing.Size(151, 40);
     this.buttonAdv2.TabIndex          = 3;
     this.buttonAdv2.Text              = "Save all to xml";
     this.buttonAdv2.Click            += new System.EventHandler(this.buttonAdv2_Click);
     //
     // buttonAdv1
     //
     this.buttonAdv1.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv1.FlatStyle         = FlatStyle.Flat;
     this.buttonAdv1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.buttonAdv1.BeforeTouchSize   = new System.Drawing.Size(151, 40);
     this.buttonAdv1.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.buttonAdv1.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonAdv1.ForeColor         = System.Drawing.Color.White;
     this.buttonAdv1.IsBackStageButton = false;
     this.buttonAdv1.Location          = new System.Drawing.Point(16, 15);
     this.buttonAdv1.Name              = "buttonAdv1";
     this.buttonAdv1.Size              = new System.Drawing.Size(151, 40);
     this.buttonAdv1.TabIndex          = 2;
     this.buttonAdv1.Text              = "Initialize with custom styles";
     this.buttonAdv1.Click            += new System.EventHandler(this.buttonAdv1_Click);
     //
     // 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.gridGroupingControl1);
     this.MinimumSize = new System.Drawing.Size(800, 400);
     this.Name        = "Form1";
     this.Text        = "Employee View ";
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #7
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);
 }
コード例 #8
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.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();
     this.dataSet11            = new XMLSerialization.DataSet1();
     this.sqlSelectCommand1    = new System.Data.SqlClient.SqlCommand();
     this.sqlConnection1       = new System.Data.SqlClient.SqlConnection();
     this.sqlInsertCommand1    = new System.Data.SqlClient.SqlCommand();
     this.sqlUpdateCommand1    = new System.Data.SqlClient.SqlCommand();
     this.sqlDeleteCommand1    = new System.Data.SqlClient.SqlCommand();
     this.sqlDataAdapter1      = new System.Data.SqlClient.SqlDataAdapter();
     this.reset                = new Syncfusion.Windows.Forms.ButtonAdv();
     this.btnLoadXmlSchema     = new Syncfusion.Windows.Forms.ButtonAdv();
     this.btnSaveXmlSchema     = new Syncfusion.Windows.Forms.ButtonAdv();
     this.gridGroupingControl1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.propertyGrid1        = new System.Windows.Forms.PropertyGrid();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).BeginInit();
     this.SuspendLayout();
     //
     // dataSet11
     //
     this.dataSet11.DataSetName             = "DataSet1";
     this.dataSet11.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // sqlSelectCommand1
     //
     this.sqlSelectCommand1.CommandText = "SELECT CategoryID, CategoryName, Description, Picture FROM Categories";
     this.sqlSelectCommand1.Connection  = this.sqlConnection1;
     //
     // sqlConnection1
     //
     this.sqlConnection1.ConnectionString = "data source=(local)\\NETSDK;initial catalog=Northwind;integrated security=SSPI;per" +
                                            "sist security info=True;workstation id=localhost;packet size=4096";
     this.sqlConnection1.FireInfoMessageEventOnUserErrors = false;
     //
     // sqlInsertCommand1
     //
     this.sqlInsertCommand1.CommandText = resources.GetString("sqlInsertCommand1.CommandText");
     this.sqlInsertCommand1.Connection  = this.sqlConnection1;
     this.sqlInsertCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@CategoryName", System.Data.SqlDbType.NVarChar, 15, "CategoryName"),
         new System.Data.SqlClient.SqlParameter("@Description", System.Data.SqlDbType.NVarChar, 1073741823, "Description"),
         new System.Data.SqlClient.SqlParameter("@Picture", System.Data.SqlDbType.VarBinary, 2147483647, "Picture")
     });
     //
     // sqlUpdateCommand1
     //
     this.sqlUpdateCommand1.CommandText = resources.GetString("sqlUpdateCommand1.CommandText");
     this.sqlUpdateCommand1.Connection  = this.sqlConnection1;
     this.sqlUpdateCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@CategoryName", System.Data.SqlDbType.NVarChar, 15, "CategoryName"),
         new System.Data.SqlClient.SqlParameter("@Description", System.Data.SqlDbType.NVarChar, 1073741823, "Description"),
         new System.Data.SqlClient.SqlParameter("@Picture", System.Data.SqlDbType.VarBinary, 2147483647, "Picture"),
         new System.Data.SqlClient.SqlParameter("@Original_CategoryID", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "CategoryID", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_CategoryName", System.Data.SqlDbType.NVarChar, 15, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "CategoryName", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@CategoryID", System.Data.SqlDbType.Int, 4, "CategoryID")
     });
     //
     // sqlDeleteCommand1
     //
     this.sqlDeleteCommand1.CommandText = "DELETE FROM Categories WHERE (CategoryID = @Original_CategoryID) AND (CategoryNam" +
                                          "e = @Original_CategoryName)";
     this.sqlDeleteCommand1.Connection = this.sqlConnection1;
     this.sqlDeleteCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@Original_CategoryID", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "CategoryID", System.Data.DataRowVersion.Original, null),
         new System.Data.SqlClient.SqlParameter("@Original_CategoryName", System.Data.SqlDbType.NVarChar, 15, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "CategoryName", System.Data.DataRowVersion.Original, null)
     });
     //
     // sqlDataAdapter1
     //
     this.sqlDataAdapter1.DeleteCommand = this.sqlDeleteCommand1;
     this.sqlDataAdapter1.InsertCommand = this.sqlInsertCommand1;
     this.sqlDataAdapter1.SelectCommand = this.sqlSelectCommand1;
     this.sqlDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Categories", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("CategoryID", "CategoryID"),
             new System.Data.Common.DataColumnMapping("CategoryName", "CategoryName"),
             new System.Data.Common.DataColumnMapping("Description", "Description"),
             new System.Data.Common.DataColumnMapping("Picture", "Picture")
         })
     });
     this.sqlDataAdapter1.UpdateCommand = this.sqlUpdateCommand1;
     //
     // reset
     //
     this.reset.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.reset.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.reset.FlatStyle         = FlatStyle.Flat;
     this.reset.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.reset.BeforeTouchSize   = new System.Drawing.Size(130, 28);
     this.reset.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.reset.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.reset.ForeColor         = System.Drawing.Color.White;
     this.reset.IsBackStageButton = false;
     this.reset.Location          = new System.Drawing.Point(340, 615);
     this.reset.Name              = "reset";
     this.reset.Size              = new System.Drawing.Size(130, 28);
     this.reset.TabIndex          = 12;
     this.reset.Text              = "Reset Schema";
     this.reset.Click            += new System.EventHandler(this.reset_Click);
     //
     // btnLoadXmlSchema
     //
     this.btnLoadXmlSchema.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnLoadXmlSchema.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.btnLoadXmlSchema.FlatStyle         = FlatStyle.Flat;
     this.btnLoadXmlSchema.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.btnLoadXmlSchema.BeforeTouchSize   = new System.Drawing.Size(130, 28);
     this.btnLoadXmlSchema.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.btnLoadXmlSchema.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLoadXmlSchema.ForeColor         = System.Drawing.Color.White;
     this.btnLoadXmlSchema.IsBackStageButton = false;
     this.btnLoadXmlSchema.Location          = new System.Drawing.Point(199, 615);
     this.btnLoadXmlSchema.Name              = "btnLoadXmlSchema";
     this.btnLoadXmlSchema.Size              = new System.Drawing.Size(130, 28);
     this.btnLoadXmlSchema.TabIndex          = 11;
     this.btnLoadXmlSchema.Text              = "Load Xml Schema";
     this.btnLoadXmlSchema.Click            += new System.EventHandler(this.btnLoadXmlSchema_Click);
     //
     // btnSaveXmlSchema
     //
     this.btnSaveXmlSchema.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSaveXmlSchema.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.btnSaveXmlSchema.FlatStyle         = FlatStyle.Flat;
     this.btnSaveXmlSchema.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.btnSaveXmlSchema.BeforeTouchSize   = new System.Drawing.Size(130, 28);
     this.btnSaveXmlSchema.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.btnSaveXmlSchema.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSaveXmlSchema.ForeColor         = System.Drawing.Color.White;
     this.btnSaveXmlSchema.IsBackStageButton = false;
     this.btnSaveXmlSchema.Location          = new System.Drawing.Point(60, 615);
     this.btnSaveXmlSchema.Name              = "btnSaveXmlSchema";
     this.btnSaveXmlSchema.Size              = new System.Drawing.Size(130, 28);
     this.btnSaveXmlSchema.TabIndex          = 10;
     this.btnSaveXmlSchema.Text              = "Save Xml Schema";
     this.btnSaveXmlSchema.Click            += new System.EventHandler(this.btnSaveXmlSchema_Click);
     //
     // 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.Categories;
     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(15, 16);
     this.gridGroupingControl1.Name             = "gridGroupingControl1";
     this.gridGroupingControl1.Size             = new System.Drawing.Size(697, 589);
     this.gridGroupingControl1.TabIndex         = 9;
     gridColumnDescriptor1.HeaderImage          = null;
     gridColumnDescriptor1.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor1.MappingName          = "CategoryID";
     gridColumnDescriptor1.SerializedImageArray = "";
     gridColumnDescriptor1.Width                = 80;
     gridColumnDescriptor2.HeaderImage          = null;
     gridColumnDescriptor2.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor2.MappingName          = "CategoryName";
     gridColumnDescriptor2.SerializedImageArray = "";
     gridColumnDescriptor3.HeaderImage          = null;
     gridColumnDescriptor3.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor3.MappingName          = "Description";
     gridColumnDescriptor3.SerializedImageArray = "";
     gridColumnDescriptor3.Width                = 250;
     gridColumnDescriptor4.HeaderImage          = null;
     gridColumnDescriptor4.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
     gridColumnDescriptor4.MappingName          = "Picture";
     gridColumnDescriptor4.SerializedImageArray = "";
     this.gridGroupingControl1.TableDescriptor.Columns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor[] {
         gridColumnDescriptor1,
         gridColumnDescriptor2,
         gridColumnDescriptor3,
         gridColumnDescriptor4
     });
     this.gridGroupingControl1.TableOptions.RecordRowHeight = 57;
     this.gridGroupingControl1.Text = "gridGroupingControl1";
     //
     // 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(720, 16);
     this.propertyGrid1.Name          = "propertyGrid1";
     this.propertyGrid1.Size          = new System.Drawing.Size(276, 589);
     this.propertyGrid1.TabIndex      = 13;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(1012, 653);
     this.Controls.Add(this.propertyGrid1);
     this.Controls.Add(this.reset);
     this.Controls.Add(this.btnLoadXmlSchema);
     this.Controls.Add(this.btnSaveXmlSchema);
     this.Controls.Add(this.gridGroupingControl1);
     this.MinimumSize = new System.Drawing.Size(800, 400);
     this.Name        = "Form1";
     this.Text        = "XML Serialization";
     ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridGroupingControl1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #9
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));
     this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
     this.printDialog1        = new System.Windows.Forms.PrintDialog();
     this.buttonPrint         = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv1          = new Syncfusion.Windows.Forms.ButtonAdv();
     this.label1               = new System.Windows.Forms.Label();
     this.panel1               = new System.Windows.Forms.Panel();
     this.checkBox1            = new System.Windows.Forms.CheckBox();
     this.label2               = new System.Windows.Forms.Label();
     this.comboBox1            = new System.Windows.Forms.ComboBox();
     this.panel2               = new System.Windows.Forms.Panel();
     this.chartControl1        = new Syncfusion.Windows.Forms.Chart.ChartControl();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     this.toolTip1             = new System.Windows.Forms.ToolTip(this.components);
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Enabled           = true;
     this.printPreviewDialog1.Icon    = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Name    = "printPreviewDialog1";
     this.printPreviewDialog1.Visible = false;
     //
     // buttonPrint
     //
     this.buttonPrint.Appearance                        = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.buttonPrint.BackColor                         = System.Drawing.Color.White;
     this.buttonPrint.BeforeTouchSize                   = new System.Drawing.Size(75, 75);
     this.buttonPrint.ComboEditBackColor                = System.Drawing.Color.White;
     this.buttonPrint.CustomManagedColor                = System.Drawing.Color.White;
     this.buttonPrint.FlatAppearance.BorderColor        = System.Drawing.Color.WhiteSmoke;
     this.buttonPrint.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.buttonPrint.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.buttonPrint.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.buttonPrint.Font               = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonPrint.ForeColor          = System.Drawing.Color.White;
     this.buttonPrint.Image              = ((System.Drawing.Image)(resources.GetObject("buttonPrint.Image")));
     this.buttonPrint.IsBackStageButton  = false;
     this.buttonPrint.KeepFocusRectangle = false;
     this.buttonPrint.Location           = new System.Drawing.Point(155, 156);
     this.buttonPrint.Name               = "buttonPrint";
     this.buttonPrint.Size               = new System.Drawing.Size(75, 75);
     this.buttonPrint.TabIndex           = 14;
     this.toolTip1.SetToolTip(this.buttonPrint, "Print the Chart");
     this.buttonPrint.UseVisualStyle = false;
     this.buttonPrint.Click         += new System.EventHandler(this.button1_Click);
     //
     // buttonAdv1
     //
     this.buttonAdv1.Appearance                        = Syncfusion.Windows.Forms.ButtonAppearance.Office2007;
     this.buttonAdv1.BackColor                         = System.Drawing.Color.White;
     this.buttonAdv1.BeforeTouchSize                   = new System.Drawing.Size(75, 75);
     this.buttonAdv1.FlatAppearance.BorderColor        = System.Drawing.Color.WhiteSmoke;
     this.buttonAdv1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.buttonAdv1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.buttonAdv1.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.buttonAdv1.Font               = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonAdv1.ForeColor          = System.Drawing.Color.White;
     this.buttonAdv1.Image              = ((System.Drawing.Image)(resources.GetObject("buttonAdv1.Image")));
     this.buttonAdv1.IsBackStageButton  = false;
     this.buttonAdv1.KeepFocusRectangle = false;
     this.buttonAdv1.Location           = new System.Drawing.Point(44, 158);
     this.buttonAdv1.Name               = "buttonAdv1";
     this.buttonAdv1.Size               = new System.Drawing.Size(75, 75);
     this.buttonAdv1.TabIndex           = 15;
     this.toolTip1.SetToolTip(this.buttonAdv1, "Genenates a preview before printing the Chart");
     this.buttonAdv1.UseVisualStyle          = false;
     this.buttonAdv1.UseVisualStyleBackColor = false;
     this.buttonAdv1.Click += new System.EventHandler(this.button2_Click);
     //
     // label1
     //
     this.label1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(958, 57);
     this.label1.TabIndex = 16;
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 527);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(958, 57);
     this.panel1.TabIndex = 18;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize  = true;
     this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox1.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.checkBox1.Location  = new System.Drawing.Point(44, 117);
     this.checkBox1.Name      = "checkBox1";
     this.checkBox1.Size      = new System.Drawing.Size(116, 25);
     this.checkBox1.TabIndex  = 19;
     this.checkBox1.Text      = "Print Toolbar";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged         += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.label2.Location  = new System.Drawing.Point(40, 43);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(171, 21);
     this.label2.TabIndex  = 20;
     this.label2.Text      = "Chart Print Color Mode";
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FlatStyle         = System.Windows.Forms.FlatStyle.System;
     this.comboBox1.Font              = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "CheckPrinter",
         "Color",
         "GrayScale"
     });
     this.comboBox1.Location              = new System.Drawing.Point(44, 73);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(186, 29);
     this.comboBox1.TabIndex              = 21;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel2.Controls.Add(this.buttonAdv1);
     this.panel2.Controls.Add(this.comboBox1);
     this.panel2.Controls.Add(this.buttonPrint);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.checkBox1);
     this.panel2.Location = new System.Drawing.Point(689, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(274, 584);
     this.panel2.TabIndex = 22;
     //
     // chartControl1
     //
     this.chartControl1.BorderAppearance.SkinStyle = Syncfusion.Windows.Forms.Chart.ChartBorderSkinStyle.Embed;
     this.chartControl1.ChartArea.CursorLocation   = new System.Drawing.Point(0, 0);
     this.chartControl1.ChartArea.CursorReDraw     = false;
     this.chartControl1.ChartArea.XAxesLayoutMode  = Syncfusion.Windows.Forms.Chart.ChartAxesLayoutMode.SideBySide;
     this.chartControl1.ChartArea.YAxesLayoutMode  = Syncfusion.Windows.Forms.Chart.ChartAxesLayoutMode.SideBySide;
     this.chartControl1.ChartAreaMargins           = new Syncfusion.Windows.Forms.Chart.ChartMargins(10, 10, 20, 10);
     this.chartControl1.ChartInterior  = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(209)))), ((int)(((byte)(226))))), System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(232)))), ((int)(((byte)(243))))));
     this.chartControl1.DataSourceName = "";
     this.chartControl1.IsWindowLess   = false;
     //
     //
     //
     this.chartControl1.Legend.Font        = new System.Drawing.Font("Verdana", 10F);
     this.chartControl1.Legend.Location    = new System.Drawing.Point(70, 491);
     this.chartControl1.Legend.Orientation = Syncfusion.Windows.Forms.Chart.ChartOrientation.Horizontal;
     this.chartControl1.Legend.Position    = Syncfusion.Windows.Forms.Chart.ChartDock.Bottom;
     this.chartControl1.Localize           = null;
     this.chartControl1.Location           = new System.Drawing.Point(0, 0);
     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(700, 580);
     this.chartControl1.TabIndex = 3;
     this.chartControl1.Text     = "Essential Chart";
     //
     //
     //
     this.chartControl1.Title.Name = "Def_title";
     this.chartControl1.Title.Text = "Essential Chart";
     this.chartControl1.Titles.Add(this.chartControl1.Title);
     this.chartControl1.ZoomOutIncrement = 0.20000000298023224D;
     //
     // toolTip1
     //
     this.toolTip1.ShowAlways   = true;
     this.toolTip1.ToolTipTitle = "Print";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(958, 584);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.chartControl1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(970, 620);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Printing";
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }