Option 1:
Einstellungen:
IniRead,Name,Saves.ini,Einstellungen:,Name
IniRead,Passwort,Saves.ini,Einstellungen:,Passwort
Gui, 2: color, 1C1C1C
Gui, 2: Add, Text, x21 y35 w50 h20 cWhite, Name:
Gui, 2: Add, Text, x261 y35 w100 h20 cWhite, Passwort (optional):
Gui, 2: Add, GroupBox, x11 y15 w510 h80 cWhite, InGame
Gui, 2: Add, Button, x282 y183 w130 h40 gGuiClose2, Abbrechen
Gui, 2: Add, Button, x142 y183 w130 h40 gSpeichernEinstellungen, Speichern
Gui, 2: Add, Edit, x81 y35 w160 h20 vName, %Name%
Gui, 2: Add, Edit, x371 y35 w140 h20 vPasswort, %Passwort%
Gui, 2: Show, x254 y211 h242 w556, Keybinder
GuiControl, +Password, Passwort
return
Alles anzeigen
Option 2:
IniRead,Name,Saves.ini,Einstellungen:,Name
IniRead,Passwort,Saves.ini,Einstellungen:,Passwort
Gui, 2: color, 1C1C1C
Gui, 2: Add, Text, x21 y35 w50 h20 cWhite, Name:
Gui, 2: Add, Text, x261 y35 w100 h20 cWhite, Passwort (optional):
Gui, 2: Add, GroupBox, x11 y15 w510 h80 cWhite, InGame
Gui, 2: Add, Button, x282 y183 w130 h40 gGuiClose2, Abbrechen
Gui, 2: Add, Button, x142 y183 w130 h40 gSpeichernEinstellungen, Speichern
Gui, 2: Add, Edit, x81 y35 w160 h20 vName, %Name%
Gui, 2: Add, Edit, x371 y35 w140 h20 Password vPasswort, %Passwort%
Gui, 2: Show, x254 y211 h242 w556, Keybinder
Alles anzeigen
//Edit Option 2 ist schöner