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

#define IDR_MENU		101
#define IDD_ABOUT		201
#define IDC_ABOUTTEXT		301
#define IDC_EPISODELISTVIEW	302
#define IDC_DATALISTVIEW	303
#define ID_FILE_EXIT		4001
#define ID_FILE_REFRESH		4002
#define ID_FILE_ABOUT		4011

#endif