示例#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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.gradientPanel2 = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.gradientPanel3 = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.textBox1       = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.button1        = new Syncfusion.Windows.Forms.ButtonAdv();
     this.textBox2       = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.gradientPanel1 = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.label3         = new System.Windows.Forms.Label();
     this.textBox3       = new RichTextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel2)).BeginInit();
     this.gradientPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel3)).BeginInit();
     this.gradientPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit();
     this.gradientPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // gradientPanel2
     //
     this.gradientPanel2.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.PatternStyle.Percent50, System.Drawing.SystemColors.GradientActiveCaption, System.Drawing.Color.White);
     this.gradientPanel2.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.gradientPanel2.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel2.Controls.Add(this.gradientPanel3);
     this.gradientPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gradientPanel2.Location = new System.Drawing.Point(30, 30);
     this.gradientPanel2.Name     = "gradientPanel2";
     this.gradientPanel2.Padding  = new System.Windows.Forms.Padding(50);
     this.gradientPanel2.Size     = new System.Drawing.Size(712, 437);
     this.gradientPanel2.TabIndex = 1;
     //
     // gradientPanel3
     //
     this.gradientPanel3.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.BackwardDiagonal, System.Drawing.Color.White, System.Drawing.Color.SkyBlue);
     this.gradientPanel3.BorderColor     = System.Drawing.Color.LightSkyBlue;
     this.gradientPanel3.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel3.Controls.Add(this.textBox1);
     this.gradientPanel3.Controls.Add(this.button1);
     this.gradientPanel3.Controls.Add(this.textBox2);
     this.gradientPanel3.Controls.Add(this.gradientPanel1);
     this.gradientPanel3.Controls.Add(this.textBox3);
     this.gradientPanel3.Controls.Add(this.label2);
     this.gradientPanel3.Controls.Add(this.label1);
     this.gradientPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gradientPanel3.Location = new System.Drawing.Point(50, 50);
     this.gradientPanel3.Name     = "gradientPanel3";
     this.gradientPanel3.Size     = new System.Drawing.Size(610, 335);
     this.gradientPanel3.TabIndex = 8;
     //
     // textBox1
     //
     this.textBox1.BorderColor = System.Drawing.Color.Gray;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox1.Cursor      = System.Windows.Forms.Cursors.IBeam;
     this.textBox1.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location    = new System.Drawing.Point(74, 24);
     this.textBox1.Metrocolor  = System.Drawing.Color.Gray;
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(100, 22);
     this.textBox1.Style       = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
     this.textBox1.TabIndex    = 0;
     //
     // button1
     //
     this.button1.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.button1.BackColor  = System.Drawing.Color.LavenderBlush;
     this.button1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(212)))), ((int)(((byte)(254)))));
     this.button1.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.button1.ForeColor          = System.Drawing.Color.White;
     this.button1.IsBackStageButton  = false;
     this.button1.KeepFocusRectangle = false;
     this.button1.Location           = new System.Drawing.Point(74, 291);
     this.button1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(108, 23);
     this.button1.TabIndex                = 7;
     this.button1.Text                    = "Submit Comment";
     this.button1.UseVisualStyle          = true;
     this.button1.UseVisualStyleBackColor = false;
     //
     // textBox2
     //
     this.textBox2.BorderColor = System.Drawing.Color.Gray;
     this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox2.Cursor      = System.Windows.Forms.Cursors.IBeam;
     this.textBox2.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location    = new System.Drawing.Point(74, 85);
     this.textBox2.Metrocolor  = System.Drawing.Color.Gray;
     this.textBox2.Name        = "textBox2";
     this.textBox2.Size        = new System.Drawing.Size(100, 22);
     this.textBox2.Style       = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
     this.textBox2.TabIndex    = 1;
     //
     // gradientPanel1
     //
     this.gradientPanel1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.ForwardDiagonal, System.Drawing.Color.White, System.Drawing.Color.LightSalmon);
     this.gradientPanel1.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(130)))), ((int)(((byte)(122)))));
     this.gradientPanel1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel1.Controls.Add(this.label3);
     this.gradientPanel1.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gradientPanel1.Location = new System.Drawing.Point(404, 27);
     this.gradientPanel1.Name     = "gradientPanel1";
     this.gradientPanel1.Size     = new System.Drawing.Size(111, 95);
     this.gradientPanel1.TabIndex = 6;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Maroon;
     this.label3.Location  = new System.Drawing.Point(23, 36);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(72, 14);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Display Photo";
     //
     // textBox3
     //
     this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox3.Cursor      = System.Windows.Forms.Cursors.IBeam;
     this.textBox3.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox3.Location    = new System.Drawing.Point(74, 141);
     this.textBox3.Multiline   = true;
     this.textBox3.Name        = "textBox3";
     this.textBox3.Size        = new System.Drawing.Size(237, 109);
     this.textBox3.TabIndex    = 2;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location  = new System.Drawing.Point(182, 88);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(82, 13);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Mail (required)";
     //
     // 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(182, 27);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(92, 13);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Name (Required)";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
     this.BackColor         = System.Drawing.Color.White;
     this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.ClientSize        = new System.Drawing.Size(772, 497);
     this.Controls.Add(this.gradientPanel2);
     this.DropShadow    = true;
     this.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(784, 534);
     this.Name          = "Form1";
     this.Padding       = new System.Windows.Forms.Padding(30);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "GradientPanel";
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel2)).EndInit();
     this.gradientPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel3)).EndInit();
     this.gradientPanel3.ResumeLayout(false);
     this.gradientPanel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit();
     this.gradientPanel1.ResumeLayout(false);
     this.gradientPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.imageList1               = new System.Windows.Forms.ImageList(this.components);
     this.gradientPanel1           = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.comboBoxAdv1             = new Syncfusion.WinForms.ListView.SfComboBox();
     this.checkBoxAdv3             = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBoxAdv2             = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBoxAdv1             = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.label3                   = new System.Windows.Forms.Label();
     this.statusStripEx1           = new Syncfusion.Windows.Forms.Tools.StatusStripEx();
     this.toolStripStatusLabel1    = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2    = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
     this.trackBarItem1            = new Syncfusion.Windows.Forms.Tools.TrackBarItem();
     this.toolStripDropDownButton3 = new System.Windows.Forms.ToolStripDropDownButton();
     this.statusStripLabel1        = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
     this.statusStripLabel2        = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit();
     this.gradientPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
     this.statusStripEx1.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // gradientPanel1
     //
     this.gradientPanel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
     this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel1.Controls.Add(this.comboBoxAdv1);
     this.gradientPanel1.Controls.Add(this.checkBoxAdv3);
     this.gradientPanel1.Controls.Add(this.checkBoxAdv2);
     this.gradientPanel1.Controls.Add(this.checkBoxAdv1);
     this.gradientPanel1.Controls.Add(this.label3);
     this.gradientPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gradientPanel1.Location = new System.Drawing.Point(0, 0);
     this.gradientPanel1.Name     = "gradientPanel1";
     this.gradientPanel1.Size     = new System.Drawing.Size(920, 396);
     this.gradientPanel1.TabIndex = 14;
     //
     // comboBoxAdv1
     //
     this.comboBoxAdv1.DropDownStyle         = Syncfusion.WinForms.ListView.Enums.DropDownStyle.DropDownList;
     this.comboBoxAdv1.Location              = new System.Drawing.Point(474, 245);
     this.comboBoxAdv1.Name                  = "comboBoxAdv1";
     this.comboBoxAdv1.Size                  = new System.Drawing.Size(138, 21);
     this.comboBoxAdv1.TabIndex              = 6;
     this.comboBoxAdv1.Text                  = "Office2019Colorful";
     this.comboBoxAdv1.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv1_SelectedIndexChanged);
     //
     // checkBoxAdv3
     //
     this.checkBoxAdv3.BeforeTouchSize = new System.Drawing.Size(150, 21);
     this.checkBoxAdv3.Location        = new System.Drawing.Point(377, 188);
     this.checkBoxAdv3.MetroColor      = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
     this.checkBoxAdv3.Name            = "checkBoxAdv3";
     this.checkBoxAdv3.Size            = new System.Drawing.Size(150, 21);
     this.checkBoxAdv3.TabIndex        = 5;
     this.checkBoxAdv3.Text            = "Show Item ToolTip";
     this.checkBoxAdv3.ThemesEnabled   = false;
     this.checkBoxAdv3.CheckedChanged += new System.EventHandler(this.checkBoxAdv3_CheckedChanged);
     //
     // checkBoxAdv2
     //
     this.checkBoxAdv2.BeforeTouchSize = new System.Drawing.Size(150, 21);
     this.checkBoxAdv2.Location        = new System.Drawing.Point(377, 128);
     this.checkBoxAdv2.MetroColor      = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
     this.checkBoxAdv2.Name            = "checkBoxAdv2";
     this.checkBoxAdv2.Size            = new System.Drawing.Size(150, 21);
     this.checkBoxAdv2.TabIndex        = 4;
     this.checkBoxAdv2.Text            = "Show gripper";
     this.checkBoxAdv2.ThemesEnabled   = false;
     this.checkBoxAdv2.CheckedChanged += new System.EventHandler(this.checkBoxAdv3_CheckedChanged);
     //
     // checkBoxAdv1
     //
     this.checkBoxAdv1.BeforeTouchSize = new System.Drawing.Size(150, 21);
     this.checkBoxAdv1.Location        = new System.Drawing.Point(377, 68);
     this.checkBoxAdv1.MetroColor      = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
     this.checkBoxAdv1.Name            = "checkBoxAdv1";
     this.checkBoxAdv1.Size            = new System.Drawing.Size(150, 21);
     this.checkBoxAdv1.TabIndex        = 3;
     this.checkBoxAdv1.Text            = "Show separator";
     this.checkBoxAdv1.ThemesEnabled   = false;
     this.checkBoxAdv1.CheckedChanged += new System.EventHandler(this.checkBoxAdv3_CheckedChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(377, 250);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 13);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Visual style";
     //
     // statusStripEx1
     //
     this.statusStripEx1.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241)))));
     this.statusStripEx1.BeforeTouchSize  = new System.Drawing.Size(920, 30);
     this.statusStripEx1.Dock             = Syncfusion.Windows.Forms.Tools.DockStyleEx.Bottom;
     this.statusStripEx1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.statusStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.toolStripStatusLabel2,
         this.toolStripDropDownButton1,
         this.toolStripDropDownButton2,
         this.trackBarItem1,
         this.toolStripDropDownButton3,
         this.statusStripLabel1,
         this.statusStripLabel2
     });
     this.statusStripEx1.Location    = new System.Drawing.Point(0, 396);
     this.statusStripEx1.MetroColor  = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(255)))));
     this.statusStripEx1.Name        = "statusStripEx1";
     this.statusStripEx1.Size        = new System.Drawing.Size(920, 30);
     this.statusStripEx1.TabIndex    = 15;
     this.statusStripEx1.Text        = "statusStripEx1";
     this.statusStripEx1.ThemeName   = "Office2016Colorful";
     this.statusStripEx1.VisualStyle = Syncfusion.Windows.Forms.Tools.StatusStripExStyle.Office2016Colorful;
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name        = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size        = new System.Drawing.Size(139, 15);
     this.toolStripStatusLabel1.Text        = "All folders are up to date.";
     this.toolStripStatusLabel1.ToolTipText = "Synchronization status.";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name        = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size        = new System.Drawing.Size(189, 15);
     this.toolStripStatusLabel2.Text        = "Connected to: Microsoft Exchange";
     this.toolStripStatusLabel2.ToolTipText = "Connectivity to your server.";
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripDropDownButton1.Image             = global::StatusStripExDemo.Properties.Resources.@__ShowHide2019_other_theme;
     this.toolStripDropDownButton1.Name              = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.ShowDropDownArrow = false;
     this.toolStripDropDownButton1.Size              = new System.Drawing.Size(28, 28);
     this.toolStripDropDownButton1.Text              = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.ToolTipText       = "Normal View. Show All Pinned Panes.";
     //
     // toolStripDropDownButton2
     //
     this.toolStripDropDownButton2.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripDropDownButton2.Image             = global::StatusStripExDemo.Properties.Resources.@__Book2019;
     this.toolStripDropDownButton2.Name              = "toolStripDropDownButton2";
     this.toolStripDropDownButton2.ShowDropDownArrow = false;
     this.toolStripDropDownButton2.Size              = new System.Drawing.Size(28, 28);
     this.toolStripDropDownButton2.Text              = "toolStripDropDownButton2";
     this.toolStripDropDownButton2.ToolTipText       = "Reading View. Hide All Pinned Panes.";
     //
     // trackBarItem1
     //
     this.trackBarItem1.Maximum     = 200;
     this.trackBarItem1.Minimum     = 0;
     this.trackBarItem1.Name        = "trackBarItem1";
     this.trackBarItem1.Size        = new System.Drawing.Size(250, 20);
     this.trackBarItem1.Text        = "trackBarItem1";
     this.trackBarItem1.ToolTipText = "Zoom";
     this.trackBarItem1.Value       = 100;
     //
     // toolStripDropDownButton3
     //
     this.toolStripDropDownButton3.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButton3.Name              = "toolStripDropDownButton3";
     this.toolStripDropDownButton3.ShowDropDownArrow = false;
     this.toolStripDropDownButton3.Size              = new System.Drawing.Size(42, 19);
     this.toolStripDropDownButton3.Text              = "100 %";
     this.toolStripDropDownButton3.ToolTipText       = "Zoom level";
     //
     // statusStripLabel1
     //
     this.statusStripLabel1.Margin      = new System.Windows.Forms.Padding(0, 3, 0, 2);
     this.statusStripLabel1.Name        = "statusStripLabel1";
     this.statusStripLabel1.Size        = new System.Drawing.Size(60, 15);
     this.statusStripLabel1.Text        = "Items: 128";
     this.statusStripLabel1.ToolTipText = "Number of items in this folder.";
     //
     // statusStripLabel2
     //
     this.statusStripLabel2.Margin      = new System.Windows.Forms.Padding(0, 3, 0, 2);
     this.statusStripLabel2.Name        = "statusStripLabel2";
     this.statusStripLabel2.Size        = new System.Drawing.Size(63, 15);
     this.statusStripLabel2.Text        = "Unread: 20";
     this.statusStripLabel2.ToolTipText = "Number of unread items in this folder.";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
     this.ClientSize        = new System.Drawing.Size(920, 426);
     this.Controls.Add(this.gradientPanel1);
     this.Controls.Add(this.statusStripEx1);
     this.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "Form1";
     this.Padding       = new System.Windows.Forms.Padding(0);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "StatusStripEx";
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit();
     this.gradientPanel1.ResumeLayout(false);
     this.gradientPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
     this.statusStripEx1.ResumeLayout(false);
     this.statusStripEx1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#3
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.calculatorControl1   = new Syncfusion.Windows.Forms.Tools.CalculatorControl();
            this.imageList1           = new System.Windows.Forms.ImageList(this.components);
            this.textBox2             = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.toolTip1             = new System.Windows.Forms.ToolTip(this.components);
            this.gradientPanel1       = new Syncfusion.Windows.Forms.Tools.GradientPanel();
            this.label2               = new System.Windows.Forms.Label();
            this.label1               = new System.Windows.Forms.Label();
            this.calculatorControl2   = new Syncfusion.Windows.Forms.Tools.CalculatorControl();
            this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this);
            this.bar1 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "MainMenu");
            this.visualStyleParentBarItem = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem();
            this.barItem5 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.office2016ParentBarItem = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem();
            this.barItem8       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem9       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem10      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem11      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem6       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.parentBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem();
            this.barItem1       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem2       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem3       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem4       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem7       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.blueBarItem    = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.blackBarItem   = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.silverBarItem  = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.panel1         = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.textBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit();
            this.gradientPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit();
            this.SuspendLayout();
            //
            // calculatorControl1
            //
            this.calculatorControl1.AccessibleDescription = "Calculator control";
            this.calculatorControl1.AccessibleName        = "Calculator Control";
            this.calculatorControl1.AutoScroll            = true;
            this.calculatorControl1.BeforeTouchSize       = new System.Drawing.Size(292, 250);
            this.calculatorControl1.BorderStyle           = System.Windows.Forms.Border3DStyle.Flat;
            this.calculatorControl1.ButtonStyle           = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.calculatorControl1.Culture           = new System.Globalization.CultureInfo("en-US");
            this.calculatorControl1.DoubleValue       = 0D;
            this.calculatorControl1.FlatStyle         = System.Windows.Forms.FlatStyle.Standard;
            this.calculatorControl1.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.calculatorControl1.ForeColor         = System.Drawing.SystemColors.ControlText;
            this.calculatorControl1.HorizontalSpacing = 3;
            this.calculatorControl1.Location          = new System.Drawing.Point(77, 72);
            this.calculatorControl1.MetroColor        = System.Drawing.SystemColors.Control;
            this.calculatorControl1.Name              = "calculatorControl1";
            this.calculatorControl1.RightToLeft       = System.Windows.Forms.RightToLeft.No;
            this.calculatorControl1.Size              = new System.Drawing.Size(292, 250);
            this.calculatorControl1.TabIndex          = 0;
            this.calculatorControl1.ThemeName         = "Metro";
            this.calculatorControl1.ThemesEnabled     = false;
            this.calculatorControl1.UseVerticalAndHorizontalSpacing = true;
            this.calculatorControl1.UseVisualStyle   = true;
            this.calculatorControl1.VerticalSpacing  = 3;
            this.calculatorControl1.ValueCalculated += new Syncfusion.Windows.Forms.Tools.CalculatorValueCalculatedEventHandler(this.calculatorControl1_ValueCalculated);
            //
            // imageList1
            //
            this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "");
            //
            // textBox2
            //
            this.textBox2.BeforeTouchSize = new System.Drawing.Size(718, 105);
            this.textBox2.BorderColor     = System.Drawing.Color.Gray;
            this.textBox2.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBox2.Cursor          = System.Windows.Forms.Cursors.IBeam;
            this.textBox2.Dock            = System.Windows.Forms.DockStyle.Bottom;
            this.textBox2.Location        = new System.Drawing.Point(10, 403);
            this.textBox2.Metrocolor      = System.Drawing.Color.Gray;
            this.textBox2.Multiline       = true;
            this.textBox2.Name            = "textBox2";
            this.textBox2.ScrollBars      = System.Windows.Forms.ScrollBars.Vertical;
            this.textBox2.Size            = new System.Drawing.Size(718, 105);
            this.textBox2.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
            this.textBox2.TabIndex        = 4;
            this.textBox2.ThemeName       = "Metro";
            //
            // toolTip1
            //
            this.toolTip1.ShowAlways = true;
            //
            // gradientPanel1
            //
            this.gradientPanel1.BorderColor = System.Drawing.Color.Silver;
            this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.gradientPanel1.Controls.Add(this.label2);
            this.gradientPanel1.Controls.Add(this.label1);
            this.gradientPanel1.Controls.Add(this.calculatorControl2);
            this.gradientPanel1.Controls.Add(this.calculatorControl1);
            this.gradientPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.gradientPanel1.Location = new System.Drawing.Point(10, 42);
            this.gradientPanel1.Name     = "gradientPanel1";
            this.gradientPanel1.Size     = new System.Drawing.Size(718, 353);
            this.gradientPanel1.TabIndex = 18;
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(400, 44);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(53, 13);
            this.label2.TabIndex = 22;
            this.label2.Text     = "Financial";
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(79, 44);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(103, 13);
            this.label1.TabIndex = 21;
            this.label1.Text     = "WindowsStandard";
            //
            // calculatorControl2
            //
            this.calculatorControl2.AccessibleDescription = "Calculator control";
            this.calculatorControl2.AccessibleName        = "Calculator Control";
            this.calculatorControl2.AutoScroll            = true;
            this.calculatorControl2.BeforeTouchSize       = new System.Drawing.Size(292, 250);
            this.calculatorControl2.BorderStyle           = System.Windows.Forms.Border3DStyle.Flat;
            this.calculatorControl2.ButtonStyle           = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.calculatorControl2.Culture           = new System.Globalization.CultureInfo("en-US");
            this.calculatorControl2.DoubleValue       = 0D;
            this.calculatorControl2.FlatStyle         = System.Windows.Forms.FlatStyle.Standard;
            this.calculatorControl2.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.calculatorControl2.ForeColor         = System.Drawing.SystemColors.ControlText;
            this.calculatorControl2.HorizontalSpacing = 3;
            this.calculatorControl2.LayoutType        = Syncfusion.Windows.Forms.Tools.CalculatorLayoutTypes.Financial;
            this.calculatorControl2.Location          = new System.Drawing.Point(398, 72);
            this.calculatorControl2.MetroColor        = System.Drawing.SystemColors.Control;
            this.calculatorControl2.Name              = "calculatorControl2";
            this.calculatorControl2.RightToLeft       = System.Windows.Forms.RightToLeft.No;
            this.calculatorControl2.Size              = new System.Drawing.Size(292, 250);
            this.calculatorControl2.TabIndex          = 20;
            this.calculatorControl2.Text              = "calculatorControl2";
            this.calculatorControl2.ThemeName         = "Metro";
            this.calculatorControl2.ThemesEnabled     = false;
            this.calculatorControl2.UseVerticalAndHorizontalSpacing = true;
            this.calculatorControl2.UseVisualStyle   = true;
            this.calculatorControl2.VerticalSpacing  = 3;
            this.calculatorControl2.ValueCalculated += new Syncfusion.Windows.Forms.Tools.CalculatorValueCalculatedEventHandler(this.calculatorControl2_ValueCalculated);
            //
            // mainFrameBarManager1
            //
#if !NETCORE
            this.mainFrameBarManager1.BarPositionInfo = ((System.IO.MemoryStream)(resources.GetObject("mainFrameBarManager1.BarPositionInfo")));
#endif
            this.mainFrameBarManager1.Bars.Add(this.bar1);
            this.mainFrameBarManager1.Categories.Add("VisualStyles");
            this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.WinForms.Controls.SfForm";
            this.mainFrameBarManager1.EnableMenuMerge     = true;
            this.mainFrameBarManager1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.mainFrameBarManager1.Form = this;
            this.mainFrameBarManager1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem1,
                this.barItem2,
                this.barItem3,
                this.barItem4,
                this.visualStyleParentBarItem,
                this.barItem7,
                this.barItem5,
                this.office2016ParentBarItem,
                this.blueBarItem,
                this.blackBarItem,
                this.silverBarItem,
                this.barItem6,
                this.barItem8,
                this.barItem9,
                this.barItem10,
                this.barItem11
            });
            this.mainFrameBarManager1.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.mainFrameBarManager1.ResetCustomization = false;
            this.mainFrameBarManager1.Style     = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.mainFrameBarManager1.ThemeName = "Metro";
            this.mainFrameBarManager1.ThemeStyle.ComboBoxBarItemStyle.ArrowBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.mainFrameBarManager1.UseBackwardCompatiblity = false;
            //
            // bar1
            //
            this.bar1.BarName  = "MainMenu";
            this.bar1.BarStyle = ((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle)((((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.AllowQuickCustomizing | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.IsMainMenu)
                                                                                      | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.Visible)
                                                                                     | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.UseWholeRow)));
            this.bar1.Caption = "MainMenu";
            this.bar1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.visualStyleParentBarItem,
                this.parentBarItem2
            });
            this.bar1.Manager = this.mainFrameBarManager1;
            //
            // visualStyleParentBarItem
            //
            this.visualStyleParentBarItem.BarName        = "visualStyleParentBarItem";
            this.visualStyleParentBarItem.CategoryIndex  = 0;
            this.visualStyleParentBarItem.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.visualStyleParentBarItem.ID             = "&Visual Styles";
            this.visualStyleParentBarItem.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem5,
                this.office2016ParentBarItem,
                this.barItem6
            });
            this.visualStyleParentBarItem.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.visualStyleParentBarItem.ShowToolTipInPopUp = false;
            this.visualStyleParentBarItem.SizeToFit          = true;
            this.visualStyleParentBarItem.Text       = "&Visual Styles";
            this.visualStyleParentBarItem.WrapLength = 20;
            //
            // barItem5
            //
            this.barItem5.BarName            = "barItem5";
            this.barItem5.CategoryIndex      = 0;
            this.barItem5.CustomTextFont     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.barItem5.ID                 = "Office2019Colorful";
            this.barItem5.ShowToolTipInPopUp = false;
            this.barItem5.SizeToFit          = true;
            this.barItem5.Text               = "Office2019";
            this.barItem5.Click             += new System.EventHandler(this.OnBarItemClick);
            //
            // office2016ParentBarItem
            //
            this.office2016ParentBarItem.BarName        = "office2016ParentBarItem";
            this.office2016ParentBarItem.CategoryIndex  = 0;
            this.office2016ParentBarItem.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.office2016ParentBarItem.ID             = "Office2016";
            this.office2016ParentBarItem.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem8,
                this.barItem9,
                this.barItem10,
                this.barItem11
            });
            this.office2016ParentBarItem.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.office2016ParentBarItem.ShowToolTipInPopUp = false;
            this.office2016ParentBarItem.SizeToFit          = true;
            this.office2016ParentBarItem.Style      = Syncfusion.Windows.Forms.VisualStyle.Office2016Colorful;
            this.office2016ParentBarItem.Text       = "Office2016";
            this.office2016ParentBarItem.WrapLength = 20;
            //
            // barItem8
            //
            this.barItem8.BarName            = "barItem8";
            this.barItem8.CategoryIndex      = 0;
            this.barItem8.ID                 = "Office2016White";
            this.barItem8.ShowToolTipInPopUp = false;
            this.barItem8.SizeToFit          = true;
            this.barItem8.Text               = "Office2016White";
            this.barItem8.Click             += new System.EventHandler(this.OnBarItemClick);
            //
            // barItem9
            //
            this.barItem9.BarName            = "barItem9";
            this.barItem9.CategoryIndex      = 0;
            this.barItem9.ID                 = "Office2016Colorful";
            this.barItem9.ShowToolTipInPopUp = false;
            this.barItem9.SizeToFit          = true;
            this.barItem9.Text               = "Office2016Colorful";
            this.barItem9.Click             += new System.EventHandler(this.OnBarItemClick);
            //
            // barItem10
            //
            this.barItem10.BarName            = "barItem10";
            this.barItem10.CategoryIndex      = 0;
            this.barItem10.ID                 = "Office2016Black";
            this.barItem10.ShowToolTipInPopUp = false;
            this.barItem10.SizeToFit          = true;
            this.barItem10.Text               = "Office2016Black";
            this.barItem10.Click             += new System.EventHandler(this.OnBarItemClick);
            //
            // barItem11
            //
            this.barItem11.BarName            = "barItem11";
            this.barItem11.CategoryIndex      = 0;
            this.barItem11.ID                 = "Office2016DarkGray";
            this.barItem11.ShowToolTipInPopUp = false;
            this.barItem11.SizeToFit          = true;
            this.barItem11.Text               = "Office2016DarkGray";
            this.barItem11.Click             += new System.EventHandler(this.OnBarItemClick);
            //
            // barItem6
            //
            this.barItem6.BarName            = "barItem6";
            this.barItem6.CategoryIndex      = 0;
            this.barItem6.ID                 = "Metro";
            this.barItem6.ShowToolTipInPopUp = false;
            this.barItem6.SizeToFit          = true;
            this.barItem6.Text               = "Metro";
            this.barItem6.Click             += new System.EventHandler(this.OnBarItemClick);
            //
            // parentBarItem2
            //
            this.parentBarItem2.BarName            = "parentBarItem2";
            this.parentBarItem2.MetroColor         = System.Drawing.Color.LightSkyBlue;
            this.parentBarItem2.ShowToolTipInPopUp = false;
            this.parentBarItem2.SizeToFit          = true;
            this.parentBarItem2.WrapLength         = 20;
            //
            // barItem1
            //
            this.barItem1.BarName            = "barItem1";
            this.barItem1.ID                 = "_1";
            this.barItem1.ShowToolTipInPopUp = false;
            this.barItem1.SizeToFit          = true;
            //
            // barItem2
            //
            this.barItem2.BarName            = "barItem2";
            this.barItem2.ID                 = "_2";
            this.barItem2.ShowToolTipInPopUp = false;
            this.barItem2.SizeToFit          = true;
            //
            // barItem3
            //
            this.barItem3.BarName            = "barItem3";
            this.barItem3.ID                 = "_3";
            this.barItem3.ShowToolTipInPopUp = false;
            this.barItem3.SizeToFit          = true;
            //
            // barItem4
            //
            this.barItem4.BarName            = "barItem4";
            this.barItem4.ID                 = "_4";
            this.barItem4.ShowToolTipInPopUp = false;
            this.barItem4.SizeToFit          = true;
            //
            // barItem7
            //
            this.barItem7.BarName            = "barItem7";
            this.barItem7.CategoryIndex      = 0;
            this.barItem7.CustomTextFont     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.barItem7.ID                 = "AboutSyncfusion";
            this.barItem7.ShowToolTipInPopUp = false;
            this.barItem7.SizeToFit          = true;
            this.barItem7.Text               = "About Syncfusion";
            this.barItem7.Click             += new System.EventHandler(this.OnBarItemClick);
            //
            // blueBarItem
            //
            this.blueBarItem.BarName            = "blueBarItem";
            this.blueBarItem.ID                 = "_5";
            this.blueBarItem.ShowToolTipInPopUp = false;
            this.blueBarItem.SizeToFit          = true;
            //
            // blackBarItem
            //
            this.blackBarItem.BarName            = "blackBarItem";
            this.blackBarItem.ID                 = "_6";
            this.blackBarItem.ShowToolTipInPopUp = false;
            this.blackBarItem.SizeToFit          = true;
            //
            // silverBarItem
            //
            this.silverBarItem.BarName            = "silverBarItem";
            this.silverBarItem.ID                 = "_7";
            this.silverBarItem.ShowToolTipInPopUp = false;
            this.silverBarItem.SizeToFit          = true;
            //
            // panel1
            //
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(10, 395);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(718, 8);
            this.panel1.TabIndex = 19;
            //
            // MainForm
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
            this.ClientSize        = new System.Drawing.Size(738, 518);
            this.Controls.Add(this.gradientPanel1);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.textBox2);
            this.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name          = "MainForm";
            this.Padding       = new System.Windows.Forms.Padding(10);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "Calculator Control";
            ((System.ComponentModel.ISupportInitialize)(this.textBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit();
            this.gradientPanel1.ResumeLayout(false);
            this.gradientPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
示例#4
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager          resources          = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel1  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel2  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel3  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel4  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel5  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel6  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel7  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel8  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel9  = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel10 = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgradientPanel11 = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            this.dockingManager1 = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
            this.gradientPanel1  = new System.Windows.Forms.Panel();
            this.gradientPanel2  = new System.Windows.Forms.Panel();
            this.gradientPanel3  = new System.Windows.Forms.Panel();
            this.gradientPanel4  = new System.Windows.Forms.Panel();
            this.gradientPanel5  = new System.Windows.Forms.Panel();
            this.gradientPanel6  = new System.Windows.Forms.Panel();
            this.gradientPanel7  = new System.Windows.Forms.Panel();
            this.gradientPanel8  = new System.Windows.Forms.Panel();
            this.gradientPanel9  = new System.Windows.Forms.Panel();
            this.gradientPanel10 = new System.Windows.Forms.Panel();
            this.gradientPanel11 = new System.Windows.Forms.Panel();
            this.gradientPanel12 = new Syncfusion.Windows.Forms.Tools.GradientPanel();
            this.comboBoxAdv3    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.comboBoxAdv1    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.autoLabel6      = new System.Windows.Forms.Label();
            this.autoLabel5      = new System.Windows.Forms.Label();
            this.autoLabel2      = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).BeginInit();
            this.gradientPanel12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
            this.SuspendLayout();
            //
            // dockingManager1
            //
            this.dockingManager1.AnimateAutoHiddenWindow = true;
            this.dockingManager1.AutoHideTabForeColor    = System.Drawing.Color.Empty;
            this.dockingManager1.CloseTabOnMiddleClick   = false;
#if !NETCORE
            this.dockingManager1.DockLayoutStream = ((System.IO.MemoryStream)(resources.GetObject("dockingManager1.DockLayoutStream")));
#endif
            this.dockingManager1.HostControl            = this;
            this.dockingManager1.MetroButtonColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.dockingManager1.MetroColor             = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
            this.dockingManager1.MetroSplitterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(159)))), ((int)(((byte)(183)))));
            this.dockingManager1.ReduceFlickeringInRtl  = false;
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
            this.dockingManager1.SetDockLabel(this.gradientPanel1, "gradientPanel1");
            this.dockingManager1.SetEnableDocking(this.gradientPanel1, true);
            ccbgradientPanel1.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel1, ccbgradientPanel1);
            this.dockingManager1.SetDockLabel(this.gradientPanel2, "gradientPanel2");
            this.dockingManager1.SetEnableDocking(this.gradientPanel2, true);
            ccbgradientPanel2.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel2, ccbgradientPanel2);
            this.dockingManager1.SetDockLabel(this.gradientPanel3, "gradientPanel3");
            this.dockingManager1.SetEnableDocking(this.gradientPanel3, true);
            ccbgradientPanel3.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel3, ccbgradientPanel3);
            this.dockingManager1.SetDockLabel(this.gradientPanel4, "gradientPanel4");
            this.dockingManager1.SetEnableDocking(this.gradientPanel4, true);
            ccbgradientPanel4.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel4, ccbgradientPanel4);
            this.dockingManager1.SetDockLabel(this.gradientPanel5, "gradientPanel5");
            this.dockingManager1.SetEnableDocking(this.gradientPanel5, true);
            ccbgradientPanel5.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel5, ccbgradientPanel5);
            this.dockingManager1.SetDockLabel(this.gradientPanel6, "gradientPanel6");
            this.dockingManager1.SetEnableDocking(this.gradientPanel6, true);
            ccbgradientPanel6.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel6, ccbgradientPanel6);
            this.dockingManager1.SetDockLabel(this.gradientPanel7, "gradientPanel7");
            this.dockingManager1.SetEnableDocking(this.gradientPanel7, true);
            ccbgradientPanel7.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel7, ccbgradientPanel7);
            this.dockingManager1.SetDockLabel(this.gradientPanel8, "gradientPanel8");
            this.dockingManager1.SetEnableDocking(this.gradientPanel8, true);
            ccbgradientPanel8.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel8, ccbgradientPanel8);
            this.dockingManager1.SetDockLabel(this.gradientPanel9, "gradientPanel9");
            this.dockingManager1.SetEnableDocking(this.gradientPanel9, true);
            ccbgradientPanel9.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel9, ccbgradientPanel9);
            this.dockingManager1.SetDockLabel(this.gradientPanel10, "gradientPanel10");
            this.dockingManager1.SetEnableDocking(this.gradientPanel10, true);
            ccbgradientPanel10.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel10, ccbgradientPanel10);
            this.dockingManager1.SetDockLabel(this.gradientPanel11, "gradientPanel11");
            this.dockingManager1.SetEnableDocking(this.gradientPanel11, true);
            ccbgradientPanel11.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.gradientPanel11, ccbgradientPanel11);
            //
            // gradientPanel1
            //
            this.gradientPanel1.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel1.Name     = "gradientPanel1";
            this.gradientPanel1.Size     = new System.Drawing.Size(75, 693);
            this.gradientPanel1.TabIndex = 0;
            //
            // gradientPanel2
            //
            this.gradientPanel2.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel2.Name     = "gradientPanel2";
            this.gradientPanel2.Size     = new System.Drawing.Size(63, 693);
            this.gradientPanel2.TabIndex = 2;
            //
            // gradientPanel3
            //
            this.gradientPanel3.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel3.Name     = "gradientPanel3";
            this.gradientPanel3.Size     = new System.Drawing.Size(69, 693);
            this.gradientPanel3.TabIndex = 3;
            //
            // gradientPanel4
            //
            this.gradientPanel4.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel4.Name     = "gradientPanel4";
            this.gradientPanel4.Size     = new System.Drawing.Size(59, 693);
            this.gradientPanel4.TabIndex = 8;
            //
            // gradientPanel5
            //
            this.gradientPanel5.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel5.Name     = "gradientPanel5";
            this.gradientPanel5.Size     = new System.Drawing.Size(66, 693);
            this.gradientPanel5.TabIndex = 9;
            //
            // gradientPanel6
            //
            this.gradientPanel6.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel6.Name     = "gradientPanel6";
            this.gradientPanel6.Size     = new System.Drawing.Size(71, 693);
            this.gradientPanel6.TabIndex = 14;
            //
            // gradientPanel7
            //
            this.gradientPanel7.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel7.Name     = "gradientPanel7";
            this.gradientPanel7.Size     = new System.Drawing.Size(90, 693);
            this.gradientPanel7.TabIndex = 15;
            //
            // gradientPanel8
            //
            this.gradientPanel8.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel8.Name     = "gradientPanel8";
            this.gradientPanel8.Size     = new System.Drawing.Size(87, 693);
            this.gradientPanel8.TabIndex = 20;
            //
            // gradientPanel9
            //
            this.gradientPanel9.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel9.Name     = "gradientPanel9";
            this.gradientPanel9.Size     = new System.Drawing.Size(74, 693);
            this.gradientPanel9.TabIndex = 22;
            //
            // gradientPanel10
            //
            this.gradientPanel10.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel10.Name     = "gradientPanel10";
            this.gradientPanel10.Size     = new System.Drawing.Size(83, 693);
            this.gradientPanel10.TabIndex = 24;
            //
            // gradientPanel11
            //
            this.gradientPanel11.Location = new System.Drawing.Point(1, 24);
            this.gradientPanel11.Name     = "gradientPanel11";
            this.gradientPanel11.Size     = new System.Drawing.Size(50, 693);
            this.gradientPanel11.TabIndex = 26;
            //
            // gradientPanel12
            //
            this.gradientPanel12.Controls.Add(this.comboBoxAdv3);
            this.gradientPanel12.Controls.Add(this.comboBoxAdv1);
            this.gradientPanel12.Controls.Add(this.autoLabel6);
            this.gradientPanel12.Controls.Add(this.autoLabel5);
            this.gradientPanel12.Controls.Add(this.autoLabel2);
            this.gradientPanel12.Dock     = System.Windows.Forms.DockStyle.Right;
            this.gradientPanel12.Location = new System.Drawing.Point(860, 2);
            this.gradientPanel12.Name     = "gradientPanel12";
            this.gradientPanel12.Size     = new System.Drawing.Size(300, 718);
            this.gradientPanel12.TabIndex = 28;
            //
            // comboBoxAdv3
            //
            this.comboBoxAdv3.BeforeTouchSize = new System.Drawing.Size(161, 21);
            this.comboBoxAdv3.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxAdv3.Items.AddRange(new object[] {
                "Left",
                "Right",
                "Top",
                "Bottom"
            });
            this.comboBoxAdv3.Location = new System.Drawing.Point(126, 73);
            this.comboBoxAdv3.Name     = "comboBoxAdv3";
            this.comboBoxAdv3.Size     = new System.Drawing.Size(161, 21);
            this.comboBoxAdv3.TabIndex = 39;
            this.comboBoxAdv3.Text     = "Left";
            //
            // comboBoxAdv1
            //
            this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(161, 21);
            this.comboBoxAdv1.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxAdv1.Items.AddRange(new object[] {
                "Metro",
                "Office2016Colorful",
                "Office2016White",
                "Office2016Black",
                "Office2016DarkGray",
                "Office2019Colorful",
                "HighContrastBlack"
            });
            this.comboBoxAdv1.Location = new System.Drawing.Point(126, 117);
            this.comboBoxAdv1.Name     = "comboBoxAdv1";
            this.comboBoxAdv1.Size     = new System.Drawing.Size(161, 21);
            this.comboBoxAdv1.TabIndex = 37;
            this.comboBoxAdv1.Text     = "Metro";
            //
            // autoLabel6
            //
            this.autoLabel6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel6.Location = new System.Drawing.Point(88, 24);
            this.autoLabel6.Name     = "autoLabel6";
            this.autoLabel6.Size     = new System.Drawing.Size(81, 20);
            this.autoLabel6.TabIndex = 36;
            this.autoLabel6.Text     = "Properties";
            //
            // autoLabel5
            //
            this.autoLabel5.Location = new System.Drawing.Point(7, 117);
            this.autoLabel5.Name     = "autoLabel5";
            this.autoLabel5.Size     = new System.Drawing.Size(69, 13);
            this.autoLabel5.TabIndex = 32;
            this.autoLabel5.Text     = "Visual Style";
            //
            // autoLabel2
            //
            this.autoLabel2.Location = new System.Drawing.Point(7, 73);
            this.autoLabel2.Name     = "autoLabel2";
            this.autoLabel2.Size     = new System.Drawing.Size(113, 13);
            this.autoLabel2.TabIndex = 31;
            this.autoLabel2.Text     = "Dock Tab Alignment";
            //
            // Form1
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(1162, 722);
            this.Controls.Add(this.gradientPanel12);
            this.Name = "Form1";
            this.Text = "Docking Manager";
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).EndInit();
            this.gradientPanel12.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
            this.ResumeLayout(false);
        }