Windows2003-3790/base/win32/winnls/data/tools/euroconv/resource.h
2020-09-30 16:53:55 +02:00

80 lines
1.8 KiB
C

///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2001, Microsoft Corporation All rights reserved.
//
// Module Name:
//
// resource.h
//
// Abstract:
//
// This file contains global definition for the euroconv.exe utility.
//
// Revision History:
//
// 2001-07-30 lguindon Created.
//
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
//
// Includes Files.
//
///////////////////////////////////////////////////////////////////////////////
#include <windows.h>
///////////////////////////////////////////////////////////////////////////////
//
// Resource definitions
//
///////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
#define IDD_EULA 100
#define IDD_USERS 200
#define IDD_CONFIRM 300
//
// Miscellaneous identifier
//
#define IDI_ICON 200
#define IDC_STATIC -1
//
// Eula dialog
//
#define IDC_WELCOME_LINE 1001
#define IDC_EDIT_LICENSE 1002
#define IDC_CHECK_LICENSE 1003
#define IDC_README 1004
//
// Users dialog
//
#define IDC_INCLUDED 1010
#define IDC_EXCLUDED 1011
//
// Confirmation dialog
//
#define IDC_DETAIL 1020
//
// String
//
#define IDS_TITLE 1
#define IDS_NOADMIN 2
#define IDS_PATCH 3
#define IDS_USAGE 4
#define IDS_SUCCESS 5
#define IDS_SUCCESS_DEF 6
#define IDS_LIB_ERROR 9
#define IDS_EMPTY 10
#define IDS_NOTHING 11
#define IDS_EULA 12
#define IDS_README 13