home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / vcadd / menu / custom.mnu < prev    next >
Text File  |  1996-02-14  |  7KB  |  326 lines

  1. POPUP "&File"
  2.     "&New\aCtrl+N", FileNew
  3.     "&Open...\aCtrl+O", FileOpen
  4.     "&Close", FileClose
  5.     SEPARATOR
  6.     "&Merge...", FileMerge
  7.     SEPARATOR
  8.     "&Save\aCtrl+S", FileSave
  9.     "Save &As...", FileSaveAs
  10.     SEPARATOR
  11.      WIZPROP
  12.     SEPARATOR
  13.     "&Print...\aCtrl+P", FilePrint
  14.     "P&rint Setup...", PrintSetup
  15.     "P&lot...", FilePlot
  16.     SEPARATOR
  17.     "Load St&yle...", LoadStyle
  18.     "Save S&tyle...", SaveStyle
  19.     SEPARATOR
  20.     "&Load Menu...", LoadMenu
  21.     "R&un...", FileRun
  22.     SEPARATOR
  23.     "Send...", FileSend
  24.     SEPARATOR
  25.     "E&xit", FileExit
  26.     
  27. POPUPEND
  28.  
  29. POPUP "&Edit"
  30.     "&Undo\aCtrl+Z", Undo
  31.     "&Redo\aCtrl+Y", Redo
  32.     SEPARATOR
  33.     "Cu&t\aCtrl+X", CBCut
  34.     "&Copy\aCtrl+C", CBCopy
  35.     "&Paste\aCtrl+V", CBPaste
  36.     SEPARATOR
  37.     POPUP "&Select"
  38.         "&All", SelAll
  39.         "&Window", SelWin
  40.         "&Crossing", SelCross
  41.         "&Last", SelLast
  42.         "&Object", SelObj
  43.         "Ad&joining", SelAdj
  44.         "La&yer", Sellay
  45.         "&Invert List", SelInvert
  46.         "Cl&ear List", SelClear
  47.     POPUPEND
  48.     "Erase &Last", EraseLast
  49.     "Clear &Drawing", Clear
  50.     SEPARATOR
  51.     "Selection &Filter", Filter
  52.     POPUPEND
  53.  
  54. POPUP "&Draw"
  55.     POPUP "&Line"
  56.          "&Single", LineSingle
  57.          "&Continuous", LineCont
  58.          "&Double", LineDbl
  59.          "&Midline", Midline        
  60.     POPUPEND
  61.     POPUP "&Rectangle"
  62.          "&2-point", Rect2
  63.          "&3-point", Rect3
  64.     POPUPEND
  65.     POPUP "Poly&gons"
  66.          "&Center", RPolyCen
  67.          "&Side", RPolySide
  68.          "I&rregular", IPoly
  69.     POPUPEND
  70.     POPUP "&Circle"
  71.          "&2-point (Center-Radius)", Circle2
  72.          "&3-point", Circle3
  73.          "&Diameter", CircDiam
  74.          "&Ellipse", Ellipse
  75.     POPUPEND
  76.     POPUP "&Arc"
  77.          "&Center-Start-Span", Arc2
  78.          "&3-point", Arc3
  79.          "Elliptical &Start-Span", EllArc
  80.     POPUPEND
  81.     POPUP "Cur&ve"
  82.          "&Single Bezier", BezierSingle
  83.          "&Continuous Bezier", BezierCont
  84.          "S&pline Curve", Curve
  85.     POPUPEND
  86.     "&Point", Point
  87.     SEPARATOR
  88.     POPUP "&Text"
  89.         "&Text Line", Text
  90.         "Text &Editor", TextEditor
  91.         SEPARATOR
  92.         "Text &Change", TEXTCH
  93.     POPUPEND
  94.     SEPARATOR
  95.     POPUP "&Dimension"
  96.         "&Linear", DimLin
  97.         "&Angular", DimAng
  98.         "&Radial", DimRad
  99.         "&Diameter", DimDia
  100.         "&Ordinate", DimOrd
  101.         SEPARATOR
  102.         "L&eader", Leader
  103.         "Da&tum",Datum
  104.         SEPARATOR
  105.         "Dim &Change", DIMCH
  106.     POPUPEND
  107.     SEPARATOR
  108.     POPUP "&Hatch"
  109.          "&Selection", HatchSel
  110.          "&Boundary", HatchBnd
  111.          "See&d", SeedHatch
  112.          SEPARATOR
  113.          "S&ettings", HatchSet
  114.         SEPARATOR
  115.         "Hatch &Change", HATCHCH
  116.     POPUPEND
  117.     POPUP "&Fill"
  118.          "&Selection", FillSel
  119.          "&Boundary", FillBnd
  120.          "See&d", SeedFill
  121.     POPUPEND
  122.     SEPARATOR
  123.     POPUP "&Reference Frame"
  124.         "&Create", RFCreate
  125.         "&Place", RFPlace
  126.         SEPARATOR
  127.         "&Display Boundary", RFDispBnd
  128.         "Display &Transparent", RFTrans
  129.        POPUPEND
  130.     SEPARATOR
  131.     "&Properties",Properties
  132. POPUPEND
  133.  
  134. POPUP "&Symbol"
  135.     "&Place Symbol", SymPlace
  136.     "Create S&ymbol...", SymCreate
  137.     "Symbol &Manager...", SymMgr
  138.     SEPARATOR
  139.     "E&xplode Symbol",SymExplode
  140.     "Symbol &Replace",SymReplace
  141.     "Symbol Remo&ve",SymRemove
  142.     SEPARATOR
  143.     "&Load Symbol...", SymOpen
  144.     "Sav&e Symbol...", SymSave
  145.     "&Symbol Count...", SymCount
  146.     SEPARATOR
  147.     POPUP "&Attributes"
  148.         "&Create Attribute...", AttCreate
  149.         "&Attach Attribute... ", AttAttach
  150.         "&Embed Attribute...", AttEmbed
  151.         "&Load Attribute...", AttOpen
  152.         "&Save Attribute...", AttSave
  153.     POPUPEND
  154. POPUPEND
  155. POPUP "&Modify"
  156.     POPUP "S&hortcut Commands"
  157.         WINERASE
  158.         WINSCALE
  159.         WINCHANGE        
  160.         WinHatch
  161.         WinFill
  162.         WINMOVE
  163.         WINCOPY
  164.         WINROTATE
  165.         SEPARATOR
  166.         OBJERASE
  167.         OBJCHANGE
  168.         OBJCOPY
  169.         OBJMOVE
  170.         SEPARATOR    
  171.         DWGROTATE
  172.         DWGCHANGE
  173.         DWGSCALE
  174.     POPUPEND
  175.     SEPARATOR
  176.     POPUP "&Copy"
  177.         "&Linear Copy", Copy
  178.         "&Radial Copy", RadCopy
  179.         "&Array Copy", ArrayCopy
  180.         "&Multiple Copy", MultiCopy
  181.         "&Copy to Layer", CopyLay
  182.     POPUPEND
  183.     SEPARATOR
  184.     "&Offset", Offset
  185.     "&Erase", Erase
  186.     "Mo&ve", Move
  187.     "Move &Point", MovePt
  188.     "&Stretch", Stretch
  189.     "Sc&ale", Scale
  190.     "&Fit Scale", FitScale
  191.     "&Rotate", Rotate
  192.     "Ali&gn", Align
  193.     "M&irror", Mirror
  194.     "E&xplode", Explode
  195.     "C&hange", Change
  196.     SEPARATOR
  197.     "&Break", Break
  198.     POPUP "Exten&d"
  199.         "&Single", Extend
  200.         "&Multiple", MExtend
  201.     POPUPEND
  202.     POPUP "&Trim"
  203.         "&Single", Trim
  204.         "&Multiple", MTrim
  205.         "&Intersectio&n", IntTrim
  206.     POPUPEND
  207.     "Fi&llet", Fillet
  208.     "Cha&mfer", Chamfer
  209.     SEPARATOR
  210.     "&Boolean", 2262
  211.     
  212.     
  213. POPUPEND
  214.  
  215. POPUP "S&naps"
  216.     "&Object", SnObject
  217.     "&Midpoint", SnMidPt
  218.     "&Intersection", SnIntersect
  219.     "Perpendic&ular", SnPerp
  220.     "&Tangent", SnTangent
  221.     "Paralle&l", SnPara
  222.     "&Closest", SnClosestPt
  223.     "&Percentage", SnPercent
  224.     "Ce&nter", SnCenter
  225.     "&Quadrant", SnQuad
  226.     SEPARATOR          
  227.     "O&rtho Mode", OrthoMode
  228.     "Ortho &Angle...", OrthoSet
  229.     "Cursor Fre&e", CursorFree
  230.     "Incr &Snap", IncSnap
  231.     SEPARATOR
  232.     "Trac&k", Track
  233.     "Trac&k End", Track
  234.     SEPARATOR
  235.     POPUP "Manual Entr&y"
  236.         "&Absolute", Absolute
  237.         "&Relative", Relative
  238.         "&Basepoint", Basepoint
  239.          SEPARATOR
  240.          "&Set Basepoint", SetBasePt
  241.     POPUPEND
  242.     POPUP "&Grid"
  243.          "&Grid Display", GridDisp
  244.          "&Snap Grid", SnapGrid
  245.          "Grid Si&ze", GridSize
  246.          "Grid &Origin", GridOrg
  247.     POPUPEND
  248. POPUPEND
  249.  
  250. POPUP "&Zooms"
  251.     "&Redraw", Regen
  252.     "Re&draw Window", RegenArea
  253.     "&Backward Redraw", BackRD
  254.     SEPARATOR
  255.     "&All", ZmAll
  256.     "&Window", ZmArea
  257.     "&In", ZmIn
  258.     "&Out", ZmOut
  259.     "&Pan", ZmPan
  260.     "&Selected", ZmSel
  261.     "Previo&us", ZmPrev
  262.     "&Value...", ZmValue
  263.     SEPARATOR
  264.     "&Zoom View...", ZmView
  265.     "&Name View...", NameView
  266.     SEPARATOR
  267.     Popup "&Multiple Views"
  268.         "&New View", NewView
  269.         "&Zoom All Views", ZmAllView
  270.         "&Redraw All Views", RegenAllView
  271.     PopupEnd
  272.     SEPARATOR
  273.     "&Birds Eye View",BirdsEye
  274. POPUPEND
  275.  
  276. POPUP "&Utilities"
  277.     "Se&ttings...", TabOptions
  278.     "&Import/Export...", TabImpExp
  279.     SEPARATOR
  280.     POPUP "&Measure "
  281.         "Measure &Distance && Angles", MeasDist
  282.         "Measure &Area", MeasArea
  283.     POPUPEND
  284.     SEPARATOR
  285.     "La&yer Manager...", LayMgr
  286.     "Te&xt Editor...", TextEditor
  287.     SEPARATOR
  288.     "Match &Entity", MatchEnt
  289.     "Match Too&l", MatchTool
  290.     SEPARATOR
  291.     POPUP "&Tools"
  292.         "&Pack Data...", PackData
  293.         "Assign S&cript...", ScriptAssign
  294.         "&Object Info...", ObjInfo
  295.         "&Font Converter...", FontConv
  296.     POPUPEND
  297.     SEPARATOR
  298.       "Toolbars...", 2570
  299.     SEPARATOR
  300.     POPUP "&Digitizer"
  301.         "&Tablet Mode", DigMode
  302.         "&Align Drawing", DigAlign
  303.         "&Dig Scale...", DigScale
  304.     POPUPEND
  305. POPUPEND
  306.  
  307. POPUP "&Window"
  308.   MENUITEM "Tile &Vertical", WinVert
  309.   MENUITEM "Tile &Horizontal", WinHoriz
  310.   MENUITEM "&Cascade", WinCascade
  311.   MENUITEM "&Arrange Icons", WinArrange
  312.     SEPARATOR
  313.     "&Close All Windows", CloseAll
  314. POPUPEND
  315.  
  316. POPUP "&Help"
  317.     Corel Visual CADD 2.0 &Help...", HelpIndex
  318.     SEPARATOR
  319.     "&Text Wizard", WIZTEXT
  320.     "&Dimension Wizard", WIZDIM
  321.     "Drawing &Wizard", WIZDRAW
  322.     SEPARATOR
  323.     MENUITEM "&About Corel Visual CADD 2.0", HelpAbout
  324. POPUPEND
  325.  
  326.