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

  1. Form1
  2. Scroll Bar Demo
  3. Form1%
  4. TextBox
  5. TimeScl
  6. TimerBtn
  7. Count Down
  8. QuitBtn
  9. TimerLbl
  10. Timer Setting
  11. MinLbl
  12. N sec
  13. MaxLbl
  14. M sec
  15. Form_Click
  16. @    Form_LoadY
  17. DateFormatOpt
  18. Value
  19. TimeFormat
  20. TimeFormatOpt*
  21. NowBtn_Click
  22. TextBox
  23. QuitBtn_ClickV
  24. CountryCmb_Change%
  25. CountryCmbI
  26.     ComboItemm
  27. VScroll1_Change
  28. TimeScl_Changed
  29. ScrollBarValueBox
  30. TimeSclc
  31. ScrollValueBox
  32. Label1_Click
  33. TimerBtn_Click
  34. Count
  35. Total
  36. TextLine
  37. TimerBtn
  38. Caption
  39. ScrollValueBox_Change
  40. MaxLbl_Click~
  41. TextBox_Change@
  42. TextBox_LostFocus
  43. QuitBtn
  44. Enabled
  45. False
  46.     MIN_VALUE
  47.     MAX_VALUE
  48. MinLbl
  49. MaxLbl
  50. SmallChange
  51. LargeChange
  52. properties
  53. Form_Load
  54.  set the Min, Max, Value, SmallChange, and the
  55.  LargeChange properties of the scroll bar
  56.  set the Text property of TextBoxr
  57.  Assign captions to the scroll bar labels to
  58.  match the program's settingsl
  59. QuitBtn_Click
  60. TimerBtn_Click
  61. TextBox.Text = Str$(TimeScl.Value)
  62.  update the scroll box location 
  63. TimeScl_Change
  64.