diff --git a/Saviour Backup System/Form1.Designer.cs b/Saviour Backup System/Form1.Designer.cs index ae9a37e..f8e90e5 100644 --- a/Saviour Backup System/Form1.Designer.cs +++ b/Saviour Backup System/Form1.Designer.cs @@ -28,12 +28,21 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + this.SuspendLayout(); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(284, 261); + this.Name = "Form1"; this.Text = "Form1"; + this.ResumeLayout(false); + } #endregion + } } diff --git a/Saviour Backup System/Form1.resx b/Saviour Backup System/Form1.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Saviour Backup System/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/Saviour Backup System/Saviour Backup System.csproj b/Saviour Backup System/Saviour Backup System.csproj index 4dee357..d3bb6d5 100644 --- a/Saviour Backup System/Saviour Backup System.csproj +++ b/Saviour Backup System/Saviour Backup System.csproj @@ -32,6 +32,7 @@ 4 + @@ -52,6 +53,9 @@ + + Form1.cs + ResXFileCodeGenerator Resources.Designer.cs