Source code of Windows XP (NT5)
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.
|
|
/**********************************************************************/ /** 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
|