serial %Const,KeyCodesCNTs,vhLib.Macro Default %Library.TMFormClass %TMBevel %TMBevel %TMBevel %TMCheckBox %Library.List %Library.TMForm %TMLabel %Library.String %Library.String %Library.String 1 %TMButton %TMButton %TMButton %TMSpeedButton %TMSpeedButton %TMButton %TMSpeedButton %TMButton %TMButton %TMButton %TMButton %TMSpeedButton %TMCheckBox %TMCheckBox %TMCheckBox %TMCheckBox %TMCheckBox %TMCheckListBox UI.WEB.FileTranslator.MainForm UI.Lib.Dlg.TSelectDir %TMLabel %TMLabel %TMLabel %TMLabel %TMLabel %TMLabel %TMLabel %TMLabel %TMLabel %TMLabel %TMLabel %TMLabel %TMLabel %TMLabel %TMLabel %TMLabel %TMLabel %TMLabel %TMListBox %TMOpenDialog %TMOpenDialog %TMOpenDialog %TMOpenDialog %Library.String "Internet bestanden (*.htm, *.html, *.xml, *.xsl, *.xslt)|*.htm;*.html;*.xml;*.xsl;*.xslt|Vertaal bestanden (*_TL.*)|*_TL.*|Alle bestanden (*.*)|*.*" %Library.String "Uitvoerbare bestanden (*.exe)|*.exe|Alle bestanden (*.*)|*.*" %Library.String %Library.String %TMPopupMenu %TMPopupMenu %TMPopupMenu %TMPopupMenu %TMPopupMenu %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMMenuItem %TMPanel %TMPanel %TMPanel %TMEdit %TMEdit %TMEdit %TMEdit %TMEdit %TMEdit %TMEdit %TMEdit %TMEdit %TMEdit %TMEdit %TMEdit initvalue:%String cache 0 %Status document literal cache 0 document literal cache 0 document literal lbData format : $LB(RunMode, TemplateID, StartProductID, NewProductID, PRNr, Qty, KLNr)

RunModes:
  • $LB($$$rmViewTemplate, TemplateID,,,,Qty)
  • $LB($$$rmEditTemplate, TemplateID,,,,Qty)
  • $LB($$$rmNewFromTemplate, TemplateID,,,,Qty)
  • $LB($$$rmNewFromProduct, , StartProductID,,,Qty)
  • $LB($$$rmViewProduct, , StartProductID,,,Qty)
  • $LB($$$rmEditProduct, , StartProductID,,,Qty) ]]> lbData:%List cache 0 %Library.Boolean document literal cache 0 document literal Uitwisselen van gegevens via "lbData" (als .local doorgeven!); lbData format : $LB(RunMode, TemplateID, StartProductID, NewProductID, PRNr, Qty, KLNr)
    Geeft de waarde van de ModalResult property terug

    RunModes:
  • $LB($$$rmViewTemplate, TemplateID,,,,Qty) ==> Returned lbData: [onveranderd]
  • $LB($$$rmEditTemplate, TemplateID,,,,Qty) ==> Returned lbData: [onveranderd]
  • $LB($$$rmNewFromTemplate, TemplateID,,,,Qty) ==> Returned lbData: $LB($$$rmNewFromTemplate, TemplateID, , NewProductID, PRNr, Qty)
  • $LB($$$rmNewFromProduct, , StartProductID,,,Qty) ==> Returned lbData: $LB($$$rmNewFromProduct, , StartProductID, NewProductID, PRNr, Qty)
  • $LB($$$rmViewProduct, , StartProductID,,,Qty) ==> Returned lbData: [onveranderd]
  • $LB($$$rmEditProduct, , StartProductID,,,Qty) ==> Returned lbData: [onveranderd] ]]> cache 0 %Library.Integer document literal cache 0 document literal PDF' ; TabOrder = 7 ; OnClick = btnTestViewPDFClick ; end ; object chkTestOpenPDF: CCheckBox ; Left = 86 ; Top = 233 ; Width = 129 ; Height = 17 ; Caption = 'Open generated PDF' ; Checked = True ; State = cbChecked ; TabOrder = 8 ; end ; object btnTestXMLSet: CButton ; Left = 422 ; Top = 48 ; Width = 63 ; Height = 22 ; Anchors = [akTop, akRight] ; Caption = 'Change' ; TabOrder = 9 ; OnClick = btnTestXMLSetClick ; end ; object btnTestXSLTSet: CButton ; Left = 422 ; Top = 112 ; Width = 63 ; Height = 22 ; Anchors = [akTop, akRight] ; Caption = 'Change' ; TabOrder = 10 ; OnClick = btnTestXSLTSetClick ; end ; end ; object pnlDocLib: CPanel ; Left = 545 ; Top = 152 ; Width = 91 ; Height = 425 ; Anchors = [akTop, akRight] ; TabOrder = 4 ; object lblDocLibTitle: CLabel ; Left = 4 ; Top = 3 ; Width = 60 ; Height = 13 ; Caption = 'Doc Library :' ; Font.Charset = DEFAULT_CHARSET ; Font.Color = clWindowText ; Font.Height = -11 ; Font.Name = 'MS Sans Serif' ; Font.Style = [fsUnderline] ; ParentFont = False ; end ; object lstDocLib: CListBox ; Left = 4 ; Top = 26 ; Width = 83 ; Height = 393 ; Anchors = [akLeft, akTop, akRight, akBottom] ; ItemHeight = 13 ; Items.Strings = ( ; 'demo' ; '...') ; TabOrder = 0 ; OnDblClick = lstDocLibDblClick ; end ; end ; object odSourceFiles: COpenDialog ; Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing] ; Left = 497 ; Top = 227 ; end ; object pmSrcFileOptions: CPopupMenu ; Left = 465 ; Top = 227 ; object pmiAddSourceFile: TMenuItem ; Caption = 'Item(s) toevoegen...' ; OnClick = pmiAddSourceFileClick ; end ; object pmiAddSrcFileToEmptyList: TMenuItem ; Caption = 'Wis lijst en voeg toe...' ; OnClick = pmiAddSrcFileToEmptyListClick ; end ; object pmiSep01: TMenuItem ; Caption = '-' ; end ; object pmiDelSelectedSourceFile: TMenuItem ; Caption = 'Verwijder geselecteerde items' ; OnClick = pmiDelSelectedSourceFileClick ; end ; object pmiDelCheckedSourceFile: TMenuItem ; Caption = 'Verwijder aangevinkt(e) item(s)' ; OnClick = pmiDelCheckedSourceFileClick ; end ; object pmiClearSourceFiles: TMenuItem ; Caption = 'Verwijder Alle items ' ; OnClick = pmiClearSourceFilesClick ; end ; object pmiSep02: TMenuItem ; Caption = '-' ; end ; object pmiOpenSrcFileEdit: TMenuItem ; Caption = 'Open via NotePad' ; OnClick = pmiOpenSrcFileEditClick ; end ; object pmiOpenSrcFileEditTP: TMenuItem ; Caption = 'Open via TextPad' ; OnClick = pmiOpenSrcFileEditTPClick ; end ; object pmiOpenSrcFileWith: TMenuItem ; Caption = 'Openen met' ; object pmiOpenSrcFileProgSel: TMenuItem ; Caption = 'Programma selecteren...' ; OnClick = pmiOpenSrcFileProgSelClick ; end ; end ; object pmiSep03: TMenuItem ; Caption = '-' ; end ; object pmiSelectAllSFs: TMenuItem ; Caption = '&Selecteer alles' ; OnClick = pmiSelectAllSFsClick ; end ; object pmiDeselectAllSFs: TMenuItem ; Caption = '&Deselecteer alles' ; OnClick = pmiDeselectAllSFsClick ; end ; object pmiInvertSelSFs: TMenuItem ; Caption = 'Selectie &inverteren' ; OnClick = pmiInvertSelSFsClick ; end ; end ; object odDeployFile: COpenDialog ; Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing] ; Left = 368 ; Top = 54 ; end ; object pmDeployFile: CPopupMenu ; Left = 400 ; Top = 54 ; object pmiDeployFileSet: TMenuItem ; Caption = '&Change' ; OnClick = btnDeployFileSetClick ; end ; object pmiDeployFileDFL: TMenuItem ; Caption = '&Default' ; OnClick = btnDeployFileDFLClick ; end ; end ; object pmDeployDest: CPopupMenu ; Left = 400 ; Top = 118 ; object pmiDeployDestSet: TMenuItem ; Caption = '&Change' ; OnClick = btnDeployDestSetClick ; end ; object pmiDeployDestDFL: TMenuItem ; Caption = '&Default' ; OnClick = btnDeployDestDFLClick ; end ; object pmiSep11: TMenuItem ; Caption = '-' ; end ; object pmiDeployDestOpenDir: TMenuItem ; Caption = 'Open Dir' ; OnClick = btnDeployOpenDestDirClick ; end ; end ; object pmTransTarget: CPopupMenu ; Left = 400 ; Top = 310 ; object pmiTransTargetSet: TMenuItem ; Caption = '&Change' ; Enabled = False ; end ; object pmiTransTargetDFL: TMenuItem ; Caption = '&Default' ; Enabled = False ; end ; object pmiSep21: TMenuItem ; Caption = '-' ; end ; object pmiTransTargetOpenDir: TMenuItem ; Caption = 'Open Dir' ; OnClick = btnTransOpenTargetDirClick ; end ; end ; object pmTestOutput: CPopupMenu ; Left = 400 ; Top = 614 ; object pmiTestOutputSet: TMenuItem ; Caption = '&Change' ; OnClick = pmiTestOutputSetClick ; end ; object pmiTestOutputDFL: TMenuItem ; Caption = '&Default' ; OnClick = pmiTestOutputDFLClick ; end ; object pmiSep31: TMenuItem ; Caption = '-' ; end ; object pmiTestOutputOpenDir: TMenuItem ; Caption = 'Open Dir' ; OnClick = btnTestOpenOutputDirClick ; end ; end ; object odTestXMLFile: COpenDialog ; Filter = 'XML bestanden (*.xml)|*.xml|Alle bestanden (*.*)|*.*' ; Left = 496 ; Top = 470 ; end ; object odTestXSLTFile: COpenDialog ; Filter = 'XSLT bestanden (*.xsl*)|*.xsl*|Alle bestanden (*.*)|*.*' ; Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing] ; Left = 496 ; Top = 534 ; end ;end ]]> cache 0 document literal Args:%String cache 0 document literal initvalue:%String cache 0 MApplication document literal PDF",7,$lb(%this,"btnTestViewPDFClick"))) d %this.chkTestOpenPDF.SetMultiProperty($lb("Left","Top","Width","Height","Caption","Checked","State","TabOrder"),$lb(86,233,129,17,"Open generated PDF","True","cbChecked",8)) d %this.btnTestXMLSet.SetMultiProperty($lb("Left","Top","Width","Height","Anchors","Caption","TabOrder","OnClick"),$lb(422,48,63,22,$lb("akTop","akRight"),"Change",9,$lb(%this,"btnTestXMLSetClick"))) d %this.btnTestXSLTSet.SetMultiProperty($lb("Left","Top","Width","Height","Anchors","Caption","TabOrder","OnClick"),$lb(422,112,63,22,$lb("akTop","akRight"),"Change",10,$lb(%this,"btnTestXSLTSetClick"))) d %this.pnlDocLib.SetMultiProperty($lb("Left","Top","Width","Height","Anchors","TabOrder"),$lb(545,152,91,425,$lb("akTop","akRight"),4)) d %this.lblDocLibTitle.SetMultiProperty($lb("Left","Top","Width","Height","Caption","ParentFont"),$lb(4,3,60,13,"Doc Library :","False")) d %this.lblDocLibTitle.Font.SetMultiProperty($lb("Charset","Color","Height","Name","Style"),$lb($$$DEFAULTCHARSET,$$$clWindowText,-11,"MS Sans Serif",$lb("fsUnderline"))) d %this.lstDocLib.SetMultiProperty($lb("Left","Top","Width","Height","Anchors","ItemHeight"),$lb(4,26,83,393,$lb("akLeft","akTop","akRight","akBottom"),13)) d %this.lstDocLib.Items.SetMultiProperty($lb("Strings"),$lb("demo"_$C(13,10)_"...")) d %this.lstDocLib.SetMultiProperty($lb("TabOrder","OnDblClick"),$lb(0,$lb(%this,"lstDocLibDblClick"))) d %this.odSourceFiles.SetMultiProperty($lb("Options"),$lb($lb("ofHideReadOnly","ofAllowMultiSelect","ofEnableSizing"))) d %this.pmiAddSourceFile.SetMultiProperty($lb("Caption","OnClick"),$lb("Item(s) toevoegen...",$lb(%this,"pmiAddSourceFileClick"))) d %this.pmiAddSrcFileToEmptyList.SetMultiProperty($lb("Caption","OnClick"),$lb("Wis lijst en voeg toe...",$lb(%this,"pmiAddSrcFileToEmptyListClick"))) d %this.pmiSep01.SetMultiProperty($lb("Caption"),$lb("-")) d %this.pmiDelSelectedSourceFile.SetMultiProperty($lb("Caption","OnClick"),$lb("Verwijder geselecteerde items",$lb(%this,"pmiDelSelectedSourceFileClick"))) d %this.pmiDelCheckedSourceFile.SetMultiProperty($lb("Caption","OnClick"),$lb("Verwijder aangevinkt(e) item(s)",$lb(%this,"pmiDelCheckedSourceFileClick"))) d %this.pmiClearSourceFiles.SetMultiProperty($lb("Caption","OnClick"),$lb("Verwijder Alle items ",$lb(%this,"pmiClearSourceFilesClick"))) d %this.pmiSep02.SetMultiProperty($lb("Caption"),$lb("-")) d %this.pmiOpenSrcFileEdit.SetMultiProperty($lb("Caption","OnClick"),$lb("Open via NotePad",$lb(%this,"pmiOpenSrcFileEditClick"))) d %this.pmiOpenSrcFileEditTP.SetMultiProperty($lb("Caption","OnClick"),$lb("Open via TextPad",$lb(%this,"pmiOpenSrcFileEditTPClick"))) d %this.pmiOpenSrcFileWith.SetMultiProperty($lb("Caption"),$lb("Openen met")) d %this.pmiOpenSrcFileProgSel.SetMultiProperty($lb("Caption","OnClick"),$lb("Programma selecteren...",$lb(%this,"pmiOpenSrcFileProgSelClick"))) d %this.pmiSep03.SetMultiProperty($lb("Caption"),$lb("-")) d %this.pmiSelectAllSFs.SetMultiProperty($lb("Caption","OnClick"),$lb("&Selecteer alles",$lb(%this,"pmiSelectAllSFsClick"))) d %this.pmiDeselectAllSFs.SetMultiProperty($lb("Caption","OnClick"),$lb("&Deselecteer alles",$lb(%this,"pmiDeselectAllSFsClick"))) d %this.pmiInvertSelSFs.SetMultiProperty($lb("Caption","OnClick"),$lb("Selectie &inverteren",$lb(%this,"pmiInvertSelSFsClick"))) d %this.odDeployFile.SetMultiProperty($lb("Options"),$lb($lb("ofHideReadOnly","ofAllowMultiSelect","ofEnableSizing"))) d %this.pmiDeployFileSet.SetMultiProperty($lb("Caption","OnClick"),$lb("&Change",$lb(%this,"btnDeployFileSetClick"))) d %this.pmiDeployFileDFL.SetMultiProperty($lb("Caption","OnClick"),$lb("&Default",$lb(%this,"btnDeployFileDFLClick"))) d %this.pmiDeployDestSet.SetMultiProperty($lb("Caption","OnClick"),$lb("&Change",$lb(%this,"btnDeployDestSetClick"))) d %this.pmiDeployDestDFL.SetMultiProperty($lb("Caption","OnClick"),$lb("&Default",$lb(%this,"btnDeployDestDFLClick"))) d %this.pmiSep11.SetMultiProperty($lb("Caption"),$lb("-")) d %this.pmiDeployDestOpenDir.SetMultiProperty($lb("Caption","OnClick"),$lb("Open Dir",$lb(%this,"btnDeployOpenDestDirClick"))) d %this.pmiTransTargetSet.SetMultiProperty($lb("Caption","Enabled"),$lb("&Change","False")) d %this.pmiTransTargetDFL.SetMultiProperty($lb("Caption","Enabled"),$lb("&Default","False")) d %this.pmiSep21.SetMultiProperty($lb("Caption"),$lb("-")) d %this.pmiTransTargetOpenDir.SetMultiProperty($lb("Caption","OnClick"),$lb("Open Dir",$lb(%this,"btnTransOpenTargetDirClick"))) d %this.pmiTestOutputSet.SetMultiProperty($lb("Caption","OnClick"),$lb("&Change",$lb(%this,"pmiTestOutputSetClick"))) d %this.pmiTestOutputDFL.SetMultiProperty($lb("Caption","OnClick"),$lb("&Default",$lb(%this,"pmiTestOutputDFLClick"))) d %this.pmiSep31.SetMultiProperty($lb("Caption"),$lb("-")) d %this.pmiTestOutputOpenDir.SetMultiProperty($lb("Caption","OnClick"),$lb("Open Dir",$lb(%this,"btnTestOpenOutputDirClick"))) d %this.odTestXMLFile.SetMultiProperty($lb("Filter"),$lb("XML bestanden (*.xml)|*.xml|Alle bestanden (*.*)|*.*")) d %this.odTestXSLTFile.SetMultiProperty($lb("Filter","Options"),$lb("XSLT bestanden (*.xsl*)|*.xsl*|Alle bestanden (*.*)|*.*",$lb("ofHideReadOnly","ofAllowMultiSelect","ofEnableSizing"))) s MApplication.ClientState="Wait" q ]]> cache 0 document literal cache 0 document literal initvalue:%String cache 0 %Library.Status document literal Msg:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal ClearList:%Library.Boolean=0 cache 0 document literal 0 Do . Set ..clbSourceFiles.ItemIndex=0 . Set ..arSettings("Trans","Source")=..rSetFullPath(..clbSourceFiles.Items.GetStrings(0)) Else Do . Set ..arSettings("Trans","Source")=..rSetFullPath("") Quit ;============================================================================== dcwcsLoadCurList() New Loop For Loop=0:1:..clbSourceFiles.Items.Count-1 Do . Set aCurList(..clbSourceFiles.Items.GetStrings(Loop))=1 Quit ]]> cache 0 document literal 0) FT.clbSourceFiles.ItemIndex=0 ; eerste selecteren ;Doeldir aanpassen Set FT.txtDestDir.Text=..rGetFileDir(..arSettings("Trans","Target"),0) Set FT.cbbDestFN.Text=$LG(..arSettings("Trans","TargetFormat"),2) Set FT.txtReplaceDestFNStr.Text="_TL." Set FT.txtReplaceDestFNStrInto.Text=$LG(..arSettings("Trans","TargetFormat"),4,"_%Ls.") ;Set FT.txtDestFNExample= Set FT.chkReplaceDestFNStr.Checked=$S($LG(..arSettings("Trans","TargetFormat"),1)=0:"False", 1:"True") Set FT.chkConfirmOverwriteDest.Checked="False" ; FT.txtBeginTag, FT.txtBeginEndTag, FT.txtParamSep, FT.txtEndTag invullen Do FT.pmiTagPreset2Click($LB(FT.pmiTagPreset2)) ; FT.clbLanguages Set FT.chkLangFromTag.Checked="True" Set FT.chkShowTransItems.Checked="False" Set FT.chkOpenDestFiles.Checked="False" Set FT.chkVertalingPlus.Checked="True" ;Iets offtopic, deze form.caption, maar de updates horen wel gelijktijdig te gebeuren... If FT.clbSourceFiles.ItemIndex'=-1 Do . Set FT.Form.Caption="File Translator - "_FT.clbSourceFiles.Items.GetStrings(FT.clbSourceFiles.ItemIndex) Else Do . Set FT.Form.Caption="File Translator" Do iftSetCalculatedValues Quit /* ;OnCreate() ;Components opvullen Do ..dCOMPWRITEcbbTransGroup() Do ..dCOMPWRITEcbbTransType() Do ..dCOMPWRITEclbLanguages() Do ..dCOMPWRITEtxtDestFNExample() Do ..rShowProgressBar(0) Do ..pmiTagPreset2Click($LB(..pmiTagPreset2)) */ iftSetCalculatedValues New SourceFN,FullFileName,SmallFileName,Extension,ShortLanguage,LongLanguage Set SourceFN=FT.clbSourceFiles.Items.GetStrings(FT.clbSourceFiles.ItemIndex) Set FullFileName=##class(%File).GetFilename(SourceFN) Set SmallFileName=$$GetFileNoExt^vhLib(FullFileName) Set Extension=$$GetFileExtension^vhLib(FullFileName) If FullFileName="" Do Quit . Set FT.txtDestFNExample.Text="Geen bronbestandsnaam ter beschikking." If SmallFileName="" Do Quit . Set FT.txtDestFNExample.Text="Geen bronbestandsnaam ter beschikking." If Extension="" Do Quit . Set FT.txtDestFNExample.Text="Geen bronbestandsextensie ter beschikking." ; Else Set LongLanguage=FT.clbLanguages.Items.GetStrings(0) Set ShortLanguage=FT.aLongToShortLang(LongLanguage) Set FT.txtDestFNExample.Text=FT.rGetFileName(SmallFileName,ShortLanguage,LongLanguage,Extension) ]]> blnUpdateTrans:%Integer=0 cache 0 document literal cache 0 document literal cache 0 document literal cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Dir:%String cache 0 document literal DocN:%String,sRepl:%String cache 0 document literal DocN:%String cache 0 %Library.String document literal Dir:%Library.String,FName:%Library.String cache 0 document literal Type = "FName", "Dir" or "File" Type:%String,lbFileData:%List cache 0 %Library.String document literal lbFileData:%List,blnWithEndSlash:%Boolean=1 cache 0 %Library.String document literal Geeft bij blnFullPathOrEmpty=1 het volledige path terug, of leeg indien FName="" of Dir="". De parameter blnDirWithEndSlash is enkel van toepassing voor blnFullPathOrEmpty=0. lbFileData:%List,blnFullPathOrEmpty:%Boolean=1,blnDirWithEndSlash:%Boolean=1 cache 0 %Library.String document literal lbFileData:%List cache 0 %Library.String document literal Msg:%Library.String,Type:%Library.Integer=$$$MBICONINFORMATION cache 0 document literal LocalPath:%Library.String,CheckExist:%Boolean=0 cache 0 %Library.List document literal Path:%Library.String,CheckExist:%Boolean=0 cache 0 %Library.String document literal sPath:%String cache 0 document literal Program:%Library.String cache 0 %Library.Boolean document literal Checked:%Library.String cache 0 document literal FName:%String,Dir:%String,lbFileData:%List="" cache 0 document literal FilePath:%String,lbFileData:%List cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal Args:%String cache 0 document literal c:\FOP\BatFiles\ c:\Program Files\RenderX\XEP\xep.bat -1 1 0 %Library.CacheSerialState "%Library.TMFormClass" Address Form StandAlone btnAanmaken btnCancel btnAddSourceFile btnDelSourceFile btnOpenSourceFile clbSourceFiles odSourceFiles pmAddSourceFile pmDelSourceFile pmOpenSourceFile pmSrcFileOptions pmiAddSourceFile pmiAddSrcFileToEmptyList pmiClearSourceFiles pmiDelCheckedSourceFile pmiDelSelectedSourceFile pmiDeselectAllSFs pmiInvertSelSFs pmiOpenSrcFileEdit pmiOpenSrcFileEditTP pmiOpenSrcFileExpl pmiOpenSrcFileProgSel pmiOpenSrcFileWith pmiSelectAllSFs pmiSep1 pmiSep2 pmiSep3 pnlCopyDeployed LastProgram pSelectProgDir NewProperty1 pSrcFileDir pFilterBrowseSource pFilterOpenSource MenuItem1 MenuItem2 pmiSep01 pmiSep02 pmiSep03 Button1 Label1 Label2 Panel1 btnDeployDFLPath btnDeployDestDFL btnDeployDestSet btnDeploySetPath chkDeployDestAuto frmSelectDir lblDeployDest lblDeployDestFile lblDeployDocName lblDeployFile odDeployFile txtDeployDestFile txtDeployDocName txtDeployFile btnDeployFileDFL btnDeployFileSet Edit1 Edit2 Edit3 btnTransSourceAdd chkTransInheritDeployDest lblDeployTitle lblTransDocName lblTransSource lblTransTarget lblTranslateFOPTitle pnlDeploy pnlTranslateFOP txtTransSourceFile txtTransTargetDir txtTransDocName lblTransTargetFormat txtTransTargetFormat btnApply chkApplyDeploy chkApplyTrans lblApplyTitle pnlApply Bevel1 Button2 Button3 CheckBox1 lblTestDocName lblTestFOPTitle lblTestOutputFile lblTestTaal lblTestXMLFile lblTestXSLTFile pnlTestFOP txtTestDocName txtTestOutputFile txtTestXSLTFile Button5 btnDeployOpenDestDir btnTransOpenTargetDir Bevel2 Button6 Bevel3 frmFileTranslator btnApplyFOP btnTestFOP lblDocLibTitle lstDocLib pnlDocLib txtTestTaal btnCloseApp btnTestOpenOutputDir SpeedButton2 btnDeployFile pmDeployFile pmiDeployFileDFL pmiDeployFileSet btnDeployDest pmDeployDest pmiDeployDestDFL pmiDeployDestOpen pmiDeployDestSet pmiSep11 MenuItem5 PopupMenu1 SpeedButton1 pmTransTarget pmiDeployDestOpenDir pmiSep21 pmiTransTargetDFL pmiTransTargetOpenDir pmiTransTargetSet btnTestOutput btnTransTarget pmTestOutput pmiSep41 pmiTestOutputDFL pmiTestOutputOpenDir pmiTestOutputSet pmiSep31 btnTestViewPDF FTOnShowOrig FTOnActivateOrig chkTestOpenPDF OpenDialog2 btnTestXMLSet odTestXMLSet odTestXMLFile odTestXSLTFile btnTestXSLTSet txtTestXMLFile