mirror of https://github.com/tongzx/nt5src
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
807 B
30 lines
807 B
/**********************************************************************/
|
|
/** Microsoft Windows/NT **/
|
|
/** Copyright(c) Microsoft Corp., 1991 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
focusdlg.h
|
|
Header file for focus dialog IDC values.
|
|
|
|
FILE HISTORY:
|
|
terryk 18-Nov-1991 Created
|
|
beng 20-Feb-1992 Uses BASE_APPLIB_IDD
|
|
beng 21-Feb-1992 Uses applibrc.h
|
|
*/
|
|
|
|
#ifndef _FOCUSDLG_H_
|
|
#define _FOCUSDLG_H_
|
|
|
|
#include "applibrc.h"
|
|
|
|
#define IDC_FOCUS_PATH 104
|
|
#define IDC_DOMAIN_LB 106
|
|
#define IDC_SEL_LB_TITLE 107
|
|
#define IDC_BOUNDARY 108
|
|
#define IDC_LINK 109
|
|
#define IDC_SLE_GETINFO 110
|
|
#define IDC_LINK_MESSAGE 111
|
|
|
|
#endif
|
|
|