home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / textedit / editit.frm (.txt) < prev    next >
Visual Basic Form  |  1992-08-24  |  8KB  |  200 lines

  1. EditBox
  2. Text Editor - (Untitled)
  3. wwwwwwwwwwwp
  4. wwwwwwwwwwp
  5. wwwwwwwww
  6. wwwwww
  7. YYYYYP
  8. pYYYYYY
  9. YYYYYY
  10. YYYYYY
  11. pYYYYYY
  12. YYYYYY
  13. YYYYYY
  14.     YYYYY
  15. Form1
  16. Text1
  17. System
  18. FileTop
  19. &File
  20. NewFile
  21. OpenFile
  22. Open ...
  23. SaveFile
  24. &Save
  25. SaveAsFile
  26. Save &As ...
  27.     PrintFile
  28. &Print
  29. line1
  30. ExitEditBox
  31. E&xit
  32. EditTop
  33. &Edit
  34. &Undo
  35. line2
  36. &Copy
  37. Paste
  38. &Paste
  39. DeleteText
  40. De&lete
  41. line3
  42.     SelectAll
  43. Select &All
  44.     SearchTop
  45. &Search
  46. FindText
  47.     &Find ...
  48. FindNext
  49. Find &Next
  50. FindPrevious
  51. Find Previous
  52. ReplaceText
  53. &Replace ...
  54. HelpTop
  55. &Help
  56. HelpEditBox
  57. &Help on Text Editor ...
  58. line4
  59. AboutEditBox
  60. &About Text Editor ...
  61. Form_Click
  62.     Form_Loadf
  63. Text1
  64. Width
  65. ScaleWidth
  66. Height
  67. ScaleHeightC
  68. EditString
  69. Form_Resize
  70. Form_Unloadf
  71. Cancel
  72. ExitEditBox_Click
  73. EditBox
  74. HelpEditBox_Click;
  75. FileMsg
  76. AboutEditBox_Click/
  77. AboutStrH
  78. About
  79. MODAL
  80.     Cut_Click
  81. SelStart9
  82.     SelLength
  83. Start
  84. Wstart3
  85. Wlength
  86.     Clipboard
  87.     Cop_Click,
  88. Paste_Click
  89. SelText
  90. Copy_ClickZ
  91. EditTop_Click
  92. Text1_Changeq
  93. HelpTop_Click
  94. Wumpus
  95. Screen`
  96. GCW_HMODULE
  97. Filename%
  98. hModuleT
  99. GetClassWord
  100. FLength
  101. GetModuleFileName6
  102. nIndex
  103. FiLen
  104. OpenFile_Click
  105. GetFile
  106. FullFilePath
  107. FileView
  108. Caption
  109. NewFile_Click^
  110. SaveFile_Clickr
  111. SaveFile+
  112. SaveIt
  113. SaveAsFile_Clickn
  114. SaveRoutineE
  115. DeleteText_Click
  116. SelectAll_Click
  117. FindText_Clickg
  118. FindItz
  119. FindStr
  120. Finish
  121. FindNext_Click
  122. Jumpback
  123. Undo_Click
  124.     CursorLoc
  125. CurTmp
  126. ReplaceText_ClickW
  127.     ReplaceIt
  128. Text2[
  129. ReplaceStrt
  130. StartTop
  131. VerifyON
  132. Reply
  133. CancelOp
  134. Text1_KeyPress
  135. Keyascii
  136. KeyPress
  137. program
  138.     following>
  139. routine
  140. userM
  141. renamedR
  142. Form1
  143. TEXTEDIT
  144.     GlobalRep
  145. OldText
  146. FFile
  147. Filenum
  148. kernel
  149. Form_Load
  150.  Center the Form
  151. Get the Path and store it in the variable called: Path
  152. substitute the form name
  153. Form_Resize
  154. ExitEditBox_Click
  155. The text has changed."
  156. Do you want to save the changes?
  157. Exit Text Editor
  158. HelpEditBox_Click
  159. AboutEditBox_Click
  160. Cut_Click
  161. Get the working parameters
  162. Copy the cut text to the clipboard
  163. Cut the text out
  164. Position edit cursor
  165. Paste_Click
  166. Get the working parameters
  167. Cut the text out, if any, and insert clipboard textt
  168. Position edit cursor
  169. Copy_Click
  170. Copy the cut text to the clipboard
  171. OpenFile_Click
  172. Load the file to be displayed 
  173. The entire file may not be loaded.
  174. Error"
  175. Text Editor - 
  176. NewFile_Click
  177. The text has changed."
  178. Do you want to save the changes?
  179. New File
  180. Text Editor - (Untitled)
  181. SaveAsFile_Click
  182. Text Editor - 
  183. SaveFile_Click
  184. DeleteText_Click
  185. Get the working parameters
  186. Cut the text out
  187. Position edit cursor
  188. SelectAll_Click
  189. FindText_Click
  190.  Set up a working Copy of the Entire Text.
  191. Text String not found.
  192. FindNext_Click
  193.  Set up a working Copy of the Entire Text.
  194. No more occurances."
  195. ReplaceText_Click
  196.  Set up a working Copy of the Entire Text.
  197. Replace this string?
  198. Replace"
  199. Text String not found.
  200.