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

Diff Legend

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