home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l406 / 4.ddi / MAILLST.FR_ / MAILLST.bin (.txt)
Encoding:
Visual Basic Form  |  1992-10-21  |  9.2 KB  |  128 lines

  1. MailLst
  2.     Mail List
  3. Form2
  4. Tools
  5. Line1
  6. Line1
  7. PrtImage
  8. Trash
  9. wwwww
  10. MList
  11. Courier New
  12. wwwwwwwwwwwp
  13. Headings
  14. Listbox Headings
  15. Courier New
  16. NewMail
  17. nonew
  18.     Form_Load
  19. Form_Resize
  20. MListb
  21. WidthI
  22. ScaleWidth7
  23. Height
  24. ScaleHeight
  25. Label2_Click
  26. MList_Click
  27. MList_DBLClick
  28. LoadMessagef
  29.     ListIndexw
  30. Label2
  31. Labe3>
  32. Label3
  33. WindowStateR
  34. MsgView
  35. VBMailj
  36. Previous
  37. Enabled
  38.     ListCountV
  39. Nexto
  40. ItemData
  41. Forms#
  42. Count
  43. MList_KeyUp
  44. Keycode.
  45. Shift
  46. MList_KeyPress
  47. KeyAscii
  48. logoff_Click
  49. sessx
  50. action"
  51. ViewMessage\
  52. MailLst?
  53. MList_KeyDown
  54. MList_MouseDowna
  55. Buttonc
  56. ListX
  57. ListY
  58.     MouseDownP
  59. MList_MouseMove;
  60. MLMouseDown
  61. MList_MouseUp
  62. MsgIndexQ
  63. Label1_Click5
  64. mailctl
  65. MsgOrigDisplayName
  66. MsgSubject
  67. MsgDateReceived
  68. Label
  69. Headings
  70. MapiMess
  71. Trash_DragDrop
  72. Source
  73. ControlF
  74. DeleteMessage
  75. PrtImage_DragDrop~
  76.     PrintMail
  77. Picture1_Click
  78. Picture1_Resize
  79. Line1
  80. Picture1
  81. Tools_Click.
  82. Tools_Resize
  83. Tools1
  84. Tools
  85.     DispTools
  86. Checked
  87. xHeight
  88. Headings_Click
  89. Maillist
  90. Form_Unload
  91. Cancel
  92. LogOffUser
  93. Form_QueryUnload
  94. UnloadMode
  95.     SessionIDZ
  96. --- Module variable to hold MouseDown position information
  97. Form_Load
  98. --- Resize the form
  99. --- Setup listbox headings
  100. Subject
  101. Form_QueryUnload
  102. - If the user is closing the app, let this form unload
  103. Unloading is okayi
  104. - If the user is still logined in, minimize the form rather than closing itT
  105. Form_Resize
  106. --- If we aren't minimized, resize the listbox to fit the form
  107. - Check for minimum form height allowede
  108. MList_Click
  109.  Set the message index on a click and enabled the-
  110.  Previous and Next buttons as needed
  111. MList_DBLClick
  112.   Check to see if the message is currently viewed,
  113.   if not load it into a new form
  114.   Search through the active windows to
  115.   find the window with the correct message to view
  116. MList_KeyPress
  117. --- If the user hits the enter key, process it as a DBLCLICK action
  118. MList_MouseDown
  119. --- Save the X/Y positions to determine drag/drop startC
  120. MList_MouseMove
  121.   If the mouse button is down and the x/y position has changed, start dragging
  122. PrtImage_DragDrop
  123. --- Same as File.PrintMessage on the VBMAIL File Menui
  124. Tools_Resize
  125. - Adjust the width of the lines on the top of the toolbar)
  126. Trash_DragDrop
  127. --- Deletes a message (Delete Button or Edit.Delete)
  128.