From 8777b7c28a2c744cd63c1bd46fe7a150a2c18778 Mon Sep 17 00:00:00 2001 From: ronaldhordijk Date: Sun, 23 Jan 2005 11:09:46 +0000 Subject: [PATCH] Made compilable by both Delphi 6 and delphi2005. Properties on form update --- 2.02g/Source/Main.dfm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/2.02g/Source/Main.dfm b/2.02g/Source/Main.dfm index ea2d42a..42293de 100644 --- a/2.02g/Source/Main.dfm +++ b/2.02g/Source/Main.dfm @@ -13,7 +13,6 @@ object MainForm: TMainForm KeyPreview = True Menu = MainMenu OldCreateOrder = True - Position = poDefaultPosOnly OnActivate = FormActivate OnClose = FormClose OnCloseQuery = FormCloseQuery @@ -29,7 +28,6 @@ object MainForm: TMainForm Top = 28 Width = 4 Height = 294 - Cursor = crHSplit end object ToolBar: TToolBar Left = 0 @@ -308,7 +306,6 @@ object MainForm: TMainForm item Width = 50 end> - SimplePanel = False end object Buttons: TImageList Left = 8 @@ -3053,9 +3050,8 @@ object MainForm: TMainForm end object HTTP: TIdHTTP OnStatus = HTTPStatus - ASCIIFilter = True - Intercept = LogFile - MaxLineAction = maException + AuthRetries = 0 + AuthProxyRetries = 0 AllowCookies = True ProxyParams.BasicAuthentication = False ProxyParams.ProxyPort = 0