home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / VISBUILD / DOODLE / DAREA.RCV < prev    next >
Text File  |  1995-05-05  |  1KB  |  22 lines

  1. #include "darea.h"
  2.  
  3. STRINGTABLE
  4.   BEGIN
  5.     POINTER_MOVE+LONG_OFFSET,     "Move an object using mouse button 1 or 2."
  6.     POINTER_STYLECAN+LONG_OFFSET, "Press button 1 to apply the current style to an object."
  7.     POINTER_ERASER+LONG_OFFSET,   "Press button 1 to remove the object under the eraser."
  8.     POINTER_RECTANGLE+LONG_OFFSET,"Press button 1, drag and release to create a rectangle."
  9.     POINTER_ELLIPSE+LONG_OFFSET,  "Press button 1, drag and release to create an ellipse."
  10.     POINTER_POLYGON+LONG_OFFSET,  "Click button 1 to set each point.  Double-click button 1 when done."
  11.     POINTER_LINE+LONG_OFFSET,     "Press button 1, drag and release to create a line."
  12.     POINTER_POLYLINE+LONG_OFFSET, "Click button 1 to set each point.  Double-click button 1 when done."
  13.     POINTER_FREEHAND+LONG_OFFSET, "Hold button 1 while drawing.  Release button when done."
  14.  
  15.     POINTER_ARC+LONG_OFFSET,      "Click button 1 at beginning, click button 1 at 2nd point, drag and release for sweep."
  16.     POINTER_PIE+LONG_OFFSET,      "Click button 1 at center, click button 1 at radius, drag and release for pie size."
  17.     POINTER_CHORD+LONG_OFFSET,    "Click button 1 at center, click button 1 at radius, drag and release for chord size."
  18.     POINTER_TEXT+LONG_OFFSET,     "Click button 1 where you want to display text."
  19.     POINTER_BITMAP+LONG_OFFSET,   "Click button 1 where you want the lower left corner of the bitmap."
  20.     FLYOVERTEXT_BLANK+LONG_OFFSET,""
  21.   END
  22.