PIbd-32_Turner_I.A._COP_10/COP/VisualComponentsLib/MyDropDownList.Designer.cs

60 lines
2.1 KiB
C#
Raw Normal View History

namespace VisualComponentsLib
{
2023-09-15 15:37:37 +04:00
partial class MyDropDownList
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором компонентов
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent()
{
2023-09-15 19:31:01 +04:00
this.dropDownList = new System.Windows.Forms.ComboBox();
2023-09-15 15:37:37 +04:00
this.SuspendLayout();
//
2023-09-15 19:31:01 +04:00
// dropDownList
2023-09-15 15:37:37 +04:00
//
2023-09-15 19:31:01 +04:00
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);
2023-09-15 15:37:37 +04:00
//
// MyDropDownList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2023-09-15 19:31:01 +04:00
this.Controls.Add(this.dropDownList);
2023-09-15 15:37:37 +04:00
this.Name = "MyDropDownList";
2023-09-15 19:31:01 +04:00
this.Size = new System.Drawing.Size(193, 30);
2023-09-15 15:37:37 +04:00
this.ResumeLayout(false);
2023-09-15 19:31:01 +04:00
2023-09-15 15:37:37 +04:00
}
#endregion
2023-09-15 19:31:01 +04:00
private System.Windows.Forms.ComboBox dropDownList;
2023-09-15 15:37:37 +04:00
}
}