home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / message / msgbox2 / msgbox.ini < prev    next >
Encoding:
INI File  |  1995-01-18  |  1.5 KB  |  56 lines

  1. ;Info about the main MsgBox window
  2. [MsgBox]
  3. ;Top=
  4. ;Left=
  5.  
  6. ; Options about the code to be produced by MsgBox
  7. [Code Options]
  8. ; The names of the variables to be used
  9. ; If Title Name, Msg Name or Style Name are left blank
  10. ; then that info will be put directly on the MsgBox call line
  11. ;Title Name=
  12. ;Msg Name=
  13. ;Style Name=
  14. ;Answer Name=
  15. ;Return Name=
  16. ; Include dim statements -1=True, 0=False
  17. ;Include Dims=
  18. ; Include constants statements -1=True, 0=False
  19. ;Include Const=
  20. ; Where constants are to be
  21. ;   None   = no constants to be used
  22. ;   Local  = in Subroutine code
  23. ;   Global = at a global level
  24. ;Const Type=
  25. ; How many spcase to use as the tab gotten from the
  26. ; Tab Stop Width in Environment Options dlg box
  27. ;Tab Stop=
  28. ; Options as to if/how the 3D should be in the code produced
  29. ;   Never   = 3D code will not be used
  30. ;   Always  = 3D code will be used each time the MsgBox call is made
  31. ;   Startup = 3D code wiil be used at project startup and ending only
  32. ;Use 3D=
  33. ; Include required declare statments for the 3D code -1=True, 0-False
  34. ;Inc 3D Decl=
  35. ; Include the provided 3D code -1=True, 0-False
  36. ;Inc 3D Code=
  37. ; The name of the 3D subroutine
  38. ;   This option can only be changed here there in no where
  39. ;   in the MsgBox app to change this name
  40. ;3D Code Name=
  41.  
  42. ; The default variable names
  43. [Defaults]
  44. ;Title Name=
  45. ;Msg Name=
  46. ;Style Name=
  47. ;Answer Name=
  48. ;Return Name=
  49.  
  50. ;Info about the Code Preview window
  51. [Code Preview]
  52. ;Top=
  53. ;Left=
  54. ;Height=
  55. ;Width=
  56.