[Properties] ArraySize_Value=0 FilePrefix_Text=mqtttst FontDialog_FontColor=0 FontDialog_FontHeight=-13 FontDialog_FontName=Courier New FontDialog_FontPitch=0 FontDialog_FontSize=10 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', $comp.CommaText) ; 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', $comp.CommaText) ; 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=BounceBoxCli: TCheckBox; Item1=BounceBoxSrv: TCheckBox; Item2=CMBoxCli: TCheckBox; Item3=CMBoxSrvr: TCheckBox; Item4=CMsgId: TEdit; Item5=CPortTxt: TEdit; Item6=CertAutoOrder: TCheckBox; Item7=CertBundleFile: TEdit; Item8=CertHostName: TEdit; Item9=CleanBox2: TCheckBox; Item10=CliJTxt: TEdit; Item11=ClientHost: TEdit; Item12=ClientQOS: TRadioGroup; Item13=MsgBox: TMemo; Item14=RetainBox: TCheckBox; Item15=RootCAFile: TEdit; Item16=ServerIpAddr: TComboBox; Item17=ServerNonPort: TEdit; Item18=ServerSSLPort: TEdit; Item19=TopicTxt: TEdit; Item20=TopicsTxt: TMemo; Item21=VerifyCertChain: TCheckBox; Count=22 [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=BounceBoxCli.Checked - Boolean Item1=CMBoxCli.Checked - Boolean Item2=CMBoxSrvr.Checked - Boolean Item3=CMsgId.Text - String Item4=CPortTxt.Text - String Item5=CertAutoOrder.Checked - Boolean Item6=CertBundleFile.Text - String Item7=CertHostName.Text - String Item8=CleanBox2.Checked - Boolean Item9=CliJTxt.Text - String Item10=ClientHost.Text - String Item11=ClientQOS.ItemIndex - Integer Item12=MsgBox.Lines - TStringList Item13=RetainBox.Checked - Boolean Item14=RootCAFile.Text - String Item15=ServerIpAddr.Text - String Item16=ServerNonPort.Text - String Item17=ServerSSLPort.Text - String Item18=TopicTxt.Text - String Item19=TopicsTxt.Lines - TStringList Item20=VerifyCertChain.Checked - Boolean Count=21 [Properties.SuppProps_Lines] Item0=TBCGFilterDialog.Brightness - Integer Item1=TBCGFilterDialog.Contrast - Double Item2=TBCGFilterDialog.Gamma - Double Item3=TCheckBox.Checked - Boolean Item4=TCheckBox.State - TCheckBoxState Item5=TColorComboBox.ColorValue - Integer Item6=TColorComboBox.ItemIndex - Integer Item7=TColorDialog.Color - Integer Item8=TColorDialog.CustomColors - TStringList Item9=TComboBox.ItemIndex - Integer Item10=TComboBox.Text - String Item11=TDirectoryEdit.Text - String Item12=TDirectoryListBox.Directory - String Item13=TDriveComboBox.Drive - String Item14=TEdit.Text - String Item15=TFilenameEdit.Text - String Item16=TFontComboBox.Font - TFont Item17=TFontDialog.Font - TFont Item18=TLabel.Caption - String Item19=TLabel.Font - TFont Item20=TListBox.ItemIndex - Integer Item21=TListBox.Items - TStringList Item22=TMaskedEdit.Text - String Item23=TMemo.Lines - TStringList Item24=TMenuItem.Checked - Boolean Item25=TOpenDialog.Filename - String Item26=TOpenDialog.InitialDir - String Item27=TRadioButton.Checked - Boolean Item28=TRadioGroup.ItemIndex - Integer Item29=TSaveDialog.Filename - String Item30=TSaveDialog.InitialDir - String Item31=TSpinEdit.Value - Integer Count=32