home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 22 / CD_ASCQ_22_0695.iso / win / prg / ptcm10 / sample / inbox.frm (.txt) < prev    next >
Visual Basic Form  |  1995-01-02  |  4KB  |  71 lines

  1. inbox
  2. Form15
  3. Text1
  4. MS Sans Serif
  5. cancel
  6. Cancel
  7. MS Sans Serif
  8. MS Sans Serif
  9. Image1
  10. Line3
  11. Line4
  12. Shape1
  13. Line1
  14. Line2
  15. Label1
  16. Label1
  17. MS Sans Serif
  18. cancel_Click
  19. inbox
  20. Form_Activate
  21. label1
  22. Caption"
  23. text1
  24. @    Form_Load
  25. Width
  26. shape1
  27. screenG
  28. TwipsPerPixelXa
  29. Height
  30. TwipsPerPixelY
  31. AutoRedrawr
  32. makectrl3d
  33. Control
  34.     ScaleMode
  35.     ForeColor
  36. ok_Click
  37. CenterForm
  38. Text1_Change
  39. Text1_KeyPress
  40. keyascii
  41. SetWindowPos
  42. mainform
  43. HWND_TOPMOST
  44. cancel_Click
  45. Form_Activate
  46. +{end}
  47. Form_Load
  48. - define the screen size
  49. - draw a 3d border around the text box
  50. makectrl3d
  51. Routine Name: makectrl3d
  52.  Written: 6/2/94
  53.  Author: Chris Haynes-
  54. Purpose: Used to give textboxes, listboxes, dir & file boxes a 3D effect.
  55.      set autoredraw to true before calling this routine.
  56. Parameters:
  57.  Control name
  58.  Form name
  59. API Declarations: none
  60. Data Structures: nonee
  61. Constants: none:
  62.    Copyright 1994,  Chris Haynes   [Unauthorized use prohibited]
  63. - Scale in Pixels-
  64. - blackn
  65. - Initialize main variables-
  66. - black lines on top and left size
  67. - dk grey top bevel
  68. - white lines on bottom
  69. ok_Click
  70. Text1_KeyPress
  71.