Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Gui, Add, Picture, x62 y-1 w320 h120 , %A_ScriptDir%\logo.gif
- Gui, Add, Picture, x52 y209 w50 h50 , %A_ScriptDir%\lockandkey.png
- Gui, Add, Edit, x142 y219 w170 h30 vspeichern, %Fraktion%
- Gui, Add, Button, x172 y249 w110 h30 gSave, Speichern
- Gui, Add, Button, x172 y279 w110 h30 gWeiter, Weiter
- Gui,Color,Black
- Gui, Show, x600 y165 h379 w439, DeWitt Binder
- Return
- Save:
- GuiControlGet, Fraktion ,, speichern
- IniWrite, %Fraktion%, Fraktion.ini, Test, Beispiel
- IniRead, Fraktion, Fraktion.ini, Test, Beispiel
- return
- Weiter:
- IniRead, Fraktion, %Fraktion%, Fraktion.ini, Test, Beispiel
- If(Fraktion == SAPD) {
- #include SAPD.ahk
- } else {
- Gui, 2: Show, x600 y165 h379 w439, Wenn das auf geht funktioniert es
- }
- Sleep 100
- ExitApp
- return
Advertisement
Add Comment
Please, Sign In to add comment