Update 'Case_Formatter.ahk'
This commit is contained in:
parent
4d848c4613
commit
6a803b887a
@ -2,13 +2,11 @@
|
|||||||
|
|
||||||
SetTitleMatchMode, 2
|
SetTitleMatchMode, 2
|
||||||
|
|
||||||
ini = %A_MyDocuments%\D3Ksettings.ini
|
|
||||||
|
|
||||||
; These next 3 options make it so that it's always on top, it there are no buttons, and doesn't show up in the alt-tab or taskbar
|
; These next 3 options make it so that it's always on top, it there are no buttons, and doesn't show up in the alt-tab or taskbar
|
||||||
Gui,+AlwaysOnTop
|
Gui,+AlwaysOnTop
|
||||||
Gui, +ToolWindow
|
Gui, +ToolWindow
|
||||||
|
|
||||||
IniRead, docfile, %ini%, USpec, DocFile, 0
|
docfile := ini_getValue(ini, "USpec", "DocFile")
|
||||||
|
|
||||||
CurrTimeEN := GetDateTime("en")
|
CurrTimeEN := GetDateTime("en")
|
||||||
CurrTimeDE := GetDateTime("de")
|
CurrTimeDE := GetDateTime("de")
|
||||||
@ -131,7 +129,7 @@ Write:
|
|||||||
FileAppend, Call received %CurrTimeEN%.`n`n, %docfile%
|
FileAppend, Call received %CurrTimeEN%.`n`n, %docfile%
|
||||||
If (Act = "0") ; Not an activation
|
If (Act = "0") ; Not an activation
|
||||||
{
|
{
|
||||||
FileAppend,Dealer called for, %docfile%
|
FileAppend,Dealer called for , %docfile%
|
||||||
}
|
}
|
||||||
|
|
||||||
Else If (Act = "1") ; Warrant
|
Else If (Act = "1") ; Warrant
|
||||||
@ -151,7 +149,7 @@ Write:
|
|||||||
|
|
||||||
If (Act = "0") ; Not an activation
|
If (Act = "0") ; Not an activation
|
||||||
{
|
{
|
||||||
FileAppend,Händler rief an mit, %docfile%
|
FileAppend,Händler rief an mit , %docfile%
|
||||||
}
|
}
|
||||||
|
|
||||||
Else If (Act = "1") ; Warrant
|
Else If (Act = "1") ; Warrant
|
||||||
|
Loading…
Reference in New Issue
Block a user