blob: c129fa4ae514d1a6a37a30c9fc4b4e7819ce873c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ 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_SUNSET 117
#define IDI_ICON_SUNRISE 119
#define IDC_CHK_FORMAT 1005
#define IDC_CHK_ICONS 1006
#define IDC_CHK_MINMAX 1011
#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_FSIZE 1026
#define IDC_SPIN1 1029
#define IDC_TEXTCOL 1030
#define IDC_BGCOL 1031
#define IDC_STATFS 1032
#define IDC_STATICH 1033
#define IDC_STATICH2 1034
#define IDC_EDIT1 1035
#define IDC_SP_INDENT 1037
#define IDC_EDIT2 1038
#define IDC_SP_ROWHEIGHT 1040
#define IDC_TIME_SUNRISE 1041
#define IDC_TIME_SUNSET 1042
#define POPUP_TESTING 40001
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 121
#define _APS_NEXT_COMMAND_VALUE 40003
#define _APS_NEXT_CONTROL_VALUE 1042
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|