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 209 by alloc, Mon Jun 4 22:07:29 2007 UTC vs.
Revision 216 by alloc, Tue Jun 12 21:28:12 2007 UTC

# Line 2 | Line 2 | object Form_Meta: TForm_Meta
2    Left = 0
3    Top = 0
4    Caption = 'Form_Meta'
5 <  ClientHeight = 293
6 <  ClientWidth = 426
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
# Line 16 | Line 18 | object Form_Meta: TForm_Meta
18    WindowState = wsMaximized
19    OnClose = FormClose
20    OnCreate = FormCreate
19  DesignSize = (
20    426
21    293)
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 = 8
37 <    Top = 8
38 <    Width = 389
39 <    Height = 265
40 <    Anchors = [akLeft, akTop, akRight, akBottom]
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
# Line 36 | Line 47 | object Form_Meta: TForm_Meta
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 <    TreeOptions.PaintOptions = [toShowDropmark, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages]
52 >    OnFocusChanged = VSTFocusChanged
53 >    OnFocusChanging = VSTFocusChanging
54      OnGetText = VSTGetText
55 +    OnPaintText = VSTPaintText
56 +    OnInitChildren = VSTInitChildren
57      Columns = <
58        item
59          Position = 0
60 <        Width = 150
61 <        WideText = 'Main'
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
132   end

Diff Legend

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