home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progbas / cblist.arj / FORMATS.FRM (.txt) < prev    next >
Visual Basic Form  |  1992-04-15  |  2KB  |  73 lines

  1. Formats
  2. TextFormat Properties
  3. Form1
  4. FTXT_1
  5. FText
  6. Format="(###)-###-####"
  7. (###)-###-####+
  8. FTXT_1
  9. FText
  10. Format="(/0##000)-000000"
  11. (/0##000)-000000+
  12. Label4
  13. "Your entry will be displayed here:
  14. PW_Label
  15. here your entries will appear
  16. FTXT_1
  17. FText
  18. Format="ZIP [####]"
  19. ZIP [####]+
  20. Label1
  21. TTextformats can contain any kind of character as passive characters. (Here: ZIP [ ])
  22. Label2
  23. gBeware: if you want an active character to act as a passive character, a / must precede the character !
  24. FTXT_1
  25. FText
  26. Format="Max [####]"
  27. Max [####]+
  28. FTXT_1
  29. FText
  30. &Format="/M/a/x [####]"
  31. /M/a/x [####]+
  32. FTXT_1
  33. FText
  34. Format="&Rech./# [####]"
  35. Rech./# [####]+
  36. Label3
  37. gPassword entry  (Attention: the * must be the first character and does not belong to the format string!
  38. FTXT_1
  39. FText
  40.  Format="*********" 8 characters!
  41. (    *********+
  42. FTXT_1
  43. FText
  44.  Format="*###" 3 digits only 0..9
  45. *###+
  46. FTXT_1
  47. FText
  48. 6Format="*MMMMMMMM" 8 mandatory capitalized characters 
  49. (    *MMMMMMMM+
  50. Command1
  51. Return
  52. Command1_Click
  53. Formats
  54. FTXT_1_Change
  55. Index
  56. PW_Label,
  57. FXT_1
  58. FTXT_1
  59. Caption
  60. Form_Click
  61. @    Form_Load
  62. Screen
  63. Width
  64. Height
  65. Label2_Click
  66. PW_Label_Click
  67. ByUserEdit
  68. Command1_Click
  69. Form_Load
  70.  Center form horizontally.
  71.  Center form vertically.
  72. FTXT_1_Change
  73.