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