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

  1. Form1
  2. Integer Math Calculator
  3. Form1%
  4. Operand1Box
  5. OperatorBox
  6. Operand2Box
  7.     ResultBox
  8. ErrorMessageBox
  9. ExecuteBtn
  10. Execute
  11. QuitBtn
  12. Operand1Lbl
  13.     Operand 1
  14. OperatorLbl
  15. Operator
  16. Operand2Lbl
  17.     Operand 2
  18.     ResultLbl
  19. Result
  20. ErrorMessageLbl
  21. Error Message
  22. Command2_Click
  23. QuitBtn_Click
  24. StoreBtn_Click
  25. VariableBox
  26. ErrorMessageBox
  27. Index
  28.     ResultBox
  29. ResultBox_Change
  30. OperatorBox_Change
  31. Operand2Box_Change
  32. Operand1Box_ChangeD
  33. Label6_ClickT
  34. Label5_Clickd
  35. Label4_Clickt
  36. Label3_Click
  37. Label2_Click<
  38. Label1_Click
  39. Form_Click
  40. ExecuteBtn_Click,
  41. ErrorMessageBox_Change
  42. Operand1Box
  43. Operand2Box+
  44. OperatorBox
  45.     ErrorFlag
  46. Xchar
  47. YChar=
  48. Cchar
  49. VariableBox_Changep
  50. ErrorMesageBox{
  51. ASCII_A
  52. TheVars
  53. InvalidY
  54. False
  55. InValifY    
  56. ErrorMsesageBox
  57. ErrorMes
  58. sageBox
  59. IfEnd
  60. ErroressageBox
  61. InValid
  62. numeric
  63. operand5
  64. displayJ
  65. Operand1Lbl_Click_
  66. Operand2Lbl_Click
  67. OperatorLbl_ClickL
  68. ErrorMessageLbl_Click
  69. OperatorBox_DragDropI
  70. Source_
  71. OperatorBox_DragOver
  72. State
  73. OperatorBox_GotFocus
  74. OperatorBox_KeyDown
  75. KeyCode7
  76. Shift|
  77. OperatorBox_KeyPress
  78. KeyAscii
  79. OperatorBox_KeyUp
  80. ResultLbl_Clicki
  81. Op1Strs
  82. Op2Str
  83. OpStr
  84. Operand1Box_KeyPressd
  85. Operand2Box_KeyPress
  86. ExecuteBtn_KeyUp
  87. ExecuteBtn_KeyDown
  88. ExecuteBtn_KeyPress
  89. ExecuteBtn_DragOver
  90. ExecuteBtn_DragDrop
  91. ExecuteBtn_LostFocus
  92. Strin
  93.     BackspaceV
  94.     character
  95. DigitCount
  96. Operand1Box_GotFocus
  97. ErrorMessageLbl_Click
  98. ExecuteBtn_Click
  99.  clear error message box
  100.  clear result boxa
  101.  examine the content of the OperatorBox text box
  102. SUBTRACT
  103. MULTIPLY
  104. DIVIDE
  105. Division by zero error
  106. MODULO
  107. Modulo of zero error
  108. Invalid operator
  109.  if the error message box is still empty, there is
  110.  no error.  Therefore, convert the variable Z into
  111.  a string and display it in ResultBoxr
  112. Label3_Click
  113. Label5_Click
  114.  clear the error message text boxb
  115. Operand1Box_GotFocus
  116. Operand1Box_KeyPress
  117.  is the KeyAscii the ASCII code fora
  118.  the Backspace character?I
  119. Operand2Box_KeyPress
  120.  is the KeyAscii the ASCII code fora
  121.  the Backspace character?I
  122. OperatorBox_KeyPress
  123.  convert ASCII code to character
  124.  convert to uppercaseo
  125.  convert character to ASCII code
  126. QuitBtn_Click
  127.