home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l408 / 2.img / EXAMPLES.EXE / EXAMPLES / KEYBUFF / KEYBUFF.FRM (.txt) next >
Encoding:
Visual Basic Form  |  1991-06-10  |  3.1 KB  |  73 lines

  1. KeyBuff
  2. Text Recall
  3. System
  4. ww{www
  5. ww{www
  6. Form2
  7. KeyBuffList
  8. OkButton
  9. System
  10. CancelButton
  11. Cancel
  12. System
  13.     DelButton
  14. &Delete
  15. System
  16.     KickStart
  17. Hidden
  18. System
  19. ExitSignal
  20. List1
  21. KeyBuffList
  22. Command1
  23. Command2
  24. OkButton
  25. CancelButton
  26. CancelButton_Click
  27. OkButton_Click
  28.     ListIndex
  29.     KickStart
  30. KickStart_Click/
  31. Label1
  32. Text1e
  33. Text2D
  34. KeyBuffList_Clickm
  35. KeyBuffList_DblClick
  36. Value
  37. True(
  38. SetFlags
  39. Command2_Click
  40.     DelButton
  41. DelButton_Click
  42. KeyBuffList_KeyDown
  43. KeyCode
  44. Shift>
  45. DeleteItem
  46. DelButton_KeyDown
  47. KeyBuff\
  48. ExitCode
  49. ExitSignal
  50. Form_Click
  51. Form_Resize
  52. WindowState
  53. ExitSignal_Change
  54. Form_LostFocus
  55. RecallButton
  56. CancelButton_Click
  57.  Indicates no paste operationt
  58. OkButton_Click
  59.  So we don't store same text twice
  60.  Indicates paste operation
  61. KickStart_Click
  62. KeyBuffList_DblClick
  63.  Same as clicking OK button.
  64. DelButton_Click
  65. KeyBuffList_KeyDown
  66. DeleteItem
  67.  If one is selected 
  68.  remove it
  69. Form_Resize
  70.  If minimized, exit with no paste
  71. Form_LostFocus
  72.  Exit without pastee
  73.