windows-nt/Source/XPSP1/NT/net/config/shell/commconn/resource.h
2020-09-26 16:20:57 +08:00

38 lines
857 B
C

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997.
//
// File: R E S O U R C E . H
//
// Contents: defines constants for the connections common ui
//
// Notes:
//
// Author: scottbri 14 Jan 1998
//
//----------------------------------------------------------------------------
#pragma once
#ifndef _RESOURCE_H_
#define _RESOURCE_H_
// Dialog IDD's
#define IDD_ConnChooser 22000
// String ID's
#define IDS_CONNECT_CAPTION 22010
#define IDS_OKBTTNTEXT 22011
#define IDS_NO_CONNECTIONS 22012
// Control ID's
#define BTN_CHOOSER_OK 22040
#define BTN_CHOOSER_NEW 22041
#define BTN_CHOOSER_PROPS 22042
#define CMB_CHOOSER_LIST 22043
#define TXT_CHOOSER_CMB 22044
#endif