Changeset 12 for trunk/UFormMain.lfm
- Timestamp:
- May 5, 2014, 3:33:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UFormMain.lfm
r11 r12 73 73 Action = AShowLog 74 74 end 75 object ToolButton5: TToolButton 76 Left = 93 77 Top = 2 78 Action = AOpenDir 79 DropdownMenu = PopupMenuOpenRecent 80 Style = tbsDropDown 81 end 82 object ToolButton6: TToolButton 83 Left = 128 84 Top = 2 85 Action = ACompare 86 DropdownMenu = PopupMenuCompareRecent 87 Style = tbsDropDown 88 end 75 89 end 76 90 object Memo1: TMemo … … 135 149 object MenuItem7: TMenuItem 136 150 Action = ACompare 151 Caption = 'Compare directory' 152 end 153 object MenuItemCompareRecent: TMenuItem 154 Caption = 'Compare recent' 137 155 end 138 156 object MenuItem9: TMenuItem … … 140 158 end 141 159 object MenuItem10: TMenuItem 142 Caption = 'Exit'160 Action = AExit 143 161 end 144 162 end … … 300 318 ShortCut = 16454 301 319 end 320 object AExit: TAction 321 Caption = 'Exit' 322 OnExecute = AExitExecute 323 ShortCut = 32883 324 end 302 325 end 303 326 object ImageList1: TImageList … … 468 491 } 469 492 end 470 object LastOpenedList 1: TLastOpenedList493 object LastOpenedListOpen: TLastOpenedList 471 494 MaxCount = 10 472 OnChange = LastOpenedList 1Change495 OnChange = LastOpenedListOpenChange 473 496 left = 144 474 497 top = 160 475 498 end 499 object PopupMenuOpenRecent: TPopupMenu 500 left = 194 501 top = 369 502 end 503 object PopupMenuCompareRecent: TPopupMenu 504 left = 192 505 top = 432 506 end 507 object LastOpenedListCompare: TLastOpenedList 508 MaxCount = 10 509 OnChange = LastOpenedListCompareChange 510 left = 144 511 top = 232 512 end 476 513 end
Note:
See TracChangeset
for help on using the changeset viewer.