home *** CD-ROM | disk | FTP | other *** search
- G4C
- ; $VER: menu.tools Rev.025 © by Juan Manuel Wehrli 1999 - 2000
- WINBIG -1 -1 100 75 "Tools"
- WinType 00001000
- WinOnMouse 10 65
- winBackground IMAGE BG 0
- Winout "NIL:"
- VarPath HTMLEXT
-
- xOnLoad
- SetGad #This 1 OFF
- GuiOpen #This
-
- XButton 0 0 100 15 "Bibliothek"
- GadFont xHelvetica.font 11 000
- GuiClose #This
- GuiLoad htmlext:gui/HTMLLIB
- GuiQuit #This
-
- xButton 0 15 100 15 "DFÜ Verbindung"
- GadFont xHelvetica.font 11 000
- GadHelp "DFÜ Verbindung herstellen, bzw. abbrechen ..."
- GuiClose #This
- guiload "htmlext:gui/func.dfue"
- GuiQuit #This
-
- XButton 0 30 100 15 "FTPDir"
- GadFont xHelvetica.font 11 000
- GuiClose #This
- GuiLoad htmlext:gui/FTPDir
- GuiQuit #This
-
- XButton 0 45 100 15 "History/Upload"
- GadFont xHelvetica.font 11 000
- GadID 1
- GuiClose #This
- GuiLoad htmlext:gui/func.history
- GuiQuit #This
-
- ;=== Abbruch Button
- XButton 0 60 100 15 "Abbrechen [X]"
- GadFont xHelvetica.font 11 010
- GadKey "q"
- GuiQuit #This
-
-
-