home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / XSOURCE / XSOURCE.ZIP / vfpsource / wizards / Wzgraph / graph.h next >
Encoding:
Text File  |  1998-05-01  |  1.5 KB  |  44 lines

  1. ***** Dropdown list selector
  2. #define CRET        CHR(13)
  3. #define STEP1_LOC        "Step 1 - Select Fields"
  4. #define STEP2_LOC        "Step 2 - Define Layout"
  5. #define STEP3_LOC        "Step 3 - Select Graph Style"
  6. #define STEP4_LOC        "Step 4 - Finish"
  7.  
  8. ***** Help IDs
  9. #define wizGraph_Wizard_Step4        95825520
  10. #define wizGraph_Wizard_Step3        95825519
  11. #define wizGraph_Wizard_Step2        95825518
  12. #define wizGraph_Wizard_Step1        95825517
  13. #define wizGraph_Wizard                95000000
  14.  
  15. ***** Screen directions
  16. #define DESC1a_LOC    "Which fields do you want in your graph?"
  17. #define DESC1c_LOC    "Select a database or Free Tables item, select a table or view, and then select the fields you want."
  18. #define DESC1        DESC1a_LOC+CRET+CRET+DESC1c_LOC
  19.  
  20. #define DESC2a_LOC    "How do you want to lay out your graph?"
  21. #define DESC2b_LOC    "Drag one or more numeric fields to the Data Series box, and drag another field to the Axis location."
  22. #define DESC2c_LOC    ""
  23. #define DESC2        DESC2a_LOC+CRET+CRET+DESC2b_LOC+CRET+CRET+DESC2c_LOC
  24.  
  25. #define DESC3a_LOC    "Which graph style do you want?"
  26. #define DESC3b_LOC    ""
  27. #define DESC3c_LOC    ""
  28. #define DESC3        DESC3a_LOC+CRET+CRET+DESC3b_LOC+CRET+CRET+DESC3c_LOC
  29.  
  30. ***** Screen hint button text
  31. #define HINT1_LOC    ""
  32. #define HINT2_LOC    ""
  33. #define HINT3_LOC    ""
  34. #define HINT4_LOC    ""
  35.  
  36. ***** Screen BMP files
  37. #define BMPFILE1    "opentabl.bmp"
  38. #define BMPFILE2    "graph1.bmp"
  39. #define BMPFILE3    "graph1.bmp"
  40.  
  41. #define GRPHTITLE_LOC "Graph Title"
  42.  
  43. #DEFINE E_NOREGISTRY_LOC    "Unable to load REGISTRY class. Make sure it is in the current path."
  44.