blob: fe16158147fb208b12d663cd290dbfe14e55fd04 (
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
|
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by channel_changer.rc
//
#define IDI_BRANCH_SWITCHER 101
#define IDD_MAIN_DIALOG 128
#define IDB_PICTURE 129
#define IDC_IMAGEVIEW 130
#define IDC_LABEL_MAIN 1000
#define IDC_STABLE 1001
#define IDC_BETA 1002
#define IDC_CUTTING_EDGE 1003
#define IDC_SECONDARY_LABEL 1004
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 131
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1005
#define _APS_NEXT_SYMED_VALUE 102
#endif
#endif
|