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

Last change on this file since 217 was 217, checked in by alloc, 17 years ago
File size: 2.2 KB
Line 
1inherited Form_Meta: TForm_Meta
2 Caption = 'Form_Meta'
3 OnCreate = FormCreate
4 PixelsPerInch = 96
5 TextHeight = 13
6 inherited panel_connection: TPanel
7 ExplicitWidth = 598
8 inherited combo_connection: TComboBox
9 ExplicitWidth = 532
10 end
11 end
12 inherited panel_basecontent: TPanel
13 ExplicitLeft = 0
14 ExplicitTop = 25
15 ExplicitWidth = 598
16 ExplicitHeight = 532
17 object splitter: TSplitter
18 Left = 502
19 Top = 0
20 Width = 8
21 Height = 532
22 Align = alRight
23 AutoSnap = False
24 Beveled = True
25 MinSize = 200
26 ExplicitLeft = 353
27 end
28 object VST: TVirtualStringTree
29 Left = 0
30 Top = 0
31 Width = 502
32 Height = 532
33 Align = alClient
34 AnimationDuration = 0
35 Header.AutoSizeIndex = 0
36 Header.Font.Charset = DEFAULT_CHARSET
37 Header.Font.Color = clWindowText
38 Header.Font.Height = -11
39 Header.Font.Name = 'Tahoma'
40 Header.Font.Style = []
41 Header.Options = [hoColumnResize, hoDrag, hoVisible]
42 TabOrder = 0
43 TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes]
44 TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
45 OnFocusChanged = VSTFocusChanged
46 OnFocusChanging = VSTFocusChanging
47 OnGetText = VSTGetText
48 OnPaintText = VSTPaintText
49 OnInitChildren = VSTInitChildren
50 ExplicitLeft = 8
51 ExplicitTop = 60
52 ExplicitWidth = 353
53 ExplicitHeight = 325
54 Columns = <
55 item
56 Position = 0
57 Width = 250
58 WideText = 'FName'
59 end
60 item
61 Position = 1
62 WideText = 'FType'
63 end
64 item
65 Position = 2
66 WideText = 'FID'
67 end
68 item
69 Position = 3
70 WideText = 'Data'
71 end>
72 end
73 object Panel2: TPanel
74 Left = 510
75 Top = 0
76 Width = 88
77 Height = 532
78 Align = alRight
79 BevelOuter = bvNone
80 Caption = 'Panel2'
81 TabOrder = 1
82 ExplicitLeft = 376
83 ExplicitTop = 92
84 ExplicitHeight = 285
85 end
86 end
87end
Note: See TracBrowser for help on using the repository browser.