home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mavcl130.zip / MAVFRENT.VBE < prev    next >
Text File  |  1995-12-17  |  4KB  |  61 lines

  1. //
  2. //VBBeginPartInfo: AlphaEntryField, "Maverick Alphanumeric Formatted Entry Field"
  3. //VBParent: IEntryField
  4. //VBIncludes: <mavfrent.hpp>
  5. //VBPartDataFile: 'mavfrent.vbb'
  6. //VBComposerInfo: visual, 322, dde4vr30, userprimitive
  7. //VBComposerTextSetting: text, UsePartName
  8. //VBAttribute: capsLock, "force all caps", Boolean, Boolean isCapsLock() const, void capsLock(Boolean capsLock)
  9. //VBAttribute: noNumberAllowed, "forbid number entry", Boolean, Boolean isNoNumberAllowed() const, void noNumberAllowed(Boolean noNumberAllowed)
  10. //VBAttribute: allowedChars, "allow only entry of chars in this string", IString, IString& allowedChars() const, void setAllowedChars(IString& allowedChars)
  11. //VBAttribute: regex, "check for this regex on lostfocus", IString, IString& regex() const, void setRegex(IString& regex)
  12. //VBEndPartInfo: AlphaEntryField
  13. //
  14. //
  15. //VBBeginPartInfo: NumEntryField, "Maverick Numeric Formatted Entry Field"
  16. //VBParent: IEntryField
  17. //VBIncludes: <mavfrent.hpp>
  18. //VBPartDataFile: 'mavfrent.vbb'
  19. //VBComposerInfo: visual, 322, dde4vr30, userprimitive
  20. //VBComposerTextSetting: text, UsePartName
  21. //VBAttribute: double, "double field content", double, double getDouble(), NumEntryField & setDouble(double value),textId, NOSETTING
  22. //VBAttribute: thousDisplayed, "is thousand separator shown", Boolean, Boolean isThousDisplayed() const, void thousDisplayed(Boolean thousDisplayed)
  23. //VBAttribute: showZero, "is a single zero shown", Boolean, Boolean isShowZero() const, void showZero(Boolean showZero)
  24. //VBAttribute: min, "minimum allowed number", double, double minAllowed() const, void setMinAllowed(double minAllowed)
  25. //VBAttribute: max, "maximum allowed number", double, double maxAllowed() const, void setMaxAllowed(double maxAllowed)
  26. //VBAction: getDouble, "returns the value", double, double getDouble()
  27. //VBAction: setDouble, "sets the value", NumEntryField &, NumEntryField & setDouble(double value)
  28. //VBPreferredFeatures: double, setDouble, getDouble, text
  29. //VBEndPartInfo: NumEntryField
  30. //
  31. //
  32. //VBBeginPartInfo: DateEntryField, "Maverick Date Formatted Entry Field"
  33. //VBParent: IEntryField
  34. //VBIncludes: <mavfrent.hpp>
  35. //VBPartDataFile: 'mavfrent.vbb'
  36. //VBComposerInfo: visual, 322, dde4vr30, userprimitive
  37. //VBComposerTextSetting: text, UsePartName
  38. //VBAttribute: textWithDefault, "Date field content as string with 1 jan 1800 as default", IString, IString getTextWithDefault(), DateEntryField & setTextWithDefault(IString s), textId, NOSETTING
  39. //VBAttribute: date, "date field content", IDate, IDate getDate(), DateEntryField & setDate(IDate date),  textId, NOSETTING
  40. //VBAttribute: noYearDisplayed, "is year displayed", Boolean, Boolean isNoYearDisplayed() const, void noYearDisplayed(Boolean noYearDisplayed)
  41. //VBAction: getDate, "returns the value", IDate, IDate getDate()
  42. //VBAction: setDate, "sets the value", DateEntryField &, DateEntryField & setDate(IDate date)
  43. //VBPreferredFeatures: date, setDate, getDate, textWithDefault
  44. //VBEndPartInfo: DateEntryField
  45. //
  46. //
  47. //VBBeginPartInfo: TimeEntryField, "Maverick Time Formatted Entry Field"
  48. //VBParent: IEntryField
  49. //VBIncludes: <mavfrent.hpp>
  50. //VBPartDataFile: 'mavfrent.vbb'
  51. //VBComposerInfo: visual, 322, dde4vr30, userprimitive
  52. //VBComposerTextSetting: text, UsePartName
  53. //VBAttribute: textWithDefault, "Time field content as string with 00:00:00 as default", IString, IString getTextWithDefault(), TimeEntryField & setText(IString s), textId, NOSETTING
  54. //VBAttribute: time, "timee field content", ITime, ITime getTime(), TimeEntryField & setTime(ITime time),  textId, NOSETTING
  55. //VBAction: getTime, "returns the value", ITime, ITime getTime()
  56. //VBAction: setTime, "sets the value", TimeEntryField &, TimeEntryField & setTime(ITime time)
  57. //VBPreferredFeatures: time, setTime, getTime, textWithDefault
  58. //VBEndPartInfo: TimeEntryField
  59. //
  60.  
  61.