blob: 252ae84ac64a262aa3d9207dc474f6d3d2f05c8e (
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
|
//{{NO_DEPENDENCIES}}
// Âêëþ÷àåìûé ôàéë, ñîçäàííûé â Microsoft Visual C++.
// Èñïîëüçóåòñÿ d:\MNG_orig\plugins\XSoundNotify\res\XSoundNotify.rc
//
#define IDD_OPTIONS 101
#define IDD_CONTACTS 102
#define IDC_OPT_COMBO_USERS 1001
#define IDC_OPT_COMBO_PROTO 1002
#define IDC_OPT_LABEL_SOUND 1003
#define IDC_OPT_BUTTON_CHOOSE_SOUND 1004
#define IDC_OPT_BUTTON_TEST_PLAY 1005
#define IDC_OPT_BUTTON_RESET_SOUND 1006
#define IDC_OPT_IGNORE_SOUND 1007
#define IDC_CONT_LABEL_SOUND 1008
#define IDC_CONT_BUTTON_CHOOSE_SOUND 1009
#define IDC_CONT_BUTTON_TEST_PLAY 1010
#define IDC_CONT_BUTTON_RESET_SOUND 1011
#define IDC_CONT_IGNORE_SOUND 1012
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 103
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1013
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|