source: oup/releases/0.23a/Unit8_binedit.dfm@ 1050

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