diff options
author | Javier Castillo | 2011-06-22 19:57:16 +0200 |
---|---|---|
committer | Javier Castillo | 2011-06-22 19:57:16 +0200 |
commit | 96b034cda870f48485129b040cd02f559d3c52c5 (patch) | |
tree | a1ee820eae2a25337db149b76e45ccd51b4adb52 | |
parent | Information über die 2 veschiedenen Versionen. (diff) | |
download | logintool-96b034cda870f48485129b040cd02f559d3c52c5.tar.gz logintool-96b034cda870f48485129b040cd02f559d3c52c5.tar.xz logintool-96b034cda870f48485129b040cd02f559d3c52c5.zip |
Laufwerke nicht verbinden
-rw-r--r-- | RZ-POOL/AccountValue.suo | bin | 52736 -> 53248 bytes | |||
-rw-r--r-- | RZ-POOL/AccountValue/Form1.cs | 10 | ||||
-rw-r--r-- | RZ-POOL/AccountValue/bin/Release/AccountValue.exe | bin | 329728 -> 328704 bytes | |||
-rw-r--r-- | RZ-POOL/AccountValue/bin/Release/AccountValue.pdb | bin | 69120 -> 81408 bytes | |||
-rw-r--r-- | RZ-POOL/AccountValue/bin/Release/Interop.SHDocVw.dll | bin | 139264 -> 139264 bytes | |||
-rw-r--r-- | RZ-POOL/AccountValue/obj/Release/AccountValue.Properties.Resources.resources | bin | 2745 -> 2745 bytes | |||
-rw-r--r-- | RZ-POOL/AccountValue/obj/Release/AccountValue.csproj.FileListAbsolute.txt | 18 | ||||
-rw-r--r-- | RZ-POOL/AccountValue/obj/Release/AccountValue.csproj.ResolveComReference.cache | bin | 593 -> 593 bytes | |||
-rw-r--r-- | RZ-POOL/AccountValue/obj/Release/AccountValue.exe | bin | 329728 -> 328704 bytes | |||
-rw-r--r-- | RZ-POOL/AccountValue/obj/Release/AccountValue.pdb | bin | 69120 -> 81408 bytes | |||
-rw-r--r-- | RZ-POOL/AccountValue/obj/Release/Interop.SHDocVw.dll | bin | 139264 -> 139264 bytes | |||
-rw-r--r-- | RZ-POOL/AccountValue/obj/Release/build.force | 0 |
12 files changed, 23 insertions, 5 deletions
diff --git a/RZ-POOL/AccountValue.suo b/RZ-POOL/AccountValue.suo Binary files differindex 7249606..24c3e7a 100644 --- a/RZ-POOL/AccountValue.suo +++ b/RZ-POOL/AccountValue.suo diff --git a/RZ-POOL/AccountValue/Form1.cs b/RZ-POOL/AccountValue/Form1.cs index c70b10f..0caf5ed 100644 --- a/RZ-POOL/AccountValue/Form1.cs +++ b/RZ-POOL/AccountValue/Form1.cs @@ -124,7 +124,7 @@ namespace AccountValue try { - MessageBox.Show("Wenn Sie die Drucker benutzen und Daten in Ihrem Homeverzeichnis speichern möchten, melden Sie sich bitte im Fenster, das gleich angezeigt wird, an!", "Information!", MessageBoxButtons.OK, MessageBoxIcon.Information); + //MessageBox.Show("Wenn Sie die Drucker benutzen und Daten in Ihrem Homeverzeichnis speichern möchten, melden Sie sich bitte im Fenster, das gleich angezeigt wird, an!", "Information!", MessageBoxButtons.OK, MessageBoxIcon.Information); } catch { } } @@ -167,14 +167,14 @@ namespace AccountValue mountHomeDirectory(); //########## Shared Directory mounten ############################# - mountSharedDirectory(); + //mountSharedDirectory(); //########## Drucker-Kontostand ################################### getAccountInformation(); //########## Scanner einbinden #################################### - if (info == null || info == "") MessageBox.Show("Speichern Sie bitte Ihre Dateien im Homeverzeichnis K: oder unter \"Eigenen Dateien\"!\nSpeichern Sie wichtige Daten nie außerhalb Ihres Homeverzeichnisses, da diese sonst nach dem Abmelden verloren werden.", "Wichtige Information!"); - else MessageBox.Show(info, "Wichtige Information"); + //if (info == null || info == "") MessageBox.Show("Speichern Sie bitte Ihre Dateien im Homeverzeichnis K: oder unter \"Eigenen Dateien\"!\nSpeichern Sie wichtige Daten nie außerhalb Ihres Homeverzeichnisses, da diese sonst nach dem Abmelden verloren werden.", "Wichtige Information!"); + //else MessageBox.Show(info, "Wichtige Information"); } //##################################################################### @@ -398,7 +398,7 @@ namespace AccountValue return; } //############################################## - createDesktopLinks("Homeverzeichnis K", "k:\\"); + //createDesktopLinks("Homeverzeichnis K", "k:\\"); } } diff --git a/RZ-POOL/AccountValue/bin/Release/AccountValue.exe b/RZ-POOL/AccountValue/bin/Release/AccountValue.exe Binary files differindex e449464..9713ef6 100644 --- a/RZ-POOL/AccountValue/bin/Release/AccountValue.exe +++ b/RZ-POOL/AccountValue/bin/Release/AccountValue.exe diff --git a/RZ-POOL/AccountValue/bin/Release/AccountValue.pdb b/RZ-POOL/AccountValue/bin/Release/AccountValue.pdb Binary files differindex 44035eb..20c3c77 100644 --- a/RZ-POOL/AccountValue/bin/Release/AccountValue.pdb +++ b/RZ-POOL/AccountValue/bin/Release/AccountValue.pdb diff --git a/RZ-POOL/AccountValue/bin/Release/Interop.SHDocVw.dll b/RZ-POOL/AccountValue/bin/Release/Interop.SHDocVw.dll Binary files differindex 9396fbd..ffed0de 100644 --- a/RZ-POOL/AccountValue/bin/Release/Interop.SHDocVw.dll +++ b/RZ-POOL/AccountValue/bin/Release/Interop.SHDocVw.dll diff --git a/RZ-POOL/AccountValue/obj/Release/AccountValue.Properties.Resources.resources b/RZ-POOL/AccountValue/obj/Release/AccountValue.Properties.Resources.resources Binary files differindex 1aa9122..259ee4a 100644 --- a/RZ-POOL/AccountValue/obj/Release/AccountValue.Properties.Resources.resources +++ b/RZ-POOL/AccountValue/obj/Release/AccountValue.Properties.Resources.resources diff --git a/RZ-POOL/AccountValue/obj/Release/AccountValue.csproj.FileListAbsolute.txt b/RZ-POOL/AccountValue/obj/Release/AccountValue.csproj.FileListAbsolute.txt index e22c5e0..ea0a426 100644 --- a/RZ-POOL/AccountValue/obj/Release/AccountValue.csproj.FileListAbsolute.txt +++ b/RZ-POOL/AccountValue/obj/Release/AccountValue.csproj.FileListAbsolute.txt @@ -16,3 +16,21 @@ C:\Users\Javier Castillo\Desktop\GIT\logintool\AccountValue\obj\Release\AccountV C:\Users\Javier Castillo\Desktop\GIT\logintool\AccountValue\obj\Release\AccountValue.Form3.resources C:\Users\Javier Castillo\Desktop\GIT\logintool\AccountValue\obj\Release\AccountValue.Properties.Resources.resources C:\Users\Javier Castillo\Desktop\GIT\logintool\AccountValue\obj\Release\AccountValue.csproj.GenerateResource.Cache +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\obj\Release\Interop.IWshRuntimeLibrary.dll +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\obj\Release\Interop.SHDocVw.dll +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\obj\Release\AccountValue.csproj.ResolveComReference.cache +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\obj\Release\AccountValue.exe +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\obj\Release\AccountValue.pdb +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\bin\Release\AccountValue.exe +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\bin\Release\AccountValue.pdb +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\bin\Release\ColorProgressBar.dll +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\bin\Release\TL.XML.dll +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\bin\Release\TL.XML.xml +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\bin\Release\Interop.IWshRuntimeLibrary.dll +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\bin\Release\Interop.SHDocVw.dll +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\obj\Release\ResolveAssemblyReference.cache +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\obj\Release\AccountValue.Form1.resources +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\obj\Release\AccountValue.Form2.resources +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\obj\Release\AccountValue.Form3.resources +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\obj\Release\AccountValue.Properties.Resources.resources +C:\Users\Javier Castillo\Desktop\GIT\logintool\RZ-POOL\AccountValue\obj\Release\AccountValue.csproj.GenerateResource.Cache diff --git a/RZ-POOL/AccountValue/obj/Release/AccountValue.csproj.ResolveComReference.cache b/RZ-POOL/AccountValue/obj/Release/AccountValue.csproj.ResolveComReference.cache Binary files differindex 3a9f25f..1dadee4 100644 --- a/RZ-POOL/AccountValue/obj/Release/AccountValue.csproj.ResolveComReference.cache +++ b/RZ-POOL/AccountValue/obj/Release/AccountValue.csproj.ResolveComReference.cache diff --git a/RZ-POOL/AccountValue/obj/Release/AccountValue.exe b/RZ-POOL/AccountValue/obj/Release/AccountValue.exe Binary files differindex e449464..9713ef6 100644 --- a/RZ-POOL/AccountValue/obj/Release/AccountValue.exe +++ b/RZ-POOL/AccountValue/obj/Release/AccountValue.exe diff --git a/RZ-POOL/AccountValue/obj/Release/AccountValue.pdb b/RZ-POOL/AccountValue/obj/Release/AccountValue.pdb Binary files differindex 44035eb..20c3c77 100644 --- a/RZ-POOL/AccountValue/obj/Release/AccountValue.pdb +++ b/RZ-POOL/AccountValue/obj/Release/AccountValue.pdb diff --git a/RZ-POOL/AccountValue/obj/Release/Interop.SHDocVw.dll b/RZ-POOL/AccountValue/obj/Release/Interop.SHDocVw.dll Binary files differindex 9396fbd..ffed0de 100644 --- a/RZ-POOL/AccountValue/obj/Release/Interop.SHDocVw.dll +++ b/RZ-POOL/AccountValue/obj/Release/Interop.SHDocVw.dll diff --git a/RZ-POOL/AccountValue/obj/Release/build.force b/RZ-POOL/AccountValue/obj/Release/build.force deleted file mode 100644 index e69de29..0000000 --- a/RZ-POOL/AccountValue/obj/Release/build.force +++ /dev/null |