Changeset 584 for Common/Forms/FormKeyShortcuts.lfm
- Timestamp:
- Jan 17, 2025, 8:00:49 AM (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/Forms/FormKeyShortcuts.lfm
r580 r584 11 11 OnDestroy = FormDestroy 12 12 OnShow = FormShow 13 LCLVersion = '3. 4.0.0'13 LCLVersion = '3.6.0.0' 14 14 object ListView1: TListView 15 Left = 5 16 Height = 319 17 Top = 5 18 Width = 694 19 Align = alClient 20 BorderSpacing.Around = 5 15 Left = 10 16 Height = 262 17 Top = 10 18 Width = 684 19 Align = alTop 20 Anchors = [akTop, akLeft, akRight, akBottom] 21 BorderSpacing.Around = 10 21 22 Columns = < 22 23 item … … 42 43 OnKeyPress = ListView1KeyPress 43 44 end 45 object ButtonClose: TButton 46 Left = 581 47 Height = 37 48 Top = 284 49 Width = 113 50 Anchors = [akRight, akBottom] 51 Caption = 'Close' 52 ModalResult = 11 53 TabOrder = 1 54 OnClick = ButtonCloseClick 55 end 44 56 object PopupMenu1: TPopupMenu 45 57 Left = 408 … … 55 67 Column = 0 56 68 Order = soNone 57 Left = 2 0058 Top = 1 6069 Left = 221 70 Top = 144 59 71 end 60 72 end
Note:
See TracChangeset
for help on using the changeset viewer.