1 |
inherited Form_BinEdit: TForm_BinEdit |
2 |
Caption = 'Form_BinEdit' |
3 |
OnCloseQuery = FormCloseQuery |
4 |
OnCreate = FormCreate |
5 |
OnKeyUp = FormKeyUp |
6 |
PixelsPerInch = 96 |
7 |
TextHeight = 13 |
8 |
inherited panel_basecontent: TPanel |
9 |
inherited panel_files: TPanel |
10 |
inherited FilePages: TPageControl |
11 |
Height = 471 |
12 |
inherited tab_files: TTabSheet |
13 |
ExplicitWidth = 191 |
14 |
ExplicitHeight = 443 |
15 |
inherited panel_extension: TPanel |
16 |
ExplicitWidth = 191 |
17 |
inherited combo_extension: TComboBox |
18 |
ExplicitWidth = 190 |
19 |
end |
20 |
end |
21 |
inherited filelist: TListBox |
22 |
Height = 318 |
23 |
ExplicitWidth = 191 |
24 |
ExplicitHeight = 318 |
25 |
end |
26 |
end |
27 |
end |
28 |
object panel_imexport: TPanel |
29 |
Left = 0 |
30 |
Top = 472 |
31 |
Width = 200 |
32 |
Height = 60 |
33 |
Align = alBottom |
34 |
BevelOuter = bvNone |
35 |
TabOrder = 1 |
36 |
DesignSize = ( |
37 |
200 |
38 |
60) |
39 |
object btn_export: TButton |
40 |
Left = 4 |
41 |
Top = 4 |
42 |
Width = 190 |
43 |
Height = 25 |
44 |
Anchors = [akLeft, akTop, akRight] |
45 |
Caption = 'Export to file...' |
46 |
TabOrder = 0 |
47 |
end |
48 |
object btn_import: TButton |
49 |
Left = 4 |
50 |
Top = 32 |
51 |
Width = 190 |
52 |
Height = 25 |
53 |
Anchors = [akLeft, akTop, akRight] |
54 |
Caption = 'Import from file...' |
55 |
TabOrder = 1 |
56 |
end |
57 |
end |
58 |
end |
59 |
inherited panel_content: TPanel |
60 |
object Splitter2: TSplitter |
61 |
Left = 0 |
62 |
Top = 209 |
63 |
Width = 390 |
64 |
Height = 8 |
65 |
Cursor = crVSplit |
66 |
Align = alTop |
67 |
AutoSnap = False |
68 |
Beveled = True |
69 |
MinSize = 40 |
70 |
end |
71 |
object Splitter3: TSplitter |
72 |
Left = 0 |
73 |
Top = 427 |
74 |
Width = 390 |
75 |
Height = 8 |
76 |
Cursor = crVSplit |
77 |
Align = alBottom |
78 |
AutoSnap = False |
79 |
Beveled = True |
80 |
MinSize = 40 |
81 |
ExplicitTop = 435 |
82 |
end |
83 |
object hex: TMPHexEditor |
84 |
Left = 0 |
85 |
Top = 0 |
86 |
Width = 390 |
87 |
Height = 209 |
88 |
Cursor = crIBeam |
89 |
Align = alTop |
90 |
Font.Charset = DEFAULT_CHARSET |
91 |
Font.Color = clWindowText |
92 |
Font.Height = -16 |
93 |
Font.Name = 'Courier' |
94 |
Font.Style = [] |
95 |
OnKeyUp = hexKeyUp |
96 |
ParentFont = False |
97 |
TabOrder = 0 |
98 |
BytesPerRow = 16 |
99 |
Translation = tkASCII |
100 |
OffsetFormat = '6!10:0x|' |
101 |
Colors.Background = clWindow |
102 |
Colors.ChangedBackground = clWindow |
103 |
Colors.ChangedText = clRed |
104 |
Colors.CursorFrame = clNavy |
105 |
Colors.Offset = clBlack |
106 |
Colors.OddColumn = clBlue |
107 |
Colors.EvenColumn = clNavy |
108 |
Colors.CurrentOffsetBackground = clBtnShadow |
109 |
Colors.OffsetBackGround = clBtnFace |
110 |
Colors.CurrentOffset = clBtnHighlight |
111 |
Colors.Grid = clBtnFace |
112 |
Colors.NonFocusCursorFrame = clAqua |
113 |
Colors.ActiveFieldBackground = clWindow |
114 |
FocusFrame = True |
115 |
NoSizeChange = True |
116 |
AllowInsertMode = False |
117 |
DrawGridLines = False |
118 |
Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de' |
119 |
OnChange = hexChange |
120 |
ShowPositionIfNotFocused = True |
121 |
OnSelectionChanged = hexSelectionChanged |
122 |
end |
123 |
object value_viewer: TWrapGrid |
124 |
Left = 0 |
125 |
Top = 217 |
126 |
Width = 390 |
127 |
Height = 210 |
128 |
Align = alClient |
129 |
ColCount = 1 |
130 |
DefaultColWidth = 80 |
131 |
DefaultRowHeight = 18 |
132 |
FixedCols = 0 |
133 |
RowCount = 8 |
134 |
FixedRows = 0 |
135 |
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing] |
136 |
ScrollBars = ssVertical |
137 |
TabOrder = 1 |
138 |
OnDblClick = value_viewerDblClick |
139 |
OnMouseDown = value_viewerMouseDown |
140 |
ExplicitHeight = 218 |
141 |
end |
142 |
object VST: TVirtualStringTree |
143 |
Left = 0 |
144 |
Top = 435 |
145 |
Width = 390 |
146 |
Height = 97 |
147 |
Align = alBottom |
148 |
AnimationDuration = 0 |
149 |
AutoExpandDelay = 300 |
150 |
BiDiMode = bdLeftToRight |
151 |
Colors.UnfocusedSelectionColor = clGradientActiveCaption |
152 |
Colors.UnfocusedSelectionBorderColor = clGradientActiveCaption |
153 |
Ctl3D = True |
154 |
DragOperations = [] |
155 |
DrawSelectionMode = smBlendedRectangle |
156 |
EditDelay = 200 |
157 |
Font.Charset = DEFAULT_CHARSET |
158 |
Font.Color = clWindowText |
159 |
Font.Height = -11 |
160 |
Font.Name = 'Tahoma' |
161 |
Font.Style = [] |
162 |
Header.AutoSizeIndex = 0 |
163 |
Header.Font.Charset = DEFAULT_CHARSET |
164 |
Header.Font.Color = clWindowText |
165 |
Header.Font.Height = -11 |
166 |
Header.Font.Name = 'Tahoma' |
167 |
Header.Font.Style = [] |
168 |
Header.Options = [hoColumnResize, hoDblClickResize, hoDrag, hoVisible] |
169 |
Header.Style = hsFlatButtons |
170 |
HintAnimation = hatNone |
171 |
HintMode = hmTooltip |
172 |
Indent = 14 |
173 |
ParentBiDiMode = False |
174 |
ParentCtl3D = False |
175 |
ParentFont = False |
176 |
ParentShowHint = False |
177 |
ShowHint = True |
178 |
TabOrder = 2 |
179 |
TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning] |
180 |
TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toShowRoot, toShowTreeLines, toShowVertGridLines, toUseBlendedImages] |
181 |
TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect] |
182 |
OnDblClick = VSTDblClick |
183 |
OnFocusChanged = VSTFocusChanged |
184 |
OnGetText = VSTGetText |
185 |
OnHeaderDragged = VSTHeaderDragged |
186 |
Columns = < |
187 |
item |
188 |
MaxWidth = 300 |
189 |
MinWidth = 100 |
190 |
Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible] |
191 |
Position = 0 |
192 |
Spacing = 20 |
193 |
Width = 150 |
194 |
WideText = 'Name' |
195 |
WideHint = 'Name of the item.' |
196 |
end |
197 |
item |
198 |
MaxWidth = 110 |
199 |
MinWidth = 80 |
200 |
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible] |
201 |
Position = 1 |
202 |
Spacing = 20 |
203 |
Width = 85 |
204 |
WideText = 'Offset' |
205 |
WideHint = 'Offset of the data-item.' |
206 |
end |
207 |
item |
208 |
MaxWidth = 110 |
209 |
MinWidth = 75 |
210 |
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible] |
211 |
Position = 2 |
212 |
Width = 75 |
213 |
WideText = 'Type' |
214 |
WideHint = 'Data type of the item.' |
215 |
end |
216 |
item |
217 |
MaxWidth = 250 |
218 |
MinWidth = 80 |
219 |
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible] |
220 |
Position = 3 |
221 |
Width = 100 |
222 |
WideText = 'Value' |
223 |
WideHint = 'Value of the item.' |
224 |
end |
225 |
item |
226 |
MaxWidth = 400 |
227 |
MinWidth = 80 |
228 |
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible] |
229 |
Position = 4 |
230 |
Width = 400 |
231 |
WideText = 'Description' |
232 |
end> |
233 |
WideDefaultText = '' |
234 |
end |
235 |
end |
236 |
end |
237 |
object VTHPopup: TVTHeaderPopupMenu |
238 |
OnColumnChange = VTHPopupColumnChange |
239 |
Left = 272 |
240 |
Top = 376 |
241 |
end |
242 |
object value_viewer_context: TPopupMenu |
243 |
AutoHotkeys = maManual |
244 |
AutoLineReduction = maManual |
245 |
OnPopup = value_viewer_contextPopup |
246 |
Left = 280 |
247 |
Top = 232 |
248 |
object value_viewer_context_copy: TMenuItem |
249 |
Caption = 'Copy to &clipboard' |
250 |
OnClick = value_viewer_context_copyClick |
251 |
end |
252 |
object value_viewer_context_copyasdec: TMenuItem |
253 |
Caption = 'Copy to clipboard (as &dec)' |
254 |
end |
255 |
object value_viewer_context_copyasfloat: TMenuItem |
256 |
Caption = 'Copy to clipboard (as &float)' |
257 |
end |
258 |
object value_viewer_context_copyasbitset: TMenuItem |
259 |
Caption = 'Copy to clipboard (as &bitset)' |
260 |
end |
261 |
object value_viewer_context_copyasstring: TMenuItem |
262 |
Caption = 'Copy to clipboard (as &string)' |
263 |
end |
264 |
object value_viewer_context_copyashex: TMenuItem |
265 |
Caption = 'Copy to clipboard (as &hex)' |
266 |
end |
267 |
end |
268 |
end |