Index: oup/current/Tools/BinEdit.dfm
===================================================================
--- oup/current/Tools/BinEdit.dfm	(revision 218)
+++ oup/current/Tools/BinEdit.dfm	(revision 219)
@@ -4,44 +4,13 @@
   OnCreate = FormCreate
   OnKeyUp = FormKeyUp
+  ExplicitWidth = 606
+  ExplicitHeight = 584
   PixelsPerInch = 96
   TextHeight = 13
   inherited panel_basecontent: TPanel
     inherited panel_files: TPanel
-      ExplicitHeight = 532
       inherited filelist: TListBox
         Height = 347
-        OnClick = nil
-        OnMouseDown = nil
-        ExplicitTop = 125
-        ExplicitHeight = 407
-      end
-      inherited panel_extension: TPanel
-        inherited btn_sort_id_asc: TSpeedButton
-          OnClick = nil
-        end
-        inherited btn_sort_id_desc: TSpeedButton
-          OnClick = nil
-        end
-        inherited btn_sort_name_asc: TSpeedButton
-          OnClick = nil
-        end
-        inherited btn_sort_name_desc: TSpeedButton
-          OnClick = nil
-        end
-        inherited btn_sort_ext_asc: TSpeedButton
-          OnClick = nil
-        end
-        inherited btn_sort_ext_desc: TSpeedButton
-          OnClick = nil
-        end
-        inherited combo_extension: TComboBox
-          OnClick = nil
-        end
-        inherited check_zerobyte: TCheckBox
-          OnClick = nil
-        end
-        inherited check_filtername: TCheckBox
-          OnClick = nil
-        end
+        ExplicitHeight = 347
       end
       object panel_imexport: TPanel
@@ -53,5 +22,4 @@
         BevelOuter = bvNone
         TabOrder = 2
-        ExplicitTop = 363
         DesignSize = (
           200
@@ -78,7 +46,4 @@
     end
     inherited panel_content: TPanel
-      ExplicitTop = 0
-      ExplicitWidth = 390
-      ExplicitHeight = 532
       object Splitter2: TSplitter
         Left = 0
@@ -94,7 +59,7 @@
       object Splitter3: TSplitter
         Left = 0
-        Top = 435
-        Width = 390
-        Height = 0
+        Top = 427
+        Width = 390
+        Height = 8
         Cursor = crVSplit
         Align = alBottom
@@ -102,6 +67,5 @@
         Beveled = True
         MinSize = 40
-        ExplicitLeft = 32
-        ExplicitTop = 447
+        ExplicitTop = 435
       end
       object hex: TMPHexEditor
@@ -144,6 +108,4 @@
         ShowPositionIfNotFocused = True
         OnSelectionChanged = hexSelectionChanged
-        ExplicitLeft = 32
-        ExplicitTop = 12
       end
       object value_viewer: TWrapGrid
@@ -151,5 +113,5 @@
         Top = 217
         Width = 390
-        Height = 218
+        Height = 210
         Align = alClient
         ColCount = 1
@@ -164,7 +126,5 @@
         OnDblClick = value_viewerDblClick
         OnMouseDown = value_viewerMouseDown
-        ExplicitLeft = 32
-        ExplicitTop = 544
-        ExplicitHeight = 0
+        ExplicitHeight = 218
       end
       object VST: TVirtualStringTree
@@ -212,6 +172,4 @@
         OnGetText = VSTGetText
         OnHeaderDragged = VSTHeaderDragged
-        ExplicitLeft = 32
-        ExplicitTop = 447
         Columns = <
           item
@@ -263,16 +221,4 @@
         WideDefaultText = ''
       end
-    end
-  end
-  inherited filepopup: TPopupMenu
-    OnPopup = nil
-    inherited popup_linkshere: TMenuItem
-      OnClick = nil
-    end
-    inherited popup_import: TMenuItem
-      OnClick = nil
-    end
-    inherited popup_export: TMenuItem
-      OnClick = nil
     end
   end
Index: oup/current/Tools/_TemplateFileList.dfm
===================================================================
--- oup/current/Tools/_TemplateFileList.dfm	(revision 218)
+++ oup/current/Tools/_TemplateFileList.dfm	(revision 219)
@@ -21,5 +21,4 @@
       BevelOuter = bvNone
       TabOrder = 0
-      ExplicitHeight = 423
       object filelist: TListBox
         Left = 0
@@ -32,6 +31,4 @@
         OnClick = listClick
         OnMouseDown = listMouseDown
-        ExplicitTop = 153
-        ExplicitHeight = 379
       end
       object panel_extension: TPanel
@@ -268,7 +265,4 @@
       BevelOuter = bvNone
       TabOrder = 1
-      ExplicitTop = 248
-      ExplicitWidth = 185
-      ExplicitHeight = 41
     end
   end
Index: oup/current/Tools/_TemplateFileList.pas
===================================================================
--- oup/current/Tools/_TemplateFileList.pas	(revision 218)
+++ oup/current/Tools/_TemplateFileList.pas	(revision 219)
@@ -66,7 +66,4 @@
     property AllowMultiSelect: Boolean read FAllowMultiSelect write SetMultiSelect;
   end;
-
-var
-  Form_TemplateFileList: TForm_TemplateFileList;
 
 implementation
