/// <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.autoComplete1 = new Syncfusion.Windows.Forms.Tools.AutoComplete(this.components); this.comboBox = new AutoCompleteDemo.FlatCombo(); ((System.ComponentModel.ISupportInitialize)(this.autoComplete1)).BeginInit(); this.SuspendLayout(); // // autoComplete1 // this.autoComplete1.AdjustHeightToItemCount = false; this.autoComplete1.AutoSortList = false; this.autoComplete1.HeaderFont = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World); this.autoComplete1.ItemFont = new System.Drawing.Font("Segoe UI", 8.25F); this.autoComplete1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.autoComplete1.ParentForm = this; this.autoComplete1.ShowColumnHeader = true; this.autoComplete1.Style = Syncfusion.Windows.Forms.Tools.AutoCompleteStyle.Default; this.autoComplete1.ThemeName = "Office2019Colorful"; // // comboBox // this.autoComplete1.SetAutoComplete(this.comboBox, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.AutoSuggest); this.comboBox.Cursor = System.Windows.Forms.Cursors.IBeam; this.comboBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.comboBox.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); this.comboBox.Location = new System.Drawing.Point(136, 146); this.comboBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.comboBox.Name = "comboBox"; this.comboBox.Size = new System.Drawing.Size(308, 21); this.comboBox.TabIndex = 2; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CaptionAlign = System.Windows.Forms.HorizontalAlignment.Left; this.ClientSize = new System.Drawing.Size(600, 357); this.Controls.Add(this.comboBox); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "Form1"; this.ShowMaximizeBox = false; this.ShowMinimizeBox = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Override ComboBox"; ((System.ComponentModel.ISupportInitialize)(this.autoComplete1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.Panel(); this.checkBox6 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv(); this.checkBox3 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv(); this.checkBox2 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv(); this.checkBox1 = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv(); this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.autoCompleteDataColumnInfo1 = new Syncfusion.Windows.Forms.Tools.AutoCompleteDataColumnInfo("Capital", 100, true); this.autoCompleteDataColumnInfo2 = new Syncfusion.Windows.Forms.Tools.AutoCompleteDataColumnInfo("Country", 100, true); this.autoComplete1 = new Syncfusion.Windows.Forms.Tools.AutoComplete(this.components); this.comboBox = new AutoCompleteDemo.FlatCombo(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.checkBox6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.autoComplete1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.groupBox1); this.panel1.Dock = DockStyle.Right; this.panel1.Location = new System.Drawing.Point(832, 18); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(303, 593); this.panel1.TabIndex = 1; // // groupBox1 // this.groupBox1.Controls.Add(this.checkBox6); this.groupBox1.Controls.Add(this.checkBox3); this.groupBox1.Controls.Add(this.checkBox2); this.groupBox1.Controls.Add(this.checkBox1); this.groupBox1.Location = new System.Drawing.Point(22, 84); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(244, 274); this.groupBox1.TabIndex = 0; // // checkBox6 // this.checkBox6.Checked = true; this.checkBox6.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox6.ImageCheckBoxSize = new System.Drawing.Size(20, 20); this.checkBox6.Location = new System.Drawing.Point(39, 43); this.checkBox6.Name = "checkBox6"; this.checkBox6.Size = new System.Drawing.Size(150, 21); this.checkBox6.TabIndex = 4; this.checkBox6.ThemeName = "Office2019Colorful"; // // checkBox3 // this.checkBox3.DrawFocusRectangle = false; this.checkBox3.ImageCheckBoxSize = new System.Drawing.Size(20, 20); this.checkBox3.Location = new System.Drawing.Point(39, 100); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(150, 21); this.checkBox3.TabIndex = 2; this.checkBox3.ThemeName = "Office2019Colorful"; // // checkBox2 // this.checkBox2.ImageCheckBoxSize = new System.Drawing.Size(20, 20); this.checkBox2.Location = new System.Drawing.Point(39, 159); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(150, 21); this.checkBox2.TabIndex = 1; this.checkBox2.ThemeName = "Office2019Colorful"; // // checkBox1 // this.checkBox1.Checked = true; this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox1.ImageCheckBoxSize = new System.Drawing.Size(20, 20); this.checkBox1.Location = new System.Drawing.Point(39, 216); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(150, 21); this.checkBox1.TabIndex = 0; this.checkBox1.ThemeName = "Office2019Colorful"; // // numericUpDown2 // this.numericUpDown2.Location = new System.Drawing.Point(190, 159); this.numericUpDown2.Maximum = new decimal(new int[] { 800, 0, 0, 0 }); this.numericUpDown2.Minimum = new decimal(new int[] { 200, 0, 0, 0 }); this.numericUpDown2.Name = "numericUpDown2"; this.numericUpDown2.Size = new System.Drawing.Size(120, 26); this.numericUpDown2.TabIndex = 6; this.numericUpDown2.Value = new decimal(new int[] { 400, 0, 0, 0 }); // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(190, 100); this.numericUpDown1.Maximum = new decimal(new int[] { 600, 0, 0, 0 }); this.numericUpDown1.Minimum = new decimal(new int[] { 90, 0, 0, 0 }); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(120, 26); this.numericUpDown1.TabIndex = 5; this.numericUpDown1.Value = new decimal(new int[] { 200, 0, 0, 0 }); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(41, 161); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(116, 20); this.label5.TabIndex = 4; this.label5.Text = "Preferred Width"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(39, 102); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(122, 20); this.label4.TabIndex = 2; this.label4.Text = "Preferred Height"; // // 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; // // panel2 // this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.comboBox); this.panel2.Dock = DockStyle.Left; this.panel2.Location = new System.Drawing.Point(3, 19); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(822, 593); this.panel2.TabIndex = 0; // // label3 // this.label3.Location = new System.Drawing.Point(0, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 23); this.label3.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(41, 227); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(154, 20); this.label2.TabIndex = 3; this.label2.Text = "Enter capital name : "; // // autoCompleteDataColumnInfo1 // this.autoCompleteDataColumnInfo1.ColumnHeaderText = "Capital"; this.autoCompleteDataColumnInfo1.ImageColumn = false; this.autoCompleteDataColumnInfo1.MatchingColumn = true; this.autoCompleteDataColumnInfo1.Visible = true; // // autoCompleteDataColumnInfo2 // this.autoCompleteDataColumnInfo2.ColumnHeaderText = "Country"; this.autoCompleteDataColumnInfo2.ImageColumn = false; this.autoCompleteDataColumnInfo2.MatchingColumn = false; this.autoCompleteDataColumnInfo2.Visible = true; // // autoComplete1 // this.autoComplete1.AdjustHeightToItemCount = false; this.autoComplete1.AutoSortList = false; this.autoComplete1.Columns.Add(this.autoCompleteDataColumnInfo1); this.autoComplete1.Columns.Add(this.autoCompleteDataColumnInfo2); this.autoComplete1.HeaderFont = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World); this.autoComplete1.ItemFont = new System.Drawing.Font("Segoe UI", 8.25F); this.autoComplete1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.autoComplete1.ParentForm = this; this.autoComplete1.ShowColumnHeader = true; this.autoComplete1.Style = Syncfusion.Windows.Forms.Tools.AutoCompleteStyle.Default; this.autoComplete1.ThemeName = "Office2019Colorful"; // // comboBox // this.autoComplete1.SetAutoComplete(this.comboBox, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.AutoSuggest); this.comboBox.Cursor = System.Windows.Forms.Cursors.IBeam; this.comboBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.comboBox.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); this.comboBox.Location = new System.Drawing.Point(250, 227); this.comboBox.Name = "comboBox"; this.comboBox.Size = new System.Drawing.Size(500, 31); this.comboBox.TabIndex = 2; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CaptionAlign = System.Windows.Forms.HorizontalAlignment.Left; this.ClientSize = new System.Drawing.Size(1137, 617); this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form1"; this.ShowMaximizeBox = false; this.ShowMinimizeBox = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Customization"; this.panel1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.checkBox6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.autoComplete1)).EndInit(); this.ResumeLayout(false); }