Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
3.8 KiB

  1. /****************************** Module Header ******************************\
  2. * Module Name: wndstuff.h
  3. *
  4. * Kent's Window Test. To be used as a program template.
  5. *
  6. * Created: 09-May-91
  7. * Author: KentD
  8. *
  9. * Copyright (c) 1991-2000 Microsoft Corporation
  10. \***************************************************************************/
  11. #define ACCELS 3
  12. #define POLYTESTICON 4
  13. #define MM_REDRAW 0x8000
  14. #define MM_TIME 0x8001
  15. #define MM_POINTS 0x8002
  16. #define MM_DRAW 0x8100
  17. #define MM_WIDENPATH 0x8101
  18. #define MM_FILL 0x8102
  19. #define MM_POLYGON 0x8103
  20. #define MM_BEZIER 0x8104
  21. #define MM_RECTANGLE 0x8105
  22. #define MM_ELLIPSE 0x8106
  23. #define MM_TEXTPATH 0x8107
  24. #define MM_LINES 0x8108
  25. #define MM_ANTIALIAS 0x8200
  26. #define MM_WINDING 0x8201
  27. #define MM_SPINE 0x8202
  28. #define MM_GDI 0x8203
  29. #define MM_CLIPGRID 0x8204
  30. #define MM_RANDOMTEST 0x8205
  31. #define MM_ANCHORS 0x8206
  32. #define MM_TRANSFORMOVERLAY 0x8207
  33. #define MM_SCALINGONLY 0x8208
  34. #define MM_RESETTRANSFORM 0x8209
  35. #define MM_EDITTRANSFORM 0x820a
  36. #define MM_GAMMACORRECT 0x820b
  37. #define MM_WIDTH 0x8300
  38. #define MM_MITERLIMIT 0x8301
  39. #define MM_CAP_ROUND 0x8302
  40. #define MM_CAP_FLAT 0x8303
  41. #define MM_CAP_SQUARE 0x8304
  42. #define MM_CAP_TRIANGLE 0x8305
  43. #define MM_JOIN_ROUND 0x8306
  44. #define MM_JOIN_BEVEL 0x8307
  45. #define MM_JOIN_MITER 0x8308
  46. #define MM_STYLE_SOLID 0x8309
  47. #define MM_STYLE_DASH 0x830a
  48. #define MM_STYLE_DOT 0x830b
  49. #define MM_STYLE_DASHDOT 0x830c
  50. #define MM_STYLE_DASHDOTDOT 0x830d
  51. #define MM_ALPHA 0x830e
  52. #define MM_ALIGNMENT_CENTER 0x830f
  53. #define MM_ALIGNMENT_INSET 0x8310
  54. #define MM_COMPOUND 0x8314
  55. #define MM_BRUSH_SOLID 0x8400
  56. #define MM_BRUSH_TEXTURE 0x8401
  57. #define MM_BRUSH_TEXTURE_32x32 0x8402
  58. #define MM_BRUSH_TEXTURE_1x1 0x8403
  59. #define MM_BRUSH_LINEAR 0x8404
  60. #define MM_BRUSH_PATHGRADIENT 0x8405
  61. #define MM_WRAP_TILE 0x8406
  62. #define MM_WRAP_CLAMP 0x8407
  63. #define MM_WRAP_FLIPX 0x8408
  64. #define MM_WRAP_FLIPY 0x8409
  65. #define MM_WRAP_FLIPXY 0x840a
  66. #define MM_DYNAMICBRUSHRECTANGLE 0x840b
  67. #define MM_EDITBRUSHSHAPE 0x840c
  68. #define SAMPLE_BITMAP 0x9000
  69. #define IDD_OK 0xa000
  70. #define IDD_WIDTH 0xa001
  71. #define IDD_ALPHA 0xa002
  72. #define IDD_POINT1X 0xa003
  73. #define IDD_POINT1Y 0xa004
  74. #define IDD_POINT2X 0xa005
  75. #define IDD_POINT2Y 0xa006
  76. #define IDD_POINT3X 0xa007
  77. #define IDD_POINT3Y 0xa008
  78. #define IDD_POINT4X 0xa009
  79. #define IDD_POINT4Y 0xa00a
  80. #define IDD_M11 0xa100
  81. #define IDD_M12 0xa101
  82. #define IDD_M21 0xa102
  83. #define IDD_M22 0xa103
  84. #define IDD_M31 0xa104
  85. #define IDD_M32 0xa105