home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / QBAS / VBUTIL.ZIP / FVIEW3.FRM (.txt) < prev    next >
Visual Basic Form  |  1993-03-04  |  9KB  |  274 lines

  1. Form1
  2. File Viewer (version 3)
  3. Form1%
  4. FilenameBox
  5. FindBox
  6. DosBox
  7. TextBox
  8. MS Serif
  9. FilenameLbl
  10. Filename Input
  11. FindLbl
  12. Find Input
  13. DosLbl
  14. DOS/Win Input
  15. FileCom
  16. &File
  17. ReadCom
  18. ToggleReadCom
  19. Toggle Read
  20. FindFileCom
  21.     Find File
  22. AddFileCom
  23. Add File
  24. DeleteFileCom
  25. Delete File
  26. QuickFilename
  27. QuitCom
  28.     SearchCom
  29. &Search
  30. FindCom
  31. CommandCom
  32. &Command
  33. DosCom
  34. DOS Command
  35. WinCom
  36. Windows Command
  37. ToggleOSCom
  38.     Toggle OS
  39. FontCom
  40.     SystemCom
  41. System
  42. CourierCom
  43. Courier
  44. TerminalCom
  45. Terminal
  46. BoldCom
  47.     ItalicCom
  48. Italic
  49. StrikethruCom
  50. Strikethru
  51. UnderlineCom
  52.     Underline
  53. FontSizeCom
  54.     Font Size
  55. Size9Com
  56. $    Size10Com
  57. %    Size12Com
  58. &    Size14Com
  59. '    Size18Com
  60. QuitBtn_Click
  61. Form_Click
  62. ReadBtn_Click
  63. FilenameBox
  64.     LineInputM
  65. TextBox%
  66. TextLst_ClickG
  67. TextLstn
  68.     ListCount!
  69. ListSize
  70. FindBtn_ClickO
  71. CurrentLine
  72. Text1_Changev
  73. FindBox_Change
  74. Find|
  75. FindBox
  76.     ListIndex
  77. Foundr
  78. FilenameBox_Change
  79. @    Form_Load
  80.     MultiLine
  81. ScrollBars
  82. SelStart
  83.     SelLength
  84. CurrentIndexr
  85. CurIndex
  86. TextBox_Change
  87. Search
  88. SelText
  89. BadFile
  90. EndOfSub[
  91. Command1_Click
  92. DosBtn_Click^
  93. DosBox
  94. Dummy7
  95. WinBox_Click
  96. DosBox_Changee
  97. Label1_Clicku
  98. FindFileBtn_Click
  99. DosLbl_Click
  100. Filename(
  101. subdirectory
  102. ToggleBtn_Click~
  103. ReadBtn
  104. Enabled
  105. False
  106. TrueQ
  107. ShowShellsBtn_Click
  108. Visible
  109. WinBtn_Click
  110. DosBtn
  111. WinBtn
  112. DosLblh
  113. Label3_Click
  114. FilenameLbl_Click
  115. FindLbl_Click
  116. ShowOSBtn_Click
  117. QuitCom_Click
  118. DosCom_Click
  119. FileCom_Click$
  120. FindCom_ClickI
  121. ToggleReadCom_Clickv
  122. ReadCom
  123. ReadCom_Click
  124. FindFileCom_Click
  125. WinCom_Click2
  126. ToggleOSCom_Click
  127. WinComB
  128. DosCom
  129. BadFile2
  130.     EndOfSub2
  131. FinCom
  132. Checked
  133. FindCom1
  134. FindLbl_Change
  135. CommandCom_ClickH
  136. AddFileCom_Click
  137. TheFilename
  138. NumFiles
  139. QuickFilename
  140. QuickFilename_Click
  141. Index#
  142. DeleteFileCom_Click
  143. Caption
  144. Form_LinkClose
  145. Form_LinkError
  146. LinkErr
  147. Form_LinkExecute?
  148. CmdStr
  149. CancelS
  150. Form_LinkOpen
  151. config
  152.     ModernComb
  153. FontNameT
  154. CourierCom
  155.     ScriptCom
  156. FontBold
  157. BoldComQ
  158. FontItealic
  159.     ItalicCom
  160. FontStrikethru
  161. StrikethruCom
  162. FontUnderlinev
  163. UnderlineCom
  164. Size9Com
  165. FontSize
  166.     Size10Com
  167.     Size12Com
  168.     Size14Com
  169.     Size18Com4
  170. FontItalic
  171. WindowState
  172. ModernCom_Clickg
  173. ClearFontComs 
  174. ClearFontCom2
  175. ClearAppearComg
  176. ClearSizeCom
  177. BoldCom_ClickG
  178. CourierCom_Click
  179. ClearFonCom
  180. ItalicCom_Click
  181. Size10Com_Click
  182. Size12Com_Click
  183. Size14Com_Click
  184. Size18Com_Click
  185. Size9Com_Click'
  186. StrikethruCom_Click
  187. UnderlineCom_Click
  188. ScriptCom_Click
  189.     NormalCom
  190. NormalCom_Click
  191.     SystemCom
  192. SystemCom_Click
  193. TerminalCom
  194. TerminalCom_Click
  195. TermnalCom
  196. Form1
  197. AddFileCom_Click
  198. Enter full file name: 
  199.  increment the menu count 
  200.  load a new menu command
  201. BoldCom_Click
  202. ClearFontCom
  203. ClearSizeCom
  204. CourierCom_Click
  205. Courier
  206. DeleteFileCom_Click
  207. Enter number to delete: 
  208. The number is out-of-range
  209. Input Error
  210. DosCom_Click
  211.  invoke the DOSBAT batch file 
  212. dosbat.bat 
  213. FindBox_Change
  214. FindCom_Click
  215.  update the index to the current character
  216.  store the text of the Find box in the variable Find
  217.  is variable Find empty?
  218.  nothing to find
  219.  locate the index of the next substring Find in thed
  220.  text boxh
  221.  found a match?
  222.  Yes! Display the matching text as selected text
  223.  No! Clear any selected text
  224. FindFileCom_Click
  225.  invoke the DOS dir command with the /se
  226.  subdirectory option and the /p paginated
  227.  output option
  228. dosbat.bat dir 
  229.  /s/p
  230. FindLbl_Change
  231. Form_Load
  232.  get the font name
  233. System
  234. Courier
  235. Terminal
  236. Courier
  237.  get the fond appearance
  238.  get the font size
  239. ItalicCom_Click
  240. QuickFilename_Click
  241. QuitCom_Click
  242. ReadCom_Click
  243.  obtain filename from the filename text box 
  244.  if filename is an empty string, exitx
  245.  set error-handler
  246.  open the file
  247.  clear variable to reuse it
  248.  loop to read the text lines from the ASCII file
  249.  append a new line
  250.  copy F into text box 
  251.  close the filep
  252.  exit procedurep
  253. * Error-handler 
  254. Cannot open file 
  255. File I/O Error
  256. Size10Com_Click
  257. Size12Com_Click
  258. Size14Com_Click
  259. Size18Com_Click
  260. Size9Com_Click
  261. StrikethruCom_Click
  262. SystemCom_Click
  263. System
  264. TerminalCom_Click
  265. Terminal
  266. ToggleOSCom_Click
  267.  toggle the Visible property of the DosBox text box,
  268.  the DosBtn button, the WinBtn button, and the DosLbl
  269.  label
  270. ToggleReadCom_Click
  271. UnderlineCom_Click
  272. WinCom_Click
  273.  invoke a Windows application
  274.