Changeset 43 for trunk/IDE/Forms/UMainForm.lfm
- Timestamp:
- Feb 29, 2012, 8:23:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Forms/UMainForm.lfm
r42 r43 74 74 Top = 2 75 75 Action = ARun 76 end 77 object ToolButton9: TToolButton 78 Left = 172 79 Top = 2 80 Action = APause 81 end 82 object ToolButton10: TToolButton 83 Left = 195 84 Top = 2 85 Action = AStop 76 86 end 77 87 end … … 395 405 object MenuItem7: TMenuItem 396 406 Caption = 'Run' 407 object MenuItemProducer: TMenuItem 408 Caption = 'Target' 409 end 397 410 object MenuItem8: TMenuItem 398 411 Action = ABuild … … 433 446 0000000000000000000000000000000000000000000000000000 434 447 } 448 end 449 object MenuItem27: TMenuItem 450 Caption = '-' 435 451 end 436 452 object MenuItem14: TMenuItem … … 473 489 } 474 490 end 475 object MenuItemProducer: TMenuItem 476 Caption = 'Target' 491 object MenuItem25: TMenuItem 492 Action = APause 493 end 494 object MenuItem26: TMenuItem 495 Action = AStop 496 end 497 object MenuItem32: TMenuItem 498 Action = AReset 499 end 500 object MenuItem28: TMenuItem 501 Action = AStepIn 502 end 503 object MenuItem29: TMenuItem 504 Action = AStepOver 505 end 506 object MenuItem30: TMenuItem 507 Action = AStepOut 508 end 509 object MenuItem31: TMenuItem 510 Action = ARunToCursor 477 511 end 478 512 end … … 633 667 ImageIndex = 12 634 668 OnExecute = ABuildExecute 635 ShortCut = 1 20669 ShortCut = 16504 636 670 end 637 671 object AExit: TAction … … 641 675 end 642 676 object ARun: TAction 677 Category = 'Run' 643 678 Caption = 'Run' 644 679 ImageIndex = 13 680 ShortCut = 120 645 681 end 646 682 object AAbout: TAction … … 692 728 Caption = 'Targets' 693 729 OnExecute = AViewTargetsExecute 730 end 731 object AStop: TAction 732 Category = 'Run' 733 Caption = 'Stop' 734 ShortCut = 16497 735 end 736 object APause: TAction 737 Category = 'Run' 738 Caption = 'Pause' 739 end 740 object AReset: TAction 741 Category = 'Run' 742 Caption = 'Reset' 743 end 744 object AStepOver: TAction 745 Category = 'Run' 746 Caption = 'Step over' 747 ShortCut = 119 748 end 749 object AStepIn: TAction 750 Category = 'Run' 751 Caption = 'Step in' 752 ShortCut = 118 753 end 754 object AStepOut: TAction 755 Category = 'Run' 756 Caption = 'Step out' 757 ShortCut = 8311 758 end 759 object ARunToCursor: TAction 760 Category = 'Run' 761 Caption = 'Run to cursor' 762 ShortCut = 115 694 763 end 695 764 end
Note:
See TracChangeset
for help on using the changeset viewer.