[CALC] Add theming support, requires Windows XP or later. CORE-13343
[reactos.git] / base / applications / calc / resource.h
index 8f0bb0b..08e985c 100644 (file)
@@ -1,19 +1,21 @@
 #pragma once
 
-#define IDS_STRING_LICENSE    1
+#ifndef IDC_STATIC
+#define IDC_STATIC -1
+#endif
+
+#define IDS_CALC_NAME         1
 #define IDS_MATH_ERROR        2
 #define IDS_QUICKHELP         3
+#define IDS_AUTHOR            4
 #define IDD_DIALOG_SCIENTIFIC 101
 #define IDD_DIALOG_STANDARD   102
-#define IDD_DIALOG_ABOUT      103
 #define IDD_DIALOG_STAT       104
 #define IDD_DIALOG_CONVERSION 105
 #define IDR_MENU_SCIENTIFIC_1 106
 #define IDR_MENU_SCIENTIFIC_2 107
 #define IDR_MENU_STANDARD     108
-#define IDB_BITMAP_ROS        109
-#define IDI_CALC_BIG          110
-#define IDI_CALC_SMALL        111
+#define IDI_CALC              110
 #define IDC_RADIO_HEX         1002
 #define IDC_RADIO_DEC         1003
 #define IDC_RADIO_OCT         1004
@@ -88,7 +90,6 @@
 #define IDC_TEXT_OUTPUT       1074
 #define IDC_TEXT_PARENT       1075
 #define IDC_TEXT_MEMORY       1076
-#define IDC_EDIT_LICENSE      1078
 #define IDC_LIST_STAT         1079
 #define IDC_BUTTON_RET        1080
 #define IDC_BUTTON_LOAD       1081
 #define IDC_BUTTON_SQRT       1085
 #define IDC_BUTTON_PERCENT    1086
 #define IDC_BUTTON_CONVERT    1087
-#define IDC_TEXT_VERSION      1088
 #define IDC_BUTTON_FOCUS      1089
 #define IDC_COMBO_CATEGORY    1090
 #define IDC_COMBO_FROM        1091
 #define IDC_COMBO_TO          1092
 #define IDC_BUTTON_RSH        1093
+#define IDC_BUTTON_XrY        1094
 
 /* TYPES OF CONVERSIONS */
 #define IDS_CONV_ANGLE       2000
 #define IDS_CURRENCY_CZECH_KORUNA       2403
 #define IDS_CURRENCY_DEUTSCHE_MARK      2404
 #define IDS_CURRENCY_DUTCH_GUILDER      2405
-#define IDS_CURRENCY_EURO               2406
-#define IDS_CURRENCY_FINNISH_MARKKA     2407
-#define IDS_CURRENCY_FRENCH_FRANC       2408
-#define IDS_CURRENCY_GREEK_DRACHMA      2409
-#define IDS_CURRENCY_IRISH_POUND        2410
-#define IDS_CURRENCY_ITALIAN_LIRA       2411
-#define IDS_CURRENCY_LUXEMBOURG_FRANC   2412
-#define IDS_CURRENCY_MALTESE_LIRA       2413
-#define IDS_CURRENCY_PORTOGUESE_ESCUDO  2414
-#define IDS_CURRENCY_SLOVAK_KORUNA      2415
-#define IDS_CURRENCY_SLOVENIAN_TOLAR    2416
-#define IDS_CURRENCY_SPANISH_PESETA     2417
+#define IDS_CURRENCY_ESTONIAN_KROON     2406
+#define IDS_CURRENCY_EURO               2407
+#define IDS_CURRENCY_FINNISH_MARKKA     2408
+#define IDS_CURRENCY_FRENCH_FRANC       2409
+#define IDS_CURRENCY_GREEK_DRACHMA      2410
+#define IDS_CURRENCY_IRISH_POUND        2411
+#define IDS_CURRENCY_ITALIAN_LIRA       2412
+#define IDS_CURRENCY_LATVIAN_LATS       2413
+#define IDS_CURRENCY_LITHUANIAN_LITAS   2414
+#define IDS_CURRENCY_LUXEMBOURG_FRANC   2415
+#define IDS_CURRENCY_MALTESE_LIRA       2416
+#define IDS_CURRENCY_PORTOGUESE_ESCUDO  2417
+#define IDS_CURRENCY_SLOVAK_KORUNA      2418
+#define IDS_CURRENCY_SLOVENIAN_TOLAR    2419
+#define IDS_CURRENCY_SPANISH_PESETA     2420
 
 /* TYPES OF ENERGIES */
 #define IDS_ENERGY_15_C_CALORIES      2500