2025-11-28 00:35:46 +09:00

33 lines
767 B
C

// 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_IDENTITY_DIALOG 1001
/// The Username text field.
#define IDC_EDIT_NAME 1002
/// The Password text field.
#define IDC_EDIT_PASSWD 1003
/// The Config dialog box
#define IDD_CONFIG_DIALOG 1004
/// The Config Name Text Field
#define IDC_EDIT_CONFIG_NAME 1005