/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.colorPickerUIAdv1 = new Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv(); this.label1 = new System.Windows.Forms.Label(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.splitContainerAdv1 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv(); this.panel1 = new System.Windows.Forms.Panel(); this.radioButton2 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv(); this.radioButton1 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.panel3 = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit(); this.splitContainerAdv1.Panel1.SuspendLayout(); this.splitContainerAdv1.Panel2.SuspendLayout(); this.splitContainerAdv1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.radioButton2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radioButton1)).BeginInit(); this.panel3.SuspendLayout(); this.SuspendLayout(); // // colorPickerUIAdv1.RecentGroup // this.colorPickerUIAdv1.RecentGroup.HeaderHeight = 19; this.colorPickerUIAdv1.RecentGroup.Name = "Recent Colors"; this.colorPickerUIAdv1.RecentGroup.Visible = false; // // colorPickerUIAdv1.StandardGroup // this.colorPickerUIAdv1.StandardGroup.HeaderHeight = 19; this.colorPickerUIAdv1.StandardGroup.Name = "Standard Colors"; // // colorPickerUIAdv1.ThemeGroup // this.colorPickerUIAdv1.ThemeGroup.HeaderHeight = 19; this.colorPickerUIAdv1.ThemeGroup.IsSubItemsVisible = true; this.colorPickerUIAdv1.ThemeGroup.Name = "Theme Colors"; // // colorPickerUIAdv1 // this.colorPickerUIAdv1.BeforeTouchSize = new System.Drawing.Size(13, 13); this.colorPickerUIAdv1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.colorPickerUIAdv1.ButtonsHeight = 27; this.colorPickerUIAdv1.ColorItemSize = new System.Drawing.Size(20, 13); this.colorPickerUIAdv1.HorizontalItemsSpacing = 2; this.colorPickerUIAdv1.Location = new System.Drawing.Point(56, 66); this.colorPickerUIAdv1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(110)))), ((int)(((byte)(218))))); this.colorPickerUIAdv1.MinimumSize = new System.Drawing.Size(136, 201); this.colorPickerUIAdv1.Name = "colorPickerUIAdv1"; this.colorPickerUIAdv1.SelectedColor = System.Drawing.Color.Empty; this.colorPickerUIAdv1.Size = new System.Drawing.Size(224, 209); this.colorPickerUIAdv1.Style = Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv.visualstyle.Office2016Colorful; this.colorPickerUIAdv1.TabIndex = 4; this.colorPickerUIAdv1.Text = "colorPickerUIAdv1"; this.colorPickerUIAdv1.UseOffice2007Style = false; this.colorPickerUIAdv1.VerticalItemsSpacing = 2; this.colorPickerUIAdv1.Picked += new Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv.ColorPickedEventHandler(this.colorPickerUIAdv1_Picked); // // label1 // this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 23); this.label1.TabIndex = 0; // // imageList1 // this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; this.imageList1.ImageSize = new System.Drawing.Size(16, 16); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; // // 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.IsSplitterFixed = true; this.splitContainerAdv1.Location = new System.Drawing.Point(20, 92); this.splitContainerAdv1.Name = "splitContainerAdv1"; // // splitContainerAdv1.Panel1 // this.splitContainerAdv1.Panel1.Controls.Add(this.panel1); // // splitContainerAdv1.Panel2 // this.splitContainerAdv1.Panel2.Controls.Add(this.richTextBox1); this.splitContainerAdv1.Size = new System.Drawing.Size(997, 411); this.splitContainerAdv1.SplitterDistance = 373; this.splitContainerAdv1.TabIndex = 6; this.splitContainerAdv1.Text = "splitContainerAdv1"; // // panel1 // this.panel1.Controls.Add(this.radioButton2); this.panel1.Controls.Add(this.radioButton1); this.panel1.Controls.Add(this.colorPickerUIAdv1); this.panel1.Location = new System.Drawing.Point(47, 59); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(278, 336); this.panel1.TabIndex = 7; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.radioButton2.BeforeTouchSize = new System.Drawing.Size(106, 16); this.radioButton2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197))))); this.radioButton2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43))))); this.radioButton2.HotBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150))))); this.radioButton2.Location = new System.Drawing.Point(144, 19); this.radioButton2.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91))))); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(106, 16); this.radioButton2.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Office2016Colorful; this.radioButton2.TabIndex = 6; this.radioButton2.Text = "Hightlight Color"; this.radioButton2.ThemesEnabled = false; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.radioButton1.BeforeTouchSize = new System.Drawing.Size(73, 16); this.radioButton1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197))))); this.radioButton1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43))))); this.radioButton1.HotBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150))))); this.radioButton1.Location = new System.Drawing.Point(30, 19); this.radioButton1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91))))); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(73, 16); this.radioButton1.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Office2016Colorful; this.radioButton1.TabIndex = 5; this.radioButton1.Text = "ForeColor"; this.radioButton1.ThemesEnabled = false; // // richTextBox1 // this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox1.Location = new System.Drawing.Point(0, 0); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(615, 409); this.richTextBox1.TabIndex = 0; this.richTextBox1.Text = ""; // // panel3 // this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.label2); 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(1000, 65); this.panel3.TabIndex = 7; // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(998, 63); this.label2.TabIndex = 0; this.label2.Text = resources.GetString("label2.Text"); this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 15); this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1040, 522); this.Controls.Add(this.splitContainerAdv1); this.Controls.Add(this.panel3); 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.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(1052, 558); this.MetroColor = System.Drawing.Color.White; this.MinimumSize = new System.Drawing.Size(1052, 558); this.Name = "Form1"; this.Padding = new System.Windows.Forms.Padding(20); this.ShowMaximizeBox = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ColorPickerUIAdv"; this.Load += new System.EventHandler(this.Form1_Load); this.splitContainerAdv1.Panel1.ResumeLayout(false); this.splitContainerAdv1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).EndInit(); this.splitContainerAdv1.ResumeLayout(false); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.radioButton2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radioButton1)).EndInit(); this.panel3.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.colorPickerUIAdv1 = new Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv(); 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.panel1 = new System.Windows.Forms.Panel(); this.comboBoxAdv1 = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv(); this.label4 = new System.Windows.Forms.Label(); this.numericUpDownExt3 = new Syncfusion.Windows.Forms.Tools.NumericUpDownExt(); this.numericUpDownExt2 = new Syncfusion.Windows.Forms.Tools.NumericUpDownExt(); this.numericUpDownExt1 = new Syncfusion.Windows.Forms.Tools.NumericUpDownExt(); this.label19 = new System.Windows.Forms.Label(); this.btnShowColorGroups = new Syncfusion.Windows.Forms.ButtonAdv(); this.ComboBoxAdv2 = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv(); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cmbSelectedColorGroup = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv(); this.cmbSelectedColorGroup1 = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv(); this.panel3 = new System.Windows.Forms.Panel(); this.splitContainerAdv1 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv(); this.cmbOffice2007Theme = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv(); ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownExt3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownExt2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownExt1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ComboBoxAdv2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbSelectedColorGroup)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbSelectedColorGroup1)).BeginInit(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit(); this.splitContainerAdv1.Panel1.SuspendLayout(); this.splitContainerAdv1.Panel2.SuspendLayout(); this.splitContainerAdv1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbOffice2007Theme)).BeginInit(); this.SuspendLayout(); // // colorPickerUIAdv1.RecentGroup // this.colorPickerUIAdv1.RecentGroup.HeaderHeight = 19; this.colorPickerUIAdv1.RecentGroup.Name = "Recent Colors"; this.colorPickerUIAdv1.RecentGroup.Visible = false; // // colorPickerUIAdv1.StandardGroup // this.colorPickerUIAdv1.StandardGroup.HeaderHeight = 19; this.colorPickerUIAdv1.StandardGroup.Name = "Standard Colors"; // // colorPickerUIAdv1.ThemeGroup // this.colorPickerUIAdv1.ThemeGroup.HeaderHeight = 19; this.colorPickerUIAdv1.ThemeGroup.IsSubItemsVisible = true; this.colorPickerUIAdv1.ThemeGroup.Name = "Theme Colors"; // // colorPickerUIAdv1 // this.colorPickerUIAdv1.BeforeTouchSize = new System.Drawing.Size(13, 13); this.colorPickerUIAdv1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.colorPickerUIAdv1.ButtonsHeight = 27; this.colorPickerUIAdv1.ColorItemSize = new System.Drawing.Size(13, 13); this.colorPickerUIAdv1.HorizontalItemsSpacing = 9; this.colorPickerUIAdv1.Location = new System.Drawing.Point(38, 35); this.colorPickerUIAdv1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(110)))), ((int)(((byte)(218))))); this.colorPickerUIAdv1.MinimumSize = new System.Drawing.Size(136, 195); this.colorPickerUIAdv1.Name = "colorPickerUIAdv1"; this.colorPickerUIAdv1.SelectedColor = System.Drawing.Color.Empty; this.colorPickerUIAdv1.Size = new System.Drawing.Size(217, 211); this.colorPickerUIAdv1.Style = Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv.visualstyle.Office2016DarkGray; this.colorPickerUIAdv1.TabIndex = 4; this.colorPickerUIAdv1.Text = "colorPickerUIAdv1"; this.colorPickerUIAdv1.UseOffice2007Style = false; this.colorPickerUIAdv1.Picked += new Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv.ColorPickedEventHandler(this.colorPickerUIAdv1_Picked); // // label1 // this.label1.BackColor = System.Drawing.Color.White; 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.Black; 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(622, 55); this.label1.TabIndex = 0; this.label1.Text = "The new ColorPickerUIAdv is an advanced color palette control that shows custom g" + "roup color palettes, Office2007 theme settings and an easy to use UI for color s" + "election."; 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.BeforeTouchSize = new System.Drawing.Size(624, 116); this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.textBox1.Location = new System.Drawing.Point(20, 390); this.textBox1.Metrocolor = System.Drawing.Color.Empty; 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(624, 116); this.textBox1.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default; this.textBox1.TabIndex = 2; // // panel1 // this.panel1.Controls.Add(this.comboBoxAdv1); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.numericUpDownExt3); this.panel1.Controls.Add(this.numericUpDownExt2); this.panel1.Controls.Add(this.numericUpDownExt1); this.panel1.Controls.Add(this.label19); this.panel1.Controls.Add(this.btnShowColorGroups); this.panel1.Controls.Add(this.ComboBoxAdv2); this.panel1.Controls.Add(this.label16); this.panel1.Controls.Add(this.label15); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label2); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(317, 289); this.panel1.TabIndex = 1; // // comboBoxAdv1 // this.comboBoxAdv1.BackColor = System.Drawing.Color.White; this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(124, 21); this.comboBoxAdv1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxAdv1.Enabled = false; 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[] { "Blue", "Black", "Silver" }); this.comboBoxAdv1.Location = new System.Drawing.Point(164, 257); this.comboBoxAdv1.Name = "comboBoxAdv1"; this.comboBoxAdv1.Size = new System.Drawing.Size(124, 21); this.comboBoxAdv1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.comboBoxAdv1.TabIndex = 14; this.comboBoxAdv1.Text = "Blue"; this.comboBoxAdv1.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv1_SelectedIndexChanged); // // label4 // this.label4.AutoSize = true; this.label4.Enabled = false; this.label4.ForeColor = System.Drawing.Color.Black; this.label4.Location = new System.Drawing.Point(59, 257); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(95, 13); this.label4.TabIndex = 13; this.label4.Text = "Office2010Theme"; // // numericUpDownExt3 // this.numericUpDownExt3.BackColor = System.Drawing.Color.White; this.numericUpDownExt3.BeforeTouchSize = new System.Drawing.Size(125, 22); this.numericUpDownExt3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.numericUpDownExt3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.numericUpDownExt3.Location = new System.Drawing.Point(165, 172); this.numericUpDownExt3.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.numericUpDownExt3.Name = "numericUpDownExt3"; this.numericUpDownExt3.Size = new System.Drawing.Size(125, 22); this.numericUpDownExt3.TabIndex = 12; this.numericUpDownExt3.ThemedBorder = false; this.numericUpDownExt3.Value = new decimal(new int[] { 23, 0, 0, 0 }); this.numericUpDownExt3.VisualStyle = Syncfusion.Windows.Forms.VisualStyle.Metro; this.numericUpDownExt3.ValueChanged += new System.EventHandler(this.numericUpDownExt3_ValueChanged); // // numericUpDownExt2 // this.numericUpDownExt2.BackColor = System.Drawing.Color.White; this.numericUpDownExt2.BeforeTouchSize = new System.Drawing.Size(124, 22); this.numericUpDownExt2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.numericUpDownExt2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.numericUpDownExt2.Location = new System.Drawing.Point(166, 127); this.numericUpDownExt2.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.numericUpDownExt2.Name = "numericUpDownExt2"; this.numericUpDownExt2.Size = new System.Drawing.Size(124, 22); this.numericUpDownExt2.TabIndex = 11; this.numericUpDownExt2.ThemedBorder = false; this.numericUpDownExt2.VisualStyle = Syncfusion.Windows.Forms.VisualStyle.Metro; this.numericUpDownExt2.ValueChanged += new System.EventHandler(this.numericUpDownExt2_ValueChanged); // // numericUpDownExt1 // this.numericUpDownExt1.BackColor = System.Drawing.Color.White; this.numericUpDownExt1.BeforeTouchSize = new System.Drawing.Size(124, 22); this.numericUpDownExt1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.numericUpDownExt1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.numericUpDownExt1.Location = new System.Drawing.Point(166, 82); this.numericUpDownExt1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.numericUpDownExt1.Name = "numericUpDownExt1"; this.numericUpDownExt1.Size = new System.Drawing.Size(124, 22); this.numericUpDownExt1.TabIndex = 10; this.numericUpDownExt1.ThemedBorder = false; this.numericUpDownExt1.Value = new decimal(new int[] { 4, 0, 0, 0 }); this.numericUpDownExt1.VisualStyle = Syncfusion.Windows.Forms.VisualStyle.Metro; this.numericUpDownExt1.ValueChanged += new System.EventHandler(this.numericUpDownExt1_ValueChanged); // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(59, 172); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(81, 13); this.label19.TabIndex = 9; this.label19.Text = "Button Height"; // // btnShowColorGroups // this.btnShowColorGroups.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Office2016DarkGray; this.btnShowColorGroups.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.btnShowColorGroups.BeforeTouchSize = new System.Drawing.Size(117, 23); this.btnShowColorGroups.IsBackStageButton = false; this.btnShowColorGroups.KeepFocusRectangle = false; this.btnShowColorGroups.Location = new System.Drawing.Point(164, 31); this.btnShowColorGroups.Name = "btnShowColorGroups"; this.btnShowColorGroups.Size = new System.Drawing.Size(117, 23); this.btnShowColorGroups.TabIndex = 8; this.btnShowColorGroups.Text = "Show Color Groups"; this.btnShowColorGroups.UseVisualStyle = true; this.btnShowColorGroups.UseVisualStyleBackColor = true; this.btnShowColorGroups.Click += new System.EventHandler(this.btnShowColorGroups_Click); // // ComboBoxAdv2 // this.ComboBoxAdv2.BackColor = System.Drawing.Color.White; this.ComboBoxAdv2.BeforeTouchSize = new System.Drawing.Size(125, 21); this.ComboBoxAdv2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ComboBoxAdv2.Enabled = false; this.ComboBoxAdv2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ComboBoxAdv2.Items.AddRange(new object[] { "Default", "Office2010", "Metro", "Office2016Colorful", "Office2016DarkGray", "Office2016Black", "Office2016White" }); this.ComboBoxAdv2.Location = new System.Drawing.Point(165, 216); this.ComboBoxAdv2.Name = "ComboBoxAdv2"; this.ComboBoxAdv2.Size = new System.Drawing.Size(125, 21); this.ComboBoxAdv2.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.ComboBoxAdv2.TabIndex = 7; this.ComboBoxAdv2.Text = "Default"; this.ComboBoxAdv2.SelectedIndexChanged += new System.EventHandler(this.cmbOffice2007Theme_SelectedIndexChanged); // // label16 // this.label16.AutoSize = true; this.label16.ForeColor = System.Drawing.Color.Black; this.label16.Location = new System.Drawing.Point(59, 216); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(31, 13); this.label16.TabIndex = 3; this.label16.Text = "Style"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(59, 127); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(88, 13); this.label15.TabIndex = 2; this.label15.Text = "Vertical Spacing"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(59, 82); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(105, 13); this.label5.TabIndex = 1; this.label5.Text = "Horizontal Spacing"; // // label2 // 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(10, 5); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(150, 28); this.label2.TabIndex = 0; this.label2.Text = "Essential Properties"; this.label2.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; // // cmbSelectedColorGroup1 // this.cmbSelectedColorGroup1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(242)))), ((int)(((byte)(251))))); this.cmbSelectedColorGroup1.BeforeTouchSize = new System.Drawing.Size(121, 21); this.cmbSelectedColorGroup1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSelectedColorGroup1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmbSelectedColorGroup1.Location = new System.Drawing.Point(168, 176); this.cmbSelectedColorGroup1.Name = "cmbSelectedColorGroup1"; this.cmbSelectedColorGroup1.Size = new System.Drawing.Size(121, 21); this.cmbSelectedColorGroup1.Style = Syncfusion.Windows.Forms.VisualStyle.Office2007; this.cmbSelectedColorGroup1.TabIndex = 17; // // panel3 // this.panel3.BackColor = System.Drawing.Color.White; this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 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(624, 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, 92); this.splitContainerAdv1.Name = "splitContainerAdv1"; // // splitContainerAdv1.Panel1 // this.splitContainerAdv1.Panel1.Controls.Add(this.colorPickerUIAdv1); // // splitContainerAdv1.Panel2 // this.splitContainerAdv1.Panel2.Controls.Add(this.panel1); this.splitContainerAdv1.Size = new System.Drawing.Size(621, 291); this.splitContainerAdv1.SplitterDistance = 295; this.splitContainerAdv1.TabIndex = 6; this.splitContainerAdv1.Text = "splitContainerAdv1"; // // cmbOffice2007Theme // this.cmbOffice2007Theme.BackColor = System.Drawing.Color.White; this.cmbOffice2007Theme.BeforeTouchSize = new System.Drawing.Size(116, 21); this.cmbOffice2007Theme.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbOffice2007Theme.Enabled = false; this.cmbOffice2007Theme.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmbOffice2007Theme.Items.AddRange(new object[] { "Default", "Office2007", "Office2010", "Office2016Colorful", "Office2016White", "Office2016Black", "Office2016DarkGray", "Metro" }); this.cmbOffice2007Theme.Location = new System.Drawing.Point(165, 216); this.cmbOffice2007Theme.Name = "cmbOffice2007Theme"; this.cmbOffice2007Theme.Size = new System.Drawing.Size(116, 21); this.cmbOffice2007Theme.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; this.cmbOffice2007Theme.TabIndex = 7; this.cmbOffice2007Theme.Text = "Default"; this.cmbOffice2007Theme.SelectedIndexChanged += new System.EventHandler(this.cmbOffice2007Theme_SelectedIndexChanged); // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 15); this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(664, 526); this.Controls.Add(this.splitContainerAdv1); this.Controls.Add(this.panel3); this.Controls.Add(this.textBox1); 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(676, 562); this.Name = "Form1"; this.Padding = new System.Windows.Forms.Padding(20); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ColorPickerUIAdv"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownExt3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownExt2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownExt1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ComboBoxAdv2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbSelectedColorGroup)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbSelectedColorGroup1)).EndInit(); this.panel3.ResumeLayout(false); this.splitContainerAdv1.Panel1.ResumeLayout(false); this.splitContainerAdv1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).EndInit(); this.splitContainerAdv1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.cmbOffice2007Theme)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }