Changeset 13 for trunk/UMainForm.lfm
- Timestamp:
- Feb 11, 2012, 5:53:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UMainForm.lfm
r12 r13 94 94 Action = ACompile 95 95 end 96 object ToolButton8: TToolButton 97 Left = 149 98 Top = 2 99 Action = AOptions 100 end 96 101 end 97 102 object TabControl1: TTabControl … … 518 523 object MenuItem18: TMenuItem 519 524 Caption = 'View' 525 object MenuItem22: TMenuItem 526 Action = AOptions 527 end 520 528 object MenuItem19: TMenuItem 521 529 Action = AViewInterpretter … … 663 671 object ABreakpointUnset: TAction 664 672 Caption = 'Unset breakpoint' 673 end 674 object AOptions: TAction 675 Caption = 'Options' 676 ImageIndex = 2 677 OnExecute = AOptionsExecute 665 678 end 666 679 end
Note:
See TracChangeset
for help on using the changeset viewer.