1 |
object Form13: TForm13 |
2 |
Left = 0 |
3 |
Top = 0 |
4 |
BorderIcons = [biSystemMenu, biMaximize] |
5 |
Caption = 'Binary .raw-Editor' |
6 |
ClientHeight = 640 |
7 |
ClientWidth = 642 |
8 |
Color = clBtnFace |
9 |
Font.Charset = DEFAULT_CHARSET |
10 |
Font.Color = clWindowText |
11 |
Font.Height = -11 |
12 |
Font.Name = 'Tahoma' |
13 |
Font.Style = [] |
14 |
FormStyle = fsMDIChild |
15 |
KeyPreview = True |
16 |
OldCreateOrder = False |
17 |
Visible = True |
18 |
WindowState = wsMaximized |
19 |
OnActivate = FormActivate |
20 |
OnClose = FormClose |
21 |
OnCloseQuery = FormCloseQuery |
22 |
OnCreate = FormCreate |
23 |
OnKeyUp = FormKeyUp |
24 |
OnResize = FormResize |
25 |
PixelsPerInch = 96 |
26 |
TextHeight = 13 |
27 |
object Splitter1: TSplitter |
28 |
Left = 150 |
29 |
Top = 0 |
30 |
Width = 9 |
31 |
Height = 640 |
32 |
AutoSnap = False |
33 |
Beveled = True |
34 |
MinSize = 150 |
35 |
end |
36 |
object panel_data: TPanel |
37 |
Left = 159 |
38 |
Top = 0 |
39 |
Width = 483 |
40 |
Height = 640 |
41 |
Align = alClient |
42 |
BevelOuter = bvNone |
43 |
TabOrder = 0 |
44 |
OnResize = panel_dataResize |
45 |
object Splitter2: TSplitter |
46 |
Left = 0 |
47 |
Top = 209 |
48 |
Width = 483 |
49 |
Height = 9 |
50 |
Cursor = crVSplit |
51 |
Align = alTop |
52 |
AutoSnap = False |
53 |
Beveled = True |
54 |
MinSize = 40 |
55 |
end |
56 |
object Splitter3: TSplitter |
57 |
Left = 0 |
58 |
Top = 592 |
59 |
Width = 483 |
60 |
Height = 8 |
61 |
Cursor = crVSplit |
62 |
Align = alBottom |
63 |
AutoSnap = False |
64 |
Beveled = True |
65 |
MinSize = 40 |
66 |
end |
67 |
object hex: TMPHexEditor |
68 |
Left = 0 |
69 |
Top = 0 |
70 |
Width = 483 |
71 |
Height = 209 |
72 |
Cursor = crIBeam |
73 |
Align = alTop |
74 |
Font.Charset = DEFAULT_CHARSET |
75 |
Font.Color = clWindowText |
76 |
Font.Height = -16 |
77 |
Font.Name = 'Courier' |
78 |
Font.Style = [] |
79 |
ParentFont = False |
80 |
TabOrder = 0 |
81 |
BytesPerRow = 16 |
82 |
Translation = tkASCII |
83 |
OffsetFormat = '6!10:0x|' |
84 |
Colors.Background = clWindow |
85 |
Colors.ChangedBackground = clWindow |
86 |
Colors.ChangedText = clRed |
87 |
Colors.CursorFrame = clNavy |
88 |
Colors.Offset = clBlack |
89 |
Colors.OddColumn = clBlue |
90 |
Colors.EvenColumn = clNavy |
91 |
Colors.CurrentOffsetBackground = clBtnShadow |
92 |
Colors.OffsetBackGround = clBtnFace |
93 |
Colors.CurrentOffset = clBtnHighlight |
94 |
Colors.Grid = clBtnFace |
95 |
Colors.NonFocusCursorFrame = clAqua |
96 |
Colors.ActiveFieldBackground = clWindow |
97 |
FocusFrame = True |
98 |
NoSizeChange = True |
99 |
AllowInsertMode = False |
100 |
DrawGridLines = False |
101 |
Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de' |
102 |
OnChange = hexChange |
103 |
ShowPositionIfNotFocused = True |
104 |
OnSelectionChanged = hexSelectionChanged |
105 |
end |
106 |
object structs: TWrapGrid |
107 |
Left = 0 |
108 |
Top = 600 |
109 |
Width = 483 |
110 |
Height = 40 |
111 |
Align = alBottom |
112 |
ColCount = 1 |
113 |
DefaultColWidth = 80 |
114 |
DefaultRowHeight = 18 |
115 |
Enabled = False |
116 |
FixedCols = 0 |
117 |
RowCount = 1 |
118 |
FixedRows = 0 |
119 |
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing] |
120 |
TabOrder = 1 |
121 |
OnClick = structsClick |
122 |
OnDblClick = structsDblClick |
123 |
end |
124 |
object value_viewer: TWrapGrid |
125 |
Left = 0 |
126 |
Top = 218 |
127 |
Width = 483 |
128 |
Height = 374 |
129 |
Align = alClient |
130 |
ColCount = 1 |
131 |
DefaultColWidth = 80 |
132 |
DefaultRowHeight = 18 |
133 |
FixedCols = 0 |
134 |
RowCount = 8 |
135 |
FixedRows = 0 |
136 |
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing] |
137 |
PopupMenu = value_viewer_context |
138 |
TabOrder = 2 |
139 |
OnDblClick = value_viewerDblClick |
140 |
OnMouseDown = value_viewerMouseDown |
141 |
end |
142 |
end |
143 |
object panel_files: TPanel |
144 |
Left = 0 |
145 |
Top = 0 |
146 |
Width = 150 |
147 |
Height = 640 |
148 |
Align = alLeft |
149 |
BevelOuter = bvNone |
150 |
TabOrder = 1 |
151 |
object Splitter4: TSplitter |
152 |
Left = 0 |
153 |
Top = 442 |
154 |
Width = 150 |
155 |
Height = 9 |
156 |
Cursor = crVSplit |
157 |
Align = alBottom |
158 |
AutoSnap = False |
159 |
Beveled = True |
160 |
MinSize = 150 |
161 |
end |
162 |
object panel_imexport: TPanel |
163 |
Left = 0 |
164 |
Top = 580 |
165 |
Width = 150 |
166 |
Height = 60 |
167 |
Align = alBottom |
168 |
BevelOuter = bvNone |
169 |
TabOrder = 0 |
170 |
OnResize = panel_imexportResize |
171 |
object btn_export: TButton |
172 |
Left = 4 |
173 |
Top = 4 |
174 |
Width = 142 |
175 |
Height = 25 |
176 |
Caption = 'Export to file...' |
177 |
TabOrder = 0 |
178 |
OnClick = btn_exportClick |
179 |
end |
180 |
object btn_import: TButton |
181 |
Left = 4 |
182 |
Top = 32 |
183 |
Width = 142 |
184 |
Height = 25 |
185 |
Caption = 'Import from file...' |
186 |
TabOrder = 1 |
187 |
OnClick = btn_importClick |
188 |
end |
189 |
end |
190 |
object group_file: TGroupBox |
191 |
Left = 0 |
192 |
Top = 0 |
193 |
Width = 150 |
194 |
Height = 442 |
195 |
Align = alClient |
196 |
Caption = '1. Select file' |
197 |
TabOrder = 1 |
198 |
object list: TListBox |
199 |
Left = 2 |
200 |
Top = 15 |
201 |
Width = 146 |
202 |
Height = 337 |
203 |
Align = alClient |
204 |
ItemHeight = 13 |
205 |
TabOrder = 0 |
206 |
OnClick = listClick |
207 |
end |
208 |
object panel_extension: TPanel |
209 |
Left = 2 |
210 |
Top = 352 |
211 |
Width = 146 |
212 |
Height = 88 |
213 |
Align = alBottom |
214 |
BevelOuter = bvNone |
215 |
TabOrder = 1 |
216 |
OnResize = panel_extensionResize |
217 |
object lbl_filter: TLabel |
218 |
Left = 2 |
219 |
Top = 46 |
220 |
Width = 100 |
221 |
Height = 17 |
222 |
AutoSize = False |
223 |
Caption = 'Filter by &extension:' |
224 |
FocusControl = combo_extension |
225 |
end |
226 |
object combo_extension: TComboBox |
227 |
Left = 2 |
228 |
Top = 60 |
229 |
Width = 145 |
230 |
Height = 21 |
231 |
Style = csDropDownList |
232 |
DropDownCount = 12 |
233 |
Font.Charset = DEFAULT_CHARSET |
234 |
Font.Color = clWindowText |
235 |
Font.Height = -11 |
236 |
Font.Name = 'Tahoma' |
237 |
Font.Style = [] |
238 |
ItemHeight = 13 |
239 |
ParentFont = False |
240 |
Sorted = True |
241 |
TabOrder = 2 |
242 |
OnClick = combo_extensionClick |
243 |
end |
244 |
object edit_filtername: TEdit |
245 |
Left = 2 |
246 |
Top = 20 |
247 |
Width = 145 |
248 |
Height = 18 |
249 |
AutoSize = False |
250 |
TabOrder = 1 |
251 |
end |
252 |
object check_filtername: TCheckBox |
253 |
Left = 2 |
254 |
Top = 5 |
255 |
Width = 130 |
256 |
Height = 15 |
257 |
Caption = 'Filter by file&name:' |
258 |
TabOrder = 0 |
259 |
OnClick = check_filternameClick |
260 |
end |
261 |
end |
262 |
end |
263 |
object GroupBox1: TGroupBox |
264 |
Left = 0 |
265 |
Top = 451 |
266 |
Width = 150 |
267 |
Height = 129 |
268 |
Align = alBottom |
269 |
Caption = '2. Select .dat-link-offset' |
270 |
TabOrder = 2 |
271 |
object list_offset: TListBox |
272 |
Left = 2 |
273 |
Top = 15 |
274 |
Width = 146 |
275 |
Height = 112 |
276 |
Align = alClient |
277 |
ItemHeight = 13 |
278 |
TabOrder = 0 |
279 |
OnClick = list_offsetClick |
280 |
end |
281 |
end |
282 |
end |
283 |
object value_viewer_context: TPopupMenu |
284 |
AutoHotkeys = maManual |
285 |
OnPopup = value_viewer_contextPopup |
286 |
Left = 368 |
287 |
Top = 264 |
288 |
object value_viewer_context_copy: TMenuItem |
289 |
Caption = 'Copy to &clipboard' |
290 |
OnClick = value_viewer_context_copyClick |
291 |
end |
292 |
object value_viewer_context_copyasdec: TMenuItem |
293 |
Caption = 'Copy to clipboard (as &dec)' |
294 |
OnClick = value_viewer_context_copyClick |
295 |
end |
296 |
object value_viewer_context_copyasfloat: TMenuItem |
297 |
Caption = 'Copy to clipboard (as &float)' |
298 |
OnClick = value_viewer_context_copyClick |
299 |
end |
300 |
object value_viewer_context_copyasbitset: TMenuItem |
301 |
Caption = 'Copy to clipboard (as &bitset)' |
302 |
OnClick = value_viewer_context_copyClick |
303 |
end |
304 |
object value_viewer_context_copyasstring: TMenuItem |
305 |
Caption = 'Copy to clipboard (as &string)' |
306 |
OnClick = value_viewer_context_copyClick |
307 |
end |
308 |
object value_viewer_context_copyashex: TMenuItem |
309 |
Caption = 'Copy to clipboard (as &hex)' |
310 |
OnClick = value_viewer_context_copyClick |
311 |
end |
312 |
end |
313 |
object opend: TOpenDialog |
314 |
Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing] |
315 |
Left = 120 |
316 |
Top = 584 |
317 |
end |
318 |
object saved: TSaveDialog |
319 |
Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing] |
320 |
Left = 120 |
321 |
Top = 608 |
322 |
end |
323 |
end |