Changeset 22
- Timestamp:
- Apr 8, 2015, 11:15:08 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UFormMain.lfm
r21 r22 12 12 OnShow = FormShow 13 13 LCLVersion = '1.5' 14 WindowState = wsMaximized 14 15 object PaintBox1: TPaintBox 15 16 Left = 0 -
trunk/UFormMain.pas
r21 r22 49 49 begin 50 50 Engine := TEngine.Create; 51 PaintBox1.ControlStyle := [csOpaque]; 51 52 end; 52 53
Note:
See TracChangeset
for help on using the changeset viewer.