-
Notifications
You must be signed in to change notification settings - Fork 4
/
resource.h
61 lines (53 loc) · 1.96 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
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by QuickText.rc
//
#ifndef RESOURCE_H
#define RESOURCE_H
#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)
/* VERSION DEFINITIONS */
#define VER_MAJOR 0
#define VER_MINOR 2
#define VER_RELEASE 5
#define VER_BUILD 1
#define VER_STRING STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_RELEASE) "." STR(VER_BUILD)
#define FILE_DESCRIPTION "QuickText, plugin for Notepad++"
#define INTERNAL_NAME "QuickText"
#define COMPANY_NAME ""
#define FILE_VERSION VER_STRING
#define LEGAL_COPYRIGHT "Copywright (c) 2006 Joao Moreno"
#define LEGAL_TRADEMARKS ""
#define ORIGINAL_FILENAME "QuickText.dll"
#define PRODUCT_NAME "QuickText"
#define PRODUCT_VERSION VER_STRING
/* ADDITIONAL DEFINITIONS */
#define IDD_DLGCONFIG 101
#define IDLANG 1002
#define IDTEXT 1003
#define IDSNIP 1004
#define IDADDMOD 1005
#define IDADD 1005
#define IDDEL 1006
#define IDSNIPNAME 1008
#define IDLANG_CB 1011
#define IDSMARTEDIT 1017
#define IDC_EDIT1 1018
#define IDC_STC_VER 1019
#define IDC_CHK_USA 1020
#define IDC_CHK_AIA 1021
#define IDC_CHK_CT 1022
#define IDC_CHK_FF 1023
#define IDC_CHK_NPC 1024
#define IDC_CHK_CBC 1025
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1019
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
#endif