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.
30 lines
1.1 KiB
30 lines
1.1 KiB
//////////////////////////////////////////////////////////////////
|
|
// File : hlpidsc.h
|
|
// Purpose : WM_HELP, WM_CONTEXTMENU's help id define.
|
|
//
|
|
//
|
|
// Date : Wed Aug 05 14:49:26 1998
|
|
// Author :
|
|
//
|
|
// Copyright(c) 1995-1998, Microsoft Corp. All rights reserved
|
|
//////////////////////////////////////////////////////////////////
|
|
#ifndef _HELP_ID_SIMPLIFIED_CHINESE_H_
|
|
#define _HELP_ID_SIMPLIFIED_CHINESE_H_
|
|
|
|
#define IDH_TOC_HW 3299 //
|
|
#define IDH_PAD_HW_INPUT_BOX 3200 //
|
|
#define IDH_PAD_HW_INPUT_INPUT 3201 //
|
|
#define IDH_PAD_HW_INPUT_RECOG 3202 //
|
|
#define IDH_PAD_HW_INPUT_CLEAR 3203 //
|
|
#define IDH_PAD_HW_INPUT_PROP 3204 //
|
|
#define IDH_PAD_HW_SEARCH_BOX 3205 //
|
|
#define IDH_PAD_HW_SEARCH_LIST 3206 //
|
|
#define IDH_PAD_HW_SEARCH_SEARCH 3207 //
|
|
#define IDH_PAD_HW_SEARCH_RECOG 3208 //
|
|
#define IDH_PAD_HW_SEARCH_REVERT 3209 //
|
|
#define IDH_PAD_HW_SEARCH_CLEAR 3210 //
|
|
#define IDH_PAD_HW_SEARCH_DETAIL 3211 //
|
|
#define IDH_PAD_HW_PROP_TIME 3220 //
|
|
#define IDH_PAD_HW_SEARCH_REVERT_GRAYED 3212 //
|
|
|
|
#endif //_HELP_ID_SIMPLIFIED_CHINESE_H_
|