1 |
inherited 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 |
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 |
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 |
end |
289 |
end |
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 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 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 |