Hong-Dell\Hong
2022-11-08 ef8675b8cf493c2b08c428b8f9f5e35a5c52e51c
OldCaseInfo.dfm
@@ -37,7 +37,7 @@
        Align = alClient
        Caption = 'Panel2'
        TabOrder = 0
        object ListView1: TListView
        object OldCaseLV: TListView
          Left = 1
          Top = 42
          Width = 738
@@ -80,7 +80,7 @@
          Align = alTop
          TabOrder = 1
          OnDblClick = Panel1DblClick
          object BitBtn3: TBitBtn
          object LoadBt: TBitBtn
            Left = 16
            Top = 10
            Width = 75
@@ -89,9 +89,9 @@
            DoubleBuffered = True
            ParentDoubleBuffered = False
            TabOrder = 0
            OnClick = BitBtn3Click
            OnClick = LoadBtClick
          end
          object BitBtn4: TBitBtn
          object OldExitBt: TBitBtn
            Left = 136
            Top = 10
            Width = 75
@@ -100,7 +100,7 @@
            DoubleBuffered = True
            ParentDoubleBuffered = False
            TabOrder = 1
            OnClick = BitBtn4Click
            OnClick = OldExitBtClick
          end
        end
        object Memo1: TMemo
@@ -142,7 +142,7 @@
          TabOrder = 2
          Text = 'Edit1'
        end
        object BitBtn1: TBitBtn
        object ImportBt: TBitBtn
          Left = 11
          Top = 13
          Width = 75
@@ -151,9 +151,9 @@
          DoubleBuffered = True
          ParentDoubleBuffered = False
          TabOrder = 0
          OnClick = BitBtn1Click
          OnClick = ImportBtClick
        end
        object BitBtn2: TBitBtn
        object ExitBt: TBitBtn
          Left = 113
          Top = 13
          Width = 75
@@ -162,7 +162,7 @@
          DoubleBuffered = True
          ParentDoubleBuffered = False
          TabOrder = 1
          OnClick = BitBtn2Click
          OnClick = ExitBtClick
        end
      end
      object Panel4: TPanel
@@ -173,7 +173,7 @@
        Align = alLeft
        Caption = 'Panel2'
        TabOrder = 1
        object GroupBox1: TGroupBox
        object CaseListGB: TGroupBox
          Left = 1
          Top = 1
          Width = 247
@@ -253,7 +253,7 @@
  end
  object Panel22: TPanel
    Left = 196
    Top = 248
    Top = 241
    Width = 387
    Height = 41
    Caption = #36039#26009#36617#20837#20013','#35531#31245#20399
@@ -265,36 +265,6 @@
    ParentFont = False
    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]
@@ -315,4 +285,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