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

Diff Legend

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