source: branches/generator/Packages/Common/Demo/PersistentForm/Unit1.lfm

Last change on this file was 114, checked in by chronos, 7 years ago
  • Added: Common and TemplateGenerics packages.
  • Added: Remember main and rules form dimensions.
File size: 885 bytes
Line 
1object Form1: TForm1
2 Left = 952
3 Height = 622
4 Top = 489
5 Width = 698
6 Caption = 'PersistentForm demo'
7 ClientHeight = 622
8 ClientWidth = 698
9 OnClose = FormClose
10 OnResize = FormResize
11 OnShow = FormShow
12 LCLVersion = '1.5'
13 object ListView1: TListView
14 Left = 0
15 Height = 622
16 Top = 0
17 Width = 698
18 Align = alClient
19 Columns = <
20 item
21 Caption = 'Property'
22 Width = 300
23 end
24 item
25 Caption = 'Value'
26 Width = 381
27 end>
28 TabOrder = 0
29 ViewStyle = vsReport
30 end
31 object PersistentForm1: TPersistentForm
32 MinVisiblePart = 50
33 EntireVisible = False
34 left = 112
35 top = 72
36 end
37 object Timer1: TTimer
38 OnTimer = Timer1Timer
39 left = 391
40 top = 314
41 end
42 object XMLConfig1: TXMLConfig
43 StartEmpty = False
44 RootName = 'CONFIG'
45 left = 240
46 top = 217
47 end
48end
Note: See TracBrowser for help on using the repository browser.