Changeset 154 for trunk/Forms/FormMain.lfm
- Timestamp:
- Aug 14, 2024, 10:51:18 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormMain.lfm
r153 r154 388 388 Action = AHelp 389 389 end 390 object MenuItem29: TMenuItem 391 Action = AKeyShortcuts 392 end 390 393 object MenuItem14: TMenuItem 391 394 Action = AAbout … … 453 456 end 454 457 object AAbout: TAction 458 Category = 'Help' 455 459 Caption = 'About' 456 460 OnExecute = AAboutExecute 457 461 end 458 462 object AHelp: TAction 463 Category = 'Help' 459 464 Caption = 'Help' 460 465 ImageIndex = 6 … … 514 519 end 515 520 object AViewCompilers: TAction 516 Category = ' View'521 Category = 'Tools' 517 522 Caption = 'Compilers' 518 523 OnExecute = AViewCompilersExecute … … 534 539 end 535 540 object AViewLog: TAction 536 Category = ' View'541 Category = 'Tools' 537 542 Caption = 'Log' 538 543 OnExecute = AViewLogExecute … … 546 551 Category = 'View' 547 552 Caption = 'Full screen' 553 ImageIndex = 31 548 554 OnExecute = AFullScreenExecute 549 555 ShortCut = 122 556 end 557 object AKeyShortcuts: TAction 558 Category = 'Help' 559 Caption = 'Key shortcuts' 560 ImageIndex = 32 561 OnExecute = AKeyShortcutsExecute 550 562 end 551 563 end
Note:
See TracChangeset
for help on using the changeset viewer.