/// <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 metroColorTable2 = new Syncfusion.Windows.Forms.MetroColorTable(); this.label1 = new System.Windows.Forms.Label(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.textBox1 = new Syncfusion.Windows.Forms.Tools.TextBoxExt(); this.panel3 = new System.Windows.Forms.Panel(); this.splitContainerAdv1 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv(); this.label2 = new System.Windows.Forms.Label(); this.colorUIControl1 = new Syncfusion.Windows.Forms.ColorUIControl(); this.panel2 = new System.Windows.Forms.Panel(); this.comboBoxAdv1 = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv(); this.label4 = new System.Windows.Forms.Label(); this.chkUserColorsStretchOnResize = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv(); this.txtUsersTabName1 = new Syncfusion.Windows.Forms.Tools.TextBoxExt(); this.label14 = new System.Windows.Forms.Label(); this.txtSystemTabName1 = new Syncfusion.Windows.Forms.Tools.TextBoxExt(); this.txtStandardTabName1 = new Syncfusion.Windows.Forms.Tools.TextBoxExt(); this.txtCustomTabName1 = new Syncfusion.Windows.Forms.Tools.TextBoxExt(); this.cmbSelectedColorGroup1 = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.cmbSelectedColorGroup = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv(); this.cmbOffice2007Theme = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit(); this.splitContainerAdv1.Panel1.SuspendLayout(); this.splitContainerAdv1.Panel2.SuspendLayout(); this.splitContainerAdv1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chkUserColorsStretchOnResize)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtUsersTabName1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSystemTabName1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtStandardTabName1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCustomTabName1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbSelectedColorGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbSelectedColorGroup)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbOffice2007Theme)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.BackColor = System.Drawing.Color.White; this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label1.ImageAlign = System.Drawing.ContentAlignment.BottomRight; this.label1.ImageList = this.imageList1; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Padding = new System.Windows.Forms.Padding(2); this.label1.Size = new System.Drawing.Size(687, 57); this.label1.TabIndex = 0; this.label1.Text = resources.GetString("label1.Text"); this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, ""); // // textBox1 // this.textBox1.BackColor = System.Drawing.Color.White; this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox1.Cursor = System.Windows.Forms.Cursors.IBeam; this.textBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.textBox1.Location = new System.Drawing.Point(20, 421); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox1.Size = new System.Drawing.Size(687, 116); this.textBox1.TabIndex = 2; // // panel3 // this.panel3.Controls.Add(this.label1); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(20, 20); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(687, 57); this.panel3.TabIndex = 5; // // splitContainerAdv1 // this.splitContainerAdv1.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.splitContainerAdv1.BeforeTouchSize = 7; this.splitContainerAdv1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.splitContainerAdv1.Location = new System.Drawing.Point(20, 83); this.splitContainerAdv1.Name = "splitContainerAdv1"; // // splitContainerAdv1.Panel1 // this.splitContainerAdv1.Panel1.Controls.Add(this.label2); this.splitContainerAdv1.Panel1.Controls.Add(this.colorUIControl1); // // splitContainerAdv1.Panel2 // this.splitContainerAdv1.Panel2.Controls.Add(this.panel2); this.splitContainerAdv1.Size = new System.Drawing.Size(687, 331); this.splitContainerAdv1.SplitterDistance = 348; this.splitContainerAdv1.TabIndex = 6; this.splitContainerAdv1.Text = "splitContainerAdv1"; // // label2 // this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.Black; this.label2.Location = new System.Drawing.Point(3, 3); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(150, 33); this.label2.TabIndex = 24; this.label2.Text = "Sample"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // colorUIControl1 // this.colorUIControl1.BeforeTouchSize = new System.Drawing.Size(274, 243); this.colorUIControl1.ColorGroups = ((Syncfusion.Windows.Forms.ColorUIGroups)((((Syncfusion.Windows.Forms.ColorUIGroups.CustomColors | Syncfusion.Windows.Forms.ColorUIGroups.StandardColors) | Syncfusion.Windows.Forms.ColorUIGroups.SystemColors) | Syncfusion.Windows.Forms.ColorUIGroups.UserColors))); this.colorUIControl1.CustomColorsStretchOnResize = true; this.colorUIControl1.Flag = false; this.colorUIControl1.ForeColor = System.Drawing.SystemColors.ControlText; this.colorUIControl1.Location = new System.Drawing.Point(32, 57); this.colorUIControl1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.colorUIControl1.MetroForeColor = System.Drawing.Color.White; this.colorUIControl1.Name = "colorUIControl1"; metroColorTable2.ArrowChecked = System.Drawing.Color.Black; metroColorTable2.ArrowCheckedBorderColor = System.Drawing.Color.Empty; metroColorTable2.ArrowInActive = System.Drawing.Color.White; metroColorTable2.ArrowNormal = System.Drawing.Color.Gray; metroColorTable2.ArrowNormalBackGround = System.Drawing.Color.Empty; metroColorTable2.ArrowNormalBorderColor = System.Drawing.Color.Empty; metroColorTable2.ArrowPushed = System.Drawing.Color.Black; metroColorTable2.ArrowPushedBackGround = System.Drawing.Color.Empty; metroColorTable2.ArrowPushedBorderColor = System.Drawing.Color.Empty; metroColorTable2.ScrollerBackground = System.Drawing.Color.White; metroColorTable2.ThumbChecked = System.Drawing.Color.Black; metroColorTable2.ThumbCheckedBorderColor = System.Drawing.Color.Empty; metroColorTable2.ThumbInActive = System.Drawing.Color.White; metroColorTable2.ThumbNormal = System.Drawing.Color.Gray; metroColorTable2.ThumbNormalBorderColor = System.Drawing.Color.Empty; metroColorTable2.ThumbPushed = System.Drawing.Color.Black; metroColorTable2.ThumbPushedBorder = System.Drawing.Color.Empty; metroColorTable2.ThumbPushedBorderColor = System.Drawing.Color.Empty; this.colorUIControl1.ScrollMetroColorTable = metroColorTable2; this.colorUIControl1.SelectedColor = System.Drawing.SystemColors.ControlDarkDark; this.colorUIControl1.SelectedColorGroup = Syncfusion.Windows.Forms.ColorUISelectedGroup.CustomColors; this.colorUIControl1.ShowUserSelectionColors = true; this.colorUIControl1.Size = new System.Drawing.Size(274, 243); this.colorUIControl1.TabIndex = 0; this.colorUIControl1.Text = "colorUIControl1"; this.colorUIControl1.VisualStyle = Syncfusion.Windows.Forms.ColorUIStyle.Metro; this.colorUIControl1.ColorSelected += new System.EventHandler(this.colorUIControl1_ColorSelected); // // panel2 // this.panel2.Controls.Add(this.comboBoxAdv1); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.chkUserColorsStretchOnResize); this.panel2.Controls.Add(this.txtUsersTabName1); this.panel2.Controls.Add(this.label14); this.panel2.Controls.Add(this.txtSystemTabName1); this.panel2.Controls.Add(this.txtStandardTabName1); this.panel2.Controls.Add(this.txtCustomTabName1); this.panel2.Controls.Add(this.cmbSelectedColorGroup1); this.panel2.Controls.Add(this.label10); this.panel2.Controls.Add(this.label11); this.panel2.Controls.Add(this.label12); this.panel2.Controls.Add(this.label13); this.panel2.Controls.Add(this.label3); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(330, 329); this.panel2.TabIndex = 2; // // comboBoxAdv1 // this.comboBoxAdv1.BackColor = System.Drawing.Color.White; this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(121, 21); this.comboBoxAdv1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxAdv1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBoxAdv1.Items.AddRange(new object[] { "Default", "Office2010", "Metro", "Office2016Colorful", "Office2016DarkGray", "Office2016Black", "Office2016White" }); this.comboBoxAdv1.Location = new System.Drawing.Point(176, 252); this.comboBoxAdv1.Name = "comboBoxAdv1"; this.comboBoxAdv1.Size = new System.Drawing.Size(121, 21); this.comboBoxAdv1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.comboBoxAdv1.TabIndex = 25; this.comboBoxAdv1.Text = "Default"; this.comboBoxAdv1.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv1_SelectedIndexChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(48, 252); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 13); this.label4.TabIndex = 24; this.label4.Text = "Visual Style"; // // chkUserColorsStretchOnResize // this.chkUserColorsStretchOnResize.BeforeTouchSize = new System.Drawing.Size(150, 21); this.chkUserColorsStretchOnResize.DrawFocusRectangle = false; this.chkUserColorsStretchOnResize.Location = new System.Drawing.Point(69, 291); this.chkUserColorsStretchOnResize.MetroColor = System.Drawing.Color.Gray; this.chkUserColorsStretchOnResize.Name = "chkUserColorsStretchOnResize"; this.chkUserColorsStretchOnResize.Size = new System.Drawing.Size(227, 24); this.chkUserColorsStretchOnResize.Style = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro; this.chkUserColorsStretchOnResize.TabIndex = 23; this.chkUserColorsStretchOnResize.Text = "User Color Stretch On Resize"; this.chkUserColorsStretchOnResize.ThemesEnabled = false; this.chkUserColorsStretchOnResize.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // txtUsersTabName1 // this.txtUsersTabName1.BeforeTouchSize = new System.Drawing.Size(120, 22); this.txtUsersTabName1.BorderColor = System.Drawing.Color.Gray; this.txtUsersTabName1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtUsersTabName1.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtUsersTabName1.Location = new System.Drawing.Point(176, 188); this.txtUsersTabName1.Metrocolor = System.Drawing.Color.Gray; this.txtUsersTabName1.Name = "txtUsersTabName1"; this.txtUsersTabName1.Size = new System.Drawing.Size(120, 22); this.txtUsersTabName1.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro; this.txtUsersTabName1.TabIndex = 22; this.txtUsersTabName1.Text = "User Colors"; this.txtUsersTabName1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtUsersTabName1_KeyDown); // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(48, 188); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(87, 13); this.label14.TabIndex = 21; this.label14.Text = "Users Tab Name"; // // txtSystemTabName1 // this.txtSystemTabName1.BeforeTouchSize = new System.Drawing.Size(120, 22); this.txtSystemTabName1.BorderColor = System.Drawing.Color.Gray; this.txtSystemTabName1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtSystemTabName1.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtSystemTabName1.Location = new System.Drawing.Point(176, 156); this.txtSystemTabName1.Metrocolor = System.Drawing.Color.Gray; this.txtSystemTabName1.Name = "txtSystemTabName1"; this.txtSystemTabName1.Size = new System.Drawing.Size(120, 22); this.txtSystemTabName1.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro; this.txtSystemTabName1.TabIndex = 20; this.txtSystemTabName1.Text = "System"; this.txtSystemTabName1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSystemTabName1_KeyDown); // // txtStandardTabName1 // this.txtStandardTabName1.BeforeTouchSize = new System.Drawing.Size(120, 22); this.txtStandardTabName1.BorderColor = System.Drawing.Color.Gray; this.txtStandardTabName1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtStandardTabName1.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtStandardTabName1.Location = new System.Drawing.Point(176, 124); this.txtStandardTabName1.Metrocolor = System.Drawing.Color.Gray; this.txtStandardTabName1.Name = "txtStandardTabName1"; this.txtStandardTabName1.Size = new System.Drawing.Size(120, 22); this.txtStandardTabName1.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro; this.txtStandardTabName1.TabIndex = 19; this.txtStandardTabName1.Text = "Web"; this.txtStandardTabName1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtStandardTabName1_KeyDown); // // txtCustomTabName1 // this.txtCustomTabName1.BeforeTouchSize = new System.Drawing.Size(120, 22); this.txtCustomTabName1.BorderColor = System.Drawing.Color.Gray; this.txtCustomTabName1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtCustomTabName1.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtCustomTabName1.Location = new System.Drawing.Point(176, 92); this.txtCustomTabName1.Metrocolor = System.Drawing.Color.Gray; this.txtCustomTabName1.Name = "txtCustomTabName1"; this.txtCustomTabName1.Size = new System.Drawing.Size(120, 22); this.txtCustomTabName1.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro; this.txtCustomTabName1.TabIndex = 18; this.txtCustomTabName1.Text = "Palette"; this.txtCustomTabName1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCustomTabName1_KeyDown); // // cmbSelectedColorGroup1 // this.cmbSelectedColorGroup1.BackColor = System.Drawing.Color.White; this.cmbSelectedColorGroup1.BeforeTouchSize = new System.Drawing.Size(121, 21); this.cmbSelectedColorGroup1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSelectedColorGroup1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmbSelectedColorGroup1.Items.AddRange(new object[] { "None", "CustomColors", "StandardColors", "SystemColors", "UserColors" }); this.cmbSelectedColorGroup1.Location = new System.Drawing.Point(176, 220); this.cmbSelectedColorGroup1.Name = "cmbSelectedColorGroup1"; this.cmbSelectedColorGroup1.Size = new System.Drawing.Size(121, 21); this.cmbSelectedColorGroup1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.cmbSelectedColorGroup1.TabIndex = 17; this.cmbSelectedColorGroup1.Text = "None"; this.cmbSelectedColorGroup1.SelectedIndexChanged += new System.EventHandler(this.cmbSelectedColorGroup1_SelectedIndexChanged); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(48, 220); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(117, 13); this.label10.TabIndex = 16; this.label10.Text = "Selected Color Group"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(48, 156); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(94, 13); this.label11.TabIndex = 15; this.label11.Text = "System Tab Name"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(48, 124); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(106, 13); this.label12.TabIndex = 14; this.label12.Text = "Standard Tab Name"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(48, 92); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(98, 13); this.label13.TabIndex = 13; this.label13.Text = "Custom Tab Name"; // // label3 // this.label3.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.Black; this.label3.Location = new System.Drawing.Point(3, 3); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(150, 32); this.label3.TabIndex = 0; this.label3.Text = "Essential Properties"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cmbSelectedColorGroup // this.cmbSelectedColorGroup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(251))))); this.cmbSelectedColorGroup.BeforeTouchSize = new System.Drawing.Size(121, 21); this.cmbSelectedColorGroup.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmbSelectedColorGroup.Location = new System.Drawing.Point(164, 251); this.cmbSelectedColorGroup.Name = "cmbSelectedColorGroup"; this.cmbSelectedColorGroup.Size = new System.Drawing.Size(121, 21); this.cmbSelectedColorGroup.Style = Syncfusion.Windows.Forms.VisualStyle.Office2007; this.cmbSelectedColorGroup.TabIndex = 9; // // cmbOffice2007Theme // this.cmbOffice2007Theme.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(251))))); this.cmbOffice2007Theme.BeforeTouchSize = new System.Drawing.Size(98, 21); this.cmbOffice2007Theme.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbOffice2007Theme.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmbOffice2007Theme.Location = new System.Drawing.Point(164, 150); this.cmbOffice2007Theme.Name = "cmbOffice2007Theme"; this.cmbOffice2007Theme.Size = new System.Drawing.Size(98, 21); this.cmbOffice2007Theme.Style = Syncfusion.Windows.Forms.VisualStyle.Office2007; this.cmbOffice2007Theme.TabIndex = 7; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 15); this.BackColor = System.Drawing.Color.White; this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226))))); this.ClientSize = new System.Drawing.Size(727, 557); this.Controls.Add(this.splitContainerAdv1); this.Controls.Add(this.panel3); this.Controls.Add(this.textBox1); 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(739, 593); this.Name = "Form1"; this.Padding = new System.Windows.Forms.Padding(20); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Color UI Controls"; this.Load += new System.EventHandler(this.Form1_Load); this.panel3.ResumeLayout(false); this.splitContainerAdv1.Panel1.ResumeLayout(false); this.splitContainerAdv1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).EndInit(); this.splitContainerAdv1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chkUserColorsStretchOnResize)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtUsersTabName1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSystemTabName1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtStandardTabName1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCustomTabName1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbSelectedColorGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbSelectedColorGroup)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbOffice2007Theme)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbtextBox1 = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection(); Syncfusion.Windows.Forms.MetroColorTable metroColorTable1 = new Syncfusion.Windows.Forms.MetroColorTable(); this.dockingManager1 = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components); this.textBox1 = new Syncfusion.Windows.Forms.Tools.TextBoxExt(); this.mainFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this); this.bar1 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "Hauptmenu"); this.parentBarItem3 = 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.barItem10 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.barItem4 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.parentBarItem4 = 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(); this.barItem7 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.dropDownBarItem1 = new Syncfusion.Windows.Forms.Tools.XPMenus.DropDownBarItem(); this.popupControlContainer1 = new Syncfusion.Windows.Forms.PopupControlContainer(); this.colorUIControl1 = new Syncfusion.Windows.Forms.ColorUIControl(); this.barItem8 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.parentBarItem5 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.barItem9 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.windowItem = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.mdiListBarItem1 = new Syncfusion.Windows.Forms.Tools.XPMenus.MdiListBarItem(); this.bar2 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.mainFrameBarManager1, "Standard"); this.menuList = new System.Windows.Forms.ImageList(this.components); this.parentBarItem1 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.parentBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).BeginInit(); this.popupControlContainer1.SuspendLayout(); this.SuspendLayout(); // // dockingManager1 // this.dockingManager1.ActiveCaptionFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World); this.dockingManager1.DockLayoutStream = ((System.IO.MemoryStream)(resources.GetObject("dockingManager1.DockLayoutStream"))); this.dockingManager1.EnableAutoAdjustCaption = true; this.dockingManager1.HostControl = this; this.dockingManager1.InActiveCaptionBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))))); this.dockingManager1.InActiveCaptionFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World); this.dockingManager1.MetroButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dockingManager1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.dockingManager1.MetroSplitterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(159)))), ((int)(((byte)(183))))); this.dockingManager1.ReduceFlickeringInRtl = false; this.dockingManager1.VisualStyle = Syncfusion.Windows.Forms.VisualStyle.Metro; this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton")); this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton")); this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton")); this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton")); this.dockingManager1.SetDockLabel(this.textBox1, "Lokalisation"); this.dockingManager1.SetEnableDocking(this.textBox1, true); ccbtextBox1.MergeWith(this.dockingManager1.CaptionButtons, false); this.dockingManager1.SetCustomCaptionButtons(this.textBox1, ccbtextBox1); // // textBox1 // this.textBox1.BeforeTouchSize = new System.Drawing.Size(686, 124); this.textBox1.Location = new System.Drawing.Point(1, 24); this.textBox1.Metrocolor = System.Drawing.Color.Empty; this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(686, 124); this.textBox1.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default; this.textBox1.TabIndex = 5; this.textBox1.Text = "This Sample shows the Localization of Syncfusion Menus, Docking Manager" + " and ColorUIPicker."; // // mainFrameBarManager1 // this.mainFrameBarManager1.BarPositionInfo = ((System.IO.MemoryStream)(resources.GetObject("mainFrameBarManager1.BarPositionInfo"))); this.mainFrameBarManager1.Bars.Add(this.bar1); this.mainFrameBarManager1.Bars.Add(this.bar2); this.mainFrameBarManager1.Categories.Add("File"); this.mainFrameBarManager1.Categories.Add("Edit"); this.mainFrameBarManager1.Categories.Add("Help"); this.mainFrameBarManager1.CurrentBaseFormType = "Syncfusion.Windows.Forms.MetroForm"; this.mainFrameBarManager1.EnableMenuMerge = true; this.mainFrameBarManager1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mainFrameBarManager1.Form = this; this.mainFrameBarManager1.ImageList = this.menuList; this.mainFrameBarManager1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem3, this.barItem1, this.barItem2, this.barItem3, this.barItem10, this.parentBarItem4, this.barItem4, this.barItem5, this.barItem6, this.barItem7, this.barItem8, this.parentBarItem5, this.barItem9, this.windowItem, this.mdiListBarItem1, this.dropDownBarItem1 }); this.mainFrameBarManager1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(201)))), ((int)(((byte)(232))))); this.mainFrameBarManager1.ResetCustomization = false; this.mainFrameBarManager1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.mainFrameBarManager1.UseBackwardCompatiblity = false; // // bar1 // this.bar1.BarName = "Hauptmenu"; this.bar1.BarStyle = ((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle)((((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.AllowQuickCustomizing | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.IsMainMenu) | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.Visible) | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.DrawDragBorder))); this.bar1.Caption = "Hauptmenu"; this.bar1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem3, this.parentBarItem4, this.parentBarItem5, this.windowItem }); this.bar1.Manager = this.mainFrameBarManager1; // // parentBarItem3 // this.parentBarItem3.BarName = "parentBarItem3"; this.parentBarItem3.CategoryIndex = 0; this.parentBarItem3.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.parentBarItem3.ID = "&File"; this.parentBarItem3.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem1, this.barItem2, this.barItem3, this.barItem10, this.barItem4 }); this.parentBarItem3.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(201)))), ((int)(((byte)(232))))); this.parentBarItem3.SeparatorIndices.AddRange(new int[] { 2, 4 }); this.parentBarItem3.ShowToolTipInPopUp = false; this.parentBarItem3.SizeToFit = true; this.parentBarItem3.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.parentBarItem3.Text = "&Akte"; this.parentBarItem3.WrapLength = 20; // // barItem1 // this.barItem1.BarName = "barItem1"; this.barItem1.CategoryIndex = 0; this.barItem1.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem1.ID = "&New"; this.barItem1.ImageIndex = 0; this.barItem1.PaintStyle = Syncfusion.Windows.Forms.Tools.XPMenus.PaintStyle.ImageAndText; this.barItem1.Shortcut = System.Windows.Forms.Shortcut.CtrlN; this.barItem1.ShowToolTipInPopUp = false; this.barItem1.SizeToFit = true; this.barItem1.Text = "&Neu"; this.barItem1.Click += new System.EventHandler(this.barItem1_Click); // // barItem2 // this.barItem2.BarName = "barItem2"; this.barItem2.CategoryIndex = 0; this.barItem2.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem2.ID = "&Open"; this.barItem2.ImageIndex = 1; this.barItem2.Shortcut = System.Windows.Forms.Shortcut.CtrlO; this.barItem2.ShowToolTipInPopUp = false; this.barItem2.SizeToFit = true; this.barItem2.Text = "Geoffnet"; // // barItem3 // this.barItem3.BarName = "barItem3"; this.barItem3.CategoryIndex = 0; this.barItem3.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem3.ID = "&Save"; this.barItem3.ImageIndex = 2; this.barItem3.Shortcut = System.Windows.Forms.Shortcut.CtrlS; this.barItem3.ShowToolTipInPopUp = false; this.barItem3.SizeToFit = true; this.barItem3.Text = "Auber"; // // barItem10 // this.barItem10.BarName = "barItem10"; this.barItem10.CategoryIndex = 0; this.barItem10.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem10.ID = "Save &As.."; this.barItem10.ShowToolTipInPopUp = false; this.barItem10.SizeToFit = true; this.barItem10.Text = "Auber wie.."; // // barItem4 // this.barItem4.BarName = "barItem4"; this.barItem4.CategoryIndex = 0; this.barItem4.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem4.ID = "E&xit"; this.barItem4.ImageIndex = 3; this.barItem4.Shortcut = System.Windows.Forms.Shortcut.AltF4; this.barItem4.ShowToolTipInPopUp = false; this.barItem4.SizeToFit = true; this.barItem4.Text = "Ausgang"; this.barItem4.Click += new System.EventHandler(this.barItem4_Click); // // parentBarItem4 // this.parentBarItem4.BarName = "parentBarItem4"; this.parentBarItem4.CategoryIndex = 1; this.parentBarItem4.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.parentBarItem4.ID = "&Edit"; this.parentBarItem4.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem5, this.barItem6, this.barItem7, this.dropDownBarItem1, this.barItem8 }); this.parentBarItem4.MergeOrder = 1; this.parentBarItem4.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(201)))), ((int)(((byte)(232))))); this.parentBarItem4.SeparatorIndices.AddRange(new int[] { 4 }); this.parentBarItem4.ShowToolTipInPopUp = false; this.parentBarItem4.SizeToFit = true; this.parentBarItem4.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.parentBarItem4.Text = "&Redigieren Sie"; this.parentBarItem4.WrapLength = 20; // // barItem5 // this.barItem5.BarName = "barItem5"; this.barItem5.CategoryIndex = 1; this.barItem5.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem5.ID = "Cu&t"; this.barItem5.ImageIndex = 4; this.barItem5.ShowToolTipInPopUp = false; this.barItem5.SizeToFit = true; this.barItem5.Text = "Redigieren"; // // barItem6 // this.barItem6.BarName = "barItem6"; this.barItem6.CategoryIndex = 1; this.barItem6.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem6.ID = "&Copy"; this.barItem6.ImageIndex = 5; this.barItem6.ShowToolTipInPopUp = false; this.barItem6.SizeToFit = true; this.barItem6.Text = "&Copy"; // // barItem7 // this.barItem7.BarName = "barItem7"; this.barItem7.CategoryIndex = 1; this.barItem7.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem7.ID = "&Paste"; this.barItem7.ImageIndex = 6; this.barItem7.ShowToolTipInPopUp = false; this.barItem7.SizeToFit = true; this.barItem7.Text = "&Paste"; // // dropDownBarItem1 // this.dropDownBarItem1.BarName = "dropDownBarItem1"; this.dropDownBarItem1.CategoryIndex = 1; this.dropDownBarItem1.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dropDownBarItem1.ID = "Choose Color:"; this.dropDownBarItem1.PopupControlContainer = this.popupControlContainer1; this.dropDownBarItem1.ShowToolTipInPopUp = false; this.dropDownBarItem1.SizeToFit = true; this.dropDownBarItem1.Text = "Farbe wahlen:"; // // popupControlContainer1 // this.popupControlContainer1.Controls.Add(this.colorUIControl1); this.popupControlContainer1.Location = new System.Drawing.Point(272, 80); this.popupControlContainer1.Name = "popupControlContainer1"; this.popupControlContainer1.Size = new System.Drawing.Size(176, 176); this.popupControlContainer1.TabIndex = 9; this.popupControlContainer1.Visible = false; // // colorUIControl1 // this.colorUIControl1.BeforeTouchSize = new System.Drawing.Size(176, 176); this.colorUIControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.colorUIControl1.Flag = false; this.colorUIControl1.Location = new System.Drawing.Point(0, 0); this.colorUIControl1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.colorUIControl1.MetroForeColor = System.Drawing.Color.White; this.colorUIControl1.Name = "colorUIControl1"; metroColorTable1.ArrowChecked = System.Drawing.Color.Black; metroColorTable1.ArrowNormal = System.Drawing.Color.White; metroColorTable1.ArrowNormal = System.Drawing.Color.Gray; metroColorTable1.ArrowNormalBackGround = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(198)))), ((int)(((byte)(198))))); metroColorTable1.ArrowPushed = System.Drawing.Color.Black; metroColorTable1.ArrowPushedBackGround = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(90))))); 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; metroColorTable1.ThumbPushedBorder = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(90))))); this.colorUIControl1.ScrollMetroColorTable = metroColorTable1; this.colorUIControl1.ShowUserSelectionColors = true; this.colorUIControl1.Size = new System.Drawing.Size(176, 176); this.colorUIControl1.TabIndex = 0; this.colorUIControl1.Text = "colorUIControl1"; this.colorUIControl1.VisualStyle = Syncfusion.Windows.Forms.ColorUIStyle.Metro; // // barItem8 // this.barItem8.BarName = "barItem8"; this.barItem8.CategoryIndex = 1; this.barItem8.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem8.ID = "Select &All"; this.barItem8.ShowToolTipInPopUp = false; this.barItem8.SizeToFit = true; this.barItem8.Text = "Alle vorwahlen"; // // parentBarItem5 // this.parentBarItem5.BarName = "parentBarItem5"; this.parentBarItem5.CategoryIndex = 3; this.parentBarItem5.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.parentBarItem5.ID = "&Help"; this.parentBarItem5.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem9 }); this.parentBarItem5.MergeOrder = 3; this.parentBarItem5.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(201)))), ((int)(((byte)(232))))); this.parentBarItem5.ShowToolTipInPopUp = false; this.parentBarItem5.SizeToFit = true; this.parentBarItem5.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.parentBarItem5.Text = "&Hilfe"; this.parentBarItem5.WrapLength = 20; // // barItem9 // this.barItem9.BarName = "barItem9"; this.barItem9.CategoryIndex = 2; this.barItem9.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem9.ID = "A&bout..."; this.barItem9.ShowToolTipInPopUp = false; this.barItem9.SizeToFit = true; this.barItem9.Text = "Uber..."; // // windowItem // this.windowItem.BarName = "windowItem"; this.windowItem.CategoryIndex = 2; this.windowItem.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.windowItem.ID = "&Window"; this.windowItem.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.mdiListBarItem1 }); this.windowItem.MergeOrder = 2; this.windowItem.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(201)))), ((int)(((byte)(232))))); this.windowItem.ShowToolTipInPopUp = false; this.windowItem.SizeToFit = true; this.windowItem.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.windowItem.Text = "Fenster"; this.windowItem.WrapLength = 20; // // mdiListBarItem1 // this.mdiListBarItem1.BarName = "mdiListBarItem1"; this.mdiListBarItem1.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mdiListBarItem1.ID = "Window List"; this.mdiListBarItem1.ShowToolTipInPopUp = false; this.mdiListBarItem1.SizeToFit = true; // // bar2 // this.bar2.BarName = "Standard"; this.bar2.Caption = "Standard"; this.bar2.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem1, this.barItem2, this.barItem3 }); this.bar2.Manager = this.mainFrameBarManager1; this.bar2.SeparatorIndices.AddRange(new int[] { 2 }); // // menuList // this.menuList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("menuList.ImageStream"))); this.menuList.TransparentColor = System.Drawing.Color.Transparent; this.menuList.Images.SetKeyName(0, ""); this.menuList.Images.SetKeyName(1, ""); this.menuList.Images.SetKeyName(2, ""); this.menuList.Images.SetKeyName(3, ""); this.menuList.Images.SetKeyName(4, ""); this.menuList.Images.SetKeyName(5, ""); this.menuList.Images.SetKeyName(6, ""); // // parentBarItem1 // this.parentBarItem1.BarName = "parentBarItem1"; this.parentBarItem1.ID = "Item"; this.parentBarItem1.MetroColor = System.Drawing.Color.LightSkyBlue; this.parentBarItem1.ShowToolTipInPopUp = false; this.parentBarItem1.SizeToFit = true; this.parentBarItem1.Style = Syncfusion.Windows.Forms.VisualStyle.Office2003; this.parentBarItem1.Text = "Item"; this.parentBarItem1.WrapLength = 20; // // parentBarItem2 // this.parentBarItem2.BarName = "parentBarItem2"; this.parentBarItem2.ID = "ParentBarItem"; this.parentBarItem2.MetroColor = System.Drawing.Color.LightSkyBlue; this.parentBarItem2.ShowToolTipInPopUp = false; this.parentBarItem2.SizeToFit = true; this.parentBarItem2.Style = Syncfusion.Windows.Forms.VisualStyle.Office2003; this.parentBarItem2.Text = "Window"; this.parentBarItem2.WrapLength = 20; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 15); this.ClientSize = new System.Drawing.Size(688, 478); this.Controls.Add(this.popupControlContainer1); 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.IsMdiContainer = true; this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Lokalisation-Demo "; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.mainFrameBarManager1)).EndInit(); this.popupControlContainer1.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(TextForm)); Syncfusion.Windows.Forms.MetroColorTable metroColorTabel1 = new Syncfusion.Windows.Forms.MetroColorTable(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.childFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.ChildFrameBarManager(this); this.bar1 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.childFrameBarManager1, "Edit"); 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.bar2 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.childFrameBarManager1, "Format"); this.comboBoxBarItem1 = new Syncfusion.Windows.Forms.Tools.XPMenus.ComboBoxBarItem(); this.dropDownBarItem1 = new Syncfusion.Windows.Forms.Tools.XPMenus.DropDownBarItem(); this.popupControlContainer1 = new Syncfusion.Windows.Forms.PopupControlContainer(); this.colorUIControl1 = new Syncfusion.Windows.Forms.ColorUIControl(); this.comboBoxBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ComboBoxBarItem(); this.bar3 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.childFrameBarManager1, "MainMenu"); this.parentBarItem1 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.parentBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.comboBoxBarItem3 = new Syncfusion.Windows.Forms.Tools.XPMenus.ComboBoxBarItem(); this.listBox1 = new System.Windows.Forms.ListBox(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.parentBarItem3 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.popupMenusManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.PopupMenusManager(this.components); this.popupMenu2 = new Syncfusion.Windows.Forms.Tools.XPMenus.PopupMenu(this.components); ((System.ComponentModel.ISupportInitialize)(this.childFrameBarManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxBarItem1)).BeginInit(); this.popupControlContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxBarItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxBarItem3)).BeginInit(); this.SuspendLayout(); // // richTextBox1 // this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox1.ForeColor = System.Drawing.Color.Crimson; this.richTextBox1.Location = new System.Drawing.Point(0, 0); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(442, 440); this.richTextBox1.TabIndex = 14; this.richTextBox1.Text = resources.GetString("richTextBox1.Text"); this.popupMenusManager1.SetXPContextMenu(this.richTextBox1, this.popupMenu2); // // childFrameBarManager1 // #if !NETCORE this.childFrameBarManager1.BarPositionInfo = ((System.IO.MemoryStream)(resources.GetObject("childFrameBarManager1.BarPositionInfo"))); #endif this.childFrameBarManager1.Bars.Add(this.bar1); this.childFrameBarManager1.Bars.Add(this.bar2); this.childFrameBarManager1.Bars.Add(this.bar3); this.childFrameBarManager1.Categories.Add("Edit"); this.childFrameBarManager1.Categories.Add("Format"); this.childFrameBarManager1.Categories.Add("Popups"); this.childFrameBarManager1.CategoriesToIgnoreInCustDialog.AddRange(new int[] { 0 }); this.childFrameBarManager1.CurrentBaseFormType = "System.Windows.Forms.Form"; this.childFrameBarManager1.Form = this; this.childFrameBarManager1.ImageList = this.imageList1; this.childFrameBarManager1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem3, this.comboBoxBarItem1, this.barItem1, this.barItem2, this.barItem3, this.barItem4, this.barItem5, this.comboBoxBarItem2, this.dropDownBarItem1, this.parentBarItem1, this.parentBarItem2, this.comboBoxBarItem3 }); this.childFrameBarManager1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; // // bar1 // this.bar1.BarName = "Edit"; this.bar1.BarStyle = ((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle)((((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.AllowQuickCustomizing | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.RotateWhenVertical) | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.Visible) | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.DrawDragBorder))); this.bar1.Caption = "Edit"; this.bar1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem1, this.barItem2, this.barItem3, this.barItem4, this.barItem5 }); this.bar1.Manager = this.childFrameBarManager1; // // barItem1 // this.barItem1.BarName = "barItem1"; this.barItem1.CategoryIndex = 0; this.barItem1.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem1.ID = "biCut"; this.barItem1.ImageIndex = 3; this.barItem1.ShowToolTipInPopUp = false; this.barItem1.SizeToFit = true; this.barItem1.Text = "Cu&t"; // // barItem2 // this.barItem2.BarName = "barItem2"; this.barItem2.CategoryIndex = 0; this.barItem2.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem2.ID = "biCopy"; this.barItem2.ImageIndex = 4; this.barItem2.ShowToolTipInPopUp = false; this.barItem2.SizeToFit = true; this.barItem2.Text = "&Copy"; // // barItem3 // this.barItem3.BarName = "barItem3"; this.barItem3.CategoryIndex = 0; this.barItem3.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem3.ID = "biPaste"; this.barItem3.ImageIndex = 5; this.barItem3.ShowToolTipInPopUp = false; this.barItem3.SizeToFit = true; this.barItem3.Text = "&Paste"; // // barItem4 // this.barItem4.BarName = "barItem4"; this.barItem4.CategoryIndex = 0; this.barItem4.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem4.ID = "biUndo"; this.barItem4.ImageIndex = 6; this.barItem4.ShowToolTipInPopUp = false; this.barItem4.SizeToFit = true; this.barItem4.Text = "&Undo"; // // barItem5 // this.barItem5.BarName = "barItem5"; this.barItem5.CategoryIndex = 0; this.barItem5.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem5.ID = "biRedo"; this.barItem5.ImageIndex = 7; this.barItem5.ShowToolTipInPopUp = false; this.barItem5.SizeToFit = true; this.barItem5.Text = "&Redo"; // // bar2 // this.bar2.BarName = "Format"; this.bar2.BarStyle = ((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle)((((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.AllowQuickCustomizing | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.RotateWhenVertical) | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.Visible) | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.DrawDragBorder))); this.bar2.Caption = "Format"; this.bar2.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.comboBoxBarItem1, this.dropDownBarItem1, this.comboBoxBarItem2 }); this.bar2.Manager = this.childFrameBarManager1; // // comboBoxBarItem1 // this.comboBoxBarItem1.BarName = "comboBoxBarItem1"; this.comboBoxBarItem1.CategoryIndex = 1; this.comboBoxBarItem1.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBoxBarItem1.ID = "Editable"; this.comboBoxBarItem1.ShowToolTipInPopUp = false; this.comboBoxBarItem1.SizeToFit = true; this.comboBoxBarItem1.Text = "Editable"; // // dropDownBarItem1 // this.dropDownBarItem1.BarName = "dropDownBarItem1"; this.dropDownBarItem1.CategoryIndex = 1; this.dropDownBarItem1.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dropDownBarItem1.ID = "Font DropDown"; this.dropDownBarItem1.ImageIndex = 8; this.dropDownBarItem1.PopupControlContainer = this.popupControlContainer1; this.dropDownBarItem1.ShowToolTipInPopUp = false; this.dropDownBarItem1.SizeToFit = true; this.dropDownBarItem1.Text = "Font DropDown"; // // popupControlContainer1 // this.popupControlContainer1.Controls.Add(this.colorUIControl1); this.popupControlContainer1.Location = new System.Drawing.Point(192, 120); this.popupControlContainer1.Name = "popupControlContainer1"; this.popupControlContainer1.Size = new System.Drawing.Size(208, 200); this.popupControlContainer1.TabIndex = 15; this.popupControlContainer1.Visible = false; // // colorUIControl1 // this.colorUIControl1.BackColor = System.Drawing.SystemColors.Control; this.colorUIControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.colorUIControl1.Flag = false; this.colorUIControl1.Font = new System.Drawing.Font("Calibri", 9.75F); this.colorUIControl1.Location = new System.Drawing.Point(0, 0); this.colorUIControl1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.colorUIControl1.MetroForeColor = System.Drawing.Color.White; this.colorUIControl1.Name = "colorUIControl1"; metroColorTabel1.ArrowChecked = System.Drawing.Color.Black; metroColorTabel1.ArrowNormal = System.Drawing.Color.Gray; metroColorTabel1.ArrowPushed = System.Drawing.Color.Black; metroColorTabel1.ScrollerBackground = System.Drawing.Color.White; metroColorTabel1.ThumbChecked = System.Drawing.Color.Black; metroColorTabel1.ThumbNormal = System.Drawing.Color.Gray; metroColorTabel1.ThumbPushed = System.Drawing.Color.Black; this.colorUIControl1.ScrollMetroColorTable = metroColorTabel1; this.colorUIControl1.SelectedColorGroup = Syncfusion.Windows.Forms.ColorUISelectedGroup.CustomColors; this.colorUIControl1.Size = new System.Drawing.Size(208, 200); this.colorUIControl1.TabIndex = 1; this.colorUIControl1.Text = "colorUIControl1"; // // comboBoxBarItem2 // this.comboBoxBarItem2.BarName = "comboBoxBarItem2"; this.comboBoxBarItem2.CategoryIndex = 1; this.comboBoxBarItem2.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBoxBarItem2.ID = "ChoiceList"; this.comboBoxBarItem2.ShowToolTipInPopUp = false; this.comboBoxBarItem2.SizeToFit = true; this.comboBoxBarItem2.Text = "ChoiceList"; // // bar3 // this.bar3.BarName = "MainMenu"; this.bar3.BarStyle = ((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle)((((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.AllowQuickCustomizing | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.IsMainMenu) | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.Visible) | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.DrawDragBorder))); this.bar3.Caption = "MainMenu"; this.bar3.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem1, this.parentBarItem2, this.comboBoxBarItem3 }); this.bar3.Manager = this.childFrameBarManager1; // // parentBarItem1 // this.parentBarItem1.BarName = "parentBarItem1"; this.parentBarItem1.CategoryIndex = 2; this.parentBarItem1.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.parentBarItem1.ID = "Edit"; this.parentBarItem1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem1, this.barItem2, this.barItem3, this.barItem4, this.barItem5 }); this.parentBarItem1.MergeOrder = 1; this.parentBarItem1.MetroColor = System.Drawing.Color.LightSkyBlue; this.parentBarItem1.ShowToolTipInPopUp = false; this.parentBarItem1.SizeToFit = true; this.parentBarItem1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.parentBarItem1.Text = "Edit"; // // parentBarItem2 // this.parentBarItem2.BarName = "parentBarItem2"; this.parentBarItem2.CategoryIndex = 2; this.parentBarItem2.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.parentBarItem2.ID = "Format"; this.parentBarItem2.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.comboBoxBarItem1, this.comboBoxBarItem2, this.dropDownBarItem1 }); this.parentBarItem2.MergeOrder = 3; this.parentBarItem2.MetroColor = System.Drawing.Color.LightSkyBlue; this.parentBarItem2.ShowToolTipInPopUp = false; this.parentBarItem2.SizeToFit = true; this.parentBarItem2.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.parentBarItem2.Text = "Format"; // // comboBoxBarItem3 // this.comboBoxBarItem3.BarName = "comboBoxBarItem3"; this.comboBoxBarItem3.CategoryIndex = 1; this.comboBoxBarItem3.ChoiceList.AddRange(new string[] { "Default", "Office2003", "VS2005", "Office2007Blue", "Office2007Black", "Office2007Silver", "Office2007Managed", "Offic2007Outlook", "Metro" }); this.comboBoxBarItem3.ID = "BarItem_1"; this.comboBoxBarItem3.ListBox = this.listBox1; this.comboBoxBarItem3.MinWidth = 120; this.comboBoxBarItem3.ShowToolTipInPopUp = false; this.comboBoxBarItem3.SizeToFit = true; this.comboBoxBarItem3.Text = "ContextMenuStyle"; // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.Items.AddRange(new object[] { "Default", "Office2003", "VS2005", "Office2007Blue", "Office2007Black", "Office2007Silver", "Office2007Managed", "Offic2007Outlook", "Metro" }); this.listBox1.Location = new System.Drawing.Point(0, 0); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(199, 95); this.listBox1.TabIndex = 20; // // 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, ""); this.imageList1.Images.SetKeyName(6, ""); this.imageList1.Images.SetKeyName(7, ""); this.imageList1.Images.SetKeyName(8, ""); // // parentBarItem3 // this.parentBarItem3.BarName = "parentBarItem3"; this.parentBarItem3.CategoryIndex = 0; this.parentBarItem3.ID = "BarItem"; this.parentBarItem3.MetroColor = System.Drawing.Color.LightSkyBlue; this.parentBarItem3.ShowToolTipInPopUp = false; this.parentBarItem3.SizeToFit = true; this.parentBarItem3.Text = "Edit"; // // popupMenusManager1 // this.popupMenusManager1.ParentForm = this; // // popupMenu2 // this.popupMenu2.ParentBarItem = this.parentBarItem1; this.popupMenu2.BeforePopup += new Syncfusion.Windows.Forms.CancelMouseEventHandler(this.popupMenu2_BeforePopup); // // TextForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(442, 440); this.Controls.Add(this.listBox1); this.Controls.Add(this.popupControlContainer1); this.Controls.Add(this.richTextBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "TextForm"; this.Text = "Textpad"; ((System.ComponentModel.ISupportInitialize)(this.childFrameBarManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxBarItem1)).EndInit(); this.popupControlContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.comboBoxBarItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxBarItem3)).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(); Syncfusion.Windows.Forms.MetroColorTable metroColorTable1 = new Syncfusion.Windows.Forms.MetroColorTable(); Syncfusion.Windows.Forms.MetroColorTable metroColorTable2 = new Syncfusion.Windows.Forms.MetroColorTable(); Syncfusion.Windows.Forms.MetroColorTable metroColorTable3 = new Syncfusion.Windows.Forms.MetroColorTable(); Syncfusion.Windows.Forms.MetroColorTable metroColorTable4 = new Syncfusion.Windows.Forms.MetroColorTable(); Syncfusion.Windows.Forms.MetroColorTable metroColorTable5 = new Syncfusion.Windows.Forms.MetroColorTable(); Syncfusion.Windows.Forms.MetroColorTable metroColorTable6 = new Syncfusion.Windows.Forms.MetroColorTable(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.fontComboBox2 = new Syncfusion.Windows.Forms.Tools.FontComboBox(); this.label1 = new Syncfusion.Windows.Forms.Tools.AutoLabel(); this.label2 = new Syncfusion.Windows.Forms.Tools.AutoLabel(); this.fontListBox1 = new Syncfusion.Windows.Forms.Tools.FontListBox(); this.label3 = new Syncfusion.Windows.Forms.Tools.AutoLabel(); this.scrollersFrame1 = new Syncfusion.Windows.Forms.ScrollersFrame(this.components); this.label4 = new System.Windows.Forms.Label(); this.autoLabel10 = new Syncfusion.Windows.Forms.Tools.AutoLabel(); this.sfComboBox1 = new Syncfusion.WinForms.ListView.SfComboBox(); ((System.ComponentModel.ISupportInitialize)(this.sfComboBox1)).BeginInit(); this.SuspendLayout(); // // fontComboBox2 // this.fontComboBox2.Anchor = System.Windows.Forms.AnchorStyles.None; this.fontComboBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.fontComboBox2.DropDownHeight = 38; this.fontComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.fontComboBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.fontComboBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); this.fontComboBox2.IntegralHeight = false; this.fontComboBox2.ItemHeight = (int)DpiAware.LogicalToDeviceUnits(21.0f); this.fontComboBox2.Location = new System.Drawing.Point(21, 102); this.fontComboBox2.Margin = new System.Windows.Forms.Padding(2); this.fontComboBox2.MaxDropDownItems = 7; this.fontComboBox2.Name = "fontComboBox2"; this.fontComboBox2.Office2007ColorTheme = Syncfusion.Windows.Forms.Office2007Theme.Silver; this.fontComboBox2.ShowSymbolFontPreview = false; this.fontComboBox2.Size = new System.Drawing.Size(268, 25); this.fontComboBox2.Sorted = true; this.fontComboBox2.TabIndex = 1; this.fontComboBox2.ThemeName = "Office2016Colorful"; this.fontComboBox2.UseAutoComplete = true; this.fontComboBox2.VisualStyle = Syncfusion.Windows.Forms.Tools.ThemedComboBoxStyles.Office2016Colorful; this.fontComboBox2.SelectedIndexChanged += new System.EventHandler(this.fontComboBox2_SelectedIndexChanged); // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.None; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label1.Location = new System.Drawing.Point(20, 67); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 16); this.label1.TabIndex = 2; this.label1.Text = "FontComboBox"; this.label1.ThemeStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label1.Click += new System.EventHandler(this.label1_Click); // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.None; this.label2.BackColor = System.Drawing.Color.White; this.label2.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold); this.label2.Location = new System.Drawing.Point(-118, -107); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(440, 17); this.label2.TabIndex = 9; this.label2.Text = "The Sample showcases various ListBox controls available to select fonts"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label2.Click += new System.EventHandler(this.label2_Click); // // fontListBox1 // this.fontListBox1.Anchor = System.Windows.Forms.AnchorStyles.None; this.fontListBox1.BackColor = System.Drawing.SystemColors.Window; this.fontListBox1.BaseThemeName = ""; this.fontListBox1.ForeColor = System.Drawing.SystemColors.WindowText; this.fontListBox1.FormattingEnabled = true; this.fontListBox1.Items.AddRange(new object[] { "Agency FB", "Algerian", "Arial", "Arial Black", "Arial Narrow", "Arial Rounded MT Bold", "Bahnschrift", "Bahnschrift Condensed", "Bahnschrift Light", "Bahnschrift Light Condensed", "Bahnschrift Light SemiCondensed", "Bahnschrift SemiBold", "Bahnschrift SemiBold Condensed", "Bahnschrift SemiCondensed", "Bahnschrift SemiLight", "Bahnschrift SemiLight Condensed", "Baskerville Old Face", "Bauhaus 93", "Bell MT", "Berlin Sans FB", "Berlin Sans FB Demi", "Bernard MT Condensed", "Blackadder ITC", "Bodoni MT", "Bodoni MT Black", "Bodoni MT Condensed", "Bodoni MT Poster Compressed", "Book Antiqua", "Bookman Old Style", "Bradley Hand ITC", "Britannic Bold", "Broadway", "Brush Script MT", "Calibri", "Calibri Light", "Californian FB", "Calisto MT", "Cambria", "Candara", "Candara Light", "Castellar", "Centaur", "Century", "Century Gothic", "Century Schoolbook", "Chiller", "Colonna MT", "Comic Sans MS", "Consolas", "Constantia", "Cooper Black", "Copperplate Gothic Bold", "Copperplate Gothic Light", "Corbel", "Corbel Light", "Courier New", "Curlz MT", "Dubai", "Dubai Light", "Dubai Medium", "Ebrima", "Edwardian Script ITC", "Elephant", "Engravers MT", "Eras Bold ITC", "Eras Demi ITC", "Eras Light ITC", "Eras Medium ITC", "Felix Titling", "Footlight MT Light", "Forte", "Franklin Gothic Book", "Franklin Gothic Demi", "Franklin Gothic Demi Cond", "Franklin Gothic Heavy", "Franklin Gothic Medium", "Franklin Gothic Medium Cond", "Freestyle Script", "French Script MT", "Gabriola", "Gadugi", "Garamond", "Georgia", "Gigi", "Gill Sans MT", "Gill Sans MT Condensed", "Gill Sans MT Ext Condensed Bold", "Gill Sans Ultra Bold", "Gill Sans Ultra Bold Condensed", "Gloucester MT Extra Condensed", "Goudy Old Style", "Goudy Stout", "Haettenschweiler", "Harlow Solid Italic", "Harrington", "High Tower Text", "Impact", "Imprint MT Shadow", "Informal Roman", "Ink Free", "Javanese Text", "Jokerman", "Juice ITC", "Kristen ITC", "Kunstler Script", "Leelawadee", "Leelawadee UI", "Leelawadee UI Semilight", "Lucida Bright", "Lucida Calligraphy", "Lucida Console", "Lucida Fax", "Lucida Handwriting", "Lucida Sans", "Lucida Sans Typewriter", "Lucida Sans Unicode", "Magneto", "Maiandra GD", "Malgun Gothic", "Malgun Gothic Semilight", "Matura MT Script Capitals", "Microsoft Himalaya", "Microsoft JhengHei", "Microsoft JhengHei Light", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Sans Serif", "Microsoft Tai Le", "Microsoft Uighur", "Microsoft YaHei", "Microsoft YaHei Light", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "Microsoft Yi Baiti", "MingLiU-ExtB", "MingLiU_HKSCS-ExtB", "Mistral", "Modern No. 20", "Mongolian Baiti", "Monotype Corsiva", "MS Gothic", "MS PGothic", "MS Reference Sans Serif", "MS UI Gothic", "MV Boli", "Myanmar Text", "Niagara Engraved", "Niagara Solid", "Nirmala UI", "Nirmala UI Semilight", "NSimSun", "OCR A Extended", "Old English Text MT", "Onyx", "Palace Script MT", "Palatino Linotype", "Papyrus", "Parchment", "Perpetua", "Perpetua Titling MT", "Playbill", "PMingLiU-ExtB", "Poor Richard", "Pristina", "Rage Italic", "Ravie", "Rockwell", "Rockwell Condensed", "Rockwell Extra Bold", "Script MT Bold", "Segoe Print", "Segoe Script", "Segoe UI", "Segoe UI Black", "Segoe UI Emoji", "Segoe UI Historic", "Segoe UI Light", "Segoe UI Semibold", "Segoe UI Semilight", "Segoe UI Symbol", "Showcard Gothic", "SimSun", "SimSun-ExtB", "Sitka Banner", "Sitka Display", "Sitka Heading", "Sitka Small", "Sitka Subheading", "Sitka Text", "Snap ITC", "Stencil", "Sylfaen", "Symbol", "Tahoma", "Tempus Sans ITC", "Times New Roman", "Trebuchet MS", "Tw Cen MT", "Tw Cen MT Condensed", "Tw Cen MT Condensed Extra Bold", "Verdana", "Viner Hand ITC", "Vivaldi", "Vladimir Script", "Wide Latin", "Yu Gothic", "Yu Gothic Light", "Yu Gothic Medium", "Yu Gothic UI", "Yu Gothic UI Light", "Yu Gothic UI Semibold", "Yu Gothic UI Semilight" }); this.fontListBox1.Location = new System.Drawing.Point(22, 188); this.fontListBox1.Margin = new System.Windows.Forms.Padding(2); this.fontListBox1.MetroColor = System.Drawing.SystemColors.Highlight; this.fontListBox1.Name = "fontListBox1"; this.fontListBox1.ScrollMetroColorTable = metroColorTable1; this.fontListBox1.Size = new System.Drawing.Size(268, 199); this.fontListBox1.TabIndex = 10; this.fontListBox1.ThemeName = "Office2019Colorful"; this.fontListBox1.ItemHeight = (int)DpiAware.LogicalToDeviceUnits(21.0f); this.fontListBox1.SelectedIndexChanged += new System.EventHandler(this.fontListBox1_SelectedIndexChanged); // // label3 // this.label3.Anchor = System.Windows.Forms.AnchorStyles.None; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label3.Location = new System.Drawing.Point(19, 147); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(83, 16); this.label3.TabIndex = 11; this.label3.Text = "Font List Box"; this.label3.ThemeStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label3.Click += new System.EventHandler(this.label3_Click); // // scrollersFrame1 // this.scrollersFrame1.CustomRender = null; this.scrollersFrame1.MetroColorScheme = Syncfusion.Windows.Forms.MetroColorScheme.Managed; this.scrollersFrame1.MetroThumbSize = new System.Drawing.Size(0, 0); this.scrollersFrame1.Office2016ColorScheme = Syncfusion.Windows.Forms.ScrollBarOffice2016ColorScheme.Colorful; this.scrollersFrame1.ScrollMetroColorTable = metroColorTable2; metroColorTable3.ArrowChecked = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); metroColorTable3.ArrowCheckedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(94)))), ((int)(((byte)(94))))); metroColorTable3.ArrowInActive = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54))))); metroColorTable3.ArrowNormal = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178))))); metroColorTable3.ArrowNormalBackGround = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(94)))), ((int)(((byte)(94))))); metroColorTable3.ArrowNormalBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54))))); metroColorTable3.ArrowPushed = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211))))); metroColorTable3.ArrowPushedBackGround = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(136)))), ((int)(((byte)(136))))); metroColorTable3.ArrowPushedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83))))); metroColorTable3.ScrollerBackground = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54))))); metroColorTable3.ThumbChecked = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(136)))), ((int)(((byte)(136))))); metroColorTable3.ThumbCheckedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(94)))), ((int)(((byte)(94))))); metroColorTable3.ThumbInActive = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54))))); metroColorTable3.ThumbNormal = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(94)))), ((int)(((byte)(94))))); metroColorTable3.ThumbNormalBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54))))); metroColorTable3.ThumbPushed = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(136)))), ((int)(((byte)(136))))); metroColorTable3.ThumbPushedBorder = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83))))); metroColorTable3.ThumbPushedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.scrollersFrame1.ScrollOffice2016BlackColorTable = metroColorTable3; metroColorTable4.ArrowChecked = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(114)))), ((int)(((byte)(114))))); metroColorTable4.ArrowCheckedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(94)))), ((int)(((byte)(94))))); metroColorTable4.ArrowInActive = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225))))); metroColorTable4.ArrowNormal = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(114)))), ((int)(((byte)(114))))); metroColorTable4.ArrowNormalBackGround = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); metroColorTable4.ArrowNormalBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225))))); metroColorTable4.ArrowPushed = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(114)))), ((int)(((byte)(114))))); metroColorTable4.ArrowPushedBackGround = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225))))); metroColorTable4.ArrowPushedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212))))); metroColorTable4.ScrollerBackground = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225))))); metroColorTable4.ThumbChecked = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197))))); metroColorTable4.ThumbCheckedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(171)))), ((int)(((byte)(171))))); metroColorTable4.ThumbInActive = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); metroColorTable4.ThumbNormal = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); metroColorTable4.ThumbNormalBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(171)))), ((int)(((byte)(171))))); metroColorTable4.ThumbPushed = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197))))); metroColorTable4.ThumbPushedBorder = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212))))); metroColorTable4.ThumbPushedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150))))); this.scrollersFrame1.ScrollOffice2016ColorfulColorTable = metroColorTable4; metroColorTable5.ArrowChecked = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); metroColorTable5.ArrowCheckedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); metroColorTable5.ArrowInActive = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); metroColorTable5.ArrowNormal = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); metroColorTable5.ArrowNormalBackGround = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150))))); metroColorTable5.ArrowNormalBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); metroColorTable5.ArrowPushed = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); metroColorTable5.ArrowPushedBackGround = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212))))); metroColorTable5.ArrowPushedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); metroColorTable5.ScrollerBackground = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); metroColorTable5.ThumbChecked = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); metroColorTable5.ThumbCheckedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); metroColorTable5.ThumbInActive = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); metroColorTable5.ThumbNormal = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); metroColorTable5.ThumbNormalBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); metroColorTable5.ThumbPushed = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); metroColorTable5.ThumbPushedBorder = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); metroColorTable5.ThumbPushedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.scrollersFrame1.ScrollOffice2016DarkGrayColorTable = metroColorTable5; metroColorTable6.ArrowChecked = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(114)))), ((int)(((byte)(114))))); metroColorTable6.ArrowCheckedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(94)))), ((int)(((byte)(94))))); metroColorTable6.ArrowInActive = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); metroColorTable6.ArrowNormal = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(114)))), ((int)(((byte)(114))))); metroColorTable6.ArrowNormalBackGround = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); metroColorTable6.ArrowNormalBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225))))); metroColorTable6.ArrowPushed = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(114)))), ((int)(((byte)(114))))); metroColorTable6.ArrowPushedBackGround = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225))))); metroColorTable6.ArrowPushedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); metroColorTable6.ScrollerBackground = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); metroColorTable6.ThumbChecked = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197))))); metroColorTable6.ThumbCheckedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(171)))), ((int)(((byte)(171))))); metroColorTable6.ThumbInActive = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); metroColorTable6.ThumbNormal = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); metroColorTable6.ThumbNormalBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(171)))), ((int)(((byte)(171))))); metroColorTable6.ThumbPushed = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197))))); metroColorTable6.ThumbPushedBorder = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); metroColorTable6.ThumbPushedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150))))); this.scrollersFrame1.ScrollOffice2016WhiteColorTable = metroColorTable6; this.scrollersFrame1.ShowMetroArrowButton = true; this.scrollersFrame1.SizeGripperVisibility = Syncfusion.Windows.Forms.SizeGripperVisibility.Auto; this.scrollersFrame1.ThemeName = "Office2016"; this.scrollersFrame1.VisualStyle = Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Office2016; // // label4 // this.label4.Anchor = System.Windows.Forms.AnchorStyles.None; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label4.Location = new System.Drawing.Point(362, 97); this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(345, 131); this.label4.TabIndex = 14; this.label4.Text = resources.GetString("label4.Text"); this.label4.Click += new System.EventHandler(this.label4_Click); // // autoLabel10 // this.autoLabel10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.autoLabel10.Location = new System.Drawing.Point(446, 26); this.autoLabel10.Name = "autoLabel10"; this.autoLabel10.Size = new System.Drawing.Size(107, 16); this.autoLabel10.TabIndex = 56; this.autoLabel10.Text = "Choose theme"; this.autoLabel10.ThemeStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.autoLabel10.Click += new System.EventHandler(this.autoLabel10_Click); // // sfComboBox1 // this.sfComboBox1.DropDownStyle = Syncfusion.WinForms.ListView.Enums.DropDownStyle.DropDownList; this.sfComboBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.sfComboBox1.Location = new System.Drawing.Point(545, 25); this.sfComboBox1.Margin = new System.Windows.Forms.Padding(4); this.sfComboBox1.Name = "sfComboBox1"; this.sfComboBox1.Size = new System.Drawing.Size(157, 21); this.sfComboBox1.Style.EditorStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.sfComboBox1.Style.ReadOnlyEditorStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.sfComboBox1.TabIndex = 55; this.sfComboBox1.SelectedIndexChanged += new System.EventHandler(this.sfComboBox1_SelectedIndexChanged); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(717, 396); this.Controls.Add(this.autoLabel10); this.Controls.Add(this.sfComboBox1); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.fontListBox1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.fontComboBox2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Font List Box"; ((System.ComponentModel.ISupportInitialize)(this.sfComboBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(); Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.scrollersFrame1 = new Syncfusion.Windows.Forms.ScrollersFrame(this.components); this.treeViewAdv3 = new Syncfusion.Windows.Forms.Tools.TreeViewAdv(); this.imageList2 = new System.Windows.Forms.ImageList(this.components); this.gradientPanel2 = new Syncfusion.Windows.Forms.Tools.GradientPanel(); this.comboBox2 = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv(); this.label2 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.comboBox1 = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv(); this.button1 = new Syncfusion.Windows.Forms.ButtonAdv(); this.contextMenu1 = new System.Windows.Forms.ContextMenu(); this.editItem = new System.Windows.Forms.MenuItem(); this.copyItem = new System.Windows.Forms.MenuItem(); this.cutItem = new System.Windows.Forms.MenuItem(); this.leftImageList = new System.Windows.Forms.ImageList(this.components); this.rightImageList = new System.Windows.Forms.ImageList(this.components); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.gradientPanel1 = new Syncfusion.Windows.Forms.Tools.GradientPanel(); this.colorDialog2 = new System.Windows.Forms.ColorDialog(); this.stateImageList = new System.Windows.Forms.ImageList(this.components); ((System.ComponentModel.ISupportInitialize)(this.treeViewAdv3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gradientPanel2)).BeginInit(); this.gradientPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit(); this.gradientPanel1.SuspendLayout(); this.SuspendLayout(); // // scrollersFrame1 // this.scrollersFrame1.CustomRender = null; this.scrollersFrame1.HorizontalSmallChange = 7; this.scrollersFrame1.MetroColorScheme = Syncfusion.Windows.Forms.MetroColorScheme.Managed; this.scrollersFrame1.MetroThumbSize = new System.Drawing.Size(0, 0); metroColorTable1.ArrowChecked = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(149)))), ((int)(((byte)(152))))); metroColorTable1.ArrowInActive = System.Drawing.Color.White; metroColorTable1.ArrowNormal = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(198)))), ((int)(((byte)(198))))); metroColorTable1.ArrowNormalBackGround = System.Drawing.Color.Empty; metroColorTable1.ArrowPushed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(90))))); metroColorTable1.ArrowPushedBackGround = System.Drawing.Color.Empty; metroColorTable1.ScrollerBackground = System.Drawing.Color.White; metroColorTable1.ThumbChecked = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(149)))), ((int)(((byte)(152))))); metroColorTable1.ThumbInActive = 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))))); metroColorTable1.ThumbPushedBorder = System.Drawing.Color.Empty; this.scrollersFrame1.ScrollMetroColorTable = metroColorTable1; this.scrollersFrame1.ShowMetroArrowButton = true; this.scrollersFrame1.SizeGripperVisibility = Syncfusion.Windows.Forms.SizeGripperVisibility.Auto; this.scrollersFrame1.VerticallSmallChange = 13; this.scrollersFrame1.VisualStyle = Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Metro; // // treeViewAdv3 // this.treeViewAdv3.AddSeparatorAtEnd = true; this.treeViewAdv3.AllowDrop = true; this.treeViewAdv3.BackColor = System.Drawing.Color.White; this.treeViewAdv3.BeforeTouchSize = new System.Drawing.Size(279, 461); this.treeViewAdv3.Border3DStyle = System.Windows.Forms.Border3DStyle.Flat; this.treeViewAdv3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.treeViewAdv3.Dock = System.Windows.Forms.DockStyle.Fill; this.treeViewAdv3.Font = new System.Drawing.Font("Verdana", 8F); // // // this.treeViewAdv3.HelpTextControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.treeViewAdv3.HelpTextControl.Location = new System.Drawing.Point(732, 0); this.treeViewAdv3.HelpTextControl.Name = "helpText"; this.treeViewAdv3.HelpTextControl.Size = new System.Drawing.Size(49, 15); this.treeViewAdv3.HelpTextControl.TabIndex = 0; this.treeViewAdv3.HelpTextControl.Text = "help text"; this.treeViewAdv3.IgnoreThemeBackground = true; this.treeViewAdv3.InactiveSelectedNodeForeColor = System.Drawing.SystemColors.ControlText; this.treeViewAdv3.Indent = 20; this.treeViewAdv3.LineColor = System.Drawing.Color.Transparent; this.treeViewAdv3.LoadOnDemand = true; this.treeViewAdv3.Location = new System.Drawing.Point(299, 0); this.treeViewAdv3.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.treeViewAdv3.Name = "treeViewAdv3"; treeNodeAdv1.ChildStyle.EnsureDefaultOptionedChild = true; treeNodeAdv1.EnsureDefaultOptionedChild = true; treeNodeAdv1.MultiLine = true; treeNodeAdv1.PlusMinusSize = new System.Drawing.Size(9, 9); treeNodeAdv1.ShowLine = true; treeNodeAdv1.Text = "c:"; this.treeViewAdv3.Nodes.AddRange(new Syncfusion.Windows.Forms.Tools.TreeNodeAdv[] { treeNodeAdv1 }); this.treeViewAdv3.PathSeparator = "/"; this.treeViewAdv3.SelectedNodeBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))))); this.treeViewAdv3.SelectedNodeForeColor = System.Drawing.SystemColors.HighlightText; this.treeViewAdv3.ShowCheckBoxes = true; this.treeViewAdv3.ShowFocusRect = false; this.treeViewAdv3.ShowOptionButtons = true; this.treeViewAdv3.Size = new System.Drawing.Size(279, 461); this.treeViewAdv3.StateImageList = this.imageList2; this.treeViewAdv3.Style = Syncfusion.Windows.Forms.Tools.TreeStyle.Metro; this.treeViewAdv3.TabIndex = 5; this.treeViewAdv3.ThemesEnabled = false; // // // this.treeViewAdv3.ToolTipControl.BackColor = System.Drawing.SystemColors.Info; this.treeViewAdv3.ToolTipControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.treeViewAdv3.ToolTipControl.Location = new System.Drawing.Point(642, 0); this.treeViewAdv3.ToolTipControl.Name = "toolTip"; this.treeViewAdv3.ToolTipControl.Size = new System.Drawing.Size(41, 15); this.treeViewAdv3.ToolTipControl.TabIndex = 1; this.treeViewAdv3.ToolTipControl.Text = "toolTip"; this.treeViewAdv3.BeforeExpand += new Syncfusion.Windows.Forms.Tools.TreeViewAdvCancelableNodeEventHandler(this.treeViewAdv3_BeforeExpand); this.treeViewAdv3.BeforeNodePaint += new Syncfusion.Windows.Forms.Tools.TreeNodeAdvPaintEventHandler(this.treeViewAdv3_BeforeNodePaint); // // imageList2 // this.imageList2.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; this.imageList2.ImageSize = new System.Drawing.Size(16, 16); this.imageList2.TransparentColor = System.Drawing.Color.White; // // gradientPanel2 // this.gradientPanel2.Border3DStyle = System.Windows.Forms.Border3DStyle.Etched; this.gradientPanel2.BorderSides = System.Windows.Forms.Border3DSide.Left; this.gradientPanel2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.gradientPanel2.Controls.Add(this.comboBox2); this.gradientPanel2.Controls.Add(this.label2); this.gradientPanel2.Controls.Add(this.label5); this.gradientPanel2.Controls.Add(this.comboBox1); this.gradientPanel2.Controls.Add(this.button1); this.gradientPanel2.Dock = System.Windows.Forms.DockStyle.Left; this.gradientPanel2.Location = new System.Drawing.Point(0, 0); this.gradientPanel2.Name = "gradientPanel2"; this.gradientPanel2.Size = new System.Drawing.Size(299, 461); this.gradientPanel2.TabIndex = 6; // // comboBox2 // this.comboBox2.BackColor = System.Drawing.Color.White; this.comboBox2.BeforeTouchSize = new System.Drawing.Size(216, 21); this.comboBox2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBox2.Items.AddRange(new object[] { "Text", "CheckBox", "Tag" }); this.comboBox2.Location = new System.Drawing.Point(62, 136); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(216, 21); this.comboBox2.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.comboBox2.TabIndex = 12; this.comboBox2.Text = "Text"; // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Location = new System.Drawing.Point(62, 112); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 16); this.label2.TabIndex = 11; this.label2.Text = "Sort Type"; // // label5 // this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Location = new System.Drawing.Point(62, 56); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 16); this.label5.TabIndex = 10; this.label5.Text = "Sort Order"; // // comboBox1 // this.comboBox1.BackColor = System.Drawing.Color.White; this.comboBox1.BeforeTouchSize = new System.Drawing.Size(216, 21); this.comboBox1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBox1.Items.AddRange(new object[] { "None", "Ascending", "Descending" }); this.comboBox1.Location = new System.Drawing.Point(62, 80); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(216, 21); this.comboBox1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.comboBox1.TabIndex = 9; this.comboBox1.Text = "None"; // // 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(136, 23); this.button1.ForeColor = System.Drawing.Color.White; this.button1.IsBackStageButton = false; this.button1.Location = new System.Drawing.Point(105, 218); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(136, 23); this.button1.TabIndex = 8; this.button1.Text = "Sort selected node"; this.button1.UseVisualStyle = true; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // contextMenu1 // this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.editItem, this.copyItem, this.cutItem }); // // editItem // this.editItem.Index = 0; this.editItem.Text = "&Edit"; this.editItem.Click += new System.EventHandler(this.editItem_Click); // // copyItem // this.copyItem.Index = 1; this.copyItem.Text = "&Copy"; this.copyItem.Click += new System.EventHandler(this.copyItem_Click); // // cutItem // this.cutItem.Index = 2; this.cutItem.Text = "Cu&t"; this.cutItem.Click += new System.EventHandler(this.cutItem_Click); // // leftImageList // this.leftImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("leftImageList.ImageStream"))); this.leftImageList.TransparentColor = System.Drawing.Color.Transparent; this.leftImageList.Images.SetKeyName(0, ""); this.leftImageList.Images.SetKeyName(1, ""); this.leftImageList.Images.SetKeyName(2, ""); this.leftImageList.Images.SetKeyName(3, ""); this.leftImageList.Images.SetKeyName(4, ""); // // rightImageList // this.rightImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("rightImageList.ImageStream"))); this.rightImageList.TransparentColor = System.Drawing.Color.Transparent; this.rightImageList.Images.SetKeyName(0, ""); this.rightImageList.Images.SetKeyName(1, ""); this.rightImageList.Images.SetKeyName(2, "smiley.ico"); this.rightImageList.Images.SetKeyName(3, ""); this.rightImageList.Images.SetKeyName(4, ""); this.rightImageList.Images.SetKeyName(5, ""); this.rightImageList.Images.SetKeyName(6, ""); this.rightImageList.Images.SetKeyName(7, ""); // // 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, ""); // // gradientPanel1 // this.gradientPanel1.BorderColor = System.Drawing.Color.DarkGray; this.gradientPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.gradientPanel1.Controls.Add(this.treeViewAdv3); this.gradientPanel1.Controls.Add(this.gradientPanel2); this.gradientPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.gradientPanel1.Location = new System.Drawing.Point(10, 10); this.gradientPanel1.Name = "gradientPanel1"; this.gradientPanel1.Size = new System.Drawing.Size(580, 463); this.gradientPanel1.TabIndex = 3; // // stateImageList // this.stateImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("stateImageList.ImageStream"))); this.stateImageList.TransparentColor = System.Drawing.Color.Transparent; this.stateImageList.Images.SetKeyName(0, ""); this.stateImageList.Images.SetKeyName(1, ""); this.stateImageList.Images.SetKeyName(2, ""); // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 15); this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(229))))); this.CaptionBarColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.CaptionButtonColor = System.Drawing.Color.White; this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.CaptionForeColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(600, 483); 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.MinimumSize = new System.Drawing.Size(50, 300); this.Name = "Form1"; this.Padding = new System.Windows.Forms.Padding(10); this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "TreeViewAdv Sorting"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.treeViewAdv3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gradientPanel2)).EndInit(); this.gradientPanel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.comboBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).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(TextEditorForm)); Syncfusion.Windows.Forms.MetroColorTable metroColorTable1 = new Syncfusion.Windows.Forms.MetroColorTable(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.barManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.ChildFrameBarManager(this); this.bar1 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.barManager1, "MainMenu"); this.parentBarItem4 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.saveItem = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.editMenu = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.cutBarItem = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.copyBarItem = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.pasteBarItem = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.findItem = new Syncfusion.Windows.Forms.Tools.XPMenus.ComboBoxBarItem(); this.fontColorBarItem = new Syncfusion.Windows.Forms.Tools.XPMenus.DropDownBarItem(); this.popupControlContainer1 = new Syncfusion.Windows.Forms.PopupControlContainer(); this.colorUIControl1 = new Syncfusion.Windows.Forms.ColorUIControl(); this.selAllBarItem = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.barItem3 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.barItem5 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.parentBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.parentBarItem3 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.largeImageList = new System.Windows.Forms.ImageList(this.components); this.popupMenu1 = new Syncfusion.Windows.Forms.Tools.XPMenus.PopupMenu(this.components); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.barItem4 = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.parentBarItem1 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.popupMenusManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.PopupMenusManager(this.components); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.findItem)).BeginInit(); this.popupControlContainer1.SuspendLayout(); 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, ""); this.imageList1.Images.SetKeyName(3, ""); this.imageList1.Images.SetKeyName(4, ""); this.imageList1.Images.SetKeyName(5, ""); this.imageList1.Images.SetKeyName(6, ""); this.imageList1.Images.SetKeyName(7, ""); this.imageList1.Images.SetKeyName(8, ""); this.imageList1.Images.SetKeyName(9, ""); // // barManager1 // #if !NETCORE this.barManager1.BarPositionInfo = ((System.IO.MemoryStream)(resources.GetObject("barManager1.BarPositionInfo"))); #endif this.barManager1.Bars.Add(this.bar1); this.barManager1.Categories.Add("Edit"); this.barManager1.Categories.Add("Standard"); this.barManager1.CurrentBaseFormType = "Syncfusion.WinForms.Controls.SfForm"; this.barManager1.EnableMenuMerge = true; this.barManager1.Form = this; this.barManager1.FormName = "Text Editor"; this.barManager1.ImageList = this.imageList1; this.barManager1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem4, this.editMenu, this.cutBarItem, this.copyBarItem, this.pasteBarItem, this.fontColorBarItem, this.selAllBarItem, this.findItem, this.barItem3, this.barItem5, this.parentBarItem2, this.parentBarItem3, this.saveItem }); this.barManager1.LargeImageList = this.largeImageList; this.barManager1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(201)))), ((int)(((byte)(232))))); this.barManager1.ThemeName = "Office2019Colorful"; this.barManager1.UseBackwardCompatiblity = false; // // bar1 // this.bar1.BarName = "MainMenu"; this.bar1.BarStyle = ((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle)((((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.AllowQuickCustomizing | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.IsMainMenu) | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.Visible) | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.DrawDragBorder))); this.bar1.Caption = "MainMenu"; this.bar1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem4, this.editMenu }); this.bar1.Manager = this.barManager1; // // parentBarItem4 // this.parentBarItem4.BarName = "parentBarItem4"; this.parentBarItem4.CategoryIndex = 0; this.parentBarItem4.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.parentBarItem4.ID = "&File"; this.parentBarItem4.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.saveItem }); this.parentBarItem4.MergeOrder = 1; this.parentBarItem4.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(201)))), ((int)(((byte)(232))))); this.parentBarItem4.ShowToolTipInPopUp = false; this.parentBarItem4.SizeToFit = true; this.parentBarItem4.Text = "&File"; this.parentBarItem4.WrapLength = 20; // // saveItem // this.saveItem.BarName = "saveItem"; this.saveItem.CategoryIndex = 1; this.saveItem.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.saveItem.ID = "&Save"; this.saveItem.ImageIndex = 6; this.saveItem.MergeOrder = 2; this.saveItem.Shortcut = System.Windows.Forms.Shortcut.CtrlS; this.saveItem.ShowToolTipInPopUp = false; this.saveItem.SizeToFit = true; this.saveItem.Text = "&Save"; this.saveItem.Tooltip = "Save Text (Ctrl + S)"; this.saveItem.Click += new System.EventHandler(this.saveItem_Click); // // editMenu // this.editMenu.BarName = "editMenu"; this.editMenu.CategoryIndex = 0; this.editMenu.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.editMenu.ID = "&Edit"; this.editMenu.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.cutBarItem, this.copyBarItem, this.pasteBarItem, this.findItem, this.fontColorBarItem, this.selAllBarItem }); this.editMenu.MergeOrder = 2; this.editMenu.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(201)))), ((int)(((byte)(232))))); this.editMenu.SeparatorIndices.AddRange(new int[] { 2, 5 }); this.editMenu.ShowToolTipInPopUp = false; this.editMenu.SizeToFit = true; this.editMenu.Text = "&Edit"; this.editMenu.WrapLength = 20; // // cutBarItem // this.cutBarItem.BarName = "cutBarItem"; this.cutBarItem.CategoryIndex = 0; this.cutBarItem.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cutBarItem.ID = "Cu&t"; this.cutBarItem.ImageIndex = 1; this.cutBarItem.ShowToolTipInPopUp = false; this.cutBarItem.SizeToFit = true; this.cutBarItem.Text = "Cu&t"; this.cutBarItem.Click += new System.EventHandler(this.cutBarItem_Click); // // copyBarItem // this.copyBarItem.BarName = "copyBarItem"; this.copyBarItem.CategoryIndex = 0; this.copyBarItem.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.copyBarItem.ID = "&Copy"; this.copyBarItem.ImageIndex = 0; this.copyBarItem.ShowToolTipInPopUp = false; this.copyBarItem.SizeToFit = true; this.copyBarItem.Text = "&Copy"; this.copyBarItem.Click += new System.EventHandler(this.copyBarItem_Click); // // pasteBarItem // this.pasteBarItem.BarName = "pasteBarItem"; this.pasteBarItem.CategoryIndex = 0; this.pasteBarItem.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.pasteBarItem.ID = "&Paste"; this.pasteBarItem.ImageIndex = 2; this.pasteBarItem.ShowToolTipInPopUp = false; this.pasteBarItem.SizeToFit = true; this.pasteBarItem.Text = "&Paste"; this.pasteBarItem.Click += new System.EventHandler(this.pasteBarItem_Click); // // findItem // this.findItem.AutoAppend = true; this.findItem.BarName = "findItem"; this.findItem.CategoryIndex = 0; this.findItem.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.findItem.ID = "Find"; this.findItem.MinWidth = 80; this.findItem.ShowToolTipInPopUp = false; this.findItem.SizeToFit = true; this.findItem.Text = "Find"; this.findItem.Click += new System.EventHandler(this.findItem_Click); // // fontColorBarItem // this.fontColorBarItem.BarName = "fontColorBarItem"; this.fontColorBarItem.CategoryIndex = 0; this.fontColorBarItem.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.fontColorBarItem.ID = "&Font Color"; this.fontColorBarItem.ImageIndex = 3; this.fontColorBarItem.PopupControlContainer = this.popupControlContainer1; this.fontColorBarItem.ShowToolTipInPopUp = false; this.fontColorBarItem.SizeToFit = true; this.fontColorBarItem.Text = "&Font Color"; this.fontColorBarItem.Click += new System.EventHandler(this.fontColorBarItem_Click); // // popupControlContainer1 // this.popupControlContainer1.BackColor = System.Drawing.SystemColors.ControlDark; this.popupControlContainer1.Controls.Add(this.colorUIControl1); this.popupControlContainer1.Location = new System.Drawing.Point(176, 32); this.popupControlContainer1.Name = "popupControlContainer1"; this.popupControlContainer1.Padding = new System.Windows.Forms.Padding(1); this.popupControlContainer1.Size = new System.Drawing.Size(208, 200); this.popupControlContainer1.TabIndex = 5; this.popupControlContainer1.Visible = false; this.popupControlContainer1.Popup += new System.EventHandler(this.popupControlContainer1_Popup); // // colorUIControl1 // this.colorUIControl1.BackColor = System.Drawing.SystemColors.Control; this.colorUIControl1.BeforeTouchSize = new System.Drawing.Size(206, 198); this.colorUIControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.colorUIControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.colorUIControl1.ForeColor = System.Drawing.SystemColors.ControlText; this.colorUIControl1.Location = new System.Drawing.Point(1, 1); this.colorUIControl1.Name = "colorUIControl1"; this.colorUIControl1.ScrollMetroColorTable = metroColorTable1; this.colorUIControl1.Size = new System.Drawing.Size(206, 198); this.colorUIControl1.TabIndex = 0; this.colorUIControl1.Text = "colorUIControl1"; this.colorUIControl1.ThemeName = "Office2019Colorful"; this.colorUIControl1.ColorSelected += new System.EventHandler(this.colorUIControl1_ColorSelected); // // selAllBarItem // this.selAllBarItem.BarName = "selAllBarItem"; this.selAllBarItem.CategoryIndex = 0; this.selAllBarItem.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.selAllBarItem.ID = "Select &All"; this.selAllBarItem.IsRecentlyUsedItem = false; this.selAllBarItem.ShowToolTipInPopUp = false; this.selAllBarItem.SizeToFit = true; this.selAllBarItem.Text = "Select &All"; this.selAllBarItem.Click += new System.EventHandler(this.selAllBarItem_Click); // // barItem3 // this.barItem3.BarName = "barItem3"; this.barItem3.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem3.ID = "Item 1"; this.barItem3.ShowToolTipInPopUp = false; this.barItem3.SizeToFit = true; this.barItem3.Text = "Item 1"; // // barItem5 // this.barItem5.BarName = "barItem5"; this.barItem5.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem5.ID = "Item 2"; this.barItem5.ShowToolTipInPopUp = false; this.barItem5.SizeToFit = true; this.barItem5.Text = "Item 2"; // // parentBarItem2 // this.parentBarItem2.BarName = "parentBarItem2"; this.parentBarItem2.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.parentBarItem2.ID = "Parent Item 1"; this.parentBarItem2.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem3 }); this.parentBarItem2.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(201)))), ((int)(((byte)(232))))); this.parentBarItem2.ShowToolTipInPopUp = false; this.parentBarItem2.SizeToFit = true; this.parentBarItem2.Text = "Parent Item 1"; this.parentBarItem2.WrapLength = 20; // // parentBarItem3 // this.parentBarItem3.BarName = "parentBarItem3"; this.parentBarItem3.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.parentBarItem3.ID = "Parent 2"; this.parentBarItem3.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(201)))), ((int)(((byte)(232))))); this.parentBarItem3.ShowToolTipInPopUp = false; this.parentBarItem3.SizeToFit = true; this.parentBarItem3.Text = "Parent 2"; this.parentBarItem3.WrapLength = 20; // // largeImageList // this.largeImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("largeImageList.ImageStream"))); this.largeImageList.TransparentColor = System.Drawing.Color.Transparent; this.largeImageList.Images.SetKeyName(0, ""); this.largeImageList.Images.SetKeyName(1, ""); this.largeImageList.Images.SetKeyName(2, ""); this.largeImageList.Images.SetKeyName(3, ""); this.largeImageList.Images.SetKeyName(4, ""); this.largeImageList.Images.SetKeyName(5, ""); this.largeImageList.Images.SetKeyName(6, ""); // // popupMenu1 // this.popupMenu1.ParentBarItem = this.editMenu; // // barItem4 // this.barItem4.BarName = "barItem4"; this.barItem4.CategoryIndex = 0; this.barItem4.ID = "Test"; this.barItem4.ShowToolTipInPopUp = false; this.barItem4.SizeToFit = true; this.barItem4.Text = "Test"; // // richTextBox1 // this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.HideSelection = false; this.richTextBox1.Location = new System.Drawing.Point(2, 2); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(540, 388); this.richTextBox1.TabIndex = 4; this.richTextBox1.Text = ""; this.popupMenusManager1.SetXPContextMenu(this.richTextBox1, this.popupMenu1); this.richTextBox1.SelectionChanged += new System.EventHandler(this.richTextBox1_SelectionChanged); // // parentBarItem1 // this.parentBarItem1.BarName = "parentBarItem1"; this.parentBarItem1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem3, this.barItem5, this.parentBarItem2 }); this.parentBarItem1.MetroColor = System.Drawing.Color.LightSkyBlue; this.parentBarItem1.SeparatorIndices.AddRange(new int[] { 1 }); this.parentBarItem1.ShowToolTipInPopUp = false; this.parentBarItem1.SizeToFit = true; this.parentBarItem1.WrapLength = 20; // // TextEditorForm // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.ClientSize = new System.Drawing.Size(544, 392); this.Controls.Add(this.popupControlContainer1); this.Controls.Add(this.richTextBox1); this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "TextEditorForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.Text = "Child Form2"; this.Load += new System.EventHandler(this.ClientForm_Load); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.findItem)).EndInit(); this.popupControlContainer1.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 metroColorTabel1 = new Syncfusion.Windows.Forms.MetroColorTable(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextForm)); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.childFrameBarManager1 = new Syncfusion.Windows.Forms.Tools.XPMenus.ChildFrameBarManager(this); this.bar1 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.childFrameBarManager1, "Edit"); 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.bar2 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.childFrameBarManager1, "Format"); this.comboBoxBarItem1 = new Syncfusion.Windows.Forms.Tools.XPMenus.ComboBoxBarItem(); this.dropDownBarItem1 = new Syncfusion.Windows.Forms.Tools.XPMenus.DropDownBarItem(); this.popupControlContainer1 = new Syncfusion.Windows.Forms.PopupControlContainer(this.components); this.colorUIControl1 = new Syncfusion.Windows.Forms.ColorUIControl(); this.comboBoxBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ComboBoxBarItem(); this.bar3 = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this.childFrameBarManager1, "MainMenu"); this.parentBarItem1 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.parentBarItem2 = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); ((System.ComponentModel.ISupportInitialize)(this.childFrameBarManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxBarItem1)).BeginInit(); this.popupControlContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxBarItem2)).BeginInit(); this.SuspendLayout(); // // richTextBox1 // this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox1.ForeColor = System.Drawing.Color.Crimson; this.richTextBox1.Location = new System.Drawing.Point(0, 0); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(442, 440); this.richTextBox1.TabIndex = 14; this.richTextBox1.Text = "Essential Tools Lokalisierung Demo"; // // childFrameBarManager1 // this.childFrameBarManager1.BarPositionInfo = ((System.IO.MemoryStream)(resources.GetObject("childFrameBarManager1.BarPositionInfo"))); this.childFrameBarManager1.Bars.Add(this.bar1); this.childFrameBarManager1.Bars.Add(this.bar2); this.childFrameBarManager1.Bars.Add(this.bar3); this.childFrameBarManager1.Categories.Add("Edit"); this.childFrameBarManager1.Categories.Add("Format"); this.childFrameBarManager1.Categories.Add("Popups"); this.childFrameBarManager1.CurrentBaseFormType = "Syncfusion.Windows.Forms.MetroForm"; this.childFrameBarManager1.Form = this; this.childFrameBarManager1.ImageList = this.imageList1; this.childFrameBarManager1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem1, this.barItem2, this.barItem3, this.barItem4, this.barItem5, this.comboBoxBarItem1, this.comboBoxBarItem2, this.dropDownBarItem1, this.parentBarItem1, this.parentBarItem2 }); this.childFrameBarManager1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; // // bar1 // this.bar1.BarName = "Edit"; this.bar1.BarStyle = ((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle)((((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.AllowQuickCustomizing | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.RotateWhenVertical) | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.Visible) | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.DrawDragBorder))); this.bar1.Caption = "Bearbeiten"; this.bar1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem1, this.barItem2, this.barItem3, this.barItem4, this.barItem5 }); this.bar1.Manager = this.childFrameBarManager1; // // barItem1 // this.barItem1.BarName = "barItem1"; this.barItem1.CategoryIndex = 0; this.barItem1.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem1.ID = "biCut"; this.barItem1.ImageIndex = 3; this.barItem1.ShowToolTipInPopUp = false; this.barItem1.SizeToFit = true; this.barItem1.Text = "Schnitt"; // // barItem2 // this.barItem2.BarName = "barItem2"; this.barItem2.CategoryIndex = 0; this.barItem2.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem2.ID = "biCopy"; this.barItem2.ImageIndex = 4; this.barItem2.ShowToolTipInPopUp = false; this.barItem2.SizeToFit = true; this.barItem2.Text = "&Kopieren"; // // barItem3 // this.barItem3.BarName = "barItem3"; this.barItem3.CategoryIndex = 0; this.barItem3.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem3.ID = "biPaste"; this.barItem3.ImageIndex = 5; this.barItem3.ShowToolTipInPopUp = false; this.barItem3.SizeToFit = true; this.barItem3.Text = "&Einf�gen"; // // barItem4 // this.barItem4.BarName = "barItem4"; this.barItem4.CategoryIndex = 0; this.barItem4.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem4.ID = "biUndo"; this.barItem4.ImageIndex = 6; this.barItem4.ShowToolTipInPopUp = false; this.barItem4.SizeToFit = true; this.barItem4.Text = "&R�ckg�ngig machen"; // // barItem5 // this.barItem5.BarName = "barItem5"; this.barItem5.CategoryIndex = 0; this.barItem5.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.barItem5.ID = "biRedo"; this.barItem5.ImageIndex = 7; this.barItem5.ShowToolTipInPopUp = false; this.barItem5.SizeToFit = true; this.barItem5.Text = "&Redo"; // // bar2 // this.bar2.BarName = "Format"; this.bar2.BarStyle = ((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle)((((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.AllowQuickCustomizing | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.RotateWhenVertical) | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.Visible) | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.DrawDragBorder))); this.bar2.Caption = "Format"; this.bar2.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.comboBoxBarItem1, this.dropDownBarItem1, this.comboBoxBarItem2 }); this.bar2.Manager = this.childFrameBarManager1; // // comboBoxBarItem1 // this.comboBoxBarItem1.BarName = "comboBoxBarItem1"; this.comboBoxBarItem1.CategoryIndex = 1; this.comboBoxBarItem1.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBoxBarItem1.ID = "Editable"; this.comboBoxBarItem1.ShowToolTipInPopUp = false; this.comboBoxBarItem1.SizeToFit = true; this.comboBoxBarItem1.Text = "Editierbare"; // // dropDownBarItem1 // this.dropDownBarItem1.BarName = "dropDownBarItem1"; this.dropDownBarItem1.CategoryIndex = 1; this.dropDownBarItem1.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dropDownBarItem1.ID = "Font DropDown"; this.dropDownBarItem1.ImageIndex = 8; this.dropDownBarItem1.PopupControlContainer = this.popupControlContainer1; this.dropDownBarItem1.ShowToolTipInPopUp = false; this.dropDownBarItem1.SizeToFit = true; this.dropDownBarItem1.Text = "Font DropDown"; // // popupControlContainer1 // this.popupControlContainer1.Controls.Add(this.colorUIControl1); this.popupControlContainer1.Location = new System.Drawing.Point(192, 120); this.popupControlContainer1.Name = "popupControlContainer1"; this.popupControlContainer1.Size = new System.Drawing.Size(208, 200); this.popupControlContainer1.TabIndex = 15; this.popupControlContainer1.Visible = false; // // colorUIControl1 // this.colorUIControl1.BackColor = System.Drawing.SystemColors.Control; this.colorUIControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.colorUIControl1.Flag = false; this.colorUIControl1.Font = new System.Drawing.Font("Calibri", 9.75F); this.colorUIControl1.Location = new System.Drawing.Point(0, 0); this.colorUIControl1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.colorUIControl1.MetroForeColor = System.Drawing.Color.White; this.colorUIControl1.Name = "colorUIControl1"; metroColorTabel1.ArrowChecked = System.Drawing.Color.Black; metroColorTabel1.ArrowNormal = System.Drawing.Color.White; metroColorTabel1.ArrowNormal = System.Drawing.Color.Gray; metroColorTabel1.ArrowPushed = System.Drawing.Color.Black; metroColorTabel1.ScrollerBackground = System.Drawing.Color.White; metroColorTabel1.ThumbChecked = System.Drawing.Color.Black; metroColorTabel1.ThumbNormal = System.Drawing.Color.White; metroColorTabel1.ThumbNormal = System.Drawing.Color.Gray; metroColorTabel1.ThumbPushed = System.Drawing.Color.Black; this.colorUIControl1.ScrollMetroColorTable = metroColorTabel1; this.colorUIControl1.SelectedColorGroup = Syncfusion.Windows.Forms.ColorUISelectedGroup.CustomColors; this.colorUIControl1.Size = new System.Drawing.Size(208, 200); this.colorUIControl1.TabIndex = 1; this.colorUIControl1.Text = "colorUIControl1"; this.colorUIControl1.UserTabName = "User Farben"; this.colorUIControl1.VisualStyle = Syncfusion.Windows.Forms.ColorUIStyle.Metro; // // comboBoxBarItem2 // this.comboBoxBarItem2.BarName = "comboBoxBarItem2"; this.comboBoxBarItem2.CategoryIndex = 1; this.comboBoxBarItem2.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBoxBarItem2.ID = "ChoiceList"; this.comboBoxBarItem2.ShowToolTipInPopUp = false; this.comboBoxBarItem2.SizeToFit = true; this.comboBoxBarItem2.Text = "Auswahlliste"; // // bar3 // this.bar3.BarName = "MainMenu"; this.bar3.BarStyle = ((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle)((((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.AllowQuickCustomizing | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.IsMainMenu) | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.Visible) | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.DrawDragBorder))); this.bar3.Caption = "Hauptmen�"; this.bar3.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.parentBarItem1, this.parentBarItem2 }); this.bar3.Manager = this.childFrameBarManager1; // // parentBarItem1 // this.parentBarItem1.BarName = "parentBarItem1"; this.parentBarItem1.CategoryIndex = 2; this.parentBarItem1.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.parentBarItem1.ID = "Edit"; this.parentBarItem1.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.barItem1, this.barItem2, this.barItem3, this.barItem4, this.barItem5 }); this.parentBarItem1.MergeOrder = 1; this.parentBarItem1.MetroColor = System.Drawing.Color.LightSkyBlue; this.parentBarItem1.ShowToolTipInPopUp = false; this.parentBarItem1.SizeToFit = true; this.parentBarItem1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.parentBarItem1.Text = "Bearbeiten"; // // parentBarItem2 // this.parentBarItem2.BarName = "parentBarItem2"; this.parentBarItem2.CategoryIndex = 2; this.parentBarItem2.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.parentBarItem2.ID = "Format"; this.parentBarItem2.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.comboBoxBarItem1, this.comboBoxBarItem2, this.dropDownBarItem1 }); this.parentBarItem2.MergeOrder = 3; this.parentBarItem2.MetroColor = System.Drawing.Color.LightSkyBlue; this.parentBarItem2.ShowToolTipInPopUp = false; this.parentBarItem2.SizeToFit = true; this.parentBarItem2.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.parentBarItem2.Text = "Format"; // // 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, ""); this.imageList1.Images.SetKeyName(6, ""); this.imageList1.Images.SetKeyName(7, ""); this.imageList1.Images.SetKeyName(8, ""); // // TextForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(442, 440); this.Controls.Add(this.popupControlContainer1); this.Controls.Add(this.richTextBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "TextForm"; this.Text = "Textpad"; ((System.ComponentModel.ISupportInitialize)(this.childFrameBarManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxBarItem1)).EndInit(); this.popupControlContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.comboBoxBarItem2)).EndInit(); this.ResumeLayout(false); }