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

  1. frmMDI
  2. MDI NotePad
  3. MDIForm15
  4. picToolbar
  5. imgPasteButtonUp
  6. wwwwwwwwwww
  7. wwwwwwwwwww
  8. imgPasteButtonDn
  9. wwwwwwwwwww
  10. imgCopyButtonDn
  11. wwwwwwwwwww
  12. imgCopyButtonUp
  13. wwwwwwwwwww
  14. wwwwwwwwwww
  15. imgCutButtonDn
  16. wwwwwwwwwww
  17. imgCutButtonUp
  18. wwwwwwwwwww
  19. wwwwwwwwwww
  20. imgFileOpenButtonDn
  21. wwwwp
  22. wwwwwwwwwwp
  23. imgFileOpenButtonUp
  24. wwwwwwwwwwp
  25. wwwwwwwwwwp
  26. wwwwp
  27. wwwwp
  28. imgFileNewButtonUp
  29. wwwwwwwwwwp
  30. wwwwwwwwwwp
  31. imgFileNewButtonDn
  32. wwwwwwwwwww
  33. imgPasteButton
  34. wwwwwwwwwww
  35. wwwwwwwwwww
  36. imgCopyButton
  37. wwwwwwwwwww
  38. wwwwwwwwwww
  39. imgCutButton
  40. wwwwwwwwwww
  41. wwwwwwwwwww
  42. imgFileOpenButton
  43. wwwwwwwwwwp
  44. wwwwwwwwwwp
  45. wwwwp
  46. wwwwp
  47. imgFileNewButton
  48. wwwwwwwwwwp
  49. wwwwwwwwwwp
  50. mnuFile
  51. &File
  52. mnuFNew
  53. mnuFOpen
  54. &Open
  55. mnuFExit
  56. E&xit
  57. mnuOptions
  58. &Options
  59. mnuOToolbar
  60. &Toolbar
  61. imgCopyButton_Click
  62. imgCopyButtonh
  63. EditCopyProc
  64. imgCopyButton_MouseDown
  65. ButtonB
  66. Shift
  67. PictureX
  68. imgCopyButtonDn
  69. imgCopyButton_MouseMove
  70. Width6
  71. Height)
  72. imgCopyButtonUp
  73. imgCopyButton_MouseUp
  74. imgCutButton_Clickw
  75. imgCutButton
  76. EditCutProc
  77. imgCutButton_MouseDown
  78. imgCutButtonDnT
  79. imgCutButton_MouseMove
  80. imgCutButtonUpr
  81. imgCutButton_MouseUp
  82. imgFileNewButton_Click 
  83. imgFileNewButton
  84. FileNew>
  85. imgFileNewButton_MouseDown
  86. imgFileNewButtonDn
  87. imgFileNewButton_MouseMove
  88. imgFileNewButtonUp6
  89. imgFileNewButton_MouseUpj
  90. imgFileOpenButton_Click
  91. imgFileOpenButton
  92.     FOpenProc
  93. imgFileOpenButton_MouseDown
  94. imgFileOpenButtonDn
  95. imgFileOpenButton_MouseMoveM
  96. imgFileOpenButtonUp
  97. imgFileOpenButton_MouseUp
  98. imgPasteButton_Click
  99. imgPasteButton
  100. EditPasteProc
  101. imgPasteButton_MouseDown
  102. imgPasteButtonDn/
  103. imgPasteButton_MouseMove
  104. imgPasteButtonUp[
  105. imgPasteButton_MouseUpd
  106. MDIForm_Load
  107. Document
  108. FState
  109. Dirty
  110. MDIForm_Unload
  111. Cancel
  112. AnyPadsLeft
  113. mnuFExit_Click
  114. mnuFNew_Click
  115. mnuFOpen_Click
  116. mnuOptions_Click
  117. mnuOToolbar
  118. Checked
  119. frmMDI
  120. picToolbar
  121. Visible
  122. mnuOToolbar_Click
  123. OptionsToolbarProc
  124. imgCopyButton_Click
  125. imgCopyButton_MouseDown
  126. imgCopyButton_MouseMove
  127.  If the button is pressed, display the up bitmap if theM
  128.  mouse is dragged outside the button's area, otherwise
  129.  display the up bitmap
  130. imgCopyButton_MouseUp
  131. imgCutButton_Click
  132. imgCutButton_MouseDown
  133. imgCutButton_MouseMove
  134.  If the button is pressed, display the up bitmap if the
  135.  mouse is dragged outside the button's area, otherwise
  136.  display the up bitmap
  137. imgCutButton_MouseUp
  138. imgFileNewButton_Click
  139. imgFileNewButton_MouseDown
  140. imgFileNewButton_MouseMove
  141.  If the button is pressed, display the up bitmap if the
  142.  mouse is dragged outside the button's area, otherwise
  143.  display the up bitmap
  144. imgFileNewButton_MouseUp
  145. imgFileOpenButton_Click
  146. imgFileOpenButton_MouseDown
  147. imgFileOpenButton_MouseMove
  148.  If the button is pressed, display the up bitmap if the
  149.  mouse is dragged outside the button's area, otherwise
  150.  display the up bitmap
  151. imgFileOpenButton_MouseUp
  152. imgPasteButton_Click
  153. imgPasteButton_MouseDown
  154. imgPasteButton_MouseMove
  155.  If the button is pressed, display the up bitmap if the
  156.  mouse is dragged outside the button's area, otherwise
  157.  display the up bitmap
  158. imgPasteButton_MouseUp
  159. MDIForm_Load
  160.  Application starts here (Load event of Startup form).
  161.  Always set working directory to directory containing the application.
  162. Initialize document form arrays, and show first document. 
  163. MDIForm_Unload
  164.  If the Unload was not canceled (in the QueryUnload events for the Notepad forms)
  165.  there will be no document windows left, so go ahead and end the application.r
  166. mnuFExit_Click
  167. mnuFNew_Click
  168. mnuFOpen_Click
  169. mnuOptions_Click
  170. mnuOToolbar_Click
  171.