From a83839e2935c06f2a70ee1f2be40caca54f42aaf Mon Sep 17 00:00:00 2001
From: Hong <chlin1022@i-mps.com>
Date: 星期一, 25 五月 2020 11:19:57 +0800
Subject: [PATCH] Ver 2,0,1,72

---
 OldCaseInfo.dfm |   78 ++++++++++++++++++++-------------------
 1 files changed, 40 insertions(+), 38 deletions(-)

diff --git a/OldCaseInfo.dfm b/OldCaseInfo.dfm
index 21837e3..b9a4292 100644
--- a/OldCaseInfo.dfm
+++ b/OldCaseInfo.dfm
@@ -86,8 +86,6 @@
             Width = 75
             Height = 25
             Caption = #36617#20837#24433#20687
-            DoubleBuffered = True
-            ParentDoubleBuffered = False
             TabOrder = 0
             OnClick = BitBtn3Click
           end
@@ -97,8 +95,6 @@
             Width = 75
             Height = 25
             Caption = #38626#38283
-            DoubleBuffered = True
-            ParentDoubleBuffered = False
             TabOrder = 1
             OnClick = BitBtn4Click
           end
@@ -148,8 +144,6 @@
           Width = 75
           Height = 25
           Caption = #24341#29992
-          DoubleBuffered = True
-          ParentDoubleBuffered = False
           TabOrder = 0
           OnClick = BitBtn1Click
         end
@@ -159,8 +153,6 @@
           Width = 75
           Height = 25
           Caption = #38626#38283
-          DoubleBuffered = True
-          ParentDoubleBuffered = False
           TabOrder = 1
           OnClick = BitBtn2Click
         end
@@ -266,36 +258,6 @@
     TabOrder = 1
     Visible = False
   end
-  object HTTPSClient: TElHTTPSClient
-    Versions = [sbSSL2, sbSSL3, sbTLS1]
-    LocalPort = 0
-    IncomingSpeedLimit = 0
-    OutgoingSpeedLimit = 0
-    UseSSLSessionResumption = False
-    SocksAuthentication = saNoAuthentication
-    WebTunnelPort = 3128
-    SocketBinding.Port = 0
-    SocketBinding.PortRangeFrom = 0
-    SocketBinding.PortRangeTo = 0
-    RenegotiationAttackPreventionMode = rapmCompatible
-    SSLEnabled = False
-    RequestParameters.ContentLength = -1
-    RequestParameters.ContentRangeStart = -1
-    RequestParameters.ContentRangeEnd = -1
-    RequestParameters.UserAgent = 'SecureBlackbox'
-    PreferKeepAlive = False
-    ForceKeepAliveIfConnectionHeaderIsAbsent = False
-    HTTPVersion = hvHTTP10
-    UseNTLMAuth = False
-    UseDigestAuth = False
-    ForceNTLMAuth = False
-    SendBufferSize = 1024576
-    HTTPProxyPort = 3128
-    UseHTTPProxy = False
-    OnCertificateValidate = HTTPSClientCertificateValidate
-    Left = 512
-    Top = 408
-  end
   object ElMemoryCertStorage: TElMemoryCertStorage
     Options = [csoStrictChainBuilding]
     Left = 592
@@ -315,4 +277,44 @@
     Left = 496
     Top = 136
   end
+  object HTTPSClient: TElHTTPSClient
+    SocketTimeout = 60000
+    Versions = [sbTLS1, sbTLS11, sbTLS12]
+    SSLOptions = [ssloAutoAddServerNameExtension]
+    LocalPort = 0
+    IncomingSpeedLimit = 0
+    OutgoingSpeedLimit = 0
+    UseSSLSessionResumption = False
+    ForceResumeIfDestinationChanges = False
+    SocksAuthentication = saNoAuthentication
+    WebTunnelPort = 3128
+    SocketBinding.Port = 0
+    SocketBinding.ReuseAddress = False
+    SocketBinding.PortRangeFrom = 0
+    SocketBinding.PortRangeTo = 0
+    RenegotiationAttackPreventionMode = rapmAuto
+    SSLEnabled = False
+    RequestParameters.ContentLength = -1
+    RequestParameters.ContentRangeStart = -1
+    RequestParameters.ContentRangeEnd = -1
+    RequestParameters.ContentRangeFullSize = -1
+    RequestParameters.UserAgent = 'SecureBlackbox'
+    RequestCompressionLevel = 0
+    RequestCompressionGZip = False
+    KeepAlivePolicy = kapStandardDefined
+    HTTPVersion = hvHTTP10
+    UseNTLMAuth = False
+    UseDigestAuth = False
+    PersistentAuthHeader = True
+    ForceNTLMAuth = False
+    Use100Continue = False
+    HTTPProxyPort = 3128
+    HTTPProxyAuthentication = wtaNoAuthentication
+    UseHTTPProxy = False
+    IgnoreUnknownTransferEncodings = False
+    OnRedirection = HTTPSClientRedirection
+    OnCertificateValidate = HTTPSClientCertificateValidate
+    Left = 440
+    Top = 376
+  end
 end

--
Gitblit v1.8.0