source: Common/Demo/PersistentForm/Unit1.lfm

Last change on this file was 563, checked in by chronos, 18 months ago
  • Modified: Removed U prefix from all Common package units.
File size: 936 bytes
Line 
1object Form1: TForm1
2 Left = 952
3 Height = 933
4 Top = 449
5 Width = 1047
6 Caption = 'PersistentForm demo'
7 ClientHeight = 933
8 ClientWidth = 1047
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnResize = FormResize
12 OnShow = FormShow
13 LCLVersion = '2.2.6.0'
14 object ListView1: TListView
15 Left = 0
16 Height = 933
17 Top = 0
18 Width = 1047
19 Align = alClient
20 Columns = <
21 item
22 Caption = 'Property'
23 Width = 450
24 end
25 item
26 Caption = 'Value'
27 Width = 582
28 end>
29 TabOrder = 0
30 ViewStyle = vsReport
31 end
32 object PersistentForm1: TPersistentForm
33 MinVisiblePart = 50
34 EntireVisible = False
35 Left = 168
36 Top = 108
37 end
38 object Timer1: TTimer
39 OnTimer = Timer1Timer
40 Left = 587
41 Top = 471
42 end
43 object XMLConfig1: TXMLConfig
44 StartEmpty = False
45 RootName = 'CONFIG'
46 ReadOnly = False
47 Left = 360
48 Top = 326
49 end
50end
Note: See TracBrowser for help on using the repository browser.