home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / vb_mem / vbmem.frm (.txt) < prev    next >
Visual Basic Form  |  1991-08-24  |  6KB  |  141 lines

  1. SysInfo
  2. System Info
  3. System
  4. Form2*
  5. Lbl_Mode
  6. Pic_Pc
  7. Lbl_FreeMem
  8. Tmr_Mem
  9. Tmr_Time
  10. Lbl_Info
  11. Lbl_Math
  12. GetFreeSpace
  13. wFlags
  14. GetWinFlags
  15. WF_STANDARD
  16. WF_ENHANCEDj
  17. WF_80x87
  18. @    Form_Load
  19. WinFlags
  20.     Processor
  21. Remove_Items_From_Sysmenu
  22. AboutDlg
  23. Screen
  24. Width
  25. Height
  26. Lbl_Info
  27. Caption
  28. Lbl_InfoValuesC
  29. Cmd_OK_Click
  30. ColorPalette
  31. Pic_ColorPalette
  32. Lbl_RGBValues
  33. Lbl_SelectedColor
  34. Lbl_Red
  35. Scrl_RGB
  36. Txt_RGBe
  37. Pic_RGB
  38. Pic_SelectedColor4
  39.     Lbl_Green`
  40. Lbl_NearestSolidColor*
  41. Lbl_Blue-
  42. Pic_NearestSolidColorq
  43. Cmd_OKX
  44. Cmd_Set
  45.     Cmd_Reset
  46. AboutBox
  47. Lbl_Version_Click
  48. Define
  49. Picture1_Click
  50. values
  51. labels
  52. Display
  53. configuration+
  54. variable
  55. causes
  56. break
  57. Cmd_OK_Dbl_ClickN
  58. Cmd_Button_Dbl_ClickF
  59. Command1_Click
  60. Form1
  61. Loadv
  62. Cmd_Show_Click
  63. Label1H
  64. Lbl_Math
  65. Lbl_Math_Click
  66. Lbl_FreeMem
  67. Form_DblClick
  68. Form_Resize
  69. WindowState
  70. Formh
  71. Change
  72. ThenForm
  73. Lbl_FreeMem_Click"
  74. Lbl_Info_Click
  75. SysInfo9
  76. Lbl_Modew
  77. Tmr_Mem_TimerW
  78.     Pic_Click
  79. Pic_Pc_Click
  80. Timer1_Timer
  81. Tmr_Time_Timer
  82. Charles
  83. Snider
  84. Compuserve
  85. FTime
  86. Hours
  87. ThenMid
  88.     FTimeElse
  89. FreeResource
  90. hResData
  91. Mem2#
  92. SysInfpW
  93. Timr_Chk_Timer>
  94. Form_GotFocus
  95. Events
  96. ThenIf
  97. ElseSysInfo
  98. avoid
  99.  These are the definitions and declarations for object FORM
  100. Kernelt
  101. Kernel
  102. Form_Load
  103.  Center on the screen
  104.  Get current Windows configuration
  105.  CRLF variable causes a line break in a labels caption
  106.  Check Windows mode 
  107. 386 Enhanced Mode"
  108. Standard Mode"
  109.  Check for math coprocessor 
  110. Present"
  111.  Put titles and values into labels
  112. Free Memory:
  113. Math Co-processor:
  114. ##,#00
  115. Tmr_Mem_Timer
  116. ##,#00
  117.  Check if the application is minimized.n
  118.  If so, display free memory in caption
  119.  Mem and Mem2 are compared. Mem2 is retrived by
  120.  the timer every second and compared to Mem. A
  121.  difference will evaluate true and only then willd
  122.  the caption be redisplayed. This is to avoidw
  123.  continuous blinking of the caption.
  124.  ##,#00"
  125.  KB Free
  126. System Info"
  127. Pic_Pc_Click
  128.  Display About Box
  129. by Charles K. Snider
  130. Compuserv 73730,1315
  131. VBMEM v1.1
  132. Tmr_Time_Timer
  133.  Mem is checked every 10.25 secondsc
  134.  (see Tmr_Mem)
  135. Form_Resize
  136.  Initial check if the application is minimized.a
  137.  If so, display free memory in caption
  138. ##,#00
  139.  KB Free
  140. System Info"
  141.