Changeset 3 for trunk/UFormMain.fmx


Ignore:
Timestamp:
Aug 24, 2019, 10:44:11 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Odorik API moved to separate unit UOdorikApi.pas.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      Android
      Win32
      __recovery
      __history
  • trunk/UFormMain.fmx

    r2 r3  
    5757    end
    5858  end
     59  object Timer1: TTimer
     60    OnTimer = Timer1Timer
     61    Left = 328
     62    Top = 344
     63  end
    5964  object MultiView1: TMultiView
    6065    MasterButton = SpeedButtonMenu
     
    6469    Size.Height = 473.000000000000000000
    6570    Size.PlatformDefault = False
     71    Visible = False
    6672    TabOrder = 0
    6773    object Rectangle1: TRectangle
     
    124130    end
    125131  end
    126   object IdHTTP1: TIdHTTP
    127     IOHandler = IdSSLIOHandlerSocketOpenSSL1
    128     AllowCookies = True
    129     ProxyParams.BasicAuthentication = False
    130     ProxyParams.ProxyPort = 0
    131     Request.ContentLength = -1
    132     Request.ContentRangeEnd = -1
    133     Request.ContentRangeStart = -1
    134     Request.ContentRangeInstanceLength = -1
    135     Request.Accept = 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
    136     Request.BasicAuthentication = False
    137     Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
    138     Request.Ranges.Units = 'bytes'
    139     Request.Ranges = <>
    140     HTTPOptions = [hoForceEncodeParams]
    141     Left = 192
    142     Top = 336
    143   end
    144   object Timer1: TTimer
    145     OnTimer = Timer1Timer
    146     Left = 328
    147     Top = 344
    148   end
    149   object IdSSLIOHandlerSocketOpenSSL1: TIdSSLIOHandlerSocketOpenSSL
    150     MaxLineAction = maException
    151     Port = 0
    152     DefaultPort = 0
    153     SSLOptions.Mode = sslmUnassigned
    154     SSLOptions.VerifyMode = []
    155     SSLOptions.VerifyDepth = 0
    156     Left = 192
    157     Top = 280
    158   end
    159132end
Note: See TracChangeset for help on using the changeset viewer.