Ignore:
Timestamp:
Mar 16, 2011, 7:47:27 AM (13 years ago)
Author:
george
Message:
  • Modified: Docked client header redone to delphi visual style.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/Demo/IDE/UMainForm.lfm

    r190 r197  
    11object MainForm: TMainForm
    2   Left = 263
    3   Height = 445
    4   Top = 130
    5   Width = 626
     2  Left = 217
     3  Height = 457
     4  Top = 123
     5  Width = 643
    66  Caption = 'CoolDocking Demo IDE'
    7   ClientHeight = 426
    8   ClientWidth = 626
     7  ClientHeight = 438
     8  ClientWidth = 643
    99  Menu = MainMenu1
    1010  OnClose = FormClose
     
    1313  object DockPanel: TPanel
    1414    Left = 0
    15     Height = 400
     15    Height = 412
    1616    Top = 26
    17     Width = 626
     17    Width = 643
    1818    Align = alClient
    1919    BevelOuter = bvNone
     
    2424    Height = 26
    2525    Top = 0
    26     Width = 626
     26    Width = 643
    2727    Caption = 'ToolBar1'
    2828    Images = ImageList1
     
    130130        Action = AViewComponentTree
    131131      end
     132      object MenuItem28: TMenuItem
     133        Action = AResetDefaultLayout
     134      end
    132135    end
    133136    object MenuItem11: TMenuItem
     
    215218      Caption = 'Component Tree'
    216219      OnExecute = AViewComponentTreeExecute
     220    end
     221    object AResetDefaultLayout: TAction
     222      Caption = 'Reset default layout'
     223      OnExecute = AResetDefaultLayoutExecute
    217224    end
    218225  end
Note: See TracChangeset for help on using the changeset viewer.