commonstrings.r.h
Go to the documentation of this file.
1 /*--------------------------------------------------------------------------------------+
2 |
3 | Supplied under applicable software license agreement.
4 |
5 | Copyright (c) 2018 Bentley Systems, Incorporated. All rights reserved.
6 |
7 +---------------------------------------------------------------------------------------*/
8 #pragma once
9 
10 //--------------------------------------------------------------------
11 // This file is included by both .cpp/h and .r files
12 //--------------------------------------------------------------------
13 
14 /*----------------------------------------------------------------------+
15 | |
16 | This file is for defining common strings and specifically strings |
17 | which require localization. |
18 | |
19 | For example, the default name for viewgroups when importing pre-V8 |
20 | files. |
21 | |
22 +----------------------------------------------------------------------*/
23 #define COMMONSTRINGS_FETCH_BASE 9000
24 #define COMMONSTRINGS_GET_FETCH_ID(x) (COMMONSTRINGS_FETCH_BASE+x)
25 
26 
27 #define COMMONSTRINGS_DEFAULT_MODEL_DESCRIPTION 3
28 #define COMMONSTRINGS_DEFAULT_SYSTEM_VIEWGROUP_DESCRIPTION 6
29 #define COMMONSTRINGS_CANDIDATE_VIEWGROUP_NAME_BASE 7
30 #define COMMONSTRINGS_DEFAULT_MODEL_NAME 8
31 #define COMMONSTRINGS_TRANSIENT_VIEWGROUP_TEMP_NAME_BASE 9
32 #define COMMONSTRINGS_ELEMENTS_ON_NONDISPLAYED_LEVEL 15
33 
34 #define COMMONSTRINGS_SAVEASV7_OPTIONSTITLE 20
35 #define COMMONSTRINGS_SAVEASV8_OPTIONSTITLE 21
36 #define COMMONSTRINGS_SAVEASDWG_OPTIONSTITLE 22
37 
38 #define COMMONSTRINGS_REFERENCE_DRAGDROPFILES 43
39 #define COMMONSTRINGS_MultiModelViewgroupName 45
40 #define COMMONSTRINGS_REFERENCE_DRAGDROPVIEWSINFOLABEL 46

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.