Changeset 58 for Docking/CoolDocking/Demo/UDockForm.pas
- Timestamp:
- Sep 23, 2010, 11:41:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/Demo/UDockForm.pas
r41 r58 6 6 7 7 uses 8 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls; 8 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 9 UCoolDocking; 9 10 10 11 type … … 13 14 14 15 TDockForm = class(TForm) 16 CoolDockClient1: TCoolDockClient; 15 17 Memo1: TMemo; 16 18 private
Note:
See TracChangeset
for help on using the changeset viewer.