home *** CD-ROM | disk | FTP | other *** search
- G4C
- ; $VER: Suiteprefs Rev.016 by Juan Manuel Wehrli 1999 - 2000
-
- WINBIG -1 -1 400 390 "Suite Einstellungen"
- WinType 11010000
- ;WinOnMouse 5 5
- WinBackground IMAGE BG 0
- Winout "NIL:"
-
- xOnLoad
- lvuse HTMLEXT 1
- EXTRACT %SuiteName CLEAN name
- Update #This 100 $name
- EXTRACT %SuitePath CLEAN lokdir
- Update #This 1 $lokdir
- EXTRACT %SuiteFTPOL CLEAN ftpoldir
- Update #This 2 $ftpoldir
- EXTRACT %SuiteFTPWRK CLEAN ftpwrkdir
- Update #This 3 $ftpwrkdir
- EXTRACT %SuiteServTyp CLEAN pstyp
- if $pstyp = "EIN"
- Update #This 4 "1"
- SetVar servertyp "EIN"
- else
- Update #This 4 "0"
- SetVar servertyp "AUS"
- endif
- EXTRACT %SuiteURLOL CLEAN urlol
- Update #This 5 $urlol
- EXTRACT %SuiteURLWRK CLEAN urlwrk
- Update #This 6 $urlwrk
- EXTRACT %SuiteMail CLEAN mailadr
- Update #This 8 $mailadr
- EXTRACT %SuiteSubj CLEAN subj
- Update #This 9 $subj
- EXTRACT %SuiteHistfile CLEAN historyfile
- Update #This 10 $historyfile
- EXTRACT %SuiteSpiegelDir CLEAN mirrordir
- Update #This 11 $mirrordir
- EXTRACT %SuiteHistAuto CLEAN sha
- if $sha = "EIN"
- Update #This 12 "1"
- SetVar historystat "EIN"
- else
- Update #This 12 "0"
- SetVar historystat "AUS"
- endif
- EXTRACT %SuiteSpiegelStat CLEAN sss
- if $sss = "EIN"
- Update #This 13 "1"
- SetGad #This 11 ON
- SetGad #This 18 ON
- SetVar mirrorstat "EIN"
- else
- Update #This 13 "0"
- SetGad #This 11 OFF
- SetGad #This 18 OFF
- SetVar mirrorstat "AUS"
- endif
-
- EXTRACT %SuiteBakArcDir CLEAN bakarcdir
- Update #This 14 $bakarcdir
-
- EXTRACT %SuiteDfue CLEAN sdfue
- if $sdfue = "EIN"
- Update #This 16 "1"
- SetVar dfuestat "EIN"
- else
- Update #This 16 "0"
- SetVar dfuestat "AUS"
- endif
-
- EXTRACT %SuiteDataPath CLEAN projdatadir
- Update #This 17 $projdatadir
-
- EXTRACT %SuiteDataMirror CLEAN projdatamirror
- Update #This 18 $projdatamirror
- GuiOpen #This
-
- xOnClose
- GuiWindow HTMLEXT RESUME
- GuiWindow menu.suites RESUME
- GuiWindow #This RESUME
-
- Text 100 5 288 18 "Suitename" 40 BOX
- GadFont xHelvetica.font 13 010
- GadID 100
-
- xTextIn 100 25 270 18 "Lokaler Pfad:" lokdir "" 155
- GadID 1
- GadFont "xHelvetica.font" "11" 000
- xButton 370 25 18 18 "»"
- GadFont "xHelvetica.font" "11" 000
- ReqFile -1 -1 250 500 "Lokales Verzeichnis auswählen ..." DIR lokdir "$lokdir"
- Update #This 1 $lokdir
-
- xTextIn 100 45 270 18 "Spiegel Pfad:" mirrordir "" 155
- GadID 11
- GadFont "xHelvetica.font" "11" 000
- xButton 370 45 18 18 "»"
- GadFont "xHelvetica.font" "11" 000
- ReqFile -1 -1 250 500 "Spiegel Pfad (Wie Zip-Medium usw..)" DIR mirrordir "$mirrordir"
- Update #This 11 $mirrordir
-
- xTextIn 100 65 270 18 "FTP Online:" ftpoldir "" 155
- GadID 2
- GadFont "xHelvetica.font" "11" 000
- xButton 370 65 18 18 "»"
- GadFont "xHelvetica.font" "11" 000
- ReqFile -1 -1 250 500 "FTP Online Verzeichnis auswählen ..." DIR ftpoldir "$ftpoldir"
- Update #This 2 $ftpoldir
-
- xTextIn 100 85 270 18 "FTP Work:" ftpwrkdir "" 155
- GadID 3
- GadFont "xHelvetica.font" "11" 000
- xButton 370 85 18 18 "»"
- GadFont "xHelvetica.font" "11" 000
- ReqFile -1 -1 250 500 "FTP Online Verzeichnis auswählen ..." DIR ftpwrkdir "$ftpwrkdir"
- Update #This 3 $ftpwrkdir
-
- xCheckbox 100 105 18 18 "DFÜ Netzwerk:" dfuestat "EIN" "AUS" OFF
- GadID 16
- GadFont "xHelvetica.font" "11" 000
-
- xCheckbox 370 105 18 18 "Server Typ (Daten serverseitig vorher löschen):" servertyp "EIN" "AUS" OFF
- GadID 4
- GadFont "xHelvetica.font" "11" 000
-
- xTextIn 100 125 288 18 "URL Online:" urlol "" 155
- GadID 5
- GadFont "xHelvetica.font" "11" 000
-
- xTextIn 100 145 288 18 "URL Work:" urlwrk "" 155
- GadID 6
- GadFont "xHelvetica.font" "11" 000
-
- xTextIn 100 175 288 18 "EMail Adressen:" mailadr "" 155
- GadID 8
- GadFont "xHelvetica.font" "11" 000
-
- xTextIn 100 195 288 18 "EMail Subjekt:" subj "" 155
- GadID 9
- GadFont "xHelvetica.font" "11" 000
-
- xTextIn 100 225 270 18 "Historie Datei:" historyfile "" 155
- GadID 10
- GadFont "xHelvetica.font" "11" 000
- xButton 370 225 18 18 "»"
- GadFont "xHelvetica.font" "11" 000
- ReqFile -1 -1 250 500 "History Datei auswählen ..." LOAD historyfile "$historyfile"
- Update #This 10 $historyfile
-
- xTextIn 100 255 270 18 "BackupArc Pfad:" bakarcdir "" 155
- GadID 14
- GadFont "xHelvetica.font" "11" 000
- xButton 370 255 18 18 "»"
- GadFont "xHelvetica.font" "11" 000
- ReqFile -1 -1 250 500 "Backup Pfad (Hier werden LhA Archive erstellt." DIR bakarcdir "$bakarcdir"
- Update #This 14 $bakarcdir
-
- xTextIn 100 285 270 18 "Proj. Daten Pfad:" projdatadir "" 155
- GadID 17
- GadFont "xHelvetica.font" "11" 000
- xButton 370 285 18 18 "»"
- GadFont "xHelvetica.font" "11" 000
- ReqFile -1 -1 250 500 "Projektdaten Pfad ..." DIR projdatadir "$projdatadir"
- Update #This 17 $projdatadir
-
- xTextIn 100 305 270 18 "Spiegel Pfad:" projdatamirror "" 155
- GadID 18
- GadFont "xHelvetica.font" "11" 000
- xButton 370 305 18 18 "»"
- GadFont "xHelvetica.font" "11" 000
- ReqFile -1 -1 250 500 "Projektdaten Spiegel Pfad ..." DIR projdatamirror "$projdatamirror"
- Update #This 18 $projdatamirror
-
- xCheckbox 100 335 18 18 "Auto Historie:" historystat "EIN" "AUS" OFF
- GadID 12
- GadFont "xHelvetica.font" "11" 000
-
- xCheckbox 370 335 18 18 "Spiegel Funktionen aktivieren:" mirrorstat "EIN" "AUS" OFF
- GadID 13
- GadFont "xHelvetica.font" "11" 000
- if $mirrorstat = "EIN"
- SetGad #This 11 ON
- SetGad #This 18 ON
- elseif $mirrorstat = "AUS"
- SetGad #This 11 OFF
- SetGad #This 18 OFF
- endif
-
- xButton 185 365 100 18 "_Speichern"
- GadFont "xHelvetica.font" "11" 000
- GadKey "s"
- lvuse HTMLEXT 1
- lvdel -1
- lvadd ''
- %SuiteName = $name
- %SuitePath = $lokdir
- %SuiteFTPOL = $ftpoldir
- %SuiteFTPWRK = $ftpwrkdir
- %SuiteURLOL = $urlol
- %SuiteURLWRK = $urlwrk
- %SuiteServTyp = $servertyp
- %SuiteDfue = $dfuestat
- %SuiteMail = $mailadr
- %SuiteSubj = $subj
- %SuiteBakArcDir = $bakarcdir
- %SuiteSpiegelDir = $mirrordir
- %SuiteHistFile = $historyfile
- %SuiteHistAuto = $historystat
- %SuiteSpiegelStat = $mirrorstat
- %SuiteDataPath = $projdatadir
- %SuiteDataMirror = $projdatamirror
- lvsort asc
- lvsave "htmlext:Settings/Suites.prefs"
- GuiWindow HTMLEXT RESUME
- GuiWindow #This RESUME
- GuiQuit #This
-
- xButton 288 365 100 18 "[_X] Abbrechen"
- GadFont "xHelvetica.font" "11" 000
- GadKey "x"
- GuiWindow HTMLEXT RESUME
- GuiWindow #This RESUME
- GuiQuit #This
-
-