-
Notifications
You must be signed in to change notification settings - Fork 0
/
resource.h
62 lines (57 loc) · 2.37 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
/*
This file is part of Compare plugin for Notepad++
Copyright (C)2011 Jean-Sébastien Leroy ([email protected])
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/>.
*/
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Compare.rc
//
#define IDDEFAULT 3
#define IDD_ABOUT_DIALOG 101
#define IDD_COLOR_POPUP 102
#define IDD_OPTION_DIALOG 103
#define IDB_COMPARE 104
#define IDD_NAV_DIALOG 104
#define IDB_FIRST 120
#define IDB_LAST 121
#define IDB_NEXT 122
#define IDB_BITMAP4 123
#define IDB_PREV 123
#define IDC_ABOUT_CLOSE_BUTTON 1001
#define IDC_COLOR_LIST 1002
#define IDC_NPP_PLUGINS_URL 1009
#define IDC_NPP_PLUGINS_URL2 1010
#define IDC_EMAIL_LINK_JSL 1011
#define IDC_EMAIL_LINK_TYL 1012
#define IDC_EMAIL_LINK5 1013
#define IDC_NPP_PLUGINS_URL3 1014
#define IDC_COMBO_ADDED_COLOR 1016
#define IDC_COMBO_REMOVED_COLOR 1017
#define IDC_COMBO_MOVED_COLOR 1018
#define IDC_COMBO_CHANGED_COLOR 1019
#define IDC_COMBO_BLANK_COLOR 1020
#define IDC_COMBO_HIGHLIGHT_COLOR 1021
#define IDC_SPIN_BOX 1035
#define IDC_SPIN_CTL 1036
#define IDC_CHECK_SYMBOLS 1039
#define IDC_STATIC -1
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 128
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1040
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif