Changeset 85 for trunk/Back.pas
- Timestamp:
- Jan 16, 2017, 7:27:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Back.pas
r73 r85 5 5 6 6 uses 7 LCLIntf, LCLType, SysUtils, Classes, Graphics, Forms ;7 LCLIntf, LCLType, SysUtils, Classes, Graphics, Forms, Controls; 8 8 9 9 type … … 44 44 LoadGraphicFile(img, HomeDir + 'Graphics' + DirectorySeparator + 'Background.png'); 45 45 end; 46 BoundsRect := Screen.MonitorFromWindow(Handle).BoundsRect; 47 FormStyle := fsStayOnTop; 46 48 end else begin 47 49 WindowState := wsNormal;
Note:
See TracChangeset
for help on using the changeset viewer.