/// <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.MetroColorTable metroColorTable1 = new Syncfusion.Windows.Forms.MetroColorTable(); this.htmluiControl1 = new Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl(); this.fontListBox1 = new Syncfusion.Windows.Forms.Tools.FontListBox(); this.dataGrid1 = new System.Windows.Forms.DataGrid(); this.monthCalendar1 = new Syncfusion.Windows.Forms.Tools.MonthCalendarAdv(); this.calculatorControl1 = new Syncfusion.Windows.Forms.Tools.CalculatorControl(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.panel1 = new System.Windows.Forms.Panel(); this.button2 = new Syncfusion.Windows.Forms.ButtonAdv(); this.button1 = new Syncfusion.Windows.Forms.ButtonAdv(); 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.parentBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.barItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.gradientPanel1 = new Syncfusion.Windows.Forms.Tools.GradientPanel(); ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).BeginInit(); this.htmluiControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.monthCalendar1)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit(); this.gradientPanel1.SuspendLayout(); this.SuspendLayout(); // // htmluiControl1 // this.htmluiControl1.AutoScroll = true; this.htmluiControl1.AutoScrollMinSize = new System.Drawing.Size(603, 301); this.htmluiControl1.BackColor = System.Drawing.Color.White; this.htmluiControl1.Controls.Add(this.fontListBox1); this.htmluiControl1.Controls.Add(this.dataGrid1); this.htmluiControl1.Controls.Add(this.monthCalendar1); this.htmluiControl1.DefaultFormat.BackgroundColor = System.Drawing.SystemColors.Control; this.htmluiControl1.DefaultFormat.ForeColor = System.Drawing.SystemColors.ControlText; this.htmluiControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.htmluiControl1.ForeColor = System.Drawing.Color.Black; this.htmluiControl1.Location = new System.Drawing.Point(0, 0); this.htmluiControl1.Name = "htmluiControl1"; this.htmluiControl1.ShowTitle = false; this.htmluiControl1.Size = new System.Drawing.Size(637, 316); this.htmluiControl1.TabIndex = 0; this.htmluiControl1.Text = resources.GetString("htmluiControl1.Text"); this.htmluiControl1.PreRenderDocument += new Syncfusion.Windows.Forms.HTMLUI.PreRenderDocumentEventHandler(this.htmluiControl1_PreRenderDocument); this.htmluiControl1.LoadFinished += new System.EventHandler(this.htmluiControl1_LoadFinished); // // fontListBox1 // this.fontListBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.fontListBox1.ItemHeight = 15; this.fontListBox1.Location = new System.Drawing.Point(248, 80); this.fontListBox1.MetroColor = System.Drawing.Color.Empty; this.fontListBox1.Name = "fontListBox1"; metroColorTable1.ArrowChecked = System.Drawing.Color.Black; metroColorTable1.ArrowNormal = System.Drawing.Color.White; metroColorTable1.ArrowNormal = System.Drawing.Color.Gray; metroColorTable1.ArrowPushed = System.Drawing.Color.Black; metroColorTable1.ScrollerBackground = System.Drawing.Color.White; metroColorTable1.ThumbChecked = System.Drawing.Color.Black; metroColorTable1.ThumbNormal = System.Drawing.Color.White; metroColorTable1.ThumbNormal = System.Drawing.Color.Gray; metroColorTable1.ThumbPushed = System.Drawing.Color.Black; this.fontListBox1.ScrollMetroColorTable = metroColorTable1; this.fontListBox1.Size = new System.Drawing.Size(120, 92); this.fontListBox1.TabIndex = 4; this.fontListBox1.VisualStyle = Syncfusion.Windows.Forms.Tools.FontListBox.FontListBoxStyle.Metro; // // dataGrid1 // this.dataGrid1.AccessibleName = "DataGrid"; this.dataGrid1.AccessibleRole = System.Windows.Forms.AccessibleRole.Table; this.dataGrid1.DataMember = ""; this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText; this.dataGrid1.Location = new System.Drawing.Point(8, 176); this.dataGrid1.Name = "dataGrid1"; this.dataGrid1.Size = new System.Drawing.Size(204, 144); this.dataGrid1.TabIndex = 2; this.toolTip1.SetToolTip(this.dataGrid1, "This is a DataGrid control inside HTMLUI"); // // monthCalendar1 // this.monthCalendar1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212))))); this.monthCalendar1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.monthCalendar1.BottomHeight = 25; this.monthCalendar1.Culture = new System.Globalization.CultureInfo(""); this.monthCalendar1.DayNamesColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220))))); this.monthCalendar1.DayNamesFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold); this.monthCalendar1.DaysFont = new System.Drawing.Font("Verdana", 8F); this.monthCalendar1.DaysHeaderInterior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window); this.monthCalendar1.GridLines = Syncfusion.Windows.Forms.Grid.GridBorderStyle.None; this.monthCalendar1.HeaderHeight = 34; this.monthCalendar1.HeaderStartColor = System.Drawing.Color.White; this.monthCalendar1.HighlightColor = System.Drawing.Color.Black; this.monthCalendar1.Iso8601CalenderFormat = false; this.monthCalendar1.Location = new System.Drawing.Point(56, 8); this.monthCalendar1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220))))); this.monthCalendar1.Name = "monthCalendar1"; this.monthCalendar1.ScrollButtonSize = new System.Drawing.Size(24, 24); this.monthCalendar1.SelectedDates = new System.DateTime[] { new System.DateTime(2013, 12, 9, 0, 0, 0, 0), new System.DateTime(2013, 12, 9, 0, 0, 0, 0) }; this.monthCalendar1.Size = new System.Drawing.Size(213, 183); this.monthCalendar1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.monthCalendar1.TabIndex = 1; this.monthCalendar1.WeekFont = new System.Drawing.Font("Verdana", 8F); this.monthCalendar1.WeekInterior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.PeachPuff, System.Drawing.Color.AntiqueWhite); // // // this.monthCalendar1.NoneButton.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro; this.monthCalendar1.NoneButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220))))); this.monthCalendar1.NoneButton.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.monthCalendar1.NoneButton.ForeColor = System.Drawing.Color.White; this.monthCalendar1.NoneButton.IsBackStageButton = false; this.monthCalendar1.NoneButton.Location = new System.Drawing.Point(141, 0); this.monthCalendar1.NoneButton.Size = new System.Drawing.Size(72, 25); this.monthCalendar1.NoneButton.Text = "None"; this.monthCalendar1.NoneButton.UseVisualStyle = true; // // // this.monthCalendar1.TodayButton.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro; this.monthCalendar1.TodayButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220))))); this.monthCalendar1.TodayButton.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.monthCalendar1.TodayButton.ForeColor = System.Drawing.Color.White; this.monthCalendar1.TodayButton.IsBackStageButton = false; this.monthCalendar1.TodayButton.Location = new System.Drawing.Point(0, 0); this.monthCalendar1.TodayButton.Size = new System.Drawing.Size(141, 25); this.monthCalendar1.TodayButton.Text = "Today"; this.monthCalendar1.TodayButton.UseVisualStyle = true; // // calculatorControl1 // this.calculatorControl1.AccessibleDescription = "Calculator control"; this.calculatorControl1.AccessibleName = "Calculator Control"; this.calculatorControl1.BorderStyle = System.Windows.Forms.Border3DStyle.Flat; this.calculatorControl1.ButtonStyle = Syncfusion.Windows.Forms.ButtonAppearance.Metro; this.calculatorControl1.Culture = new System.Globalization.CultureInfo("en-US"); this.calculatorControl1.DoubleValue = 0; this.calculatorControl1.ForeColor = System.Drawing.SystemColors.ControlText; this.calculatorControl1.Location = new System.Drawing.Point(208, 0); this.calculatorControl1.MetroColor = System.Drawing.SystemColors.Control; this.calculatorControl1.Name = "calculatorControl1"; this.calculatorControl1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.calculatorControl1.Size = new System.Drawing.Size(250, 300); this.calculatorControl1.TabIndex = 3; this.calculatorControl1.Text = "calculatorControl1"; this.calculatorControl1.UseVisualStyle = true; // // imageList1 // this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; this.imageList1.ImageSize = new System.Drawing.Size(16, 16); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.button1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(10, 42); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(639, 48); this.panel1.TabIndex = 1; // // button2 // this.button2.Anchor = System.Windows.Forms.AnchorStyles.None; this.button2.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro; this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.ForeColor = System.Drawing.Color.White; this.button2.IsBackStageButton = false; this.button2.Location = new System.Drawing.Point(378, 6); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(138, 30); this.button2.TabIndex = 1; this.button2.Text = "Load Custom Page2"; this.button2.UseVisualStyle = true; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Anchor = System.Windows.Forms.AnchorStyles.None; this.button1.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro; this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.ForeColor = System.Drawing.Color.White; this.button1.IsBackStageButton = false; this.button1.Location = new System.Drawing.Point(114, 6); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(152, 31); this.button1.TabIndex = 0; this.button1.Text = "Load Custom Page1"; this.button1.UseVisualStyle = true; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // 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("View"); this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.Windows.Forms.MetroForm"; this.mainFrameBarManager1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mainFrameBarManager1.Form = this; this.mainFrameBarManager1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem1, this.barItem1, this.parentBarItem2, this.barItem2 }); 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; // // 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.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"; // // barItem1 // this.barItem1.BarName = "barItem1"; this.barItem1.CategoryIndex = 0; this.barItem1.ID = "Exit"; this.barItem1.ShowToolTipInPopUp = false; this.barItem1.SizeToFit = true; this.barItem1.Text = "Exit"; this.barItem1.Click += new System.EventHandler(this.menuItem3_Click); // // parentBarItem2 // this.parentBarItem2.BarName = "parentBarItem2"; this.parentBarItem2.CategoryIndex = 1; this.parentBarItem2.ID = "View"; this.parentBarItem2.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem2 }); 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 = "View"; // // barItem2 // this.barItem2.BarName = "barItem2"; this.barItem2.CategoryIndex = 1; this.barItem2.ID = "HTML"; this.barItem2.ShowToolTipInPopUp = false; this.barItem2.SizeToFit = true; this.barItem2.Text = "HTML"; this.barItem2.Click += new System.EventHandler(this.menuItem5_Click); // // gradientPanel1 // this.gradientPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.gradientPanel1.Controls.Add(this.htmluiControl1); this.gradientPanel1.Location = new System.Drawing.Point(10, 93); this.gradientPanel1.Name = "gradientPanel1"; this.gradientPanel1.Size = new System.Drawing.Size(639, 318); this.gradientPanel1.TabIndex = 4; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.Color.White; this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226))))); this.ClientSize = new System.Drawing.Size(659, 415); this.Controls.Add(this.gradientPanel1); this.Controls.Add(this.panel1); this.DropShadow = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(671, 451); this.Name = "Form1"; this.Padding = new System.Windows.Forms.Padding(10); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Custom Controls"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).EndInit(); this.htmluiControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.monthCalendar1)).EndInit(); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit(); this.gradientPanel1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); Syncfusion.Windows.Forms.MetroColorTable metroColorTable1 = new Syncfusion.Windows.Forms.MetroColorTable(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(editForm)); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.button1 = new Syncfusion.Windows.Forms.ButtonAdv(); this.button2 = new Syncfusion.Windows.Forms.ButtonAdv(); this.opnFileDlg = new System.Windows.Forms.OpenFileDialog(); this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this); this.bar1 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "HTMLUIEditor"); this.parentBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.barItem1 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.barItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.parentBarItem1 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.barItem4 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.barItem3 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.scrollersFrame1 = new Syncfusion.Windows.Forms.ScrollersFrame(this.components); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit(); this.SuspendLayout(); // // richTextBox1 // this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.richTextBox1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox1.Location = new System.Drawing.Point(5, 43); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(376, 223); this.richTextBox1.TabIndex = 0; this.richTextBox1.Text = ""; // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.button2); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(10, 273); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(368, 48); this.panel1.TabIndex = 1; // // button1 // this.button1.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro; this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.button1.BeforeTouchSize = new System.Drawing.Size(64, 24); this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.ForeColor = System.Drawing.Color.Black; this.button1.IsBackStageButton = false; this.button1.Location = new System.Drawing.Point(64, 8); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(64, 24); this.button1.TabIndex = 0; this.button1.Text = "OK"; this.button1.UseVisualStyleBackColor = false; // // button2 // this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.button2.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro; this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.button2.BeforeTouchSize = new System.Drawing.Size(64, 24); this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.ForeColor = System.Drawing.Color.Black; this.button2.IsBackStageButton = false; this.button2.Location = new System.Drawing.Point(216, 8); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(64, 24); this.button2.TabIndex = 1; this.button2.Text = "Cancel"; this.button2.UseVisualStyleBackColor = false; // // 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("Edit"); this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.Windows.Forms.MetroForm"; this.mainFrameBarManager1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mainFrameBarManager1.Form = this; this.mainFrameBarManager1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem2, this.barItem1, this.barItem2, this.parentBarItem1, this.barItem3, this.barItem4 }); 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; // // bar1 // this.bar1.BarName = "HTMLUIEditor"; this.bar1.Caption = "HTMLUIEditor"; this.bar1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem2, this.parentBarItem1 }); this.bar1.Manager = this.mainFrameBarManager1; // // parentBarItem2 // this.parentBarItem2.BarName = "parentBarItem2"; this.parentBarItem2.CategoryIndex = 0; this.parentBarItem2.ID = "File"; this.parentBarItem2.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem1, this.barItem2 }); 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.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.parentBarItem2.Text = "File"; this.parentBarItem2.WrapLength = 20; // // barItem1 // this.barItem1.BarName = "barItem1"; this.barItem1.CategoryIndex = 0; this.barItem1.ID = "Open New File"; this.barItem1.ShowToolTipInPopUp = false; this.barItem1.SizeToFit = true; this.barItem1.Text = "Open New File"; this.barItem1.Click += new System.EventHandler(this.menuItem2_Click); // // barItem2 // this.barItem2.BarName = "barItem2"; this.barItem2.CategoryIndex = 0; this.barItem2.ID = "Exit Edit Form"; this.barItem2.ShowToolTipInPopUp = false; this.barItem2.SizeToFit = true; this.barItem2.Text = "Exit Edit Form"; this.barItem2.Click += new System.EventHandler(this.menuItem3_Click); // // parentBarItem1 // this.parentBarItem1.BarName = "parentBarItem1"; this.parentBarItem1.CategoryIndex = 1; this.parentBarItem1.ID = "Edit"; this.parentBarItem1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem4, this.barItem3 }); 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.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.parentBarItem1.Text = "Edit"; this.parentBarItem1.WrapLength = 20; // // barItem4 // this.barItem4.BarName = "barItem4"; this.barItem4.CategoryIndex = 1; this.barItem4.ID = "Select All"; this.barItem4.ShowToolTipInPopUp = false; this.barItem4.SizeToFit = true; this.barItem4.Text = "Select All"; this.barItem4.Click += new System.EventHandler(this.menuItem5_Click); // // barItem3 // this.barItem3.BarName = "barItem3"; this.barItem3.CategoryIndex = 1; this.barItem3.ID = "Clear All"; this.barItem3.ShowToolTipInPopUp = false; this.barItem3.SizeToFit = true; this.barItem3.Text = "Clear All"; this.barItem3.Click += new System.EventHandler(this.menuItem6_Click); // // scrollersFrame1 // this.scrollersFrame1.AttachedTo = this.richTextBox1; this.scrollersFrame1.CustomRender = null; this.scrollersFrame1.MetroColorScheme = Syncfusion.Windows.Forms.MetroColorScheme.Managed; metroColorTable1.ArrowChecked = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(149)))), ((int)(((byte)(152))))); metroColorTable1.ArrowNormal = System.Drawing.Color.White; metroColorTable1.ArrowNormal = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(198)))), ((int)(((byte)(198))))); metroColorTable1.ArrowPushed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(90))))); metroColorTable1.ScrollerBackground = System.Drawing.Color.White; metroColorTable1.ThumbChecked = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(149)))), ((int)(((byte)(152))))); metroColorTable1.ThumbNormal = System.Drawing.Color.White; metroColorTable1.ThumbNormal = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(198)))), ((int)(((byte)(198))))); metroColorTable1.ThumbPushed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(90))))); this.scrollersFrame1.ScrollMetroColorTable = metroColorTable1; this.scrollersFrame1.SizeGripperVisibility = Syncfusion.Windows.Forms.SizeGripperVisibility.Auto; this.scrollersFrame1.VisualStyle = Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Metro; // // editForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226))))); this.ClientSize = new System.Drawing.Size(388, 331); this.Controls.Add(this.panel1); this.Controls.Add(this.richTextBox1); this.DropShadow = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226))))); this.Name = "editForm"; this.Padding = new System.Windows.Forms.Padding(10); this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Editor"; this.Load += new System.EventHandler(this.Form2_Load); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.htmluiControl1 = new Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl(); this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this); this.bar1 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "HTMLUIScripting"); 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.gradientPanel1 = new Syncfusion.Windows.Forms.Tools.GradientPanel(); ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit(); this.gradientPanel1.SuspendLayout(); this.SuspendLayout(); // // htmluiControl1 // this.htmluiControl1.AutoRunScripts = true; this.htmluiControl1.BackColor = System.Drawing.Color.White; this.htmluiControl1.DefaultFormat.BackgroundColor = System.Drawing.SystemColors.Control; this.htmluiControl1.DefaultFormat.ForeColor = System.Drawing.SystemColors.ControlText; this.htmluiControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.htmluiControl1.Location = new System.Drawing.Point(0, 0); this.htmluiControl1.Name = "htmluiControl1"; this.htmluiControl1.Size = new System.Drawing.Size(612, 401); this.htmluiControl1.TabIndex = 0; this.htmluiControl1.Text = resources.GetString("htmluiControl1.Text"); // // 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 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mainFrameBarManager1.Form = this; this.mainFrameBarManager1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem1, this.barItem1, this.barItem2 }); 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; // // bar1 // this.bar1.BarName = "HTMLUIScripting"; this.bar1.Caption = "HTMLUIScripting"; 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.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.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.parentBarItem1.Text = "File"; // // barItem1 // this.barItem1.BarName = "barItem1"; this.barItem1.CategoryIndex = 0; this.barItem1.ID = "ViewScript"; this.barItem1.ShowToolTipInPopUp = false; this.barItem1.SizeToFit = true; this.barItem1.Text = "ViewScript"; this.barItem1.Click += new System.EventHandler(this.menuItem2_Click); // // barItem2 // this.barItem2.BarName = "barItem2"; this.barItem2.CategoryIndex = 0; this.barItem2.ID = "Exit"; this.barItem2.ShowToolTipInPopUp = false; this.barItem2.SizeToFit = true; this.barItem2.Text = "Exit"; this.barItem2.Click += new System.EventHandler(this.menuItem3_Click); // // gradientPanel1 // this.gradientPanel1.BorderColor = System.Drawing.Color.LightGray; this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.gradientPanel1.Controls.Add(this.htmluiControl1); this.gradientPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.gradientPanel1.Location = new System.Drawing.Point(10, 39); this.gradientPanel1.Name = "gradientPanel1"; this.gradientPanel1.Size = new System.Drawing.Size(614, 403); this.gradientPanel1.TabIndex = 4; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); 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(634, 452); this.Controls.Add(this.gradientPanel1); 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(646, 488); this.Name = "Form1"; this.Padding = new System.Windows.Forms.Padding(10); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Scripting"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit(); this.gradientPanel1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.htmluiControl1 = new Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl(); this.openDlg = new System.Windows.Forms.OpenFileDialog(); this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this); this.bar1 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "LoadFileFromDisk"); 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.parentBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.barItem3 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.barItem4 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.gradientPanel1 = new Syncfusion.Windows.Forms.Tools.GradientPanel(); ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit(); this.gradientPanel1.SuspendLayout(); this.SuspendLayout(); // // htmluiControl1 // this.htmluiControl1.AllowDrop = true; this.htmluiControl1.AutoRunScripts = true; this.htmluiControl1.AutoScroll = true; this.htmluiControl1.AutoScrollMinSize = new System.Drawing.Size(573, 347); this.htmluiControl1.Cursor = System.Windows.Forms.Cursors.IBeam; this.htmluiControl1.DefaultFormat.BackgroundColor = System.Drawing.SystemColors.Control; this.htmluiControl1.DefaultFormat.ForeColor = System.Drawing.SystemColors.ControlText; this.htmluiControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.htmluiControl1.Location = new System.Drawing.Point(0, 0); this.htmluiControl1.Name = "htmluiControl1"; this.htmluiControl1.ShowTitle = false; this.htmluiControl1.Size = new System.Drawing.Size(590, 362); this.htmluiControl1.TabIndex = 0; this.htmluiControl1.Text = "<html/>"; this.htmluiControl1.DragDrop += new System.Windows.Forms.DragEventHandler(this.htmluiControl1_DragDrop); this.htmluiControl1.DragEnter += new System.Windows.Forms.DragEventHandler(this.htmluiControl1_DragEnter); // // 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("Help"); this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.Windows.Forms.MetroForm"; this.mainFrameBarManager1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mainFrameBarManager1.Form = this; this.mainFrameBarManager1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem1, this.barItem1, this.barItem2, this.parentBarItem2, this.barItem3, this.barItem4 }); 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; // // bar1 // this.bar1.BarName = "LoadFileFromDisk"; this.bar1.Caption = "LoadFileFromDisk"; 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.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"; // // barItem1 // this.barItem1.BarName = "barItem1"; this.barItem1.CategoryIndex = 0; this.barItem1.ID = "Open"; this.barItem1.ShowToolTipInPopUp = false; this.barItem1.SizeToFit = true; this.barItem1.Text = "Open"; this.barItem1.Click += new System.EventHandler(this.menuItem2_Click); // // barItem2 // this.barItem2.BarName = "barItem2"; this.barItem2.CategoryIndex = 0; this.barItem2.ID = "Exit"; this.barItem2.ShowToolTipInPopUp = false; this.barItem2.SizeToFit = true; this.barItem2.Text = "Exit"; this.barItem2.Click += new System.EventHandler(this.menuItem3_Click); // // parentBarItem2 // this.parentBarItem2.BarName = "parentBarItem2"; this.parentBarItem2.CategoryIndex = 1; this.parentBarItem2.ID = "Help"; this.parentBarItem2.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem3, this.barItem4 }); 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 = "Help"; // // barItem3 // this.barItem3.BarName = "barItem3"; this.barItem3.CategoryIndex = 1; this.barItem3.ID = "About the Application"; this.barItem3.ShowToolTipInPopUp = false; this.barItem3.SizeToFit = true; this.barItem3.Text = "About the Application"; this.barItem3.Click += new System.EventHandler(this.menuItem6_Click); // // barItem4 // this.barItem4.BarName = "barItem4"; this.barItem4.CategoryIndex = 1; this.barItem4.ID = "About Syncfusion"; this.barItem4.ShowToolTipInPopUp = false; this.barItem4.SizeToFit = true; this.barItem4.Text = "About Syncfusion"; this.barItem4.Click += new System.EventHandler(this.menuItem5_Click); // // gradientPanel1 // this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.gradientPanel1.Controls.Add(this.htmluiControl1); this.gradientPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.gradientPanel1.Location = new System.Drawing.Point(10, 39); this.gradientPanel1.Name = "gradientPanel1"; this.gradientPanel1.Size = new System.Drawing.Size(592, 364); this.gradientPanel1.TabIndex = 4; // // 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(612, 413); this.Controls.Add(this.gradientPanel1); 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(624, 449); this.Name = "Form1"; this.Padding = new System.Windows.Forms.Padding(10); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Load From Disk"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit(); this.gradientPanel1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.htmluiControl1 = new Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl(); this.contextMenu1 = new System.Windows.Forms.ContextMenu(); this.menuItem9 = new System.Windows.Forms.MenuItem(); this.panel1 = new System.Windows.Forms.Panel(); this.panel8 = new System.Windows.Forms.Panel(); this.button6 = new Syncfusion.Windows.Forms.ButtonAdv(); this.button1 = new Syncfusion.Windows.Forms.ButtonAdv(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button5 = new Syncfusion.Windows.Forms.ButtonAdv(); this.button4 = new Syncfusion.Windows.Forms.ButtonAdv(); this.button3 = new Syncfusion.Windows.Forms.ButtonAdv(); this.button2 = new Syncfusion.Windows.Forms.ButtonAdv(); this.panel2 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); this.button7 = new Syncfusion.Windows.Forms.ButtonAdv(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.panel7 = new System.Windows.Forms.Panel(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.panel4 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel3 = new System.Windows.Forms.Panel(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this); this.bar1 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "HTMLUIChat"); 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.parentBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.barItem5 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.barItem6 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).BeginInit(); this.panel1.SuspendLayout(); this.panel8.SuspendLayout(); this.panel2.SuspendLayout(); this.panel6.SuspendLayout(); this.panel7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.panel4.SuspendLayout(); this.panel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit(); this.SuspendLayout(); // // htmluiControl1 // this.htmluiControl1.AutoScroll = true; this.htmluiControl1.AutoScrollMinSize = new System.Drawing.Size(376, 277); this.htmluiControl1.ContextMenu = this.contextMenu1; this.htmluiControl1.DefaultFormat.BackgroundColor = System.Drawing.SystemColors.Control; this.htmluiControl1.DefaultFormat.ForeColor = System.Drawing.SystemColors.ControlText; this.htmluiControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.htmluiControl1.Location = new System.Drawing.Point(0, 0); this.htmluiControl1.Name = "htmluiControl1"; this.htmluiControl1.ShowTitle = false; this.htmluiControl1.Size = new System.Drawing.Size(393, 292); this.htmluiControl1.TabIndex = 0; this.htmluiControl1.Text = resources.GetString("htmluiControl1.Text"); this.toolTip1.SetToolTip(this.htmluiControl1, "HTMLUI Control"); this.htmluiControl1.LoadFinished += new System.EventHandler(this.htmluiControl1_LoadFinished); // // contextMenu1 // this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItem9 }); // // menuItem9 // this.menuItem9.Index = 0; this.menuItem9.Text = "Copy"; this.menuItem9.Click += new System.EventHandler(this.menuItem9_Click); // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.panel8); this.panel1.Controls.Add(this.button5); this.panel1.Controls.Add(this.button4); this.panel1.Controls.Add(this.button3); this.panel1.Controls.Add(this.button2); this.panel1.ForeColor = System.Drawing.SystemColors.ControlText; this.panel1.Location = new System.Drawing.Point(7, 338); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(395, 129); this.panel1.TabIndex = 1; // // panel8 // this.panel8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel8.BackColor = System.Drawing.Color.White; this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel8.Controls.Add(this.button6); this.panel8.Controls.Add(this.button1); this.panel8.Controls.Add(this.textBox1); this.panel8.Location = new System.Drawing.Point(8, 38); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(369, 81); this.panel8.TabIndex = 6; // // button6 // this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.button6.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro; this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.button6.FlatStyle = System.Windows.Forms.FlatStyle.System; this.button6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button6.ForeColor = System.Drawing.SystemColors.ControlText; this.button6.Image = ((System.Drawing.Image)(resources.GetObject("button6.Image"))); this.button6.Location = new System.Drawing.Point(311, 55); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(48, 20); this.button6.TabIndex = 2; this.button6.Text = "Search"; this.toolTip1.SetToolTip(this.button6, "Search for text"); this.button6.UseVisualStyleBackColor = false; this.button6.Click += new System.EventHandler(this.button6_Click); // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.button1.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro; this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.button1.Enabled = false; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.button1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.ForeColor = System.Drawing.SystemColors.ControlText; this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image"))); this.button1.Location = new System.Drawing.Point(311, 8); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(48, 39); this.button1.TabIndex = 1; this.button1.Text = "Send"; this.toolTip1.SetToolTip(this.button1, "Send Message"); this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // textBox1 // this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox1.Dock = System.Windows.Forms.DockStyle.Left; this.textBox1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.textBox1.Location = new System.Drawing.Point(0, 0); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(256, 79); this.textBox1.TabIndex = 0; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown); // // button5 // this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button5.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro; this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button5.Image = ((System.Drawing.Image)(resources.GetObject("button5.Image"))); this.button5.Location = new System.Drawing.Point(152, 6); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(32, 24); this.button5.TabIndex = 5; this.toolTip1.SetToolTip(this.button5, "Cry"); this.button5.UseVisualStyleBackColor = false; this.button5.Click += new System.EventHandler(this.button5_Click); // // button4 // this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button4.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro; this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image"))); this.button4.Location = new System.Drawing.Point(104, 6); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(32, 24); this.button4.TabIndex = 4; this.toolTip1.SetToolTip(this.button4, "bye"); this.button4.UseVisualStyleBackColor = false; this.button4.Click += new System.EventHandler(this.button4_Click); // // button3 // this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button3.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro; this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image"))); this.button3.Location = new System.Drawing.Point(56, 6); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(32, 24); this.button3.TabIndex = 3; this.toolTip1.SetToolTip(this.button3, "broad smile"); this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button2.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro; this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image"))); this.button2.Location = new System.Drawing.Point(8, 6); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(32, 24); this.button2.TabIndex = 2; this.toolTip1.SetToolTip(this.button2, "smile"); this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(229)))), ((int)(((byte)(245))))); this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage"))); this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.panel6); this.panel2.Controls.Add(this.panel4); this.panel2.Dock = System.Windows.Forms.DockStyle.Right; this.panel2.ImeMode = System.Windows.Forms.ImeMode.Off; this.panel2.Location = new System.Drawing.Point(405, 39); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(128, 426); this.panel2.TabIndex = 2; // // panel6 // this.panel6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.panel6.BackColor = System.Drawing.Color.AliceBlue; this.panel6.Controls.Add(this.button7); this.panel6.Controls.Add(this.panel7); this.panel6.Location = new System.Drawing.Point(6, 290); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(112, 120); this.panel6.TabIndex = 1; // // button7 // this.button7.BackColor = System.Drawing.Color.AliceBlue; this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button7.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button7.ForeColor = System.Drawing.Color.AliceBlue; this.button7.ImageIndex = 5; this.button7.ImageList = this.imageList1; this.button7.Location = new System.Drawing.Point(72, 104); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(32, 15); this.button7.TabIndex = 1; this.button7.Text = "..."; this.button7.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.toolTip1.SetToolTip(this.button7, "Change the display picture"); this.button7.UseVisualStyleBackColor = false; this.button7.Click += new System.EventHandler(this.button7_Click); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, ""); this.imageList1.Images.SetKeyName(1, ""); this.imageList1.Images.SetKeyName(2, ""); this.imageList1.Images.SetKeyName(3, ""); this.imageList1.Images.SetKeyName(4, ""); this.imageList1.Images.SetKeyName(5, ""); // // panel7 // this.panel7.BackColor = System.Drawing.Color.White; this.panel7.Controls.Add(this.pictureBox2); this.panel7.ForeColor = System.Drawing.Color.Honeydew; this.panel7.Location = new System.Drawing.Point(8, 8); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(96, 96); this.panel7.TabIndex = 0; // // pictureBox2 // this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox2.Location = new System.Drawing.Point(0, 0); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(96, 96); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 0; this.pictureBox2.TabStop = false; // // panel4 // this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.panel4.BackColor = System.Drawing.Color.AliceBlue; this.panel4.Controls.Add(this.panel5); this.panel4.Location = new System.Drawing.Point(6, 16); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(112, 120); this.panel4.TabIndex = 0; // // panel5 // this.panel5.BackColor = System.Drawing.Color.White; this.panel5.Controls.Add(this.pictureBox1); this.panel5.ForeColor = System.Drawing.Color.Honeydew; this.panel5.Location = new System.Drawing.Point(8, 8); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(96, 96); this.panel5.TabIndex = 0; // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(96, 96); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // panel3 // this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.htmluiControl1); this.panel3.Location = new System.Drawing.Point(7, 39); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(395, 294); this.panel3.TabIndex = 3; // // saveFileDialog1 // this.saveFileDialog1.FileName = "Conversation1"; this.saveFileDialog1.Title = "Save the conversation"; // // openFileDialog1 // this.openFileDialog1.CheckFileExists = false; this.openFileDialog1.CheckPathExists = false; this.openFileDialog1.RestoreDirectory = true; // // 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("Option"); this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.Windows.Forms.MetroForm"; this.mainFrameBarManager1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mainFrameBarManager1.Form = this; this.mainFrameBarManager1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem1, this.barItem1, this.barItem2, this.barItem3, this.barItem4, this.barItem5, this.barItem6, this.parentBarItem2 }); 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; // // bar1 // this.bar1.BarName = "HTMLUIChat"; this.bar1.Caption = "HTMLUIChat"; 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.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"; // // barItem1 // this.barItem1.BarName = "barItem1"; this.barItem1.CategoryIndex = 0; this.barItem1.ID = "New Chat Window"; this.barItem1.ShowToolTipInPopUp = false; this.barItem1.SizeToFit = true; this.barItem1.Text = "New Chat Window"; this.barItem1.Click += new System.EventHandler(this.menuItem2_Click); // // barItem2 // this.barItem2.BarName = "barItem2"; this.barItem2.CategoryIndex = 0; this.barItem2.ID = "Save this conversation"; this.barItem2.ShowToolTipInPopUp = false; this.barItem2.SizeToFit = true; this.barItem2.Text = "Save this conversation"; this.barItem2.Click += new System.EventHandler(this.menuItem3_Click); // // barItem3 // this.barItem3.BarName = "barItem3"; this.barItem3.CategoryIndex = 0; this.barItem3.ID = "Open old conversation"; this.barItem3.ShowToolTipInPopUp = false; this.barItem3.SizeToFit = true; this.barItem3.Text = "Open old conversation"; this.barItem3.Click += new System.EventHandler(this.menuItem4_Click); // // barItem4 // this.barItem4.BarName = "barItem4"; this.barItem4.CategoryIndex = 0; this.barItem4.ID = "Exit"; this.barItem4.ShowToolTipInPopUp = false; this.barItem4.SizeToFit = true; this.barItem4.Text = "Exit"; this.barItem4.Click += new System.EventHandler(this.menuItem5_Click); // // parentBarItem2 // this.parentBarItem2.BarName = "parentBarItem2"; this.parentBarItem2.CategoryIndex = 1; this.parentBarItem2.ID = "Options"; this.parentBarItem2.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem5, this.barItem6 }); 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 = "Options"; // // barItem5 // this.barItem5.BarName = "barItem5"; this.barItem5.CategoryIndex = 1; this.barItem5.ID = "Change display picture"; this.barItem5.ShowToolTipInPopUp = false; this.barItem5.SizeToFit = true; this.barItem5.Text = "Change display picture"; this.barItem5.Click += new System.EventHandler(this.menuItem7_Click); // // barItem6 // this.barItem6.BarName = "barItem6"; this.barItem6.CategoryIndex = 1; this.barItem6.ID = "ChangeBackGround"; this.barItem6.ShowToolTipInPopUp = false; this.barItem6.SizeToFit = true; this.barItem6.Text = "ChangeBackGround"; this.barItem6.Click += new System.EventHandler(this.menuItem8_Click); // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.Color.White; 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(543, 475); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); 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(555, 511); this.Name = "Form1"; this.Padding = new System.Windows.Forms.Padding(10); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "HTMLUI Chat"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).EndInit(); this.panel1.ResumeLayout(false); this.panel8.ResumeLayout(false); this.panel8.PerformLayout(); this.panel2.ResumeLayout(false); this.panel6.ResumeLayout(false); this.panel7.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.panel4.ResumeLayout(false); this.panel5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.htmluiControl1 = new Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this); this.bar1 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "HTMLUITicTac"); 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.parentBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.barItem3 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.gradientPanel1 = new Syncfusion.Windows.Forms.Tools.GradientPanel(); ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit(); this.gradientPanel1.SuspendLayout(); this.SuspendLayout(); // // htmluiControl1 // this.htmluiControl1.AutoScroll = true; this.htmluiControl1.AutoScrollMinSize = new System.Drawing.Size(602, 365); this.htmluiControl1.BackColor = System.Drawing.Color.White; this.htmluiControl1.DefaultFormat.BackgroundColor = System.Drawing.SystemColors.Control; this.htmluiControl1.DefaultFormat.ForeColor = System.Drawing.SystemColors.ControlText; this.htmluiControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.htmluiControl1.Location = new System.Drawing.Point(0, 0); this.htmluiControl1.Name = "htmluiControl1"; this.htmluiControl1.ShowTitle = false; this.htmluiControl1.Size = new System.Drawing.Size(619, 380); this.htmluiControl1.TabIndex = 0; this.htmluiControl1.Text = resources.GetString("htmluiControl1.Text"); this.htmluiControl1.LoadFinished += new System.EventHandler(this.htmluiControl1_LoadFinished); // // 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, ""); // // mainFrameBarManager1 // this.mainFrameBarManager1.BarPositionInfo = ((System.IO.MemoryStream)(resources.GetObject("mainFrameBarManager1.BarPositionInfo"))); this.mainFrameBarManager1.Bars.Add(this.bar1); this.mainFrameBarManager1.Categories.Add("Game"); this.mainFrameBarManager1.Categories.Add("View"); this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.Windows.Forms.MetroForm"; this.mainFrameBarManager1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mainFrameBarManager1.Form = this; this.mainFrameBarManager1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem1, this.barItem1, this.barItem2, this.parentBarItem2, this.barItem3 }); 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; // // bar1 // this.bar1.BarName = "HTMLUITicTac"; this.bar1.Caption = "HTMLUITicTac"; 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 = "Game"; this.parentBarItem1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem1, this.barItem2 }); 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.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.parentBarItem1.Text = "Game"; // // barItem1 // this.barItem1.BarName = "barItem1"; this.barItem1.CategoryIndex = 0; this.barItem1.ID = "Reset"; this.barItem1.ShowToolTipInPopUp = false; this.barItem1.SizeToFit = true; this.barItem1.Text = "Reset"; this.barItem1.Click += new System.EventHandler(this.menuItem2_Click); // // barItem2 // this.barItem2.BarName = "barItem2"; this.barItem2.CategoryIndex = 0; this.barItem2.ID = "Exit"; this.barItem2.ShowToolTipInPopUp = false; this.barItem2.SizeToFit = true; this.barItem2.Text = "Exit"; this.barItem2.Click += new System.EventHandler(this.menuItem3_Click); // // parentBarItem2 // this.parentBarItem2.BarName = "parentBarItem2"; this.parentBarItem2.CategoryIndex = 1; this.parentBarItem2.ID = "View"; this.parentBarItem2.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem3 }); 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.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.parentBarItem2.Text = "View"; // // barItem3 // this.barItem3.BarName = "barItem3"; this.barItem3.CategoryIndex = 1; this.barItem3.ID = "HTML"; this.barItem3.ShowToolTipInPopUp = false; this.barItem3.SizeToFit = true; this.barItem3.Text = "HTML"; this.barItem3.Click += new System.EventHandler(this.menuItem5_Click); // // gradientPanel1 // this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.gradientPanel1.Controls.Add(this.htmluiControl1); this.gradientPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.gradientPanel1.Location = new System.Drawing.Point(10, 39); this.gradientPanel1.Name = "gradientPanel1"; this.gradientPanel1.Size = new System.Drawing.Size(621, 382); this.gradientPanel1.TabIndex = 4; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226))))); this.ClientSize = new System.Drawing.Size(641, 431); this.Controls.Add(this.gradientPanel1); 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(653, 467); this.Name = "Form1"; this.Padding = new System.Windows.Forms.Padding(10); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Tic Tac Toe"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit(); this.gradientPanel1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.panel1 = new System.Windows.Forms.Panel(); this.htmluiControl1 = new Syncfusion.Windows.Forms.HTMLUI.HTMLUIControl(); this.cxtMenu = new System.Windows.Forms.ContextMenuStrip(); this.cxtEdit = new System.Windows.Forms.ToolStripMenuItem(); this.openFileDlg = new System.Windows.Forms.OpenFileDialog(); this.scrollersFrame1 = new Syncfusion.Windows.Forms.ScrollersFrame(this.components); this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this); this.bar1 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "HTMLUIEditor"); 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.parentBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.barItem3 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.parentBarItem3 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.barItem4 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.htmluiControl1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(10, 39); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(621, 392); this.panel1.TabIndex = 0; // // htmluiControl1 // this.htmluiControl1.AutoScroll = true; this.htmluiControl1.AutoScrollMinSize = new System.Drawing.Size(602, 375); this.htmluiControl1.BackColor = System.Drawing.Color.White; this.htmluiControl1.ContextMenuStrip = this.cxtMenu; this.htmluiControl1.DefaultFormat.BackgroundColor = System.Drawing.SystemColors.Control; this.htmluiControl1.DefaultFormat.ForeColor = System.Drawing.SystemColors.ControlText; this.htmluiControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.htmluiControl1.Location = new System.Drawing.Point(0, 0); this.htmluiControl1.Name = "htmluiControl1"; this.htmluiControl1.Size = new System.Drawing.Size(619, 390); this.htmluiControl1.TabIndex = 0; this.htmluiControl1.Text = "htmluiControl1"; this.htmluiControl1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.htmluiControl1_KeyDown); // // cxtMenu // this.cxtMenu.Items.AddRange(new System.Windows.Forms.ToolStripMenuItem[] { this.cxtEdit }); // // cxtEdit // this.cxtEdit.MergeIndex = 0; this.cxtEdit.Text = "Edit HTML"; this.cxtEdit.Click += new System.EventHandler(this.cxtEdit_Click); // // openFileDlg // this.openFileDlg.Filter = "html files|*.html|htm files|*.htm"; // // scrollersFrame1 // this.scrollersFrame1.AttachedTo = this.htmluiControl1; this.scrollersFrame1.CustomRender = null; this.scrollersFrame1.MetroColorScheme = Syncfusion.Windows.Forms.MetroColorScheme.Managed; this.scrollersFrame1.SizeGripperVisibility = Syncfusion.Windows.Forms.SizeGripperVisibility.Auto; this.scrollersFrame1.VisualStyle = Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Metro; // // 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("Edit"); this.mainFrameBarManager1.Categories.Add("View"); this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.Windows.Forms.MetroForm"; this.mainFrameBarManager1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mainFrameBarManager1.Form = this; this.mainFrameBarManager1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem1, this.barItem1, this.barItem2, this.parentBarItem2, this.barItem3, this.parentBarItem3, this.barItem4 }); 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; // // bar1 // this.bar1.BarName = "HTMLUIEditor"; this.bar1.Caption = "HTMLUIEditor"; this.bar1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem1, this.parentBarItem2, this.parentBarItem3 }); 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.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"; // // barItem1 // this.barItem1.BarName = "barItem1"; this.barItem1.CategoryIndex = 0; this.barItem1.ID = "Open"; this.barItem1.ShowToolTipInPopUp = false; this.barItem1.SizeToFit = true; this.barItem1.Text = "Open"; this.barItem1.Click += new System.EventHandler(this.Open_Click); // // barItem2 // this.barItem2.BarName = "barItem2"; this.barItem2.CategoryIndex = 0; this.barItem2.ID = "Exit"; this.barItem2.ShowToolTipInPopUp = false; this.barItem2.SizeToFit = true; this.barItem2.Text = "Exit"; this.barItem2.Click += new System.EventHandler(this.MenuExit_Click); // // 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.barItem3 }); 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"; // // barItem3 // this.barItem3.BarName = "barItem3"; this.barItem3.CategoryIndex = 1; this.barItem3.ID = "Edit HTML"; this.barItem3.ShowToolTipInPopUp = false; this.barItem3.SizeToFit = true; this.barItem3.Text = "Edit HTML"; this.barItem3.Click += new System.EventHandler(this.MenuEdit_Click); // // parentBarItem3 // this.parentBarItem3.BarName = "parentBarItem3"; this.parentBarItem3.CategoryIndex = 2; this.parentBarItem3.ID = "View"; this.parentBarItem3.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem4 }); this.parentBarItem3.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(110)))), ((int)(((byte)(218))))); this.parentBarItem3.ShowToolTipInPopUp = false; this.parentBarItem3.SizeToFit = true; this.parentBarItem3.Text = "View"; // // barItem4 // this.barItem4.BarName = "barItem4"; this.barItem4.CategoryIndex = 2; this.barItem4.ID = "HTML Source"; this.barItem4.ShowToolTipInPopUp = false; this.barItem4.SizeToFit = true; this.barItem4.Text = "HTML Source"; this.barItem4.Click += new System.EventHandler(this.HTMLSource_Click); // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.SystemColors.ControlLightLight; 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(641, 441); this.Controls.Add(this.panel1); this.DropShadow = true; this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(653, 477); this.IconTextRelation = System.Windows.Forms.LeftRightAlignment.Left; this.Name = "Form1"; this.Padding = new System.Windows.Forms.Padding(10); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "HTMLUI Editor"; this.Load += new System.EventHandler(this.Form1_Load); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.htmluiControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit(); this.ResumeLayout(false); }