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 229 by alloc, Wed Jun 20 10:57:51 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
11 <    Caption = 'Connection: '
12 <  end
13 <  object VST: TVirtualStringTree
14 <    Left = 4
15 <    Top = 44
16 <    Width = 409
17 <    Height = 321
18 <    Anchors = [akLeft, akTop, akRight, akBottom]
19 <    AnimationDuration = 0
20 <    Header.AutoSizeIndex = 0
21 <    Header.Font.Charset = DEFAULT_CHARSET
22 <    Header.Font.Color = clWindowText
23 <    Header.Font.Height = -11
24 <    Header.Font.Name = 'Tahoma'
25 <    Header.Font.Style = []
26 <    Header.Options = [hoColumnResize, hoDrag, hoVisible]
27 <    TabOrder = 0
28 <    TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes]
29 <    TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
30 <    OnGetText = VSTGetText
31 <    OnPaintText = VSTPaintText
32 <    OnInitChildren = VSTInitChildren
33 <    Columns = <
34 <      item
35 <        Position = 0
36 <        Width = 150
37 <        WideText = 'FName'
38 <      end
39 <      item
40 <        Position = 1
41 <        WideText = 'FType'
42 <      end
43 <      item
44 <        Position = 2
45 <        WideText = 'FID'
46 <      end
47 <      item
48 <        Position = 3
49 <        WideText = 'Data'
50 <      end>
51 <  end
52 <  object Button1: TButton
53 <    Left = 204
54 <    Top = 1
55 <    Width = 75
56 <    Height = 25
57 <    Anchors = [akTop, akRight]
58 <    Caption = 'Load'
59 <    Default = True
60 <    TabOrder = 1
61 <    OnClick = Button1Click
62 <  end
63 <  object combo_connection: TComboBox
64 <    Left = 64
65 <    Top = 3
66 <    Width = 134
67 <    Height = 21
68 <    Style = csDropDownList
69 <    Anchors = [akLeft, akTop, akRight]
70 <    DropDownCount = 12
71 <    ItemHeight = 13
72 <    TabOrder = 2
6 >  inherited panel_basecontent: TPanel
7 >    ExplicitLeft = 0
8 >    ExplicitTop = 25
9 >    ExplicitWidth = 598
10 >    ExplicitHeight = 532
11 >    object splitter: TSplitter
12 >      Left = 502
13 >      Top = 0
14 >      Width = 8
15 >      Height = 532
16 >      Align = alRight
17 >      AutoSnap = False
18 >      Beveled = True
19 >      MinSize = 200
20 >      ExplicitLeft = 353
21 >    end
22 >    object VST: TVirtualStringTree
23 >      Left = 0
24 >      Top = 0
25 >      Width = 502
26 >      Height = 532
27 >      Align = alClient
28 >      AnimationDuration = 0
29 >      Header.AutoSizeIndex = 0
30 >      Header.Font.Charset = DEFAULT_CHARSET
31 >      Header.Font.Color = clWindowText
32 >      Header.Font.Height = -11
33 >      Header.Font.Name = 'Tahoma'
34 >      Header.Font.Style = []
35 >      Header.Options = [hoColumnResize, hoDrag, hoVisible]
36 >      TabOrder = 0
37 >      TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes]
38 >      TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
39 >      OnFocusChanged = VSTFocusChanged
40 >      OnFocusChanging = VSTFocusChanging
41 >      OnGetText = VSTGetText
42 >      OnPaintText = VSTPaintText
43 >      OnInitChildren = VSTInitChildren
44 >      Columns = <
45 >        item
46 >          Position = 0
47 >          Width = 250
48 >          WideText = 'FName'
49 >        end
50 >        item
51 >          Position = 1
52 >          WideText = 'FType'
53 >        end
54 >        item
55 >          Position = 2
56 >          WideText = 'FID'
57 >        end
58 >        item
59 >          Position = 3
60 >          WideText = 'Data'
61 >        end>
62 >    end
63 >    object Panel2: TPanel
64 >      Left = 510
65 >      Top = 0
66 >      Width = 88
67 >      Height = 532
68 >      Align = alRight
69 >      BevelOuter = bvNone
70 >      Caption = 'Panel2'
71 >      TabOrder = 1
72 >    end
73    end
74   end

Diff Legend

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