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 214 by alloc, Tue Jun 12 17:35:56 2007 UTC vs.
Revision 233 by alloc, Fri Jun 29 12:38:24 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'
3 <  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
13 <  Font.Name = 'Tahoma'
14 <  Font.Style = []
15 <  FormStyle = fsMDIChild
16 <  OldCreateOrder = False
17 <  Visible = True
18 <  WindowState = wsMaximized
19 <  OnClose = FormClose
3 >  ClientHeight = 449
4    OnCreate = FormCreate
5 +  ExplicitWidth = 606
6 +  ExplicitHeight = 476
7    PixelsPerInch = 96
8    TextHeight = 13
9 <  object Splitter1: TSplitter
10 <    Left = 384
11 <    Top = 29
12 <    Width = 8
13 <    Height = 364
14 <    Align = alRight
15 <    AutoSnap = False
16 <    Beveled = True
17 <    MinSize = 75
18 <    ExplicitLeft = 301
19 <    ExplicitHeight = 336
20 <  end
21 <  object VST: TVirtualStringTree
22 <    Left = 0
23 <    Top = 29
24 <    Width = 384
25 <    Height = 364
26 <    Align = alClient
27 <    AnimationDuration = 0
28 <    Header.AutoSizeIndex = 0
29 <    Header.Font.Charset = DEFAULT_CHARSET
30 <    Header.Font.Color = clWindowText
31 <    Header.Font.Height = -11
32 <    Header.Font.Name = 'Tahoma'
33 <    Header.Font.Style = []
34 <    Header.Options = [hoColumnResize, hoDrag, hoVisible]
35 <    TabOrder = 0
36 <    TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes]
37 <    TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
38 <    OnFocusChanged = VSTFocusChanged
39 <    OnFocusChanging = VSTFocusChanging
40 <    OnGetText = VSTGetText
41 <    OnPaintText = VSTPaintText
42 <    OnInitChildren = VSTInitChildren
43 <    ExplicitLeft = 4
44 <    ExplicitTop = 44
45 <    ExplicitWidth = 301
46 <    ExplicitHeight = 321
47 <    Columns = <
48 <      item
49 <        Position = 0
50 <        Width = 150
51 <        WideText = 'FName'
52 <      end
53 <      item
54 <        Position = 1
55 <        WideText = 'FType'
9 >  inherited panel_basecontent: TPanel
10 >    Height = 424
11 >    ExplicitLeft = 0
12 >    ExplicitTop = 25
13 >    ExplicitWidth = 598
14 >    ExplicitHeight = 424
15 >    object splitter: TSplitter
16 >      Left = 190
17 >      Top = 0
18 >      Width = 8
19 >      Height = 424
20 >      Align = alRight
21 >      AutoSnap = False
22 >      Beveled = True
23 >      MinSize = 200
24 >      ExplicitLeft = 287
25 >      ExplicitTop = 16
26 >      ExplicitHeight = 532
27 >    end
28 >    object VST: TVirtualStringTree
29 >      Left = 0
30 >      Top = 0
31 >      Width = 190
32 >      Height = 424
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 >      Columns = <
51 >        item
52 >          Position = 0
53 >          Width = 250
54 >          WideText = 'FName'
55 >        end
56 >        item
57 >          Position = 1
58 >          WideText = 'FType'
59 >        end
60 >        item
61 >          Position = 2
62 >          WideText = 'FID'
63 >        end
64 >        item
65 >          Position = 3
66 >          WideText = 'Data'
67 >        end>
68 >    end
69 >    object rightPages: TPageControl
70 >      Left = 198
71 >      Top = 0
72 >      Width = 400
73 >      Height = 424
74 >      ActivePage = tab_hex
75 >      Align = alRight
76 >      TabOrder = 1
77 >      object tab_meta: TTabSheet
78 >        Caption = 'Meta Edit'
79 >        ImageIndex = 1
80 >        ExplicitLeft = 0
81 >        ExplicitTop = 0
82 >        ExplicitWidth = 0
83 >        ExplicitHeight = 0
84        end
85 <      item
86 <        Position = 2
87 <        WideText = 'FID'
85 >      object tab_hex: TTabSheet
86 >        Caption = 'Binary Edit'
87 >        object splitter_hex_1: TSplitter
88 >          Left = 0
89 >          Top = 100
90 >          Width = 392
91 >          Height = 8
92 >          Cursor = crVSplit
93 >          Align = alTop
94 >          AutoSnap = False
95 >          Beveled = True
96 >          MinSize = 40
97 >          ExplicitTop = 209
98 >          ExplicitWidth = 192
99 >        end
100 >        object splitter_hex_2: TSplitter
101 >          Left = 0
102 >          Top = 256
103 >          Width = 392
104 >          Height = 8
105 >          Cursor = crVSplit
106 >          Align = alBottom
107 >          AutoSnap = False
108 >          Beveled = True
109 >          MinSize = 40
110 >          ExplicitTop = 300
111 >          ExplicitWidth = 192
112 >        end
113 >        object panel_hex_actions: TPanel
114 >          Left = 0
115 >          Top = 361
116 >          Width = 392
117 >          Height = 35
118 >          Align = alBottom
119 >          BevelOuter = bvNone
120 >          Caption = 'panel_hex_actions'
121 >          TabOrder = 0
122 >          object btn_export: TButton
123 >            Left = 2
124 >            Top = 6
125 >            Width = 117
126 >            Height = 25
127 >            Caption = 'Export to file...'
128 >            TabOrder = 0
129 >          end
130 >          object btn_import: TButton
131 >            Left = 125
132 >            Top = 6
133 >            Width = 117
134 >            Height = 25
135 >            Caption = 'Import from file...'
136 >            TabOrder = 1
137 >          end
138 >        end
139 >        object hex: TMPHexEditor
140 >          Left = 0
141 >          Top = 0
142 >          Width = 392
143 >          Height = 100
144 >          Cursor = crIBeam
145 >          Align = alTop
146 >          Font.Charset = DEFAULT_CHARSET
147 >          Font.Color = clWindowText
148 >          Font.Height = -16
149 >          Font.Name = 'Courier'
150 >          Font.Style = []
151 >          ParentFont = False
152 >          TabOrder = 1
153 >          BytesPerRow = 16
154 >          Translation = tkASCII
155 >          OffsetFormat = '6!10:0x|'
156 >          Colors.Background = clWindow
157 >          Colors.ChangedBackground = clWindow
158 >          Colors.ChangedText = clRed
159 >          Colors.CursorFrame = clNavy
160 >          Colors.Offset = clBlack
161 >          Colors.OddColumn = clBlue
162 >          Colors.EvenColumn = clNavy
163 >          Colors.CurrentOffsetBackground = clBtnShadow
164 >          Colors.OffsetBackGround = clBtnFace
165 >          Colors.CurrentOffset = clBtnHighlight
166 >          Colors.Grid = clBtnFace
167 >          Colors.NonFocusCursorFrame = clAqua
168 >          Colors.ActiveFieldBackground = clWindow
169 >          FocusFrame = True
170 >          NoSizeChange = True
171 >          AllowInsertMode = False
172 >          DrawGridLines = False
173 >          Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de'
174 >          ShowPositionIfNotFocused = True
175 >        end
176 >        object value_viewer: TWrapGrid
177 >          Left = 0
178 >          Top = 108
179 >          Width = 392
180 >          Height = 148
181 >          Align = alClient
182 >          ColCount = 1
183 >          DefaultColWidth = 80
184 >          DefaultRowHeight = 18
185 >          FixedCols = 0
186 >          RowCount = 8
187 >          FixedRows = 0
188 >          Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
189 >          ScrollBars = ssVertical
190 >          TabOrder = 2
191 >        end
192 >        object structviewer: TVirtualStringTree
193 >          Left = 0
194 >          Top = 264
195 >          Width = 392
196 >          Height = 97
197 >          Align = alBottom
198 >          AnimationDuration = 0
199 >          AutoExpandDelay = 300
200 >          BiDiMode = bdLeftToRight
201 >          Colors.UnfocusedSelectionColor = clGradientActiveCaption
202 >          Colors.UnfocusedSelectionBorderColor = clGradientActiveCaption
203 >          Ctl3D = True
204 >          DragOperations = []
205 >          DrawSelectionMode = smBlendedRectangle
206 >          EditDelay = 200
207 >          Font.Charset = DEFAULT_CHARSET
208 >          Font.Color = clWindowText
209 >          Font.Height = -11
210 >          Font.Name = 'Tahoma'
211 >          Font.Style = []
212 >          Header.AutoSizeIndex = 0
213 >          Header.Font.Charset = DEFAULT_CHARSET
214 >          Header.Font.Color = clWindowText
215 >          Header.Font.Height = -11
216 >          Header.Font.Name = 'Tahoma'
217 >          Header.Font.Style = []
218 >          Header.Options = [hoColumnResize, hoDblClickResize, hoDrag, hoVisible]
219 >          Header.Style = hsFlatButtons
220 >          HintAnimation = hatNone
221 >          HintMode = hmTooltip
222 >          Indent = 14
223 >          ParentBiDiMode = False
224 >          ParentCtl3D = False
225 >          ParentFont = False
226 >          ParentShowHint = False
227 >          ShowHint = True
228 >          TabOrder = 3
229 >          TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
230 >          TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toShowRoot, toShowTreeLines, toShowVertGridLines, toUseBlendedImages]
231 >          TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect]
232 >          OnFocusChanged = VSTFocusChanged
233 >          OnGetText = VSTGetText
234 >          Columns = <
235 >            item
236 >              MaxWidth = 300
237 >              MinWidth = 100
238 >              Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
239 >              Position = 0
240 >              Spacing = 20
241 >              Width = 150
242 >              WideText = 'Name'
243 >              WideHint = 'Name of the item.'
244 >            end
245 >            item
246 >              MaxWidth = 110
247 >              MinWidth = 80
248 >              Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
249 >              Position = 1
250 >              Spacing = 20
251 >              Width = 85
252 >              WideText = 'Offset'
253 >              WideHint = 'Offset of the data-item.'
254 >            end
255 >            item
256 >              MaxWidth = 110
257 >              MinWidth = 75
258 >              Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
259 >              Position = 2
260 >              Width = 75
261 >              WideText = 'Type'
262 >              WideHint = 'Data type of the item.'
263 >            end
264 >            item
265 >              MaxWidth = 250
266 >              MinWidth = 80
267 >              Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
268 >              Position = 3
269 >              Width = 100
270 >              WideText = 'Value'
271 >              WideHint = 'Value of the item.'
272 >            end
273 >            item
274 >              MaxWidth = 400
275 >              MinWidth = 80
276 >              Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
277 >              Position = 4
278 >              Width = 400
279 >              WideText = 'Description'
280 >            end>
281 >          WideDefaultText = ''
282 >        end
283        end
284 <      item
76 <        Position = 3
77 <        WideText = 'Data'
78 <      end>
284 >    end
285    end
286 <  object Panel1: TPanel
287 <    Left = 0
288 <    Top = 0
289 <    Width = 472
290 <    Height = 29
291 <    Align = alTop
292 <    BevelOuter = bvNone
87 <    TabOrder = 1
88 <    ExplicitWidth = 446
89 <    DesignSize = (
90 <      472
91 <      29)
92 <    object Label3: TLabel
93 <      Left = 3
94 <      Top = 6
95 <      Width = 61
96 <      Height = 13
97 <      Caption = 'Connection: '
98 <    end
99 <    object Button1: TButton
100 <      Left = 379
101 <      Top = 1
102 <      Width = 75
103 <      Height = 25
104 <      Anchors = [akTop, akRight]
105 <      Caption = 'Load'
106 <      Default = True
107 <      TabOrder = 0
108 <      OnClick = Button1Click
109 <      ExplicitLeft = 196
286 >  object value_viewer_context: TPopupMenu
287 >    AutoHotkeys = maManual
288 >    AutoLineReduction = maManual
289 >    Left = 300
290 >    Top = 196
291 >    object value_viewer_context_copy: TMenuItem
292 >      Caption = 'Copy to &clipboard'
293      end
294 <    object combo_connection: TComboBox
295 <      Left = 64
296 <      Top = 3
297 <      Width = 309
298 <      Height = 21
299 <      Style = csDropDownList
300 <      Anchors = [akLeft, akTop, akRight]
301 <      DropDownCount = 12
302 <      ItemHeight = 13
303 <      TabOrder = 1
304 <      ExplicitWidth = 126
294 >    object value_viewer_context_copyasdec: TMenuItem
295 >      Caption = 'Copy to clipboard (as &dec)'
296 >    end
297 >    object value_viewer_context_copyasfloat: TMenuItem
298 >      Caption = 'Copy to clipboard (as &float)'
299 >    end
300 >    object value_viewer_context_copyasbitset: TMenuItem
301 >      Caption = 'Copy to clipboard (as &bitset)'
302 >    end
303 >    object value_viewer_context_copyasstring: TMenuItem
304 >      Caption = 'Copy to clipboard (as &string)'
305 >    end
306 >    object value_viewer_context_copyashex: TMenuItem
307 >      Caption = 'Copy to clipboard (as &hex)'
308      end
309    end
310 <  object Panel2: TPanel
311 <    Left = 392
312 <    Top = 29
127 <    Width = 80
128 <    Height = 364
129 <    Align = alRight
130 <    BevelOuter = bvNone
131 <    Caption = 'Panel2'
132 <    TabOrder = 2
133 <    ExplicitLeft = 329
134 <    ExplicitHeight = 336
310 >  object VTHPopup: TVTHeaderPopupMenu
311 >    Left = 292
312 >    Top = 340
313    end
314   end

Diff Legend

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