Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / base / applications / clipbrd / resources.h
1 #pragma once
2
3 #define CLIPBRD_ICON 100
4 #define CLPFILE_ICON 101
5 #define MAIN_MENU 102
6 #define ID_ACCEL 103
7
8 #define CMD_OPEN 110
9 #define CMD_SAVE_AS 111
10 #define CMD_EXIT 112
11 #define CMD_DELETE 113
12 #define CMD_HELP 115
13 #define CMD_ABOUT 116
14
15 #define CMD_AUTOMATIC 1000
16
17 #define STRING_CLIPBOARD 120
18 #define STRING_CLIPFILE 121
19 #define STRING_DELETE_MSG 123
20 #define STRING_DELETE_TITLE 124
21 #define STRING_FORMAT_NT 125
22 #define STRING_FORMAT_GEN 126
23
24 #define STRING_CF_UNKNOWN 200
25 #define STRING_CF_TEXT 201
26 #define STRING_CF_BITMAP 202
27 #define STRING_CF_METAFILEPICT 203
28 #define STRING_CF_SYLK 204
29 #define STRING_CF_DIF 205
30 #define STRING_CF_OEMTEXT 207
31 #define STRING_CF_DIB 208
32 #define STRING_CF_PALETTE 209
33 #define STRING_CF_UNICODETEXT 213
34 #define STRING_CF_ENHMETAFILE 214
35 #define STRING_CF_HDROP 215
36 #define STRING_CF_LOCALE 216
37 #define STRING_CF_DIBV5 217
38
39 #define ERROR_UNSUPPORTED_FORMAT 300
40 #define ERROR_INVALID_FILE_FORMAT 301