object CoolDockCustomizeForm: TCoolDockCustomizeForm Left = 338 Left = 431 Height = 323 Top = 96 Top = 139 Width = 407 Caption = 'Customize docking' ClientHeight = 323 ClientWidth = 407 OnShow = FormShow LCLVersion = '0.9.29' object PageControl1: TPageControl Left = 8 Height = 278 Top = 8 Width = 393 ActivePage = TabSheetSetting Anchors = [akTop, akLeft, akRight, akBottom] TabIndex = 0 TabOrder = 0 object TabSheetSetting: TTabSheet Caption = 'Options' ClientHeight = 252 ClientWidth = 385 object Label1: TLabel Left = 7 Height = 14 Top = 13 Width = 104 Caption = 'Default tabs position:' ParentColor = False end object ComboBox1: TComboBox Left = 164 Height = 21 Top = 10 Width = 100 ItemHeight = 13 Items.Strings = ( 'Auto' 'Left' 'Top' 'Right' 'Bottom' ) Style = csDropDownList TabOrder = 0 end object Label2: TLabel Left = 7 Height = 14 Top = 41 Width = 117 Caption = 'Default header position:' ParentColor = False end object ComboBox2: TComboBox Left = 164 Height = 21 Top = 38 Width = 100 ItemHeight = 13 Items.Strings = ( 'Auto' 'Left' 'Top' 'Right' 'Bottom' ) Style = csDropDownList TabOrder = 1 end object Label3: TLabel Left = 7 Height = 14 Top = 67 Width = 101 Caption = 'Hide/unhide duration' ParentColor = False end object SpinEdit1: TSpinEdit Left = 164 Height = 21 Top = 64 Width = 100 MaxValue = 10000 TabOrder = 2 end object Label4: TLabel Left = 270 Height = 14 Top = 67 Width = 14 Caption = 'ms' ParentColor = False end end object TabSheetLayouts: TTabSheet Caption = 'Layouts' ClientHeight = 252 ClientWidth = 385 object ListBox1: TListBox Left = 10 Height = 231 Top = 11 Width = 180 Anchors = [akTop, akLeft, akBottom] ItemHeight = 0 TabOrder = 0 end end end object ButtonClose: TButton Left = 324 Height = 22 Top = 294 Width = 75 Anchors = [akRight, akBottom] Caption = 'Close' OnClick = ButtonCloseClick TabOrder = 1 end end