mirror of https://github.com/lianthony/NT4.0
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.
62 lines
2.8 KiB
62 lines
2.8 KiB
#ifndef CTLHIDS_H
|
|
#define CTLHIDS_H
|
|
//=============================================================================
|
|
// (c) Copyright Wang Laboratories, Inc. 1995 All rights reserved.
|
|
//-----------------------------------------------------------------------------
|
|
// Project: Norway - Page Options Dialog
|
|
//
|
|
// Component: Control Help IDs
|
|
//
|
|
// File Name: ctlhids.h
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
// Maintenance Log:
|
|
/*
|
|
$Header: S:\norway\wangcmn\ctlhids.h_v 1.0 17 Aug 1995 14:38:28 MFH $
|
|
$Log: S:\norway\wangcmn\ctlhids.h_v $
|
|
*
|
|
* Rev 1.0 17 Aug 1995 14:38:28 MFH
|
|
* Initial entry
|
|
*/
|
|
//=============================================================================
|
|
// ctlhids.h : header file
|
|
//
|
|
// WangCmn Dialog box controls (IDC_*)
|
|
#define HIDC_COLOR_BW 0x603E8
|
|
#define HIDC_COMP_COMBO 0x603E9
|
|
#define HIDC_COLOR_GRAY4 0x603EA
|
|
#define HIDC_RADIO_TIFF 0x603EB
|
|
#define HIDC_COLOR_GRAY8 0x603EC
|
|
#define HIDC_RADIO_AWD 0x603ED
|
|
#define HIDC_COMP_NEGATE 0x603EE
|
|
#define HIDC_RADIO_BMP 0x603EF
|
|
#define HIDC_SIZE_UNITS 0x603F0
|
|
#define HIDC_COLOR_PAL4 0x603F1
|
|
#define HIDC_RADIO_PCX 0x603F2
|
|
#define HIDC_XRES_TEXT 0x603F3
|
|
#define HIDC_COMP_RBO 0x603F4
|
|
#define HIDC_RADIO_DCX 0x603F5
|
|
#define HIDC_YRES_TEXT 0x603F6
|
|
#define HIDC_COLOR_PAL8 0x603F7
|
|
#define HIDC_RADIO_JPEG 0x603F8
|
|
#define HIDC_WIDTH_TEXT 0x603F9
|
|
#define HIDC_COMP_JPEGRES 0x603FA
|
|
#define HIDC_HEIGHT_TEXT 0x603FB
|
|
#define HIDC_COLOR_RGB24 0x603FC
|
|
#define HIDC_COMPTYPE_TEXT 0x603FD
|
|
#define HIDC_COMP_JPEGCOMP 0x603FE
|
|
#define HIDC_COLOR_BGR24 0x603FF
|
|
#define HIDC_OPTIONS_BOX 0x60400
|
|
#define HIDC_SIZE_COMBO 0x60401
|
|
#define HIDC_RES_TEXT 0x60402
|
|
#define HIDC_SIZE_WIDTH 0x60403
|
|
#define HIDC_SIZE_HEIGHT 0x60404
|
|
#define HIDC_RES_COMBO 0x60405
|
|
#define HIDC_SIZE_TEXT 0x60406
|
|
#define HIDC_RES_X 0x60407
|
|
#define HIDC_UNITS_TEXT 0x60408
|
|
#define HIDC_RES_Y 0x60409
|
|
#define HIDC_LBL_JPEGRES 0x6040A
|
|
#define HIDC_LBL_JPEGCOMP 0x6040B
|
|
|
|
#endif
|