62 lines
2.2 KiB
C#
62 lines
2.2 KiB
C#
namespace Library15Gerimovich
|
||
{
|
||
partial class DefaultList
|
||
{
|
||
/// <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()
|
||
{
|
||
this.MainListBox = new System.Windows.Forms.ListBox();
|
||
this.SuspendLayout();
|
||
//
|
||
// MainListBox
|
||
//
|
||
this.MainListBox.FormattingEnabled = true;
|
||
this.MainListBox.ItemHeight = 15;
|
||
this.MainListBox.Items.AddRange(new object[] {
|
||
"RITG",
|
||
"SimbirSoft",
|
||
"MediaSoft"});
|
||
this.MainListBox.Location = new System.Drawing.Point(3, 3);
|
||
this.MainListBox.Name = "MainListBox";
|
||
this.MainListBox.Size = new System.Drawing.Size(144, 139);
|
||
this.MainListBox.TabIndex = 0;
|
||
//
|
||
// DefaultList
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Controls.Add(this.MainListBox);
|
||
this.Name = "DefaultList";
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private ListBox MainListBox;
|
||
}
|
||
}
|