mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 15:55:39 +02:00
60 lines
1.9 KiB
C#
60 lines
1.9 KiB
C#
namespace Perun_v1
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Wymagana zmienna projektanta.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Wyczyść wszystkie używane zasoby.
|
|
/// </summary>
|
|
/// <param name="disposing">prawda, jeżeli zarządzane zasoby powinny zostać zlikwidowane; Fałsz w przeciwnym wypadku.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Kod generowany przez Projektanta formularzy systemu Windows
|
|
|
|
/// <summary>
|
|
/// Metoda wymagana do obsługi projektanta — nie należy modyfikować
|
|
/// jej zawartości w edytorze kodu.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.listBox1 = new System.Windows.Forms.ListBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// listBox1
|
|
//
|
|
this.listBox1.FormattingEnabled = true;
|
|
this.listBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.listBox1.Name = "listBox1";
|
|
this.listBox1.Size = new System.Drawing.Size(594, 550);
|
|
this.listBox1.TabIndex = 0;
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(618, 567);
|
|
this.Controls.Add(this.listBox1);
|
|
this.Name = "Form1";
|
|
this.Text = "Form1";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ListBox listBox1;
|
|
}
|
|
}
|
|
|