ca073f3d497416afc5d7ea2c2cbadbe693681062
[reactos.git] / reactos / base / applications / clipbrd / resources.h
1 #pragma once
2
3 #define MAIN_MENU 100
4 #define CLIP_ICON 101
5 #define ID_ACCEL 102
6
7 #define CMD_OPEN 100
8 #define CMD_SAVE_AS 101
9 #define CMD_EXIT 102
10 #define CMD_DELETE 103
11 #define CMD_HELP 105
12 #define CMD_ABOUT 106
13
14 #define CMD_AUTOMATIC 1000
15
16 #define STRING_CLIPBOARD 100
17 #define STRING_DELETE_MSG 101
18 #define STRING_DELETE_TITLE 102
19
20 #define STRING_CF_UNKNOWN 200
21 #define STRING_CF_TEXT 201
22 #define STRING_CF_BITMAP 202
23 #define STRING_CF_OEMTEXT 203
24 #define STRING_CF_UNICODETEXT 204
25 #define STRING_CF_DIB 205
26 #define STRING_CF_LOCALE 206
27 #define STRING_CF_ENHMETAFILE 207
28 #define STRING_CF_METAFILEPICT 208
29 #define STRING_CF_PALETTE 209
30 #define STRING_CF_DIBV5 210
31 #define STRING_CF_SYLK 211
32 #define STRING_CF_DIF 212
33 #define STRING_CF_HDROP 213
34
35 #define ERROR_UNSUPPORTED_FORMAT 300