From fb7a14f07c726c1728b011b37aacdfd58ff866cf Mon Sep 17 00:00:00 2001 From: Szymon Porwolik Date: Thu, 21 Feb 2019 00:07:18 +0100 Subject: [PATCH] First commit --- Perun_v1/Form1.Designer.cs | 23 ++++++- Perun_v1/Form1.resx | 120 +++++++++++++++++++++++++++++++++++++ Perun_v1/Perun_v1.csproj | 3 + 3 files changed, 144 insertions(+), 2 deletions(-) create mode 100644 Perun_v1/Form1.resx diff --git a/Perun_v1/Form1.Designer.cs b/Perun_v1/Form1.Designer.cs index 7f3c065..99d0f41 100644 --- a/Perun_v1/Form1.Designer.cs +++ b/Perun_v1/Form1.Designer.cs @@ -28,13 +28,32 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + 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(800, 450); + 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; } } diff --git a/Perun_v1/Form1.resx b/Perun_v1/Form1.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Perun_v1/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Perun_v1/Perun_v1.csproj b/Perun_v1/Perun_v1.csproj index f705fce..4efc70d 100644 --- a/Perun_v1/Perun_v1.csproj +++ b/Perun_v1/Perun_v1.csproj @@ -54,6 +54,9 @@ + + Form1.cs + ResXFileCodeGenerator Resources.Designer.cs