| 21 |
|
value_viewer_context_copyasstring: TMenuItem; |
| 22 |
|
value_viewer_context_copyashex: TMenuItem; |
| 23 |
|
VTHPopup: TVTHeaderPopupMenu; |
| 24 |
+ |
panel_imexport: TPanel; |
| 25 |
+ |
btn_export: TButton; |
| 26 |
+ |
btn_import: TButton; |
| 27 |
|
procedure FormCreate(Sender: TObject); |
| 28 |
|
procedure NewFile(fileinfo: TFileInfo); |
| 29 |
|
|
| 225 |
|
11: |
| 226 |
|
begin |
| 227 |
|
if Length(rawlist) > 0 then |
| 228 |
+ |
begin |
| 229 |
|
for i := 0 to High(rawlist) do |
| 230 |
|
if rawlist[i].SrcOffset = offset then |
| 231 |
|
begin |
| 235 |
|
Result := 'unused'; |
| 236 |
|
Break; |
| 237 |
|
end; |
| 238 |
+ |
if i > High(rawlist) then |
| 239 |
+ |
Result := 'unused'; |
| 240 |
+ |
end; |
| 241 |
|
end; |
| 242 |
|
12: |
| 243 |
|
if hex.Data[offset] = 1 then |