Changeset 20 for trunk/UMainForm.lfm
- Timestamp:
- Feb 11, 2012, 10:56:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UMainForm.lfm
r19 r20 79 79 end 80 80 object ToolButton5: TToolButton 81 Left = 9381 Left = 116 82 82 Top = 2 83 83 Width = 10 … … 86 86 end 87 87 object ToolButton6: TToolButton 88 Left = 1 0388 Left = 149 89 89 Top = 2 90 90 Action = AProgramRun … … 96 96 end 97 97 object ToolButton8: TToolButton 98 Left = 14998 Left = 93 99 99 Top = 2 100 100 Action = AOptions 101 101 end 102 102 object ToolButton9: TToolButton 103 Left = 218 104 Top = 2 105 Action = ABreakpointToggle 106 end 107 object ToolButton10: TToolButton 103 108 Left = 172 104 109 Top = 2 105 Action = ABreakpointToggle 110 Action = AProgramPause 111 end 112 object ToolButton11: TToolButton 113 Left = 195 114 Top = 2 115 Action = AProgramStop 106 116 end 107 117 end … … 402 412 object MenuItemTarget: TMenuItem 403 413 Caption = 'Target' 404 object MenuItem21: TMenuItem405 Caption = 'New Item21'406 end407 414 end 408 415 object MenuItem17: TMenuItem … … 531 538 object MenuItem25: TMenuItem 532 539 Action = AFormatSource 540 end 541 object MenuItem27: TMenuItem 542 Action = AShrinkSource 533 543 end 534 544 end … … 727 737 Caption = 'Format source' 728 738 OnExecute = AFormatSourceExecute 739 end 740 object AShrinkSource: TAction 741 Caption = 'Shrink source' 742 OnExecute = AShrinkSourceExecute 729 743 end 730 744 end … … 1215 1229 Action = AFormatSource 1216 1230 end 1231 object MenuItem21: TMenuItem 1232 Action = AShrinkSource 1233 end 1217 1234 end 1218 1235 end
Note:
See TracChangeset
for help on using the changeset viewer.