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 / Builders / BUILDERS / bldcmd.h < prev    next >
Encoding:
Text File  |  1998-05-01  |  1.2 KB  |  26 lines

  1. * Header file for Command Button Group builder
  2.  
  3. #DEFINE PG1LBL1_LOC            "You may specify a caption, a graphic, or both for your command group. To make a button blank, leave the cell empty."
  4. #DEFINE PG2LBL1_LOC            "How do you want your command group to look?"
  5. #DEFINE PG3LBL1_LOC            "Do you want to store the command group's value in a table or view?"
  6.  
  7. #DEFINE PG3LBL2_LOC            "Do you want sample code added to the Click event of this command group?"
  8.  
  9. #DEFINE PG2LBL3_LOC            "S\<pacing between buttons" + CHR(13) + CHR(10)
  10. #DEFINE PG2LBL3A_LOC        "(in pixels):"
  11. #DEFINE PG2LBL3B_LOC        "(in foxels):"
  12.  
  13. #DEFINE OPENTBLERR_LOC        "Error opening table: "
  14.  
  15. #DEFINE CLICKCOMMENT1_LOC    "** The following sample code will execute when the user clicks a button in this group."
  16. #DEFINE CLICKCMD1_LOC        '= MESSAGEBOX("You clicked: " + THIS.Buttons[THIS.Value].Caption + ".")'
  17.  
  18. #DEFINE GETFILEBMP_LOC        "Select Picture:"
  19. #DEFINE OK_LOC                "OK"
  20.  
  21. #DEFINE C_REMOVEBTN_LOC        "Removing buttons will also remove any code stored in the buttons's methods. " + ;
  22.                             "This cannot be undone. Continue?"
  23.                             
  24. #DEFINE MB_YESNO                4       && Yes and No buttons
  25. #DEFINE MB_DEFBUTTON2           256     && Second button is default
  26.