Changeset 9 for trunk/Forms
- Timestamp:
- Aug 29, 2016, 5:17:45 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 3 3 lib 4 4 heaptrclog.trc 5 ChronOS.exe
-
- Property svn:ignore
-
trunk/Forms/UFormMain.lfm
r8 r9 5 5 Width = 932 6 6 Caption = 'Screen 1 - ChronOS' 7 ClientHeight = 6 587 ClientHeight = 662 8 8 ClientWidth = 932 9 9 Menu = MainMenu1 … … 12 12 OnKeyDown = FormKeyDown 13 13 OnShow = FormShow 14 LCLVersion = '1. 5'14 LCLVersion = '1.6.0.4' 15 15 object PaintBox1: TPaintBox 16 16 Left = 0 17 Height = 6 5817 Height = 662 18 18 Top = 0 19 19 Width = 932 -
trunk/Forms/UFormMain.pas
r8 r9 46 46 procedure VideoDeviceRedrawSync; 47 47 procedure SwitchFullScreen; 48 procedure EraseBackground(DC: HDC); override;49 48 public 50 49 Kernel: TKernel; 50 procedure EraseBackground(DC: HDC); override; 51 51 end; 52 52
Note:
See TracChangeset
for help on using the changeset viewer.