Ignore:
Timestamp:
Nov 4, 2010, 7:14:07 AM (14 years ago)
Author:
george
Message:
  • Modified: Tabs auto hide function moved to separated class TCoolDockAutoHide.
  • Added: Empty dock style units.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/UCoolDockCustomize.lfm

    r60 r89  
    11object CoolDockCustomizeForm: TCoolDockCustomizeForm
    2   Left = 374
     2  Left = 431
    33  Height = 323
    4   Top = 135
     4  Top = 139
    55  Width = 407
    66  Caption = 'Customize docking'
    77  ClientHeight = 323
    88  ClientWidth = 407
     9  OnShow = FormShow
    910  LCLVersion = '0.9.29'
    1011  object PageControl1: TPageControl
     
    3031      end
    3132      object ComboBox1: TComboBox
    32         Left = 132
     33        Left = 164
    3334        Height = 21
    3435        Top = 10
    3536        Width = 100
    3637        ItemHeight = 13
     38        Items.Strings = (
     39          'Auto'
     40          'Left'
     41          'Top'
     42          'Right'
     43          'Bottom'
     44        )
     45        Style = csDropDownList
    3746        TabOrder = 0
    38         Text = 'ComboBox1'
    3947      end
    4048      object Label2: TLabel
     
    4755      end
    4856      object ComboBox2: TComboBox
    49         Left = 132
     57        Left = 164
    5058        Height = 21
    5159        Top = 38
    5260        Width = 100
    5361        ItemHeight = 13
     62        Items.Strings = (
     63          'Auto'
     64          'Left'
     65          'Top'
     66          'Right'
     67          'Bottom'
     68        )
     69        Style = csDropDownList
    5470        TabOrder = 1
    55         Text = 'ComboBox1'
     71      end
     72      object Label3: TLabel
     73        Left = 7
     74        Height = 14
     75        Top = 67
     76        Width = 101
     77        Caption = 'Hide/unhide duration'
     78        ParentColor = False
     79      end
     80      object SpinEdit1: TSpinEdit
     81        Left = 164
     82        Height = 21
     83        Top = 64
     84        Width = 100
     85        MaxValue = 10000
     86        TabOrder = 2
     87      end
     88      object Label4: TLabel
     89        Left = 270
     90        Height = 14
     91        Top = 67
     92        Width = 14
     93        Caption = 'ms'
     94        ParentColor = False
    5695      end
    5796    end
Note: See TracChangeset for help on using the changeset viewer.