31 lines
807 B
C
31 lines
807 B
C
|
/**********************************************************************/
|
||
|
/** 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
|
||
|
|