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.
42 lines
1.3 KiB
42 lines
1.3 KiB
#ifndef _SHLHLP_H_
|
|
#define _SHLHLP_H_
|
|
|
|
//=============================================================================
|
|
// (c) Copyright Wang Laboratories, Inc. 1995 All rights reserved.
|
|
//-----------------------------------------------------------------------------
|
|
// Project: Norway - Image Editor
|
|
//
|
|
// Component: Help Codes for the Shell Extension
|
|
//
|
|
// File Name: shlhlp.h
|
|
//
|
|
// Class:
|
|
//
|
|
// Functions:
|
|
//-----------------------------------------------------------------------------
|
|
// Maintenance Log:
|
|
/*
|
|
$Header: S:\norway\wangshl\shlhlp.h_v 1.0 17 Jan 1996 15:25:28 MMB $
|
|
$Log: S:\norway\wangshl\shlhlp.h_v $
|
|
*
|
|
* Rev 1.0 17 Jan 1996 15:25:28 MMB
|
|
* Initial entry
|
|
*/
|
|
|
|
#define HIDC_IMAGEDESC 0x70010
|
|
#define HIDC_HEIGHT_LABEL 0x70011
|
|
#define HIDC_HEIGHT 0x70012
|
|
#define HIDC_WIDTH_LABEL 0x70013
|
|
#define HIDC_WIDTH 0x70014
|
|
#define HIDC_COMPRESSION_LABEL 0x70015
|
|
#define HIDC_COMPRESSION 0x70016
|
|
#define HIDC_IMAGETYPE_LABEL 0x70017
|
|
#define HIDC_IMAGETYPE 0x70018
|
|
#define HIDC_PAGEDESC 0x70019
|
|
#define HIDC_PAGE_INFO 0x7001A
|
|
#define HIDC_PREVIOUS 0x7001B
|
|
#define HIDC_NEXT 0x7001C
|
|
#define HIDC_PREVIEW 0x7001D
|
|
#define HIDC_THUMB 0x7001E
|
|
|
|
#endif
|