// 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 /// ID used for static text strings. #define IDC_STATIC (-1) /// The user credentials dialog box. #define IDD_CONFIG_IDENTITY_DIALOG 1001 /// The Username text field. #define IDC_EDIT_NAME 1002 /// The Password text field. #define IDC_EDIT_PASSWD 1003