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.
 
 
 
 
 
 

30 lines
965 B

//==========================================================================;
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
// PURPOSE.
//
// Copyright (c) 1992 - 1998 Microsoft Corporation. All Rights Reserved.
//
//--------------------------------------------------------------------------;
#define IDS_VERSION 100
#define IDS_TITLE 101
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
/////////////////////////////////////////////////////////////////////////////
//
// BDA Frequency Filter Property Pane
//
#define IDD_BDAFrequencyFilterDialog 102
#define IDS_FrequencyFilterPageName 1050
#define IDC_Frequency 1057
#define IDC_STATIC_STRENGTH 1059
#define IDC_REFRESH 1061