source: trunk/StudioPackage/Forms/UFormNewFile.lfm

Last change on this file was 15, checked in by chronos, 12 years ago
  • Added: Registration of new file templates for modules.
  • Added: Program stores last opened file list in registry.
File size: 951 bytes
Line 
1object FormNewFile: TFormNewFile
2 Left = 301
3 Height = 360
4 Top = 112
5 Width = 519
6 Caption = 'New item'
7 ClientHeight = 360
8 ClientWidth = 519
9 OnShow = FormShow
10 LCLVersion = '1.1'
11 object ButtonOk: TButton
12 Left = 432
13 Height = 25
14 Top = 328
15 Width = 75
16 Anchors = [akRight, akBottom]
17 Caption = 'Ok'
18 Default = True
19 ModalResult = 1
20 TabOrder = 0
21 end
22 object ButtonCancel: TButton
23 Left = 336
24 Height = 25
25 Top = 328
26 Width = 75
27 Anchors = [akRight, akBottom]
28 Caption = 'Cancel'
29 ModalResult = 7
30 TabOrder = 1
31 end
32 object ListView1: TListView
33 Left = 10
34 Height = 310
35 Top = 10
36 Width = 499
37 Anchors = [akTop, akLeft, akRight, akBottom]
38 Columns = <>
39 ReadOnly = True
40 TabOrder = 2
41 ViewStyle = vsIcon
42 OnChange = ListView1Change
43 OnDblClick = ListView1DblClick
44 OnKeyPress = ListView1KeyPress
45 OnSelectItem = ListView1SelectItem
46 end
47end
Note: See TracBrowser for help on using the repository browser.