// 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) Microsoft Corporation. All rights reserved. #pragma once /// The Dialog that displays the list of EapMethods and can configure them. #define IDD_DIALOG 1001 /// The List Box that is used to display the installed EapMethods. #define IDC_METHODLIST 1002 /// The Properties Button displays the EapProperties of the selected EapMethod. #define IDC_PROPERTIES 1003 /// The Configure Button is used to configure the selected EapMethod #define IDC_CONFIGURE 1004 /// TextBox which displays the list of EapProperties supported by any EapMethod #define IDC_PROPERTYTEXT 1005 /// Exit Button #define IDC_EXITDIALOG 1006