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 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 = 293
6  ClientWidth = 426
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    426
21    293)
4    PixelsPerInch = 96
5    TextHeight = 13
6 <  object VST: TVirtualStringTree
7 <    Left = 8
8 <    Top = 8
9 <    Width = 389
10 <    Height = 265
11 <    Anchors = [akLeft, akTop, akRight, akBottom]
12 <    AnimationDuration = 0
13 <    Header.AutoSizeIndex = 0
14 <    Header.Font.Charset = DEFAULT_CHARSET
15 <    Header.Font.Color = clWindowText
16 <    Header.Font.Height = -11
17 <    Header.Font.Name = 'Tahoma'
18 <    Header.Font.Style = []
19 <    Header.Options = [hoColumnResize, hoDrag, hoVisible]
20 <    TabOrder = 0
21 <    TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
22 <    TreeOptions.PaintOptions = [toShowDropmark, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages]
23 <    OnGetText = VSTGetText
24 <    Columns = <
25 <      item
26 <        Position = 0
27 <        Width = 150
28 <        WideText = 'Main'
29 <      end
30 <      item
31 <        Position = 1
32 <        WideText = 'Data'
33 <      end>
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
87   end

Diff Legend

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