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