home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / c / xaes_new / gem_msg.h < prev    next >
C/C++ Source or Header  |  1994-11-06  |  16KB  |  575 lines

  1. /********************************************************************
  2.  *    [Tabsize = 4]                                               v1.41*
  3.  *                                                                    *
  4.  *    GEM_MSG: GEM index master listing header file                    *
  5.  *    by Ken Hollis                                                    *
  6.  *                                                                    *
  7.  *    Copyright (C) 1993 - 94, Bitgate Software.  All Rights Reserved    *
  8.  *                                                                    *
  9.  *    Contains updated indices to:                                    *
  10.  *    """"""""""""""""""""""""""""                                    *
  11.  *        o MultiTOS version 4.1                                        *
  12.  *        o AES 1.0 - FalconAES 5.0 (5.0 is an unsupported version)    *
  13.  *        o Geneva 1.03                                                 *
  14.  *        o WinLIB PRO                                                *
  15.  *        o Pure C Help Communication Protocol                        *
  16.  *        o GEM View 0.03                                                *
  17.  *        o GEM XACC 1.01, GEM XACC 2.00                                *
  18.  *        o Gemini 1.12                                                *
  19.  *        o Venus 1.21                                                *
  20.  *        o WindClass 1.00                                            *
  21.  *        o Enhanced GEM 1.00 - 2.10                                    *
  22.  *        o GemLIB                                                    *
  23.  *        o Steve Woodford's Custom Library                            *
  24.  *        o InterFace and Zoom!                                        *
  25.  *        o Let 'em Fly 1.00 - 1.30                                    *
  26.  *        o XAES Background                                            *
  27.  *        o XAES 0.01    - 1.00                                            *
  28.  *        o Fluid 1.31                                                *
  29.  *        o Sascha Blank's Library version 2.00                        *
  30.  *        o GEM-Force library                                            *
  31.  *        o SysGEM 1.03.1                                                *
  32.  *        o Windoze (PatchLevel release 2)                            *
  33.  *        o Big Is Gem (BIG) version 1.88                                *
  34.  *        o Easy GEM 1.19                                                *
  35.  *        o GEM/1, GEM/2                                                *
  36.  *                                                                    *
  37.  *    Please refer to GEM_MSG.DOC for copyrights and other material.    *
  38.  *                                                                    *
  39.  ********************************************************************/
  40.  
  41. #ifndef __NEWAES__
  42. #define __NEWAES__
  43. #define    MSG(a,b,c)    ((int)(((((a)<<(3+8))&0xf800)|(((b)<<6)&0x07c0)|((c)&0x003f))))
  44. #define    MN_SELECTED            0x000A
  45. #define    WM_REDRAW            0x0014
  46. #define    WM_TOPPED            0x0015
  47. #define    WM_CLOSED            0x0016
  48. #define    WM_FULLED            0x0017
  49. #define    WM_ARROWED            0x0018
  50. #define    WM_HSLID            0x0019
  51. #define    WM_VSLID            0x001A
  52. #define    WM_SIZED            0x001B
  53. #define    WM_MOVED            0x001C
  54. #define    WM_NEWTOP            0x001D
  55. #define    WM_UNTOPPED            0x001E
  56. #define    WM_ONTOP            0x001F
  57. #define    WM_BOTTOMED            0x0021
  58. #define    WM_ICONIFY            0x0022
  59. #define    WM_UNICONIFY        0x0023
  60. #define    WM_ALLICONIFY        0x0024
  61. #define    WM_TOOLBAR            0x0025
  62. #define    AC_OPEN                0x0028
  63. #define    AC_CLOSE            0x0029
  64. #define    AP_TERM                0x0032
  65. #define    CT_UPDATE            0x0032
  66. #define    AP_TFAIL            0x0033
  67. #define    CT_MOVE                0x0033
  68. #define    CT_NEWTOP            0x0034
  69. #define    AP_RESCHG            0x0039
  70. #define    SHUT_COMPLETED        0x003C
  71. #define    RESCH_COMPLETED        0x003D
  72. #define    AP_DRAGDROP            0x003F
  73. #define    SH_EXIT                0x0044
  74. #define    SH_START            0x0045
  75. #define    SH_WDRAW            0x0048
  76. #define    CH_EXIT                0x0050
  77. #define    ACC_ID                0x0400
  78. #define    ACC_OPEN            0x0401
  79. #define    AC_HELP                0x0401
  80. #define    ACC_CLOSE            0x0402
  81. #define    AC_REPLY            0x0402
  82. #define    ACC_ACC                0x0403
  83. #define    AC_VERSION            0x0403
  84. #define    ACC_EXIT            0x0404
  85. #define    AC_COPY                0x0404
  86. #define    ACC_ACK                0x0500
  87. #define    ACC_TEXT            0x0501
  88. #define    ACC_KEY                0x0502
  89. #define    ACC_META            0x0503
  90. #define    ACC_IMG                0x0504
  91. #define    WM_DIALOG            0x0A00
  92. #define    WM_KEYBD            0x0A01
  93. #define    WM_BUTTON            0x0A02
  94. #define    WM_TEXT                0x0A03
  95. #define    WM_HOTKEY            0x0A04
  96. #define    WM_FKEY                0x0A05
  97. #define    WM_HELP                0x0A06
  98. #define    WM_UNDO                0x0A07
  99. #define    WM_MENU                0x0A08
  100. #define    WM_CLIP                0x0A09
  101. #define    WM_TIMECHG            0x0A0A
  102. #define    WM_GETHELP            0x0A0B
  103. #define    WM_SLIDER            0x0A0C
  104. #define    WM_CREATED            0x0B00
  105. #define    WM_KILL                0x0B01
  106. #define    WM_TIMER            0x0B02
  107. #define    WM_PAINT            0x0B03
  108. #define    WM_CLOSEALL            0x0F00
  109. #define    WM_PROGEND            0x0F01
  110. #define    WM_SAVE                0x1000
  111. #define    WM_SAVEAS            0x1001
  112. #define    WM_PRINT            0x1002
  113. #define    WM_UNDO                0x1003
  114. #define    WM_CUT                0x1004
  115. #define    WM_COPY                0x1005
  116. #define    WM_PASTE            0x1006
  117. #define    WM_SELECTALL        0x1007
  118. #define    WM_FIND                0x1008
  119. #define    WM_REPLACE            0x1009
  120. #define    WM_FINDNEXT            0x100A
  121. #define    WM_HELP                0x100B
  122. #define    WM_DELETE            0x100C
  123. #define    X_MU_DIALOG            0x4000
  124. #define    AV_PROTOKOLL        0x4700
  125. #define    VA_PROTOSTATUS        0x4701
  126. #define    AV_GETSTATUS        0x4703
  127. #define    AV_STATUS            0x4704
  128. #define    VA_SETSTATUS        0x4705
  129. #define    AV_SENDKEY            0x4710
  130. #define    VA_START            0x4711
  131. #define    AV_ASKFILEFONT        0x4712
  132. #define    VA_FILEFONT            0x4713
  133. #define    AV_ASKCONFONT        0x4714
  134. #define    VA_CONFONT            0x4715
  135. #define    AV_ASKOBJECT        0x4716
  136. #define    VA_OBJECT            0x4717
  137. #define    AV_OPENCONSOLE        0x4718
  138. #define    VA_CONSOLEOPEN        0x4719
  139. #define    AV_OPENWIND            0x4720
  140. #define    VA_WINDOPEN            0x4721
  141. #define    AV_STARTPROG        0x4722
  142. #define    VA_PROGSTART        0x4723
  143. #define    AV_ACCWINDOPEN        0x4724
  144. #define    VA_DRAGACCWIND        0x4725
  145. #define    AV_ACCWINDCLOSED    0x4726
  146. #define    VIEW_FILE            0x5600
  147. #define    VIEW_FAILED            0x5601
  148. #define    VIEW_OPEN            0x5602
  149. #define    VIEW_CLOSED            0x5603
  150. #define    VIEW_DATA            0x5604
  151. #define    VIEW_GETMFDB        0x5605
  152. #define    VIEW_SETMFDB        0x5606
  153. #define    VIEW_MFDB            0x5607
  154. #define    WM_SHADED            0x5758
  155. #define    WM_UNSHADED            0x5759
  156. #define    X_MN_SELECTED        0xE000
  157. #define    X_WM_SELECTED        0xE100
  158. #define    X_GET_HELP            0xE200
  159. #define    X_DRAGDROP            0xE300
  160. #define    WC_CREATE            MSG('W','C', 0)
  161. #define    WC_DESTROY            MSG('W','C', 1)
  162. #define    WC_DEAD                MSG('W','C', 2)
  163. #define    WC_GETHDL            MSG('W','C', 3)
  164. #define    WC_GETMENU            MSG('W','C', 4)
  165. #define    WC_PINMENU            MSG('W','C', 5)
  166. #define    WC_SELMENU            MSG('W','C', 6)
  167. #define    WC_TIMER            MSG('W','C', 7)
  168. #define    WC_KEYBD            MSG('W','C', 8)
  169. #define    WC_BUTTON            MSG('W','C', 9)
  170. #define    WC_RSFIX            MSG('W','C',10)
  171. #define    WC_SHOW                MSG('W','C',11)
  172. #define    WC_HIDE                MSG('W','C',12)
  173. #define    WC_ISVIS            MSG('W','C',13)
  174. #define    WC_SETNAME            MSG('W','C',14)
  175. #define    WC_SETINFO            MSG('W','C',15)
  176. #define    WC_SETICON            MSG('W','C',16)
  177. #define    WC_ISICON            MSG('W','C',17)
  178. #define    WC_APPICON            MSG('W','C',18)
  179. #define    WC_PAINT            MSG('W','C',19)
  180. #define    WC_OBJDRW            MSG('W','C',20)
  181. #define    WC_OBJPNT            MSG('W','C',21)
  182. #define    WC_FORMDO            MSG('W','C',22)
  183. #define    WC_BKGND            MSG('W','C',23)
  184. #define    WC_EDIT                MSG('W','C',24)
  185. #define    WC_NEWEDIT            MSG('W','C',25)
  186. #define    WC_CICON            MSG('W','C',26)
  187. #define    WC_GETXTXT            MSG('W','C',27)
  188. #define    WC_SETXTXT            MSG('W','C',28)
  189. #define    WC_PRINT            MSG('W','C',29)
  190. #define    WC_NEWLINE            MSG('W','C',30)
  191. #define    WC_SETPOS            MSG('W','C',31)
  192. #define    WC_CLEOP            MSG('W','C',32)
  193. #define    WC_CLEOL            MSG('W','C',33)
  194. #define    WC_SCROLL            MSG('W','C',34)
  195. #define    WC_CURSOR            MSG('W','C',35)
  196. #define    WC_DRAW                MSG('W','C',36)
  197. #define    WC_GETSTATE            MSG('W','C',37)
  198. #define    WC_SETATTR            MSG('W','C',38)
  199. #define    WC_SETHGHT            MSG('W','C',39)
  200. #define    WC_SETCOL            MSG('W','C',40)
  201. #define    WC_SETFNT            MSG('W','C',41)
  202. #define    WC_SETINDNT            MSG('W','C',42)
  203.  
  204. #define    WF_KIND                0x0001
  205. #define    WF_NAME                0x0002
  206. #define    WF_INFO                0x0003
  207. #define    WF_WORKXYWH            0x0004
  208. #define    WF_CURRXYWH            0x0005
  209. #define    WF_PREVXYWH            0x0006
  210. #define    WF_FULLXYWH            0x0007
  211. #define    WF_HSLIDE            0x0008
  212. #define    WF_VSLIDE            0x0009
  213. #define    WF_TOP                0x000A
  214. #define    WF_FIRSTXYWH        0x000B
  215. #define    WF_NEXTXYWH            0x000C
  216. #define    WF_RESVD            0x000D
  217. #define    WF_NEWDESK            0x000E
  218. #define    WF_HSLSIZE            0x000F
  219. #define    WF_VSLSIZE            0x0010
  220. #define    WF_SCREEN            0x0011
  221. #define    WF_COLOR            0x0012
  222. #define    WF_DCOLOR            0x0013
  223. #define    WF_OWNER            0x0014
  224. #define    WF_BEVENT            0x0018
  225. #define    WF_BOTTOM            0x0019
  226. #define    WF_ICONIFY            0x001A
  227. #define    WF_UNICONIFY        0x001B
  228. #define    WF_UNICONIFYXYWH    0x001C
  229. #define    WF_TOOLBAR            0x001E
  230. #define    WF_FTOOLBAR            0x001F
  231. #define    WF_NTOOLBAR            0x0020
  232. #define    WM_M_BDROPPED        0x0064
  233. #define    X_WF_MENU            0x1100
  234. #define    X_WF_DIALOG            0x1101
  235. #define    X_WF_DIALWID        0x1300
  236. #define    X_WF_DIALHT            0x1400
  237. #define    X_WF_DFLTDESK        0x1500
  238. #define    X_WF_MINMAX            0x1600
  239. #define    WF_MINIMIZE            0x4E20
  240. #define    WF_UNUNTOPPABLE        0x4E21
  241. #define    WF_FLYING            0x4E22
  242. #define    WF_TEXT                0x4E23
  243. #define    WF_TIMER            0x4E24
  244. #define    WF_DIALOG            0x4E25
  245. #define    WF_UNSIZABLE        0x4E26
  246. #define    WF_CUSTOMWIN        0x4E27
  247. #define    WF_SLIDEPOS            0x4E28
  248. #define    WF_WINX                0x5758
  249. #define    WF_WINXCFG            0x5759
  250. #define    WF_MINIMIZE            0x613A
  251. #define    WF_UNUNTOPPABLE        0x613B
  252. #define    WF_MODAL            0x613C
  253. #define    WF_FLYING            0x613E
  254. #define    WF_TEXT                0x613F
  255. #define    WF_TIMER            0x6140
  256. #define    WF_DIALOG            0x6141
  257. #endif
  258.  
  259. #ifndef __NEWKIND__
  260. #define    __NEWKIND__
  261. #define    WI_NONE                0x0000
  262. #define    NAME                0x0001
  263. #define    WI_MARGT            0x0001
  264. #define    WI_FULLED            0x0001
  265. #define    CLOSER                0x0002
  266. #define    WI_MOVET            0x0002
  267. #define    WI_LOCKED            0x0002
  268. #define    FULLER                0x0004
  269. #define    WI_MARGL            0x0004
  270. #define    WI_FIRSTDRW            0x0004
  271. #define    MOVER                0x0008
  272. #define    WI_MOVEL            0x0008
  273. #define    INFO                0x0010
  274. #define    WI_FULLED            0x0010
  275. #define    WI_ONTOP            0x0010
  276. #define    SIZER                0x0020
  277. #define    WI_MENU                0x0020
  278. #define    WI_NOTOP            0x0020
  279. #define    UPARROW                0x0040
  280. #define    WI_RESIDENT            0x0040
  281. #define    DNARROW                0x0080
  282. #define    VSLIDE                0x0100
  283. #define    WI_NOSCROLL            0x0100
  284. #define    LFARROW                0x0200
  285. #define    RTARROW                0x0400
  286. #define    HSLIDE                0x0800
  287. #define    CASCADE                0x1000
  288. #define    SMALLER                0x2000
  289. #define    MENUWORK            0x4000
  290. #define    WTYP_TOOL            0x4000
  291. #define    OPTIONS                0x8000
  292. #define    WTYP_MENU            0x8000
  293. #endif
  294.  
  295. #ifndef __NEWSHEL__
  296. #define    __NEWSHEL__
  297. #define    X_SHLOADSAVE        -1
  298. #define    SHW_RUNANY            0
  299. #define    X_SHOPEN            0
  300. #define    SHW_RUNAPP            1
  301. #define    X_SHACCESS            1
  302. #define    SHW_RESVD            2
  303. #define    X_SHCLOSE            2
  304. #define    SHW_RUNACC            3
  305. #define    SHW_SHUTDOWN        4
  306. #define    SHW_NEWREZ            5
  307. #define    SHW_RESERVED        6
  308. #define    SHW_BROADCAST        7
  309. #define    SHW_ENVIRON            8
  310. #define    SHW_MSGTYPE            9
  311. #define    SHW_SENDTOAES        10
  312. #endif
  313.  
  314. #ifndef __NEWGETINFO__
  315. #define    __NEWGETINFO__
  316. #define    GET_FONT_INFO        0
  317. #define    GET_SMFONT_INFO        1
  318. #define    GET_MONSUPPORT        2
  319. #define    GET_AES_LANGUAGE    3
  320. #define    GET_GEN_INFO1        4
  321. #define    GET_GEN_INFO2        5
  322. #define    GET_GEN_INFO3        6
  323. #define    GET_RESVD            7
  324. #define    GET_MOUSE_SUPPORT    8
  325. #define    GET_MENU_SUPPORT    9
  326. #define    GET_SHEL_WRITE        10
  327. #define    GET_WIND_SUPPORT    11
  328. #define    GET_MSG_SENT_APP    12
  329. #define    GET_OBJ_INFO        13
  330. #define    GET_FORMLIB_INFO    14
  331. #endif
  332.  
  333. #ifndef __NEWSTATE__
  334. #define    __NEWSTATE__
  335. #define    NORMAL                0x0000
  336. #define    SELECTED            0x0001
  337. #define    CROSSED                0x0002
  338. #define    CHECKED                0x0004
  339. #define    DISABLED            0x0008
  340. #define    OUTLINED            0x0010
  341. #define    SHADOWED            0x0020
  342. #define    DRAW3D                0x0040
  343. #define    X_PREFER            0x0040
  344. #define    WHITEBAK            0x0080
  345. #define    X_DRAW3D            0x0080
  346. #define    X_ROUNDED            0x0100
  347. #define    X_KBD_EQUIV            0x0200
  348. #define    X_SMALLTEXT            0x0400
  349. #define    MENUTYPE            0x2000
  350. #define    ALREADYMOD            0x4000
  351. #define    X_BOLD                0x4000
  352. #define    X_ITALICS            0x8000
  353. #define    X_MAGIC                0x9000
  354. #define    X_MAGMASK            0xF000
  355. #endif
  356.  
  357. #ifndef __NEWFLAGS__
  358. #define    __NEWFLAGS__
  359. #define    NONE                0x0000
  360. #define    FL3DNONE            0x0000
  361. #define    SELECTABLE            0x0001
  362. #define    DEFAULT                0x0002
  363. #define    EXIT                0x0004
  364. #define    EDITABLE            0x0008
  365. #define    RBUTTON                0x0010
  366. #define    LASTOB                0x0020
  367. #define    TOUCHEXIT            0x0040
  368. #define    HIDETREE            0x0080
  369. #define    INDIRECT            0x0100
  370. #define    FL3DIND                0x0200
  371. #define    FL3DBAK                0x0400
  372. #define    FL3DACT                0x0600
  373. #define    FL3DMASK            0x0600
  374. #define    SUBMENU                0x0800
  375. #define    HANDSLIDE            0x0800
  376. #define    OBFLAGS11            0x0800
  377. #define    OBFLAGS12            0x1000
  378. #define    FLYIN                0x1000
  379. #define    MENUSIDE            0x2000
  380. #define    SNAPIN                0x2000
  381. #define    OBFLAGS13            0x2000
  382. #define    FRCCENT                0x4000
  383. #define    OBFLAGS14            0x4000
  384. #define    BOXFRAMETITLE        0x8000
  385. #define    CENTER                0x8000
  386. #define    OBFLAGS15            0x8000
  387. #endif
  388.  
  389. #ifndef __NEWEVNTMULTI__
  390. #define    __NEWEVNTMULTI__
  391. #define    MU_KEYBD            0x0001
  392. #define    MU_BUTTON            0x0002
  393. #define    MU_BUTTON1            0x0002
  394. #define    MU_M1                0x0004
  395. #define    MU_M2                0x0008
  396. #define    MU_MESAG            0x0010
  397. #define    MU_TIMER            0x0020
  398. #define    MU_TIMER1            0x0020
  399. #define    MU_TIMER2            0x0040
  400. #define    MU_TIMER3            0x0080
  401. #define    MU_M3_OLD            0x0080
  402. #define    MU_TIMER4            0x0100
  403. #define    MU_M4_OLD            0x0100
  404. #define    MU_M3                0x0200
  405. #define    MU_M4                0x0400
  406. #define    MU_GET_MESSAG        0x4000
  407. #define    MU_NO_HANDLER        0x8000
  408. #define    MU_BUTTON2            0x8000
  409. #define    BEV_HEIRM            50
  410. #define    BEV_FREEPU            51
  411. #define    BEV_WFORM            52
  412. #define    BEV_WMENU            53
  413. #define    BEV_WHEIR            54
  414. #define    BEV_TOOL            55
  415. #endif
  416.  
  417. #ifndef __NEWMOUSE__
  418. #define    __NEWMOUSE__
  419. #define    ARROW                0
  420. #define    TEXT_CRSR            1
  421. #define    HOURGLASS            2
  422. #define    BUSYBEE                2
  423. #define    POINT_HAND            3
  424. #define    FLAT_HAND            4
  425. #define    THIN_CROSS            5
  426. #define    THICK_CROSS            6
  427. #define    OUTLN_CROSS            7
  428. #define    X_LFTRT                8
  429. #define    X_UPDOWN            9
  430. #define    INIT_MOUSE            50
  431. #define    LOAD_MOUSE            51
  432. #define    LRSLIDE_MOUSE        52
  433. #define    UDSLIDE_MOUSE        53
  434. #define    URMOVE_MOUSE        54
  435. #define    ULMOVE_MOUSE        55
  436. #define    LLMOVE_MOUSE        56
  437. #define    LRMOVE_MOUSE        57
  438. #define    CLIP_MOUSE            58
  439. #define    DIALOG_MOUSE        59
  440. #define    TEXT_MOUSE            60
  441. #define    TIMER_MOUSE            61
  442. #define    TRASH_MOUSE            62
  443. #define    USER_DEF            255
  444. #define    M_OFF                256
  445. #define    M_ON                257
  446. #define    M_SAVE                258
  447. #define    M_RESTORE            259
  448. #define    M_PREVIOUS            260
  449. #define    ANIMATED_MOUSE        300
  450. #define    COLOR_MOUSE            301
  451. #define    GET_MOUSE            400
  452. #define    SAVE_MOUSE            401
  453. #define    PREV_MOUSE            402
  454. #define    NEXT_MOUSE            403
  455. #define    FIRST_MOUSE            404
  456. #define    LAST_MOUSE            405
  457. #define    CLEAR_MOUSE            406
  458. #define    FIND_MOUSE            407
  459. #define    NEWPOS_MOUSE        408
  460. #define    X_MRESET            1000
  461. #define    X_MGET                1001
  462. #define    X_SET_SHAPE            1100
  463. #endif
  464.  
  465. #ifndef __NEWEXTOBTYPE__
  466. #define    __NEWEXTOBTYPE__
  467. #define    POPUP_BTN            0
  468. #define    POPUP_SELECT        0
  469. #define    CHECKBOX            1
  470. #define    POPUP_CYCLE            1
  471. #define    HEADER                2
  472. #define    POPUP_CHECK            2
  473. #define    POPUP_BTN_CHK        2
  474. #define    POPUP_RADIO            2
  475. #define    RADIO                3
  476. #define    UNDERLINE            4
  477. #define    POPUP_CYCLE_CHK        4
  478. #define    HOTKEY                5
  479. #define    CHKHOTKEY            6
  480. #define    RBHOTKEY            7
  481. #define    INDHOTKEY            8
  482. #define    FLYDIAL                9
  483. #define    TXTDEFAULT            10
  484. #define    USERFLY                11
  485. #define    HELP_BTN            12
  486. #define    ATTR_TEXT            13
  487. #define    CYCLE_BUTTON        14
  488. #define    ARROW_LEFT            15
  489. #define    ARROW_RIGHT            16
  490. #define    SCALE                16
  491. #define    ARROW_UP            17
  492. #define    FLYING                17
  493. #define    SPECIAL_MOVE        17
  494. #define    B_MOVE                17
  495. #define    ARROW_DOWN            18
  496. #define    CUSTOM                18
  497. #define    CHECKBOX            18
  498. #define    RADIOBTN            18
  499. #define    POPUPBTN            18
  500. #define    SPECIAL_BUTTON        18
  501. #define    B_COCHE                18
  502. #define    B_RADIO                18
  503. #define    UNDERLINE            19
  504. #define    SPECIAL_TEXT        19
  505. #define    UNDO_BTN            19
  506. #define    BOXFRAME            20
  507. #define    BOXTITLE            20
  508. #define    SPECIAL_FRAME        20
  509. #define    B_FRAME                20
  510. #define    HELPBTN                21
  511. #define    B_HELP                21
  512. #define    CYCLEBTN            22
  513. #define    CIRCLE                22
  514. #define    B_POPUP                22
  515. #define    B_LIST                23
  516. #define    CUSTBTN                24
  517. #define    DROPDOWN            25
  518. #define    B_EDIT                25
  519. #define    MENUDETATCH            30
  520. #define    B_DEFAULT            30
  521. #define    B_UNDER                30
  522. #define    UNDOBTN                31
  523. #define    B_UNDO                31
  524. #define    MENULINE            40
  525. #define    MENUEFFECTS            41
  526. #define    B_HIERM                41
  527. #define    B_FNCP                51
  528. #define    FLYALL                0x0100
  529. #define    ET_FORMATTEXT        0x0100
  530. #define    ET_HELPBUT            0x0100
  531. #define    ET_RTDNARROW        0x0100
  532. #define    USD_CARRE            0x0100
  533. #define    ED_CLIP                0x0100
  534. #define    FLYNOCL                0x0200
  535. #define    ET_SCROLLBAR        0x0200
  536. #define    ET_EDITTITLE        0x0200
  537. #define    ET_SECTIONTITLE        0x0200
  538. #define    ET_LFUPARROW        0x0200
  539. #define    USD_ROND            0x0200
  540. #define    ET_SCROLLTHUMB        0x0300
  541. #define    ET_POPUPTITLE        0x0300
  542. #define    USD_POPUP            0x0300
  543. #define    ET_SECTIONBOX        0x0400
  544. #define    ET_CHECKBOX            0x0400
  545. #define    ET_CANCELBUT        0x0400
  546. #define    ET_POPUPCYCLE        0x0400
  547. #define    USD_XPOPUP            0x0400
  548. #define    ET_SPECIALITEM        0x0700
  549. #define    KEYDIAL                0x0800
  550. #define    ET_ITALICTEXT        0x0800
  551. #define    NODUPE                0x1000
  552. #define    G_HOTKEY            0x1000
  553. #define    TKNEXT                0x1000
  554. #define    ET_BOLDTEXT            0x1000
  555. #define    SPECIAL                0x2000
  556. #define    G_IND                0x2000
  557. #define    ET_POWERKEY            0x2000
  558. #define    G_RB                0x3000
  559. #define    FLYER                0x4000
  560. #define    G_CHK                0x4000
  561. #define    ET_DUPLICATED        0x4000
  562. #define    G_UNMODAL            0x4000
  563. #define    G_FLY                0x5000
  564. #define    GLOBOFF                0x7100
  565. #define    EXAPPL                0x8000
  566. #define    G_MODAL                0x8000
  567. #define    ET_CUSTOMIZED        0x8000
  568. #define    MAGIC                0x8900
  569. #define    USD_RQARROW            0xF800
  570. #define    USD_LQARROW            0xF900
  571. #define    USD_RTARROW            0xFA00
  572. #define    USD_LFARROW            0xFB00
  573. #define    USD_UPARROW            0xFC00
  574. #define    USD_DNARROW            0xFD00
  575. #endif