Changeset 75 for trunk/IDE/Forms/FormProject.lfm
- Timestamp:
- Jun 4, 2024, 12:22:49 AM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Forms/FormProject.lfm
r74 r75 1 1 object FormProject: TFormProject 2 2 Left = 507 3 Height = 2533 Height = 380 4 4 Top = 197 5 Width = 3315 Width = 496 6 6 Caption = 'Project manager' 7 ClientHeight = 253 8 ClientWidth = 331 9 LCLVersion = '1.1' 7 ClientHeight = 380 8 ClientWidth = 496 9 DesignTimePPI = 144 10 LCLVersion = '3.2.0.0' 10 11 object TreeViewProject: TTreeView 11 12 Left = 0 12 Height = 25313 Height = 380 13 14 Top = 0 14 Width = 33115 Width = 496 15 16 Align = alClient 16 DefaultItemHeight = 1617 17 PopupMenu = PopupMenuFile 18 18 ReadOnly = True … … 24 24 object PopupMenuFile: TPopupMenu 25 25 Images = FormMain.ImageList1 26 left = 9427 top = 3826 Left = 141 27 Top = 57 28 28 object MenuItem4: TMenuItem 29 29 Action = AShow … … 40 40 end 41 41 object ActionList1: TActionList 42 left = 18443 top = 4042 Left = 276 43 Top = 60 44 44 object AAdd: TAction 45 45 Caption = 'Add' … … 60 60 end 61 61 object OpenDialog1: TOpenDialog 62 left = 9463 top = 9862 Left = 141 63 Top = 147 64 64 end 65 65 end
Note:
See TracChangeset
for help on using the changeset viewer.