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/UMainForm.pas

    r56 r58  
    1616  TMainForm = class(TForm)
    1717    Button1: TButton;
     18    CoolDockClient1: TCoolDockClient;
    1819    CoolDockCustomize1: TCoolDockCustomize;
    1920    CoolDockMaster1: TCoolDockMaster;
     
    9495  Result.Name := 'Form' + IntToStr(FormIndex);
    9596  Result.Memo1.Text := Result.Name;
    96   Result.DragKind := dkDock;
    97   Result.DragMode := dmAutomatic;
    98   Result.DockSite := True;
    99   Result.UseDockManager := True;
     97  //Result.DragKind := dkDock;
     98  //Result.DragMode := dmAutomatic;
     99  //Result.DockSite := True;
     100  //Result.UseDockManager := True;
    100101  Inc(FormIndex);
    101102  Result.Show;
Note: See TracChangeset for help on using the changeset viewer.