Subversion Repositories Code-Repo

Compare Revisions

No changes between revisions

Ignore whitespace Rev 44 → Rev 45

/SWAT Office App/trunk/SWAT Office App/AboutBox.cs
15,7 → 15,7
InitializeComponent();
this.Text = "Program Info";
this.labelProductName.Text = "SWAT Office App";
this.labelVersion.Text = "Version 2.4";
this.labelVersion.Text = "Version 2.4.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 Office App/trunk/SWAT Office App/Delete_User_Verify_Form.cs
16,7 → 16,6
{
selectedUsers = users;
InitializeComponent();
//MessageBox.Show("Warning! Verify that all shares are closed before deleting account!", "Warning!");
this.txt_Password.Focus();
 
// Monitors the text in each textbox, triggering changes when certain criteria is met
/SWAT Office App/trunk/SWAT Office App/Main_Menu_Form.cs
20,6 → 20,7
 
void Menu1_Main_KeyPress(object sender, KeyPressEventArgs e)
{
// Monitors for keypresses
switch (e.KeyChar)
{
case '1':
/SWAT Office App/trunk/SWAT Office App/Settings_Form.Designer.cs
290,7 → 290,6
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Settings";
this.Load += new System.EventHandler(this.Settings_Form_Load);
this.groupBox_SystemAccounts.ResumeLayout(false);
this.groupBox_HiddenAccounts.ResumeLayout(false);
this.ResumeLayout(false);
/SWAT Office App/trunk/SWAT Office App/Settings_Form.cs
23,7 → 23,7
public static int driveLoggerRefreshInterval { get; set; }
 
private static Settings_Form _Settings_Form = null;
// Singleton instance
// Singleton instance so the settings file isnt loaded every time
public static Settings_Form settings_Form_Instance
{
set
60,6 → 60,7
}
public static void ImportSettings()
{
// Imports settings from Settings.xml
try
{
if (File.Exists("Settings.xml"))
118,6 → 119,7
}
private static void ExportSettings()
{
// Exports all settings to Settings.xml
try
{
// XML Parsing using System.XML.Linq
173,7 → 175,7
}
private static void PaintListBox()
{
// Paints&Refreshes the listbox of system accounts
// Paints & Refreshes the listbox of system accounts
settings_Form_Instance.listBox_SystemAccounts.Items.Clear();
foreach (string user in systemAccounts)
settings_Form_Instance.listBox_SystemAccounts.Items.Add(user);
/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 Office App/trunk/SWAT Office App/bin/Debug/SWAT Office App.pdb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/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 Office App/trunk/SWAT Office App/bin/Release/SWAT Office App.pdb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/SWAT Office App/trunk/SWAT Office App/obj/x86/Debug/SWAT Office App.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/SWAT Office App/trunk/SWAT Office App/obj/x86/Debug/SWAT Office App.pdb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/SWAT Office App/trunk/SWAT Office App/obj/x86/Release/GenerateResource.read.1.tlog
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/SWAT Office App/trunk/SWAT Office App/obj/x86/Release/SWAT Office App.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/SWAT Office App/trunk/SWAT Office App/obj/x86/Release/SWAT Office App.pdb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/SWAT Office App/trunk/SWAT Office App.suo
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream