Subversion Repositories Code-Repo

Compare Revisions

No changes between revisions

Ignore whitespace Rev 72 → Rev 73

/SWAT Programs/SWAT USB App/trunk/SWAT USB App/About_Box_Form.cs
15,7 → 15,7
InitializeComponent();
this.Text = "Program Info";
this.labelProductName.Text = "SWAT USB App";
this.labelVersion.Text = "Version 2.3";
this.labelVersion.Text = "Version 2.3.1";
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 USB App/trunk/SWAT USB App/Drivers_Form.cs
114,7 → 114,7
Debug.appendText("Starting to install drivers from list of processes");
try
{
this.WindowState = FormWindowState.Minimized;
//this.WindowState = FormWindowState.Minimized;
// Goes through list toInstall and runs each process after the previous one ends
int tempID = ID;
if (tempID < toInstall.Count)
133,7 → 133,7
startDriverInstallation(toInstall, tempID);
}
}
this.WindowState = FormWindowState.Normal;
//this.WindowState = FormWindowState.Normal;
}
catch (Exception e)
{
/SWAT Programs/SWAT USB App/trunk/SWAT USB App/SWAT USB App.csproj
51,6 → 51,9
<PropertyGroup>
<ApplicationIcon>Resources\SpaceInvader.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
115,6 → 118,7
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
/SWAT Programs/SWAT USB App/trunk/SWAT USB App/Software_Form.cs
176,7 → 176,7
Debug.appendText("Starting to install softwares from list of processes");
try
{
this.WindowState = FormWindowState.Minimized;
//this.WindowState = FormWindowState.Minimized;
// Goes through list toInstall and runs each process after the previous one ends
int tempID = ID;
if (tempID < toInstall.Count)
195,7 → 195,7
startSoftwareInstaller(toInstall, tempID);
}
}
this.WindowState = FormWindowState.Normal;
//this.WindowState = FormWindowState.Normal;
}
catch (Exception e)
{
/SWAT Programs/SWAT USB App/trunk/SWAT USB App/bin/Debug/SWAT USB App.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/SWAT Programs/SWAT USB App/trunk/SWAT USB App/bin/Release/SWAT USB App.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/SWAT Programs/SWAT USB App/trunk/SWAT USB App.suo
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream