Changeset 317 for trunk/Forms/FormList.lfm
- Timestamp:
- Jun 21, 2024, 12:44:53 PM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormList.lfm
r316 r317 1 1 object FormList: TFormList 2 Left = 7792 Left = 1040 3 3 Height = 360 4 Top = 2364 Top = 540 5 5 Width = 480 6 6 Caption = 'List' … … 8 8 ClientWidth = 480 9 9 DesignTimePPI = 144 10 OnClose = FormClose11 10 OnCreate = FormCreate 12 11 OnShow = FormShow 13 LCLVersion = ' 2.0.2.0'12 LCLVersion = '3.4.0.0' 14 13 object ListView1: TListView 15 14 Left = 0 … … 70 69 object ActionList1: TActionList 71 70 Images = Core.ImageListSmall 72 left = 20873 top = 16371 Left = 208 72 Top = 163 74 73 object AAdd: TAction 75 74 Caption = 'Add' … … 100 99 object PopupMenu1: TPopupMenu 101 100 Images = Core.ImageListSmall 102 left = 352103 top = 160101 Left = 352 102 Top = 160 104 103 object MenuItem1: TMenuItem 105 104 Action = AAdd
Note:
See TracChangeset
for help on using the changeset viewer.