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

Diff Legend

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