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/Demo/IDE/UMainForm.lfm

    r179 r180  
    11object MainForm: TMainForm
    2   Left = 266
     2  Left = 263
    33  Height = 445
    44  Top = 130
     
    3232      TabOrder = 0
    3333      object ComboBox1: TComboBox
    34         Left = 1
     34        Left = 44
    3535        Height = 21
    3636        Top = 2
    3737        Width = 100
     38        Align = alLeft
    3839        ItemHeight = 13
    3940        OnSelect = ComboBox1Select
     
    4142      end
    4243      object ToolButton1: TToolButton
    43         Left = 101
     44        Left = 144
    4445        Top = 2
    4546        Action = ADesktopSave
     47      end
     48      object Label1: TLabel
     49        Left = 1
     50        Height = 24
     51        Top = 2
     52        Width = 43
     53        Align = alLeft
     54        Caption = 'Layouts:'
     55        Layout = tlCenter
     56        ParentColor = False
    4657      end
    4758    end
     
    7687        Action = AViewObjectInspector
    7788      end
    78       object MenuItem13: TMenuItem
    79         Action = AViewWindowList
    80       end
    8189      object MenuItem14: TMenuItem
    8290        Action = AViewStructure
     
    110118      Caption = 'Run'
    111119    end
     120    object MenuItem25: TMenuItem
     121      Caption = 'Docking'
     122      object MenuItem26: TMenuItem
     123        Action = ACustomizeDocking
     124      end
     125      object MenuItem27: TMenuItem
     126        Action = AViewWindowList
     127      end
     128      object MenuItem13: TMenuItem
     129        Action = ADesktopSave
     130      end
     131    end
    112132    object MenuItem11: TMenuItem
    113133      Caption = 'Tools'
    114       object MenuItem22: TMenuItem
    115         Action = ACustomizeDocking
    116       end
    117134    end
    118135    object MenuItem10: TMenuItem
     
    258275  object CoolDockCustomize1: TCoolDockCustomize
    259276    Master = CoolDockMaster1
     277    LayoutList = CoolDockLayoutList1
    260278    left = 284
    261279    top = 179
Note: See TracChangeset for help on using the changeset viewer.