-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgutilsrc.h
33 lines (28 loc) · 842 Bytes
/
gutilsrc.h
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
/*
* 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.
*/
#ifndef __GUTILSRC_H__
#define __GUTILSRC_H__
#define IDC_LPAGENR 102
#define IDC_LFNAME 201
#define IDC_FNAME 202
#define IDC_PROMPT 203
#define IDC_LFILES 204
#define IDC_LSDIR 205
#define IDC_SDIR 206
#define IDC_LDIRS 207
#define IDC_FILES 208
#define IDC_DIRS 209
#define IDC_OPEN 210
#define IDC_CANCEL 211
#define IDD_GUTILS_LABEL 301
#define IDD_GUTILS_FILE 302
#define IDS_MEMORY_ALLOC_FAIL 401
#define IDS_OUT_OF_MEMORY 402
#define IDS_PAGE_STR 403
#endif