source: oup/releases/0.25a/Unit13_rawedit.dfm@ 1065

Last change on this file since 1065 was 25, checked in by alloc, 18 years ago
File size: 8.4 KB
Line 
1object Form13: TForm13
2 Left = 0
3 Top = 0
4 Width = 650
5 Height = 667
6 BorderIcons = [biSystemMenu, biMaximize]
7 Caption = 'Binary .raw-Editor'
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 DefaultColWidth = 80
113 DefaultRowHeight = 18
114 Enabled = False
115 FixedCols = 0
116 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
117 TabOrder = 1
118 OnClick = structsClick
119 OnDblClick = structsDblClick
120 end
121 object value_viewer: TWrapGrid
122 Left = 0
123 Top = 218
124 Width = 483
125 Height = 374
126 Align = alClient
127 DefaultColWidth = 80
128 DefaultRowHeight = 18
129 FixedCols = 0
130 RowCount = 8
131 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
132 PopupMenu = value_viewer_context
133 TabOrder = 2
134 OnDblClick = value_viewerDblClick
135 OnMouseDown = value_viewerMouseDown
136 end
137 end
138 object panel_files: TPanel
139 Left = 0
140 Top = 0
141 Width = 150
142 Height = 640
143 Align = alLeft
144 BevelOuter = bvNone
145 TabOrder = 1
146 object Splitter4: TSplitter
147 Left = 0
148 Top = 442
149 Width = 150
150 Height = 9
151 Cursor = crVSplit
152 Align = alBottom
153 AutoSnap = False
154 Beveled = True
155 MinSize = 150
156 end
157 object panel_imexport: TPanel
158 Left = 0
159 Top = 580
160 Width = 150
161 Height = 60
162 Align = alBottom
163 BevelOuter = bvNone
164 TabOrder = 0
165 OnResize = panel_imexportResize
166 object btn_export: TButton
167 Left = 4
168 Top = 4
169 Width = 142
170 Height = 25
171 Caption = 'Export to file...'
172 TabOrder = 0
173 OnClick = btn_exportClick
174 end
175 object btn_import: TButton
176 Left = 4
177 Top = 32
178 Width = 142
179 Height = 25
180 Caption = 'Import from file...'
181 TabOrder = 1
182 OnClick = btn_importClick
183 end
184 end
185 object group_file: TGroupBox
186 Left = 0
187 Top = 0
188 Width = 150
189 Height = 442
190 Align = alClient
191 Caption = '1. Select file'
192 TabOrder = 1
193 object list: TListBox
194 Left = 2
195 Top = 15
196 Width = 146
197 Height = 322
198 Align = alClient
199 ItemHeight = 13
200 TabOrder = 0
201 OnClick = listClick
202 end
203 object panel_extension: TPanel
204 Left = 2
205 Top = 337
206 Width = 146
207 Height = 103
208 Align = alBottom
209 BevelOuter = bvNone
210 TabOrder = 1
211 OnResize = panel_extensionResize
212 object lbl_filter: TLabel
213 Left = 2
214 Top = 62
215 Width = 100
216 Height = 17
217 AutoSize = False
218 Caption = 'Filter by &extension:'
219 FocusControl = combo_extension
220 end
221 object combo_extension: TComboBox
222 Left = 2
223 Top = 76
224 Width = 145
225 Height = 21
226 Style = csDropDownList
227 DropDownCount = 12
228 Font.Charset = DEFAULT_CHARSET
229 Font.Color = clWindowText
230 Font.Height = -11
231 Font.Name = 'Tahoma'
232 Font.Style = []
233 ItemHeight = 13
234 ParentFont = False
235 Sorted = True
236 TabOrder = 3
237 OnClick = combo_extensionClick
238 end
239 object check_zerobyte: TCheckBox
240 Left = 2
241 Top = 44
242 Width = 130
243 Height = 13
244 Caption = 'Show &zero-byte files'
245 TabOrder = 2
246 OnClick = check_zerobyteClick
247 end
248 object edit_filtername: TEdit
249 Left = 2
250 Top = 20
251 Width = 145
252 Height = 18
253 AutoSize = False
254 TabOrder = 1
255 end
256 object check_filtername: TCheckBox
257 Left = 2
258 Top = 5
259 Width = 130
260 Height = 15
261 Caption = 'Filter by file&name:'
262 TabOrder = 0
263 OnClick = check_filternameClick
264 end
265 end
266 end
267 object GroupBox1: TGroupBox
268 Left = 0
269 Top = 451
270 Width = 150
271 Height = 129
272 Align = alBottom
273 Caption = '2. Select .dat-link-offset'
274 TabOrder = 2
275 object list_offset: TListBox
276 Left = 2
277 Top = 15
278 Width = 146
279 Height = 112
280 Align = alClient
281 ItemHeight = 13
282 TabOrder = 0
283 OnClick = list_offsetClick
284 end
285 end
286 end
287 object value_viewer_context: TPopupMenu
288 AutoHotkeys = maManual
289 OnPopup = value_viewer_contextPopup
290 Left = 368
291 Top = 264
292 object value_viewer_context_copy: TMenuItem
293 Caption = 'Copy to &clipboard'
294 OnClick = value_viewer_context_copyClick
295 end
296 object value_viewer_context_copyasdec: TMenuItem
297 Caption = 'Copy to clipboard (as &dec)'
298 OnClick = value_viewer_context_copyClick
299 end
300 object value_viewer_context_copyasfloat: TMenuItem
301 Caption = 'Copy to clipboard (as &float)'
302 OnClick = value_viewer_context_copyClick
303 end
304 object value_viewer_context_copyasbitset: TMenuItem
305 Caption = 'Copy to clipboard (as &bitset)'
306 OnClick = value_viewer_context_copyClick
307 end
308 object value_viewer_context_copyasstring: TMenuItem
309 Caption = 'Copy to clipboard (as &string)'
310 OnClick = value_viewer_context_copyClick
311 end
312 object value_viewer_context_copyashex: TMenuItem
313 Caption = 'Copy to clipboard (as &hex)'
314 OnClick = value_viewer_context_copyClick
315 end
316 end
317 object opend: TOpenDialog
318 Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
319 Left = 120
320 Top = 584
321 end
322 object saved: TSaveDialog
323 Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing]
324 Left = 120
325 Top = 608
326 end
327end
Note: See TracBrowser for help on using the repository browser.