Subversion Repositories Code-Repo

Compare Revisions

No changes between revisions

Ignore whitespace Rev 100 → Rev 101

/SWAT Programs/SWAT Office App/trunk/SWAT Office App/About_Box.Designer.cs
149,7 → 149,7
this.okButton.TabIndex = 24;
this.okButton.Text = "&OK";
//
// AboutBox
// About_Box_Form
//
this.AcceptButton = this.okButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
159,7 → 159,7
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AboutBox";
this.Name = "About_Box_Form";
this.Padding = new System.Windows.Forms.Padding(9);
this.ShowIcon = false;
this.ShowInTaskbar = false;
/SWAT Programs/SWAT Office App/trunk/SWAT Office App/About_Box.cs
15,7 → 15,7
InitializeComponent();
this.Text = "Program Info";
this.labelProductName.Text = "SWAT Office App";
this.labelVersion.Text = "Version 2.6.2";
this.labelVersion.Text = "Version 2.7";
this.labelCopyright.Text = "Copyright to Kevin Lee @ Virginia Tech";
this.labelCompanyName.Text = "Author: Kevin Lee";
this.textBoxDescription.Text = "This program has been written by Kevin Lee for use " +
/SWAT Programs/SWAT Office App/trunk/SWAT Office App/DriveLogger_Form.cs
17,7 → 17,7
public string drive; // Drive letter of the drive
public string label; // Label of the drive
public string size; // Size of the drive in bytes (I think)
public string owner; // Owner to be specified
public string owner; // Owner to be specified (optional)
public string dock; // Dock number as choosen
}
public partial class DriveLogger_Form : Form
102,24 → 102,25
{
// Creates and populates a new DriveEntry
DriveEntry newEntry = new DriveEntry();
if (newDrivesDetected == false)
{
// First entry detected is prompted for dock label and owner name
newDrivesDetected = true;
DriveLogger_LabelPrompt_Form newPrompt = new DriveLogger_LabelPrompt_Form();
newPrompt.ShowDialog();
newEntry.owner = newPrompt.driveOwner;
driveOwner = newPrompt.driveOwner;
newEntry.dock = newPrompt.driveDock;
driveDock = newPrompt.driveDock;
}
else
{
// Subsequent entries use the previously entered dock label and owner
newDrivesDetected = true;
newEntry.owner = driveOwner;
newEntry.dock = driveDock;
}
 
//if (newDrivesDetected == false)
//{
// // First entry detected is prompted for dock label and owner name
// newDrivesDetected = true;
// DriveLogger_LabelPrompt_Form newPrompt = new DriveLogger_LabelPrompt_Form();
// newPrompt.ShowDialog();
// newEntry.owner = newPrompt.driveOwner;
// driveOwner = newPrompt.driveOwner;
// newEntry.dock = newPrompt.driveDock;
// driveDock = newPrompt.driveDock;
//}
//else
//{
// // Subsequent entries use the previously entered dock label and owner
// newDrivesDetected = true;
// newEntry.owner = driveOwner;
// newEntry.dock = driveDock;
//}
// Sets other drive details for the drive
newEntry.time = DateTime.Now;
/SWAT Programs/SWAT Office App/trunk/SWAT Office App/bin/Debug/DriveLogger Log.txt
2,3 → 2,26
Initializing form details
-- New Session Started --
Initializing form details
-- New Session Started --
Initializing form details
-- New Session Started --
Initializing form details
Drive Attached -- [1/15/2012 12:31:48 PM] "asdf" D:\ "" 14 GB
-- New Session Started --
Initializing form details
Drive Attached -- [1/15/2012 12:32:11 PM] "" D:\ "" 14 GB
Drive Removed -- [1/15/2012 12:32:11 PM] D:\ "" 14 GB
Drive Attached -- [1/15/2012 12:32:42 PM] "" D:\ "" 14 GB
Drive Removed -- [1/15/2012 12:32:42 PM] D:\ "" 14 GB
-- New Session Started --
Initializing form details
Drive Attached -- [1/15/2012 12:33:42 PM] "" D:\ "" 14 GB
-- New Session Started --
Initializing form details
Drive Attached -- [1/15/2012 12:34:55 PM] "" D:\ "" 14 GB
Label "Kevin" added to drive D:\
Drive Removed -- [1/15/2012 12:34:55 PM] D:\ "" 14 GB
-- New Session Started --
Initializing form details
Drive Attached -- [1/15/2012 12:38:54 PM] "" D:\ "" 14 GB
Label "Test Drive" added to drive D:\
/SWAT Programs/SWAT Office App/trunk/SWAT Office App/bin/Debug/SWAT Office App.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/SWAT Programs/SWAT Office App/trunk/SWAT Office App/bin/Debug/StatusLog.txt
150,3 → 150,33
[Saturday, August 06, 2011 | 3:29:55 PM] -- Starting reimaging of USB drives
[Saturday, August 06, 2011 | 3:29:57 PM] -- Starting instance of DriveLogger
[Saturday, August 06, 2011 | 3:29:59 PM] -- Stats has been exported to StatLog.xml
-- New Session --
[Sunday, January 15, 2012 | 12:30:35 PM] -- Settings from Settings.xml has been imported
[Sunday, January 15, 2012 | 12:30:35 PM] -- Stats from StatLog.xml has been imported
[Sunday, January 15, 2012 | 12:30:36 PM] -- Starting instance of DriveLogger
[Sunday, January 15, 2012 | 12:31:23 PM] -- Stats has been exported to StatLog.xml
-- New Session --
[Sunday, January 15, 2012 | 12:31:39 PM] -- Settings from Settings.xml has been imported
[Sunday, January 15, 2012 | 12:31:39 PM] -- Stats from StatLog.xml has been imported
[Sunday, January 15, 2012 | 12:31:41 PM] -- Starting instance of DriveLogger
[Sunday, January 15, 2012 | 12:31:56 PM] -- Stats has been exported to StatLog.xml
-- New Session --
[Sunday, January 15, 2012 | 12:32:06 PM] -- Settings from Settings.xml has been imported
[Sunday, January 15, 2012 | 12:32:06 PM] -- Stats from StatLog.xml has been imported
[Sunday, January 15, 2012 | 12:32:08 PM] -- Starting instance of DriveLogger
[Sunday, January 15, 2012 | 12:33:03 PM] -- Stats has been exported to StatLog.xml
-- New Session --
[Sunday, January 15, 2012 | 12:33:38 PM] -- Settings from Settings.xml has been imported
[Sunday, January 15, 2012 | 12:33:38 PM] -- Stats from StatLog.xml has been imported
[Sunday, January 15, 2012 | 12:33:39 PM] -- Starting instance of DriveLogger
[Sunday, January 15, 2012 | 12:33:52 PM] -- Stats has been exported to StatLog.xml
-- New Session --
[Sunday, January 15, 2012 | 12:34:50 PM] -- Settings from Settings.xml has been imported
[Sunday, January 15, 2012 | 12:34:50 PM] -- Stats from StatLog.xml has been imported
[Sunday, January 15, 2012 | 12:34:51 PM] -- Starting instance of DriveLogger
[Sunday, January 15, 2012 | 12:36:06 PM] -- Stats has been exported to StatLog.xml
-- New Session --
[Sunday, January 15, 2012 | 12:38:50 PM] -- Settings from Settings.xml has been imported
[Sunday, January 15, 2012 | 12:38:50 PM] -- Stats from StatLog.xml has been imported
[Sunday, January 15, 2012 | 12:38:51 PM] -- Starting instance of DriveLogger
[Sunday, January 15, 2012 | 12:39:35 PM] -- Stats has been exported to StatLog.xml
/SWAT Programs/SWAT Office App/trunk/SWAT Office App/bin/Release/SWAT Office App.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/SWAT Programs/SWAT Office App/trunk/SWAT Office App.suo
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream