diff --git a/Saviour Backup System/Saviour Backup System.csproj b/Saviour Backup System/Saviour Backup System.csproj index 12ea856..e1278a0 100644 --- a/Saviour Backup System/Saviour Backup System.csproj +++ b/Saviour Backup System/Saviour Backup System.csproj @@ -97,6 +97,12 @@ addBackupWizard.cs + + Form + + + backupViewer.cs + Form @@ -134,6 +140,9 @@ addBackupWizard.cs + + backupViewer.cs + currentTransfers.cs diff --git a/Saviour Backup System/backupViewer.Designer.cs b/Saviour Backup System/backupViewer.Designer.cs new file mode 100644 index 0000000..8c87699 --- /dev/null +++ b/Saviour Backup System/backupViewer.Designer.cs @@ -0,0 +1,46 @@ +namespace Saviour_Backup_System +{ + partial class backupViewer + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.SuspendLayout(); + // + // backupViewer + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(522, 314); + this.Name = "backupViewer"; + this.Text = "backupViewer"; + this.ResumeLayout(false); + + } + + #endregion + } +} \ No newline at end of file diff --git a/Saviour Backup System/backupViewer.cs b/Saviour Backup System/backupViewer.cs new file mode 100644 index 0000000..58ad006 --- /dev/null +++ b/Saviour Backup System/backupViewer.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Saviour_Backup_System +{ + public partial class backupViewer : Form + { + public backupViewer() + { + InitializeComponent(); + } + } +} diff --git a/Saviour Backup System/backupViewer.resx b/Saviour Backup System/backupViewer.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Saviour Backup System/backupViewer.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