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.
35 lines
859 B
35 lines
859 B
|
|
/***************************************************
|
|
Copyright (C) Maynard, An Archive Company. 1992
|
|
|
|
Name: network.h
|
|
|
|
Description: Contains dialog control id's for the network settings dialog
|
|
|
|
$Log: G:/UI/LOGFILES/NETWORK.H_V $
|
|
|
|
Rev 1.1 04 Oct 1992 19:48:16 DAVEV
|
|
UNICODE AWK PASS
|
|
|
|
Rev 1.0 06 Apr 1992 04:05:00 CHUCKB
|
|
Initial revision.
|
|
|
|
*****************************************************/
|
|
|
|
#ifdef TRANSLATE
|
|
#define IDHELP 100
|
|
#define IDD_SETTINGSNETWORK 17
|
|
#else
|
|
#include "dlg_ids.h"
|
|
#endif
|
|
|
|
|
|
/* network controls */
|
|
|
|
#define IDD_NET_MAPPED 101
|
|
#define IDD_NET_SERVVOL 102
|
|
#define IDD_NET_DBGROUPBOX 103
|
|
#define IDD_NET_USEDB 104
|
|
#define IDD_NET_ENTERPW 105
|
|
#define IDD_NET_HELP 106
|
|
#define IDD_NET_REMOVEPW 107
|