Ignore:
Timestamp:
Mar 8, 2011, 1:57:42 PM (13 years ago)
Author:
george
Message:
  • Added: Customization of layouts in "Customize docking" window.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/UCoolDockCustomize.lfm

    r96 r180  
    11object CoolDockCustomizeForm: TCoolDockCustomizeForm
    2   Left = 338
    32  Left = 431
    4   Height = 323
    5   Top = 96
     3  Height = 321
    64  Top = 139
    7   Width = 407
     5  Width = 397
    86  Caption = 'Customize docking'
    9   ClientHeight = 323
    10   ClientWidth = 407
     7  ClientHeight = 321
     8  ClientWidth = 397
     9  FormStyle = fsStayOnTop
    1110  OnShow = FormShow
    12   LCLVersion = '0.9.29'
     11  LCLVersion = '0.9.31'
    1312  object PageControl1: TPageControl
    1413    Left = 8
    15     Height = 278
     14    Height = 276
    1615    Top = 8
    17     Width = 393
    18     ActivePage = TabSheetSetting
     16    Width = 383
     17    ActivePage = TabSheetLayouts
    1918    Anchors = [akTop, akLeft, akRight, akBottom]
    20     TabIndex = 0
     19    TabIndex = 1
    2120    TabOrder = 0
    2221    object TabSheetSetting: TTabSheet
     
    9998    object TabSheetLayouts: TTabSheet
    10099      Caption = 'Layouts'
    101       ClientHeight = 252
    102       ClientWidth = 385
     100      ClientHeight = 250
     101      ClientWidth = 375
    103102      object ListBox1: TListBox
    104103        Left = 10
    105         Height = 231
     104        Height = 229
    106105        Top = 11
    107         Width = 180
    108         Anchors = [akTop, akLeft, akBottom]
     106        Width = 258
     107        Anchors = [akTop, akLeft, akRight, akBottom]
    109108        ItemHeight = 0
     109        OnSelectionChange = ListBox1SelectionChange
    110110        TabOrder = 0
     111      end
     112      object ButtonLayoutNew: TButton
     113        Left = 282
     114        Height = 25
     115        Top = 10
     116        Width = 75
     117        Anchors = [akTop, akRight]
     118        Caption = 'New...'
     119        OnClick = ButtonLayoutNewClick
     120        TabOrder = 1
     121      end
     122      object ButtonLayoutSave: TButton
     123        Left = 282
     124        Height = 25
     125        Top = 50
     126        Width = 75
     127        Anchors = [akTop, akRight]
     128        Caption = 'Save'
     129        Enabled = False
     130        TabOrder = 2
     131      end
     132      object ButtonLayoutRename: TButton
     133        Left = 282
     134        Height = 25
     135        Top = 90
     136        Width = 75
     137        Anchors = [akTop, akRight]
     138        Caption = 'Rename'
     139        Enabled = False
     140        OnClick = ButtonLayoutRenameClick
     141        TabOrder = 3
     142      end
     143      object ButtonLayoutDelete: TButton
     144        Left = 282
     145        Height = 25
     146        Top = 130
     147        Width = 75
     148        Anchors = [akTop, akRight]
     149        Caption = 'Delete'
     150        Enabled = False
     151        OnClick = ButtonLayoutDeleteClick
     152        TabOrder = 4
     153      end
     154      object ButtonLayoutApply: TButton
     155        Left = 282
     156        Height = 25
     157        Top = 170
     158        Width = 75
     159        Anchors = [akTop, akRight]
     160        Caption = 'Restore'
     161        Enabled = False
     162        OnClick = ButtonLayoutApplyClick
     163        TabOrder = 5
    111164      end
    112165    end
    113166  end
    114167  object ButtonClose: TButton
    115     Left = 324
     168    Left = 314
    116169    Height = 22
    117     Top = 294
     170    Top = 292
    118171    Width = 75
    119172    Anchors = [akRight, akBottom]
Note: See TracChangeset for help on using the changeset viewer.