PIbd-31_Alekseev.I.S._COP_3/FormLibrary/CustomListBox.Designer.cs
Иван Алексеев 1128ffdc1a сдано
2024-09-21 17:41:05 +04:00

59 lines
2.0 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace FormLibrary
{
partial class CustomListBox
{
/// <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()
{
listBox1 = new ListBox();
SuspendLayout();
//
// listBox1
//
listBox1.FormattingEnabled = true;
listBox1.ItemHeight = 15;
listBox1.Location = new Point(3, 3);
listBox1.Name = "listBox1";
listBox1.Size = new Size(231, 169);
listBox1.TabIndex = 0;
listBox1.SelectedIndexChanged += ListBox1_SelectedIndexChanged;
//
// CustomListBox
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(listBox1);
Name = "CustomListBox";
Size = new Size(237, 179);
ResumeLayout(false);
}
#endregion
private ListBox listBox1;
}
}