source: oup/current/Tools/MetaEditor.dfm@ 216

Last change on this file since 216 was 216, checked in by alloc, 18 years ago
File size: 3.0 KB
Line 
1object Form_Meta: TForm_Meta
2 Left = 0
3 Top = 0
4 Caption = 'Form_Meta'
5 ClientHeight = 393
6 ClientWidth = 472
7 Color = clBtnFace
8 Constraints.MinHeight = 100
9 Constraints.MinWidth = 200
10 Font.Charset = DEFAULT_CHARSET
11 Font.Color = clWindowText
12 Font.Height = -11
13 Font.Name = 'Tahoma'
14 Font.Style = []
15 FormStyle = fsMDIChild
16 OldCreateOrder = False
17 Visible = True
18 WindowState = wsMaximized
19 OnClose = FormClose
20 OnCreate = FormCreate
21 PixelsPerInch = 96
22 TextHeight = 13
23 object Splitter1: TSplitter
24 Left = 384
25 Top = 29
26 Width = 8
27 Height = 364
28 Align = alRight
29 AutoSnap = False
30 Beveled = True
31 MinSize = 75
32 ExplicitLeft = 301
33 ExplicitHeight = 336
34 end
35 object VST: TVirtualStringTree
36 Left = 0
37 Top = 29
38 Width = 384
39 Height = 364
40 Align = alClient
41 AnimationDuration = 0
42 Header.AutoSizeIndex = 0
43 Header.Font.Charset = DEFAULT_CHARSET
44 Header.Font.Color = clWindowText
45 Header.Font.Height = -11
46 Header.Font.Name = 'Tahoma'
47 Header.Font.Style = []
48 Header.Options = [hoColumnResize, hoDrag, hoVisible]
49 TabOrder = 0
50 TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes]
51 TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
52 OnFocusChanged = VSTFocusChanged
53 OnFocusChanging = VSTFocusChanging
54 OnGetText = VSTGetText
55 OnPaintText = VSTPaintText
56 OnInitChildren = VSTInitChildren
57 Columns = <
58 item
59 Position = 0
60 Width = 250
61 WideText = 'FName'
62 end
63 item
64 Position = 1
65 WideText = 'FType'
66 end
67 item
68 Position = 2
69 WideText = 'FID'
70 end
71 item
72 Position = 3
73 WideText = 'Data'
74 end>
75 end
76 object Panel1: TPanel
77 Left = 0
78 Top = 0
79 Width = 472
80 Height = 29
81 Align = alTop
82 BevelOuter = bvNone
83 TabOrder = 1
84 ExplicitWidth = 446
85 DesignSize = (
86 472
87 29)
88 object Label3: TLabel
89 Left = 3
90 Top = 6
91 Width = 61
92 Height = 13
93 Caption = 'Connection: '
94 end
95 object Button1: TButton
96 Left = 379
97 Top = 1
98 Width = 75
99 Height = 25
100 Anchors = [akTop, akRight]
101 Caption = 'Load'
102 Default = True
103 TabOrder = 0
104 OnClick = Button1Click
105 ExplicitLeft = 196
106 end
107 object combo_connection: TComboBox
108 Left = 64
109 Top = 3
110 Width = 309
111 Height = 21
112 Style = csDropDownList
113 Anchors = [akLeft, akTop, akRight]
114 DropDownCount = 12
115 ItemHeight = 13
116 TabOrder = 1
117 ExplicitWidth = 126
118 end
119 end
120 object Panel2: TPanel
121 Left = 392
122 Top = 29
123 Width = 80
124 Height = 364
125 Align = alRight
126 BevelOuter = bvNone
127 Caption = 'Panel2'
128 TabOrder = 2
129 ExplicitLeft = 329
130 ExplicitHeight = 336
131 end
132end
Note: See TracBrowser for help on using the repository browser.