Changeset 9 for trunk/StudioPackage/Forms/UFormMain.lfm
- Timestamp:
- Aug 3, 2012, 1:34:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/StudioPackage/Forms/UFormMain.lfm
r8 r9 1 1 object FormMain: TFormMain 2 Left = 2 652 Left = 256 3 3 Height = 520 4 Top = 1 444 Top = 122 5 5 Width = 747 6 6 Caption = 'LibreDevelop Studio' … … 391 391 object MenuItem2: TMenuItem 392 392 Caption = 'Edit' 393 object MenuItem36: TMenuItem 394 Action = AUndo 395 end 396 object MenuItem35: TMenuItem 397 Action = ARedo 398 end 399 object MenuItem18: TMenuItem 400 Caption = '-' 401 end 393 402 object MenuItem4: TMenuItem 394 403 Action = AClipboardCopy … … 508 517 } 509 518 end 519 object MenuItem47: TMenuItem 520 Action = ADelete 521 end 510 522 object MenuItem7: TMenuItem 511 523 Action = ASelectAll 524 end 525 end 526 object MenuItem37: TMenuItem 527 Caption = 'Search' 528 object MenuItem38: TMenuItem 529 Action = ASearch 530 end 531 object MenuItem39: TMenuItem 532 Action = ASearchInFiles 533 end 534 object MenuItem40: TMenuItem 535 Action = AFindNext 536 end 537 object MenuItem41: TMenuItem 538 Action = AFindPrevious 539 end 540 object MenuItem42: TMenuItem 541 Caption = '-' 542 end 543 object MenuItem43: TMenuItem 544 Action = AReplace 545 end 546 object MenuItem44: TMenuItem 547 Action = AReplaceInFiles 548 end 549 object MenuItem45: TMenuItem 550 Caption = '-' 551 end 552 object MenuItem46: TMenuItem 553 Action = AGoToLineNumber 512 554 end 513 555 end … … 571 613 } 572 614 end 615 object MenuItem48: TMenuItem 616 Action = AViewModules 617 end 573 618 end 574 619 object MenuItem17: TMenuItem … … 718 763 Caption = 'Close' 719 764 ImageIndex = 3 765 OnExecute = AFileCloseExecute 766 end 767 object AUndo: TAction 768 Category = 'File' 769 Caption = 'Undo' 770 end 771 object ARedo: TAction 772 Category = 'File' 773 Caption = 'Redo' 774 end 775 object ASearch: TAction 776 Category = 'Search' 777 Caption = 'Search' 778 end 779 object AReplace: TAction 780 Category = 'Search' 781 Caption = 'Replace' 782 end 783 object ASearchInFiles: TAction 784 Category = 'Search' 785 Caption = 'Search in files' 786 end 787 object AGoToLineNumber: TAction 788 Category = 'Search' 789 Caption = 'Go to line number...' 790 end 791 object AReplaceInFiles: TAction 792 Category = 'Search' 793 Caption = 'Replace in files' 794 end 795 object AFindNext: TAction 796 Category = 'Search' 797 Caption = 'Find next' 798 ShortCut = 114 799 end 800 object AFindPrevious: TAction 801 Category = 'Search' 802 Caption = 'Find previous' 803 ShortCut = 8306 804 end 805 object ADelete: TAction 806 Category = 'Edit' 807 Caption = 'Delete' 808 end 809 object AViewModules: TAction 810 Caption = 'Modules' 811 OnExecute = AViewModulesExecute 720 812 end 721 813 end
Note:
See TracChangeset
for help on using the changeset viewer.