mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
This commit is contained in:
parent
b94e2d8ca0
commit
c2c66aff7d
24198 changed files with 0 additions and 37285 deletions
40
base/applications/clipbrd/resources.h
Normal file
40
base/applications/clipbrd/resources.h
Normal file
|
@ -0,0 +1,40 @@
|
|||
#pragma once
|
||||
|
||||
#define CLIPBRD_ICON 100
|
||||
#define CLPFILE_ICON 101
|
||||
#define MAIN_MENU 102
|
||||
#define ID_ACCEL 103
|
||||
|
||||
#define CMD_OPEN 110
|
||||
#define CMD_SAVE_AS 111
|
||||
#define CMD_EXIT 112
|
||||
#define CMD_DELETE 113
|
||||
#define CMD_HELP 115
|
||||
#define CMD_ABOUT 116
|
||||
|
||||
#define CMD_AUTOMATIC 1000
|
||||
|
||||
#define STRING_CLIPBOARD 120
|
||||
#define STRING_CLIPFILE 121
|
||||
#define STRING_DELETE_MSG 123
|
||||
#define STRING_DELETE_TITLE 124
|
||||
#define STRING_FORMAT_NT 125
|
||||
#define STRING_FORMAT_GEN 126
|
||||
|
||||
#define STRING_CF_UNKNOWN 200
|
||||
#define STRING_CF_TEXT 201
|
||||
#define STRING_CF_BITMAP 202
|
||||
#define STRING_CF_METAFILEPICT 203
|
||||
#define STRING_CF_SYLK 204
|
||||
#define STRING_CF_DIF 205
|
||||
#define STRING_CF_OEMTEXT 207
|
||||
#define STRING_CF_DIB 208
|
||||
#define STRING_CF_PALETTE 209
|
||||
#define STRING_CF_UNICODETEXT 213
|
||||
#define STRING_CF_ENHMETAFILE 214
|
||||
#define STRING_CF_HDROP 215
|
||||
#define STRING_CF_LOCALE 216
|
||||
#define STRING_CF_DIBV5 217
|
||||
|
||||
#define ERROR_UNSUPPORTED_FORMAT 300
|
||||
#define ERROR_INVALID_FILE_FORMAT 301
|
Loading…
Add table
Add a link
Reference in a new issue