namespace VisualComponentsLib { partial class MyDropDownList { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором компонентов /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { this.dropDownList = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // dropDownList // this.dropDownList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.dropDownList.FormattingEnabled = true; this.dropDownList.Location = new System.Drawing.Point(3, 3); this.dropDownList.Name = "dropDownList"; this.dropDownList.Size = new System.Drawing.Size(187, 24); this.dropDownList.TabIndex = 0; this.dropDownList.SelectedValueChanged += new System.EventHandler(this.comboBox_SelectedValueChanged); // // MyDropDownList // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.dropDownList); this.Name = "MyDropDownList"; this.Size = new System.Drawing.Size(193, 30); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox dropDownList; } }