home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR5 / TRIBALDR.ZIP / RES.ZIP / DRAWPEN.WDL < prev    next >
Text File  |  1993-07-08  |  1KB  |  49 lines

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