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 219 by alloc, Mon Jun 18 13:15:49 2007 UTC vs.
Revision 231 by alloc, Wed Jun 20 22:24:04 2007 UTC

# Line 3 | Line 3 | inherited Form_BinEdit: TForm_BinEdit
3    OnCloseQuery = FormCloseQuery
4    OnCreate = FormCreate
5    OnKeyUp = FormKeyUp
6  ExplicitWidth = 606
7  ExplicitHeight = 584
6    PixelsPerInch = 96
7    TextHeight = 13
8    inherited panel_basecontent: TPanel
9      inherited panel_files: TPanel
10 <      inherited filelist: TListBox
11 <        Height = 347
12 <        ExplicitHeight = 347
10 >      inherited FilePages: TPageControl
11 >        Height = 471
12 >        ExplicitHeight = 471
13 >        inherited tab_files: TTabSheet
14 >          ExplicitHeight = 443
15 >          inherited filelist: TListBox
16 >            Height = 318
17 >            ExplicitHeight = 318
18 >          end
19 >        end
20 >        inherited tab_meta: TTabSheet
21 >          ExplicitLeft = 0
22 >          ExplicitTop = 0
23 >          ExplicitWidth = 0
24 >          ExplicitHeight = 0
25 >        end
26        end
27        object panel_imexport: TPanel
28          Left = 0
# Line 20 | Line 31 | inherited Form_BinEdit: TForm_BinEdit
31          Height = 60
32          Align = alBottom
33          BevelOuter = bvNone
34 <        TabOrder = 2
34 >        TabOrder = 1
35          DesignSize = (
36            200
37            60)
# Line 125 | Line 136 | inherited Form_BinEdit: TForm_BinEdit
136          TabOrder = 1
137          OnDblClick = value_viewerDblClick
138          OnMouseDown = value_viewerMouseDown
128        ExplicitHeight = 218
139        end
140        object VST: TVirtualStringTree
141          Left = 0

Diff Legend

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