Ignore:
Timestamp:
May 19, 2011, 3:14:19 PM (13 years ago)
Author:
george
Message:
File:
1 edited

Legend:

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

    r243 r244  
    55  Width = 576
    66  Caption = 'MainForm'
    7   ClientHeight = 416
     7  ClientHeight = 415
    88  ClientWidth = 576
    99  Menu = MainMenu1
     
    1111  OnDestroy = FormDestroy
    1212  OnShow = FormShow
    13   LCLVersion = '0.9.31'
     13  LCLVersion = '0.9.30'
    1414  object Button1: TButton
    1515    Left = 10
     
    2323  object Panel1: TPanel
    2424    Left = 0
    25     Height = 368
     25    Height = 367
    2626    Top = 48
    2727    Width = 576
    2828    Align = alBottom
    2929    Anchors = [akTop, akLeft, akRight, akBottom]
    30     ClientHeight = 368
     30    ClientHeight = 367
    3131    ClientWidth = 576
    3232    DockSite = True
     
    6262      Width = 200
    6363      MultiLine = True
    64       TabIndex = 2
     64      TabIndex = 0
    6565      TabOrder = 1
    6666      Tabs.Strings = (
     
    8686  end
    8787  object CoolDockMaster1: TCDMaster
     88    Customize = CoolDockCustomize1
    8889    TabsEnabled = False
    8990    DefaultTabsPos = hpAuto
    9091    DefaultHeaderPos = hpAuto
    9192    DefaultMoveSpeed = 0
    92     Customize = CoolDockCustomize1
    9393    ShowIcons = False
    9494    left = 384
     
    120120  end
    121121  object CoolDockClient1: TCDClient
     122    Master = CoolDockMaster1
     123    Panel = Panel1
    122124    Dockable = False
    123125    Floatable = False
    124     Master = CoolDockMaster1
    125     Panel = Panel1
    126126    left = 376
    127127    top = 64
Note: See TracChangeset for help on using the changeset viewer.