home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 010 / batmnu24.zip / BATMNU.HLP < prev    next >
Text File  |  1994-10-04  |  3KB  |  95 lines

  1. {Batmnu Help File}
  2.  
  3. :W_Format
  4.    window, r12, c, oYEL, tRED, fWHI, +
  5.       _The window line defines the menu appearance:
  6.       
  7.       _window, fYEL, bblu, tWHI, oCYA, hRED, kyel, s 
  8. :End_W_Format
  9.  
  10. :W_Colors
  11.    window, r11, oYEL, tRED, fWHI, +
  12.       __These switches define the menu colors:
  13.       
  14.       f - Foreground Color  b - Background Color
  15.       t - Title/Msg Color   o - Option Color
  16.       h - Hotkey Color      k - Screen Colors
  17. :End_W_Colors
  18.    
  19. :W_Other
  20.    window, r9, oYEL, tRED, fWHI, +
  21.       Here are other switches that define menu appearance & operation:
  22.       
  23.       ____s - Shadow        e - Screen Edge     c - Center Options
  24.       ____w - Wide Menu     ~ - ESC Enable      a - Auto Hotkeys
  25.       ____m - Menu Frame    l - Letters         n - Numbers
  26.       ____x - No Mouse      v - Return Value    p - Screen Saver Pause
  27.       ____r - Row           c - Column          + - Join Seps to Border
  28.       __bar - Lightbar Color               No_Bar - No Lightbar
  29.       Popup - Restore Screen on Exit    No_Margin - No Menu Margin
  30. :End_W_Other
  31.     
  32. :Title
  33.    window, r12, c, oYEL, tRED, fWHI, +
  34.       title,BATMNU v2.4 Help
  35.       msg,(c) 1994
  36.  
  37.       Maximum Length, 60 Characters
  38. :End_Title
  39.    
  40. :Option
  41.    window, r10, c, oYEL, tRED, fWHI, +
  42.       option,Window Format,w
  43.       help,Help Text for Footer
  44.       - or -
  45.       option,Window Format,w,d:,\dir,program name
  46.       help,:label,Prompt Text for Footer
  47.  
  48.       Option Max, 56 char. Help Max, 70 char.
  49. :End_Option
  50.    
  51. :Menu
  52.    window, r8, oYEL, tRED, fWHI, +
  53.       _____:menu - marks beginning of menu definition
  54.       ____header - string to appear in screen header
  55.       __h_format - header colors, time/date options
  56.       ____window - colors and other options
  57.       _____title - string to appear at the top of menu 
  58.       ____option - option string and hotkey position
  59.       ______help - help string for preceeding option
  60.       _______msg - string to appear at bottom of menu
  61.       ____footer - string to appear in screen footer
  62.       __f_format - footer colors, time/date options 
  63.       _:end_menu - marks end of definition
  64. :End_Menu
  65.  
  66. :Hdr_Ftr
  67.    window, r8, oYEL, tRED, fWHI, +
  68.       The header and footer are defined by 2 lines each:
  69.  
  70.       __header,Header Text       footer,Footer Text
  71.       __h_format, fWHI, bred     f_format, fWHI, bred
  72.  
  73.       Format switches:
  74.       __f - foreground color     t - time format
  75.       __b - background color     d - date format
  76.  
  77.       A footer is automatically used when help is defined.
  78.       Header / Footer maximum length is 70 characters.
  79. :End_Hdr_Ftr
  80.  
  81. :Colors
  82.    window, r11, oYEL, tRED, fWHI, +
  83.       bla - Black        red - Red
  84.       blu - Blue         mag - Magenta
  85.       gre - Green        yel - Yellow
  86.       cya - Cyan         whi - White
  87.  
  88.       _Use all caps for bright colors.
  89. :End_Colors
  90.  
  91. {End Help}
  92.  
  93.  
  94.  
  95.