-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource.h
More file actions
36 lines (35 loc) · 1.32 KB
/
resource.h
File metadata and controls
36 lines (35 loc) · 1.32 KB
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
//{{NO_DEPENDENCIES}}
// Âêëþ÷àåìûé ôàéë, ñîçäàííûé â Microsoft Visual C++.
// Èñïîëüçóåòñÿ SimpleTimer.rc
//
#define IDS_APP_TITLE 101
#define IDC_SIMPLETIMER 102
#define IDI_SIMPLETIMER 103
#define IDM_MAIN 104
#define IDI_START 105
#define IDI_PAUSE 106
#define IDI_STOP 107
#define IDD_ABOUT 108
#define IDS_START_ITEM 10001
#define IDS_PAUSE_ITEM 10002
#define IDS_RESUME_ITEM 10003
#define IDS_TIME_TOOLTIP 10004
#define IDS_TIME_STATE_RUN 10005
#define IDS_TIME_STATE_PAUSE 10006
#define IDS_TIME_STATE_STOP 10007
#define ID_TIME 40001
#define ID_START_PAUSE 40002
#define ID_RESET 40003
#define ID_APP_EXIT 40004
#define ID_ABOUT 40005
#define IDC_STATIC -1
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 110
#define _APS_NEXT_COMMAND_VALUE 40006
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif