예제 #1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Syncfusion.Windows.Forms.Edit.Implementation.Config.Config config1   = new Syncfusion.Windows.Forms.Edit.Implementation.Config.Config();
            System.ComponentModel.ComponentResourceManager             resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.editControl1         = new Syncfusion.Windows.Forms.Edit.EditControl();
            this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this);
            this.bar1           = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "menu");
            this.parentBarItem1 = 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.barItem6       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            ((System.ComponentModel.ISupportInitialize)(this.editControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit();
            this.SuspendLayout();
            //
            // editControl1
            //
            this.editControl1.BackColor                = System.Drawing.SystemColors.Window;
            this.editControl1.BorderStyle              = System.Windows.Forms.BorderStyle.Fixed3D;
            this.editControl1.CodeSnipptSize           = new System.Drawing.Size(100, 100);
            this.editControl1.Configurator             = config1;
            this.editControl1.Dock                     = System.Windows.Forms.DockStyle.Fill;
            this.editControl1.IndicatorMarginBackColor = System.Drawing.Color.Empty;
            this.editControl1.LineNumbersFont          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.editControl1.Location                 = new System.Drawing.Point(10, 42);
            this.editControl1.Name                     = "editControl1";
            this.editControl1.RenderRightToLeft        = false;
            this.editControl1.ScrollPosition           = new System.Drawing.Point(0, 0);
            this.editControl1.ScrollVisualStyle        = Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Metro;
            this.editControl1.ShowIndicatorMargin      = true;
            this.editControl1.ShowHorizontalSplitters  = false;
            this.editControl1.ShowLineNumbers          = false;
            this.editControl1.ShowOutliningCollapsers  = false;
            this.editControl1.ShowVerticalSplitters    = false;
            this.editControl1.Size                     = new System.Drawing.Size(522, 394);
            this.editControl1.TabIndex                 = 0;
            this.editControl1.Text                     = "";
            this.editControl1.UseXPStyleBorder         = true;
            this.editControl1.VisualColumn             = 1;
            this.editControl1.WordWrap                 = true;
            this.editControl1.UpdateContextToolTip    += new Syncfusion.Windows.Forms.Edit.UpdateTooltipEventHandler(this.editControl1_UpdateContextToolTip);
            //
            // mainFrameBarManager1
            //
#if !NETCORE
            this.mainFrameBarManager1.BarPositionInfo = ((System.IO.MemoryStream)(resources.GetObject("mainFrameBarManager1.BarPositionInfo")));
#endif
            this.mainFrameBarManager1.Bars.Add(this.bar1);
            this.mainFrameBarManager1.Categories.Add("file");
            this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.Windows.Forms.MetroForm";
            this.mainFrameBarManager1.Font = this.mainFrameBarManager1.Font = new System.Drawing.Font("Segoe UI", 10F, 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.parentBarItem1,
                this.barItem1,
                this.barItem2,
                this.barItem3,
                this.barItem4,
                this.barItem6
            });
            this.mainFrameBarManager1.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.mainFrameBarManager1.ResetCustomization = false;
            this.mainFrameBarManager1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            //
            // bar1
            //
            this.bar1.BarName = "menu";
            this.bar1.Caption = "menu";
            this.bar1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.parentBarItem1
            });
            this.bar1.Manager = this.mainFrameBarManager1;
            //
            // parentBarItem1
            //
            this.parentBarItem1.BarName       = "parentBarItem1";
            this.parentBarItem1.CategoryIndex = 0;
            this.parentBarItem1.ID            = "File";
            this.parentBarItem1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem1,
                this.barItem2,
                this.barItem3,
                this.barItem4,
                this.barItem6
            });
            this.parentBarItem1.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.parentBarItem1.ShowToolTipInPopUp = false;
            this.parentBarItem1.SizeToFit          = true;
            this.parentBarItem1.Text = "File";
            //
            // barItem1
            //
            this.barItem1.BarName            = "barItem1";
            this.barItem1.CategoryIndex      = 0;
            this.barItem1.ID                 = "New";
            this.barItem1.ShowToolTipInPopUp = false;
            this.barItem1.SizeToFit          = true;
            this.barItem1.Text               = "New";
            this.barItem1.Click             += new System.EventHandler(this.menuItem2_Click);
            //
            // barItem2
            //
            this.barItem2.BarName            = "barItem2";
            this.barItem2.CategoryIndex      = 0;
            this.barItem2.ID                 = "Open";
            this.barItem2.ShowToolTipInPopUp = false;
            this.barItem2.SizeToFit          = true;
            this.barItem2.Text               = "Open";
            this.barItem2.Click             += new System.EventHandler(this.menuItem3_Click);
            //
            // barItem3
            //
            this.barItem3.BarName            = "barItem3";
            this.barItem3.CategoryIndex      = 0;
            this.barItem3.ID                 = "Save";
            this.barItem3.ShowToolTipInPopUp = false;
            this.barItem3.SizeToFit          = true;
            this.barItem3.Text               = "Save";
            this.barItem3.Click             += new System.EventHandler(this.menuItem5_Click);
            //
            // barItem4
            //
            this.barItem4.BarName            = "barItem4";
            this.barItem4.CategoryIndex      = 0;
            this.barItem4.ID                 = "SaveAs";
            this.barItem4.ShowToolTipInPopUp = false;
            this.barItem4.SizeToFit          = true;
            this.barItem4.Text               = "SaveAs";
            this.barItem4.Click             += new System.EventHandler(this.menuItem6_Click);
            //
            // barItem6
            //
            this.barItem6.BarName            = "barItem6";
            this.barItem6.CategoryIndex      = 0;
            this.barItem6.ID                 = "Exit";
            this.barItem6.ShowToolTipInPopUp = false;
            this.barItem6.SizeToFit          = true;
            this.barItem6.Text               = "Exit";
            this.barItem6.Click             += new System.EventHandler(this.menuItem8_Click);
            //
            // Form1
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
            this.ClientSize        = new System.Drawing.Size(542, 445);
            this.Controls.Add(this.editControl1);
            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(554, 482);
            this.Name          = "Form1";
            this.Padding       = new System.Windows.Forms.Padding(10);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "Context Tooltip";
            this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
            this.Closing      += new System.ComponentModel.CancelEventHandler(this.Form1_Closing);
            ((System.ComponentModel.ISupportInitialize)(this.editControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit();
            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));
            Syncfusion.Windows.Forms.Edit.Implementation.Config.Config config1   = new Syncfusion.Windows.Forms.Edit.Implementation.Config.Config();
            this.imageList1           = new System.Windows.Forms.ImageList(this.components);
            this.editControl1         = new Syncfusion.Windows.Forms.Edit.EditControl();
            this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this);
            this.bar1           = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "menu");
            this.parentBarItem1 = 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.barItem5       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem6       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            ((System.ComponentModel.ISupportInitialize)(this.editControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit();
            this.SuspendLayout();
            //
            // imageList1
            //
            this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "");
            this.imageList1.Images.SetKeyName(1, "");
            this.imageList1.Images.SetKeyName(2, "");
            //
            // editControl1
            //
            this.editControl1.CodeSnipptSize            = new System.Drawing.Size(100, 100);
            this.editControl1.ColumnGuidesMeasuringFont = new System.Drawing.Font("Segoe UI", 8.25F);
            this.editControl1.Configurator              = config1;
            this.editControl1.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.editControl1.FilterAutoCompleteItems   = false;
            this.editControl1.GraphicsTextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
            this.editControl1.IndicatorMarginBackColor  = System.Drawing.Color.Empty;
            this.editControl1.LineNumbersFont           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.editControl1.Location                  = new System.Drawing.Point(10, 39);
            this.editControl1.Name                      = "editControl1";
            this.editControl1.RenderRightToLeft         = false;
            this.editControl1.SaveOnClose               = false;
            this.editControl1.ScrollPosition            = new System.Drawing.Point(0, 0);
            this.editControl1.ShowIndicatorMargin       = false;
            this.editControl1.ShowSelectionMargin       = false;
            this.editControl1.Size                      = new System.Drawing.Size(524, 408);

            this.editControl1.StatusBarSettings.TextPanel.AutoSize = false;
            this.editControl1.TabIndex                 = 0;
            this.editControl1.Text                     = "editControl1";
            this.editControl1.TransferFocusOnTab       = true;
            this.editControl1.UseXPStyleBorder         = true;
            this.editControl1.VisualColumn             = 1;
            this.editControl1.WordWrap                 = true;
            this.editControl1.ContextChoiceBeforeOpen += new System.ComponentModel.CancelEventHandler(this.editControl1_ContextChoiceBeforeOpen);
            this.editControl1.ContextChoiceOpen       += new Syncfusion.Windows.Forms.Edit.ContextChoiceEventHandler(this.editControl1_ContextChoiceOpen);
            this.editControl1.ContextPromptBeforeOpen += new System.ComponentModel.CancelEventHandler(this.editControl1_ContextChoiceBeforeOpen);
            this.editControl1.ContextPromptOpen       += new Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventHandler(this.editControl1_ContextPromptOpen);
            this.editControl1.ContextPromptUpdate     += new Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventHandler(this.editControl1_ContextPromptUpdate);
            this.editControl1.UpdateContextToolTip    += new Syncfusion.Windows.Forms.Edit.UpdateTooltipEventHandler(this.editControl1_UpdateContextToolTip);
            //
            // mainFrameBarManager1
            //
            this.mainFrameBarManager1.BarPositionInfo = ((System.IO.MemoryStream)(resources.GetObject("mainFrameBarManager1.BarPositionInfo")));
            this.mainFrameBarManager1.Bars.Add(this.bar1);
            this.mainFrameBarManager1.Categories.Add("file");
            this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.Windows.Forms.MetroForm";
            this.mainFrameBarManager1.Font = new System.Drawing.Font("Segoe UI", 10F, 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.parentBarItem1,
                this.barItem1,
                this.barItem2,
                this.barItem3,
                this.barItem4,
                this.barItem5,
                this.barItem6
            });
            this.mainFrameBarManager1.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.mainFrameBarManager1.ResetCustomization = false;
            this.mainFrameBarManager1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            //
            // bar1
            //
            this.bar1.BarName = "menu";
            this.bar1.Caption = "menu";
            this.bar1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.parentBarItem1
            });
            this.bar1.Manager = this.mainFrameBarManager1;
            //
            // parentBarItem1
            //
            this.parentBarItem1.BarName       = "parentBarItem1";
            this.parentBarItem1.CategoryIndex = 0;
            this.parentBarItem1.ID            = "File";
            this.parentBarItem1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem1,
                this.barItem2,
                this.barItem3,
                this.barItem4,
                this.barItem5,
                this.barItem6
            });
            this.parentBarItem1.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.parentBarItem1.ShowToolTipInPopUp = false;
            this.parentBarItem1.SizeToFit          = true;
            this.parentBarItem1.Text = "File";
            //
            // barItem1
            //
            this.barItem1.BarName            = "barItem1";
            this.barItem1.CategoryIndex      = 0;
            this.barItem1.ID                 = "New";
            this.barItem1.ShowToolTipInPopUp = false;
            this.barItem1.SizeToFit          = true;
            this.barItem1.Text               = "New";
            this.barItem1.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // barItem2
            //
            this.barItem2.BarName            = "barItem2";
            this.barItem2.CategoryIndex      = 0;
            this.barItem2.ID                 = "Open";
            this.barItem2.ShowToolTipInPopUp = false;
            this.barItem2.SizeToFit          = true;
            this.barItem2.Text               = "Open";
            this.barItem2.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // barItem3
            //
            this.barItem3.BarName            = "barItem3";
            this.barItem3.CategoryIndex      = 0;
            this.barItem3.ID                 = "Save";
            this.barItem3.ShowToolTipInPopUp = false;
            this.barItem3.SizeToFit          = true;
            this.barItem3.Text               = "Save";
            this.barItem3.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // barItem4
            //
            this.barItem4.BarName            = "barItem4";
            this.barItem4.CategoryIndex      = 0;
            this.barItem4.ID                 = "SaveAs";
            this.barItem4.ShowToolTipInPopUp = false;
            this.barItem4.SizeToFit          = true;
            this.barItem4.Text               = "SaveAs";
            this.barItem4.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // barItem5
            //
            this.barItem5.BarName            = "barItem5";
            this.barItem5.CategoryIndex      = 0;
            this.barItem5.ID                 = "Close";
            this.barItem5.ShowToolTipInPopUp = false;
            this.barItem5.SizeToFit          = true;
            this.barItem5.Text               = "Close";
            this.barItem5.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // barItem6
            //
            this.barItem6.BarName            = "barItem6";
            this.barItem6.CategoryIndex      = 0;
            this.barItem6.ID                 = "Exit";
            this.barItem6.ShowToolTipInPopUp = false;
            this.barItem6.SizeToFit          = true;
            this.barItem6.Text               = "Exit";
            this.barItem6.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // Form1
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
            this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
            this.CaptionAlign      = System.Windows.Forms.HorizontalAlignment.Center;
            this.ClientSize        = new System.Drawing.Size(544, 457);
            this.Controls.Add(this.editControl1);
            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.IconAlign        = System.Windows.Forms.HorizontalAlignment.Left;
            this.IconTextRelation = System.Windows.Forms.LeftRightAlignment.Left;
            this.MetroColor       = System.Drawing.Color.White;
            this.MinimumSize      = new System.Drawing.Size(556, 494);
            this.Name             = "Form1";
            this.Padding          = new System.Windows.Forms.Padding(10);
            this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text             = "Advanced Intellisense";
            this.WindowState      = System.Windows.Forms.FormWindowState.Maximized;
            this.Load            += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.editControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit();
            this.ResumeLayout(false);
        }
예제 #3
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Syncfusion.Windows.Forms.Edit.Implementation.Config.Config config1   = new Syncfusion.Windows.Forms.Edit.Implementation.Config.Config();
            System.ComponentModel.ComponentResourceManager             resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.editControl1         = new Syncfusion.Windows.Forms.Edit.EditControl();
            this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this);
            this.bar1           = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "Menu");
            this.parentBarItem1 = 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.barItem5       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem6       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem8       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem9       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.parentBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem();
            this.barItem10      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem11      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem12      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem13      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem14      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem15      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem16      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem17      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem18      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem19      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem20      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem21      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem7       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            ((System.ComponentModel.ISupportInitialize)(this.editControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit();
            this.SuspendLayout();
            //
            // editControl1
            //
            this.editControl1.BackColor                = System.Drawing.SystemColors.Window;
            this.editControl1.BorderStyle              = System.Windows.Forms.BorderStyle.Fixed3D;
            this.editControl1.CodeSnipptSize           = new System.Drawing.Size(100, 100);
            this.editControl1.Configurator             = config1;
            this.editControl1.Dock                     = System.Windows.Forms.DockStyle.Fill;
            this.editControl1.IndicatorMarginBackColor = System.Drawing.Color.Empty;
            this.editControl1.LineNumbersFont          = new System.Drawing.Font("Segoe UI", 8.25F);
            this.editControl1.Location                 = new System.Drawing.Point(10, 39);
            this.editControl1.Name                     = "editControl1";
            this.editControl1.RenderRightToLeft        = false;
            this.editControl1.ScrollPosition           = new System.Drawing.Point(0, 0);
            this.editControl1.ScrollVisualStyle        = Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Metro;
            this.editControl1.ShowHorizontalSplitters  = false;
            this.editControl1.ShowIndicatorMargin      = false;
            this.editControl1.ShowOutliningCollapsers  = false;
            this.editControl1.ShowVerticalSplitters    = false;
            this.editControl1.Size                     = new System.Drawing.Size(518, 374);

            this.editControl1.StatusBarSettings.TextPanel.AutoSize = false;
            this.editControl1.TabIndex           = 0;
            this.editControl1.Text               = "";
            this.editControl1.TransferFocusOnTab = true;
            this.editControl1.UseXPStyleBorder   = true;
            this.editControl1.VisualColumn       = 1;
            this.editControl1.MenuFill          += new System.EventHandler(this.editControl1_MenuFill);
            //
            // mainFrameBarManager1
            //
#if !NETCORE
            this.mainFrameBarManager1.BarPositionInfo = ((System.IO.MemoryStream)(resources.GetObject("mainFrameBarManager1.BarPositionInfo")));
#endif
            this.mainFrameBarManager1.Bars.Add(this.bar1);
            this.mainFrameBarManager1.Categories.Add("File");
            this.mainFrameBarManager1.Categories.Add("Configuration");
            this.mainFrameBarManager1.Categories.Add("CodeSamples");
            this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.Windows.Forms.MetroForm";
            this.mainFrameBarManager1.Font = new System.Drawing.Font("Segoe UI", 10F, 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.parentBarItem1,
                this.barItem1,
                this.barItem2,
                this.barItem3,
                this.barItem4,
                this.barItem5,
                this.barItem6,
                this.barItem8,
                this.barItem9,
                this.parentBarItem2,
                this.barItem10,
                this.barItem11,
                this.barItem12,
                this.barItem13,
                this.barItem14,
                this.barItem15,
                this.barItem16,
                this.barItem17,
                this.barItem18,
                this.barItem19,
                this.barItem20,
                this.barItem21,
                this.barItem7
            });
            this.mainFrameBarManager1.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.mainFrameBarManager1.ResetCustomization = false;
            this.mainFrameBarManager1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            //
            // bar1
            //
            this.bar1.BarName = "Menu";
            this.bar1.Caption = "Menu";
            this.bar1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.parentBarItem1,
                this.parentBarItem2
            });
            this.bar1.Manager = this.mainFrameBarManager1;
            //
            // parentBarItem1
            //
            this.parentBarItem1.BarName       = "parentBarItem1";
            this.parentBarItem1.CategoryIndex = 0;
            this.parentBarItem1.ID            = "&File";
            this.parentBarItem1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem1,
                this.barItem2,
                this.barItem3,
                this.barItem4,
                this.barItem5,
                this.barItem6
            });
            this.parentBarItem1.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.parentBarItem1.ShowToolTipInPopUp = false;
            this.parentBarItem1.SizeToFit          = true;
            this.parentBarItem1.Text = "&File";
            //
            // barItem1
            //
            this.barItem1.BarName            = "barItem1";
            this.barItem1.CategoryIndex      = 0;
            this.barItem1.ID                 = "&New";
            this.barItem1.ShowToolTipInPopUp = false;
            this.barItem1.SizeToFit          = true;
            this.barItem1.Text               = "&New";
            this.barItem1.Click             += new System.EventHandler(this.FileMenuClick);
            //
            // barItem2
            //
            this.barItem2.BarName            = "barItem2";
            this.barItem2.CategoryIndex      = 0;
            this.barItem2.ID                 = "&Open";
            this.barItem2.ShowToolTipInPopUp = false;
            this.barItem2.SizeToFit          = true;
            this.barItem2.Text               = "&Open";
            this.barItem2.Click             += new System.EventHandler(this.FileMenuClick);
            //
            // barItem3
            //
            this.barItem3.BarName            = "barItem3";
            this.barItem3.CategoryIndex      = 0;
            this.barItem3.ID                 = "&Save";
            this.barItem3.ShowToolTipInPopUp = false;
            this.barItem3.SizeToFit          = true;
            this.barItem3.Text               = "&Save";
            this.barItem3.Click             += new System.EventHandler(this.FileMenuClick);
            //
            // barItem4
            //
            this.barItem4.BarName            = "barItem4";
            this.barItem4.CategoryIndex      = 0;
            this.barItem4.ID                 = "Save&As";
            this.barItem4.ShowToolTipInPopUp = false;
            this.barItem4.SizeToFit          = true;
            this.barItem4.Text               = "Save&As";
            this.barItem4.Click             += new System.EventHandler(this.FileMenuClick);
            //
            // barItem5
            //
            this.barItem5.BarName            = "barItem5";
            this.barItem5.CategoryIndex      = 0;
            this.barItem5.ID                 = "&Close";
            this.barItem5.ShowToolTipInPopUp = false;
            this.barItem5.SizeToFit          = true;
            this.barItem5.Text               = "&Close";
            this.barItem5.Click             += new System.EventHandler(this.FileMenuClick);
            //
            // barItem6
            //
            this.barItem6.BarName            = "barItem6";
            this.barItem6.CategoryIndex      = 0;
            this.barItem6.ID                 = "&Exit";
            this.barItem6.ShowToolTipInPopUp = false;
            this.barItem6.SizeToFit          = true;
            this.barItem6.Text               = "&Exit";
            this.barItem6.Click             += new System.EventHandler(this.FileMenuClick);
            //
            // barItem8
            //
            this.barItem8.BarName            = "barItem8";
            this.barItem8.CategoryIndex      = 1;
            this.barItem8.ID                 = "Launch Configuration Editor";
            this.barItem8.ShowToolTipInPopUp = false;
            this.barItem8.SizeToFit          = true;
            this.barItem8.Visible            = false;
            this.barItem8.Text               = "Launch Configuration Editor";
            //
            // barItem9
            //
            this.barItem9.BarName            = "barItem9";
            this.barItem9.CategoryIndex      = 1;
            this.barItem9.ID                 = "Launch Configuration Display Utility";
            this.barItem9.ShowToolTipInPopUp = false;
            this.barItem9.SizeToFit          = true;
            this.barItem9.Text               = "Launch Configuration Display Utility";
            this.barItem9.Click             += new System.EventHandler(this.ConfigurationMenuClick);
            //
            // parentBarItem2
            //
            this.parentBarItem2.BarName       = "parentBarItem2";
            this.parentBarItem2.CategoryIndex = 2;
            this.parentBarItem2.ID            = "Code &Samples";
            this.parentBarItem2.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem7,
                this.barItem10,
                this.barItem11,
                this.barItem12,
                this.barItem13,
                this.barItem14,
                this.barItem15,
                this.barItem16,
                this.barItem17,
                this.barItem18,
                this.barItem19,
                this.barItem20,
                this.barItem21,
            });
            this.parentBarItem2.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.parentBarItem2.ShowToolTipInPopUp = false;
            this.parentBarItem2.SizeToFit          = true;
            this.parentBarItem2.Text = "Code &Samples";
            //
            // barItem10
            //
            this.barItem10.BarName            = "barItem10";
            this.barItem10.CategoryIndex      = 2;
            this.barItem10.ID                 = "CSharp";
            this.barItem10.ShowToolTipInPopUp = false;
            this.barItem10.SizeToFit          = true;
            this.barItem10.Text               = "CSharp";
            this.barItem10.Click             += new System.EventHandler(this.CodeSamplesMenuClick);
            this.barItem10.Checked            = true;
            //
            // barItem11
            //
            this.barItem11.BarName            = "barItem11";
            this.barItem11.CategoryIndex      = 2;
            this.barItem11.ID                 = "HTML";
            this.barItem11.ShowToolTipInPopUp = false;
            this.barItem11.SizeToFit          = true;
            this.barItem11.Text               = "HTML";
            this.barItem11.Click             += new System.EventHandler(this.CodeSamplesMenuClick);
            //
            // barItem12
            //
            this.barItem12.BarName            = "barItem12";
            this.barItem12.CategoryIndex      = 2;
            this.barItem12.ID                 = "XML";
            this.barItem12.ShowToolTipInPopUp = false;
            this.barItem12.SizeToFit          = true;
            this.barItem12.Text               = "XML";
            this.barItem12.Click             += new System.EventHandler(this.CodeSamplesMenuClick);
            //
            // barItem13
            //
            this.barItem13.BarName            = "barItem13";
            this.barItem13.CategoryIndex      = 2;
            this.barItem13.ID                 = "Pascal";
            this.barItem13.ShowToolTipInPopUp = false;
            this.barItem13.SizeToFit          = true;
            this.barItem13.Text               = "Pascal";
            this.barItem13.Click             += new System.EventHandler(this.CodeSamplesMenuClick);
            //
            // barItem14
            //
            this.barItem14.BarName            = "barItem14";
            this.barItem14.CategoryIndex      = 2;
            this.barItem14.ID                 = "HTML with embedded JScript";
            this.barItem14.ShowToolTipInPopUp = false;
            this.barItem14.SizeToFit          = true;
            this.barItem14.Text               = "HTML with embedded JScript";
            this.barItem14.Click             += new System.EventHandler(this.CodeSamplesMenuClick);
            //
            // barItem15
            //
            this.barItem15.BarName            = "barItem15";
            this.barItem15.CategoryIndex      = 2;
            this.barItem15.ID                 = "HTML embedded with VBScript";
            this.barItem15.ShowToolTipInPopUp = false;
            this.barItem15.SizeToFit          = true;
            this.barItem15.Text               = "HTML embedded with VBScript";
            this.barItem15.Click             += new System.EventHandler(this.CodeSamplesMenuClick);
            //
            // barItem16
            //
            this.barItem16.BarName            = "barItem16";
            this.barItem16.CategoryIndex      = 2;
            this.barItem16.ID                 = "Delphi";
            this.barItem16.ShowToolTipInPopUp = false;
            this.barItem16.SizeToFit          = true;
            this.barItem16.Text               = "Delphi";
            this.barItem16.Click             += new System.EventHandler(this.CodeSamplesMenuClick);
            //
            // barItem17
            //
            this.barItem17.BarName            = "barItem17";
            this.barItem17.CategoryIndex      = 2;
            this.barItem17.ID                 = "VB.NET";
            this.barItem17.ShowToolTipInPopUp = false;
            this.barItem17.SizeToFit          = true;
            this.barItem17.Text               = "VB.NET";
            this.barItem17.Click             += new System.EventHandler(this.CodeSamplesMenuClick);
            //
            // barItem18
            //
            this.barItem18.BarName            = "barItem18";
            this.barItem18.CategoryIndex      = 2;
            this.barItem18.ID                 = "SQL";
            this.barItem18.ShowToolTipInPopUp = false;
            this.barItem18.SizeToFit          = true;
            this.barItem18.Text               = "SQL";
            this.barItem18.Click             += new System.EventHandler(this.CodeSamplesMenuClick);
            //
            // barItem19
            //
            this.barItem19.BarName            = "barItem19";
            this.barItem19.CategoryIndex      = 2;
            this.barItem19.ID                 = "Java";
            this.barItem19.ShowToolTipInPopUp = false;
            this.barItem19.SizeToFit          = true;
            this.barItem19.Text               = "Java";
            this.barItem19.Click             += new System.EventHandler(this.CodeSamplesMenuClick);
            //
            // barItem20
            //
            this.barItem20.BarName            = "barItem20";
            this.barItem20.CategoryIndex      = 2;
            this.barItem20.ID                 = "VBScript";
            this.barItem20.ShowToolTipInPopUp = false;
            this.barItem20.SizeToFit          = true;
            this.barItem20.Text               = "VBScript";
            this.barItem20.Click             += new System.EventHandler(this.CodeSamplesMenuClick);
            //
            // barItem21
            //
            this.barItem21.BarName            = "barItem21";
            this.barItem21.CategoryIndex      = 2;
            this.barItem21.ID                 = "JScript";
            this.barItem21.ShowToolTipInPopUp = false;
            this.barItem21.SizeToFit          = true;
            this.barItem21.Text               = "JScript";
            this.barItem21.Click             += new System.EventHandler(this.CodeSamplesMenuClick);
            //
            // barItem7
            //
            this.barItem7.BarName            = "barItem7";
            this.barItem7.CategoryIndex      = 2;
            this.barItem7.ID                 = "PowerShell";
            this.barItem7.ShowToolTipInPopUp = false;
            this.barItem7.SizeToFit          = true;
            this.barItem7.Text               = "PowerShell";
            this.barItem7.Click             += new System.EventHandler(this.CodeSamplesMenuClick);
            //
            // Form1
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
            this.ClientSize        = new System.Drawing.Size(538, 423);
            this.Controls.Add(this.editControl1);
            this.Font          = new System.Drawing.Font("Segoe UI", 8.25F);
            this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize   = new System.Drawing.Size(550, 460);
            this.Name          = "Form1";
            this.Padding       = new System.Windows.Forms.Padding(10);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "Syntax Coloring";
            this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
            ((System.ComponentModel.ISupportInitialize)(this.editControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit();
            this.ResumeLayout(false);
        }
예제 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Edit.Implementation.Config.Config config1   = new Syncfusion.Windows.Forms.Edit.Implementation.Config.Config();
     System.ComponentModel.ComponentResourceManager             resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.editControl1         = new Syncfusion.Windows.Forms.Edit.EditControl();
     this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this);
     this.bar1           = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "Menu");
     this.parentBarItem1 = 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.barItem5       = 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.barItem7       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
     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.barItem12      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
     this.barItem13      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
     ((System.ComponentModel.ISupportInitialize)(this.editControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit();
     this.SuspendLayout();
     //
     // editControl1
     //
     this.editControl1.AutoIndentMode         = Syncfusion.Windows.Forms.Edit.Enums.AutoIndentMode.Smart;
     this.editControl1.BackColor              = System.Drawing.SystemColors.Window;
     this.editControl1.BorderStyle            = System.Windows.Forms.BorderStyle.Fixed3D;
     this.editControl1.CodeSnipptSize         = new System.Drawing.Size(100, 100);
     this.editControl1.Configurator           = config1;
     this.editControl1.ContextChoiceForeColor = System.Drawing.SystemColors.InfoText;
     this.editControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.editControl1.IndicatorMarginBackColor = System.Drawing.Color.Empty;
     this.editControl1.LineNumbersFont          = new System.Drawing.Font("Segoe UI", 8.25F);
     this.editControl1.Location                                = new System.Drawing.Point(10, 42);
     this.editControl1.Name                                    = "editControl1";
     this.editControl1.RenderRightToLeft                       = false;
     this.editControl1.SaveOnClose                             = false;
     this.editControl1.ScrollPosition                          = new System.Drawing.Point(0, 0);
     this.editControl1.ScrollVisualStyle                       = Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Metro;
     this.editControl1.ShowHorizontalSplitters                 = false;
     this.editControl1.ShowIndicatorMargin                     = false;
     this.editControl1.ShowLineNumbers                         = false;
     this.editControl1.ShowOutliningCollapsers                 = false;
     this.editControl1.ShowVerticalSplitters                   = false;
     this.editControl1.Size                                    = new System.Drawing.Size(522, 394);
     this.editControl1.StatusBarSettings.CoordsPanel.Width     = 150;
     this.editControl1.StatusBarSettings.EncodingPanel.Width   = 100;
     this.editControl1.StatusBarSettings.FileNamePanel.Width   = 100;
     this.editControl1.StatusBarSettings.InsertPanel.Width     = 33;
     this.editControl1.StatusBarSettings.Offcie2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Blue;
     this.editControl1.StatusBarSettings.Offcie2010ColorScheme = Syncfusion.Windows.Forms.Office2010Theme.Blue;
     this.editControl1.StatusBarSettings.StatusPanel.Width     = 70;
     this.editControl1.StatusBarSettings.TextPanel.Width       = 80;
     this.editControl1.StatusBarSettings.VisualStyle           = Syncfusion.Windows.Forms.Tools.Controls.StatusBar.VisualStyle.Default;
     this.editControl1.TabIndex                                = 0;
     this.editControl1.Text                                    = "";
     this.editControl1.TransferFocusOnTab                      = true;
     this.editControl1.UseXPStyleBorder                        = true;
     this.editControl1.VisualColumn                            = 1;
     //
     // mainFrameBarManager1
     //
     this.mainFrameBarManager1.BarPositionInfo = ((System.IO.MemoryStream)(resources.GetObject("mainFrameBarManager1.BarPositionInfo")));
     this.mainFrameBarManager1.Bars.Add(this.bar1);
     this.mainFrameBarManager1.Categories.Add("File");
     this.mainFrameBarManager1.Categories.Add("Edit");
     this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.Windows.Forms.MetroForm";
     this.mainFrameBarManager1.EnableMenuMerge     = true;
     this.mainFrameBarManager1.Font = new System.Drawing.Font("Segoe UI", 10F, 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.parentBarItem1,
         this.barItem1,
         this.barItem2,
         this.barItem3,
         this.barItem4,
         this.barItem5,
         this.barItem6,
         this.parentBarItem2,
         this.barItem7,
         this.barItem8,
         this.barItem9,
         this.barItem10,
         this.barItem11,
         this.barItem13,
         this.barItem12
     });
     this.mainFrameBarManager1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(110)))), ((int)(((byte)(218)))));
     this.mainFrameBarManager1.ResetCustomization = false;
     this.mainFrameBarManager1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.mainFrameBarManager1.UseBackwardCompatiblity = false;
     //
     // bar1
     //
     this.bar1.BarName = "Menu";
     this.bar1.Caption = "Menu";
     this.bar1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
         this.parentBarItem1,
         this.parentBarItem2
     });
     this.bar1.Manager = this.mainFrameBarManager1;
     //
     // parentBarItem1
     //
     this.parentBarItem1.BarName       = "parentBarItem1";
     this.parentBarItem1.CategoryIndex = 0;
     this.parentBarItem1.ID            = "&File";
     this.parentBarItem1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
         this.barItem1,
         this.barItem2,
         this.barItem3,
         this.barItem4,
         this.barItem5,
         this.barItem6
     });
     this.parentBarItem1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(110)))), ((int)(((byte)(218)))));
     this.parentBarItem1.ShowToolTipInPopUp = false;
     this.parentBarItem1.SizeToFit          = true;
     this.parentBarItem1.Text       = "&File";
     this.parentBarItem1.WrapLength = 20;
     //
     // barItem1
     //
     this.barItem1.BarName            = "barItem1";
     this.barItem1.CategoryIndex      = 0;
     this.barItem1.ID                 = "&New";
     this.barItem1.ShowToolTipInPopUp = false;
     this.barItem1.SizeToFit          = true;
     this.barItem1.Text               = "&New";
     this.barItem1.Click             += new System.EventHandler(this.MainMenuClick);
     //
     // barItem2
     //
     this.barItem2.BarName            = "barItem2";
     this.barItem2.CategoryIndex      = 0;
     this.barItem2.ID                 = "&Open";
     this.barItem2.ShowToolTipInPopUp = false;
     this.barItem2.SizeToFit          = true;
     this.barItem2.Text               = "&Open";
     this.barItem2.Click             += new System.EventHandler(this.MainMenuClick);
     //
     // barItem3
     //
     this.barItem3.BarName            = "barItem3";
     this.barItem3.CategoryIndex      = 0;
     this.barItem3.ID                 = "&Save";
     this.barItem3.ShowToolTipInPopUp = false;
     this.barItem3.SizeToFit          = true;
     this.barItem3.Text               = "&Save";
     this.barItem3.Click             += new System.EventHandler(this.MainMenuClick);
     //
     // barItem4
     //
     this.barItem4.BarName            = "barItem4";
     this.barItem4.CategoryIndex      = 0;
     this.barItem4.ID                 = "Save&As";
     this.barItem4.ShowToolTipInPopUp = false;
     this.barItem4.SizeToFit          = true;
     this.barItem4.Text               = "Save&As";
     this.barItem4.Click             += new System.EventHandler(this.MainMenuClick);
     //
     // barItem5
     //
     this.barItem5.BarName            = "barItem5";
     this.barItem5.CategoryIndex      = 0;
     this.barItem5.ID                 = "&Close";
     this.barItem5.ShowToolTipInPopUp = false;
     this.barItem5.SizeToFit          = true;
     this.barItem5.Text               = "&Close";
     this.barItem5.Click             += new System.EventHandler(this.MainMenuClick);
     //
     // barItem6
     //
     this.barItem6.BarName            = "barItem6";
     this.barItem6.CategoryIndex      = 0;
     this.barItem6.ID                 = "&Exit";
     this.barItem6.ShowToolTipInPopUp = false;
     this.barItem6.SizeToFit          = true;
     this.barItem6.Text               = "&Exit";
     this.barItem6.Click             += new System.EventHandler(this.MainMenuClick);
     //
     // parentBarItem2
     //
     this.parentBarItem2.BarName       = "parentBarItem2";
     this.parentBarItem2.CategoryIndex = 1;
     this.parentBarItem2.ID            = "&Edit";
     this.parentBarItem2.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
         this.barItem7,
         this.barItem8,
         this.barItem9,
         this.barItem10,
         this.barItem11,
         this.barItem12,
         this.barItem13
     });
     this.parentBarItem2.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(110)))), ((int)(((byte)(218)))));
     this.parentBarItem2.ShowToolTipInPopUp = false;
     this.parentBarItem2.SizeToFit          = true;
     this.parentBarItem2.Text       = "&Edit";
     this.parentBarItem2.WrapLength = 20;
     //
     // barItem7
     //
     this.barItem7.BarName            = "barItem7";
     this.barItem7.CategoryIndex      = 1;
     this.barItem7.ID                 = "&Undo";
     this.barItem7.ShowToolTipInPopUp = false;
     this.barItem7.SizeToFit          = true;
     this.barItem7.Text               = "&Undo";
     this.barItem7.Click             += new System.EventHandler(this.EditMenuClick);
     //
     // barItem8
     //
     this.barItem8.BarName            = "barItem8";
     this.barItem8.CategoryIndex      = 1;
     this.barItem8.ID                 = "&Redo";
     this.barItem8.ShowToolTipInPopUp = false;
     this.barItem8.SizeToFit          = true;
     this.barItem8.Text               = "&Redo";
     this.barItem8.Click             += new System.EventHandler(this.EditMenuClick);
     //
     // barItem9
     //
     this.barItem9.BarName            = "barItem9";
     this.barItem9.CategoryIndex      = 1;
     this.barItem9.ID                 = "&Cut";
     this.barItem9.ShowToolTipInPopUp = false;
     this.barItem9.SizeToFit          = true;
     this.barItem9.Text               = "&Cut";
     this.barItem9.Click             += new System.EventHandler(this.EditMenuClick);
     //
     // barItem10
     //
     this.barItem10.BarName            = "barItem10";
     this.barItem10.CategoryIndex      = 1;
     this.barItem10.ID                 = "C&opy";
     this.barItem10.ShowToolTipInPopUp = false;
     this.barItem10.SizeToFit          = true;
     this.barItem10.Text               = "C&opy";
     this.barItem10.Click             += new System.EventHandler(this.EditMenuClick);
     //
     // barItem11
     //
     this.barItem11.BarName            = "barItem11";
     this.barItem11.CategoryIndex      = 1;
     this.barItem11.ID                 = "&Paste";
     this.barItem11.ShowToolTipInPopUp = false;
     this.barItem11.SizeToFit          = true;
     this.barItem11.Text               = "&Paste";
     this.barItem11.Click             += new System.EventHandler(this.EditMenuClick);
     //
     // barItem12
     //
     this.barItem12.BarName            = "barItem12";
     this.barItem12.CategoryIndex      = 1;
     this.barItem12.ID                 = "&Select All";
     this.barItem12.ShowToolTipInPopUp = false;
     this.barItem12.SizeToFit          = true;
     this.barItem12.Text               = "&Select All";
     this.barItem12.Click             += new System.EventHandler(this.EditMenuClick);
     //
     // barItem13
     //
     this.barItem13.BarName            = "barItem13";
     this.barItem13.CategoryIndex      = 1;
     this.barItem13.ID                 = "Ca&ncel Selection";
     this.barItem13.ShowToolTipInPopUp = false;
     this.barItem13.SizeToFit          = true;
     this.barItem13.Text               = "Ca&ncel Selection";
     this.barItem13.Click             += new System.EventHandler(this.EditMenuClick);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
     this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.ClientSize        = new System.Drawing.Size(542, 446);
     this.Controls.Add(this.editControl1);
     this.DropShadow    = true;
     this.MetroColor    = Color.White;
     this.Font          = new System.Drawing.Font("Segoe UI", 8.25F);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(554, 482);
     this.Name          = "Form1";
     this.Padding       = new System.Windows.Forms.Padding(10);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Clipboard Functions";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.editControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #5
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Syncfusion.Windows.Forms.Edit.Implementation.Config.Config config1   = new Syncfusion.Windows.Forms.Edit.Implementation.Config.Config();
            System.ComponentModel.ComponentResourceManager             resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.editControl1 = new Syncfusion.Windows.Forms.Edit.EditControl();
#if !NETCORE
            this.statusBar1      = new System.Windows.Forms.StatusBar();
            this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
#endif
            this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this);
            this.bar1           = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "Menu");
            this.parentBarItem1 = 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.barItem6       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.parentBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem();
            this.barItem7       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem5       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem8       = 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();
            ((System.ComponentModel.ISupportInitialize)(this.editControl1)).BeginInit();
#if !NETCORE
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
#endif
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit();
            this.SuspendLayout();
            //
            // editControl1
            //
            this.editControl1.AutoIndentMode           = Syncfusion.Windows.Forms.Edit.Enums.AutoIndentMode.Smart;
            this.editControl1.BackColor                = System.Drawing.SystemColors.Window;
            this.editControl1.BorderStyle              = System.Windows.Forms.BorderStyle.Fixed3D;
            this.editControl1.CodeSnipptSize           = new System.Drawing.Size(100, 100);
            this.editControl1.Configurator             = config1;
            this.editControl1.Dock                     = System.Windows.Forms.DockStyle.Fill;
            this.editControl1.IndicatorMarginBackColor = System.Drawing.Color.Empty;
            this.editControl1.LineNumbersFont          = new System.Drawing.Font("Segoe UI", 8.25F);
            this.editControl1.Location                 = new System.Drawing.Point(10, 39);
            this.editControl1.Name                     = "editControl1";
            this.editControl1.RenderRightToLeft        = false;
            this.editControl1.ScrollPosition           = new System.Drawing.Point(0, 0);
            this.editControl1.ScrollVisualStyle        = Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Metro;
            this.editControl1.ShowIndicatorMargin      = false;
            this.editControl1.ShowLineNumbers          = false;
            this.editControl1.Size                     = new System.Drawing.Size(540, 383);
            this.editControl1.TabIndex                 = 0;
            this.editControl1.Text                     = "";
            this.editControl1.TransferFocusOnTab       = true;
            this.editControl1.UseXPStyleBorder         = true;
            this.editControl1.VisualColumn             = 1;
            this.editControl1.WordWrap                 = true;
#if !NETCORE
            //
            // statusBar1
            //
            this.statusBar1.Location = new System.Drawing.Point(10, 422);
            this.statusBar1.Name     = "statusBar1";
            this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
                this.statusBarPanel1
            });
            this.statusBar1.ShowPanels = true;
            this.statusBar1.Size       = new System.Drawing.Size(540, 22);
            this.statusBar1.SizingGrip = false;
            this.statusBar1.TabIndex   = 1;
            this.statusBar1.Text       = "statusBar1";
            //
            // statusBarPanel1
            //
            this.statusBarPanel1.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.statusBarPanel1.AutoSize  = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
            this.statusBarPanel1.Name      = "statusBarPanel1";
            this.statusBarPanel1.Width     = 540;
#endif
            //
            // mainFrameBarManager1
            //
#if !NETCORE
            this.mainFrameBarManager1.BarPositionInfo = ((System.IO.MemoryStream)(resources.GetObject("mainFrameBarManager1.BarPositionInfo")));
#endif
            this.mainFrameBarManager1.Bars.Add(this.bar1);
            this.mainFrameBarManager1.Categories.Add("file");
            this.mainFrameBarManager1.Categories.Add("position");
            this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.Windows.Forms.MetroForm";
            this.mainFrameBarManager1.Font = new System.Drawing.Font("Segoe UI", 10F, 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.parentBarItem1,
                this.barItem1,
                this.barItem2,
                this.barItem3,
                this.barItem4,
                this.barItem6,
                this.parentBarItem2,
                this.barItem7,
                this.barItem10,
                this.barItem11,
                this.barItem5,
                this.barItem8
            });
            this.mainFrameBarManager1.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.mainFrameBarManager1.ResetCustomization = false;
            this.mainFrameBarManager1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            //
            // bar1
            //
            this.bar1.BarName = "Menu";
            this.bar1.Caption = "Menu";
            this.bar1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.parentBarItem1,
                this.parentBarItem2
            });
            this.bar1.Manager = this.mainFrameBarManager1;
            //
            // parentBarItem1
            //
            this.parentBarItem1.BarName       = "parentBarItem1";
            this.parentBarItem1.CategoryIndex = 0;
            this.parentBarItem1.ID            = "File";
            this.parentBarItem1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem1,
                this.barItem2,
                this.barItem3,
                this.barItem4,
                this.barItem6
            });
            this.parentBarItem1.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.parentBarItem1.ShowToolTipInPopUp = false;
            this.parentBarItem1.SizeToFit          = true;
            this.parentBarItem1.Text = "File";
            //
            // barItem1
            //
            this.barItem1.BarName            = "barItem1";
            this.barItem1.CategoryIndex      = 0;
            this.barItem1.ID                 = "New";
            this.barItem1.ShowToolTipInPopUp = false;
            this.barItem1.SizeToFit          = true;
            this.barItem1.Text               = "New";
            this.barItem1.Click             += new System.EventHandler(this.menuItem2_Click);
            //
            // barItem2
            //
            this.barItem2.BarName            = "barItem2";
            this.barItem2.CategoryIndex      = 0;
            this.barItem2.ID                 = "Open";
            this.barItem2.ShowToolTipInPopUp = false;
            this.barItem2.SizeToFit          = true;
            this.barItem2.Text               = "Open";
            this.barItem2.Click             += new System.EventHandler(this.menuItem3_Click);
            //
            // barItem3
            //
            this.barItem3.BarName            = "barItem3";
            this.barItem3.CategoryIndex      = 0;
            this.barItem3.ID                 = "Save";
            this.barItem3.ShowToolTipInPopUp = false;
            this.barItem3.SizeToFit          = true;
            this.barItem3.Text               = "Save";
            this.barItem3.Click             += new System.EventHandler(this.menuItem4_Click);
            //
            // barItem4
            //
            this.barItem4.BarName            = "barItem4";
            this.barItem4.CategoryIndex      = 0;
            this.barItem4.ID                 = "SaveAs";
            this.barItem4.ShowToolTipInPopUp = false;
            this.barItem4.SizeToFit          = true;
            this.barItem4.Text               = "SaveAs";
            this.barItem4.Click             += new System.EventHandler(this.menuItem5_Click);
            //
            // barItem6
            //
            this.barItem6.BarName            = "barItem6";
            this.barItem6.CategoryIndex      = 0;
            this.barItem6.ID                 = "Exit";
            this.barItem6.ShowToolTipInPopUp = false;
            this.barItem6.SizeToFit          = true;
            this.barItem6.Text               = "Exit";
            this.barItem6.Click             += new System.EventHandler(this.menuItem8_Click);
            //
            // parentBarItem2
            //
            this.parentBarItem2.BarName       = "parentBarItem2";
            this.parentBarItem2.CategoryIndex = 1;
            this.parentBarItem2.ID            = "PositionMenu";
            this.parentBarItem2.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem7,
                this.barItem5,
                this.barItem8,
                this.barItem10,
                this.barItem11
            });
            this.parentBarItem2.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.parentBarItem2.ShowToolTipInPopUp = false;
            this.parentBarItem2.SizeToFit          = true;
            this.parentBarItem2.Text = "Position Options";
            //
            // barItem7
            //
            this.barItem7.BarName            = "barItem7";
            this.barItem7.CategoryIndex      = 1;
            this.barItem7.ID                 = "MousePosition To VirtualPosition";
            this.barItem7.ShowToolTipInPopUp = false;
            this.barItem7.SizeToFit          = true;
            this.barItem7.Text               = "MousePosition To VirtualPosition";
            this.barItem7.Click             += new System.EventHandler(this.menuItem10_Click);
            //
            // barItem5
            //
            this.barItem5.BarName            = "barItem5";
            this.barItem5.CategoryIndex      = 1;
            this.barItem5.ID                 = "MousePosition To PhysicalPosition";
            this.barItem5.ShowToolTipInPopUp = false;
            this.barItem5.SizeToFit          = true;
            this.barItem5.Text               = "MousePosition To PhysicalPosition";
            this.barItem5.Click             += new System.EventHandler(this.menuItem11_Click);
            //
            // barItem8
            //
            this.barItem8.BarName            = "barItem8";
            this.barItem8.CategoryIndex      = 1;
            this.barItem8.ID                 = "CursorPosition To PhysicalPosition";
            this.barItem8.ShowToolTipInPopUp = false;
            this.barItem8.SizeToFit          = true;
            this.barItem8.Text               = "CursorPosition To PhysicalPosition";
            this.barItem8.Click             += new System.EventHandler(this.menuItem13_Click);
            //
            // barItem10
            //
            this.barItem10.BarName            = "barItem10";
            this.barItem10.CategoryIndex      = 1;
            this.barItem10.ID                 = "VirtualPosition To Offset";
            this.barItem10.ShowToolTipInPopUp = false;
            this.barItem10.SizeToFit          = true;
            this.barItem10.Text               = "VirtualPosition To Offset";
            this.barItem10.Click             += new System.EventHandler(this.menuItem16_Click);
            //
            // barItem11
            //
            this.barItem11.BarName            = "barItem11";
            this.barItem11.CategoryIndex      = 1;
            this.barItem11.ID                 = "Offset To VirtualPosition";
            this.barItem11.ShowToolTipInPopUp = false;
            this.barItem11.SizeToFit          = true;
            this.barItem11.Text               = "Offset To VirtualPosition";
            this.barItem11.Click             += new System.EventHandler(this.menuItem14_Click);
            //
            // Form1
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
            this.ClientSize        = new System.Drawing.Size(560, 454);
            this.Controls.Add(this.editControl1);
#if !NETCORE
            this.Controls.Add(this.statusBar1);
#endif
            this.Font          = new System.Drawing.Font("Segoe UI", 8.25F);
            this.MinimumSize   = new System.Drawing.Size(572, 491);
            this.Name          = "Form1";
            this.Padding       = new System.Windows.Forms.Padding(10);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "Positions and Offsets";
            this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
            this.Closing      += new System.ComponentModel.CancelEventHandler(this.Form1_Closing);
            ((System.ComponentModel.ISupportInitialize)(this.editControl1)).EndInit();
#if !NETCORE
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit();
#endif
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit();
            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()
        {
            Syncfusion.Windows.Forms.Edit.Implementation.Config.Config config3   = new Syncfusion.Windows.Forms.Edit.Implementation.Config.Config();
            System.ComponentModel.ComponentResourceManager             resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.edtProperties           = new System.Windows.Forms.PropertyGrid();
            this.editControl1            = new Syncfusion.Windows.Forms.Edit.EditControl();
            this.MainStrip               = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
            this.newToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
            this.optnToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1     = new System.Windows.Forms.ToolStripSeparator();
            this.saveToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2     = new System.Windows.Forms.ToolStripSeparator();
            this.closeToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
            this.propertyGridItem        = new System.Windows.Forms.ToolStripMenuItem();
            this.featuresStrip1          = new System.Windows.Forms.ToolStrip();
            this.toolStripButton1        = new System.Windows.Forms.ToolStripButton();
            this.indentationBtn          = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton3        = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5     = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton4        = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton5        = new System.Windows.Forms.ToolStripButton();
            this.scrollbarBtn            = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton7        = new System.Windows.Forms.ToolStripButton();
            this.featuresStrip2          = new System.Windows.Forms.ToolStrip();
            this.splittersBtn            = new System.Windows.Forms.ToolStripButton();
            this.propertygribtn          = new System.Windows.Forms.ToolStripButton();
            this.RTLbtn                       = new System.Windows.Forms.ToolStripButton();
            this.statusBarBtn                 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton10            = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton11            = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4          = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton12            = new System.Windows.Forms.ToolStripButton();
            this.wordwrapbtnItem              = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3          = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton14            = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton15            = new System.Windows.Forms.ToolStripButton();
            this.rightToLeftToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.editControl1)).BeginInit();
            this.MainStrip.SuspendLayout();
            this.featuresStrip1.SuspendLayout();
            this.featuresStrip2.SuspendLayout();
            this.SuspendLayout();
            //
            // edtProperties
            //
            this.edtProperties.BackColor         = System.Drawing.Color.White;
            this.edtProperties.CommandsBackColor = System.Drawing.SystemColors.Window;
            this.edtProperties.Dock           = System.Windows.Forms.DockStyle.Right;
            this.edtProperties.HelpBackColor  = System.Drawing.Color.White;
            this.edtProperties.LineColor      = System.Drawing.SystemColors.Menu;
            this.edtProperties.Location       = new System.Drawing.Point(574, 84);
            this.edtProperties.Name           = "edtProperties";
            this.edtProperties.SelectedObject = this.editControl1;
            this.edtProperties.Size           = new System.Drawing.Size(232, 372);
            this.edtProperties.TabIndex       = 25;
            this.edtProperties.Visible        = false;
            //
            // editControl1
            //
            this.editControl1.BorderStyle              = System.Windows.Forms.BorderStyle.Fixed3D;
            this.editControl1.CodeSnipptSize           = new System.Drawing.Size(100, 100);
            this.editControl1.Configurator             = config3;
            this.editControl1.Dock                     = System.Windows.Forms.DockStyle.Fill;
            this.editControl1.IndicatorMarginBackColor = System.Drawing.Color.Empty;
            this.editControl1.LineNumbersFont          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.editControl1.Location                 = new System.Drawing.Point(10, 84);
            this.editControl1.Name                     = "editControl1";
            this.editControl1.RenderRightToLeft        = false;
            this.editControl1.ScrollPosition           = new System.Drawing.Point(0, 0);
            this.editControl1.ScrollVisualStyle        = Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Metro;
            this.editControl1.SharedFileMode           = true;
            this.editControl1.Size                     = new System.Drawing.Size(564, 372);

            this.editControl1.StatusBarSettings.TextPanel.AutoSize = false;
            this.editControl1.TabIndex         = 27;
            this.editControl1.Text             = "";
            this.editControl1.UseXPStyleBorder = true;
            this.editControl1.VisualColumn     = 1;
            //
            // MainStrip
            //
            this.MainStrip.BackColor = System.Drawing.Color.White;
            this.MainStrip.Font      = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.MainStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            });
            this.MainStrip.Location = new System.Drawing.Point(10, 10);
            this.MainStrip.Name     = "MainStrip";
            this.MainStrip.Size     = new System.Drawing.Size(796, 24);
            this.MainStrip.TabIndex = 28;
            this.MainStrip.Text     = "menuStrip1";
            //
            // fileToolStripMenuItem
            //
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.newToolStripMenuItem,
                this.optnToolStripMenuItem,
                this.toolStripSeparator1,
                this.saveToolStripMenuItem,
                this.saveAsToolStripMenuItem,
                this.toolStripSeparator2,
                this.closeToolStripMenuItem,
                this.exitToolStripMenuItem
            });
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fileToolStripMenuItem.Text = "File";
            //
            // newToolStripMenuItem
            //
            this.newToolStripMenuItem.Name   = "newToolStripMenuItem";
            this.newToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
            this.newToolStripMenuItem.Text   = "New";
            this.newToolStripMenuItem.Click += new System.EventHandler(this.MainMenuClick);
            //
            // optnToolStripMenuItem
            //
            this.optnToolStripMenuItem.Name   = "optnToolStripMenuItem";
            this.optnToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
            this.optnToolStripMenuItem.Text   = "Open...";
            this.optnToolStripMenuItem.Click += new System.EventHandler(this.MainMenuClick);
            //
            // toolStripSeparator1
            //
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(118, 6);
            //
            // saveToolStripMenuItem
            //
            this.saveToolStripMenuItem.Name   = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
            this.saveToolStripMenuItem.Text   = "Save";
            this.saveToolStripMenuItem.Click += new System.EventHandler(this.MainMenuClick);
            //
            // saveAsToolStripMenuItem
            //
            this.saveAsToolStripMenuItem.Name   = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
            this.saveAsToolStripMenuItem.Text   = "Save As...";
            this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.MainMenuClick);
            //
            // toolStripSeparator2
            //
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(118, 6);
            //
            // closeToolStripMenuItem
            //
            this.closeToolStripMenuItem.Name   = "closeToolStripMenuItem";
            this.closeToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
            this.closeToolStripMenuItem.Text   = "Close";
            this.closeToolStripMenuItem.Click += new System.EventHandler(this.MainMenuClick);
            //
            // exitToolStripMenuItem
            //
            this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
            this.exitToolStripMenuItem.Text   = "Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.MainMenuClick);
            //
            // propertyGridItem
            //
            this.propertyGridItem.CheckOnClick = true;
            this.propertyGridItem.Name         = "propertyGridItem";
            this.propertyGridItem.Size         = new System.Drawing.Size(87, 20);
            this.propertyGridItem.Text         = "Property Grid";
            this.propertyGridItem.Click       += new System.EventHandler(this.propertyGridToolStripMenuItem_Click);
            //
            // featuresStrip1
            //
            this.featuresStrip1.BackColor = System.Drawing.Color.White;
            this.featuresStrip1.Font      = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.featuresStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.toolStripButton1,
                this.propertygribtn,
                this.RTLbtn,
                this.indentationBtn,
                this.toolStripButton3,
                this.toolStripSeparator5,
                this.toolStripButton4,
                this.toolStripButton5,
                this.scrollbarBtn,
                this.toolStripButton7
            });
            this.featuresStrip1.Location     = new System.Drawing.Point(10, 34);
            this.featuresStrip1.Name         = "featuresStrip1";
            this.featuresStrip1.Size         = new System.Drawing.Size(796, 25);
            this.featuresStrip1.TabIndex     = 29;
            this.featuresStrip1.Text         = "ToolStrip";
            this.featuresStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
            //
            // toolStripButton1
            //
            this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(63, 22);
            this.toolStripButton1.Text = "Bookmark";
            //
            // indentationBtn
            //
            this.indentationBtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.indentationBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("indentationBtn.Image")));
            this.indentationBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.indentationBtn.Name = "indentationBtn";
            this.indentationBtn.Size = new System.Drawing.Size(130, 22);
            this.indentationBtn.Text = "Indentation Guidelines";
            //
            // toolStripButton3
            //
            this.toolStripButton3.Checked               = true;
            this.toolStripButton3.CheckState            = System.Windows.Forms.CheckState.Checked;
            this.toolStripButton3.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButton3.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton3.Name = "toolStripButton3";
            this.toolStripButton3.Size = new System.Drawing.Size(97, 22);
            this.toolStripButton3.Text = "Indicator Margin";
            //
            // toolStripSeparator5
            //
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            //
            // toolStripButton4
            //
            this.toolStripButton4.Checked               = true;
            this.toolStripButton4.CheckState            = System.Windows.Forms.CheckState.Checked;
            this.toolStripButton4.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButton4.Font                  = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.toolStripButton4.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
            this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton4.Name                  = "toolStripButton4";
            this.toolStripButton4.Size                  = new System.Drawing.Size(49, 22);
            this.toolStripButton4.Text                  = "Line no";
            //
            // toolStripButton5
            //
            this.toolStripButton5.Checked               = true;
            this.toolStripButton5.CheckState            = System.Windows.Forms.CheckState.Checked;
            this.toolStripButton5.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButton5.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
            this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton5.Name = "toolStripButton5";
            this.toolStripButton5.Size = new System.Drawing.Size(117, 22);
            this.toolStripButton5.Text = "Outlining Collapsers";
            //
            // scrollbarBtn
            //
            this.scrollbarBtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.scrollbarBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("scrollbarBtn.Image")));
            this.scrollbarBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.scrollbarBtn.Name = "scrollbarBtn";
            this.scrollbarBtn.Size = new System.Drawing.Size(61, 22);
            this.scrollbarBtn.Text = "Scrollbars";
            //
            // toolStripButton7
            //
            this.toolStripButton7.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButton7.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
            this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton7.Name = "toolStripButton7";
            this.toolStripButton7.Size = new System.Drawing.Size(98, 22);
            this.toolStripButton7.Text = "Selection Margin";
            //
            // featuresStrip2
            //
            this.featuresStrip2.BackColor = System.Drawing.Color.White;
            this.featuresStrip2.Font      = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.featuresStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.splittersBtn,
                this.statusBarBtn,
                this.toolStripButton10,
                this.toolStripButton11,
                this.toolStripSeparator4,
                this.toolStripButton12,
                this.wordwrapbtnItem,
                this.toolStripSeparator3,
                this.toolStripButton14,
                this.toolStripButton15
            });
            this.featuresStrip2.Location     = new System.Drawing.Point(10, 59);
            this.featuresStrip2.Name         = "featuresStrip2";
            this.featuresStrip2.Size         = new System.Drawing.Size(796, 25);
            this.featuresStrip2.TabIndex     = 30;
            this.featuresStrip2.Text         = "toolStrip2";
            this.featuresStrip2.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip2_ItemClicked);
            //
            // splittersBtn
            //
            this.splittersBtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.splittersBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("splittersBtn.Image")));
            this.splittersBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.splittersBtn.Name = "splittersBtn";
            this.splittersBtn.Size = new System.Drawing.Size(53, 22);
            this.splittersBtn.Text = "Splitters";


            //
            // propertygribtn
            //
            this.propertygribtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.propertygribtn.Image                 = ((System.Drawing.Image)(resources.GetObject("splittersBtn.Image")));
            this.propertygribtn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.propertygribtn.Name = "splittersBtn";
            this.propertygribtn.Size = new System.Drawing.Size(53, 22);
            this.propertygribtn.Text = "Property Grid";

            //
            // splittersBtn
            //
            this.RTLbtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.RTLbtn.Image                 = ((System.Drawing.Image)(resources.GetObject("splittersBtn.Image")));
            this.RTLbtn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.RTLbtn.Name = "splittersBtn";
            this.RTLbtn.Size = new System.Drawing.Size(53, 22);
            this.RTLbtn.Text = "RightToLeft";
            //
            // statusBarBtn
            //
            this.statusBarBtn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.statusBarBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("statusBarBtn.Image")));
            this.statusBarBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.statusBarBtn.Name = "statusBarBtn";
            this.statusBarBtn.Size = new System.Drawing.Size(60, 22);
            this.statusBarBtn.Text = "StatusBar";
            //
            // toolStripButton10
            //
            this.toolStripButton10.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButton10.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton10.Image")));
            this.toolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton10.Name = "toolStripButton10";
            this.toolStripButton10.Size = new System.Drawing.Size(74, 22);
            this.toolStripButton10.Text = "User Margin";
            //
            // toolStripButton11
            //
            this.toolStripButton11.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButton11.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton11.Image")));
            this.toolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton11.Name = "toolStripButton11";
            this.toolStripButton11.Size = new System.Drawing.Size(80, 22);
            this.toolStripButton11.Text = "White Spaces";
            //
            // toolStripSeparator4
            //
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            //
            // toolStripButton12
            //
            this.toolStripButton12.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButton12.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton12.Image")));
            this.toolStripButton12.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton12.Name = "toolStripButton12";
            this.toolStripButton12.Size = new System.Drawing.Size(110, 22);
            this.toolStripButton12.Text = "Wordwrap Markers";
            //
            // wordwrapbtnItem
            //
            this.wordwrapbtnItem.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.wordwrapbtnItem.Image                 = ((System.Drawing.Image)(resources.GetObject("wordwrapbtnItem.Image")));
            this.wordwrapbtnItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.wordwrapbtnItem.Name = "wordwrapbtnItem";
            this.wordwrapbtnItem.Size = new System.Drawing.Size(69, 22);
            this.wordwrapbtnItem.Text = "Word wrap";
            //
            // toolStripSeparator3
            //
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            //
            // toolStripButton14
            //
            this.toolStripButton14.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButton14.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton14.Image")));
            this.toolStripButton14.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton14.Name = "toolStripButton14";
            this.toolStripButton14.Size = new System.Drawing.Size(71, 22);
            this.toolStripButton14.Text = "Collapse All";
            //
            // toolStripButton15
            //
            this.toolStripButton15.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButton15.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton15.Image")));
            this.toolStripButton15.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton15.Name = "toolStripButton15";
            this.toolStripButton15.Size = new System.Drawing.Size(65, 22);
            this.toolStripButton15.Text = "Expand All";
            //
            // rightToLeftToolStripMenuItem
            //
            this.rightToLeftToolStripMenuItem.Name   = "rightToLeftToolStripMenuItem";
            this.rightToLeftToolStripMenuItem.Size   = new System.Drawing.Size(84, 20);
            this.rightToLeftToolStripMenuItem.Text   = "Right To Left";
            this.rightToLeftToolStripMenuItem.Click += new System.EventHandler(this.rightToLeftToolStripMenuItem_Click);
            //
            // Form1
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
            this.ClientSize        = new System.Drawing.Size(816, 466);
            this.Controls.Add(this.editControl1);
            this.Controls.Add(this.edtProperties);
            this.Controls.Add(this.featuresStrip2);
            this.Controls.Add(this.featuresStrip1);
            this.Font          = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.MainStrip;
            this.MinimumSize   = new System.Drawing.Size(828, 503);
            this.Name          = "Form1";
            this.Padding       = new System.Windows.Forms.Padding(10);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "Edit Features";
            this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
            ((System.ComponentModel.ISupportInitialize)(this.editControl1)).EndInit();
            this.MainStrip.ResumeLayout(false);
            this.MainStrip.PerformLayout();
            this.featuresStrip1.ResumeLayout(false);
            this.featuresStrip1.PerformLayout();
            this.featuresStrip2.ResumeLayout(false);
            this.featuresStrip2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #7
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Syncfusion.Windows.Forms.Edit.Implementation.Config.Config config1   = new Syncfusion.Windows.Forms.Edit.Implementation.Config.Config();
            System.ComponentModel.ComponentResourceManager             resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.editControl1         = new Syncfusion.Windows.Forms.Edit.EditControl();
            this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this);
            this.bar1           = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "Menu");
            this.parentBarItem1 = 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.barItem5       = 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.barItem7       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem8       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem9       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.parentBarItem3 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem();
            this.barItem10      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem11      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem12      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem13      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.parentBarItem4 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem();
            this.barItem14      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem15      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem16      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem17      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.parentBarItem5 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem();
            this.barItem18      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem19      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem20      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.barItem21      = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
            this.panel1         = new System.Windows.Forms.Panel();
            this.label4         = new System.Windows.Forms.Label();
            this.checkBox1      = new System.Windows.Forms.CheckBox();
            this.groupBox1      = new System.Windows.Forms.GroupBox();
            this.button1        = new ButtonAdv();
            this.comboBox2      = new System.Windows.Forms.ComboBox();
            this.label3         = new System.Windows.Forms.Label();
            this.comboBox1      = new System.Windows.Forms.ComboBox();
            this.label1         = new System.Windows.Forms.Label();
            this.label2         = new System.Windows.Forms.Label();
            this.textBox1       = new System.Windows.Forms.TextBox();
            this.panel2         = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.editControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit();
            this.panel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            //
            // editControl1
            //
            this.editControl1.AutoIndentMode           = Syncfusion.Windows.Forms.Edit.Enums.AutoIndentMode.Smart;
            this.editControl1.BackColor                = System.Drawing.SystemColors.Window;
            this.editControl1.BorderStyle              = System.Windows.Forms.BorderStyle.Fixed3D;
            this.editControl1.CodeSnipptSize           = new System.Drawing.Size(100, 100);
            this.editControl1.Configurator             = config1;
            this.editControl1.Dock                     = System.Windows.Forms.DockStyle.Fill;
            this.editControl1.IndicatorMarginBackColor = System.Drawing.Color.Empty;
            this.editControl1.LineNumbersFont          = new System.Drawing.Font("Segoe UI", 8.25F);
            this.editControl1.Location                 = new System.Drawing.Point(0, 0);
            this.editControl1.Name                     = "editControl1";
            this.editControl1.RenderRightToLeft        = false;
            this.editControl1.ScrollPosition           = new System.Drawing.Point(0, 0);
            this.editControl1.ScrollVisualStyle        = Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Metro;
            this.editControl1.ShowIndicatorMargin      = false;
            this.editControl1.ShowLineNumbers          = false;
            this.editControl1.ShowOutliningCollapsers  = false;
            this.editControl1.Size                     = new System.Drawing.Size(460, 396);

            this.editControl1.StatusBarSettings.TextPanel.AutoSize = false;
            this.editControl1.TabIndex         = 0;
            this.editControl1.Text             = "";
            this.editControl1.UseXPStyleBorder = true;
            this.editControl1.VisualColumn     = 1;
            //
            // mainFrameBarManager1
            //
            this.mainFrameBarManager1.BarPositionInfo = ((System.IO.MemoryStream)(resources.GetObject("mainFrameBarManager1.BarPositionInfo")));
            this.mainFrameBarManager1.Bars.Add(this.bar1);
            this.mainFrameBarManager1.Categories.Add("file");
            this.mainFrameBarManager1.Categories.Add("launch");
            this.mainFrameBarManager1.Categories.Add("find history");
            this.mainFrameBarManager1.Categories.Add("replace history");
            this.mainFrameBarManager1.Categories.Add("replace");
            this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.Windows.Forms.MetroForm";
            this.mainFrameBarManager1.Font = new System.Drawing.Font("Segoe UI", 10F, 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.parentBarItem1,
                this.barItem1,
                this.barItem2,
                this.barItem3,
                this.barItem4,
                this.barItem5,
                this.barItem6,
                this.parentBarItem2,
                this.barItem7,
                this.barItem8,
                this.barItem9,
                this.parentBarItem3,
                this.barItem10,
                this.barItem11,
                this.barItem12,
                this.barItem13,
                this.parentBarItem4,
                this.barItem14,
                this.barItem15,
                this.barItem16,
                this.barItem17,
                this.parentBarItem5,
                this.barItem18,
                this.barItem19,
                this.barItem20,
                this.barItem21
            });
            this.mainFrameBarManager1.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.mainFrameBarManager1.ResetCustomization = false;
            this.mainFrameBarManager1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            //
            // bar1
            //
            this.bar1.BarName = "Menu";
            this.bar1.Caption = "Menu";
            this.bar1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.parentBarItem1,
                this.parentBarItem2,
                this.parentBarItem3,
                this.parentBarItem4,
                this.parentBarItem5
            });
            this.bar1.Manager = this.mainFrameBarManager1;
            //
            // parentBarItem1
            //
            this.parentBarItem1.BarName       = "parentBarItem1";
            this.parentBarItem1.CategoryIndex = 0;
            this.parentBarItem1.ID            = "File";
            this.parentBarItem1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem1,
                this.barItem2,
                this.barItem3,
                this.barItem4,
                this.barItem5,
                this.barItem6
            });
            this.parentBarItem1.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.parentBarItem1.ShowToolTipInPopUp = false;
            this.parentBarItem1.SizeToFit          = true;
            this.parentBarItem1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.parentBarItem1.Text  = "File";
            //
            // barItem1
            //
            this.barItem1.BarName            = "barItem1";
            this.barItem1.CategoryIndex      = 0;
            this.barItem1.ID                 = "New";
            this.barItem1.ShowToolTipInPopUp = false;
            this.barItem1.SizeToFit          = true;
            this.barItem1.Text               = "New";
            this.barItem1.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // barItem2
            //
            this.barItem2.BarName            = "barItem2";
            this.barItem2.CategoryIndex      = 0;
            this.barItem2.ID                 = "Open";
            this.barItem2.ShowToolTipInPopUp = false;
            this.barItem2.SizeToFit          = true;
            this.barItem2.Text               = "Open";
            this.barItem2.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // barItem3
            //
            this.barItem3.BarName            = "barItem3";
            this.barItem3.CategoryIndex      = 0;
            this.barItem3.ID                 = "Save";
            this.barItem3.ShowToolTipInPopUp = false;
            this.barItem3.SizeToFit          = true;
            this.barItem3.Text               = "Save";
            this.barItem3.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // barItem4
            //
            this.barItem4.BarName            = "barItem4";
            this.barItem4.CategoryIndex      = 0;
            this.barItem4.ID                 = "SaveAs";
            this.barItem4.ShowToolTipInPopUp = false;
            this.barItem4.SizeToFit          = true;
            this.barItem4.Text               = "SaveAs";
            this.barItem4.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // barItem5
            //
            this.barItem5.BarName            = "barItem5";
            this.barItem5.CategoryIndex      = 0;
            this.barItem5.ID                 = "Close";
            this.barItem5.ShowToolTipInPopUp = false;
            this.barItem5.SizeToFit          = true;
            this.barItem5.Text               = "Close";
            this.barItem5.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // barItem6
            //
            this.barItem6.BarName            = "barItem6";
            this.barItem6.CategoryIndex      = 0;
            this.barItem6.ID                 = "Exit";
            this.barItem6.ShowToolTipInPopUp = false;
            this.barItem6.SizeToFit          = true;
            this.barItem6.Text               = "Exit";
            this.barItem6.Click             += new System.EventHandler(this.MainMenuClick);
            //
            // parentBarItem2
            //
            this.parentBarItem2.BarName       = "parentBarItem2";
            this.parentBarItem2.CategoryIndex = 1;
            this.parentBarItem2.ID            = "Launch Menu";
            this.parentBarItem2.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem7,
                this.barItem8,
                this.barItem9
            });
            this.parentBarItem2.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.parentBarItem2.ShowToolTipInPopUp = false;
            this.parentBarItem2.SizeToFit          = true;
            this.parentBarItem2.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.parentBarItem2.Text  = "Launch Menu";
            //
            // barItem7
            //
            this.barItem7.BarName            = "barItem7";
            this.barItem7.CategoryIndex      = 1;
            this.barItem7.ID                 = "Find Dialog";
            this.barItem7.ShowToolTipInPopUp = false;
            this.barItem7.SizeToFit          = true;
            this.barItem7.Text               = "Find Dialog";
            this.barItem7.Click             += new System.EventHandler(this.menuItem2_Click);
            //
            // barItem8
            //
            this.barItem8.BarName            = "barItem8";
            this.barItem8.CategoryIndex      = 1;
            this.barItem8.ID                 = "Replace Dialog";
            this.barItem8.ShowToolTipInPopUp = false;
            this.barItem8.SizeToFit          = true;
            this.barItem8.Text               = "Replace Dialog";
            this.barItem8.Click             += new System.EventHandler(this.menuItem3_Click);
            //
            // barItem9
            //
            this.barItem9.BarName            = "barItem9";
            this.barItem9.CategoryIndex      = 1;
            this.barItem9.ID                 = "GoTo Dialog";
            this.barItem9.ShowToolTipInPopUp = false;
            this.barItem9.SizeToFit          = true;
            this.barItem9.Text               = "GoTo Dialog";
            this.barItem9.Click             += new System.EventHandler(this.menuItem4_Click);
            //
            // parentBarItem3
            //
            this.parentBarItem3.BarName       = "parentBarItem3";
            this.parentBarItem3.CategoryIndex = 2;
            this.parentBarItem3.ID            = "Find History";
            this.parentBarItem3.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem10,
                this.barItem11,
                this.barItem12,
                this.barItem13
            });
            this.parentBarItem3.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.parentBarItem3.ShowToolTipInPopUp = false;
            this.parentBarItem3.SizeToFit          = true;
            this.parentBarItem3.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.parentBarItem3.Text  = "Find History";
            //
            // barItem10
            //
            this.barItem10.BarName            = "barItem10";
            this.barItem10.CategoryIndex      = 2;
            this.barItem10.ID                 = "Add To History";
            this.barItem10.ShowToolTipInPopUp = false;
            this.barItem10.SizeToFit          = true;
            this.barItem10.Text               = "Add To History";
            this.barItem10.Click             += new System.EventHandler(this.FindHistoryMenu_Click);
            //
            // barItem11
            //
            this.barItem11.BarName            = "barItem11";
            this.barItem11.CategoryIndex      = 2;
            this.barItem11.ID                 = "Remove From History";
            this.barItem11.ShowToolTipInPopUp = false;
            this.barItem11.SizeToFit          = true;
            this.barItem11.Text               = "Remove From History";
            this.barItem11.Click             += new System.EventHandler(this.FindHistoryMenu_Click);
            //
            // barItem12
            //
            this.barItem12.BarName            = "barItem12";
            this.barItem12.CategoryIndex      = 2;
            this.barItem12.ID                 = "Sort History";
            this.barItem12.ShowToolTipInPopUp = false;
            this.barItem12.SizeToFit          = true;
            this.barItem12.Text               = "Sort History";
            this.barItem12.Click             += new System.EventHandler(this.FindHistoryMenu_Click);
            //
            // barItem13
            //
            this.barItem13.BarName            = "barItem13";
            this.barItem13.CategoryIndex      = 2;
            this.barItem13.ID                 = "Clear History";
            this.barItem13.ShowToolTipInPopUp = false;
            this.barItem13.SizeToFit          = true;
            this.barItem13.Text               = "Clear History";
            this.barItem13.Click             += new System.EventHandler(this.FindHistoryMenu_Click);
            //
            // parentBarItem4
            //
            this.parentBarItem4.BarName       = "parentBarItem4";
            this.parentBarItem4.CategoryIndex = 3;
            this.parentBarItem4.ID            = "Replace History";
            this.parentBarItem4.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem14,
                this.barItem15,
                this.barItem16,
                this.barItem17
            });
            this.parentBarItem4.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.parentBarItem4.ShowToolTipInPopUp = false;
            this.parentBarItem4.SizeToFit          = true;
            this.parentBarItem4.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.parentBarItem4.Text  = "Replace History";
            //
            // barItem14
            //
            this.barItem14.BarName            = "barItem14";
            this.barItem14.CategoryIndex      = 3;
            this.barItem14.ID                 = "Add To History_1";
            this.barItem14.ShowToolTipInPopUp = false;
            this.barItem14.SizeToFit          = true;
            this.barItem14.Text               = "Add To History";
            this.barItem14.Click             += new System.EventHandler(this.ReplaceHistory_Click);
            //
            // barItem15
            //
            this.barItem15.BarName            = "barItem15";
            this.barItem15.CategoryIndex      = 3;
            this.barItem15.ID                 = "Remove From History_1";
            this.barItem15.ShowToolTipInPopUp = false;
            this.barItem15.SizeToFit          = true;
            this.barItem15.Text               = "Remove From History";
            this.barItem15.Click             += new System.EventHandler(this.ReplaceHistory_Click);
            //
            // barItem16
            //
            this.barItem16.BarName            = "barItem16";
            this.barItem16.CategoryIndex      = 3;
            this.barItem16.ID                 = "Sort History_1";
            this.barItem16.ShowToolTipInPopUp = false;
            this.barItem16.SizeToFit          = true;
            this.barItem16.Text               = "Sort History";
            this.barItem16.Click             += new System.EventHandler(this.ReplaceHistory_Click);
            //
            // barItem17
            //
            this.barItem17.BarName            = "barItem17";
            this.barItem17.CategoryIndex      = 3;
            this.barItem17.ID                 = "Clear History_1";
            this.barItem17.ShowToolTipInPopUp = false;
            this.barItem17.SizeToFit          = true;
            this.barItem17.Text               = "Clear History";
            this.barItem17.Click             += new System.EventHandler(this.ReplaceHistory_Click);
            //
            // parentBarItem5
            //
            this.parentBarItem5.BarName       = "parentBarItem5";
            this.parentBarItem5.CategoryIndex = 4;
            this.parentBarItem5.ID            = "Replace Search History";
            this.parentBarItem5.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
                this.barItem18,
                this.barItem19,
                this.barItem20,
                this.barItem21
            });
            this.parentBarItem5.MetroColor         = System.Drawing.Color.DeepSkyBlue;
            this.parentBarItem5.ShowToolTipInPopUp = false;
            this.parentBarItem5.SizeToFit          = true;
            this.parentBarItem5.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.parentBarItem5.Text  = "Replace Search History";
            //
            // barItem18
            //
            this.barItem18.BarName            = "barItem18";
            this.barItem18.CategoryIndex      = 4;
            this.barItem18.ID                 = "Add To History_2";
            this.barItem18.ShowToolTipInPopUp = false;
            this.barItem18.SizeToFit          = true;
            this.barItem18.Text               = "Add To History";
            //
            // barItem19
            //
            this.barItem19.BarName            = "barItem19";
            this.barItem19.CategoryIndex      = 4;
            this.barItem19.ID                 = "Remove From History_2";
            this.barItem19.ShowToolTipInPopUp = false;
            this.barItem19.SizeToFit          = true;
            this.barItem19.Text               = "Remove From History";
            //
            // barItem20
            //
            this.barItem20.BarName            = "barItem20";
            this.barItem20.CategoryIndex      = 4;
            this.barItem20.ID                 = "Sort History_2";
            this.barItem20.ShowToolTipInPopUp = false;
            this.barItem20.SizeToFit          = true;
            this.barItem20.Text               = "Sort History";
            //
            // barItem21
            //
            this.barItem21.BarName            = "barItem21";
            this.barItem21.CategoryIndex      = 4;
            this.barItem21.ID                 = "Clear History_2";
            this.barItem21.ShowToolTipInPopUp = false;
            this.barItem21.SizeToFit          = true;
            this.barItem21.Text               = "Clear History";
            //
            // panel1
            //
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(this.label4);
            this.panel1.Controls.Add(this.checkBox1);
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(10, 39);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(187, 396);
            this.panel1.TabIndex = 4;
            //
            // label4
            //
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(20, 84);
            this.label4.Name     = "label4";
            this.label4.Size     = new System.Drawing.Size(155, 13);
            this.label4.TabIndex = 3;
            this.label4.Text     = "Set Properties of Find Dialog";
            //
            // checkBox1
            //
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(12, 44);
            this.checkBox1.Name     = "checkBox1";
            this.checkBox1.Size     = new System.Drawing.Size(171, 17);
            this.checkBox1.TabIndex = 2;
            this.checkBox1.Text     = "Use Customized Find Dialog";
            this.checkBox1.UseVisualStyleBackColor = true;
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.comboBox2);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.comboBox1);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Location = new System.Drawing.Point(10, 100);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(168, 240);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop  = false;
            //
            // button1
            //
            this.button1.Location = new System.Drawing.Point(19, 186);
            this.button1.Name     = "button1";
            this.button1.Size     = new System.Drawing.Size(84, 30);
            this.button1.TabIndex = 6;
            this.button1.Text     = "Set";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.UseVisualStyle          = true;
            this.button1.Appearance = ButtonAppearance.Office2016White;
            this.button1.Click     += new System.EventHandler(this.button1_Click);
            //
            // comboBox2
            //
            this.comboBox2.AutoCompleteCustomSource.AddRange(new string[] {
                "Grey",
                "Green"
            });
            this.comboBox2.Text = "Gray";
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.Items.AddRange(new object[] {
                "Gray",
                "DarkGray"
            });
            this.comboBox2.Location = new System.Drawing.Point(19, 152);
            this.comboBox2.Name     = "comboBox2";
            this.comboBox2.Size     = new System.Drawing.Size(130, 21);
            this.comboBox2.TabIndex = 5;
            //
            // label3
            //
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(19, 131);
            this.label3.Name     = "label3";
            this.label3.Size     = new System.Drawing.Size(115, 13);
            this.label3.TabIndex = 4;
            this.label3.Text     = "CheckBox Back Color";
            //
            // comboBox1
            //
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
                "Gray",
                "LightGray",
                "Dark Gray"
            });
            this.comboBox1.Location = new System.Drawing.Point(19, 100);
            this.comboBox1.Text     = "Gray";
            this.comboBox1.Name     = "comboBox1";
            this.comboBox1.Size     = new System.Drawing.Size(130, 21);
            this.comboBox1.TabIndex = 3;
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(19, 79);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(106, 13);
            this.label1.TabIndex = 2;
            this.label1.Text     = "Buttons Back Color";
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(19, 28);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(120, 13);
            this.label2.TabIndex = 1;
            this.label2.Text     = "Type Custom Message";
            //
            // textBox1
            //
            this.textBox1.Location = new System.Drawing.Point(19, 48);
            this.textBox1.Name     = "textBox1";
            this.textBox1.Size     = new System.Drawing.Size(132, 22);
            this.textBox1.TabIndex = 0;
            this.textBox1.Text     = "Type Custom message..";
            //
            // panel2
            //
            this.panel2.Controls.Add(this.editControl1);
            this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(197, 39);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(460, 396);
            this.panel2.TabIndex = 5;
            //
            // Form1
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
            this.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
            this.CaptionAlign      = System.Windows.Forms.HorizontalAlignment.Center;
            this.ClientSize        = new System.Drawing.Size(667, 445);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.DropShadow       = true;
            this.Font             = new System.Drawing.Font("Segoe UI", 8.25F);
            this.IconAlign        = System.Windows.Forms.HorizontalAlignment.Left;
            this.IconTextRelation = System.Windows.Forms.LeftRightAlignment.Left;
            this.MetroColor       = System.Drawing.Color.White;
            this.MinimumSize      = new System.Drawing.Size(679, 482);
            this.Name             = "Form1";
            this.Padding          = new System.Windows.Forms.Padding(10);
            this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text             = "Find and Replace";
            this.WindowState      = System.Windows.Forms.FormWindowState.Maximized;
            ((System.ComponentModel.ISupportInitialize)(this.editControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);
        }