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

Comparing:
oup/rewrite/Tools/BinEdit.dfm (file contents), Revision 104 by alloc, Tue Feb 20 22:03:11 2007 UTC vs.
oup/current/Tools/BinEdit.dfm (file contents), Revision 198 by alloc, Sat May 26 19:28:08 2007 UTC

# Line 2 | Line 2 | inherited Form_BinEdit: TForm_BinEdit
2    Caption = 'BinEdit'
3    KeyPreview = True
4    OnCloseQuery = FormCloseQuery
5 +  OnCreate = FormCreate
6    OnKeyUp = FormKeyUp
7    ExplicitWidth = 500
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

Diff Legend

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