Changeset 25 for trunk/Forms/UMainForm.lfm
- Timestamp:
- Feb 13, 2012, 9:47:18 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.lfm
r24 r25 82 82 Top = 2 83 83 Width = 10 84 Caption = 'ToolButton5'85 84 Style = tbsSeparator 86 85 end … … 412 411 0000000000000000000000000000000000000000000000000000 413 412 } 413 end 414 object MenuItem31: TMenuItem 415 Action = ACompileAndRun 414 416 end 415 417 object MenuItemTarget: TMenuItem … … 590 592 } 591 593 end 594 object MenuItem30: TMenuItem 595 Action = AViewCompilers 596 end 592 597 object MenuItem19: TMenuItem 593 598 Action = AViewInterpretter … … 648 653 top = 96 649 654 object AProjectOpen: TAction 655 Category = 'Project' 650 656 Caption = 'Open' 651 657 ImageIndex = 7 … … 654 660 end 655 661 object AProjectSave: TAction 662 Category = 'Project' 656 663 Caption = 'Save' 657 664 ImageIndex = 0 … … 660 667 end 661 668 object AProjectClose: TAction 669 Category = 'Project' 662 670 Caption = 'Close' 663 671 ImageIndex = 4 … … 666 674 end 667 675 object AProjectSaveAs: TAction 676 Category = 'Project' 668 677 Caption = 'Save as...' 669 678 ImageIndex = 0 … … 672 681 end 673 682 object AProjectNew: TAction 683 Category = 'Project' 674 684 Caption = 'New' 675 685 ImageIndex = 9 … … 688 698 OnExecute = ACompileExecute 689 699 end 700 object ACompileAndRun: TAction 701 Caption = 'Compile and run' 702 OnExecute = ACompileAndRunExecute 703 end 690 704 object AProgramRun: TAction 691 705 Caption = 'Run' … … 711 725 end 712 726 object AViewInterpretter: TAction 727 Category = 'View' 713 728 Caption = 'Interpretter' 714 729 OnExecute = AViewInterpretterExecute 715 730 end 716 731 object AViewCompiled: TAction 732 Category = 'View' 717 733 Caption = 'Compiled' 718 734 OnExecute = AViewCompiledExecute … … 736 752 end 737 753 object AOptions: TAction 754 Category = 'View' 738 755 Caption = 'Options' 739 756 ImageIndex = 2 … … 741 758 end 742 759 object AFormatSource: TAction 760 Category = 'Tool' 743 761 Caption = 'Format source' 744 762 OnExecute = AFormatSourceExecute 745 763 end 746 764 object AShrinkSource: TAction 765 Category = 'Tool' 747 766 Caption = 'Shrink source' 748 767 OnExecute = AShrinkSourceExecute 749 768 end 750 769 object AGenerateNumber: TAction 770 Category = 'Tool' 751 771 Caption = 'Generate code for number' 752 772 ImageIndex = 13 753 773 OnExecute = AGenerateNumberExecute 774 end 775 object AViewCompilers: TAction 776 Category = 'View' 777 Caption = 'Compilers' 778 OnExecute = AViewCompilersExecute 754 779 end 755 780 end
Note:
See TracChangeset
for help on using the changeset viewer.