namespace Library15Gerimovich { partial class DefaultList { /// /// Обязательная переменная конструктора. /// 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.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; } }