Changeset 189 for Docking/CoolDocking/Demo/IDE/UProjectManagerForm.pas
- Timestamp:
- Mar 11, 2011, 9:18:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/Demo/IDE/UProjectManagerForm.pas
r188 r189 6 6 7 7 uses 8 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls,9 UCoolDockClient;8 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, 9 ComCtrls, UCDClient; 10 10 11 11 type … … 15 15 TProjectManagerForm = class(TForm) 16 16 published 17 CoolDockClient1: TC oolDockClient;17 CoolDockClient1: TCDClient; 18 18 TreeView1: TTreeView; 19 19 { private declarations }
Note:
See TracChangeset
for help on using the changeset viewer.