summaryrefslogtreecommitdiffstats
path: root/private/utils/ntbackup/inc/freplace.h
blob: 51792e5092157dd61a283ae1ea228abf92be9de0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*******************************************************************************
Copyright(c) Maynard, an Archive Company.  1991


     Name:         freplace.h

     Description:


     $Log:   G:/UI/LOGFILES/FREPLACE.H_V  $

   Rev 1.2   04 Oct 1992 19:47:10   DAVEV
UNICODE AWK PASS

   Rev 1.1   06 Apr 1992 09:53:46   CHUCKB
Added define for translation.

   Rev 1.0   20 Nov 1991 19:41:14   SYSTEM
Initial revision.

*******************************************************************************/

#ifdef TRANSLATE
#define IDHELP                       100
#define IDD_FILEREPLACE              38
#else
#include "dlg_ids.h"
#endif

#ifndef FREPLACE_H
#define FREPLACE_H

#define IDD_FILE_REPLACE_LINE1  101
#define IDD_FILE_REPLACE_LINE2  102
#define IDD_FILE_REPLACE_LINE3  103
#define IDD_FILE_REPLACE_LINE4  104
#define IDD_FILE_REPLACE_YES    110
#define IDD_FILE_REPLACE_ALL    112
#define IDD_FILE_REPLACE_NO     111
#define IDD_FILE_REPLACE_CANCEL 114
#define IDD_FILE_REPLACE_HELP   105
#define IDD_FILE_REPLACE_BITMAP 120

#endif