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

  1. Form1
  2. Mouse Events (part 1)
  3. Form1%
  4. MouseCoordBox
  5. QuitCom
  6. &Quit
  7. ClearCom
  8. &Clear
  9. LastLineCom
  10.     Last line
  11.     ScreenCom
  12. Screen
  13. Form_Click
  14. @    Form_LoadY
  15. DateFormatOpt
  16. Value>
  17. TimeFormat
  18. TimeFormatOpt*
  19. NowBtn_Click
  20. TextBox
  21. QuitBtn_ClickV
  22. CountryCmb_Change%
  23. CountryCmbI
  24.     ComboItemm
  25. VScroll1_Change
  26. TimeScl_Changed
  27. ScrollBarValueBox
  28. TimeSclc
  29. ScrollValueBox
  30. Label1_Click&
  31. TimerBtn_Click
  32. Count
  33. Total
  34. TextLine
  35. TimerBtnt
  36. Caption
  37. ScrollValueBox_Change
  38. MaxLbl_Click~
  39. TextBox_Change@
  40. TextBox_LostFocus
  41. QuitBtn)
  42. Enabled
  43. FalseA
  44.     MIN_VALUE
  45.     MAX_VALUE
  46. MinLble
  47. MaxLbl
  48. SmallChange
  49. LargeChange
  50. properties
  51. PrintBtn_Click
  52. Filename:
  53. CurrentLineNumber$
  54.     MAX_LINES/
  55. PrintHeadingq
  56. Printer_
  57. BadFile
  58. ExitSub
  59. PrintHadingW
  60. PageNumber
  61. PageNum}
  62. PageNumStr
  63. PrintTab
  64. TAB_SIZE
  65. PageNumberStr
  66. TextBox_KeyPress
  67. KeyAscii
  68. WindowState
  69. MousePointer
  70.     BackColor
  71. WHITEL
  72.     ForeColor
  73. BLACK
  74. IsFirst
  75. QuitCom_Click
  76. ClearCom_Click
  77. ScreenCom_Click
  78. LastLineCom_Click
  79. MouseIsDown
  80. Form_MouseDown
  81. Button
  82. Shift
  83. Form_MouseUp
  84. Form_MouseMove
  85.     MouseDown
  86. MouseCoordBox
  87. LastX
  88. LastY
  89. FirstX0
  90. FirstY
  91. those
  92. ##0.0
  93.  number of lines
  94.  Boolean    
  95. Form_Load
  96. Form_MouseDown
  97.  store coordinates of start point
  98.  initialize coordinates of end point
  99.  with those of the start point
  100. Form_MouseMove
  101. Form_MouseUp
  102.  update lines
  103. LastLineCom_Click
  104.  erase the last line
  105.  decrease the number of linesn
  106.  redraw the other lines
  107. QuitCom_Click
  108. ScreenCom_Click
  109.