Made compilable by both Delphi 6 and delphi2005.
Properties on form update
This commit is contained in:
parent
5b8452842a
commit
8777b7c28a
@ -13,7 +13,6 @@ object MainForm: TMainForm
|
|||||||
KeyPreview = True
|
KeyPreview = True
|
||||||
Menu = MainMenu
|
Menu = MainMenu
|
||||||
OldCreateOrder = True
|
OldCreateOrder = True
|
||||||
Position = poDefaultPosOnly
|
|
||||||
OnActivate = FormActivate
|
OnActivate = FormActivate
|
||||||
OnClose = FormClose
|
OnClose = FormClose
|
||||||
OnCloseQuery = FormCloseQuery
|
OnCloseQuery = FormCloseQuery
|
||||||
@ -29,7 +28,6 @@ object MainForm: TMainForm
|
|||||||
Top = 28
|
Top = 28
|
||||||
Width = 4
|
Width = 4
|
||||||
Height = 294
|
Height = 294
|
||||||
Cursor = crHSplit
|
|
||||||
end
|
end
|
||||||
object ToolBar: TToolBar
|
object ToolBar: TToolBar
|
||||||
Left = 0
|
Left = 0
|
||||||
@ -308,7 +306,6 @@ object MainForm: TMainForm
|
|||||||
item
|
item
|
||||||
Width = 50
|
Width = 50
|
||||||
end>
|
end>
|
||||||
SimplePanel = False
|
|
||||||
end
|
end
|
||||||
object Buttons: TImageList
|
object Buttons: TImageList
|
||||||
Left = 8
|
Left = 8
|
||||||
@ -3053,9 +3050,8 @@ object MainForm: TMainForm
|
|||||||
end
|
end
|
||||||
object HTTP: TIdHTTP
|
object HTTP: TIdHTTP
|
||||||
OnStatus = HTTPStatus
|
OnStatus = HTTPStatus
|
||||||
ASCIIFilter = True
|
AuthRetries = 0
|
||||||
Intercept = LogFile
|
AuthProxyRetries = 0
|
||||||
MaxLineAction = maException
|
|
||||||
AllowCookies = True
|
AllowCookies = True
|
||||||
ProxyParams.BasicAuthentication = False
|
ProxyParams.BasicAuthentication = False
|
||||||
ProxyParams.ProxyPort = 0
|
ProxyParams.ProxyPort = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user