home *** CD-ROM | disk | FTP | other *** search
/ Online Praxis 1998 February / Image.iso / cd-rom / tools / email / wpm253de.exe / WPMDE16.ZIP / TPHONE.FDE < prev    next >
Encoding:
Text File  |  1995-11-23  |  2.3 KB  |  51 lines

  1. ;
  2. ; Form Fact File for the sample Pegasus Mail telephone message form
  3. ; German version by Henning Stams (hstams@xnc.com)
  4. ; Pegasus Mail System, Copyright 1990-94 David Harris, all rights reserved.
  5. ;
  6. ; FFFs are examined by Pegasus Mail at startup and are used to determine
  7. ; what forms resources are available to users. WinPMail scans the following
  8. ; locations when looking for FFFs -
  9. ;
  10. ;    * The user's home mailbox
  11. ;    * The base directory (ie, where WINPMAIL.EXE resides)
  12. ;    * If present, the directory indicated by an FFF environment variable.
  13. ;
  14. ; An FFF may contain definitions for as many forms as you wish - in general
  15. ; terms, system-wide FFFs are best defined in a single file since this will
  16. ; speed the startup of the program, but the ability to have multiple FFFs
  17. ; can make for much simpler installation of new forms.
  18. ;
  19. ; -------------------------------------------------------------------------
  20. ; WARNING -- WARNING -- WARNING -- WARNING -- WARNING -- WARNING -- WARNING
  21. ; -------------------------------------------------------------------------
  22. ; WinPMail forms are executable code! You should never load forms onto your
  23. ; system unless you are absolutely certain of their pedigree, because they
  24. ; are a perfect vehicle for trojan horses.
  25. ; -------------------------------------------------------------------------
  26. ;
  27. ; The following keywords are recognized in this file:
  28. ;
  29. ; "Form name"      - The name which should appear in the form selector list
  30. ; "Form DLL"       - Full path to the DLL containing the form's code
  31. ; "Form type"      - Either COMPOSER or READER
  32. ; "Form flags"     - A bitmap value - see below
  33. ; "Form tagname"   - Form's registered tagname written into outgoing mail
  34. ; "Form data"      - Any custom data required by the form
  35. ; "End"            - End of definition - add the form to the form list.
  36. ;
  37. ; "Form triggers"  - only valid for READERS - what should activate the form
  38.  
  39. ; In the telephone form, the "Form data" field is used to pass a default
  40. ; telephone area code to the form when it starts up.
  41.  
  42. Form name = "Telefonnotiz"
  43. Form DLL = ~a\FORMS\TPHONE.DE\TPHONE.DLL
  44. Form type = COMPOSER
  45. Form flags = 0
  46. Form tagname = "PM-DE-TPHONE"
  47. Bitmap file = ~a\forms\tphone.de\tphone.bmp,Erstellen einer Telefonnotiz
  48. Form data = ""
  49. End
  50.  
  51.