Last change
on this file was 66, checked in by chronos, 6 weeks ago |
- Added: Api calls to show windows.
|
File size:
445 bytes
|
Line | |
---|
1 | object FormScreen: TFormScreen
|
---|
2 | Left = 583
|
---|
3 | Height = 563
|
---|
4 | Top = 517
|
---|
5 | Width = 897
|
---|
6 | Caption = 'Screen'
|
---|
7 | ClientHeight = 563
|
---|
8 | ClientWidth = 897
|
---|
9 | DesignTimePPI = 144
|
---|
10 | LCLVersion = '3.6.0.0'
|
---|
11 | object PaintBox1: TPaintBox
|
---|
12 | Left = 0
|
---|
13 | Height = 563
|
---|
14 | Top = 0
|
---|
15 | Width = 897
|
---|
16 | Align = alClient
|
---|
17 | OnPaint = PaintBox1Paint
|
---|
18 | end
|
---|
19 | object Timer1: TTimer
|
---|
20 | Interval = 20
|
---|
21 | OnTimer = Timer1Timer
|
---|
22 | Left = 325
|
---|
23 | Top = 170
|
---|
24 | end
|
---|
25 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.