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 221 by alloc, Mon Jun 18 14:20:33 2007 UTC vs.
Revision 245 by alloc, Sat Aug 18 15:51:42 2007 UTC

# Line 1 | Line 1
1   inherited Form_BinEdit: TForm_BinEdit
2    Caption = 'Form_BinEdit'
3 +  KeyPreview = True
4    OnCloseQuery = FormCloseQuery
5    OnCreate = FormCreate
6    OnKeyUp = FormKeyUp
# Line 9 | Line 10 | inherited Form_BinEdit: TForm_BinEdit
10      inherited panel_files: TPanel
11        inherited FilePages: TPageControl
12          Height = 471
13 +        ExplicitHeight = 471
14          inherited tab_files: TTabSheet
13          ExplicitWidth = 191
15            ExplicitHeight = 443
15          inherited panel_extension: TPanel
16            ExplicitWidth = 191
17            inherited combo_extension: TComboBox
18              ExplicitWidth = 190
19            end
20          end
16            inherited filelist: TListBox
17              Height = 318
23            ExplicitWidth = 191
18              ExplicitHeight = 318
19            end
20          end
21 +        inherited tab_meta: TTabSheet
22 +          inherited filelist_meta: TVirtualStringTree
23 +            Height = 443
24 +            ExplicitHeight = 443
25 +          end
26 +        end
27        end
28        object panel_imexport: TPanel
29          Left = 0
# Line 137 | Line 137 | inherited Form_BinEdit: TForm_BinEdit
137          TabOrder = 1
138          OnDblClick = value_viewerDblClick
139          OnMouseDown = value_viewerMouseDown
140        ExplicitHeight = 218
140        end
141        object VST: TVirtualStringTree
142          Left = 0

Diff Legend

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