source: DockManagement/Demo/UDockForm.dfm

Last change on this file was 5, checked in by chronos, 12 years ago
File size: 536 bytes
Line 
1object DockForm: TDockForm
2 Left = 0
3 Top = 0
4 Caption = 'Dock form'
5 ClientHeight = 198
6 ClientWidth = 383
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'Tahoma'
12 Font.Style = []
13 OldCreateOrder = False
14 DesignSize = (
15 383
16 198)
17 PixelsPerInch = 96
18 TextHeight = 13
19 object Memo1: TMemo
20 Left = 8
21 Top = 8
22 Width = 367
23 Height = 182
24 Anchors = [akLeft, akTop, akRight, akBottom]
25 TabOrder = 0
26 end
27end
Note: See TracBrowser for help on using the repository browser.