-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresource.h
65 lines (59 loc) · 2.76 KB
/
resource.h
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* resource.h
* Resource identifiers
*
* Copyright (C) George Koskeridis 2016
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
****************/
#pragma once
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
#define IDD_DOWNLOADING_DLG 106
#define IDD_SETTINGS_DLG 108
#define IDD_ABOUT_DLG 111
#define IDD_MAIN_DLG 112
#define IDR_MAIN_MENU 114
#define IDB_KINO_LOGO 117
#define IDC_CALENDAR 40000
#define IDC_PROGRESS_BAR 40001
#define IDM_SETTINGS 40002
#define IDC_LASTLOTTERY_EDIT 40003
#define IDM_ABOUT 40004
#define IDC_FIRSTLOTTERY_EDIT 40005
#define IDC_MAXTHREADS_EDIT 40006
#define IDM_QUIT 40007
#define IDB_DOWNLOAD_AND_PROCESS_LOTTERIES_BUTTON 40008
#define IDC_MULTITHREADED_CHECK 40009
#define IDC_LOTTERY_DATA_PRINT 40010
#define IDC_SAVEDOWNLOADED_CHECK 40011
#define IDI_KINOWIN32_ICON 40012
#define ID_LASTLOTTERY_GRPBOX 40013
#define ID_FIRSTLOTTERY_GRPBOX 40014
#define IDC_SAVEPROCESSED_CHECK 40015
#define IDT_LOTTERYGROUP_TABS 40016
#define IDB_CUSTOM_LOTTERY_GROUPS 40017
#define IDC_LOTTERIESFROMEND_EDIT 40018
#define ID_STATTEXT_PREV 40019
#define ID_STATTEXT_LOTT 40020
#define IDT_MAXTHREADS_TEXT 40021
#define IDL_TICKETNUMS_LV 40022
#define IDB_RESET_LOTTERY_GROUPS 40023
#define IDT_LIBRARIES_TEXT 40024
#define IDT_DESCRIPTION_TEXT 40025
#define IDT_AUTHOR_TEXT 40026
#define IDB_RANDOM_LOTTERY_GROUPS 40027
#define IDM_CHANGE_LANG 40028
#define IDT_DOWNLOADTHREADS_TEXT 40029