
// The following identifiers are used to invoke help for
// particular controls or groups of controls in MSPAINT

// Help Contexts for "Image | Attributes..." dialog
#define IDH_PAINT_IMAGE_ATTR_WIDTH                              30000
#define IDH_PAINT_IMAGE_ATTR_HEIGHT                             30010
// #define      IDH_PAINT_IMAGE_ATTR_UNITS_GROUP                30020
#define IDH_PAINT_IMAGE_ATTR_UNITS_INCHES               30021
#define IDH_PAINT_IMAGE_ATTR_UNITS_CM                   30022
#define IDH_PAINT_IMAGE_ATTR_UNITS_PELS                 30023
// #define      IDH_PAINT_IMAGE_ATTR_COLORS_GROUP               30030
#define IDH_PAINT_IMAGE_ATTR_COLORS_BW                  30031
#define IDH_PAINT_IMAGE_ATTR_COLORS_COLORS              30032
#define IDH_PAINT_IMAGE_ATTR_DEFAULT                    30040
#define IDH_PAINT_IMAGE_ATTR_LASTSAVED                  30050
#define IDH_PAINT_IMAGE_ATTR_SIZE                       30051
#define IDH_PAINT_IMAGE_ATTR_USE_TRANSP                 30052
#define IDH_PAINT_IMAGE_ATTR_SEL_COLOR                  30053
#define IDH_PAINT_IMAGE_ATTR_PREVIEW                    30054

// Help Contexts for "Image | Flip and Rotate" dialog
// #define IDH_PAINT_IMAGE_FLIP_GROUP                           30100
#define IDH_PAINT_IMAGE_FLIP_HORIZ                              30101
#define IDH_PAINT_IMAGE_FLIP_VERT                               30102
#define IDH_PAINT_IMAGE_FLIP_ROTATE                             30103

// Help Contexts for "Image | Stretch and Skew" dialog
// #define IDH_PAINT_IMAGE_STRETCH_GROUP                        30200
#define IDH_PAINT_IMAGE_STRETCH_HORIZ                           30201
#define IDH_PAINT_IMAGE_STRETCH_VERT                    30202
// #define IDH_PAINT_IMAGE_SKEW_GROUP                           30210
#define IDH_PAINT_IMAGE_SKEW_HOR                                30211
#define IDH_PAINT_IMAGE_SKEW_VERT                               30212

// Help Contexts for "View | Zoom" dialog
#define IDH_PAINT_ZOOM_CURRENT                                  30300
#define IDH_PAINT_ZOOM_SET_GROUP                                30310

// Help Contexts for common things
#define IDH_COMM_GROUPBOX                                       30400
