1
0
mirror of synced 2024-09-19 17:56:09 +00:00

Fixed: changed poDesigned to poDefaultPosOnly

This commit is contained in:
Mark van Renswoude 2005-03-13 16:15:12 +00:00
parent ba8347180b
commit 396934b857

View File

@ -30,7 +30,7 @@ begin
AForm.WindowState := wsMaximized AForm.WindowState := wsMaximized
else with THackCustomForm(AForm) do begin else with THackCustomForm(AForm) do begin
WindowState := wsNormal; WindowState := wsNormal;
Position := poDesigned; Position := poDefaultPosOnly;
Left := ReadInteger('Left', Left); Left := ReadInteger('Left', Left);
Top := ReadInteger('Top', Top); Top := ReadInteger('Top', Top);
Width := ReadInteger('Width', Width); Width := ReadInteger('Width', Width);