reactos/rosapps/calc/resource.h
Steven Edwards a504f4dba3 Make Help->About call ShellAbout
svn path=/trunk/; revision=7731
2004-01-18 03:28:08 +00:00

131 lines
4.8 KiB
C

//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by calc.rc
//
#define ID_MENU_EDIT 0
#define ID_MENU_VIEW 1
#define ID_MENU_HELP 2
#define IDI_CALC 100
#define IDD_STANDARD 101
#define IDD_SCIENTIFIC 102
#define IDR_CALC_STANDARD 103
#define IDR_CALC_SCIENTIFIC 104
#define IDS_APP_TITLE 105
#define IDR_ACCELERATOR 106
#define IDS_APP_REG_KEY 107
#define IDS_APP_REG_PATH 108
#define ID_EDIT_COPY 0xE122
#define ID_EDIT_PASTE 0xE125
#define ID_BLUE_START 1000
#define IDC_0 1000
#define IDC_1 1001
#define IDC_3 1002
#define IDC_2 1003
#define IDC_4 1004
#define IDC_5 1005
#define IDC_6 1006
#define IDC_7 1007
#define IDC_8 1008
#define IDC_9 1009
#define IDC_A 1010
#define IDC_B 1011
#define IDC_C 1012
#define IDC_D 1013
#define IDC_E 1014
#define IDC_F 1015
#define IDC_PLUSMINUS 1020
#define IDC_DECPOINT 1021
#define IDC_PERCENT 1022
#define IDC_SQRT 1023
#define IDC_PI 1024
#define IDC_S 1025
#define IDC_SUM 1026
#define IDC_AVE 1027
#define IDC_STA 1028
#define IDC_DAT 1029
#define ID_BLUE_FINISH 1029
#define ID_RED_START 1036
#define IDC_PLUS 1036
#define IDC_MINUS 1037
#define IDC_MULTIPLY 1038
#define IDC_DIVIDE 1039
#define IDC_MPLUS 1040
#define IDC_MS 1041
#define IDC_MR 1042
#define IDC_MC 1043
#define IDC_EQUALS 1046
#define IDC_LSH 1047
#define IDC_OR 1048
#define IDC_MOD 1049
#define IDC_CLEAR 1050
#define IDC_CE 1051
#define IDC_BSPACE 1052
#define IDC_INT 1053
#define IDC_NOT 1054
#define IDC_XOR 1055
#define IDC_AND 1056
#define ID_RED_FINISH 1056
#define ID_PURPLE_START 1057
#define IDC_COS 1058
#define IDC_SIN 1059
#define IDC_DMS 1060
#define IDC_FE 1061
#define IDC_CUBE 1062
#define IDC_POWER 1063
#define IDC_EXP 1064
#define IDC_OPENBKT 1065
#define IDC_BANG 1066
#define IDC_LOG 1067
#define IDC_LN 1068
#define IDC_CLOSEBK 1069
#define IDC_TAN 1070
#define IDC_SQUARE 1071
#define IDC_INVERT 1072
#define ID_PURPLE_FINISH 1072
#define IDC_INV 1078
#define IDC_HYP 1079
#define IDC_HEX 1080
#define IDC_DEC 1081
#define IDC_OCT 1082
#define IDC_BIN 1083
#define IDC_DEGREES 1084
#define IDC_RADIANS 1085
#define IDC_GRADS 1086
#define IDC_RESULT 1087
#define IDC_MEMTEXT 1090
#define IDC_UNITS 1091
#define IDC_BASE 1092
#define IDC_INVHYP 1093
#define IDC_BKTTEXT 1094
#define ID_VIEW_STANDARD 40003
#define ID_VIEW_SCIENTIFIC 40004
#define ID_VIEW_DIGIT_GROUPING 40005
#define ID_VIEW_HEX 40006
#define ID_VIEW_DECIMAL 40007
#define ID_VIEW_OCTAL 40008
#define ID_VIEW_BINARY 40009
#define ID_VIEW_DEGREES 40010
#define ID_VIEW_RADIANS 40011
#define ID_VIEW_GRADS 40012
#define ID_HELP_TOPICS 40013
#define ID_HELP_ABOUT 40014
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 109
#define _APS_NEXT_COMMAND_VALUE 40015
#define _APS_NEXT_CONTROL_VALUE 1095
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif