ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Tools/MetaEditor.dfm
(Generate patch)

Comparing oup/current/Tools/MetaEditor.dfm (file contents):
Revision 212 by alloc, Tue Jun 12 16:42:53 2007 UTC vs.
Revision 217 by alloc, Fri Jun 15 15:12:11 2007 UTC

# Line 1 | Line 1
1 < object Form_Meta: TForm_Meta
2 <  Left = 0
3 <  Top = 0
1 > inherited Form_Meta: TForm_Meta
2    Caption = 'Form_Meta'
5  ClientHeight = 365
6  ClientWidth = 446
7  Color = clBtnFace
8  Font.Charset = DEFAULT_CHARSET
9  Font.Color = clWindowText
10  Font.Height = -11
11  Font.Name = 'Tahoma'
12  Font.Style = []
13  FormStyle = fsMDIChild
14  OldCreateOrder = False
15  Visible = True
16  WindowState = wsMaximized
17  OnClose = FormClose
3    OnCreate = FormCreate
19  DesignSize = (
20    446
21    365)
4    PixelsPerInch = 96
5    TextHeight = 13
6 <  object Label3: TLabel
7 <    Left = 3
8 <    Top = 6
9 <    Width = 61
10 <    Height = 13
29 <    Caption = 'Connection: '
6 >  inherited panel_connection: TPanel
7 >    ExplicitWidth = 598
8 >    inherited combo_connection: TComboBox
9 >      ExplicitWidth = 532
10 >    end
11    end
12 <  object VST: TVirtualStringTree
13 <    Left = 4
14 <    Top = 44
15 <    Width = 409
16 <    Height = 321
17 <    Anchors = [akLeft, akTop, akRight, akBottom]
18 <    AnimationDuration = 0
19 <    Header.AutoSizeIndex = 0
20 <    Header.Font.Charset = DEFAULT_CHARSET
21 <    Header.Font.Color = clWindowText
22 <    Header.Font.Height = -11
23 <    Header.Font.Name = 'Tahoma'
24 <    Header.Font.Style = []
25 <    Header.Options = [hoColumnResize, hoDrag, hoVisible]
26 <    TabOrder = 0
27 <    TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes]
28 <    TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
29 <    OnGetText = VSTGetText
30 <    OnPaintText = VSTPaintText
31 <    OnInitChildren = VSTInitChildren
32 <    Columns = <
33 <      item
34 <        Position = 0
35 <        Width = 150
36 <        WideText = 'FName'
37 <      end
38 <      item
39 <        Position = 1
40 <        WideText = 'FType'
41 <      end
42 <      item
43 <        Position = 2
44 <        WideText = 'FID'
45 <      end
46 <      item
47 <        Position = 3
48 <        WideText = 'Data'
49 <      end>
50 <  end
51 <  object Button1: TButton
52 <    Left = 204
53 <    Top = 1
54 <    Width = 75
55 <    Height = 25
56 <    Anchors = [akTop, akRight]
57 <    Caption = 'Load'
58 <    Default = True
59 <    TabOrder = 1
60 <    OnClick = Button1Click
61 <  end
62 <  object combo_connection: TComboBox
63 <    Left = 64
64 <    Top = 3
65 <    Width = 134
66 <    Height = 21
67 <    Style = csDropDownList
68 <    Anchors = [akLeft, akTop, akRight]
69 <    DropDownCount = 12
70 <    ItemHeight = 13
71 <    TabOrder = 2
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
87   end

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)