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.
68 lines
1.9 KiB
68 lines
1.9 KiB
/*++
|
|
|
|
Copyright (c) 1994-1995, Microsoft Corporation All rights reserved.
|
|
|
|
Module Name:
|
|
|
|
intlhlp.h
|
|
|
|
Abstract:
|
|
|
|
This module contains the help context ids for the Regional Settings
|
|
applet.
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
|
|
//
|
|
// From help.h.
|
|
//
|
|
#define NO_HELP ((DWORD) -1) // Disables Help for a control
|
|
|
|
#define IDH_COMM_GROUPBOX 28548
|
|
|
|
|
|
|
|
//
|
|
// Values must be in the range 3300 - 3499.
|
|
//
|
|
|
|
#define IDH_INTL_LOCALE 3300
|
|
#define IDH_INTL_TIME_SAMPLE 3301
|
|
#define IDH_INTL_TIME_AMSYMBOL 3302
|
|
#define IDH_INTL_TIME_PMSYMBOL 3303
|
|
#define IDH_INTL_TIME_SEPARATOR 3304
|
|
#define IDH_INTL_TIME_STYLE 3305
|
|
#define IDH_INTL_NUM_POSVALUE 3306
|
|
#define IDH_INTL_NUM_NEGVALUE 3307
|
|
#define IDH_INTL_NUM_DECSYMBOL 3309
|
|
#define IDH_INTL_NUM_DIGITSAFTRDEC 3310
|
|
#define IDH_INTL_NUM_DIGITGRPSYMBOL 3311
|
|
#define IDH_INTL_NUM_DIGITSINGRP 3312
|
|
#define IDH_INTL_NUM_NEGSIGNSYMBOL 3314
|
|
#define IDH_INTL_NUM_DISPLEADZEROS 3315
|
|
#define IDH_INTL_NUM_NEGNUMFORMAT 3316
|
|
#define IDH_INTL_NUM_MEASUREMNTSYS 3317
|
|
#define IDH_INTL_NUM_LISTSEPARATOR 3318
|
|
#define IDH_INTL_CURR_POSVALUE 3319
|
|
#define IDH_INTL_CURR_NEGVALUE 3320
|
|
#define IDH_INTL_CURR_SYMBOL 3322
|
|
#define IDH_INTL_CURR_POSOFSYMBOL 3323
|
|
#define IDH_INTL_CURR_NEGNUMFMT 3324
|
|
#define IDH_INTL_CURR_DECSYMBOL 3325
|
|
#define IDH_INTL_CURR_DIGITSAFTRDEC 3326
|
|
#define IDH_INTL_CURR_DIGITGRPSYMBOL 3327
|
|
#define IDH_INTL_CURR_DIGITSINGRP 3328
|
|
#define IDH_INTL_DATE_SHORTSAMPLE 3329
|
|
#define IDH_INTL_DATE_SEPARATOR 3331
|
|
#define IDH_INTL_DATE_LONGSAMPLE 3332
|
|
#define IDH_INTL_DATE_LONGSTYLE 3333
|
|
#define IDH_INTL_DATE_SHORTSTYLE 3334
|
|
#define IDH_INTL_DATE_CALENDARTYPE 3335
|
|
#define IDH_INTL_BITMAP 3336
|
|
#define IDH_INTL_SYSTEM_DEFAULT 3337
|
|
|
|
|