diff options
Diffstat (limited to 'worldtime_protocol/resource.h')
-rw-r--r-- | worldtime_protocol/resource.h | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/worldtime_protocol/resource.h b/worldtime_protocol/resource.h new file mode 100644 index 0000000..90294d3 --- /dev/null +++ b/worldtime_protocol/resource.h @@ -0,0 +1,53 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Developer Studio generated include file.
+// Used by WorldTime.rc
+//
+#define IDD_DIALOG1 101
+#define IDI_ICON_SUN 104
+#define IDI_ICON_MOON 105
+#define IDR_CONTEXT 111
+#define IDD_DIALOG2 112
+#define IDI_ICON_PROTO 113
+#define IDD_DISPLAY 114
+#define IDC_PPM 1001
+#define IDC_PT 1002
+#define IDC_CHECK1 1005
+#define IDC_CHECKPOPUP 1005
+#define IDC_CHK_FORMAT 1005
+#define IDC_BUTTONEDIT 1006
+#define IDC_CHK_ICONS 1006
+#define IDC_BUTTONRELOAD 1007
+#define IDC_CHK_LOG 1008
+#define IDC_ED_FILENAME 1009
+#define IDC_CHECKPOPUP2 1010
+#define IDC_CHK_MINMAX 1011
+#define IDC_CHK_BLOCK 1012
+#define IDC_LIST_TIMES 1012
+#define IDC_ED_DISP 1013
+#define IDC_ED_LABEL 1014
+#define IDC_BTN_ADD 1015
+#define IDC_LIST_TIMES2 1016
+#define IDC_BTN_REM 1017
+#define IDC_RAD_ALPHA 1018
+#define IDC_BTN_EDIT 1018
+#define IDC_RAD_GEO 1019
+#define IDC_ED_FORMAT 1020
+#define IDC_ED_DATE_FORMAT 1021
+#define IDC_BTN_UP 1022
+#define IDC_BTN_DOWN 1023
+#define IDC_CHK_HIDEMENU 1024
+#define IDC_BTN_SHOW 1025
+#define IDC_ED_CLIST_FORMAT 1026
+#define IDC_CHK_HIDE 1027
+#define POPUP_TESTING 40001
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 115
+#define _APS_NEXT_COMMAND_VALUE 40002
+#define _APS_NEXT_CONTROL_VALUE 1031
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|