home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 14 / MA_Cover_14.iso / internet / htmlext / gui / menu.tools < prev    next >
Encoding:
Text File  |  2000-02-03  |  927 b   |  47 lines

  1. G4C
  2. ; $VER: menu.tools Rev.025 © by Juan Manuel Wehrli 1999 - 2000
  3. WINBIG -1 -1 100 75 "Tools"
  4. WinType 00001000
  5. WinOnMouse 10 65
  6. winBackground IMAGE BG 0
  7. Winout "NIL:"
  8. VarPath HTMLEXT
  9.  
  10. xOnLoad
  11.     SetGad #This 1 OFF
  12.     GuiOpen #This
  13.  
  14. XButton 0 0 100 15 "Bibliothek"
  15.     GadFont xHelvetica.font 11 000
  16.     GuiClose #This
  17.     GuiLoad htmlext:gui/HTMLLIB
  18.     GuiQuit #This
  19.  
  20. xButton 0 15 100 15 "DFÜ Verbindung"
  21.     GadFont xHelvetica.font 11 000
  22.     GadHelp "DFÜ Verbindung herstellen, bzw. abbrechen ..."
  23.     GuiClose #This
  24.     guiload "htmlext:gui/func.dfue"
  25.     GuiQuit #This
  26.  
  27. XButton 0 30 100 15 "FTPDir"
  28.     GadFont xHelvetica.font 11 000
  29.     GuiClose #This
  30.     GuiLoad htmlext:gui/FTPDir
  31.     GuiQuit #This
  32.  
  33. XButton 0 45 100 15 "History/Upload"
  34.     GadFont xHelvetica.font 11 000
  35.     GadID 1
  36.     GuiClose #This
  37.     GuiLoad htmlext:gui/func.history
  38.     GuiQuit #This
  39.  
  40. ;=== Abbruch Button
  41. XButton 0 60 100 15 "Abbrechen [X]"
  42. GadFont xHelvetica.font 11 010
  43. GadKey "q"
  44. GuiQuit #This
  45.  
  46.  
  47.