home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / win_chil / main_for.frm (.txt) < prev    next >
Visual Basic Form  |  1991-11-26  |  6KB  |  138 lines

  1.     Main_Form
  2. WindChill Calculator
  3. Form1
  4. Picture1
  5. Label3
  6. Enter Here
  7. Text1
  8. Label1
  9.  Wind Speed MPH
  10. Text2
  11. Label2
  12. Temperature Degrees F.
  13. Picture2
  14. Label4
  15. Conversion
  16. Label5
  17. Label7
  18. Meters/Second
  19. Label6
  20. Label8
  21. Degrees Celcius
  22. Picture3
  23. Label10
  24. WindChill  is =>
  25. Label9
  26. Command1
  27. Convert
  28. Command2
  29. Another
  30. FileCmd
  31. &File
  32. AboutCmd
  33. About
  34. spacer
  35. ExitCmd
  36. HelpCmd
  37. &Help
  38. Form_Clickv
  39.     BorderBox
  40. source1
  41. source2l
  42. bleft
  43. bwide
  44. Width
  45. bhigh
  46. Height
  47. BorderBoxRaised
  48. Form_Paint
  49. picture1
  50. form_next_look
  51. text16
  52. picture2
  53.     main_formr
  54. text2
  55. label1
  56. label2l
  57. label3
  58. label5
  59. label6
  60. label7
  61. label8
  62. Text1_Change
  63. MPH_Change
  64. title
  65. Text1_KeyPress
  66. keyascii'
  67. EntryErrorg
  68. Text2_Change}
  69. Text2_KeyPressB
  70. EntryError2P
  71. Text2_KeyUp
  72. KeyCode
  73. Shift
  74. Command1_Click
  75. msec0
  76. captionV
  77. winchl
  78. label9z
  79. Command2_Click
  80. picture3
  81. label10
  82. HelpCmd_Click
  83. AboutCmd_Click
  84. about
  85. ExitCmd_Click
  86. Form_GotFocus
  87. Form_MouseMoveQ
  88. Button
  89. Text1_LostFocus
  90. FileCmd_Click
  91. command_click
  92. Screen
  93.     Form_Load
  94. Label9_Click
  95. BorderBox
  96. BorderBoxRaised
  97. Form_Paint
  98. SYNTAX FOR BORDERBOXRAISED
  99. PICTURE, FORM NAME
  100. SYNTAX FOR BORDERBOX
  101. TEXT or LABEL, PICTURE
  102. Text1_Change
  103. Your number is restricted"
  104. to a maximum of 4 digits."
  105. Entry Error"
  106. Text1_KeyPress
  107. TRAP FOR POSTIVE WHOLE NUMBERS
  108. Enter Postive Whole Numbers Only
  109. Entry Error"
  110. Text2_Change
  111. Your number is restricted"
  112. to a maximum of 4 digits."
  113. Entry Error"
  114. Text2_KeyPress
  115. TRAP FOR WHOLE NUMBERS
  116.         msg$ = "Enter Whole Numbers Only"
  117. Entry Error"
  118. Command1_Click
  119. You must enter both MPH and 
  120. Entry Error"
  121. forgot to enter both numbers
  122. convert to meters/second
  123. convert to degrees Celcius
  124. MAIN WIND CHILL FORMULAR
  125. fffff
  126. ##,###.00"
  127. ##,###.00"
  128. ##,###.0
  129. Command2_Click
  130. HelpCmd_Click
  131. AboutCmd_Click
  132. ExitCmd_Click
  133. Form_Load
  134.  Set height of form.
  135.  Set width of form..
  136.  Center form horizontally.
  137.  Center form vertically.
  138.