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 231 by alloc, Wed Jun 20 22:24:04 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 >          ExplicitLeft = 0
22 >          ExplicitTop = 0
23 >          ExplicitWidth = 0
24 >          ExplicitHeight = 0
25          end
26        end
27        object panel_imexport: TPanel
# Line 51 | Line 31 | inherited Form_BinEdit: TForm_BinEdit
31          Height = 60
32          Align = alBottom
33          BevelOuter = bvNone
34 <        TabOrder = 2
55 <        ExplicitTop = 363
34 >        TabOrder = 1
35          DesignSize = (
36            200
37            60)
# Line 77 | Line 56 | inherited Form_BinEdit: TForm_BinEdit
56        end
57      end
58      inherited panel_content: TPanel
80      ExplicitTop = 0
81      ExplicitWidth = 390
82      ExplicitHeight = 532
59        object Splitter2: TSplitter
60          Left = 0
61          Top = 209
# Line 93 | Line 69 | inherited Form_BinEdit: TForm_BinEdit
69        end
70        object Splitter3: TSplitter
71          Left = 0
72 <        Top = 435
72 >        Top = 427
73          Width = 390
74 <        Height = 0
74 >        Height = 8
75          Cursor = crVSplit
76          Align = alBottom
77          AutoSnap = False
78          Beveled = True
79          MinSize = 40
80 <        ExplicitLeft = 32
105 <        ExplicitTop = 447
80 >        ExplicitTop = 435
81        end
82        object hex: TMPHexEditor
83          Left = 0
# Line 143 | Line 118 | inherited Form_BinEdit: TForm_BinEdit
118          OnChange = hexChange
119          ShowPositionIfNotFocused = True
120          OnSelectionChanged = hexSelectionChanged
146        ExplicitLeft = 32
147        ExplicitTop = 12
121        end
122        object value_viewer: TWrapGrid
123          Left = 0
124          Top = 217
125          Width = 390
126 <        Height = 218
126 >        Height = 210
127          Align = alClient
128          ColCount = 1
129          DefaultColWidth = 80
# Line 163 | Line 136 | inherited Form_BinEdit: TForm_BinEdit
136          TabOrder = 1
137          OnDblClick = value_viewerDblClick
138          OnMouseDown = value_viewerMouseDown
166        ExplicitLeft = 32
167        ExplicitTop = 544
168        ExplicitHeight = 0
139        end
140        object VST: TVirtualStringTree
141          Left = 0
# Line 211 | Line 181 | inherited Form_BinEdit: TForm_BinEdit
181          OnFocusChanged = VSTFocusChanged
182          OnGetText = VSTGetText
183          OnHeaderDragged = VSTHeaderDragged
214        ExplicitLeft = 32
215        ExplicitTop = 447
184          Columns = <
185            item
186              MaxWidth = 300
# Line 264 | Line 232 | inherited Form_BinEdit: TForm_BinEdit
232        end
233      end
234    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
235    object VTHPopup: TVTHeaderPopupMenu
236      OnColumnChange = VTHPopupColumnChange
237      Left = 272

Diff Legend

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