home *** CD-ROM | disk | FTP | other *** search
- // choice menu
- // the # before a command name indicates a transparent command that will not
- // terminate other commands
- // func posn Bitmapname Macro function name(lbut, rbut)
- POPUPMENU 0 "Pan" {#pan;} {#pan;} {Pan across screen;}
- POPUPMENU 1 "Redraw" {#refresh;} {#redraw;} {Left: Refresh screen at current scale Right:Redraw entire drawing;}
- POPUPMENU 2 "SplitWin" {#splitwin;} {#joinwin;} {Left: Split window. Right: Join windows;}
- POPUPMENU 3 "Zoom" {#zoom;} {#zoom "A";} {Left: Zoom menu. Right: Zoom all;}
-
- POPUPMENU 5 "SetSquare" {#cursorhold;} {#lockang "L";} {Left: Toggle cursor hold. Right: Lock cursor to a line;}
-
-
- POPUPMENU 6 "a_up" {#a_up;} {#a_up;} {Move up;}
- POPUPMENU 7 "demag" {#demag;} {#demag;} {Demagnify;}
-
- POPUPMENU 8 "LongPan" {#longpan;} {#longpan;} {Long pan across windows;}
- POPUPMENU 9 "a_left" {#a_left;} {#a_left;} {Move left;}
- POPUPMENU 10 "magnify" {#magnify;} {#chmag;} {Left: Magnify. Right: Change magnification factor;}
- POPUPMENU 11 "a_right" {#a_right;} {#a_right;} {Move right;}
- POPUPMENU 12 "polar" {#polar;} {#curtocoord;} {Left: Polar move. Right: Move to coordinates;}
-
- POPUPMENU 14 "a_down" {#a_down;} {#a_down;} {Move down;}
- POPUPMENU 15 "done" {#done;} {#done;} {Done (Quit current operation);}
-
- // menus down side of screen
- ICONMENU 0 "select" {selectnormal;} {selectdef;} {Left: Select single entity. Right: Select multiple and use filters.;}
- ICONMENU 1 "node" {selectnodes;} {clearsel;} {Left: Select Object Nodes. Right: Clear selection;}
- ICONMENU 2 "ptptline" {ptline;} {#linetype;} {Left: Draw individual point to point lines. Right: Change line defaults.;}
- ICONMENU 3 "line" {line;} {#linetype;} {Left: Draw lines. Right: Change line defaults.;}
- ICONMENU 4 "circle" {cir;} {cirdia;} {Left: Circle by two points. Right: Up to 5 concentric circles by diameter.;}
- ICONMENU 5 "rectang" {rect;} {exec "polygon";} {Left: Draw a rectangle. Right: Draw a polygon;}
- ICONMENU 6 "text" {text;} {#textdef;} {Left: Draw text. Right: Set text defaults.;}
- ICONMENU 7 "align" {align;} {setalign;} {Left: Align Selected. Right: Set alignment defaults;}
- ICONMENU 8 "parll" {parlline;} {parll1;} {Left: Draw multiple parallel lines. Right: Draw single parallel line.;}
- ICONMENU 9 "stretch" {stretch "Y";} {stretch "N";} {Left: Stretch all. Right: Stretch Selected;}
- ICONMENU 10 "SetSquare" {#cursorhold;} {#lockang "L";} {Left: Toggle cursor hold. Right: Lock angle to a line.;}
- ICONMENU 11 "trim" {trim 2 ! 0;} {trim 1 ! 0;} {Left: Trim 2 lines/arcs. Right: Trim one line onto another;}
- ICONMENU 12 "fromfile" {load;} {loadgeom;} {Left: Load a drawing. Right: Load a geometry file.;}
- ICONMENU 13 "tofile" {save;} {storegeom;} {Left: Save this drawing. Right: Save geometry from this drawing.;}
- ICONMENU 14 "Zoom" {#zoom;} {#zoom "A";} {Left: Zoom menu. Right: Zoom all.;}
- ICONMENU 15 "Redraw" {#refresh;} {#redraw;} {Left: Refresh screen at current scale. Right: Redraw entire drawing.;}
- ICONMENU 16 "eraser" {delselect;} {delselect;} {Delete selected.;}
- ICONMENU 17 "undo" {#undo;} {#redo;} {Left: Undo last operation. Right: Redo.;}
- ICONMENU 20 "FreeHand" {#curmode "F";} {#togglebigcursor;} {Left: Change snap mode to Freehand. Right: Big cursor;}
- ICONMENU 21 "Graball" {#curmode "A";} {#curmode "A";} {Change snap mode to Graball.;}
- ICONMENU 22 "Jump" {#curmode "J";} {#curmode "J";} {Change snap mode to nearest Point.;}
- ICONMENU 23 "Nearline" {#curmode "N";} {#curmode "N";} {Change snap mode to nearest Element.;}
-
- // main top bar menu
- MAINMENU
- BEGIN
- POPUP "&File"
- BEGIN
- MENUITEM "&New" {delall;} {Clear drawing memory;}
- MENUITEM "&Open...\tCtrl+F12" {load;} {Load a drawing from disk;}
- POPUP "&Load" {dummy;} {more load stuff;}
- BEGIN
- MENUITEM "L&oad Layers..." {loadlay;} {Load only specified layers;}
- MENUITEM "Load &Geom..." {loadgeom;} {Load geometry from a geometry file;}
- MENUITEM "Load &Bitmap..." {loadbitmap;} {Load a .BMP file;}
- END
- MENUITEM SEPARATOR
- MENUITEM "&Save...\tShift+F12" {save;} {Save this drawing;}
- MENUITEM "Save &As...\tF12" {store;} {Save drawing under a new name;}
- POPUP "Sa&ve Options" {dummy;} {Extended save commands;}
- BEGIN
- MENUITEM "&Save Settings..." {autosavedlg;} {Set parameters for Saving Drawings;}
- MENUITEM "&Edit Description..." {descrip;} {Edit drawing description;}
- MENUITEM "Save Sele&cted..." {storews;} {Save only selected portion of a drawing;}
- MENUITEM "Save La&yer..." {storelay;} {Save just specified layers;}
- MENUITEM "Save &Visible..." {storevis;} {Save just visible layers;}
- MENUITEM "Save &Geometry..." {storegeom;} {Save geometry to a file;}
- END
- MENUITEM SEPARATOR
- MENUITEM "Load S&ymbol file" {newsymfl;} {Load any drawing as a symbol file;}
- POPUP "&Import / Export"
- BEGIN
- MENUITEM "Import &HPGL" {importexp "H";} {Import an HPGL file.;}
- MENUITEM "Import &DXF" {importexp "D";} {Import a DXF file.;}
- MENUITEM "Import &ASCII" {importexp "A";} {Import an ASCII file.;}
- MENUITEM SEPARATOR
- MENUITEM "E&xport DXF" {importexp "X";} {Export a DXF file;}
- MENUITEM "Export &Macro" {importexp "M";} {Export entire drawing as a set of macros;}
- MENUITEM "Export T&ext" {importexp "T";} {Export text in drawing to an ASCII file;}
- END
- MENUITEM SEPARATOR
- MENUITEM "&Print...\tCtrl+Shift+F12" {hardcopy;} {Print or plot the drawing;}
- MENUITEM "&Zoom Print..." {zoomplot;} {Print or plot a section of the drawing;}
- MENUITEM "P&rint Setup..." {printsetup;} {Setup printer;}
- MENUITEM SEPARATOR
- MENUITEM "&Exec Macro" {exec ;} {Execute a macro file;}
- MENUITEM SEPARATOR
- MENUITEM "E&xit\tAlt+F4" {quit;} {Quit TrueCAD ;}
- END
- POPUP "&Edit"
- BEGIN
- MENUITEM "&Undo\tCtrl+Z" {Undo;} {Undo last operation;}
- MENUITEM "&Redo" {Redo;} {Redo last undo;}
- MENUITEM SEPARATOR
- MENUITEM "Cu&t\tCtrl+X" {Cut;} {Cut selected to clipboard;}
- MENUITEM "&Copy\tCtrl+C" {Copy;} {Copy selected to clipboard;}
- MENUITEM "&Paste\tCtrl+V" {paste;} {Paste from clipboard;}
- MENUITEM "&Delete\tDel" {delselect;} {Delete selected;}
- MENUITEM SEPARATOR
- MENUITEM "&Select" {select;} {Select single objects;}
- MENUITEM "Select by Pol&ygon" {selectpoly;} {Select by polygon;}
- MENUITEM "Selection &Filters..." {selectdef;} {Set filters for selection;}
- MENUITEM "C&lear Selection" {clearsel;} {Clear selection set;}
- MENUITEM SEPARATOR
- MENUITEM "Select &Normal" {selectnormal;} {Normal selection mode;}
- MENUITEM "Select No&des" {selectnodes;} {Select and drag nodes (end points);}
- END
- POPUP "&View"
- BEGIN
- MENUITEM "Zoom &Window" {#zoom "W";} {Zoom window;}
- MENUITEM "Zoom L&ast" {#zoom "L";} {Return to last zoom;}
- MENUITEM "Zoom &Next" {#zoom "N";} {Forward in sequence of remembered Zooms;}
- MENUITEM "&Zoom All\tZ" {#zoom "A";} {Zoom everything drawn;}
- MENUITEM "Zoom Paper &Size\tS" {#redraw;} {Zoom to extents of currently selected paper;}
- MENUITEM "Zoom S&caled" {#zoom "S";} {Zoom to a specific scale;}
- MENUITEM "Zoom S&elected" {#zoom "E";} {Zoom to a selection set;}
- POPUP "Zoom &View"
- BEGIN
- MENUITEM "&0" {#zoom "V" "0";} {Zoom to View 0;}
- MENUITEM "&1" {#zoom "V" "1";} {Zoom to View 1;}
- MENUITEM "&2" {#zoom "V" "2";} {Zoom to View 2;}
- MENUITEM "&3" {#zoom "V" "3";} {Zoom to View 3;}
- MENUITEM "&4" {#zoom "V" "4";} {Zoom to View 4;}
- MENUITEM "&5" {#zoom "V" "5";} {Zoom to View 5;}
- MENUITEM "&6" {#zoom "V" "6";} {Zoom to View 6;}
- MENUITEM "&7" {#zoom "V" "7";} {Zoom to View 7;}
- MENUITEM "&8" {#zoom "V" "8";} {Zoom to View 8;}
- MENUITEM "&9" {#zoom "V" "9";} {Zoom to View 9;}
- END
- POPUP "&Define Zoom View"
- BEGIN
- MENUITEM "&0" {#zoom "D" "0";} {Define Zoom View 0;}
- MENUITEM "&1" {#zoom "D" "1";} {Define Zoom View 1;}
- MENUITEM "&2" {#zoom "D" "2";} {Define Zoom View 2;}
- MENUITEM "&3" {#zoom "D" "3";} {Define Zoom View 3;}
- MENUITEM "&4" {#zoom "D" "4";} {Define Zoom View 4;}
- MENUITEM "&5" {#zoom "D" "5";} {Define Zoom View 5;}
- MENUITEM "&6" {#zoom "D" "6";} {Define Zoom View 6;}
- MENUITEM "&7" {#zoom "D" "7";} {Define Zoom View 7;}
- MENUITEM "&8" {#zoom "D" "8";} {Define Zoom View 8;}
- MENUITEM "&9" {#zoom "D" "9";} {Define Zoom View 9;}
- END
- MENUITEM SEPARATOR
- MENUITEM "&Magnify\tM" {#magnify;} {Zoom in at cursor location;}
- MENUITEM "&Demagnify\tD" {#demag;} {Zoom out at cursor location;}
- MENUITEM "&Pan\tP" {#pan;} {Pan cursor to center of screen;}
- MENUITEM "&Long Pan\tL" {#longpan;} {Pan with pan box;}
- MENUITEM "&Redraw\tR" {#refresh;} {Refresh screen at current scale;}
- MENUITEM SEPARATOR
- MENUITEM "Spli&t Window\t[" {#splitwin;} {Split drawing window;}
- MENUITEM "&Join Window\t]" {#joinwin;} {Join two windows;}
- END
- POPUP "&Draw"
- BEGIN
- MENUITEM "&Line (Chained)" {line;} {Draw joined lines;}
- MENUITEM "Lines (&Pt to Pt)" {ptline;} {Draw a line, lift the pen, draw another line;}
- MENUITEM "P&oint" {point;} {Draw a point;}
- MENUITEM "Rec&tangle" {rect;} {Draw a rectangle;}
- MENUITEM "&Arc 3 Point" {arc;} {Draw an arc by three points;}
- MENUITEM "Arc &Radius" {arcr;} {Draw an arc by beginning and end points and radius;}
- MENUITEM "&Circle" {cir;} {Draw a circle by center point and point on diameter;}
- MENUITEM "Circle &Diameter" {cirdia;} {Draw up to 5 concentric circles by diameter;}
- MENUITEM "L&ine Arc Line" {bentline;} {Draw line-arc-line with variable arc radii;}
- MENUITEM SEPARATOR
- MENUITEM "Parallel Li&ne" {parlline;} {Draw multiple parallel lines from the selected line;}
- MENUITEM "&1 Parallel Element" {parll1;} {Draw a single line or arc parallel to an existing element;}
- MENUITEM SEPARATOR
- POPUP "&Geometry Trace-Over"
- BEGIN
- MENUITEM "Fill &Geom" {fillgeom;} {Draw entities by tracing over geometry lines and circles;}
- MENUITEM "&Fill Geom Cir" {fillgcir;} {Draw a circle by tracing over a geometry circle;}
- MENUITEM "F&ill Geom Arc" {fillgarc;} {Draw an arc by tracing over a portion of a geometry circle. ;}
- END
- POPUP "&Ellipses"
- BEGIN
- MENUITEM "Ellip&se" {ell;} {Draw an ellipse by centre point, aspect ratio and angle;}
- MENUITEM "Par&t Ellipse" {ellbit;} {Draw a full ellipse, then cut out part of it;}
- END
- POPUP "&Splines"
- BEGIN
- MENUITEM "Ci&rcular Spline" {spline;} {Draw a circular spline composed of arcs (and lines);}
- MENUITEM "Cu&bic Spline" {curve;} {Draw a cubic curve between points composed of many line segments;}
- END
- MENUITEM "Polygon" {exec "polygon";} {Draw a polygon;}
- MENUITEM "S&ymbol..." {symbol;} {Insert previously loaded symbols into a drawing;}
- MENUITEM "Sketc&h" {freehand;} {Freehand drawing (sketch) mode;}
- END
-
- POPUP "&Modify"
- BEGIN
- MENUITEM "Str&etch" {stretch;} {Stretch all or part of the selected entities;}
- MENUITEM "&Move" {move;} {Move the selected entities;}
- MENUITEM "Move &Point" {exec ".\macro\movept";} {Move a point;}
- MENUITEM "Mirror Ima&ge" {mirror;} {Create a mirror image of the selected entities;}
- MENUITEM "Sc&ale" {scale;} {Scale the entire selected entities along both axes;}
- MENUITEM "&Repeat" {repeat;} {Create a repeated pattern of the selected entities;}
- MENUITEM "&Drop" {drop;} {Drop one or more copies of the selcted entities;}
- MENUITEM "R&otate" {rotate;} {Rotate the selected entities;}
- MENUITEM "E&xpand" {expand;} {Create an expanded detail of a portion of the drawing;}
- MENUITEM SEPARATOR
- MENUITEM "&Trim" {trim;} {Trim lines or arcs;}
- MENUITEM "&Fillet" {fillet;} {Fillet lines or arcs;}
- MENUITEM "C&hamfer" {chamfer;} {Chamfer lines or arcs;}
- MENUITEM "Di&vide/Extend" {divide;} {Divide or extend a line or arc;}
- MENUITEM "&Join Lines" {joinline;} {Join two lines into one;}
- MENUITEM "Cut and Ru&b" {exec ".\macro\cut&rub";} {Cut a line and delete the segment;}
- MENUITEM "&Snip" {snip;} {Snip out a box or circle;}
- MENUITEM SEPARATOR
- MENUITEM "Move Selected->New la&yer..." {wsnewlay;} {Move the selected entities to a different layer;}
- MENUITEM "&Copy Selected->New layer..." {copytolayer;} {Copy the selected entities to a different layer;}
- MENUITEM SEPARATOR
- POPUP "Adva&nced"
- BEGIN
- MENUITEM "Edit Dimension &Properties" {eddim;} {Edit existing dimension text or properties;}
- MENUITEM "Cut Dimension &Line" {cutdimln;} {Cut existing dimension witness line;}
- MENUITEM "Alter Dimensio&n" {dimalter;} {Alter entity by changing dimension text;}
- MENUITEM "&Update Objects" {renew;} {Update all objects with the same name as the current object;}
- MENUITEM "Data &Item" {editdata;} {Edit existing data item;}
- MENUITEM "Ellipse&2Arcs" {el2arc;} {Convert ellipse into 12 arcs;}
- END
- END
-
- POPUP "&Geometry"
- BEGIN
- MENUITEM "Cr&oss" {gcross;} {Draw a geometry cross;}
- MENUITEM "&Slope Line" {glineslp;} {Draw a slope geometry line through a point at a given angle;}
- MENUITEM "&Pt-Pt Line" {glinepp;} {Draw a point to point geometry line;}
- MENUITEM "Par&allel Line" {glineprl;} {Draw a geometry line parallel to another line;}
- MENUITEM "&Circle" {gcir;} {Draw a geometry circle by center and point on circumference;}
- MENUITEM "Circle &Diameter" {gcirdia;} {Draw a geometry circle by center and diameter;}
- MENUITEM "Circle &Tan LL" {gctanll;} {Draw a geometry circle tangent to two lines;}
- MENUITEM "Circle Tan &LC" {gctanlc;} {Draw a geometry circle tangent to a line and a circle;}
- MENUITEM "Circle Ta&n CC" {gctancc;} {Draw a geometry circle tangent to 2 circles;}
- MENUITEM "Circle Tan &3L" {gctan3l;} {Draw a geometry circle tangent to 3 lines;}
- MENUITEM "Circle Tan LPt&Rad" {gctanlp;} {Draw a geometry circle tangent to a line, with a point on the radius;}
- MENUITEM "Circle Tan CPtRad" {gctancpt;} {Draw a geometry circle tangent to a circle, with a point on the radius;}
- MENUITEM "Circl&e 3 Pt" {gc3point;} {Draw a geometry circle through 3 points;}
- MENUITEM "L&ine Tan C" {glntanc;} {Draw a geometry line tangent to a circle;}
- MENUITEM "Line Tan CC" {glntancc;} {Draw a geometry line tangent to 2 circles;}
- MENUITEM "Perp &Bisector" {glnperpb;} {Draw a perpendicular bisector;}
- MENUITEM SEPARATOR
- MENUITEM "&Make Geometry" {makegeom;} {Copy an existing entity to geometry;}
- MENUITEM SEPARATOR
- MENUITEM "Delete &Geometry El" {delgeoel;} {Delete a Single Geometry Element;}
- MENUITEM "Delete All Geometr&y" {delgeom;} {Delete All Geometry;}
- END
- POPUP "&Annotate"
- BEGIN
- MENUITEM "Add &Text..." {text;} {Add text to the drawing;}
- POPUP "&Edit Text"
- BEGIN
- MENUITEM "&Edit Text" {edtext "E";} {Edit a text object;}
- MENUITEM "&Move Text" {edtext "M";} {Move a text object;}
- MENUITEM "&Scale Text" {edtext "S";} {Scale a text object;}
- MENUITEM "&Change Text Parameters" {edtext "C";} {Change the current text parameters;}
- END
- MENUITEM "&Set Alignment..." {setalign;} {Set up alignment defaults;}
- MENUITEM "Ali&gn" {align;} {Align selected objects;}
- MENUITEM SEPARATOR
- POPUP "&Dimension"
- BEGIN
- MENUITEM "&Horizontal" {hdim;} {Annotate the horizontal dimension of a line;}
- MENUITEM "&Vertical" {vdim;} {Annotate the vertical dimension of a line;}
- MENUITEM "&Slope" {sdim;} {Annotate a line along its slope;}
- MENUITEM "An&gular" {adim;} {Annotate an angle between two lines;}
- MENUITEM "&Radial" {rdim;} {Annotate a circle or arc with radius;}
- MENUITEM "S&urvey" {surveydm;} {Annotate a line with distance and bearing;}`
- END
- MENUITEM SEPARATOR
- MENUITEM "Add &Arrow" {arrow;} {Draw an arrow;}
- MENUITEM "Add &Balloon" {balloon;} {Enter text in a balloon with an arrow;}
- MENUITEM "Add/&Rem Text Bubble" {addrbaln;} {Add or remove a bubble around existing text;}
- POPUP "&Hatch or Solid"
- BEGIN
- MENUITEM "&Enter Hatch or Solid" {hatch;} {Choose a hatch pattern and draw it after choosing a hatch perimeter;}
- MENUITEM "&Alter Existing Hatch" {addhatch;} {Change the hatch pattern for an existing entity;}
- MENUITEM "&Draw All Hatch" {plothat;} {Redraw, showing all hatch patterns;}
- MENUITEM "Draw &Selected Hatch" {plotwhat;} {Redraw, showing hatching for selected entities;}
- MENUITEM "&Hatch -> Lines" {hatchtol;} {Convert a hatch pattern into individual lines;}
- END
- MENUITEM SEPARATOR
- MENUITEM "&Label Coord" {labcoord;} {Create coordinate labels point by point or in a table;}
- END
-
- POPUP "&Tools"
- BEGIN
- POPUP "&Lock Cursor"
- BEGIN
- MENUITEM "&Lock to Line\t^K" {#lockang "L";} {Choose a line to define the cursor lock angle;}
- MENUITEM "&Jump and Lock Line" {#lockang "J";} {Jump to a line, and use it to define the cursor lock angle;}
- MENUITEM "Lock &Geom Line" {#lockang "G";} {Choose a geometry line to define the cursor lock angle;}
- MENUITEM "Lock &Keyboard" {#lockang "K";} {Lock the cursor to an angle entered from the keyboard;}
- MENUITEM "Perpendic&ular\tU" {#yperp;} {Toggle the lock angle by 90 degrees from the current setting;}
- MENUITEM "&120 deg" {#iso120;} {Set the lock angle to 120 degrees for isometric drawing;}
- MENUITEM "&Hold\t+" {#cursorhold;} {Toggle the cursor angle lock state;}
- MENUITEM SEPARATOR
- MENUITEM "&Unlock\t^U" {#lockang "U";} {Unlock the cursor from the current angle lock;}
- END
- POPUP "&Jumps"
- BEGIN
- MENUITEM "Jump to Grab &All Cursor\tA" {#jumpall;} {Jump to the nearest point inside the graball cursor, if any;}
- MENUITEM "Geom &Intersection\tI" {#jumpgeom;} {Jump to the nearest geometry intersection;}
- MENUITEM "Jump &Grid\tG" {#jumpgd;} {Jump to the nearest grid point;}
- MENUITEM "Jump An&y Intersection\tY" {#jumpint;} {Jump to the nearest interesction of any type;}
- MENUITEM "&Jump Point\tJ" {#jumppt;} {Jump to the nearest point of any type;}
- MENUITEM "Jump Circle C&enter\tE" {#jumpcen;} {Jump to the nearest circle or arc center;}
- MENUITEM "Jump &Near Element\tN" {#jumpnear;} {Jump to the nearest element of any type;}
- MENUITEM "Last Fi&xed\tX" {#jumpfixed;} {Jump to the last fixed point, as indicated by the hedgehog;}
- MENUITEM "Mid Poin&t Jump\tT" {#jumpratio .5 "Y";} {Jump to mid point of line;}
- MENUITEM "Ra&tio Jump\t^T" {#jumpratio;} {Jump a fixed ratio between two points or along a line;}
- MENUITEM "Move to &Coordinates\tC" {#curtocoord;} {Move to a given coordinate value;}
- MENUITEM "P&olar Move\tO" {#polar;} {Move a given angle and distance;}
- END
- MENUITEM SEPARATOR
- MENUITEM "Show &Nodes" {shownode;} {Temporarily display all nodes in the drawing;}
- MENUITEM "&Dump Data..." {dumpdata;} {Dump out the drawing into an ASCII debug file;}
- MENUITEM SEPARATOR
- MENUITEM "&Grid..." {#griddef;} {Change grid parameters;}
- MENUITEM "&Measure" {#querydist;}{Compute the distance between two points;}
- MENUITEM "P&olygon Area" {qryarea;} {Compute the area and perimeter of a polygon;}
- MENUITEM SEPARATOR
- MENUITEM "Add Data &Item" {data;} {Add a data item to the drawing;}
- MENUITEM "&Query Entity" {queryel;} {Query an entity for all of its properties;}
- END
-
- POPUP "&Objects"
- BEGIN
- MENUITEM "&Begin New Object" {startpat;} {Place all following entities into a new object;}
- MENUITEM "S&how Objects" {allpats;} {Show all objects, one at a time;}
- MENUITEM "&Group into Object" {linksel;} {Group all selected entities into an object;}
- MENUITEM "E&xplode Object" {explode;} {Explode grouped objects;}
- MENUITEM SEPARATOR
- MENUITEM "&Make Symbol" {makesym;} {Group entities together to make a symbol;}
- MENUITEM SEPARATOR
- POPUP "&Edit Object"
- BEGIN
- MENUITEM "Change &Name" {renampat;} {Change the name of an object;}
- MENUITEM "Change &Parent" {parent;} {Change the parent (owner) of an object;}
- MENUITEM "Change &Hook Point" {chpthook;} {Change the insertion point of an object;}
- END
- MENUITEM SEPARATOR
- MENUITEM "Select C&urrent Object" {newcurp "!";} {Select an object and make it the current one;}
- MENUITEM "Bl&ink Current Object" {blnkcurp;} {Highlight the current object to help locate it;}
- END
- POPUP "&Settings"
- BEGIN
- MENUITEM "&Drawing Settings..." {drawdef;} {Set drawing defaults such as scale, coordinate system, and paper size;}
- MENUITEM "&View Settings..." {#viewdef;} {Set viewing defaults such as background color and annotation settings;}
- MENUITEM "Re-Center P&aper" {centerpaper;} {Recenter the sheet of paper on the drawing;}
- MENUITEM "&Snap Mode..." {#snapdlg;} {Set the current cursor snap mode;}
- MENUITEM "&Change Magnify Factor" {#chmag;} {Change the default Magnify Factor;}
- MENUITEM SEPARATOR
- MENUITEM "&Line Defaults..." {#linetype;} {Change the line defaults;}
- MENUITEM "&Parallel Defaults..." {parlldef;} {Set defaults for multiple parallel lines;}
- MENUITEM "&New Geometry Color..." {geompen;} {Change the geometry color;}
- MENUITEM SEPARATOR
- MENUITEM "S&et Text Defaults..." {#textdef;} {Set the default text parameters, such as size, font, and color;}
- MENUITEM "Set D&im Defaults..." {dimdef;} {Set the default dimension parameters, such as color, font, and arrow style;}
- MENUITEM "Set Arro&w Defaults..." {arrowdef;} {Set the arrow default parameters;}
- MENUITEM "Set Ball&oon Defaults..." {fitballn;} {Set the balloon default parameters;}
- MENUITEM SEPARATOR
- MENUITEM "Set Current Laye&r..." {newlayer;} {Choose which exisitng layer will be the current layer;}
- MENUITEM "Set &Visible Layers..." {showlayer;} {Choose which layers are visible;}
- MENUITEM "La&yer Control..." {editlay;} {Create, scale, and set layers as current and visible;}
- END
-
- POPUP "&Help"
- BEGIN
- MENUITEM "&Contents" {helpindex;}
- MENUITEM "&Search for Help On..." {helpsearch;}
- MENUITEM "&How to Use Help" {helphelp;}
- MENUITEM SEPARATOR
- MENUITEM "&About ..." {about;}
- END
- END
-
-
-
- ACCELERATORS
- BEGIN
- VK_SLASH {#toresponse;}
- "0" {#zoom "V" "0";}
- "1" {#zoom "V" "1";}
- "2" {#zoom "V" "2";}
- "3" {#zoom "V" "3";}
- "4" {#zoom "V" "4";}
- "5" {#zoom "V" "5";}
- "6" {#zoom "V" "6";}
- "7" {#zoom "V" "7";}
- "8" {#zoom "V" "8";}
- "9" {#zoom "V" "9";}
- "A" {#jumpall;}
- "C" {#curtocoord;}
- "D" {#demag;}
- "E" {#jumpcen;}
- "G" {#jumpgd;}
- "H" {#home;}
- "I" {#jumpgeom;}
- "J" {#jumppt;}
- "K" {#takelpen;}
- "L" {#longpan;}
- "M" {#magnify;}
- "N" {#jumpnear;}
- "O" {#polar;}
- "P" {#pan;}
- "R" {#refresh;}
- "S" {#redraw;}
- "T" {#jumpratio .5 "Y";}
- "^T" {#jumpratio;}
- "U" {#yperp;}
- "X" {#jumpfixed;}
- "Y" {#jumpint;}
- "Z" {#zoom "A";}
- "5" {#home;}
- "A" {#curmode "A";} SHIFT
- "E" {#curmode "E";} SHIFT
- "F" {#curmode "F";} SHIFT
- "G" {#curmode "G";} SHIFT
- "I" {#curmode "I";} SHIFT
- "J" {#curmode "J";} SHIFT
- "N" {#curmode "N";} SHIFT
- "Y" {#curmode "Z";} SHIFT
- "^Z" {#undo;}
- "^L" {line;}
- "^K" {#lockang "L";}
- "^U" {#lockang "U";}
- VK_MULTIPLY {#zoom "L";}
- VK_DIVIDE {#zoom "N";}
- VK_SEMICOLON {#longpan;}
- VK_PERIOD {#iso120;}
- VK_OPENBRC {#splitwin;}
- VK_CLOSEBRC {#joinwin;}
- VK_END {#spnlinearc;} CONTROL
- VK_ADD {#cursorhold;}
- VK_RIGHT {#a_right;}
- VK_UP {#a_up;}
- VK_DOWN {#a_down;}
- VK_LEFT {#a_left;}
- VK_PRIOR {#a_upright;}
- VK_NEXT {#a_downright;}
- VK_HOME {#a_upleft;}
- VK_END {#a_downleft;}
- VK_RIGHT {#a_rightnoask;} SHIFT
- VK_UP {#a_upnoask;} SHIFT
- VK_DOWN {#a_downnoask;} SHIFT
- VK_LEFT {#a_leftnoask;} SHIFT
- VK_PRIOR {#a_uprightnoask;} SHIFT
- VK_NEXT {#a_downrightnoask;} SHIFT
- VK_HOME {#a_upleftnoask;} SHIFT
- VK_SPACE {#abort_repeat;}
- VK_ESCAPE {escape;}
- VK_END {#a_downleftnoask;} SHIFT
- VK_RIGHT {#align "R";} CONTROL
- VK_UP {#align "T";} CONTROL
- VK_DOWN {#align "B";} CONTROL
- VK_LEFT {#align "L";} CONTROL
- VK_DELETE {delselect;}
- VK_RETURN {#enterpt;}
- VK_INSERT {copy;} CONTROL
- "^C" {copy;}
- VK_INSERT {paste;} SHIFT
- "^V" {paste;}
- VK_BACK {undo;} ALT
- "^X" {cut;}
- VK_DELETE {cut;} SHIFT
- VK_F1 {helpindex;}
- VK_F12 {hardcopy;} CONTROL SHIFT
- VK_F12 {load;} CONTROL
- VK_F12 {save;} SHIFT
- VK_F12 {store;}
- VK_TAB {#tabfocustopowerbar;}
- END
-