object FormProjectGroup: TFormProjectGroup Left = 608 Height = 533 Top = 453 Width = 610 Caption = 'Project group' ClientHeight = 533 ClientWidth = 610 OnShow = FormShow LCLVersion = '1.5' object TreeView1: TTreeView Left = 4 Height = 525 Top = 4 Width = 602 Align = alClient BorderSpacing.Around = 4 DefaultItemHeight = 28 PopupMenu = PopupMenu1 TabOrder = 0 end object PopupMenu1: TPopupMenu Images = Core.ImageList1 left = 223 top = 141 object MenuItem1: TMenuItem Action = AModify Default = True end object MenuItem2: TMenuItem Action = AAdd end object MenuItem3: TMenuItem Action = ARemove end end object ActionList1: TActionList Images = Core.ImageList1 left = 224 top = 208 object AAdd: TAction Caption = 'Add' end object ARemove: TAction Caption = 'Remove' end object AModify: TAction Caption = 'Modify' end end end