Changeset 45 for trunk/Forms/UFormMain.pas
- Timestamp:
- Jul 12, 2012, 7:08:10 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.pas
r44 r45 8 8 Classes, SysUtils, FileUtil, SynEdit, Forms, Controls, Graphics, Dialogs, 9 9 Menus, ActnList, StdCtrls, ComCtrls, ExtCtrls, UTargetInterpretter, 10 UCoolTranslator, StrUtils, SpecializedList, UTarget, Registry, URegistry,11 ULastOpenedList, Process;10 UCoolTranslator, StrUtils, SpecializedList, UTarget, UApplicationInfo, 11 Registry, URegistry, ULastOpenedList, Process; 12 12 13 13 const … … 19 19 20 20 TMainForm = class(TForm) 21 ApplicationInfo: TApplicationInfo; 21 22 AProgramShowExecutionPoint: TAction; 22 23 AShowSourcePosition: TAction; … … 197 198 198 199 uses 199 UFormCPU, U ApplicationInfo, UFormOptions, UFormMessages, UTargetJava,200 UFormCPU, UFormOptions, UFormMessages, UTargetJava, 200 201 UTargetDelphi, UTargetPHP, UTargetC, UFormTargets, UFormOutput, UFormInput, 201 202 UFormMemory; … … 338 339 procedure TMainForm.LastOpenedListChange(Sender: TObject); 339 340 begin 340 LastOpenedList.LoadToMenuItem(MenuItemOpenRecent );341 LastOpenedList.LoadToMenuItem(MenuItemOpenRecent, AProjectOpenRecentExecute); 341 342 end; 342 343 … … 446 447 LastOpenedList := TLastOpenedList.Create(nil); 447 448 LastOpenedList.OnChange := LastOpenedListChange; 448 LastOpenedList.ClickAction := AProjectOpenRecentExecute;449 449 LoadFromRegistry(RegistryRoot, ApplicationInfo.RegistryKey); 450 450 end;
Note:
See TracChangeset
for help on using the changeset viewer.