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.
30 lines
825 B
30 lines
825 B
/**********************************************************************/
|
|
/** Microsoft LAN Manager **/
|
|
/** Copyright(c) Microsoft Corp., 1991 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
setsel.h
|
|
Set Selection dialog manifests
|
|
|
|
|
|
FILE HISTORY:
|
|
rustanl 16-Aug-1991 Created
|
|
beng 01-Apr-1992 Inserted SZs.
|
|
JonN 02-Apr-1992 Load by ordinal only
|
|
beng 04-Aug-1992 Move into range
|
|
*/
|
|
|
|
|
|
#ifndef _SETSEL_H_
|
|
#define _SETSEL_H_
|
|
|
|
#define IDD_SETSEL_DLG 2000
|
|
|
|
#define IDC_SETSEL_GROUP_TEXT 7501
|
|
#define IDC_SETSEL_GROUP_LB 7502
|
|
#define IDC_SETSEL_SELECT 7503
|
|
#define IDC_SETSEL_DESELECT 7504
|
|
|
|
|
|
#endif // _SETSEL_H_
|