-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
resource.h
65 lines (62 loc) · 2.05 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
/*
** MIT License
**
** Copyright(c) 2021 Alec Musasa
**
** Permission is hereby granted, free of charge, to any person obtaining a copy
** of this softwareand associated documentation files(the "Software"), to deal
** in the Software without restriction, including without limitation the rights
** to use, copy, modify, merge, publish, distribute, sublicense, and /or sell
** copies of the Software, and to permit persons to whom the Software is
** furnished to do so, subject to the following conditions :
**
** The above copyright noticeand this permission notice shall be included in all
** copies or substantial portions of the Software.
**
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
** AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
** LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
** OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** SOFTWARE.
*/
#pragma once
#define ico_resource 100
#define icon_png_32 101
#define icon_png_64 102
#define icon_png_256 103
#define icon_png_512 104
#define splash_image_128 105
#define splash_image_256 106
#define png_error 110
#define png_settings 111
#define png_back_light 112
#define png_back_dark 113
#define png_help 114
#define png_updates 115
#define png_user 116
#define png_new_session 117
#define png_join_session 118
#define png_delete 119
#define png_send 120
#define png_chat 121
#define png_files 122
#define png_tasks 123
#define png_pdf 124
#define png_psd 125
#define png_doc 126
#define png_xls 127
#define png_ppt 128
#define png_txt 129
#define png_iso 130
#define png_audio 131
#define png_video 132
#define png_image 133
#define png_archive 134
#define png_executable 135
#define png_file 136
#define png_log 137
#define png_open_file 138
#define png_save_as 139
#define png_review 140