triedcid.h 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /**
  2. * This file has no copyright assigned and is placed in the Public Domain.
  3. * This file is part of the mingw-w64 runtime package.
  4. * No warranty is given; refer to the file DISCLAIMER.PD within this package.
  5. */
  6. #ifndef __TRIEDCID_H__
  7. #define __TRIEDCID_H__
  8. #define IDM_TRIED_NUDGE_ELEMENT 2
  9. #define IDM_TRIED_SET_ALIGNMENT 3
  10. #define IDM_TRIED_MAKE_ABSOLUTE 4
  11. #define IDM_TRIED_LOCK_ELEMENT 5
  12. #define IDM_TRIED_SEND_TO_BACK 6
  13. #define IDM_TRIED_BRING_TO_FRONT 7
  14. #define IDM_TRIED_SEND_BACKWARD 8
  15. #define IDM_TRIED_BRING_FORWARD 9
  16. #define IDM_TRIED_SEND_BELOW_TEXT 10
  17. #define IDM_TRIED_BRING_ABOVE_TEXT 11
  18. #define IDM_TRIED_CONSTRAIN 12
  19. #define IDM_TRIED_ABSOLUTE_DROP_MODE 13
  20. #define IDM_TRIED_INSERTROW 14
  21. #define IDM_TRIED_INSERTCOL 15
  22. #define IDM_TRIED_DELETEROWS 16
  23. #define IDM_TRIED_DELETECOLS 17
  24. #define IDM_TRIED_MERGECELLS 18
  25. #define IDM_TRIED_SPLITCELL 19
  26. #define IDM_TRIED_INSERTCELL 20
  27. #define IDM_TRIED_DELETECELLS 21
  28. #define IDM_TRIED_INSERTTABLE 22
  29. #define IDM_TRIED_ACTIVATEACTIVEXCONTROLS 23
  30. #define IDM_TRIED_ACTIVATEAPPLETS 24
  31. #define IDM_TRIED_ACTIVATEDTCS 25
  32. #define IDM_TRIED_BACKCOLOR 26
  33. #define IDM_TRIED_BLOCKFMT 27
  34. #define IDM_TRIED_BOLD 28
  35. #define IDM_TRIED_BROWSEMODE 29
  36. #define IDM_TRIED_COPY 30
  37. #define IDM_TRIED_CUT 31
  38. #define IDM_TRIED_DELETE 32
  39. #define IDM_TRIED_EDITMODE 33
  40. #define IDM_TRIED_FIND 34
  41. #define IDM_TRIED_FONT 35
  42. #define IDM_TRIED_FONTNAME 36
  43. #define IDM_TRIED_FONTSIZE 37
  44. #define IDM_TRIED_FORECOLOR 38
  45. #define IDM_TRIED_GETBLOCKFMTS 39
  46. #define IDM_TRIED_HYPERLINK 40
  47. #define IDM_TRIED_IMAGE 41
  48. #define IDM_TRIED_INDENT 42
  49. #define IDM_TRIED_ITALIC 43
  50. #define IDM_TRIED_JUSTIFYCENTER 44
  51. #define IDM_TRIED_JUSTIFYLEFT 45
  52. #define IDM_TRIED_JUSTIFYRIGHT 46
  53. #define IDM_TRIED_ORDERLIST 47
  54. #define IDM_TRIED_OUTDENT 48
  55. #define IDM_TRIED_PASTE 50
  56. #define IDM_TRIED_PRINT 51
  57. #define IDM_TRIED_REDO 52
  58. #define IDM_TRIED_REMOVEFORMAT 53
  59. #define IDM_TRIED_SELECTALL 54
  60. #define IDM_TRIED_SHOWBORDERS 55
  61. #define IDM_TRIED_SHOWDETAILS 56
  62. #define IDM_TRIED_UNDERLINE 57
  63. #define IDM_TRIED_UNDO 58
  64. #define IDM_TRIED_UNLINK 59
  65. #define IDM_TRIED_UNORDERLIST 60
  66. #define IDM_TRIED_DOVERB 61
  67. #define IDM_TRIED_LAST_CID IDM_TRIED_DOVERB
  68. #define IDM_TRIED_IS_1D_ELEMENT 0
  69. #define IDM_TRIED_IS_2D_ELEMENT 1
  70. #define IDM_TRIED_SEND_TO_FRONT IDM_TRIED_BRING_TO_FRONT
  71. #define IDM_TRIED_SEND_FORWARD IDM_TRIED_BRING_FORWARD
  72. #define IDM_TRIED_SEND_BEHIND_1D IDM_TRIED_SEND_BELOW_TEXT
  73. #define IDM_TRIED_SEND_FRONT_1D IDM_TRIED_BRING_ABOVE_TEXT
  74. #define IDM_TRIED_SET_2D_DROP_MODE IDM_TRIED_ABSOLUTE_DROP_MODE
  75. #endif