Changeset 462 for trunk/Start.pas
- Timestamp:
- Nov 29, 2023, 10:23:29 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Start.pas
r459 r462 505 505 DeleteObject(r1); 506 506 r1 := CreateRectRgn(QuitBtn.Left, QuitBtn.Top, QuitBtn.Left + QuitBtn.Width, 507 QuitBtn. top + QuitBtn.Height);507 QuitBtn.Top + QuitBtn.Height); 508 508 CombineRgn(r0, r0, r1, RGN_OR); 509 509 DeleteObject(r1); … … 512 512 end else begin 513 513 BoundsRect := Bounds((Screen.Width - Width) div 2, 514 (Screen.Height - Height) div 2, Width, Height) 514 (Screen.Height - Height) div 2, Width, Height); 515 515 end; 516 516 end;
Note:
See TracChangeset
for help on using the changeset viewer.