home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / tool / various / amasa / amasa.ini < prev    next >
INI File  |  1994-07-21  |  2KB  |  52 lines

  1. [u:ExitPrompt]
  2. Message=MsgBox "Are you sure you want to exit?", 292, "Exit"
  3. MsgText=Are you sure you want to exit?
  4. Buttons=292
  5. Title=Exit
  6. UseRVal=0
  7.  
  8. [u:SimpleDemo]
  9. Message=MsgBox Message goes here, 0, Title goes here
  10. MsgText=Message goes here
  11. Buttons=0
  12. Title=Title goes here
  13. UseRVal=0
  14.  
  15. [Settings]
  16. MOCVal=1
  17.  
  18. [u:Design Tip....]
  19. Message=MsgBox You can include varibles and values in a message box.  Take a look at the Form1.Dimensions message.  To use it, you must have a Form1.  Paste the messsage into the Form1.Load event and run the program., 64, Design Tip....
  20. MsgText=You can include varibles and values in a message box.  Take a look at the Form1.Dimensions message.
  21. Buttons=64
  22. Title=Design Tip....
  23. UseRVal=0
  24.  
  25. [u:Form1.Dimensions]
  26. Message=MsgBox Form1.Height is " & form1.height & ", the width is " & form1.width & "., 64, Form1.Dimensions
  27. MsgText=Form1.Height is " & form1.height & ", the width is " & form1.width & ".
  28. Buttons=64
  29. Title=Form1.Dimensions
  30. UseRVal=0
  31.  
  32. [u:Nothing to nag for]
  33. Message=MsgBox "Because this is freeware you dont have to pay anything to use this. Niether to you have to register it.  But, if you want this message to go away contact me and I'll send you an uncrippled version in the e-mail.
  34. MsgText=Because this is freeware you dont have to pay anything to use this. Niether to you have to register it.  But, if you want this message to go away contact me and I'll send you an uncrippled version in the e-mail.
  35. Buttons=64
  36. Title=Nothing to nag for
  37. UseRVal=0
  38.  
  39. [u:FileNotFound]
  40. Message=MsgBox "The file " & ucase(filename) & " could not be found.", 48, "File Error
  41. MsgText=The file " & ucase(filename) & " could not be found.
  42. Buttons=48
  43. Title=File Error
  44. UseRVal=0
  45.  
  46. [u:Drive error]
  47. Message=MsgBox "Device is unavailable", 48, "WXPand: Drive error [" & left(drive1.drive,2) & "\]
  48. MsgText=Device is unavailable
  49. Buttons=48
  50. Title=WXPand: Drive error [" & left(drive1.drive,2) & "\]
  51. UseRVal=0
  52.