Changeset 55 for trunk/IDE/Forms/UFormProject.lfm
- Timestamp:
- Jul 13, 2012, 1:49:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Forms/UFormProject.lfm
r45 r55 7 7 ClientHeight = 253 8 8 ClientWidth = 331 9 LCLVersion = ' 0.9.31'9 LCLVersion = '1.1' 10 10 object TreeViewProject: TTreeView 11 11 Left = 0 … … 14 14 Width = 331 15 15 Align = alClient 16 DefaultItemHeight = 16 17 PopupMenu = PopupMenuFile 16 18 ReadOnly = True 17 19 TabOrder = 0 … … 19 21 Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw] 20 22 end 23 object PopupMenuFile: TPopupMenu 24 Images = FormMain.ImageList1 25 left = 94 26 top = 38 27 object MenuItem4: TMenuItem 28 Action = AShow 29 end 30 object MenuItem1: TMenuItem 31 Action = AAdd 32 end 33 object MenuItem2: TMenuItem 34 Action = ADelete 35 end 36 object MenuItem3: TMenuItem 37 Action = ARename 38 end 39 end 40 object ActionList1: TActionList 41 left = 184 42 top = 40 43 object AAdd: TAction 44 Caption = 'Add' 45 OnExecute = AAddExecute 46 end 47 object ADelete: TAction 48 Caption = 'Delete' 49 end 50 object ARename: TAction 51 Caption = 'Rename' 52 end 53 object AShow: TAction 54 Caption = 'Show' 55 end 56 end 57 object OpenDialog1: TOpenDialog 58 left = 94 59 top = 98 60 end 21 61 end
Note:
See TracChangeset
for help on using the changeset viewer.