InkConstants.bas 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. '+-------------------------------------------------------------------------
  2. '
  3. ' Microsoft Windows
  4. ' Copyright (C) Microsoft Corporation, 2002.
  5. '
  6. ' File: InkConstants.bas
  7. ' Microsoft WISP API constants for VB6
  8. '
  9. '--------------------------------------------------------------------------
  10. Attribute VB_Name = "InkConstants"
  11. '+-------------------------------------------------------------------------
  12. '
  13. ' Ink Factoids
  14. '
  15. ' The following constants are ink factoids. A factoid provides context
  16. ' for recognized ink in the context of a particular field; use it to
  17. ' specify that an input field is of a known type, such as a date.
  18. '
  19. '--------------------------------------------------------------------------
  20. Public Const FactoidBopomofo = "BOPOMOFO"
  21. Public Const FactoidChineseSimpleCommon = "CHS_COMMON"
  22. Public Const FactoidChineseTraditionalCommon = "CHT_COMMON"
  23. Public Const FactoidCurrency = "CURRENCY"
  24. Public Const FactoidDate = "DATE"
  25. Public Const FactoidDefault = "DEFAULT"
  26. Public Const FactoidDigit = "DIGIT"
  27. Public Const FactoidEmail = "EMAIL"
  28. Public Const FactoidFilename = "FILENAME"
  29. Public Const FactoidHangulCommon = "HANGUL_COMMON"
  30. Public Const FactoidHangulRare = "HANGUL_RARE"
  31. Public Const FactoidHiragana = "HIRAGANA"
  32. Public Const FactoidJamo = "JAMO"
  33. Public Const FactoidJapaneseCommon = "JPN_COMMON"
  34. Public Const FactoidKanjiCommon = "KANJI_COMMON"
  35. Public Const FactoidKanjiRare = "KANJI_RARE"
  36. Public Const FactoidKatakana = "KATAKANA"
  37. Public Const FactoidKoreanCommon = "KOR_COMMON"
  38. Public Const FactoidLowerChar = "LOWERCHAR"
  39. Public Const FactoidNone = "NONE"
  40. Public Const FactoidNumber = "NUMBER"
  41. Public Const FactoidNumberSimple = "NUMSIMPLE"
  42. Public Const FactoidOneChar = "ONECHAR"
  43. Public Const FactoidPercent = "PERCENT"
  44. Public Const FactoidPostalCode = "POSTALCODE"
  45. Public Const FactoidPuncChar = "PUNCCHAR"
  46. Public Const FactoidSystemDictionary = "SYSDICT"
  47. Public Const FactoidTelephone = "TELEPHONE"
  48. Public Const FactoidTime = "TIME"
  49. Public Const FactoidUpperChar = "UPPERCHAR"
  50. Public Const FactoidWeb = "WEB"
  51. Public Const FactoidWordList = "WORDLIST"
  52. '+-------------------------------------------------------------------------
  53. '
  54. ' Packet Property GUIDs
  55. '
  56. ' The following constants are packet property GUIDs. Use these GUIDs to
  57. ' specify which properties the ink packets should contain.
  58. '
  59. '--------------------------------------------------------------------------
  60. Public Const AltitudeOrientation = "{82DEC5C7-F6BA-4906-894F-66D68DFC456C}"
  61. Public Const AzimuthOrientation = "{029123B4-8828-410B-B250-A0536595E5DC}"
  62. Public Const ButtonPressure = "{8B7FEFC4-96AA-4BFE-AC26-8A5F0BE07BF5}"
  63. Public Const NormalPressure = "{7307502D-F9F4-4E18-B3F2-2CE1B1A3610C}"
  64. Public Const PacketStatus = "{6E0E07BF-AFE7-4CF7-87D1-AF6446208418}"
  65. Public Const PitchRotation = "{7F7E57B7-BE37-4BE1-A356-7A84160E1893}"
  66. Public Const RollRotation = "{5D5D5E56-6BA9-4C5B-9FB0-851C91714E56}"
  67. Public Const SerialNumber = "{78A81B56-0935-4493-BAAE-00541A8A16C4}"
  68. Public Const TangentPressure = "{6DA4488B-5244-41EC-905B-32D89AB80809}"
  69. Public Const TimerTick = "{436510C5-FED3-45D1-8B76-71D3EA7A829D}"
  70. Public Const TwistOrientation = "{0D324960-13B2-41E4-ACE6-7AE9D43D2D3B}"
  71. Public Const X = "{598A6A8F-52C0-4BA0-93AF-AF357411A561}"
  72. Public Const XTiltOrientation = "{A8D07B3A-8BF0-40B0-95A9-B80A6BB787BF}"
  73. Public Const Y = "{B53F9F75-04E0-4498-A7EE-C30DBB5A9011}"
  74. Public Const YawRotation = "{6A849980-7C3A-45B7-AA82-90A262950E89}"
  75. Public Const YTiltOrientation = "{0E932389-1D77-43AF-AC00-5B950D6D4B2D}"
  76. Public Const Z = "{735ADB30-0EBB-4788-A0E4-0F316490055D}"
  77. '+-------------------------------------------------------------------------
  78. '
  79. ' Recognition Property GUIDs
  80. '
  81. ' The following constants are recognition property GUIDs.
  82. '
  83. '--------------------------------------------------------------------------
  84. Public Const ConfidenceLevel = "{7DFE11A7-FB5D-4958-8765-154ADF0D833F}"
  85. Public Const HotPoint = "{CA6F40DC-5292-452a-91FB-2181C0BEC0DE}"
  86. Public Const LineMetrics = "{8CC24B27-30A9-4b96-9056-2D3A90DA0727}"
  87. Public Const LineNumber = "{DBF29F2C-5289-4BE8-B3D8-6EF63246253E}"
  88. Public Const MaximumStrokeCount = "{BF0EEC4E-4B7D-47a9-8CFA-234DD24BD22A}"
  89. Public Const PointsPerInch = "{7ED16B76-889C-468e-8276-0021B770187E}"
  90. Public Const Segmentation = "{B3C0FE6C-FB51-4164-BA2F-844AF8F983DA}"