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.
37 lines
894 B
37 lines
894 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// 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
|