home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / vcadd / menu / rpolycen.pop < prev    next >
Text File  |  1996-02-14  |  668b  |  40 lines

  1. POPUP "&Number of Sides"
  2.     "  3", 6106
  3.     "  4", 6107
  4.     "  5", 6108
  5.     "  6", 6109
  6.     "  7", 6110
  7.     "  8", 6111
  8.     "  9", 6112
  9.     " 10", 6113
  10.     " 11", 6114
  11.     " 12", 6115
  12.     "&More...", RPolyNSides
  13. POPUPEND
  14. RPolyIn
  15. SEPARATOR
  16. POPUP "&Zooms"
  17.     "&All", ZmAll
  18.     "&Window", ZmArea
  19.     "&In", ZmIn
  20.     "&Out", ZmOut
  21.     "&Pan", ZmPan
  22.     "&Selected", ZmSel
  23.     "Previo&us", ZmPrev
  24.     "&Redraw", Regen
  25. POPUPEND
  26. POPUP "&Snaps"
  27.     "&Object", SnObject
  28.     "&Midpoint", SnMidPt
  29.     "&Intersection", SnIntersect
  30.     "Perpendic&ular", SnPerp
  31.     "&Tangent", SnTangent
  32.     "&Closest", SnClosestPt
  33.     "&Percentage", SnPercent
  34.     "Ce&nter", SnCenter
  35.     "&Quadrant", SnQuad
  36.     "Paralle&l", SnPara
  37. POPUPEND
  38.  
  39.  
  40.