Changeset 30 for trunk/IDE/Forms/UCodeForm.pas
- Timestamp:
- Apr 25, 2011, 7:46:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Forms/UCodeForm.pas
r24 r30 6 6 7 7 uses 8 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, UC oolDocking,8 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, UCDClient, 9 9 SynEdit, SynHighlighterPas, UProject; 10 10 … … 14 14 15 15 TCodeForm = class(TForm) 16 CoolDockClient1: TC oolDockClient;16 CoolDockClient1: TCDClient; 17 17 SynEditSource: TSynEdit; 18 18 SynPasSyn1: TSynPasSyn;
Note:
See TracChangeset
for help on using the changeset viewer.