24 lines
872 B
C
24 lines
872 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
|
|
|
|
#define IDS_ERRORMESSAGENOTLIBRARY 100
|
|
#define IDS_ERRORMESSAGENOCONTENT 101
|
|
#define IDS_APP_TITLE 102
|
|
#define IDS_MAINTITLE 103
|
|
#define IDS_BACKUPTITLE 104
|
|
|
|
#define IDD_MainPage 200
|
|
#define IDD_BackupPage 201
|
|
|
|
#define IDC_BACKUP 1000
|
|
#define IDC_RESTORE 1001
|
|
#define IDC_BACKUPTREE 1002
|
|
#define IDC_BACKUPADDDIR 1003
|
|
#define IDC_BACKUPREMOVEDIR 1004
|
|
#define IDC_STATIC -1
|
|
|