Changeset 178 for trunk/Packages/Common/Forms
- Timestamp:
- Aug 27, 2024, 9:53:16 AM (3 months ago)
- Location:
- trunk/Packages/Common/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Forms/FormKeyShortcuts.lfm
r177 r178 55 55 Column = 0 56 56 Order = soNone 57 Left = 2 5558 Top = 1 3857 Left = 200 58 Top = 160 59 59 end 60 60 end -
trunk/Packages/Common/Forms/FormKeyShortcuts.pas
r177 r178 6 6 Classes, SysUtils, FileUtil, LResources, Forms, Controls, Graphics, Dialogs, 7 7 ComCtrls, ActnList, LCLProc, Menus, FormEx, Generics.Collections, ImgList, 8 ListViewSort;8 StdCtrls, ListViewSort; 9 9 10 10 type … … 42 42 SMainForm = 'Main window'; 43 43 SGlobal = 'Global'; 44 // TODO: https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/41095 45 {$hints off} 46 SAction = 'Action'; 47 SWindow = 'Window'; 48 SExecute = 'Execute'; 49 SShortcut = 'Shortcut'; 50 SKeyShortcuts = 'Key shortcuts'; 44 51 45 52 { TFormKeyShortcuts }
Note:
See TracChangeset
for help on using the changeset viewer.