/*++

Copyright (c) 1999-2000  Microsoft Corporation

Module Name:

    Resource.h

Abstract:

    Resource def.

Environment:

    user mode only

Notes:

  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) 1999-2000 Microsoft Corporation.  All Rights Reserved.


Revision History:

  10/17/99: Created Keith S. Garner

--*/

#define IDD_DIALOG1                     101
#define IDR_MENU1                       102
#define IDI_ICON1                       103
#define IDC_TREE1                       1000
#define ID_FILE_EXIT                    40001
#define ID_FILE_REFRESH                 40002
#define ID_OPTIONS_SHOWHIDDENDEVICES    40003
#define ID_CHANGE_ENABLEDEVICE          40004
#define ID_CHANGE_DISABLEDEVICE         40005


