ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Tool_BinEdit.dfm
(Generate patch)

Comparing oup/current/Tool_BinEdit.dfm (file contents):
Revision 44 by alloc, Mon Dec 18 23:35:30 2006 UTC vs.
Revision 45 by alloc, Sat Dec 23 00:03:50 2006 UTC

# Line 1 | Line 1
1 < object Form_BinEdit: TForm_BinEdit
2 <  Left = 0
3 <  Top = 0
4 <  BorderIcons = [biSystemMenu, biMaximize]
5 <  Caption = 'Binary .dat-Editor'
6 <  ClientHeight = 555
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
1 > inherited Form_BinEdit: TForm_BinEdit
2 >  Caption = 'BinEdit'
3    OnCloseQuery = FormCloseQuery
4    OnCreate = FormCreate
5    OnKeyUp = FormKeyUp
23  OnResize = FormResize
6    PixelsPerInch = 96
7    TextHeight = 13
8 <  object Splitter1: TSplitter
9 <    Left = 200
10 <    Top = 0
11 <    Width = 9
30 <    Height = 555
31 <    AutoSnap = False
32 <    Beveled = True
33 <    MinSize = 150
34 <    ExplicitLeft = 150
35 <    ExplicitHeight = 423
8 >  inherited panel_files: TPanel
9 >    inherited filelist: TListBox
10 >      ExplicitHeight = 256
11 >    end
12    end
13 <  object panel_data: TPanel
38 <    Left = 209
39 <    Top = 0
40 <    Width = 433
41 <    Height = 555
42 <    Align = alClient
43 <    BevelOuter = bvNone
44 <    TabOrder = 0
13 >  inherited content: TPanel
14      object Splitter2: TSplitter
15        Left = 0
16        Top = 209
17 <      Width = 433
17 >      Width = 283
18        Height = 9
19        Cursor = crVSplit
20        Align = alTop
21        AutoSnap = False
22        Beveled = True
23        MinSize = 40
24 <      ExplicitWidth = 483
24 >      ExplicitWidth = 425
25      end
26      object Splitter3: TSplitter
27        Left = 0
28 <      Top = 450
29 <      Width = 433
28 >      Top = 318
29 >      Width = 283
30        Height = 8
31        Cursor = crVSplit
32        Align = alBottom
33        AutoSnap = False
34        Beveled = True
35        MinSize = 40
36 <      ExplicitTop = 375
37 <      ExplicitWidth = 483
36 >      ExplicitLeft = -9
37 >      ExplicitTop = 430
38 >      ExplicitWidth = 425
39      end
40      object hex: TMPHexEditor
41        Left = 0
42        Top = 0
43 <      Width = 433
43 >      Width = 283
44        Height = 209
45        Cursor = crIBeam
46        Align = alTop
# Line 110 | Line 80 | object Form_BinEdit: TForm_BinEdit
80      object value_viewer: TWrapGrid
81        Left = 0
82        Top = 218
83 <      Width = 433
84 <      Height = 232
83 >      Width = 283
84 >      Height = 100
85        Align = alClient
86        ColCount = 1
87        DefaultColWidth = 80
# Line 127 | Line 97 | object Form_BinEdit: TForm_BinEdit
97      end
98      object VST: TVirtualStringTree
99        Left = 0
100 <      Top = 458
101 <      Width = 433
100 >      Top = 326
101 >      Width = 283
102        Height = 97
103        Align = alBottom
104        AnimationDuration = 0
# Line 220 | Line 190 | object Form_BinEdit: TForm_BinEdit
190        WideDefaultText = ''
191      end
192    end
193 <  object panel_files: TPanel
224 <    Left = 0
225 <    Top = 0
226 <    Width = 200
227 <    Height = 555
228 <    Align = alLeft
229 <    BevelOuter = bvNone
230 <    TabOrder = 1
231 <    object Bevel1: TBevel
232 <      Left = 0
233 <      Top = 491
234 <      Width = 200
235 <      Height = 6
236 <      Align = alBottom
237 <      Style = bsRaised
238 <      ExplicitTop = 359
239 <      ExplicitWidth = 150
240 <    end
241 <    object list: TListBox
242 <      Left = 0
243 <      Top = 0
244 <      Width = 200
245 <      Height = 388
246 <      Align = alClient
247 <      ItemHeight = 13
248 <      TabOrder = 0
249 <      OnClick = listClick
250 <      OnMouseDown = listMouseDown
251 <    end
252 <    object panel_extension: TPanel
253 <      Left = 0
254 <      Top = 388
255 <      Width = 200
256 <      Height = 103
257 <      Align = alBottom
258 <      BevelOuter = bvNone
259 <      TabOrder = 1
260 <      OnResize = panel_extensionResize
261 <      object lbl_filter: TLabel
262 <        Left = 2
263 <        Top = 62
264 <        Width = 100
265 <        Height = 17
266 <        AutoSize = False
267 <        Caption = 'Filter by &extension:'
268 <        FocusControl = combo_extension
269 <      end
270 <      object combo_extension: TComboBox
271 <        Left = 2
272 <        Top = 76
273 <        Width = 145
274 <        Height = 21
275 <        Style = csDropDownList
276 <        DropDownCount = 12
277 <        Font.Charset = DEFAULT_CHARSET
278 <        Font.Color = clWindowText
279 <        Font.Height = -11
280 <        Font.Name = 'Tahoma'
281 <        Font.Style = []
282 <        ItemHeight = 13
283 <        ParentFont = False
284 <        Sorted = True
285 <        TabOrder = 3
286 <        OnClick = combo_extensionClick
287 <      end
288 <      object check_zerobyte: TCheckBox
289 <        Left = 2
290 <        Top = 44
291 <        Width = 130
292 <        Height = 13
293 <        Caption = 'Show &zero-byte files'
294 <        TabOrder = 2
295 <        OnClick = check_zerobyteClick
296 <      end
297 <      object edit_filtername: TEdit
298 <        Left = 2
299 <        Top = 20
300 <        Width = 145
301 <        Height = 18
302 <        AutoSize = False
303 <        TabOrder = 1
304 <      end
305 <      object check_filtername: TCheckBox
306 <        Left = 2
307 <        Top = 5
308 <        Width = 130
309 <        Height = 15
310 <        Caption = 'Filter by file&name:'
311 <        TabOrder = 0
312 <        OnClick = check_filternameClick
313 <      end
314 <    end
315 <    object panel_imexport: TPanel
316 <      Left = 0
317 <      Top = 497
318 <      Width = 200
319 <      Height = 58
320 <      Align = alBottom
321 <      BevelOuter = bvNone
322 <      TabOrder = 2
323 <      OnResize = panel_imexportResize
324 <      object btn_export: TButton
325 <        Left = 4
326 <        Top = 4
327 <        Width = 142
328 <        Height = 25
329 <        Caption = 'Export to file...'
330 <        TabOrder = 0
331 <        OnClick = btn_exportClick
332 <      end
333 <      object btn_import: TButton
334 <        Left = 4
335 <        Top = 32
336 <        Width = 142
337 <        Height = 25
338 <        Caption = 'Import from file...'
339 <        TabOrder = 1
340 <        OnClick = btn_importClick
341 <      end
342 <    end
343 <  end
344 <  object opend: TOpenDialog
345 <    Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
346 <    Left = 120
347 <    Top = 392
348 <  end
349 <  object saved: TSaveDialog
350 <    Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing]
351 <    Left = 120
352 <    Top = 368
353 <  end
354 <  object value_viewer_context: TPopupMenu
193 >  object value_viewer_context: TPopupMenu [3]
194      AutoHotkeys = maManual
195      OnPopup = value_viewer_contextPopup
196 <    Left = 240
197 <    Top = 248
196 >    Left = 280
197 >    Top = 232
198      object value_viewer_context_copy: TMenuItem
199        Caption = 'Copy to &clipboard'
200        OnClick = value_viewer_context_copyClick
# Line 381 | Line 220 | object Form_BinEdit: TForm_BinEdit
220        OnClick = value_viewer_context_copyClick
221      end
222    end
223 <  object VTHPopup: TVTHeaderPopupMenu
223 >  object VTHPopup: TVTHeaderPopupMenu [4]
224      OnColumnChange = VTHPopupColumnChange
225 <    Left = 200
226 <    Top = 496
225 >    Left = 272
226 >    Top = 376
227    end
228   end

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)