home *** CD-ROM | disk | FTP | other *** search
/ Total C++ 2 / TOTALCTWO.iso / vfp5.0 / vfp / samples / solution / forms / graphics / foxdraw.h < prev    next >
Encoding:
Text File  |  1996-08-21  |  2.5 KB  |  64 lines

  1. * FOXDRAW.H
  2.  
  3. * Toolbar Object captions and tooltips
  4. #DEFINE WLOAD_LOC "Loading FoxDraw..."
  5. #DEFINE WUNLOAD_LOC "Unloading FoxDraw..."
  6. #DEFINE LBL1CAP_LOC "Form Drawing Is:"
  7. #DEFINE CMDDRAWCAP1_LOC "Inactive"
  8. #DEFINE CMDDRAWCAP2_LOC "Active"
  9. #DEFINE CMDDRAWTIP_LOC "Click to toggle Form Drawing on/off.."
  10. #DEFINE LBL2CAP_LOC "Mode Is:"
  11. #DEFINE CMDDRAWMODECAP1_LOC "Lines"
  12. #DEFINE CMDDRAWMODECAP2_LOC "Rays"
  13. #DEFINE CMDDRAWMODETIP_LOC "Click to toggle between Rays and Lines.."
  14. #DEFINE LBL3CAP_LOC "Pen Width:"
  15. #DEFINE SPNPENWIDTHTIP_LOC    "Set Pen Width to <n> pixels"
  16. #DEFINE LBL4CAP_LOC "Pen Draw Mode:"
  17. #DEFINE CBOPENMODETIP_LOC "Set Pen Draw Mode to < 1 - 16>"
  18. #DEFINE CMDREDCAP_LOC "Red"
  19. #DEFINE CMDREDTIP_LOC "Change Pen Color to Red"
  20. #DEFINE CMDGREENCAP_LOC "Green"
  21. #DEFINE CMDGREENTIP_LOC "Change Pen Color to Green"
  22. #DEFINE CMDBLUECAP_LOC "Blue"
  23. #DEFINE CMDBLUETIP_LOC "Change Pen Color to Blue"
  24. #DEFINE CMDCUSTOMCAP_LOC "Custom"
  25. #DEFINE CMDCUSTOMTIP_LOC "Select Custom Pen Color"
  26. #DEFINE CMDERASECAP_LOC "Erase"
  27. #DEFINE CMDERASETIP_LOC "Erase at Current Pen Width"
  28. #DEFINE CMDCLEARCAP_LOC "Clear"
  29. #DEFINE CMDCLEARTIP_LOC    "Clear Form drawing surface.."
  30. #DEFINE LBL5CAP_LOC "Method Samples:"
  31. #DEFINE CBOGDEMOTIP_LOC "Examples of Graphics Methods"
  32. #DEFINE CMDDONECAP_LOC "Done"
  33. #DEFINE CMDDONETIP_LOC "Exit FoxDraw   Ctrl+D"
  34. #DEFINE TBRCAP_LOC "Draw Control"
  35. #DEFINE CBOGDEMOITEM1_LOC "Line:Draw Styles"
  36. #DEFINE CBOGDEMOITEM2_LOC "Line:Triangle"
  37. #DEFINE CBOGDEMOITEM3_LOC "Circles:Open"
  38. #DEFINE CBOGDEMOITEM4_LOC "Circles:Filled"
  39. #DEFINE CBOGDEMOITEM5_LOC "Ellipses:Open"
  40. #DEFINE CBOGDEMOITEM6_LOC "Ellipses:Filled"
  41. #DEFINE CBOGDEMOITEM7_LOC "Boxes:Open"
  42. #DEFINE CBOGDEMOITEM8_LOC "Boxes:Filled"
  43. #DEFINE CMDWIDTH1_LOC 110
  44. #DEFINE CMDWIDTH2_LOC 120
  45. #DEFINE CMDHT_LOC 23
  46. #DEFINE CMDFONTNAME "MS San Serif"
  47. #DEFINE CMDFONTSIZE 8
  48. #DEFINE CBOPENMODE1_LOC "1-Blackness"
  49. #DEFINE CBOPENMODE2_LOC "2-Not Merge Pen"
  50. #DEFINE CBOPENMODE3_LOC "3-Mask Not Pen"
  51. #DEFINE CBOPENMODE4_LOC "4-Not Copy Pen"
  52. #DEFINE CBOPENMODE5_LOC "5-Mask Pen Not"
  53. #DEFINE CBOPENMODE6_LOC "6-Invert"
  54. #DEFINE CBOPENMODE7_LOC "7-Xor Pen"
  55. #DEFINE CBOPENMODE8_LOC "8-Not Mask Pen"
  56. #DEFINE CBOPENMODE9_LOC "9-Mask Pen"
  57. #DEFINE CBOPENMODE10_LOC "10-Not Xor Pen"
  58. #DEFINE CBOPENMODE11_LOC "11-Nop"
  59. #DEFINE CBOPENMODE12_LOC "12-Merge Not Pen"
  60. #DEFINE CBOPENMODE13_LOC "13-Copy Pen(Def)"
  61. #DEFINE CBOPENMODE14_LOC "14-Merge Pen Not"
  62. #DEFINE CBOPENMODE15_LOC "15-Merge Pen"
  63. #DEFINE CBOPENMODE16_LOC "16-Whiteness"
  64.