Changeset 35 for trunk/Forms/UMainForm.lfm
- Timestamp:
- Feb 19, 2012, 12:03:21 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.lfm
r34 r35 590 590 Action = AProgramRunToCursor 591 591 end 592 object MenuItem31: TMenuItem 593 Action = AProgramShowExecutionPoint 594 end 592 595 end 593 596 object MenuItem24: TMenuItem … … 821 824 Caption = 'Step into' 822 825 ImageIndex = 15 826 OnExecute = AProgramStepIntoExecute 823 827 ShortCut = 118 824 828 end … … 827 831 Caption = 'Step over' 828 832 ImageIndex = 17 833 OnExecute = AProgramStepOverExecute 829 834 ShortCut = 119 830 835 end … … 833 838 Caption = 'Run to cursor' 834 839 ImageIndex = 14 840 OnExecute = AProgramRunToCursorExecute 835 841 ShortCut = 115 836 842 end … … 839 845 Caption = 'Step out' 840 846 ImageIndex = 16 847 OnExecute = AProgramStepOutExecute 841 848 ShortCut = 8311 842 849 end … … 876 883 Caption = 'Show position in target' 877 884 OnExecute = AShowTargetPositionExecute 885 ShortCut = 16393 878 886 end 879 887 object AShowSourcePosition: TAction 880 888 Caption = 'Show position in source' 881 889 OnExecute = AShowSourcePositionExecute 890 ShortCut = 16393 891 end 892 object AProgramShowExecutionPoint: TAction 893 Category = 'Program' 894 Caption = 'Show execution point' 895 OnExecute = AProgramShowExecutionPointExecute 882 896 end 883 897 end
Note:
See TracChangeset
for help on using the changeset viewer.