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 218 by alloc, Fri Jun 15 22:12:39 2007 UTC vs.
Revision 241 by alloc, Tue Jul 17 22:27:16 2007 UTC

# Line 7 | Line 7 | inherited Form_BinEdit: TForm_BinEdit
7    TextHeight = 13
8    inherited panel_basecontent: TPanel
9      inherited panel_files: TPanel
10 <      ExplicitHeight = 532
11 <      inherited filelist: TListBox
12 <        Height = 347
13 <        OnClick = nil
14 <        OnMouseDown = nil
15 <        ExplicitTop = 125
16 <        ExplicitHeight = 407
17 <      end
18 <      inherited panel_extension: TPanel
19 <        inherited btn_sort_id_asc: TSpeedButton
20 <          OnClick = nil
21 <        end
22 <        inherited btn_sort_id_desc: TSpeedButton
23 <          OnClick = nil
24 <        end
25 <        inherited btn_sort_name_asc: TSpeedButton
26 <          OnClick = nil
27 <        end
28 <        inherited btn_sort_name_desc: TSpeedButton
29 <          OnClick = nil
30 <        end
31 <        inherited btn_sort_ext_asc: TSpeedButton
32 <          OnClick = nil
33 <        end
34 <        inherited btn_sort_ext_desc: TSpeedButton
35 <          OnClick = nil
36 <        end
37 <        inherited combo_extension: TComboBox
38 <          OnClick = nil
39 <        end
40 <        inherited check_zerobyte: TCheckBox
41 <          OnClick = nil
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 check_filtername: TCheckBox
21 <          OnClick = nil
20 >        inherited tab_meta: TTabSheet
21 >          inherited filelist_meta: TVirtualStringTree
22 >            Height = 443
23 >          end
24          end
25        end
26        object panel_imexport: TPanel
# Line 51 | Line 30 | inherited Form_BinEdit: TForm_BinEdit
30          Height = 60
31          Align = alBottom
32          BevelOuter = bvNone
33 <        TabOrder = 2
55 <        ExplicitTop = 363
33 >        TabOrder = 1
34          DesignSize = (
35            200
36            60)
# Line 77 | Line 55 | inherited Form_BinEdit: TForm_BinEdit
55        end
56      end
57      inherited panel_content: TPanel
80      ExplicitTop = 0
81      ExplicitWidth = 390
82      ExplicitHeight = 532
58        object Splitter2: TSplitter
59          Left = 0
60          Top = 209
# Line 93 | Line 68 | inherited Form_BinEdit: TForm_BinEdit
68        end
69        object Splitter3: TSplitter
70          Left = 0
71 <        Top = 435
71 >        Top = 427
72          Width = 390
73 <        Height = 0
73 >        Height = 8
74          Cursor = crVSplit
75          Align = alBottom
76          AutoSnap = False
77          Beveled = True
78          MinSize = 40
79 <        ExplicitLeft = 32
105 <        ExplicitTop = 447
79 >        ExplicitTop = 435
80        end
81        object hex: TMPHexEditor
82          Left = 0
# Line 143 | Line 117 | inherited Form_BinEdit: TForm_BinEdit
117          OnChange = hexChange
118          ShowPositionIfNotFocused = True
119          OnSelectionChanged = hexSelectionChanged
146        ExplicitLeft = 32
147        ExplicitTop = 12
120        end
121        object value_viewer: TWrapGrid
122          Left = 0
123          Top = 217
124          Width = 390
125 <        Height = 218
125 >        Height = 210
126          Align = alClient
127          ColCount = 1
128          DefaultColWidth = 80
# Line 163 | Line 135 | inherited Form_BinEdit: TForm_BinEdit
135          TabOrder = 1
136          OnDblClick = value_viewerDblClick
137          OnMouseDown = value_viewerMouseDown
166        ExplicitLeft = 32
167        ExplicitTop = 544
168        ExplicitHeight = 0
138        end
139        object VST: TVirtualStringTree
140          Left = 0
# Line 211 | Line 180 | inherited Form_BinEdit: TForm_BinEdit
180          OnFocusChanged = VSTFocusChanged
181          OnGetText = VSTGetText
182          OnHeaderDragged = VSTHeaderDragged
214        ExplicitLeft = 32
215        ExplicitTop = 447
183          Columns = <
184            item
185              MaxWidth = 300
# Line 264 | Line 231 | inherited Form_BinEdit: TForm_BinEdit
231        end
232      end
233    end
267  inherited filepopup: TPopupMenu
268    OnPopup = nil
269    inherited popup_linkshere: TMenuItem
270      OnClick = nil
271    end
272    inherited popup_import: TMenuItem
273      OnClick = nil
274    end
275    inherited popup_export: TMenuItem
276      OnClick = nil
277    end
278  end
234    object VTHPopup: TVTHeaderPopupMenu
235      OnColumnChange = VTHPopupColumnChange
236      Left = 272

Diff Legend

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