object MonitorMain: TMonitorMain Left = 0 Top = 0 Caption = 'MonitorMain' ClientHeight = 800 ClientWidth = 745 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Segoe UI' Font.Style = [] OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy TextHeight = 15 object Panel1: TPanel Left = 0 Top = 0 Width = 745 Height = 41 Align = alTop TabOrder = 0 object doClose: TButton Left = 638 Top = 9 Width = 75 Height = 25 Caption = 'Close' TabOrder = 0 OnClick = doCloseClick end object DiagLogPackets: TCheckBox Left = 475 Top = 13 Width = 115 Height = 17 Caption = 'Log Packets' Checked = True State = cbChecked TabOrder = 1 end end object LogWin: TMemo Left = 0 Top = 41 Width = 745 Height = 759 Align = alClient Lines.Strings = ( '') ScrollBars = ssBoth TabOrder = 1 end object MonitorServer: TIcsIpStrmLog MaxSockets = 1 RemoteIpPort = '514' SocFamily = sfIPv4 LocalIpAddr = '0.0.0.0' LocalIpPort = '0' SrvIcsHosts = <> ForceSsl = False PingWaitSecs = 5 CheckPing = False RetryAttempts = 0 RetryWaitSecs = 10 RetryNoImm = False AutoReconnect = True LogProtocol = logprotUdpClient KeepAliveSecs = 120 UdpNoCRLF = False AddCRLF = True LineEndType = lineendLF CustomLineEnd = '$03' MaxLineLen = 132 StripControls = True RawData = False MaxSendBuffer = 65536 SndBufSize = 65536 RcvBufSize = 65536 SrvTimeoutSecs = 0 MaxRecvData = 0 LogSslCliSecurity = sslCliSecTls12 SslSessCache = True LogSslVerMethod = logSslVerNone LogSslRevocation = False LogSslReportChain = False LogSslRootFile = 'RootCaCertsBundle.pem' SrvCertAutoOrder = False CertExpireDays = 30 UseUtf8 = False onLogRecvEvent = MonitorServerLogRecvEvent onLogChangeEvent = MonitorServerLogChangeEvent onLogProgEvent = MonitorServerLogProgEvent Left = 63 Top = 166 end object MonitorBroadcast: TIcsIpStrmLog MaxSockets = 1 RemoteIpPort = '514' SocFamily = sfIPv4 LocalIpAddr = '0.0.0.0' LocalIpPort = '0' SrvIcsHosts = <> ForceSsl = False PingWaitSecs = 5 CheckPing = False RetryAttempts = 0 RetryWaitSecs = 10 RetryNoImm = False AutoReconnect = True LogProtocol = logprotUdpClient KeepAliveSecs = 120 UdpNoCRLF = False AddCRLF = True LineEndType = lineendLF CustomLineEnd = '$03' MaxLineLen = 132 StripControls = True RawData = False MaxSendBuffer = 65536 SndBufSize = 65536 RcvBufSize = 65536 SrvTimeoutSecs = 0 MaxRecvData = 0 LogSslCliSecurity = sslCliSecTls12 SslSessCache = True LogSslVerMethod = logSslVerNone LogSslRevocation = False LogSslReportChain = False LogSslRootFile = 'RootCaCertsBundle.pem' SrvCertAutoOrder = False CertExpireDays = 30 UseUtf8 = False onLogRecvEvent = MonitorBroadcastLogRecvEvent onLogProgEvent = MonitorBroadcastLogProgEvent Left = 178 Top = 167 end object MagMailQueue: TIcsMailQueue MailServers = <> Active = False ArchiveSent = False DeleteFailed = True Debug = False BodyDebug = False RetryList = '5,5,10,10,30,30,60,90,300,300,300,300' QuStartDelay = 3 SslVerMethod = MailSslVerNone SslRevocation = False SslReportChain = False MailCliSecurity = sslCliSecTls12 SmtpMethod = MailSmtpRelay FileQuSent = '"MailQuSent-"yyyymmdd".log' LogQuSent = False MxSrvUseSsl = False MxSocketFamily = sfIPv4 LogEvent = MagMailQueueLogEvent OATokenEvent = MagMailQueueOATokenEvent OcspCacheFile = 'ocspmailqucache.recs' NoSSL = False Left = 55 Top = 285 end object IcsRestEmail: TIcsRestEmail RestEmailType = RestEmailNone ForceLogin = False LoginTimeout = 120 HdrFieldList = 'to,from,subject,date' DebugLevel = DebugNone OAAuthType = OAuthTypeWeb MsUserAuth = 'consumers' OnEmailProg = IcsRestEmailEmailProg OnEmailNewToken = IcsRestEmailEmailNewToken Left = 170 Top = 292 end object TimerMain: TTimer Enabled = False OnTimer = TimerMainTimer Left = 288 Top = 164 end object SslHttpAppSrv: TSslHttpAppSrv ListenBacklog = 15 MultiListenSockets = <> Port = '80' Addr = '0.0.0.0' SocketFamily = sfIPv4 MaxClients = 0 DocDir = 'c:\wwwroot' TemplateDir = 'c:\wwwroot\templates' DefaultDoc = 'index.html' LingerOnOff = wsLingerNoSet LingerTimeout = 0 Options = [] KeepAliveTimeSec = 10 KeepAliveTimeXferSec = 300 MaxRequestsKeepAlive = 100 SizeCompressMin = 5000 SizeCompressMax = 5000000 MaxBlkSize = 8192 BandwidthLimit = 0 BandwidthSampling = 1000 ServerHeader = 'Server: ICS-HttpServer-V9.3' AuthTypes = [] AuthRealm = 'ics' SocketErrs = wsErrTech ExclusiveAddr = True SessionTimeout = 300 MaxSessions = 100 MaxUploadMB = 200 MaxStreamMB = 50 SslEnable = False IcsHosts = <> SslCliCertMethod = sslCliCertNone SslCertAutoOrder = False CertExpireDays = 30 OcspSrvStapling = False Left = 294 Top = 284 end end