Last change
on this file was 1, checked in by george, 15 years ago |
- New: Imported base application with sample docked windows.
|
File size:
747 bytes
|
Line | |
---|
1 | object ComponentPalette: TComponentPalette
|
---|
2 | Left = 0
|
---|
3 | Top = 0
|
---|
4 | BorderStyle = bsToolWindow
|
---|
5 | Caption = 'Component Palette'
|
---|
6 | ClientHeight = 508
|
---|
7 | ClientWidth = 177
|
---|
8 | Color = clBtnFace
|
---|
9 | UseDockManager = True
|
---|
10 | DragKind = dkDock
|
---|
11 | DragMode = dmAutomatic
|
---|
12 | Font.Charset = DEFAULT_CHARSET
|
---|
13 | Font.Color = clWindowText
|
---|
14 | Font.Height = -11
|
---|
15 | Font.Name = 'Tahoma'
|
---|
16 | Font.Style = []
|
---|
17 | OldCreateOrder = False
|
---|
18 | PixelsPerInch = 96
|
---|
19 | TextHeight = 13
|
---|
20 | object ListBox1: TListBox
|
---|
21 | AlignWithMargins = True
|
---|
22 | Left = 3
|
---|
23 | Top = 3
|
---|
24 | Width = 171
|
---|
25 | Height = 502
|
---|
26 | Align = alClient
|
---|
27 | ItemHeight = 13
|
---|
28 | TabOrder = 0
|
---|
29 | ExplicitLeft = 8
|
---|
30 | ExplicitTop = 8
|
---|
31 | ExplicitWidth = 163
|
---|
32 | ExplicitHeight = 491
|
---|
33 | end
|
---|
34 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.