Browse Source

IDE-imposed changes (mostly caused by the "Reimplementing Application events using TApplicationEvents multicaster as Vcl.ScreenTips module uses that and hence hijacks the handlers")

Source commit: 4357eee9ed60c4353d13e88b1a5243b9795bb255
Martin Prikryl 9 years ago
parent
commit
23e6036666

+ 0 - 2
source/forms/FileFind.dfm

@@ -1521,8 +1521,6 @@ object FileFindDialog: TFileFindDialog
     Width = 562
     Height = 19
     Panels = <>
-    ParentShowHint = False
-    ShowHint = True
     SimplePanel = True
   end
   object FocusButton: TButton

+ 6 - 6
source/forms/ScpCommander.dfm

@@ -1197,7 +1197,7 @@ inherited ScpCommanderForm: TScpCommanderForm
         end
       end
       object RemoteFileToolbar: TTBXToolbar
-        Left = 1
+        Left = 0
         Top = 53
         Caption = 'Remote Files'
         DockPos = 1
@@ -1251,7 +1251,7 @@ inherited ScpCommanderForm: TScpCommanderForm
         end
       end
       object RemoteSelectionToolbar: TTBXToolbar
-        Left = 347
+        Left = 350
         Top = 53
         Caption = 'Remote Selection'
         DockPos = 347
@@ -1303,7 +1303,7 @@ inherited ScpCommanderForm: TScpCommanderForm
     Top = 156
     Width = 829
   end
-  object LocalPanel: TPanel
+  object LocalPanel: TPanel [6]
     Left = 0
     Top = 177
     Width = 395
@@ -1625,7 +1625,7 @@ inherited ScpCommanderForm: TScpCommanderForm
       Position = dpBottom
     end
   end
-  object BottomDock: TTBXDock
+  object BottomDock: TTBXDock [7]
     Left = 0
     Top = 475
     Width = 829
@@ -1708,7 +1708,7 @@ inherited ScpCommanderForm: TScpCommanderForm
       end
     end
   end
-  object StatusBar: TTBXStatusBar
+  object StatusBar: TTBXStatusBar [8]
     Left = 0
     Top = 648
     Width = 829
@@ -1756,7 +1756,7 @@ inherited ScpCommanderForm: TScpCommanderForm
     UseSystemFont = False
     OnPanelDblClick = StatusBarPanelDblClick
   end
-  object QueueSeparatorPanel: TPanel
+  object QueueSeparatorPanel: TPanel [9]
     Left = 0
     Top = 528
     Width = 829

+ 2 - 2
source/forms/ScpExplorer.dfm

@@ -1093,14 +1093,14 @@ inherited ScpExplorerForm: TScpExplorerForm
     Top = 209
     Width = 632
   end
-  object LeftDock: TTBXDock
+  object LeftDock: TTBXDock [5]
     Left = 0
     Top = 230
     Width = 9
     Height = 102
     Position = dpLeft
   end
-  object RightDock: TTBXDock
+  object RightDock: TTBXDock [6]
     Left = 623
     Top = 230
     Width = 9

+ 1 - 0
source/forms/ScpExplorer.h

@@ -30,6 +30,7 @@
 #include "TBXLists.hpp"
 #include "ThemePageControl.h"
 #include "PathLabel.hpp"
+#include <Vcl.AppEvnts.hpp>
 //---------------------------------------------------------------------------
 class TScpExplorerForm : public TCustomScpExplorerForm
 {