aboutsummaryrefslogtreecommitdiff
path: root/c/resource.h
blob: e810a301be7652d19b888c9291e080cd8ce07dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef RESOURCE_H
#define RESOURCE_H

#define IDR_MENU		101
#define IDR_POPUPMENU		102
#define IDD_ABOUT		201
#define IDC_ABOUTTEXT		301
#define IDC_EPISODELISTVIEW	302
#define IDC_DATALISTVIEW	303
#define ID_FILE_EXIT		401
#define ID_FILE_REFRESH		402
#define ID_FILE_RESET		403
#define ID_FILE_ABOUT		411
#define ID_WATCH		421
#define ID_TOGGLE		422
#define ID_FORGET		423
#define ID_LOOKUP		424

#endif