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

  1. Form1
  2. Window Editor (Ver. 1)
  3. Form1%
  4. DosBox
  5. CaseSenseChk
  6. Case Sensitive
  7. FilenameBox
  8. FindBox
  9. TextBox
  10. Courier
  11. DosLbl
  12. DOS/Win Input
  13. FilenameLbl
  14. Filename Input
  15. FindLbl
  16. Find Input
  17. FileCom
  18. &File
  19. LoadCom
  20. SaveCom
  21. ToggleLoadCom
  22. Toggle Load
  23. ReadOnlyCom
  24.     Read-Only
  25. FindFileCom
  26.     Find File
  27. AddFileCom
  28. Add File
  29. DeleteFileCom
  30. Delete File
  31. QuickFilename
  32. QuitCom
  33. EditCom
  34. &Edit
  35. CutCom
  36. CopyCom
  37. PasteCom
  38. Paste
  39. ClipboardCom
  40. C&lipboard
  41. ViewCom
  42. View Clipboard
  43. ClearCom
  44. Clear
  45.     AppendCom
  46. Append
  47.     SearchCom
  48. &Search
  49. FindCom
  50. FindSelTextCom
  51. Find Selected Text
  52. CommandCom
  53. &Command
  54. DosCom
  55. DOS Command
  56. WinCom
  57. Windows Command
  58. ToggleOSCom
  59.     Toggle OS
  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_Change2
  87. Search
  88. SelText
  89. BadFileU
  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. Visiblel
  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_Clickp
  122. ReadCom
  123. ReadCom_Click
  124. FindFileCom_Click
  125. WinCom_Click
  126. ToggleOSCom_Click
  127. WinComY
  128. DosCom9
  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_LinkCloseD
  145. Form_LinkError
  146. LinkErr|
  147. Form_LinkExecuteL
  148. CmdStr
  149. Cancel_
  150. Form_LinkOpen
  151. config
  152. LoadCom_Click
  153. SaveCom_ClickM
  154. SaveAsCom_Click
  155. NewFilename
  156. CutCom_Click
  157.     Clipboard
  158. CF_TEXT
  159. First
  160. StrLen
  161. CopyCom_Click
  162. AppendCom_Click
  163. PasteCom_Click
  164. LoadCom
  165. WindowState<
  166. ToggleLoadCom_Click    
  167. ApeendCom_Click
  168. ClearCom_Click
  169. ViewCom_Click
  170. ViewFile
  171. ViewClipboard
  172. theFileText)
  173. ViewCom
  174. ClearCom
  175.     AppendCom
  176. BadSaveFilename
  177. ExitSaveFile
  178. FontName
  179. FontSize
  180. ReadOnlyCom_Click
  181. SaveCom
  182. ReadOnly_Com
  183. ReadOnlyCom
  184. ToggleLoadCom
  185. FindSelTextCom_Click
  186. CaseSenseChk_Click
  187. CaseSenseChk
  188. Value
  189. Screen
  190. ActiveControl
  191. AddFileCom_Click
  192. Enter full file name: 
  193.  increment the menu count 
  194.  load a new menu command
  195. AppendCom_Click
  196. ClearCom_Click
  197. CopyCom_Click
  198. CutCom_Click
  199. DeleteFileCom_Click
  200. Enter number to delete: 
  201. The number is out-of-range
  202. Input Error
  203. DosCom_Click
  204.  invoke the DOSBAT batch file 
  205. dosbat.bat 
  206. FindBox_Change
  207. FindCom_Click
  208.  update the index to the current character
  209.  store the text of the Find box in the variable Find
  210.  is variable Find empty?
  211.  nothing to find
  212.  locate the index of the next substring Find in thed
  213.  text boxh
  214.  found a match?
  215.  Yes! Display the matching text as selected text
  216.  No! Clear any selected text
  217. FindFileCom_Click
  218.  invoke the DOS dir command with the /se
  219.  subdirectory option and the /p paginated
  220.  output option
  221. dosbat.bat dir 
  222.  /s/p
  223. FindLbl_Change
  224. FindSelTextCom_Click
  225. Form_Load
  226. Courier
  227. LoadCom_Click
  228.  obtain filename from the filename text boxt
  229.  if filename is an empty string, exitx
  230.  set error-handler
  231.  open the file
  232.  clear variable to reuse it
  233.  loop to read the text lines from the ASCII file
  234.  append a new line
  235.  copy F into text box 
  236.  close the filep
  237.  exit procedurep
  238. * Error-handler 
  239. Cannot open file 
  240. File I/O Error
  241. PasteCom_Click
  242. QuickFilename_Click
  243. QuitCom_Click
  244. ReadOnlyCom_Click
  245. SaveCom_Click
  246. * Error-Handler 
  247. Cannot write to file 
  248. File I/O Error
  249. ToggleLoadCom_Click
  250. ToggleOSCom_Click
  251.  toggle the Visible property of the DosBox text box,
  252.  the DosBtn button, the WinBtn button, and the DosLbl
  253.  label
  254. ViewCom_Click
  255. View Clipboard
  256. View File
  257. Clipboard
  258. WinCom_Click
  259.  invoke a Windows application
  260.