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
96 lines
3.8 KiB
/****************************** Module Header ******************************\
|
|
* Module Name: wndstuff.h
|
|
*
|
|
* Kent's Window Test. To be used as a program template.
|
|
*
|
|
* Created: 09-May-91
|
|
* Author: KentD
|
|
*
|
|
* Copyright (c) 1991-2000 Microsoft Corporation
|
|
\***************************************************************************/
|
|
|
|
#define ACCELS 3
|
|
#define POLYTESTICON 4
|
|
|
|
#define MM_REDRAW 0x8000
|
|
#define MM_TIME 0x8001
|
|
#define MM_POINTS 0x8002
|
|
|
|
#define MM_DRAW 0x8100
|
|
#define MM_WIDENPATH 0x8101
|
|
#define MM_FILL 0x8102
|
|
#define MM_POLYGON 0x8103
|
|
#define MM_BEZIER 0x8104
|
|
#define MM_RECTANGLE 0x8105
|
|
#define MM_ELLIPSE 0x8106
|
|
#define MM_TEXTPATH 0x8107
|
|
#define MM_LINES 0x8108
|
|
|
|
#define MM_ANTIALIAS 0x8200
|
|
#define MM_WINDING 0x8201
|
|
#define MM_SPINE 0x8202
|
|
#define MM_GDI 0x8203
|
|
#define MM_CLIPGRID 0x8204
|
|
#define MM_RANDOMTEST 0x8205
|
|
#define MM_ANCHORS 0x8206
|
|
#define MM_TRANSFORMOVERLAY 0x8207
|
|
#define MM_SCALINGONLY 0x8208
|
|
#define MM_RESETTRANSFORM 0x8209
|
|
#define MM_EDITTRANSFORM 0x820a
|
|
#define MM_GAMMACORRECT 0x820b
|
|
|
|
#define MM_WIDTH 0x8300
|
|
#define MM_MITERLIMIT 0x8301
|
|
#define MM_CAP_ROUND 0x8302
|
|
#define MM_CAP_FLAT 0x8303
|
|
#define MM_CAP_SQUARE 0x8304
|
|
#define MM_CAP_TRIANGLE 0x8305
|
|
#define MM_JOIN_ROUND 0x8306
|
|
#define MM_JOIN_BEVEL 0x8307
|
|
#define MM_JOIN_MITER 0x8308
|
|
#define MM_STYLE_SOLID 0x8309
|
|
#define MM_STYLE_DASH 0x830a
|
|
#define MM_STYLE_DOT 0x830b
|
|
#define MM_STYLE_DASHDOT 0x830c
|
|
#define MM_STYLE_DASHDOTDOT 0x830d
|
|
#define MM_ALPHA 0x830e
|
|
#define MM_ALIGNMENT_CENTER 0x830f
|
|
#define MM_ALIGNMENT_INSET 0x8310
|
|
#define MM_COMPOUND 0x8314
|
|
|
|
#define MM_BRUSH_SOLID 0x8400
|
|
#define MM_BRUSH_TEXTURE 0x8401
|
|
#define MM_BRUSH_TEXTURE_32x32 0x8402
|
|
#define MM_BRUSH_TEXTURE_1x1 0x8403
|
|
#define MM_BRUSH_LINEAR 0x8404
|
|
#define MM_BRUSH_PATHGRADIENT 0x8405
|
|
#define MM_WRAP_TILE 0x8406
|
|
#define MM_WRAP_CLAMP 0x8407
|
|
#define MM_WRAP_FLIPX 0x8408
|
|
#define MM_WRAP_FLIPY 0x8409
|
|
#define MM_WRAP_FLIPXY 0x840a
|
|
#define MM_DYNAMICBRUSHRECTANGLE 0x840b
|
|
#define MM_EDITBRUSHSHAPE 0x840c
|
|
|
|
#define SAMPLE_BITMAP 0x9000
|
|
|
|
#define IDD_OK 0xa000
|
|
#define IDD_WIDTH 0xa001
|
|
#define IDD_ALPHA 0xa002
|
|
|
|
#define IDD_POINT1X 0xa003
|
|
#define IDD_POINT1Y 0xa004
|
|
#define IDD_POINT2X 0xa005
|
|
#define IDD_POINT2Y 0xa006
|
|
#define IDD_POINT3X 0xa007
|
|
#define IDD_POINT3Y 0xa008
|
|
#define IDD_POINT4X 0xa009
|
|
#define IDD_POINT4Y 0xa00a
|
|
|
|
#define IDD_M11 0xa100
|
|
#define IDD_M12 0xa101
|
|
#define IDD_M21 0xa102
|
|
#define IDD_M22 0xa103
|
|
#define IDD_M31 0xa104
|
|
#define IDD_M32 0xa105
|
|
|