source: trunk/Packages/Common/Demo/PersistentForm/Unit1.lfm

Last change on this file was 6, checked in by chronos, 10 years ago
  • Added: Now opened projects are remembered between application restarts.
  • Added: Show basic list of files in selected project.
  • Added: Packages Common and TemplateGenerics.
File size: 771 bytes
Line 
1object Form1: TForm1
2 Left = 779
3 Height = 622
4 Top = 364
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
42end
Note: See TracBrowser for help on using the repository browser.