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

  1. Menu JuraPen
  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.     Popup primaryColor text: "&Primary Colors"
  8.        Item blackpen text: "&Black"
  9.        help: "Select black lines"
  10.        Item whitepen text: "&White"
  11.        help: "Select white lines"
  12.        Item bluepen text: "B&lue"
  13.        help: "Select blue lines"
  14.        Item magentapen text: "&Magenta"
  15.        help: "Select magenta lines"
  16.        Item cyanpen text: "&Cyan"
  17.        help: "Select cyan lines"
  18.        Item greenpen text: "&Green"
  19.        help: "Select green lines"
  20.        Item redpen text: "&Red"
  21.        help: "Select red lines"
  22.        Item yellowpen text: "&Yellow"
  23.        help: "Select yellow lines"
  24.     End
  25.   End
  26.   Item penWidth text: "&Width..."
  27.       Popup stdwidth text: "&Standard Widths"
  28.        Item onepoint text: "&One Unit"
  29.        help: "Select line thickness of one unit"
  30.        Item twopoints text: "&Two Units"
  31.        help: "Select line thickness of two units"
  32.        Item threepoints text: "T&hree Units"
  33.        help: "Select line thickness of three units"
  34.        Item fourpoints text: "&Four Units"
  35.        help: "Select line thickness of four units"
  36.    End
  37.   Line
  38.     Popup style text: "&Style"
  39.       Item solid text: "&Solid" style: (checked)
  40.         group: penStyle
  41.       Item dash text: "&Dash"
  42.         group: penStyle
  43.       Item dot text: "Do&t"
  44.         group: penStyle
  45.       Item dashDot text: "Dashd&ot"
  46.         group: penStyle
  47.       Item dashDotDot text: "Das&hdotdot"
  48.         group: penStyle
  49.       Item invisible text: "&Invisible"
  50.         group: penStyle
  51.     End
  52.     Popup combo text: "Co&mbo"
  53.       Item copy text: "&Copy"  style: (checked)
  54.         group: penCombo
  55.       Item and text: "&And"
  56.         group: penCombo
  57.       Item or text: "&Or"
  58.         group: penCombo
  59.       Item xor text: "&Xor"
  60.         group: penCombo
  61.       Item not text: "no&T"
  62.         group: penCombo
  63.       Item nand text: "nan&D"
  64.         group: penCombo
  65.       Item nor text: "no&R"
  66.         group: penCombo
  67.       Item nxor text: "&Nxor"
  68.         group: penCombo
  69.     End
  70.   Line
  71.   Item opaque text: "&Opaque"
  72.     group: penTrans
  73.   Item transparent text: "&Transparent" style: (checked)
  74.     group: penTrans
  75. End
  76.  
  77.