Changeset 46 for trunk/IDE/Forms/UFormMain.pas
- Timestamp:
- Mar 4, 2012, 10:35:47 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Forms/UFormMain.pas
r45 r46 8 8 SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, 9 9 UCompiler, Registry, ComCtrls, ExtCtrls, SynEdit, SynHighlighterPas, 10 UCDManager, UProject, FileUtil, Menus, ActnList, UCDClient, UCDMaster, 11 UCDConjoinForm, UCDWindowList, UCDLayout, UCDCustomize, UCoolTranslator, 12 UFormTargetCode, UFormCodeTree, URegistry, ULastOpenedList, UApplicationInfo, 10 UProject, FileUtil, Menus, ActnList, 11 UCoolTranslator, UFormTargetCode, UFormCodeTree, URegistry, ULastOpenedList, UApplicationInfo, 13 12 UDebugLog; 14 13 … … 335 334 336 335 procedure TFormMain.DockInit; 337 var338 Container1: TCDConjoinForm;339 Container2: TCDConjoinForm;336 //var 337 //Container1: TCDConjoinForm; 338 //Container2: TCDConjoinForm; 340 339 begin 341 340 FormSourceCode.ManualDock(TabSheetSource, nil, alClient);
Note:
See TracChangeset
for help on using the changeset viewer.