[Properties] ArraySize_Value=0 FilePrefix_Text=PemTool FontDialog_FontColor=0 FontDialog_FontHeight=-11 FontDialog_FontName=MS Sans Serif 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 (section, '$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 (section, '$lit', 0) ; Item29=RVInteger - $var := ReadInteger (section, '$lit', 0) ; Item30=RVString - $var := ReadString (section, '$lit', '') ; Item31=RVTCheckBoxState - $var := TCheckBoxState (ReadInteger (section, '$lit', Ord (cbUnchecked))) ; Item32=RVTFont - $var := LoadFont ('$lit') ; Item33=WCBoolean - if $comp then temp := 'True' else temp := 'False' ; WriteString (SectionData, '$lit', temp) ; Item34=WCDouble - WriteFloat (SectionData, '$lit', $comp) ; Item35=WCInteger - WriteInteger (SectionData, '$lit', $comp) ; Item36=WCString - WriteString (SectionData, '$lit', $comp) ; Item37=WCTCheckBoxState - WriteInteger (SectionData, '$lit', Ord ($comp)) ; Item38=WCTFont - SaveFont ('$lit', $comp) ; Item39=WVBoolean - if $var then temp := 'True' else temp := 'False' ; WriteString (section, '$lit', temp) ; Item40=WVDouble - WriteFloat (section, '$lit', $var) ; Item41=WVInteger - WriteInteger (section, '$lit', $var) ; Item42=WVString - WriteString (section, '$lit', $var) ; Item43=WVTCheckBoxState - WriteInteger (section, '$lit', Ord ($var)) ; Item44=WVTFont - SaveFont ('$lit', $var) ; Item45=XRCBoolean - $comp := ReadBool (section, '$lit', false) ; Item46=XRVBoolean - $var := ReadBool (section, '$lit', false) ; Item47=XWCBoolean - WriteBool (section, '$lit', $comp) ; Item48=XWVBoolean - WriteBool (section, '$lit', $var) ; Item49=RCTStringList - $comp.CommaText := ReadString (SectionData, '$lit', '') ; Item50=WCTStringList - WriteString (SectionData, '$lit', $comp.CommaText) ; Count=51 [Properties.FormComps_Lines] Item0=CAFilesDir: TEdit; Item1=CertAddComment: TCheckBox; Item2=CertAltDomains: TEdit; Item3=CertAltIPs: TEdit; Item4=CertCommonName: TEdit; Item5=CertCountry: TEdit; Item6=CertDays: TEdit; Item7=CertDescr: TEdit; Item8=CertEMail: TEdit; Item9=CertExtClient: TCheckBox; Item10=CertExtCodeSign: TCheckBox; Item11=CertExtEmail: TCheckBox; Item12=CertExtServer: TCheckBox; Item13=CertLocality: TEdit; Item14=CertOrganization: TEdit; Item15=CertOrganizationalUnit: TEdit; Item16=CertPassword: TEdit; Item17=CertSignHash: TRadioGroup; Item18=CertState: TEdit; Item19=CertUsageCRLSign: TCheckBox; Item20=CertUsageCertSign: TCheckBox; Item21=CertUsageDataEn: TCheckBox; Item22=CertUsageDigSign: TCheckBox; Item23=CertUsageKeyAgree: TCheckBox; Item24=CertUsageKeyEn: TCheckBox; Item25=CertUsageNonRepud: TCheckBox; Item26=CertsDatabase: TEdit; Item27=CheckBoxComment: TCheckBox; Item28=CheckBoxEmptyDestDir: TCheckBox; Item29=CheckBoxOverwriteExisting: TCheckBox; Item30=CheckBoxWarnDestNotEmpty: TCheckBox; Item31=CheckBoxWriteToBundle: TCheckBox; Item32=CurrentCertDirEdit: TEdit; Item33=DHParamFile: TEdit; Item34=DHParamSize: TRadioGroup; Item35=DestDirEdit: TEdit; Item36=GroupDHParam: TGroupBox; Item37=KeyEncrypt: TRadioGroup; Item38=KeyType: TRadioGroup; Item39=LoadCertInters: TCheckBox; Item40=LoadCertPrivKey: TCheckBox; Item41=LoadCertPW: TEdit; Item42=LoadDirectory: TEdit; Item43=LoadInterCerts: TEdit; Item44=LoadPrivatetKey: TEdit; Item45=LoadRequestFile: TEdit; Item46=NewCertCopyExt: TCheckBox; Item47=SaveAutoReplace: TCheckBox; Item48=SaveCertDer: TEdit; Item49=SaveCertPW: TEdit; Item50=SaveCertPem: TEdit; Item51=SaveDirectory: TEdit; Item52=SaveInterCerts: TCheckBox; Item53=SavePkcs12File: TEdit; Item54=SavePkcs7File: TEdit; Item55=SavePrivateKey: TCheckBox; Item56=SavePrvFileFile: TEdit; Item57=SavePubKeyFile: TEdit; Item58=SaveReqCertFile: TEdit; Item59=LoadCaBundleFile: TEdit; Item60=MsStoreType: TRadioGroup; Item61=MsLocationType: TRadioGroup; Item62=MSBriefList: TCheckBox; Item63=MsInstallFile: TEdit; Item64=CertPwPemKeys: TCheckBox; Item65=CertPwPkcs12: TCheckBox; Item66=CertCheckOCSP: TCheckBox; Item67=IntersCAFile: TEdit; Item68=TestHostList: TMemo; Item69=TestHostOne: TEdit; Item70=DownCertsPath: TEdit; Item71=DownIntersPath: TEdit; Count=72 [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=CAFilesDir.Text - String Item1=CertAddComment.Checked - Boolean Item2=CertAltDomains.Text - String Item3=CertAltIPs.Text - String Item4=CertCommonName.Text - String Item5=CertCountry.Text - String Item6=CertDays.Text - String Item7=CertDescr.Text - String Item8=CertEMail.Text - String Item9=CertExtClient.Checked - Boolean Item10=CertExtCodeSign.Checked - Boolean Item11=CertExtEmail.Checked - Boolean Item12=CertExtServer.Checked - Boolean Item13=CertLocality.Text - String Item14=CertOrganization.Text - String Item15=CertOrganizationalUnit.Text - String Item16=CertPassword.Text - String Item17=CertSignHash.ItemIndex - Integer Item18=CertState.Text - String Item19=CertUsageCRLSign.Checked - Boolean Item20=CertUsageCertSign.Checked - Boolean Item21=CertUsageDataEn.Checked - Boolean Item22=CertUsageDigSign.Checked - Boolean Item23=CertUsageKeyAgree.Checked - Boolean Item24=CertUsageKeyEn.Checked - Boolean Item25=CertUsageNonRepud.Checked - Boolean Item26=CheckBoxComment.Checked - Boolean Item27=CheckBoxEmptyDestDir.Checked - Boolean Item28=CheckBoxOverwriteExisting.Checked - Boolean Item29=CheckBoxWarnDestNotEmpty.Checked - Boolean Item30=CheckBoxWriteToBundle.Checked - Boolean Item31=CurrentCertDirEdit.Text - String Item32=DHParamFile.Text - String Item33=DHParamSize.ItemIndex - Integer Item34=DestDirEdit.Text - String Item35=KeyEncrypt.ItemIndex - Integer Item36=KeyType.ItemIndex - Integer Item37=LoadCertFile.Text - String Item38=LoadCertInters.Checked - Boolean Item39=LoadCertPrivKey.Checked - Boolean Item40=LoadCertPW.Text - String Item41=LoadDirectory.Text - String Item42=LoadInterCerts.Text - String Item43=LoadPrivatetKey.Text - String Item44=LoadRequestFile.Text - String Item45=NewCertCopyExt.Checked - Boolean Item46=SaveAutoReplace.Checked - Boolean Item47=SaveCertDer.Text - String Item48=SaveCertPem.Text - String Item49=SaveCertPW.Text - String Item50=SaveDirectory.Text - String Item51=SaveInterCerts.Checked - Boolean Item52=SavePkcs12File.Text - String Item53=SavePkcs7File.Text - String Item54=SavePrivateKey.Checked - Boolean Item55=SavePrvFileFile.Text - String Item56=SavePubKeyFile.Text - String Item57=SaveReqCertFile.Text - String Item58=LoadCaBundleFile.Text - String Item59=MsStoreType.ItemIndex - Integer Item60=MsLocationType.ItemIndex - Integer Item61=MSBriefList.Checked - Boolean Item62=MsInstallFile.Text - String Item63=CertPwPemKeys.Checked - Boolean Item64=CertPwPkcs12.Checked - Boolean Item65=CertCheckOCSP.Checked - Boolean Item66=IntersCAFile.Text - String Item67=TestHostList.Lines - TStringList Item68=TestHostOne.Text - String Item69=DownCertsPath.Text - String Item70=DownIntersPath.Text - String Count=71 [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