-
Notifications
You must be signed in to change notification settings - Fork 0
/
SXMreaderWinCustom.rc
130 lines (107 loc) · 2.29 KB
/
SXMreaderWinCustom.rc
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
/* XOP-specific resources for SXMreader on Windows
This file is compiled by the resource compiler and creates XOP-specific
resources that IGOR looks for in an XOP module.
*/
#include "XOPResources.h" // Defines XOP-specific symbols.
/* no menu item */
1100 XOPI // XOPI - Describes general XOP properties to IGOR.
BEGIN
XOP_VERSION, // Version number of host XOP system.
DEV_SYS_CODE, // Code for development system used to make XOP.
XOP_FEATURE_FLAGS, // Tells Igor about XOP features
XOPI_RESERVED, // Reserved - must be zero.
XOP_TOOLKIT_VERSION // XOP Toolkit version.
END
1100 STR#
BEGIN
"Wave is not a grid.\0",
"XFUNC3 XOP was called to execute an unknown function.\0",
"Input string is non-existent.\0",
"The number of points in both points is not matching.\0",
"\0" // NULL required to terminate the resource.
END
1100 XMN1
BEGIN
100, // menuResID: Menu resource ID is 100.
1, // menuFlags: Show menu when Igor is launched.
0, // 0 required to terminate the resource.
END
1100 XSM1 // Windows, in MenuXOP1WinCustom.rc.
BEGIN
101, // subMenuResID: Add submenu with resource ID 101
100, // mainMenuResID: to menu with resource ID 100
1, // mainMenuItemNum: to item 1 of menu
0, // 0 required to terminate the resource
END
1100 XMI1 // Windows, in MenuXOP1WinCustom.rc.
BEGIN
0, // 0 required to terminate the resource.
END
1100 XOPF // Describes functions added by XOP to IGOR.
BEGIN
"readSXMFile\0"
F_IO,
WAVE_TYPE,
HSTRING_TYPE,
HSTRING_TYPE,
0,
"readDATFile\0"
F_IO,
WAVE_TYPE,
HSTRING_TYPE,
HSTRING_TYPE,
0,
"readDATFolder\0"
F_IO,
WAVE_TYPE,
HSTRING_TYPE,
HSTRING_TYPE,
0,
"plotDemodX\0"
F_IO,
WAVE_TYPE,
HSTRING_TYPE,
HSTRING_TYPE,
0,
"plotDemodY\0"
F_IO,
WAVE_TYPE,
HSTRING_TYPE,
HSTRING_TYPE,
0,
"dynesFit\0"
F_IO,
WAVE_TYPE,
WAVE_TYPE,
NT_FP64,
NT_FP64,
0,
"findpeaks\0"
F_IO,
WAVE_TYPE,
WAVE_TYPE,
0,
"dynesFitGrid\0"
F_IO,
WAVE_TYPE,
WAVE_TYPE,
NT_FP64,
NT_FP64,
0,
"removeBackground\0"
F_IO,
WAVE_TYPE,
WAVE_TYPE,
WAVE_TYPE,
WAVE_TYPE,
WAVE_TYPE,
0,
"read3ds\0"
F_IO,
WAVE_TYPE,
HSTRING_TYPE,
HSTRING_TYPE,
0,
// More function descriptions can appear here.
0, // NOTE: 0 required to terminate the resource.
END