home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / ARQS_ZIP / MAINF.ZIP / BROWSER.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1992-07-05  |  5.7 KB  |  184 lines

  1. Browser
  2. Message Browser
  3. Form1
  4.     CmbThread
  5.     TxMessage
  6. Frame1
  7. Get Message
  8. CmdMsg
  9. Fi&rst
  10. CmdMsg
  11.     &Previous
  12. CmdMsg
  13. &Next
  14. CmdMsg
  15. &Last
  16. Frame2
  17. View State
  18. CmdView
  19. Vie&w Session
  20. CmdQuit
  21. &Close
  22. Frame3
  23. Additional Information:
  24. Label1
  25. Start Byte:
  26. LbStartByte
  27. 44544
  28. Label3
  29. Read Date:
  30. LbReadDate
  31. 6/7/92
  32. Label5
  33. Msgs in File:
  34.     LbNumMsgs
  35. Label2
  36. Message Length:
  37. LbMsgLength
  38. Label4
  39. DL Date:
  40. LbDLDate
  41. 6/7/92
  42. MnuFile
  43. &File
  44. MnuFileOpen
  45. &Open Forum
  46. MnuFileProcess
  47. P&rocess New Msgs
  48. MnuFileClose
  49. &Close Forum
  50. zMnuHyphen3
  51. MnuFileExport
  52. &Export Message
  53. MnuFilePrint
  54. &Print Message
  55. zMnuHyphen1
  56. MnuFileExit
  57. E&xit
  58. MnuEdit
  59. &Edit
  60. MnuEditCopy
  61. &Copy
  62. zMnuHyphen2
  63. MnuEditFirst
  64. Read &First
  65. MnuEditPrevious
  66. Read &Previous
  67. MnuEditNext
  68. Read &Next
  69. MnuEditLast
  70. Read &Last
  71. MnuEditAnnouncement
  72. Read &Announcement
  73. MnuModules
  74. &Modules
  75. MnuModsBrowser
  76. Message &Browser
  77. MnuModsEditor
  78. Message &Editor
  79. MnuModsForum
  80. &Forum Editor
  81. MnuModsLibrarian
  82. &Librarian
  83. MnuModsMain
  84. &Main
  85. MnuModsOnline
  86. &Online Comm
  87. MnuModsHousekeeping
  88. &Housekeeping
  89.     MnuThread
  90. &Thread
  91. MnuThreadCapture
  92. &Auto-Capture Current Thread
  93. MnuThreadStop
  94. &Stop Capturing Current Thread
  95. zMnuHyphen6
  96. MnuThreadView
  97. &View Auto-Capture List
  98. MnuView
  99. &View
  100. MnuViewSession
  101. View &Session
  102. MnuViewThread
  103. View &Thread
  104. MnuViewAll
  105.     View &All
  106. zMnuHyphen5
  107. MnuViewAdditional
  108. &Additional Information
  109. MnuHelp
  110. &Help
  111. MnuHelpContents
  112.     &Contents
  113. MnuHelpProcedures
  114. &Procedures
  115. MnuHelpUsing
  116. &Using Help
  117. zMnuHyphen4
  118. MnuHelpAbout
  119. &About Message Browser
  120. MnuFileExit_Click
  121. Browser
  122. CmdQuit_Click
  123. MnuModsMain_Click
  124. Lurker
  125.     Form_Load
  126.     CmbThread
  127.     ListIndexm
  128. CmbThread_Click
  129. FileName%
  130. BoxSTOP
  131.     GioHeader
  132. GSioLurkerPath?
  133. FileNum
  134. FileOpener
  135. READFILE
  136.     MsgString
  137. TextString
  138.     TxMessageu
  139. CmdView_Click
  140. Counter
  141. Value
  142. CmdView
  143. Caption
  144. GioDEFAULT
  145. CmdMsg_Click
  146. Index
  147. MnuViewAll_Click
  148. BoxINFORMATIONL
  149.  Form level declarations
  150.  What we'll be doing is opening the index file with the FileOpen command, and
  151.  closing it with the Close command. We will not be opening and closing the file
  152.  each time we access a record. That will suffice for now, but it limits us tol
  153.  a single-user app.s
  154. MnuFileExit_Click
  155. CmdQuit_Click
  156. MnuModsMain_Click
  157. Form_Load
  158. WINNEW
  159. SPECNEED
  160. MSBASIC"
  161. Explanation"
  162. CmbThread_Click
  163.  Explanation
  164. Explain.Txt"
  165.  MSBASIC
  166. MSBASIC.TXT"
  167.  SPECNEED"
  168. SPECNEED.TXT
  169.  WINNEWT
  170. WINNEW.TXT
  171. Oops! Something didn't work right!
  172. CmdView_Click
  173.  View Session
  174. View Session
  175.  View Thread
  176. View Thread"
  177. Something's wrong!
  178. CmdMsg_Click
  179. MnuViewAll_Click
  180. Note that this menu option *isn't* duplicated 
  181. in the Browser command buttons. This option 
  182. lets the user see all the messages in the 
  183. file, without any selection at all."
  184.