[Properties] ArraySize_Value=0 FilePrefix_Text=RestDemo FontDialog_FontColor=0 FontDialog_FontHeight=-11 FontDialog_FontName=Courier New FontDialog_FontPitch=0 FontDialog_FontSize=8 FontDialog_FontStyles=xxxx OutDir_Text=C:\svn-repos\ics-information [Properties.CodeMasks_Lines] Item0=CCBoolean - $comp := false ; Item1=CCDouble - $comp := 0 ; Item2=CCInteger - $comp := 0 ; Item3=CCString - $comp := '' ; Item4=CCTCheckBoxState - $comp := cbUnchecked ; Item5=CCTFont - $comp := LoadFont ('x') ; Item6=CCTStringList - $comp.Clear ; Item7=CVBoolean - $var := false ; Item8=CVDouble - $var := 0 ; Item9=CVInteger - $var := 0 ; Item10=CVString - $var := '' ; Item11=CVTCheckBoxState - $var := cbUnchecked ; Item12=CVTFont - $var := LoadFont ('x') ; Item13=CVTStringList - $var.Clear ; Item14=DVBoolean - $var: $type ; Item15=DVDouble - $var: $type ; Item16=DVInteger - $var: $type ; Item17=DVString - $var: $type ; Item18=DVTFont - $var: $type ; Item19=DVTStringList - $var: $type ; Item20=RCBoolean - if ReadString (SectionData, '$lit', 'False') = 'True' then $comp := true else $comp := false ; Item21=RCDouble - $comp := ReadFloat (SectionData, '$lit', $comp) ; Item22=RCInteger - $comp := ReadInteger (SectionData, '$lit', $comp) ; Item23=RCString - $comp := ReadString (SectionData, '$lit', $comp) ; Item24=RCTCheckBoxState - $comp := TCheckBoxState (ReadInteger (SectionData, '$lit', Ord (cbUnchecked))) ; Item25=RCTFont - $comp := LoadFont ('$lit') ; Item26=RCTStringList - $comp.CommaText := ReadString (SectionData, '$lit', '') ; Item27=RVBoolean - if ReadString (SectionData, '$lit', 'False') = 'True' then $var := true else $var := false ; Item28=RVDouble - $var := ReadFloat (SectionData, '$lit', 0) ; Item29=RVInteger - $var := ReadInteger (SectionData, '$lit', 0) ; Item30=RVString - $var := ReadString (SectionData, '$lit', '') ; Item31=RVTCheckBoxState - $var := TCheckBoxState (ReadInteger (SectionData, '$lit', Ord (cbUnchecked))) ; Item32=RVTFont - $var := LoadFont ('$lit') ; Item33=RVTStringList - $comp.CommaText := ReadString (SectionData, '$lit', '') ; Item34=WCBoolean - if $comp then temp := 'True' else temp := 'False' ; WriteString (SectionData, '$lit', temp) ; Item35=WCDouble - WriteFloat (SectionData, '$lit', $comp) ; Item36=WCInteger - WriteInteger (SectionData, '$lit', $comp) ; Item37=WCString - WriteString (SectionData, '$lit', $comp) ; Item38=WCTCheckBoxState - WriteInteger (SectionData, '$lit', Ord ($comp)) ; Item39=WCTFont - SaveFont ('$lit', $comp) ; Item40=WCTStringList - WriteString (SectionData, '$lit', $comp.CommaText) ; Item41=WVBoolean - if $var then temp := 'True' else temp := 'False' ; WriteString (SectionData, '$lit', temp) ; Item42=WVDouble - WriteFloat (SectionData, '$lit', $var) ; Item43=WVInteger - WriteInteger (SectionData, '$lit', $var) ; Item44=WVString - WriteString (SectionData, '$lit', $var) ; Item45=WVTCheckBoxState - WriteInteger (SectionData, '$lit', Ord ($var)) ; Item46=WVTFont - SaveFont ('$lit', $var) ; Item47=WVTStringList - WriteString (SectionData, '$lit', $comp.CommaText) ; Count=48 [Properties.FormComps_Lines] Item0=AuthBearer: TEdit; Item1=AuthLogin: TEdit; Item2=AuthPassword: TEdit; Item3=AuthType: TRadioGroup; Item4=CertVerMethod: TRadioGroup; Item5=DebugLogging: TRadioGroup; Item6=ExtraHeaders: TMemo; Item7=OAuthScope: TEdit; Item8=OAuthOptNoRedir: TCheckBox; Item9=OAuthAutoRefresh: TCheckBox; Item10=OAuthRefrMins: TEdit; Item11=OAuthAccToken: TEdit; Item12=OAuthAppUrl: TEdit; Item13=OAuthAuthCode: TEdit; Item14=OAuthAuthType: TRadioGroup; Item15=OAuthClientId: TEdit; Item16=OAuthClientSecret: TEdit; Item17=OAuthExpire: TEdit; Item18=OAuthRedirectUrl: TEdit; Item19=OAuthRefToken: TEdit; Item20=OAuthTokenUrl: TEdit; Item21=OAuthWebIP: TComboBox; Item22=OAuthWebPort: TEdit; Item23=ParamContent: TRadioGroup; Item24=ProxyURL: TEdit; Item25=RawParams: TEdit; Item26=ReportCertChain: TCheckBox; Item27=ReqMode: TRadioGroup; Item28=ReqType: TRadioGroup; Item29=RestURL: TComboBox; Item30=SslClientCertFile: TEdit; Item31=SslRootBundleFile: TEdit; Item32=SslSecurity: TRadioGroup; Item33=IpSockFamily: TRadioGroup; Item34=DirLogs: TEdit; Item35=DnsHttpsUrl: TComboBox; Item36=DnsDomainName: TComboBox; Item37=DnsQueryType: TComboBox; Item38=DnsDnssec: TCheckBox; Item39=DnsNoValidation: TCheckBox; Item40=SmsAccSender: TEdit; Item41=SmsMsgText: TMemo; Item42=SmsDestNums: TMemo; Item43=KapowAccPw: TEdit; Item44=KapowAccName: TEdit; Item45=AlpnProtos: TEdit; Item46=OAuthPrompt: TEdit; Item47=OAuthAccess: TCheckBox; Item48=TwitAccSecret: TEdit; Item49=TwitAccToken: TEdit; Item50=TwitApiKey: TEdit; Item51=TwitApiSecret: TEdit; Item52=TwitForceLogin: TCheckBox; Item53=TwitIdList: TEdit; Item54=TwitMsg: TMemo; Item55=TwitQuery: TEdit; Item56=TwitScrnId: TEdit; Item57=TwitScrnName: TEdit; Item58=OAuthConsoleUrl: TEdit; Item59=EmailClientId: TEdit; Item60=EmailAccToken: TEdit; Item61=EmailRefrToken: TEdit; Item62=EmailAccount: TEdit; Item63=EmailForceLogin: TCheckBox; Item64=EmailTokenAccnt: TEdit; Item65=EmailAccExpiry: TEdit; Item66=EmailRestType: TComboBox; Item67=EmailClientSecret: TEdit; Item68=EmailRecipList: TMemo; Item69=EmailFrom: TEdit; Item70=EmailCC: TEdit; Item71=EmailSubject: TEdit; Item72=EmailMessage: TMemo; Item73=EmailAccountHint: TEdit; Item74=ReqAccept: TComboBox; Item75=AliveMethod: TRadioGroup; Item76=AliveNets: TRadioGroup; Item77=ReqMemStrategy: TRadioGroup; Item78=ReqReplFile: TCheckBox; Item79=RestDownFile: TEdit; Item80=CertRevoke: TCheckBox; Item81=HttpUploadFile: TEdit; Item82=HttpUploadStrat: TRadioGroup; Item83=OAuthUserAuth: TEdit; Item84=EmailUserAuth: TEdit; Item85=EmailAuthType: TRadioGroup; Item86=TwitAuthType: TRadioGroup; Item87=OAuthEdgeCache: TEdit; Item88=SmsWorksJWT: TEdit; Item89=OAuthLoginHint: TEdit; Item90=WebsocketType: TRadioGroup; Item91=WebSockUrl: TComboBox; Item92=WebsockMessage: TComboBox; Item93=WebsocketPingSecs: TEdit; Item94=SslClientCertLoc: TComboBox; Count=95 [Properties.OutFiles_Lines] Item0=DV - defvars Item1=RV - readvars Item2=WV - writevars Item3=CV - clearvars Item4=RC - readcomp Item5=WC - writecomp Item6=CC - clearcomp Count=7 [Properties.SavedProps_Lines] Item0=AuthBearer.Text - String Item1=AuthLogin.Text - String Item2=AuthPassword.Text - String Item3=AuthType.ItemIndex - Integer Item4=CertVerMethod.ItemIndex - Integer Item5=DebugLogging.ItemIndex - Integer Item6=ExtraHeaders.Lines - TStringList Item7=OAuthScope.Text - String Item8=OAuthAutoRefresh.Checked - Boolean Item9=OAuthOptNoRedir.Checked - Boolean Item10=OAuthRefrMins.Text - String Item11=OAuthAccToken.Text - String Item12=OAuthAppUrl.Text - String Item13=OAuthAuthType.ItemIndex - Integer Item14=OAuthClientId.Text - String Item15=OAuthClientSecret.Text - String Item16=OAuthExpire.Text - String Item17=OAuthRedirectUrl.Text - String Item18=OAuthRefToken.Text - String Item19=OAuthTokenUrl.Text - String Item20=OAuthWebIP.Text - String Item21=OAuthWebPort.Text - String Item22=ParamContent.ItemIndex - Integer Item23=ProxyURL.Text - String Item24=RawParams.Text - String Item25=ReportCertChain.Checked - Boolean Item26=ReqMode.ItemIndex - Integer Item27=ReqType.ItemIndex - Integer Item28=RestURL.Text - String Item29=SslClientCertFile.Text - String Item30=SslRootBundleFile.Text - String Item31=SslSecurity.ItemIndex - Integer Item32=IpSockFamily.ItemIndex - Integer Item33=DirLogs.Text - String Item34=DnsHttpsUrl.Text - String Item35=DnsDomainName.Text - String Item36=DnsQueryType.ItemIndex - Integer Item37=DnsDnssec.Checked - Boolean Item38=DnsNoValidation.Checked - Boolean Item39=KapowAccName.Text - String Item40=KapowAccPw.Text - String Item41=SmsAccSender.Text - String Item42=SmsMsgText.Lines - TStringList Item43=SmsDestNums.Lines - TStringList Item44=KapowAccPw.Text - String Item45=KapowAccName.Text - String Item46=AlpnProtos.Text - String Item47=OAuthPrompt.Text - String Item48=OAuthAccess.Checked - Boolean Item49=TwitAccSecret.Text - String Item50=TwitAccToken.Text - String Item51=TwitApiKey.Text - String Item52=TwitApiSecret.Text - String Item53=TwitForceLogin.Checked - Boolean Item54=TwitIdList.Text - String Item55=TwitMsg.Lines - TStringList Item56=TwitQuery.Text - String Item57=TwitScrnId.Text - String Item58=TwitScrnName.Text - String Item59=OAuthConsoleUrl.Text - String Item60=EmailClientId.Text - String Item61=EmailAccToken.Text - String Item62=EmailRefrToken.Text - String Item63=EmailAccount.Text - String Item64=EmailForceLogin.Checked - Boolean Item65=EmailTokenAccnt.Text - String Item66=EmailClientSecret.Text - String Item67=EmailRecipList.Lines - TStringList Item68=EmailFrom.Text - String Item69=EmailCC.Text - String Item70=EmailSubject.Text - String Item71=EmailMessage.Lines - TStringList Item72=EmailAccExpiry.Text - String Item73=EmailRestType.ItemIndex - Integer Item74=EmailAccountHint.Text - String Item75=ReqAccept.Text - String Item76=AliveMethod.ItemIndex - Integer Item77=AliveNets.ItemIndex - Integer Item78=ReqMemStrategy.ItemIndex - Integer Item79=ReqReplFile.Checked - Boolean Item80=RestDownFile.Text - String Item81=CertRevoke.Checked - Boolean Item82=HttpUploadFile.Text - String Item83=HttpUploadStrat.ItemIndex - Integer Item84=OAuthUserAuth.Text - String Item85=EmailUserAuth.Text - String Item86=EmailAuthType.ItemIndex - Integer Item87=TwitAuthType.ItemIndex - Integer Item88=OAuthEdgeCache.Text - String Item89=SmsWorksJWT.Text - String Item90=OAuthLoginHint.Text - String Item91=WebsocketType.ItemIndex - Integer Item92=WebSockUrl.Text - String Item93=WebsockMessage.Text - String Item94=WebsocketPingSecs.Text - String Item95=SslClientCertLoc.ItemIndex - Integer Count=96 [Properties.SuppProps_Lines] Item0=TBCGFilterDialog.Brightness - Integer Item1=TBCGFilterDialog.Contrast - Double Item2=TBCGFilterDialog.Gamma - Double Item3=TCheckBox.Checked - Boolean Item4=TColorComboBox.ColorValue - Integer Item5=TColorComboBox.ItemIndex - Integer Item6=TColorDialog.Color - Integer Item7=TColorDialog.CustomColors - TStringList Item8=TComboBox.ItemIndex - Integer Item9=TComboBox.Text - String Item10=TDirectoryEdit.Text - String Item11=TDirectoryListBox.Directory - String Item12=TDriveComboBox.Drive - String Item13=TEdit.Text - String Item14=TFilenameEdit.Text - String Item15=TFontComboBox.Font - TFont Item16=TFontDialog.Font - TFont Item17=TLabel.Caption - String Item18=TLabel.Font - TFont Item19=TListBox.ItemIndex - Integer Item20=TListBox.Items - TStringList Item21=TMaskedEdit.Text - String Item22=TMemo.Lines - TStringList Item23=TMenuItem.Checked - Boolean Item24=TOpenDialog.Filename - String Item25=TOpenDialog.InitialDir - String Item26=TRadioButton.Checked - Boolean Item27=TRadioGroup.ItemIndex - Integer Item28=TSaveDialog.Filename - String Item29=TSaveDialog.InitialDir - String Item30=TSpinEdit.Value - Integer Count=31