Ignore:
Timestamp:
Sep 23, 2010, 11:41:59 AM (14 years ago)
Author:
george
Message:
  • Upraveno: Systém inicializace ukotvení přepracován z ručního na automatický pomocí použití komponenty TCoolDockClient. Zrušeno nastavení globální třídy výchozího správce ukotvení.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/Demo/Demo.lpr

    r54 r58  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UMainForm, UDockForm, CoolDocking;
     10  Forms, UMainForm, UDockForm, CoolDocking, SampleDockableForm;
    1111
    1212{$R *.res}
     
    1515  Application.Initialize;
    1616  Application.CreateForm(TMainForm, MainForm);
     17  Application.CreateForm(TForm1, Form1);
    1718  Application.Run;
    1819end.
Note: See TracChangeset for help on using the changeset viewer.