source: oup/current/Tools/MetaEditor.dfm@ 237

Last change on this file since 237 was 237, checked in by alloc, 17 years ago
File size: 9.8 KB
Line 
1inherited Form_Meta: TForm_Meta
2 Caption = 'Form_Meta'
3 ClientHeight = 449
4 OnCreate = FormCreate
5 ExplicitWidth = 606
6 ExplicitHeight = 476
7 PixelsPerInch = 96
8 TextHeight = 13
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 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 end
286 end
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 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 VTHPopup: TVTHeaderPopupMenu
312 Left = 292
313 Top = 340
314 end
315end
Note: See TracBrowser for help on using the repository browser.