forked from Thomas-Mielke-Software/ECTImport
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelpcontextmap.h
More file actions
22 lines (17 loc) · 740 Bytes
/
helpcontextmap.h
File metadata and controls
22 lines (17 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*//////////////////////////////////////////////////////////////////////////////
// Name: helpcontextmap.cpp
// Purpose: #defines for help contetx numbers
// Author: Ruediger Herrmann
// Copyright: (c) Ruediger Herrmann
//////////////////////////////////////////////////////////////////////////////*/
#if !defined ( _HELPCONTEXTMAP_H_ )
#define _HELPCONTEXTMAP_H_
#define IDH_CONTENT 9999
#define IDH_OVERVIEW 9001
#define IDH_DLGIMPORT 1001
#define IDH_DLGNEWIMPORTDESCR 1002
#define IDH_DLGIMPORTSTATUS 1003
#define IDH_DLGABOUT 1004
#define IDH_STEPBYSTEP 3001
#define IDH_GAWK 3002
#endif /* !defined ( _HELPCONTEXTMAP_H_ ) */