source: trunk/IDE/Forms/FormProjectNew.lfm

Last change on this file was 75, checked in by chronos, 6 months ago
  • Modified: Removed U prefix from unit names.
  • Modified: Updated Common package.
File size: 903 bytes
Line 
1object FormProjectNew: TFormProjectNew
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 = 424
13 Height = 25
14 Top = 328
15 Width = 75
16 Anchors = [akRight, akBottom]
17 Caption = 'Ok'
18 ModalResult = 1
19 TabOrder = 0
20 end
21 object ButtonCancel: TButton
22 Left = 336
23 Height = 25
24 Top = 328
25 Width = 75
26 Anchors = [akRight, akBottom]
27 Caption = 'Cancel'
28 ModalResult = 7
29 TabOrder = 1
30 end
31 object ListView1: TListView
32 Left = 10
33 Height = 310
34 Top = 10
35 Width = 494
36 Anchors = [akTop, akLeft, akRight, akBottom]
37 Columns = <>
38 ReadOnly = True
39 TabOrder = 2
40 ViewStyle = vsIcon
41 OnChange = ListView1Change
42 OnDblClick = ListView1DblClick
43 OnSelectItem = ListView1SelectItem
44 end
45end
Note: See TracBrowser for help on using the repository browser.