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 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 = 365
6 <  ClientWidth = 446
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    446
21    365)
21    PixelsPerInch = 96
22    TextHeight = 13
23 <  object Label3: TLabel
24 <    Left = 3
25 <    Top = 6
26 <    Width = 61
27 <    Height = 13
28 <    Caption = 'Connection: '
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 = 4
37 <    Top = 44
38 <    Width = 409
39 <    Height = 321
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 45 | Line 49 | object Form_Meta: TForm_Meta
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 = 150
60 >        Width = 250
61          WideText = 'FName'
62        end
63        item
# Line 67 | Line 73 | object Form_Meta: TForm_Meta
73          WideText = 'Data'
74        end>
75    end
76 <  object Button1: TButton
77 <    Left = 204
78 <    Top = 1
79 <    Width = 75
80 <    Height = 25
81 <    Anchors = [akTop, akRight]
82 <    Caption = 'Load'
77 <    Default = True
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 <    OnClick = Button1Click
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 combo_connection: TComboBox
121 <    Left = 64
122 <    Top = 3
123 <    Width = 134
124 <    Height = 21
125 <    Style = csDropDownList
126 <    Anchors = [akLeft, akTop, akRight]
127 <    DropDownCount = 12
89 <    ItemHeight = 13
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)