source: trunk/Forms/FormProjectGroup.lfm

Last change on this file was 23, checked in by chronos, 2 weeks ago
  • Modified: All unit renamed to names without U prefix.
  • Modified: Removed global form variables.
  • Modified: Code cleanup.
File size: 1005 bytes
Line 
1object FormProjectGroup: TFormProjectGroup
2 Left = 1062
3 Height = 533
4 Top = 454
5 Width = 610
6 Caption = 'Project group'
7 ClientHeight = 533
8 ClientWidth = 610
9 OnShow = FormShow
10 LCLVersion = '1.5'
11 object TreeView1: TTreeView
12 Left = 4
13 Height = 525
14 Top = 4
15 Width = 602
16 Align = alClient
17 BorderSpacing.Around = 4
18 DefaultItemHeight = 28
19 PopupMenu = PopupMenu1
20 TabOrder = 0
21 end
22 object PopupMenu1: TPopupMenu
23 Images = Core.ImageList1
24 left = 223
25 top = 141
26 object MenuItem1: TMenuItem
27 Action = AModify
28 Default = True
29 end
30 object MenuItem2: TMenuItem
31 Action = AAdd
32 end
33 object MenuItem3: TMenuItem
34 Action = ARemove
35 end
36 end
37 object ActionList1: TActionList
38 Images = Core.ImageList1
39 left = 224
40 top = 208
41 object AAdd: TAction
42 Caption = 'Add'
43 end
44 object ARemove: TAction
45 Caption = 'Remove'
46 end
47 object AModify: TAction
48 Caption = 'Modify'
49 end
50 end
51end
Note: See TracBrowser for help on using the repository browser.