[Properties] ArraySize_Value=0 FilePrefix_Text=NetTools 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=CCExtInt - $comp := 0 ; Item4=CCString - $comp := '' ; Item5=CCTCheckBoxState - $comp := cbUnchecked ; Item6=CCTFont - $comp := LoadFont ('x') ; Item7=CCTStringList - $comp.Clear ; Item8=CVBoolean - $var := false ; Item9=CVDouble - $var := 0 ; Item10=CVInteger - $var := 0 ; Item11=CVExtInt - $var := 0 ; Item12=CVString - $var := '' ; Item13=CVTCheckBoxState - $var := cbUnchecked ; Item14=CVTFont - $var := LoadFont ('x') ; Item15=CVTStringList - $var.Clear ; Item16=DVBoolean - $var: $type ; Item17=DVDouble - $var: $type ; Item18=DVExtInt- $var: integer ; Item19=DVInteger - $var: $type ; Item20=DVString - $var: $type ; Item21=DVTFont - $var: $type ; Item22=DVTStringList - $var: $type ; Item23=RCBoolean - if ReadString (section, '$lit', 'False') = 'True' then $comp := true else $comp := false ; Item24=RCDouble - $comp := ReadFloat (section, '$lit', $comp) ; Item25=RCExtInt - $comp := ReadInteger (section, '$lit', $comp) ; Item26=RCInteger - $comp := ReadInteger (section, '$lit', $comp) ; Item27=RCString - $comp := ReadString (section, '$lit', $comp) ; Item28=RCTCheckBoxState - $comp := TCheckBoxState (ReadInteger (section, '$lit', Ord (cbUnchecked))) ; Item29=RCTFont - $comp := LoadFont ('$lit') ; Item30=RCTStringList - $comp.CommaText := ReadString (section, '$lit', $comp.CommaText) ; Item31=RVBoolean - if ReadString (section, '$lit', 'False') = 'True' then $var := true else $var := false ; Item32=RVDouble - $var := ReadFloat (section, '$lit', 0) ; Item33=RVExtInt - $var := ReadInteger (section, '$lit', 0) ; Item34=RVInteger - $var := ReadInteger (section, '$lit', 0) ; Item35=RVString - $var := ReadString (section, '$lit', '') ; Item36=RVTCheckBoxState - $var := TCheckBoxState (ReadInteger (section, '$lit', Ord (cbUnchecked))) ; Item37=RVTFont - $var := LoadFont ('$lit') ; Item38=RVTStringList - $var.CommaText := ReadString (section, '$lit', '') ; Item39=WCBoolean - if $comp then temp := 'True' else temp := 'False' ; WriteString (section, '$lit', temp) ; Item40=WCDouble - WriteFloat (section, '$lit', $comp) ; Item41=WCExtInt - WriteInteger (section, '$lit', Trunc ($comp)) ; Item42=WCInteger - WriteInteger (section, '$lit', $comp) ; Item43=WCString - WriteString (section, '$lit', $comp) ; Item44=WCTCheckBoxState - WriteInteger (section, '$lit', Ord ($comp)) ; Item45=WCTFont - SaveFont ('$lit', $comp) ; Item46=WCTStringList - WriteString (section, '$lit', $comp.CommaText) ; Item47=WVBoolean - if $var then temp := 'True' else temp := 'False' ; WriteString (section, '$lit', temp) ; Item48=WVDouble - WriteFloat (section, '$lit', $var) ; Item49=WVExtInt - WriteInteger (section, '$lit', Trunc ($var)) ; Item50=WVInteger - WriteInteger (section, '$lit', $var) ; Item51=WVString - WriteString (section, '$lit', $var) ; Item52=WVTCheckBoxState - WriteInteger (section, '$lit', Ord ($var)) ; Item53=WVTFont - SaveFont ('$lit', $var) ; Item54=WVTStringList - WriteString (section, '$lit', $var.CommaText) ; Item55=XRCBoolean - $comp := ReadBool (section, '$lit', false) ; Count=56 [Properties.FormComps_Lines] Item0=DNCacheLAN: TRadioGroup; Item1=DNCacheLog: TCheckBox; Item2=DNCacheMax: TEdit; Item3=DNCacheMethod: TRadioGroup; Item4=IpConnType: TRadioGroup; Item5=IpConnsSecs: TEdit; Item6=IpFamily: TComboBox; Item7=LocalIPv4: TComboBox; Item8=LocalIPv6: TComboBox; Item9=LookupHost: TComboBox; Item10=MonIpAddrChanges: TCheckBox; Item11=NameDnsOpt: TRadioGroup; Item12=NameHostName: TComboBox; Item13=NameProtoTCP: TCheckBox; Item14=NameQueryType: TComboBox; Item15=NameServerIP: TComboBox; Item16=NameServerPublic: TComboBox; Item17=NeigbDevCache: TEdit; Item18=NeigbDevIPv4: TEdit; Item19=NeigbDevIPv6: TEdit; Item20=NeigbDevScan: TEdit; Item21=NeigbDevTot: TEdit; Item22=NeighbPermAddr: TCheckBox; Item23=PingCount: TEdit; Item24=PingLog: TCheckBox; Item25=PingQueryName: TComboBox; Item26=PingTimeoutMs: TEdit; Item27=ResolveIpRem: TEdit; Item28=RevExtra: TEdit; Item29=RevLookAddr: TComboBox; Item30=TraceErrors: TEdit; Item31=WhoisMethod: TRadioGroup; Item32=WhoisQueryName: TComboBox; Item33=WhoisServer: TComboBox; Count=34 [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=DNCacheLAN.ItemIndex - Integer Item1=DNCacheLog.Checked - Boolean Item2=DNCacheMax.Text - String Item3=DNCacheMethod.ItemIndex - Integer Item4=IpConnType.ItemIndex - Integer Item5=IpConnsSecs.Text - String Item6=IpFamily.ItemIndex - Integer Item7=LocalIPv4.Text - String Item8=LocalIPv6.Text - String Item9=LookupHost.Text - String Item10=LookupHost.Items - TStringList Item11=MonIpAddrChanges.Checked - Boolean Item12=NameDnsOpt.ItemIndex - Integer Item13=NameHostName.Text - String Item14=NameHostName.Items - TStringList Item15=NameQueryType.ItemIndex - Integer Item16=NameHostName.Items - TStringList Item17=NameProtoTCP.Checked - Boolean Item18=NameServerIP.Text - String Item19=NameServerIP.Items - TStringList Item20=NameServerPublic.ItemIndex - Integer Item21=NeigbDevCache.Text - String Item22=NeigbDevIPv4.Text - String Item23=NeigbDevIPv6.Text - String Item24=NeigbDevScan.Text - String Item25=NeigbDevTot.Text - String Item26=NeighbPermAddr.Checked - Boolean Item27=PingCount.Text - String Item28=PingLog.Checked - Boolean Item29=PingQueryName.Text - String Item30=PingQueryName.Items - TStringList Item31=PingTimeoutMs.Text - String Item32=ResolveIpRem.Text - String Item33=RevExtra.Text - String Item34=RevLookAddr.Text - String Item35=RevLookAddr.Items - TStringList Item36=TraceErrors.Text - String Item37=WhoisQueryName.Text - String Item38=WhoisQueryName.Items - TStringList Item39=WhoisServer.Text - String Item40=WhoisServer.Items - TStringList Item41= Count=42 [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 Item32=TComboBox.Items - TStringList Count=33