home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / passwd1 / new_pw.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-11-20  |  5.3 KB  |  156 lines

  1. frmNewUser
  2. New User Setup
  3. Form15
  4. cboTaskLevel
  5.     2 - Staff
  6. MS Sans Serif
  7. txtName
  8. MS Sans Serif
  9. txtID
  10. MS Sans Serif
  11. txtPwd
  12.     cmdCancel
  13. Cancel
  14. cmdOK
  15. Label1
  16. Level:
  17. lblPwd
  18. Mssgs
  19. Label1
  20. Label1
  21. Name:
  22. Label1
  23.     Password:
  24. Password
  25. PASSWORD_FILE
  26.     Form_Load
  27. Label1I
  28. Caption
  29. Text1
  30. Try2a
  31. Tries
  32. Command1_Click
  33. Command2_Click
  34. cmdOk_Click
  35. Textb
  36. frmMain
  37. frmNewPassword
  38. FileNum1
  39. Form_Paint
  40. MINIMUM_PASSWORD_LENGTH
  41. cmdCancel_ClickG
  42. MB_ICONEXCLAMATION
  43. MB_ICONSTOPk
  44. pwChkEnable_Click
  45. FormIn3D/
  46. Form_Unloadu
  47. Cancel
  48. Label1_Click
  49. Text1_Change
  50. FormCenterModalm
  51. MainForm:
  52. boxName
  53. MessageD
  54. txtPwdT
  55. txtID|
  56. txtname
  57. lblPwd
  58. visible
  59. WritePasswd
  60. txtName_Change
  61. Index
  62. txtName_KeyPress6
  63. KeyAscii
  64. txtID_Change
  65. txtID_KeyPress<
  66. txtPwd_Change
  67. txtPwd_KeyPress
  68. UserID
  69. UserName'
  70. ExpTerm
  71. Today
  72. EXPIRE_TERM
  73. NoMatch|
  74.     nResponse
  75.     txtPasswd
  76. tempID4
  77. Action
  78.     TaskLevel
  79. cboTaskLevel
  80. style
  81. lblPwd_Click
  82. tempName
  83. frmNewUser
  84. txtPwd_GotFocus
  85. txbPwd
  86. SelStart
  87.     SelLength!
  88. MAX_PASSWORD_LENGTHI
  89. MAX_NAME_LENGTH
  90. MINIMUM_ID_LENGTHn
  91. MAX_ID_LENGTH
  92. SendMessage{
  93.     frmLookup
  94. tbxCategory2
  95. EM_SETREADONLY
  96. cboTaskLevel_Change
  97. cboTask"
  98. cmdCancel_Click
  99. cmdOk_Click
  100.  If user enters a new password. 
  101. AddNew is true, Edit is FalseS
  102. all should have inputt
  103. User Name is required.
  104. User ID is required.
  105. Password is required.
  106. length tests
  107. User Name too long - maximum is 
  108.  characters.
  109. User Name
  110. ID lengthl
  111. User ID too short - minimum is 
  112.  characters.
  113. User ID
  114. User ID too long - maximum is 
  115.  characters.
  116. User ID
  117. password length
  118. Password too short - minimum is 
  119.  characters.
  120. Password
  121. Password too long - maximum is 
  122.  characters.
  123. Password
  124. is this first or second password entry
  125. Verify New password:
  126. Sorry - entries do not match
  127. Password
  128. Re-enter New password:
  129.  Execution reaches here only if the two enties match.h
  130. find the UserID (unique) from dynasete
  131. [UserID] = '
  132.  exists, so is this an edit?
  133. User Exist! Is this an Edit?
  134. Edit of Existing User
  135. not yes, so is boobooa
  136.  exists and is an edit
  137. assign variables and concatinate the rest
  138. default is true - Addnew
  139. Form_Load
  140. 1 - Guest
  141. 2 - Staff
  142. 3 - Supervisor
  143. 4 - Management
  144. 5 - Administrator
  145. Form_Unload
  146. pwChkEnable_Click
  147. txtID_KeyPress
  148. enter keyl
  149. {Tab}
  150. txtName_KeyPress
  151. enter keyl
  152. {Tab}
  153. txtPwd_KeyPress
  154. enter keyl
  155. {Tab}
  156.