forked from sensboston/fictionbookeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
res1.h
50 lines (40 loc) · 2.15 KB
/
res1.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
#pragma once
#define ID_SCI_COLLAPSE_BASE 40000
#define ID_SCI_COLLAPSE1 ID_SCI_COLLAPSE_BASE
#define ID_SCI_COLLAPSE2 ID_SCI_COLLAPSE_BASE + 1
#define ID_SCI_COLLAPSE3 ID_SCI_COLLAPSE_BASE + 2
#define ID_SCI_COLLAPSE4 ID_SCI_COLLAPSE_BASE + 3
#define ID_SCI_COLLAPSE5 ID_SCI_COLLAPSE_BASE + 4
#define ID_SCI_COLLAPSE6 ID_SCI_COLLAPSE_BASE + 5
#define ID_SCI_COLLAPSE7 ID_SCI_COLLAPSE_BASE + 6
#define ID_SCI_COLLAPSE8 ID_SCI_COLLAPSE_BASE + 7
#define ID_SCI_COLLAPSE9 ID_SCI_COLLAPSE_BASE + 8
#define ID_SCI_EXPAND_BASE 40100
#define ID_SCI_EXPAND1 ID_SCI_EXPAND_BASE
#define ID_SCI_EXPAND2 ID_SCI_EXPAND_BASE + 1
#define ID_SCI_EXPAND3 ID_SCI_EXPAND_BASE + 2
#define ID_SCI_EXPAND4 ID_SCI_EXPAND_BASE + 3
#define ID_SCI_EXPAND5 ID_SCI_EXPAND_BASE + 4
#define ID_SCI_EXPAND6 ID_SCI_EXPAND_BASE + 5
#define ID_SCI_EXPAND7 ID_SCI_EXPAND_BASE + 6
#define ID_SCI_EXPAND8 ID_SCI_EXPAND_BASE + 7
#define ID_SCI_EXPAND9 ID_SCI_EXPAND_BASE + 8
#define IDN_TREE_BASE 40200
#define IDN_TREE_MOVE_ELEMENT_ONE IDN_TREE_BASE + 1
#define IDN_TREE_MOVE_ELEMENT_SMART IDN_TREE_BASE + 2
#define IDN_TREE_MOVE_ELEMENT_WITH_CHILDREN IDN_TREE_BASE + 3
#define IDN_TREE_MOVE_ELEMENT IDN_TREE_BASE + 4
#define IDN_ED_RETURN IDN_TREE_BASE + 5
#define IDN_TREE_RETURN IDN_TREE_BASE + 6
#define IDN_TREE_CLICK IDN_TREE_BASE + 7
#define IDN_TREE_VIEW_ELEMENT IDN_TREE_BASE + 8
#define IDN_TREE_VIEW_ELEMENT_SOURCE IDN_TREE_BASE + 9
#define IDN_TREE_MOVE_LEFT_ONE IDN_TREE_BASE + 10
#define IDN_TREE_MOVE_LEFT IDN_TREE_BASE + 11
#define IDN_TREE_MERGE IDN_TREE_BASE + 12
#define IDN_TREE_UPDATE_ME IDN_TREE_BASE + 13
#define IDN_TREE_RESTORE IDN_TREE_BASE + 14
#define IDC_TREE_ST_BASE 40300
#define IDC_TREE_BASE 40400
#define IDC_TREE_CLEAR_ALL 40500
#define MAX_LOAD_STRING 1023