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

Comparing oup/current/Tools/BinEdit.dfm (file contents):
Revision 174 by alloc, Wed May 2 15:16:00 2007 UTC vs.
Revision 198 by alloc, Sat May 26 19:28:08 2007 UTC

# Line 8 | Line 8 | inherited Form_BinEdit: TForm_BinEdit
8    ExplicitHeight = 450
9    PixelsPerInch = 96
10    TextHeight = 13
11 +  inherited panel_files: TPanel
12 +    inherited filelist: TListBox
13 +      Height = 210
14 +      ExplicitHeight = 210
15 +    end
16 +    object panel_imexport: TPanel
17 +      Left = 0
18 +      Top = 363
19 +      Width = 200
20 +      Height = 60
21 +      Align = alBottom
22 +      BevelOuter = bvNone
23 +      TabOrder = 2
24 +      DesignSize = (
25 +        200
26 +        60)
27 +      object btn_export: TButton
28 +        Left = 4
29 +        Top = 4
30 +        Width = 190
31 +        Height = 25
32 +        Anchors = [akLeft, akTop, akRight]
33 +        Caption = 'Export to file...'
34 +        TabOrder = 0
35 +        OnClick = popup_exportClick
36 +      end
37 +      object btn_import: TButton
38 +        Left = 4
39 +        Top = 32
40 +        Width = 190
41 +        Height = 25
42 +        Anchors = [akLeft, akTop, akRight]
43 +        Caption = 'Import from file...'
44 +        TabOrder = 1
45 +        OnClick = popup_importClick
46 +      end
47 +    end
48 +  end
49    inherited content: TPanel
50      object Splitter2: TSplitter
51        Left = 0
# Line 61 | Line 99 | inherited Form_BinEdit: TForm_BinEdit
99        Colors.OddColumn = clBlue
100        Colors.EvenColumn = clNavy
101        Colors.CurrentOffsetBackground = clBtnShadow
102 <      Colors.OffsetBackground = clBtnFace
102 >      Colors.OffsetBackGround = clBtnFace
103        Colors.CurrentOffset = clBtnHighlight
104        Colors.Grid = clBtnFace
105        Colors.NonFocusCursorFrame = clAqua
# Line 70 | Line 108 | inherited Form_BinEdit: TForm_BinEdit
108        NoSizeChange = True
109        AllowInsertMode = False
110        DrawGridLines = False
111 <      Version = 'december 06, 2006; '#169' markus stephany, vcl[at]mirkes[dot]de'
111 >      Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de'
112        OnChange = hexChange
113        ShowPositionIfNotFocused = True
114        OnSelectionChanged = hexSelectionChanged

Diff Legend

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