blob: b6a254dcf72af3a50c77de3b37e4c49744b90c27 (
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
|
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by resources.rc
//
#define IDC_PLAY 1
#define IDD_DIALOG1 101
#define IDD_MAIN 101
#define IDI_SMALLICON 102
#define IDD_OPTIONS 103
#define IDI_STOP 104
#define IDI_PAUSE 105
#define IDI_PLAY 106
#define IDI_REFRESH 107
#define IDC_FILENAME 1001
#define IDC_BROWSE 1002
#define IDC_STOP 1003
#define IDC_REFRESH 1004
#define IDC_PROGRESS 1005
#define IDC_STATUS 1006
#define IDC_FILESIZE 1008
#define IDC_LIST1 1020
#define IDC_ALPHANUM 1022
#define IDC_HIDEDELAY 1051
#define IDC_CHUNKSIZE 1051
#define IDC_SHOWDELAY 1052
#define IDC_SENDDELAY 1052
#define IDC_SENTCOLOR 1053
#define IDC_UNSENT 1053
#define IDC_SENTCOLOR2 1054
#define IDC_SENT 1054
#define IDC_SENTCOLOR3 1055
#define IDC_TOSEND 1055
#define IDC_SENTCOLOR4 1056
#define IDC_RECV 1056
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 108
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1022
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|