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