home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / drawpen.wdl < prev    next >
Text File  |  1993-02-23  |  1KB  |  47 lines

  1. Menu drawPen
  2.   Popup pColor text: "&Color"
  3.     Item penRGBColor text: "&RGB Color..."
  4.     Item penSystemColor text: "&System Color..."
  5.   End
  6.   Item penWidth text: "&Width..."
  7.   Line
  8.     Popup style text: "&Style"
  9.       Item solid text: "&Solid" style: (checked)
  10.         group: penStyle
  11.       Item dash text: "&Dash"
  12.         group: penStyle
  13.       Item dot text: "Do&t"
  14.         group: penStyle
  15.       Item dashDot text: "Dashd&ot"
  16.         group: penStyle
  17.       Item dashDotDot text: "Das&hdotdot"
  18.         group: penStyle
  19.       Item invisible text: "&Invisible"
  20.         group: penStyle
  21.     End
  22.     Popup combo text: "Co&mbo"
  23.       Item copy text: "&Copy"  style: (checked)
  24.         group: penCombo
  25.       Item and text: "&And"
  26.         group: penCombo
  27.       Item or text: "&Or"
  28.         group: penCombo
  29.       Item xor text: "&Xor"
  30.         group: penCombo
  31.       Item not text: "no&T"
  32.         group: penCombo
  33.       Item nand text: "nan&D"
  34.         group: penCombo
  35.       Item nor text: "no&R"
  36.         group: penCombo
  37.       Item nxor text: "&Nxor"
  38.         group: penCombo
  39.     End
  40.   Line
  41.   Item opaque text: "&Opaque"
  42.     group: penTrans
  43.   Item transparent text: "&Transparent" style: (checked)
  44.     group: penTrans
  45. End
  46.  
  47.