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 225 by alloc, Tue Jun 19 19:57:28 2007 UTC

# Line 3 | Line 3 | inherited Form_BinEdit: TForm_BinEdit
3    OnCloseQuery = FormCloseQuery
4    OnCreate = FormCreate
5    OnKeyUp = FormKeyUp
6 +  ExplicitWidth = 320
7 +  ExplicitHeight = 240
8    PixelsPerInch = 96
9    TextHeight = 13
10    inherited panel_basecontent: TPanel
11      inherited panel_files: TPanel
12 <      ExplicitHeight = 532
13 <      inherited filelist: TListBox
14 <        Height = 347
15 <        OnClick = nil
16 <        OnMouseDown = nil
17 <        ExplicitTop = 125
18 <        ExplicitHeight = 407
19 <      end
20 <      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
42 <        end
43 <        inherited check_filtername: TCheckBox
44 <          OnClick = nil
12 >      inherited FilePages: TPageControl
13 >        Height = 471
14 >        ExplicitHeight = 471
15 >        inherited tab_files: TTabSheet
16 >          ExplicitHeight = 443
17 >          inherited filelist: TListBox
18 >            Height = 318
19 >            ExplicitHeight = 318
20 >          end
21          end
22        end
23        object panel_imexport: TPanel
# Line 51 | Line 27 | inherited Form_BinEdit: TForm_BinEdit
27          Height = 60
28          Align = alBottom
29          BevelOuter = bvNone
30 <        TabOrder = 2
55 <        ExplicitTop = 363
30 >        TabOrder = 1
31          DesignSize = (
32            200
33            60)
# Line 77 | Line 52 | inherited Form_BinEdit: TForm_BinEdit
52        end
53      end
54      inherited panel_content: TPanel
80      ExplicitTop = 0
81      ExplicitWidth = 390
82      ExplicitHeight = 532
55        object Splitter2: TSplitter
56          Left = 0
57          Top = 209
# Line 93 | Line 65 | inherited Form_BinEdit: TForm_BinEdit
65        end
66        object Splitter3: TSplitter
67          Left = 0
68 <        Top = 435
68 >        Top = 427
69          Width = 390
70 <        Height = 0
70 >        Height = 8
71          Cursor = crVSplit
72          Align = alBottom
73          AutoSnap = False
74          Beveled = True
75          MinSize = 40
76 <        ExplicitLeft = 32
105 <        ExplicitTop = 447
76 >        ExplicitTop = 435
77        end
78        object hex: TMPHexEditor
79          Left = 0
# Line 143 | Line 114 | inherited Form_BinEdit: TForm_BinEdit
114          OnChange = hexChange
115          ShowPositionIfNotFocused = True
116          OnSelectionChanged = hexSelectionChanged
146        ExplicitLeft = 32
147        ExplicitTop = 12
117        end
118        object value_viewer: TWrapGrid
119          Left = 0
120          Top = 217
121          Width = 390
122 <        Height = 218
122 >        Height = 210
123          Align = alClient
124          ColCount = 1
125          DefaultColWidth = 80
# Line 163 | Line 132 | inherited Form_BinEdit: TForm_BinEdit
132          TabOrder = 1
133          OnDblClick = value_viewerDblClick
134          OnMouseDown = value_viewerMouseDown
135 <        ExplicitLeft = 32
167 <        ExplicitTop = 544
168 <        ExplicitHeight = 0
135 >        ExplicitHeight = 218
136        end
137        object VST: TVirtualStringTree
138          Left = 0
# Line 211 | Line 178 | inherited Form_BinEdit: TForm_BinEdit
178          OnFocusChanged = VSTFocusChanged
179          OnGetText = VSTGetText
180          OnHeaderDragged = VSTHeaderDragged
214        ExplicitLeft = 32
215        ExplicitTop = 447
181          Columns = <
182            item
183              MaxWidth = 300
# Line 264 | Line 229 | inherited Form_BinEdit: TForm_BinEdit
229        end
230      end
231    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
232    object VTHPopup: TVTHeaderPopupMenu
233      OnColumnChange = VTHPopupColumnChange
234      Left = 272

Diff Legend

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