Last change
on this file was 1, checked in by george, 15 years ago |
- New: Imported base application with sample docked windows.
|
File size:
1.5 KB
|
Line | |
---|
1 | object ObjectInspector: TObjectInspector
|
---|
2 | Left = 0
|
---|
3 | Top = 0
|
---|
4 | BorderStyle = bsSizeToolWin
|
---|
5 | Caption = 'Object inspector'
|
---|
6 | ClientHeight = 542
|
---|
7 | ClientWidth = 225
|
---|
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 | Visible = True
|
---|
19 | PixelsPerInch = 96
|
---|
20 | TextHeight = 13
|
---|
21 | object ComboBox1: TComboBox
|
---|
22 | AlignWithMargins = True
|
---|
23 | Left = 3
|
---|
24 | Top = 3
|
---|
25 | Width = 219
|
---|
26 | Height = 21
|
---|
27 | Align = alTop
|
---|
28 | ItemHeight = 13
|
---|
29 | TabOrder = 0
|
---|
30 | Text = 'ComboBox1'
|
---|
31 | ExplicitLeft = 4
|
---|
32 | ExplicitTop = 8
|
---|
33 | ExplicitWidth = 217
|
---|
34 | end
|
---|
35 | object ValueListEditor1: TValueListEditor
|
---|
36 | AlignWithMargins = True
|
---|
37 | Left = 3
|
---|
38 | Top = 51
|
---|
39 | Width = 219
|
---|
40 | Height = 488
|
---|
41 | Margins.Top = 0
|
---|
42 | Align = alClient
|
---|
43 | TabOrder = 1
|
---|
44 | ExplicitLeft = 27
|
---|
45 | ExplicitTop = 155
|
---|
46 | ExplicitWidth = 193
|
---|
47 | ExplicitHeight = 361
|
---|
48 | ColWidths = (
|
---|
49 | 150
|
---|
50 | 63)
|
---|
51 | end
|
---|
52 | object TabSet1: TTabSet
|
---|
53 | AlignWithMargins = True
|
---|
54 | Left = 3
|
---|
55 | Top = 30
|
---|
56 | Width = 219
|
---|
57 | Height = 21
|
---|
58 | Margins.Bottom = 0
|
---|
59 | Align = alTop
|
---|
60 | Font.Charset = DEFAULT_CHARSET
|
---|
61 | Font.Color = clWindowText
|
---|
62 | Font.Height = -11
|
---|
63 | Font.Name = 'Tahoma'
|
---|
64 | Font.Style = []
|
---|
65 | Style = tsModernTabs
|
---|
66 | Tabs.Strings = (
|
---|
67 | 'Properties'
|
---|
68 | 'Events')
|
---|
69 | TabIndex = 0
|
---|
70 | TabPosition = tpTop
|
---|
71 | ExplicitLeft = 24
|
---|
72 | ExplicitWidth = 185
|
---|
73 | end
|
---|
74 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.