Ignore:
Timestamp:
Apr 26, 2012, 9:12:02 AM (12 years ago)
Author:
chronos
Message:
  • Added: CoolDocking text logging support.
  • Added: CoolDocking update locking on TCDManager descendants update. This fixes tab disappear if tab with regions style conjoinform was switched to another tab.
  • Modified: CoolDocking regions style item layout changed to support aligned forms. Only one region is aligned as alClient. Rest contained regions are aligned to borders.
File:
1 edited

Legend:

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

    r244 r354  
    55  Width = 576
    66  Caption = 'MainForm'
    7   ClientHeight = 415
     7  ClientHeight = 416
    88  ClientWidth = 576
    99  Menu = MainMenu1
     
    1111  OnDestroy = FormDestroy
    1212  OnShow = FormShow
    13   LCLVersion = '0.9.30'
     13  LCLVersion = '1.1'
    1414  object Button1: TButton
    1515    Left = 10
     
    2323  object Panel1: TPanel
    2424    Left = 0
    25     Height = 367
     25    Height = 368
    2626    Top = 48
    2727    Width = 576
    2828    Align = alBottom
    2929    Anchors = [akTop, akLeft, akRight, akBottom]
    30     ClientHeight = 367
     30    ClientHeight = 368
    3131    ClientWidth = 576
    3232    DockSite = True
     
    6161      Top = 144
    6262      Width = 200
     63      TabStop = False
    6364      MultiLine = True
    6465      TabIndex = 0
    65       TabOrder = 1
    6666      Tabs.Strings = (
    6767        'ggdfg'
     
    7373        'ddd'
    7474      )
    75       TabStop = False
     75      TabOrder = 1
    7676    end
    7777  end
Note: See TracChangeset for help on using the changeset viewer.