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

  1. Menu drawMenu
  2.   Popup file text: "&File"
  3.     Item new text:  "&New"
  4.       help: "Start a new drawing"
  5.     Item open text: "&Open..."
  6.       help: "Open an ObjectGraphics file"
  7.     Line
  8.     Item save text: "&Save"
  9.       help: "Save current drawing"
  10.       group: picExists
  11.     Item saveAs text: "S&ave as..."
  12.       help: "Save current drawing"
  13.       group: picExists
  14.     Line
  15.     Item setBitmapFilename text: "Set Win 3 &Bitmap filename..."
  16.       help: "Specify a bitmap file for placement with the cropper tool"
  17.     Item setIconID text: "Set I&con resource ID..."
  18.       help: "Specify an icon for placement with the icon tool"
  19.     Item importOGX1File text: "&Import OGX 1.0 File..."
  20.       help: "Import an ObjectGraphics v1.0 file"
  21.     Line
  22.     Item printerSetup text: "Printer Set&up..."
  23.       help: "Launch the printer setup dialog"
  24.     Item print text: "&Print"
  25.       help: "Print the contents of the display"
  26.       group: picExists
  27.     Line
  28.     Item aboutObjectDraw text: "About Object&Draw..."
  29.       help: "Launch the about box"
  30.   End
  31.   Popup edit text: "&Edit"
  32.     definition: "drawedit"
  33.   End
  34.   Popup tool text:  "&Tool"
  35.     Item chooser text: "&Select"
  36.       help: "Select the Chooser tool"
  37.       group: tools
  38.     Line
  39.     Item line text: "&Line" style: (checked)
  40.       help: "Select the Line tool"
  41.       group: tools
  42.     Item rectangle text: "&Rectangle"
  43.       help: "Select the Rectangle tool"
  44.       group: tools
  45.     Item roundRectangle text: "Ro&und Rect"
  46.       help: "Select the RoundRect tool"
  47.       group: tools
  48.     Item ellipse text: "&Ellipse"
  49.       help: "Select the Ellipse tool"
  50.       group: tools
  51.     Item polygon text: "&Polygon"
  52.       help: "Select the Polygon tool"
  53.       group: tools
  54.     Item polyline text: "Pol&yLine"
  55.       help: "Select the PolyLine tool"
  56.       group: tools
  57.     Item curve text: "&Curve"
  58.       help: "Select the Bezier tool"
  59.       group: tools
  60.     Item icon text: "&Icon"
  61.       help: "Select the Icon tool"
  62.       group: tools
  63.     Item cropper text: "&Bitmap"
  64.       help: "Select the Bitmap/Cropper tool"
  65.       group: tools
  66.     Item text text: "&Text"
  67.       help: "Select the Label tool"
  68.       group: tools
  69.   End
  70.   Popup view text: "&View"
  71.     Item actualSize text: "&Actual Size" style: (checked)
  72.       help: "Set display for actual size"
  73.       group: view
  74.     Item fitInWindow text: "Fit in &Window"
  75.       help: "Display entire page"
  76.       group: view
  77.     Item zoom text: "&Zoom"
  78.       help: "Select zoom tool"
  79.       group: view
  80.     Line
  81.     Item dimensions text: "&Dimensions..."
  82.       help: "Set GraphSpace dimensions"
  83.     Item grids text: "&Grids..."
  84.       help: "Set grid size"
  85.     Popup wColor text: "Window &Color"
  86.       Item windowRGBColor text: "&RGB Color..."
  87.       Item windowSystemColor text: "&System Color..."
  88.     End
  89.     Line
  90.     Item showRulers text: "Show &Rulers" style: (checked)
  91.       help: "Display or hide the rulers"
  92.     Item showGrid text: "Show Gr&id"
  93.       help: "Display or hide the current grid"
  94.     Item showHelpline text: "Show Help&Line" style: (checked)
  95.       help: "Display or hide the help line"
  96.     Line
  97.     Item redraw text: "R&edraw"
  98.       help: "Redraw the display window"
  99.   End
  100.   Popup arrange text: "&Arrange"
  101.     Item bringToFront text: "Bring to &Front" style: (grayed)
  102.       help: "Bring selected graphic(s) to front (top) of display list"
  103.       group: selMade
  104.     Item sendToBack text: "Send to &Back" style: (grayed)
  105.       help: "Send selected graphic(s) to back (bottom) of display list"
  106.       group: selMade
  107.     Line
  108.     Item group text: "&Group" style: (grayed)
  109.       help: "Group selected graphic(s) into a picture"
  110.       group: selMade
  111.     Item ungroup text: "&Ungroup" style: (grayed)
  112.       help: "Ungroup selected graphic(s) into components"
  113.     Line
  114.     Item alignToGrid text: "&Align to Grid" style: (grayed)
  115.       help: "Align selected graphic(s) to nearest grid point"
  116.       group: selMade
  117.   End
  118.   Popup pen text: "&Pen"
  119.     definition: "drawpen"
  120.   End
  121.   Popup brush text: "&Brush"
  122.     definition: "drawbrus"
  123.   End
  124.   Popup textPen text: "Te&xtPen"
  125.     definition: "drawtpen"
  126.   End
  127.   Popup helpMen text: "&Help"
  128.     definition: "helpmenu"
  129.   End
  130. End
  131.  
  132.