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.
25 lines
1.0 KiB
25 lines
1.0 KiB
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation
|
|
//
|
|
// File: hardware.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#define IDH_hwwizard_devices_list 15301 // (SysTreeView32)
|
|
#define idh_hwwizard_stop 15305 // "&Stop" (Button)
|
|
#define idh_hwwizard_display_components 15307 // "&Display device components" (Button)
|
|
#define idh_hwwizard_show_icon 15308 // "Show &icon on taskbar" (Button)
|
|
#define idh_hwwizard_properties 15311 // "&Properties" (Button)
|
|
#define idh_hwwizard_close 15309 // "&Close" (Button)
|
|
#define idh_hwwizard_tshoot 15313 //Troubleshoot button
|
|
|
|
// "Stop a Hardware device" Dialog Box
|
|
#define idh_hwwizard_confirm_stop_list 15321 // "" (SysListView32)
|
|
|
|
|
|
// "Unsafe Removal of Device" Dialog Box
|
|
#define idh_hwwizard_unsafe_remove_list 15330 // "" (SysListView32)
|
|
|