Ignore:
Timestamp:
Sep 21, 2010, 8:03:17 AM (14 years ago)
Author:
george
Message:
  • Přidáno: Okno pro zobrazení seznamu všech oken.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/Demo/UMainForm.lfm

    r55 r56  
    55  Width = 576
    66  Caption = 'MainForm'
    7   ClientHeight = 435
     7  ClientHeight = 416
    88  ClientWidth = 576
     9  Menu = MainMenu1
    910  OnCreate = FormCreate
    1011  OnDestroy = FormDestroy
     
    2223  object Panel1: TPanel
    2324    Left = 0
    24     Height = 387
     25    Height = 368
    2526    Top = 48
    2627    Width = 576
     
    2930    DockSite = True
    3031    TabOrder = 1
    31   end
    32   object TabControl1: TTabControl
    33     Left = 173
    34     Height = 150
    35     Top = 16
    36     Width = 200
    37     TabOrder = 2
    38     TabStop = False
    39   end
    40   object Button2: TButton
    41     Left = 94
    42     Height = 25
    43     Top = 10
    44     Width = 75
    45     Caption = 'Customize'
    46     OnClick = Button2Click
    47     TabOrder = 3
    4832  end
    4933  object CoolDockMaster1: TCoolDockMaster
     
    5539    left = 472
    5640  end
     41  object CoolDockWindowList1: TCoolDockWindowList
     42    left = 472
     43    top = 64
     44  end
     45  object MainMenu1: TMainMenu
     46    left = 211
     47    top = 14
     48    object MenuItem1: TMenuItem
     49      Caption = 'Docking'
     50      object MenuItem2: TMenuItem
     51        Caption = 'Customize...'
     52        OnClick = MenuItem2Click
     53      end
     54    end
     55    object MenuItem3: TMenuItem
     56      Caption = 'Window'
     57      object MenuItem4: TMenuItem
     58        Caption = 'Window list...'
     59        OnClick = MenuItem4Click
     60      end
     61    end
     62  end
    5763end
Note: See TracChangeset for help on using the changeset viewer.