home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / FERRAMEN / INFO / INFO.FRM (.txt) < prev   
Encoding:
Visual Basic Form  |  1993-11-17  |  3.7 KB  |  127 lines

  1. frmDlgInfo
  2. About name of program
  3. Form3%
  4. Command1
  5. Label7
  6. icon !
  7. Image1
  8. Label6
  9. anything
  10. Label5
  11. anything
  12. lblRes
  13. lblRes
  14. lblKB
  15. lblKB
  16. lblModus
  17. lblModus
  18. Label4
  19. Systemresources:
  20. Label3
  21. Memory:
  22. Line1
  23. Label2
  24. copyright note
  25. Label1
  26. name of program
  27. Label1_Click
  28. Command1_Click>
  29. @    Form_Load
  30. DlgInfo2
  31. Label2_Click
  32. Label2_Change_
  33. frmDlgInfo
  34. Remove_
  35. Remove_Items_From_SysMenu
  36. GetFreeSpace
  37. GetWinFlags#
  38. WF_STANDARD
  39. WF_ENHANCED?
  40. WF_80x87
  41. WinFlagsI
  42.     Processor
  43. AboutBox
  44. Screena
  45. Width
  46. Height
  47. Lbl_Info
  48. Caption
  49. Lbl_InfoValues
  50. lblKBLbl_InfoValues
  51. lblKB
  52. wFlags
  53. frmDlgInfoAboutBox4
  54. lblModus
  55. lKBfree&
  56. KBfree
  57. Standard
  58. GetVersionS
  59. Version
  60. LOBYTE
  61. LOWORD
  62.     dwVersion"
  63. HIBYTE
  64. constGetSystemMetrics
  65. SM_DEBUGG
  66. GetSystemMetrics2
  67. nIndex
  68. SystemMetricsr
  69. SM_DEBUGByVal&
  70. Form_KeyDown
  71. KeyCodeK
  72. Shift
  73. kbESC
  74. KEY_ESC
  75. KEY_ESCAPE
  76. Form_KeyPress
  77. KeyAscii
  78. Command1_KeyPress
  79. GetFreeSystemResources
  80. fuSysResource
  81. GFSR_SYSTEMRESOURCES
  82. lblRes
  83. DosVer
  84. DosVersion
  85. WinVer5
  86. WindowsVersion
  87. HSysMenua
  88. GetSystemMenu
  89. A_Form
  90. RemoveMenuW
  91. MF_BYPOSITION*
  92. bRevert>
  93. hMenu
  94.     nPosition
  95. ShortInt
  96. HIWORD
  97. LongIntP
  98. Kernel
  99. Kernel
  100. Kernel
  101. correct SysMenu for dlgs
  102. Command1_Click
  103. Command1_KeyPress
  104. Form_Load
  105.  Dialog Boxes should only have Move and Close itemss
  106.  in their System menus', so remove the others.
  107. fill the mode label...
  108. Windows version 
  109.  Get current Windows configuration
  110.   -  
  111. Enhanced Mode
  112. Standard Mode
  113.  (DEBUG)
  114.  KB free
  115.  % free
  116. HIBYTE
  117. HIWORD
  118. LOBYTE
  119. LOWORD
  120. Remove_Items_From_SysMenu
  121.  Obtain the handle to the forms System menua
  122.  Remove all but the MOVE and CLOSE options.  The menu items
  123.  must be removed starting with the last menu item.
  124. Switch toh
  125. Separatorh
  126. SeparatorP
  127.