mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 20:15:39 +02:00
Dodaj pliki projektów.
This commit is contained in:
40
Perun_v1/Form1.Designer.cs
generated
Normal file
40
Perun_v1/Form1.Designer.cs
generated
Normal file
@@ -0,0 +1,40 @@
|
||||
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.components = new System.ComponentModel.Container();
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||
this.Text = "Form1";
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user