TmSchema.hpp 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048
  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 2002 by Borland Software Corporation
  3. // All rights reserved
  4. // (DO NOT EDIT: machine generated header) 'TmSchema.pas' rev: 6.00
  5. #ifndef TmSchemaHPP
  6. #define TmSchemaHPP
  7. #pragma delphiheader begin
  8. #pragma option push -w-
  9. #pragma option push -Vx
  10. #include <SysInit.hpp> // Pascal unit
  11. #include <System.hpp> // Pascal unit
  12. //-- user supplied -----------------------------------------------------------
  13. #include "tmschema.h"
  14. namespace Tmschema
  15. {
  16. //-- type declarations -------------------------------------------------------
  17. typedef unsigned BGTYPE;
  18. typedef unsigned IMAGELAYOUT;
  19. typedef unsigned BORDERTYPE;
  20. typedef unsigned FILLTYPE;
  21. typedef unsigned SIZINGTYPE;
  22. typedef unsigned HALIGN;
  23. typedef unsigned CONTENTALIGNMENT;
  24. typedef unsigned VALIGN;
  25. typedef unsigned OFFSETTYPE;
  26. typedef unsigned ICONEFFECT;
  27. typedef unsigned TEXTSHADOWTYPE;
  28. typedef unsigned GLYPHTYPE;
  29. typedef unsigned IMAGESELECTTYPE;
  30. typedef unsigned TRUESIZESCALINGTYPE;
  31. typedef unsigned GLYPHFONTSIZINGTYPE;
  32. typedef unsigned WINDOWPARTS;
  33. typedef unsigned FRAMESTATES;
  34. typedef unsigned CAPTIONSTATES;
  35. typedef unsigned MAXCAPTIONSTATES;
  36. typedef unsigned MINCAPTIONSTATES;
  37. typedef unsigned HORZSCROLLSTATES;
  38. typedef unsigned HORZTHUMBSTATES;
  39. typedef unsigned VERTSCROLLSTATES;
  40. typedef unsigned VERTTHUMBSTATES;
  41. typedef unsigned SYSBUTTONSTATES;
  42. typedef unsigned MINBUTTONSTATES;
  43. typedef unsigned MAXBUTTONSTATES;
  44. typedef unsigned RESTOREBUTTONSTATES;
  45. typedef unsigned HELPBUTTONSTATES;
  46. typedef unsigned CLOSEBUTTONSTATES;
  47. typedef unsigned BUTTONPARTS;
  48. typedef unsigned PUSHBUTTONSTATES;
  49. typedef unsigned RADIOBUTTONSTATES;
  50. typedef unsigned CHECKBOXSTATES;
  51. typedef unsigned GROUPBOXSTATES;
  52. typedef unsigned REBARPARTS;
  53. typedef unsigned CHEVRONSTATES;
  54. typedef unsigned TOOLBARPARTS;
  55. typedef unsigned TOOLBARSTATES;
  56. typedef unsigned STATUSPARTS;
  57. typedef unsigned MENUPARTS;
  58. typedef unsigned MENUSTATES;
  59. typedef unsigned LISTVIEWPARTS;
  60. typedef unsigned LISTITEMSTATES;
  61. typedef unsigned HEADERPARTS;
  62. typedef unsigned HEADERITEMSTATES;
  63. typedef unsigned HEADERITEMLEFTSTATES;
  64. typedef unsigned HEADERITEMRIGHTSTATES;
  65. typedef unsigned HEADERSORTARROWSTATES;
  66. typedef unsigned PROGRESSPARTS;
  67. typedef unsigned TABPARTS;
  68. typedef unsigned TABITEMSTATES;
  69. typedef unsigned TABITEMLEFTEDGESTATES;
  70. typedef unsigned TABITEMRIGHTEDGESTATES;
  71. typedef unsigned TABITEMBOTHEDGESSTATES;
  72. typedef unsigned TOPTABITEMSTATES;
  73. typedef unsigned TOPTABITEMLEFTEDGESTATES;
  74. typedef unsigned TOPTABITEMRIGHTEDGESTATES;
  75. typedef unsigned TOPTABITEMBOTHEDGESSTATES;
  76. typedef unsigned TRACKBARPARTS;
  77. typedef unsigned TRACKBARSTATES;
  78. typedef unsigned TRACKSTATES;
  79. typedef unsigned TRACKVERTSTATES;
  80. typedef unsigned THUMBSTATES;
  81. typedef unsigned THUMBBOTTOMSTATES;
  82. typedef unsigned THUMBTOPSTATES;
  83. typedef unsigned THUMBVERTSTATES;
  84. typedef unsigned THUMBLEFTSTATES;
  85. typedef unsigned THUMBRIGHTSTATES;
  86. typedef unsigned TICSSTATES;
  87. typedef unsigned TICSVERTSTATES;
  88. typedef unsigned TOOLTIPPARTS;
  89. typedef unsigned CLOSESTATES;
  90. typedef unsigned STANDARDSTATES;
  91. typedef unsigned BALLOONSTATES;
  92. typedef unsigned TREEVIEWPARTS;
  93. typedef unsigned TREEITEMSTATES;
  94. typedef unsigned GLYPHSTATES;
  95. typedef unsigned SPINPARTS;
  96. typedef unsigned UPSTATES;
  97. typedef unsigned DOWNSTATES;
  98. typedef unsigned UPHORZSTATES;
  99. typedef unsigned DOWNHORZSTATES;
  100. typedef unsigned PAGEPARTS;
  101. typedef unsigned SCROLLBARPARTS;
  102. typedef unsigned ARROWBTNSTATES;
  103. typedef unsigned SCROLLBARSTATES;
  104. typedef unsigned SIZEBOXSTATES;
  105. typedef unsigned EDITPARTS;
  106. typedef unsigned EDITTEXTSTATES;
  107. typedef unsigned COMBOBOXPARTS;
  108. typedef unsigned COMBOBOXSTATES;
  109. typedef unsigned CLOCKPARTS;
  110. typedef unsigned CLOCKSTATES;
  111. typedef unsigned TRAYNOTIFYPARTS;
  112. typedef unsigned TASKBARPARTS;
  113. typedef unsigned TASKBANDPARTS;
  114. typedef unsigned STARTPANELPARTS;
  115. typedef unsigned MOREPROGRAMSARROWSTATES;
  116. typedef unsigned LOGOFFBUTTONSSTATES;
  117. typedef unsigned EXPLORERBARPARTS;
  118. typedef unsigned HEADERCLOSESTATES;
  119. typedef unsigned HEADERPINSTATES;
  120. typedef unsigned IEBARMENUSTATES;
  121. typedef unsigned NORMALGROUPCOLLAPSESTATES;
  122. typedef unsigned NORMALGROUPEXPANDSTATES;
  123. typedef unsigned SPECIALGROUPCOLLAPSESTATES;
  124. typedef unsigned SPECIALGROUPEXPANDSTATES;
  125. typedef unsigned MENUBANDPARTS;
  126. typedef unsigned MENUBANDSTATES;
  127. //-- var, const, procedure ---------------------------------------------------
  128. static const Shortint BT_IMAGEFILE = 0x0;
  129. static const Shortint BT_BORDERFILL = 0x1;
  130. static const Shortint BT_NONE = 0x2;
  131. static const Shortint IL_VERTICAL = 0x0;
  132. static const Shortint IL_HORIZONTAL = 0x1;
  133. static const Shortint BT_RECT = 0x0;
  134. static const Shortint BT_ROUNDRECT = 0x1;
  135. static const Shortint BT_ELLIPSE = 0x2;
  136. static const Shortint FT_SOLID = 0x0;
  137. static const Shortint FT_VERTGRADIENT = 0x1;
  138. static const Shortint FT_HORZGRADIENT = 0x2;
  139. static const Shortint FT_RADIALGRADIENT = 0x3;
  140. static const Shortint FT_TILEIMAGE = 0x4;
  141. static const Shortint ST_TRUESIZE = 0x0;
  142. static const Shortint ST_STRETCH = 0x1;
  143. static const Shortint ST_TILE = 0x2;
  144. static const Shortint HA_LEFT = 0x0;
  145. static const Shortint HA_CENTER = 0x1;
  146. static const Shortint HA_RIGHT = 0x2;
  147. static const Shortint CA_LEFT = 0x0;
  148. static const Shortint CA_CENTER = 0x1;
  149. static const Shortint CA_RIGHT = 0x2;
  150. static const Shortint VA_TOP = 0x0;
  151. static const Shortint VA_CENTER = 0x1;
  152. static const Shortint VA_BOTTOM = 0x2;
  153. static const Shortint OT_TOPLEFT = 0x0;
  154. static const Shortint OT_TOPRIGHT = 0x1;
  155. static const Shortint OT_TOPMIDDLE = 0x2;
  156. static const Shortint OT_BOTTOMLEFT = 0x3;
  157. static const Shortint OT_BOTTOMRIGHT = 0x4;
  158. static const Shortint OT_BOTTOMMIDDLE = 0x5;
  159. static const Shortint OT_MIDDLELEFT = 0x6;
  160. static const Shortint OT_MIDDLERIGHT = 0x7;
  161. static const Shortint OT_LEFTOFCAPTION = 0x8;
  162. static const Shortint OT_RIGHTOFCAPTION = 0x9;
  163. static const Shortint OT_LEFTOFLASTBUTTON = 0xa;
  164. static const Shortint OT_RIGHTOFLASTBUTTON = 0xb;
  165. static const Shortint OT_ABOVELASTBUTTON = 0xc;
  166. static const Shortint OT_BELOWLASTBUTTON = 0xd;
  167. static const Shortint ICE_NONE = 0x0;
  168. static const Shortint ICE_GLOW = 0x1;
  169. static const Shortint ICE_SHADOW = 0x2;
  170. static const Shortint ICE_PULSE = 0x3;
  171. static const Shortint ICE_ALPHA = 0x4;
  172. static const Shortint TST_NONE = 0x0;
  173. static const Shortint TST_SINGLE = 0x1;
  174. static const Shortint TST_CONTINUOUS = 0x2;
  175. static const Shortint GT_NONE = 0x0;
  176. static const Shortint GT_IMAGEGLYPH = 0x1;
  177. static const Shortint GT_FONTGLYPH = 0x2;
  178. static const Shortint IST_NONE = 0x0;
  179. static const Shortint IST_SIZE = 0x1;
  180. static const Shortint IST_DPI = 0x2;
  181. static const Shortint TSST_NONE = 0x0;
  182. static const Shortint TSST_SIZE = 0x1;
  183. static const Shortint TSST_DPI = 0x2;
  184. static const Shortint GFST_NONE = 0x0;
  185. static const Shortint GFST_SIZE = 0x1;
  186. static const Shortint GFST_DPI = 0x2;
  187. static const Byte TMT_STRING = 0xc9;
  188. static const Byte TMT_INT = 0xca;
  189. static const Byte TMT_BOOL = 0xcb;
  190. static const Byte TMT_COLOR = 0xcc;
  191. static const Byte TMT_MARGINS = 0xcd;
  192. static const Byte TMT_FILENAME = 0xce;
  193. static const Byte TMT_SIZE = 0xcf;
  194. static const Byte TMT_POSITION = 0xd0;
  195. static const Byte TMT_RECT = 0xd1;
  196. static const Byte TMT_FONT = 0xd2;
  197. static const Byte TMT_INTLIST = 0xd3;
  198. static const Word TMT_COLORSCHEMES = 0x191;
  199. static const Word TMT_SIZES = 0x192;
  200. static const Word TMT_CHARSET = 0x193;
  201. static const Word TMT_DISPLAYNAME = 0x259;
  202. static const Word TMT_TOOLTIP = 0x25a;
  203. static const Word TMT_COMPANY = 0x25b;
  204. static const Word TMT_AUTHOR = 0x25c;
  205. static const Word TMT_COPYRIGHT = 0x25d;
  206. static const Word TMT_URL = 0x25e;
  207. static const Word TMT_VERSION = 0x25f;
  208. static const Word TMT_DESCRIPTION = 0x260;
  209. static const Word TMT_CAPTIONFONT = 0x321;
  210. static const Word TMT_SMALLCAPTIONFONT = 0x322;
  211. static const Word TMT_MENUFONT = 0x323;
  212. static const Word TMT_STATUSFONT = 0x324;
  213. static const Word TMT_MSGBOXFONT = 0x325;
  214. static const Word TMT_ICONTITLEFONT = 0x326;
  215. static const Word TMT_FLATMENUS = 0x3e9;
  216. static const Word TMT_SIZINGBORDERWIDTH = 0x4b1;
  217. static const Word TMT_SCROLLBARWIDTH = 0x4b2;
  218. static const Word TMT_SCROLLBARHEIGHT = 0x4b3;
  219. static const Word TMT_CAPTIONBARWIDTH = 0x4b4;
  220. static const Word TMT_CAPTIONBARHEIGHT = 0x4b5;
  221. static const Word TMT_SMCAPTIONBARWIDTH = 0x4b6;
  222. static const Word TMT_SMCAPTIONBARHEIGHT = 0x4b7;
  223. static const Word TMT_MENUBARWIDTH = 0x4b8;
  224. static const Word TMT_MENUBARHEIGHT = 0x4b9;
  225. static const Word TMT_MINCOLORDEPTH = 0x515;
  226. static const Word TMT_CSSNAME = 0x579;
  227. static const Word TMT_XMLNAME = 0x57a;
  228. static const Word TMT_SCROLLBAR = 0x641;
  229. static const Word TMT_BACKGROUND = 0x642;
  230. static const Word TMT_ACTIVECAPTION = 0x643;
  231. static const Word TMT_INACTIVECAPTION = 0x644;
  232. static const Word TMT_MENU = 0x645;
  233. static const Word TMT_WINDOW = 0x646;
  234. static const Word TMT_WINDOWFRAME = 0x647;
  235. static const Word TMT_MENUTEXT = 0x648;
  236. static const Word TMT_WINDOWTEXT = 0x649;
  237. static const Word TMT_CAPTIONTEXT = 0x64a;
  238. static const Word TMT_ACTIVEBORDER = 0x64b;
  239. static const Word TMT_INACTIVEBORDER = 0x64c;
  240. static const Word TMT_APPWORKSPACE = 0x64d;
  241. static const Word TMT_HIGHLIGHT = 0x64e;
  242. static const Word TMT_HIGHLIGHTTEXT = 0x64f;
  243. static const Word TMT_BTNFACE = 0x650;
  244. static const Word TMT_BTNSHADOW = 0x651;
  245. static const Word TMT_GRAYTEXT = 0x652;
  246. static const Word TMT_BTNTEXT = 0x653;
  247. static const Word TMT_INACTIVECAPTIONTEXT = 0x654;
  248. static const Word TMT_BTNHIGHLIGHT = 0x655;
  249. static const Word TMT_DKSHADOW3D = 0x656;
  250. static const Word TMT_LIGHT3D = 0x657;
  251. static const Word TMT_INFOTEXT = 0x658;
  252. static const Word TMT_INFOBK = 0x659;
  253. static const Word TMT_BUTTONALTERNATEFACE = 0x65a;
  254. static const Word TMT_HOTTRACKING = 0x65b;
  255. static const Word TMT_GRADIENTACTIVECAPTION = 0x65c;
  256. static const Word TMT_GRADIENTINACTIVECAPTION = 0x65d;
  257. static const Word TMT_MENUHILIGHT = 0x65e;
  258. static const Word TMT_MENUBAR = 0x65f;
  259. static const Word TMT_FROMHUE1 = 0x709;
  260. static const Word TMT_FROMHUE2 = 0x70a;
  261. static const Word TMT_FROMHUE3 = 0x70b;
  262. static const Word TMT_FROMHUE4 = 0x70c;
  263. static const Word TMT_FROMHUE5 = 0x70d;
  264. static const Word TMT_TOHUE1 = 0x70e;
  265. static const Word TMT_TOHUE2 = 0x70f;
  266. static const Word TMT_TOHUE3 = 0x710;
  267. static const Word TMT_TOHUE4 = 0x711;
  268. static const Word TMT_TOHUE5 = 0x712;
  269. static const Word TMT_FROMCOLOR1 = 0x7d1;
  270. static const Word TMT_FROMCOLOR2 = 0x7d2;
  271. static const Word TMT_FROMCOLOR3 = 0x7d3;
  272. static const Word TMT_FROMCOLOR4 = 0x7d4;
  273. static const Word TMT_FROMCOLOR5 = 0x7d5;
  274. static const Word TMT_TOCOLOR1 = 0x7d6;
  275. static const Word TMT_TOCOLOR2 = 0x7d7;
  276. static const Word TMT_TOCOLOR3 = 0x7d8;
  277. static const Word TMT_TOCOLOR4 = 0x7d9;
  278. static const Word TMT_TOCOLOR5 = 0x7da;
  279. static const Word TMT_TRANSPARENT = 0x899;
  280. static const Word TMT_AUTOSIZE = 0x89a;
  281. static const Word TMT_BORDERONLY = 0x89b;
  282. static const Word TMT_COMPOSITED = 0x89c;
  283. static const Word TMT_BGFILL = 0x89d;
  284. static const Word TMT_GLYPHTRANSPARENT = 0x89e;
  285. static const Word TMT_GLYPHONLY = 0x89f;
  286. static const Word TMT_ALWAYSSHOWSIZINGBAR = 0x8a0;
  287. static const Word TMT_MIRRORIMAGE = 0x8a1;
  288. static const Word TMT_UNIFORMSIZING = 0x8a2;
  289. static const Word TMT_INTEGRALSIZING = 0x8a3;
  290. static const Word TMT_SOURCEGROW = 0x8a4;
  291. static const Word TMT_SOURCESHRINK = 0x8a5;
  292. static const Word TMT_IMAGECOUNT = 0x961;
  293. static const Word TMT_ALPHALEVEL = 0x962;
  294. static const Word TMT_BORDERSIZE = 0x963;
  295. static const Word TMT_ROUNDCORNERWIDTH = 0x964;
  296. static const Word TMT_ROUNDCORNERHEIGHT = 0x965;
  297. static const Word TMT_GRADIENTRATIO1 = 0x966;
  298. static const Word TMT_GRADIENTRATIO2 = 0x967;
  299. static const Word TMT_GRADIENTRATIO3 = 0x968;
  300. static const Word TMT_GRADIENTRATIO4 = 0x969;
  301. static const Word TMT_GRADIENTRATIO5 = 0x96a;
  302. static const Word TMT_PROGRESSCHUNKSIZE = 0x96b;
  303. static const Word TMT_PROGRESSSPACESIZE = 0x96c;
  304. static const Word TMT_SATURATION = 0x96d;
  305. static const Word TMT_TEXTBORDERSIZE = 0x96e;
  306. static const Word TMT_ALPHATHRESHOLD = 0x96f;
  307. static const Word TMT_WIDTH = 0x970;
  308. static const Word TMT_HEIGHT = 0x971;
  309. static const Word TMT_GLYPHINDEX = 0x972;
  310. static const Word TMT_TRUESIZESTRETCHMARK = 0x973;
  311. static const Word TMT_MINDPI1 = 0x974;
  312. static const Word TMT_MINDPI2 = 0x975;
  313. static const Word TMT_MINDPI3 = 0x976;
  314. static const Word TMT_MINDPI4 = 0x977;
  315. static const Word TMT_MINDPI5 = 0x978;
  316. static const Word TMT_GLYPHFONT = 0xa29;
  317. static const Word TMT_IMAGEFILE = 0xbb9;
  318. static const Word TMT_IMAGEFILE1 = 0xbba;
  319. static const Word TMT_IMAGEFILE2 = 0xbbb;
  320. static const Word TMT_IMAGEFILE3 = 0xbbc;
  321. static const Word TMT_IMAGEFILE4 = 0xbbd;
  322. static const Word TMT_IMAGEFILE5 = 0xbbe;
  323. static const Word TMT_STOCKIMAGEFILE = 0xbbf;
  324. static const Word TMT_GLYPHIMAGEFILE = 0xbc0;
  325. static const Word TMT_TEXT = 0xc81;
  326. static const Word TMT_OFFSET = 0xd49;
  327. static const Word TMT_TEXTSHADOWOFFSET = 0xd4a;
  328. static const Word TMT_MINSIZE = 0xd4b;
  329. static const Word TMT_MINSIZE1 = 0xd4c;
  330. static const Word TMT_MINSIZE2 = 0xd4d;
  331. static const Word TMT_MINSIZE3 = 0xd4e;
  332. static const Word TMT_MINSIZE4 = 0xd4f;
  333. static const Word TMT_MINSIZE5 = 0xd50;
  334. static const Word TMT_NORMALSIZE = 0xd51;
  335. static const Word TMT_SIZINGMARGINS = 0xe11;
  336. static const Word TMT_CONTENTMARGINS = 0xe12;
  337. static const Word TMT_CAPTIONMARGINS = 0xe13;
  338. static const Word TMT_BORDERCOLOR = 0xed9;
  339. static const Word TMT_FILLCOLOR = 0xeda;
  340. static const Word TMT_TEXTCOLOR = 0xedb;
  341. static const Word TMT_EDGELIGHTCOLOR = 0xedc;
  342. static const Word TMT_EDGEHIGHLIGHTCOLOR = 0xedd;
  343. static const Word TMT_EDGESHADOWCOLOR = 0xede;
  344. static const Word TMT_EDGEDKSHADOWCOLOR = 0xedf;
  345. static const Word TMT_EDGEFILLCOLOR = 0xee0;
  346. static const Word TMT_TRANSPARENTCOLOR = 0xee1;
  347. static const Word TMT_GRADIENTCOLOR1 = 0xee2;
  348. static const Word TMT_GRADIENTCOLOR2 = 0xee3;
  349. static const Word TMT_GRADIENTCOLOR3 = 0xee4;
  350. static const Word TMT_GRADIENTCOLOR4 = 0xee5;
  351. static const Word TMT_GRADIENTCOLOR5 = 0xee6;
  352. static const Word TMT_SHADOWCOLOR = 0xee7;
  353. static const Word TMT_GLOWCOLOR = 0xee8;
  354. static const Word TMT_TEXTBORDERCOLOR = 0xee9;
  355. static const Word TMT_TEXTSHADOWCOLOR = 0xeea;
  356. static const Word TMT_GLYPHTEXTCOLOR = 0xeeb;
  357. static const Word TMT_GLYPHTRANSPARENTCOLOR = 0xeec;
  358. static const Word TMT_FILLCOLORHINT = 0xeed;
  359. static const Word TMT_BORDERCOLORHINT = 0xeee;
  360. static const Word TMT_ACCENTCOLORHINT = 0xeef;
  361. static const Word TMT_BGTYPE = 0xfa1;
  362. static const Word TMT_BORDERTYPE = 0xfa2;
  363. static const Word TMT_FILLTYPE = 0xfa3;
  364. static const Word TMT_SIZINGTYPE = 0xfa4;
  365. static const Word TMT_HALIGN = 0xfa5;
  366. static const Word TMT_CONTENTALIGNMENT = 0xfa6;
  367. static const Word TMT_VALIGN = 0xfa7;
  368. static const Word TMT_OFFSETTYPE = 0xfa8;
  369. static const Word TMT_ICONEFFECT = 0xfa9;
  370. static const Word TMT_TEXTSHADOWTYPE = 0xfaa;
  371. static const Word TMT_IMAGELAYOUT = 0xfab;
  372. static const Word TMT_GLYPHTYPE = 0xfac;
  373. static const Word TMT_IMAGESELECTTYPE = 0xfad;
  374. static const Word TMT_GLYPHFONTSIZINGTYPE = 0xfae;
  375. static const Word TMT_TRUESIZESCALINGTYPE = 0xfaf;
  376. static const Word TMT_USERPICTURE = 0x1389;
  377. static const Word TMT_DEFAULTPANESIZE = 0x138a;
  378. static const Word TMT_BLENDCOLOR = 0x138b;
  379. static const Shortint WINDOWPartFiller0 = 0x0;
  380. static const Shortint WP_CAPTION = 0x1;
  381. static const Shortint WP_SMALLCAPTION = 0x2;
  382. static const Shortint WP_MINCAPTION = 0x3;
  383. static const Shortint WP_SMALLMINCAPTION = 0x4;
  384. static const Shortint WP_MAXCAPTION = 0x5;
  385. static const Shortint WP_SMALLMAXCAPTION = 0x6;
  386. static const Shortint WP_FRAMELEFT = 0x7;
  387. static const Shortint WP_FRAMERIGHT = 0x8;
  388. static const Shortint WP_FRAMEBOTTOM = 0x9;
  389. static const Shortint WP_SMALLFRAMELEFT = 0xa;
  390. static const Shortint WP_SMALLFRAMERIGHT = 0xb;
  391. static const Shortint WP_SMALLFRAMEBOTTOM = 0xc;
  392. static const Shortint WP_SYSBUTTON = 0xd;
  393. static const Shortint WP_MDISYSBUTTON = 0xe;
  394. static const Shortint WP_MINBUTTON = 0xf;
  395. static const Shortint WP_MDIMINBUTTON = 0x10;
  396. static const Shortint WP_MAXBUTTON = 0x11;
  397. static const Shortint WP_CLOSEBUTTON = 0x12;
  398. static const Shortint WP_SMALLCLOSEBUTTON = 0x13;
  399. static const Shortint WP_MDICLOSEBUTTON = 0x14;
  400. static const Shortint WP_RESTOREBUTTON = 0x15;
  401. static const Shortint WP_MDIRESTOREBUTTON = 0x16;
  402. static const Shortint WP_HELPBUTTON = 0x17;
  403. static const Shortint WP_MDIHELPBUTTON = 0x18;
  404. static const Shortint WP_HORZSCROLL = 0x19;
  405. static const Shortint WP_HORZTHUMB = 0x1a;
  406. static const Shortint WP_VERTSCROLL = 0x1b;
  407. static const Shortint WP_VERTTHUMB = 0x1c;
  408. static const Shortint WP_DIALOG = 0x1d;
  409. static const Shortint WP_CAPTIONSIZINGTEMPLATE = 0x1e;
  410. static const Shortint WP_SMALLCAPTIONSIZINGTEMPLATE = 0x1f;
  411. static const Shortint WP_FRAMELEFTSIZINGTEMPLATE = 0x20;
  412. static const Shortint WP_SMALLFRAMELEFTSIZINGTEMPLATE = 0x21;
  413. static const Shortint WP_FRAMERIGHTSIZINGTEMPLATE = 0x22;
  414. static const Shortint WP_SMALLFRAMERIGHTSIZINGTEMPLATE = 0x23;
  415. static const Shortint WP_FRAMEBOTTOMSIZINGTEMPLATE = 0x24;
  416. static const Shortint WP_SMALLFRAMEBOTTOMSIZINGTEMPLATE = 0x25;
  417. static const Shortint FRAMEStateFiller0 = 0x0;
  418. static const Shortint FS_ACTIVE = 0x1;
  419. static const Shortint FS_INACTIVE = 0x2;
  420. static const Shortint CAPTIONStateFiller0 = 0x0;
  421. static const Shortint CS_ACTIVE = 0x1;
  422. static const Shortint CS_INACTIVE = 0x2;
  423. static const Shortint CS_DISABLED = 0x3;
  424. static const Shortint MAXCAPTIONStateFiller0 = 0x0;
  425. static const Shortint MXCS_ACTIVE = 0x1;
  426. static const Shortint MXCS_INACTIVE = 0x2;
  427. static const Shortint MXCS_DISABLED = 0x3;
  428. static const Shortint MINCAPTIONStateFiller0 = 0x0;
  429. static const Shortint MNCS_ACTIVE = 0x1;
  430. static const Shortint MNCS_INACTIVE = 0x2;
  431. static const Shortint MNCS_DISABLED = 0x3;
  432. static const Shortint HORZSCROLLStateFiller0 = 0x0;
  433. static const Shortint HSS_NORMAL = 0x1;
  434. static const Shortint HSS_HOT = 0x2;
  435. static const Shortint HSS_PUSHED = 0x3;
  436. static const Shortint HSS_DISABLED = 0x4;
  437. static const Shortint HORZTHUMBStateFiller0 = 0x0;
  438. static const Shortint HTS_NORMAL = 0x1;
  439. static const Shortint HTS_HOT = 0x2;
  440. static const Shortint HTS_PUSHED = 0x3;
  441. static const Shortint HTS_DISABLED = 0x4;
  442. static const Shortint VERTSCROLLStateFiller0 = 0x0;
  443. static const Shortint VSS_NORMAL = 0x1;
  444. static const Shortint VSS_HOT = 0x2;
  445. static const Shortint VSS_PUSHED = 0x3;
  446. static const Shortint VSS_DISABLED = 0x4;
  447. static const Shortint VERTTHUMBStateFiller0 = 0x0;
  448. static const Shortint VTS_NORMAL = 0x1;
  449. static const Shortint VTS_HOT = 0x2;
  450. static const Shortint VTS_PUSHED = 0x3;
  451. static const Shortint VTS_DISABLED = 0x4;
  452. static const Shortint SYSBUTTONStateFiller0 = 0x0;
  453. static const Shortint SBS_NORMAL = 0x1;
  454. static const Shortint SBS_HOT = 0x2;
  455. static const Shortint SBS_PUSHED = 0x3;
  456. static const Shortint SBS_DISABLED = 0x4;
  457. static const Shortint MINBUTTONStateFiller0 = 0x0;
  458. static const Shortint MINBS_NORMAL = 0x1;
  459. static const Shortint MINBS_HOT = 0x2;
  460. static const Shortint MINBS_PUSHED = 0x3;
  461. static const Shortint MINBS_DISABLED = 0x4;
  462. static const Shortint MINBS_INACTIVE = 0x5;
  463. static const Shortint MAXBUTTONStateFiller0 = 0x0;
  464. static const Shortint MAXBS_NORMAL = 0x1;
  465. static const Shortint MAXBS_HOT = 0x2;
  466. static const Shortint MAXBS_PUSHED = 0x3;
  467. static const Shortint MAXBS_DISABLED = 0x4;
  468. static const Shortint MAXBS_INACTIVE = 0x5;
  469. static const Shortint RESTOREBUTTONStateFiller0 = 0x0;
  470. static const Shortint RBS_NORMAL = 0x1;
  471. static const Shortint RBS_HOT = 0x2;
  472. static const Shortint RBS_PUSHED = 0x3;
  473. static const Shortint RBS_DISABLED = 0x4;
  474. static const Shortint RBS_INACTIVE = 0x5;
  475. static const Shortint HELPBUTTONStateFiller0 = 0x0;
  476. static const Shortint HBS_NORMAL = 0x1;
  477. static const Shortint HBS_HOT = 0x2;
  478. static const Shortint HBS_PUSHED = 0x3;
  479. static const Shortint HBS_DISABLED = 0x4;
  480. static const Shortint HBS_INACTIVE = 0x5;
  481. static const Shortint CLOSEBUTTONStateFiller0 = 0x0;
  482. static const Shortint CBS_NORMAL = 0x1;
  483. static const Shortint CBS_HOT = 0x2;
  484. static const Shortint CBS_PUSHED = 0x3;
  485. static const Shortint CBS_DISABLED = 0x4;
  486. static const Shortint CBS_INACTIVE = 0x5;
  487. static const Shortint BUTTONPartFiller0 = 0x0;
  488. static const Shortint BP_PUSHBUTTON = 0x1;
  489. static const Shortint BP_RADIOBUTTON = 0x2;
  490. static const Shortint BP_CHECKBOX = 0x3;
  491. static const Shortint BP_GROUPBOX = 0x4;
  492. static const Shortint BP_USERBUTTON = 0x5;
  493. static const Shortint PUSHBUTTONStateFiller0 = 0x0;
  494. static const Shortint PBS_NORMAL = 0x1;
  495. static const Shortint PBS_HOT = 0x2;
  496. static const Shortint PBS_PRESSED = 0x3;
  497. static const Shortint PBS_DISABLED = 0x4;
  498. static const Shortint PBS_DEFAULTED = 0x5;
  499. static const Shortint RADIOBUTTONStateFiller0 = 0x0;
  500. static const Shortint RBS_UNCHECKEDNORMAL = 0x1;
  501. static const Shortint RBS_UNCHECKEDHOT = 0x2;
  502. static const Shortint RBS_UNCHECKEDPRESSED = 0x3;
  503. static const Shortint RBS_UNCHECKEDDISABLED = 0x4;
  504. static const Shortint RBS_CHECKEDNORMAL = 0x5;
  505. static const Shortint RBS_CHECKEDHOT = 0x6;
  506. static const Shortint RBS_CHECKEDPRESSED = 0x7;
  507. static const Shortint RBS_CHECKEDDISABLED = 0x8;
  508. static const Shortint CHECKBOXStateFiller0 = 0x0;
  509. static const Shortint CBS_UNCHECKEDNORMAL = 0x1;
  510. static const Shortint CBS_UNCHECKEDHOT = 0x2;
  511. static const Shortint CBS_UNCHECKEDPRESSED = 0x3;
  512. static const Shortint CBS_UNCHECKEDDISABLED = 0x4;
  513. static const Shortint CBS_CHECKEDNORMAL = 0x5;
  514. static const Shortint CBS_CHECKEDHOT = 0x6;
  515. static const Shortint CBS_CHECKEDPRESSED = 0x7;
  516. static const Shortint CBS_CHECKEDDISABLED = 0x8;
  517. static const Shortint CBS_MIXEDNORMAL = 0x9;
  518. static const Shortint CBS_MIXEDHOT = 0xa;
  519. static const Shortint CBS_MIXEDPRESSED = 0xb;
  520. static const Shortint CBS_MIXEDDISABLED = 0xc;
  521. static const Shortint GROUPBOXStateFiller0 = 0x0;
  522. static const Shortint GBS_NORMAL = 0x1;
  523. static const Shortint GBS_DISABLED = 0x2;
  524. static const Shortint REBARPartFiller0 = 0x0;
  525. static const Shortint RP_GRIPPER = 0x1;
  526. static const Shortint RP_GRIPPERVERT = 0x2;
  527. static const Shortint RP_BAND = 0x3;
  528. static const Shortint RP_CHEVRON = 0x4;
  529. static const Shortint RP_CHEVRONVERT = 0x5;
  530. static const Shortint CHEVRONStateFiller0 = 0x0;
  531. static const Shortint CHEVS_NORMAL = 0x1;
  532. static const Shortint CHEVS_HOT = 0x2;
  533. static const Shortint CHEVS_PRESSED = 0x3;
  534. static const Shortint TOOLBARPartFiller0 = 0x0;
  535. static const Shortint TP_BUTTON = 0x1;
  536. static const Shortint TP_DROPDOWNBUTTON = 0x2;
  537. static const Shortint TP_SPLITBUTTON = 0x3;
  538. static const Shortint TP_SPLITBUTTONDROPDOWN = 0x4;
  539. static const Shortint TP_SEPARATOR = 0x5;
  540. static const Shortint TP_SEPARATORVERT = 0x6;
  541. static const Shortint TOOLBARStateFiller0 = 0x0;
  542. static const Shortint TS_NORMAL = 0x1;
  543. static const Shortint TS_HOT = 0x2;
  544. static const Shortint TS_PRESSED = 0x3;
  545. static const Shortint TS_DISABLED = 0x4;
  546. static const Shortint TS_CHECKED = 0x5;
  547. static const Shortint TS_HOTCHECKED = 0x6;
  548. static const Shortint STATUSPartFiller0 = 0x0;
  549. static const Shortint SP_PANE = 0x1;
  550. static const Shortint SP_GRIPPERPANE = 0x2;
  551. static const Shortint SP_GRIPPER = 0x3;
  552. static const Shortint MENUPartFiller0 = 0x0;
  553. static const Shortint MP_MENUITEM = 0x1;
  554. static const Shortint MP_MENUDROPDOWN = 0x2;
  555. static const Shortint MP_MENUBARITEM = 0x3;
  556. static const Shortint MP_MENUBARDROPDOWN = 0x4;
  557. static const Shortint MP_CHEVRON = 0x5;
  558. static const Shortint MP_SEPARATOR = 0x6;
  559. static const Shortint MENUStateFiller0 = 0x0;
  560. static const Shortint MS_NORMAL = 0x1;
  561. static const Shortint MS_SELECTED = 0x2;
  562. static const Shortint MS_DEMOTED = 0x3;
  563. static const Shortint LISTVIEWPartFiller0 = 0x0;
  564. static const Shortint LVP_LISTITEM = 0x1;
  565. static const Shortint LVP_LISTGROUP = 0x2;
  566. static const Shortint LVP_LISTDETAIL = 0x3;
  567. static const Shortint LVP_LISTSORTEDDETAIL = 0x4;
  568. static const Shortint LVP_EMPTYTEXT = 0x5;
  569. static const Shortint LISTITEMStateFiller0 = 0x0;
  570. static const Shortint LIS_NORMAL = 0x1;
  571. static const Shortint LIS_HOT = 0x2;
  572. static const Shortint LIS_SELECTED = 0x3;
  573. static const Shortint LIS_DISABLED = 0x4;
  574. static const Shortint LIS_SELECTEDNOTFOCUS = 0x5;
  575. static const Shortint HEADERPartFiller0 = 0x0;
  576. static const Shortint HP_HEADERITEM = 0x1;
  577. static const Shortint HP_HEADERITEMLEFT = 0x2;
  578. static const Shortint HP_HEADERITEMRIGHT = 0x3;
  579. static const Shortint HP_HEADERSORTARROW = 0x4;
  580. static const Shortint HEADERITEMStateFiller0 = 0x0;
  581. static const Shortint HIS_NORMAL = 0x1;
  582. static const Shortint HIS_HOT = 0x2;
  583. static const Shortint HIS_PRESSED = 0x3;
  584. static const Shortint HEADERITEMLEFTStateFiller0 = 0x0;
  585. static const Shortint HILS_NORMAL = 0x1;
  586. static const Shortint HILS_HOT = 0x2;
  587. static const Shortint HILS_PRESSED = 0x3;
  588. static const Shortint HEADERITEMRIGHTStateFiller0 = 0x0;
  589. static const Shortint HIRS_NORMAL = 0x1;
  590. static const Shortint HIRS_HOT = 0x2;
  591. static const Shortint HIRS_PRESSED = 0x3;
  592. static const Shortint HEADERSORTARROWStateFiller0 = 0x0;
  593. static const Shortint HSAS_SORTEDUP = 0x1;
  594. static const Shortint HSAS_SORTEDDOWN = 0x2;
  595. static const Shortint PROGRESSPartFiller0 = 0x0;
  596. static const Shortint PP_BAR = 0x1;
  597. static const Shortint PP_BARVERT = 0x2;
  598. static const Shortint PP_CHUNK = 0x3;
  599. static const Shortint PP_CHUNKVERT = 0x4;
  600. static const Shortint TABPartFiller0 = 0x0;
  601. static const Shortint TABP_TABITEM = 0x1;
  602. static const Shortint TABP_TABITEMLEFTEDGE = 0x2;
  603. static const Shortint TABP_TABITEMRIGHTEDGE = 0x3;
  604. static const Shortint TABP_TABITEMBOTHEDGE = 0x4;
  605. static const Shortint TABP_TOPTABITEM = 0x5;
  606. static const Shortint TABP_TOPTABITEMLEFTEDGE = 0x6;
  607. static const Shortint TABP_TOPTABITEMRIGHTEDGE = 0x7;
  608. static const Shortint TABP_TOPTABITEMBOTHEDGE = 0x8;
  609. static const Shortint TABP_PANE = 0x9;
  610. static const Shortint TABP_BODY = 0xa;
  611. static const Shortint TABITEMStateFiller0 = 0x0;
  612. static const Shortint TIS_NORMAL = 0x1;
  613. static const Shortint TIS_HOT = 0x2;
  614. static const Shortint TIS_SELECTED = 0x3;
  615. static const Shortint TIS_DISABLED = 0x4;
  616. static const Shortint TIS_FOCUSED = 0x5;
  617. static const Shortint TABITEMLEFTEDGEStateFiller0 = 0x0;
  618. static const Shortint TILES_NORMAL = 0x1;
  619. static const Shortint TILES_HOT = 0x2;
  620. static const Shortint TILES_SELECTED = 0x3;
  621. static const Shortint TILES_DISABLED = 0x4;
  622. static const Shortint TILES_FOCUSED = 0x5;
  623. static const Shortint TABITEMRIGHTEDGEStateFiller0 = 0x0;
  624. static const Shortint TIRES_NORMAL = 0x1;
  625. static const Shortint TIRES_HOT = 0x2;
  626. static const Shortint TIRES_SELECTED = 0x3;
  627. static const Shortint TIRES_DISABLED = 0x4;
  628. static const Shortint TIRES_FOCUSED = 0x5;
  629. static const Shortint TABITEMBOTHEDGESStateFiller0 = 0x0;
  630. static const Shortint TIBES_NORMAL = 0x1;
  631. static const Shortint TIBES_HOT = 0x2;
  632. static const Shortint TIBES_SELECTED = 0x3;
  633. static const Shortint TIBES_DISABLED = 0x4;
  634. static const Shortint TIBES_FOCUSED = 0x5;
  635. static const Shortint TOPTABITEMStateFiller0 = 0x0;
  636. static const Shortint TTIS_NORMAL = 0x1;
  637. static const Shortint TTIS_HOT = 0x2;
  638. static const Shortint TTIS_SELECTED = 0x3;
  639. static const Shortint TTIS_DISABLED = 0x4;
  640. static const Shortint TTIS_FOCUSED = 0x5;
  641. static const Shortint TOPTABITEMLEFTEDGEStateFiller0 = 0x0;
  642. static const Shortint TTILES_NORMAL = 0x1;
  643. static const Shortint TTILES_HOT = 0x2;
  644. static const Shortint TTILES_SELECTED = 0x3;
  645. static const Shortint TTILES_DISABLED = 0x4;
  646. static const Shortint TTILES_FOCUSED = 0x5;
  647. static const Shortint TOPTABITEMRIGHTEDGEStateFiller0 = 0x0;
  648. static const Shortint TTIRES_NORMAL = 0x1;
  649. static const Shortint TTIRES_HOT = 0x2;
  650. static const Shortint TTIRES_SELECTED = 0x3;
  651. static const Shortint TTIRES_DISABLED = 0x4;
  652. static const Shortint TTIRES_FOCUSED = 0x5;
  653. static const Shortint TOPTABITEMBOTHEDGESStateFiller0 = 0x0;
  654. static const Shortint TTIBES_NORMAL = 0x1;
  655. static const Shortint TTIBES_HOT = 0x2;
  656. static const Shortint TTIBES_SELECTED = 0x3;
  657. static const Shortint TTIBES_DISABLED = 0x4;
  658. static const Shortint TTIBES_FOCUSED = 0x5;
  659. static const Shortint TRACKBARPartFiller0 = 0x0;
  660. static const Shortint TKP_TRACK = 0x1;
  661. static const Shortint TKP_TRACKVERT = 0x2;
  662. static const Shortint TKP_THUMB = 0x3;
  663. static const Shortint TKP_THUMBBOTTOM = 0x4;
  664. static const Shortint TKP_THUMBTOP = 0x5;
  665. static const Shortint TKP_THUMBVERT = 0x6;
  666. static const Shortint TKP_THUMBLEFT = 0x7;
  667. static const Shortint TKP_THUMBRIGHT = 0x8;
  668. static const Shortint TKP_TICS = 0x9;
  669. static const Shortint TKP_TICSVERT = 0xa;
  670. static const Shortint TRACKBARStateFiller0 = 0x0;
  671. static const Shortint TKS_NORMAL = 0x1;
  672. static const Shortint TRACKStateFiller0 = 0x0;
  673. static const Shortint TRS_NORMAL = 0x1;
  674. static const Shortint TRACKVERTStateFiller0 = 0x0;
  675. static const Shortint TRVS_NORMAL = 0x1;
  676. static const Shortint THUMBStateFiller0 = 0x0;
  677. static const Shortint TUS_NORMAL = 0x1;
  678. static const Shortint TUS_HOT = 0x2;
  679. static const Shortint TUS_PRESSED = 0x3;
  680. static const Shortint TUS_FOCUSED = 0x4;
  681. static const Shortint TUS_DISABLED = 0x5;
  682. static const Shortint THUMBBOTTOMStateFiller0 = 0x0;
  683. static const Shortint TUBS_NORMAL = 0x1;
  684. static const Shortint TUBS_HOT = 0x2;
  685. static const Shortint TUBS_PRESSED = 0x3;
  686. static const Shortint TUBS_FOCUSED = 0x4;
  687. static const Shortint TUBS_DISABLED = 0x5;
  688. static const Shortint THUMBTOPStateFiller0 = 0x0;
  689. static const Shortint TUTS_NORMAL = 0x1;
  690. static const Shortint TUTS_HOT = 0x2;
  691. static const Shortint TUTS_PRESSED = 0x3;
  692. static const Shortint TUTS_FOCUSED = 0x4;
  693. static const Shortint TUTS_DISABLED = 0x5;
  694. static const Shortint THUMBVERTStateFiller0 = 0x0;
  695. static const Shortint TUVS_NORMAL = 0x1;
  696. static const Shortint TUVS_HOT = 0x2;
  697. static const Shortint TUVS_PRESSED = 0x3;
  698. static const Shortint TUVS_FOCUSED = 0x4;
  699. static const Shortint TUVS_DISABLED = 0x5;
  700. static const Shortint THUMBLEFTStateFiller0 = 0x0;
  701. static const Shortint TUVLS_NORMAL = 0x1;
  702. static const Shortint TUVLS_HOT = 0x2;
  703. static const Shortint TUVLS_PRESSED = 0x3;
  704. static const Shortint TUVLS_FOCUSED = 0x4;
  705. static const Shortint TUVLS_DISABLED = 0x5;
  706. static const Shortint THUMBRIGHTStateFiller0 = 0x0;
  707. static const Shortint TUVRS_NORMAL = 0x1;
  708. static const Shortint TUVRS_HOT = 0x2;
  709. static const Shortint TUVRS_PRESSED = 0x3;
  710. static const Shortint TUVRS_FOCUSED = 0x4;
  711. static const Shortint TUVRS_DISABLED = 0x5;
  712. static const Shortint TICSStateFiller0 = 0x0;
  713. static const Shortint TSS_NORMAL = 0x1;
  714. static const Shortint TICSVERTStateFiller0 = 0x0;
  715. static const Shortint TSVS_NORMAL = 0x1;
  716. static const Shortint TOOLTIPPartFiller0 = 0x0;
  717. static const Shortint TTP_STANDARD = 0x1;
  718. static const Shortint TTP_STANDARDTITLE = 0x2;
  719. static const Shortint TTP_BALLOON = 0x3;
  720. static const Shortint TTP_BALLOONTITLE = 0x4;
  721. static const Shortint TTP_CLOSE = 0x5;
  722. static const Shortint CLOSEStateFiller0 = 0x0;
  723. static const Shortint TTCS_NORMAL = 0x1;
  724. static const Shortint TTCS_HOT = 0x2;
  725. static const Shortint TTCS_PRESSED = 0x3;
  726. static const Shortint STANDARDStateFiller0 = 0x0;
  727. static const Shortint TTSS_NORMAL = 0x1;
  728. static const Shortint TTSS_LINK = 0x2;
  729. static const Shortint BALLOONStateFiller0 = 0x0;
  730. static const Shortint TTBS_NORMAL = 0x1;
  731. static const Shortint TTBS_LINK = 0x2;
  732. static const Shortint TREEVIEWPartFiller0 = 0x0;
  733. static const Shortint TVP_TREEITEM = 0x1;
  734. static const Shortint TVP_GLYPH = 0x2;
  735. static const Shortint TVP_BRANCH = 0x3;
  736. static const Shortint TREEITEMStateFiller0 = 0x0;
  737. static const Shortint TREIS_NORMAL = 0x1;
  738. static const Shortint TREIS_HOT = 0x2;
  739. static const Shortint TREIS_SELECTED = 0x3;
  740. static const Shortint TREIS_DISABLED = 0x4;
  741. static const Shortint TREIS_SELECTEDNOTFOCUS = 0x5;
  742. static const Shortint GLYPHStateFiller0 = 0x0;
  743. static const Shortint GLPS_CLOSED = 0x1;
  744. static const Shortint GLPS_OPENED = 0x2;
  745. static const Shortint SPINPartFiller0 = 0x0;
  746. static const Shortint SPNP_UP = 0x1;
  747. static const Shortint SPNP_DOWN = 0x2;
  748. static const Shortint SPNP_UPHORZ = 0x3;
  749. static const Shortint SPNP_DOWNHORZ = 0x4;
  750. static const Shortint UPStateFiller0 = 0x0;
  751. static const Shortint UPS_NORMAL = 0x1;
  752. static const Shortint UPS_HOT = 0x2;
  753. static const Shortint UPS_PRESSED = 0x3;
  754. static const Shortint UPS_DISABLED = 0x4;
  755. static const Shortint DOWNStateFiller0 = 0x0;
  756. static const Shortint DNS_NORMAL = 0x1;
  757. static const Shortint DNS_HOT = 0x2;
  758. static const Shortint DNS_PRESSED = 0x3;
  759. static const Shortint DNS_DISABLED = 0x4;
  760. static const Shortint UPHORZStateFiller0 = 0x0;
  761. static const Shortint UPHZS_NORMAL = 0x1;
  762. static const Shortint UPHZS_HOT = 0x2;
  763. static const Shortint UPHZS_PRESSED = 0x3;
  764. static const Shortint UPHZS_DISABLED = 0x4;
  765. static const Shortint DOWNHORZStateFiller0 = 0x0;
  766. static const Shortint DNHZS_NORMAL = 0x1;
  767. static const Shortint DNHZS_HOT = 0x2;
  768. static const Shortint DNHZS_PRESSED = 0x3;
  769. static const Shortint DNHZS_DISABLED = 0x4;
  770. static const Shortint PAGEPartFiller0 = 0x0;
  771. static const Shortint PGRP_UP = 0x1;
  772. static const Shortint PGRP_DOWN = 0x2;
  773. static const Shortint PGRP_UPHORZ = 0x3;
  774. static const Shortint PGRP_DOWNHORZ = 0x4;
  775. static const Shortint SCROLLBARPartFiller0 = 0x0;
  776. static const Shortint SBP_ARROWBTN = 0x1;
  777. static const Shortint SBP_THUMBBTNHORZ = 0x2;
  778. static const Shortint SBP_THUMBBTNVERT = 0x3;
  779. static const Shortint SBP_LOWERTRACKHORZ = 0x4;
  780. static const Shortint SBP_UPPERTRACKHORZ = 0x5;
  781. static const Shortint SBP_LOWERTRACKVERT = 0x6;
  782. static const Shortint SBP_UPPERTRACKVERT = 0x7;
  783. static const Shortint SBP_GRIPPERHORZ = 0x8;
  784. static const Shortint SBP_GRIPPERVERT = 0x9;
  785. static const Shortint SBP_SIZEBOX = 0xa;
  786. static const Shortint ARROWBTNStateFiller0 = 0x0;
  787. static const Shortint ABS_UPNORMAL = 0x1;
  788. static const Shortint ABS_UPHOT = 0x2;
  789. static const Shortint ABS_UPPRESSED = 0x3;
  790. static const Shortint ABS_UPDISABLED = 0x4;
  791. static const Shortint ABS_DOWNNORMAL = 0x5;
  792. static const Shortint ABS_DOWNHOT = 0x6;
  793. static const Shortint ABS_DOWNPRESSED = 0x7;
  794. static const Shortint ABS_DOWNDISABLED = 0x8;
  795. static const Shortint ABS_LEFTNORMAL = 0x9;
  796. static const Shortint ABS_LEFTHOT = 0xa;
  797. static const Shortint ABS_LEFTPRESSED = 0xb;
  798. static const Shortint ABS_LEFTDISABLED = 0xc;
  799. static const Shortint ABS_RIGHTNORMAL = 0xd;
  800. static const Shortint ABS_RIGHTHOT = 0xe;
  801. static const Shortint ABS_RIGHTPRESSED = 0xf;
  802. static const Shortint ABS_RIGHTDISABLED = 0x10;
  803. static const Shortint SCROLLBARStateFiller0 = 0x0;
  804. static const Shortint SCRBS_NORMAL = 0x1;
  805. static const Shortint SCRBS_HOT = 0x2;
  806. static const Shortint SCRBS_PRESSED = 0x3;
  807. static const Shortint SCRBS_DISABLED = 0x4;
  808. static const Shortint SIZEBOXStateFiller0 = 0x0;
  809. static const Shortint SZB_RIGHTALIGN = 0x1;
  810. static const Shortint SZB_LEFTALIGN = 0x2;
  811. static const Shortint EDITPartFiller0 = 0x0;
  812. static const Shortint EP_EDITTEXT = 0x1;
  813. static const Shortint EP_CARET = 0x2;
  814. static const Shortint EDITTEXTStateFiller0 = 0x0;
  815. static const Shortint ETS_NORMAL = 0x1;
  816. static const Shortint ETS_HOT = 0x2;
  817. static const Shortint ETS_SELECTED = 0x3;
  818. static const Shortint ETS_DISABLED = 0x4;
  819. static const Shortint ETS_FOCUSED = 0x5;
  820. static const Shortint ETS_READONLY = 0x6;
  821. static const Shortint ETS_ASSIST = 0x7;
  822. static const Shortint COMBOBOXPartFiller0 = 0x0;
  823. static const Shortint CP_DROPDOWNBUTTON = 0x1;
  824. static const Shortint COMBOBOXStateFiller0 = 0x0;
  825. static const Shortint CBXS_NORMAL = 0x1;
  826. static const Shortint CBXS_HOT = 0x2;
  827. static const Shortint CBXS_PRESSED = 0x3;
  828. static const Shortint CBXS_DISABLED = 0x4;
  829. static const Shortint CLOCKPartFiller0 = 0x0;
  830. static const Shortint CLP_TIME = 0x1;
  831. static const Shortint CLOCKStateFiller0 = 0x0;
  832. static const Shortint CLS_NORMAL = 0x1;
  833. static const Shortint TRAYNOTIFYPartFiller0 = 0x0;
  834. static const Shortint TNP_BACKGROUND = 0x1;
  835. static const Shortint TNP_ANIMBACKGROUND = 0x2;
  836. static const Shortint TASKBARPartFiller0 = 0x0;
  837. static const Shortint TBP_BACKGROUNDBOTTOM = 0x1;
  838. static const Shortint TBP_BACKGROUNDRIGHT = 0x2;
  839. static const Shortint TBP_BACKGROUNDTOP = 0x3;
  840. static const Shortint TBP_BACKGROUNDLEFT = 0x4;
  841. static const Shortint TBP_SIZINGBARBOTTOM = 0x5;
  842. static const Shortint TBP_SIZINGBARRIGHT = 0x6;
  843. static const Shortint TBP_SIZINGBARTOP = 0x7;
  844. static const Shortint TBP_SIZINGBARLEFT = 0x8;
  845. static const Shortint TASKBANDPartFiller0 = 0x0;
  846. static const Shortint TDP_GROUPCOUNT = 0x1;
  847. static const Shortint TDP_FLASHBUTTON = 0x2;
  848. static const Shortint TDP_FLASHBUTTONGROUPMENU = 0x3;
  849. static const Shortint STARTPANELPartFiller0 = 0x0;
  850. static const Shortint SPP_USERPANE = 0x1;
  851. static const Shortint SPP_MOREPROGRAMS = 0x2;
  852. static const Shortint SPP_MOREPROGRAMSARROW = 0x3;
  853. static const Shortint SPP_PROGLIST = 0x4;
  854. static const Shortint SPP_PROGLISTSEPARATOR = 0x5;
  855. static const Shortint SPP_PLACESLIST = 0x6;
  856. static const Shortint SPP_PLACESLISTSEPARATOR = 0x7;
  857. static const Shortint SPP_LOGOFF = 0x8;
  858. static const Shortint SPP_LOGOFFBUTTONS = 0x9;
  859. static const Shortint SPP_USERPICTURE = 0xa;
  860. static const Shortint SPP_PREVIEW = 0xb;
  861. static const Shortint MOREPROGRAMSARROWStateFiller0 = 0x0;
  862. static const Shortint SPS_NORMAL = 0x1;
  863. static const Shortint SPS_HOT = 0x2;
  864. static const Shortint SPS_PRESSED = 0x3;
  865. static const Shortint LOGOFFBUTTONSStateFiller0 = 0x0;
  866. static const Shortint SPLS_NORMAL = 0x1;
  867. static const Shortint SPLS_HOT = 0x2;
  868. static const Shortint SPLS_PRESSED = 0x3;
  869. static const Shortint EXPLORERBARPartFiller0 = 0x0;
  870. static const Shortint EBP_HEADERBACKGROUND = 0x1;
  871. static const Shortint EBP_HEADERCLOSE = 0x2;
  872. static const Shortint EBP_HEADERPIN = 0x3;
  873. static const Shortint EBP_IEBARMENU = 0x4;
  874. static const Shortint EBP_NORMALGROUPBACKGROUND = 0x5;
  875. static const Shortint EBP_NORMALGROUPCOLLAPSE = 0x6;
  876. static const Shortint EBP_NORMALGROUPEXPAND = 0x7;
  877. static const Shortint EBP_NORMALGROUPHEAD = 0x8;
  878. static const Shortint EBP_SPECIALGROUPBACKGROUND = 0x9;
  879. static const Shortint EBP_SPECIALGROUPCOLLAPSE = 0xa;
  880. static const Shortint EBP_SPECIALGROUPEXPAND = 0xb;
  881. static const Shortint EBP_SPECIALGROUPHEAD = 0xc;
  882. static const Shortint HEADERCLOSEStateFiller0 = 0x0;
  883. static const Shortint EBHC_NORMAL = 0x1;
  884. static const Shortint EBHC_HOT = 0x2;
  885. static const Shortint EBHC_PRESSED = 0x3;
  886. static const Shortint HEADERPINStateFiller0 = 0x0;
  887. static const Shortint EBHP_NORMAL = 0x1;
  888. static const Shortint EBHP_HOT = 0x2;
  889. static const Shortint EBHP_PRESSED = 0x3;
  890. static const Shortint EBHP_SELECTEDNORMAL = 0x4;
  891. static const Shortint EBHP_SELECTEDHOT = 0x5;
  892. static const Shortint EBHP_SELECTEDPRESSED = 0x6;
  893. static const Shortint IEBARMENUStateFiller0 = 0x0;
  894. static const Shortint EBM_NORMAL = 0x1;
  895. static const Shortint EBM_HOT = 0x2;
  896. static const Shortint EBM_PRESSED = 0x3;
  897. static const Shortint NORMALGROUPCOLLAPSEStateFiller0 = 0x0;
  898. static const Shortint EBNGC_NORMAL = 0x1;
  899. static const Shortint EBNGC_HOT = 0x2;
  900. static const Shortint EBNGC_PRESSED = 0x3;
  901. static const Shortint NORMALGROUPEXPANDStateFiller0 = 0x0;
  902. static const Shortint EBNGE_NORMAL = 0x1;
  903. static const Shortint EBNGE_HOT = 0x2;
  904. static const Shortint EBNGE_PRESSED = 0x3;
  905. static const Shortint SPECIALGROUPCOLLAPSEStateFiller0 = 0x0;
  906. static const Shortint EBSGC_NORMAL = 0x1;
  907. static const Shortint EBSGC_HOT = 0x2;
  908. static const Shortint EBSGC_PRESSED = 0x3;
  909. static const Shortint SPECIALGROUPEXPANDStateFiller0 = 0x0;
  910. static const Shortint EBSGE_NORMAL = 0x1;
  911. static const Shortint EBSGE_HOT = 0x2;
  912. static const Shortint EBSGE_PRESSED = 0x3;
  913. static const Shortint MENUBANDPartFiller0 = 0x0;
  914. static const Shortint MDP_NEWAPPBUTTON = 0x1;
  915. static const Shortint MDP_SEPERATOR = 0x2;
  916. static const Shortint MENUBANDStateFiller0 = 0x0;
  917. static const Shortint MDS_NORMAL = 0x1;
  918. static const Shortint MDS_HOT = 0x2;
  919. static const Shortint MDS_PRESSED = 0x3;
  920. static const Shortint MDS_DISABLED = 0x4;
  921. static const Shortint MDS_CHECKED = 0x5;
  922. static const Shortint MDS_HOTCHECKED = 0x6;
  923. } /* namespace Tmschema */
  924. using namespace Tmschema;
  925. #pragma option pop // -w-
  926. #pragma option pop // -Vx
  927. #pragma delphiheader end.
  928. //-- end unit ----------------------------------------------------------------
  929. #endif // TmSchema