Ignore:
Timestamp:
Mar 7, 2011, 1:32:07 PM (13 years ago)
Author:
george
Message:
  • Fixed: Docking popupmenu action Close and Rename.
  • Added: Partialy implemented tab hiding.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/UCoolDockWindowList.lfm

    r57 r176  
    88  ClientWidth = 382
    99  OnShow = FormShow
    10   LCLVersion = '0.9.29'
     10  LCLVersion = '0.9.31'
    1111  object ListView1: TListView
    1212    Left = 8
     
    2828        Width = 70
    2929      end>
    30     ItemIndex = -1
    3130    ReadOnly = True
    3231    RowSelect = True
     
    3635    OnDblClick = ListView1DblClick
    3736    OnKeyPress = ListView1KeyPress
     37    OnSelectItem = ListView1SelectItem
    3838  end
    3939  object ButtonFocus: TButton
    40     Left = 214
     40    Left = 299
     41    Height = 25
     42    Top = 224
     43    Width = 75
     44    Anchors = [akRight, akBottom]
     45    Caption = 'Focus'
     46    Enabled = False
     47    OnClick = ButtonFocusClick
     48    TabOrder = 1
     49  end
     50  object ButtonHide: TButton
     51    Left = 219
     52    Height = 25
     53    Top = 224
     54    Width = 75
     55    Anchors = [akRight, akBottom]
     56    Caption = 'Hide'
     57    Enabled = False
     58    OnClick = ButtonHideClick
     59    TabOrder = 2
     60  end
     61  object ButtonShow: TButton
     62    Left = 139
    4163    Height = 25
    4264    Top = 224
     
    4466    Anchors = [akRight, akBottom]
    4567    Caption = 'Show'
    46     OnClick = ButtonFocusClick
    47     TabOrder = 1
    48   end
    49   object ButtonCancel: TButton
    50     Left = 300
    51     Height = 25
    52     Top = 224
    53     Width = 74
    54     Anchors = [akRight, akBottom]
    55     Caption = 'Cancel'
    56     OnClick = ButtonCancelClick
    57     TabOrder = 2
     68    Enabled = False
     69    OnClick = ButtonShowClick
     70    TabOrder = 3
    5871  end
    5972  object ImageList1: TImageList
Note: See TracChangeset for help on using the changeset viewer.