source: branches/simple/Forms/FormScreen.lfm

Last change on this file was 41, checked in by chronos, 16 months ago
  • Modified: Screen and console made as separate forms.
File size: 477 bytes
Line 
1object FormScreen: TFormScreen
2 Left = 527
3 Height = 676
4 Top = 376
5 Width = 931
6 Caption = 'Screen'
7 ClientHeight = 676
8 ClientWidth = 931
9 DesignTimePPI = 144
10 LCLVersion = '2.2.6.0'
11 object Image1: TImage
12 Left = 0
13 Height = 676
14 Top = 0
15 Width = 931
16 Align = alClient
17 Center = True
18 Proportional = True
19 Stretch = True
20 end
21 object TimerDraw: TTimer
22 Interval = 50
23 OnTimer = TimerDrawTimer
24 Left = 549
25 Top = 144
26 end
27end
Note: See TracBrowser for help on using the repository browser.