CFx SDK Documentation  2023 SP0
FxHelpId.h
Go to the documentation of this file.
1 //
2 // (C) Copyright 2005-2022 by Graebert GmbH.
3 //
4 // Permission to use, copy, modify, and distribute this software in
5 // object code form for any purpose and without fee is hereby granted,
6 // provided that the above copyright notice appears in all copies and
7 // that both that copyright notice and the limited warranty and
8 // restricted rights notice below appear in all supporting
9 // documentation.
10 //
11 // GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
12 // GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
13 // MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
14 // DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
15 // UNINTERRUPTED OR ERROR FREE.
16 
17 #pragma once
18 
19 /*** Window Commands ***/
20 #define HLPID_WIN_CLOSE 1000
21 #define HLPID_WIN_TILE 1001
22 #define HLPID_WIN_CASC 1002
23 #define HLPID_WIN_ICON 1003
24 #define HLPID_WIN_OPEN 1004
25 // UNUSED_HELP_ID #define HLPID_WIN_TSCREEN 1005
26 #define HLPID_WIN_QOPEN 1006
27 #define HLPID_WIN_TLMODE 1007
28 #define HLPID_WIN_FULLSCREEN 1008
29 #define HLPID_WIN_TILEHOR 1009
30 #define HLPID_WIN_TILEVER 1010
31 #define HLPID_WIN_PSPACE 1011
32 #define HLPID_WIN_MSPACE 1012
33 #define HLPID_WIN_SYSWINDOWS 1013
34 #define HLPID_WIN_CLOSEALL 1014
35 
36 /*** Draw Commands ***/
37 #define HLPID_DRAW_LINE 1101
38 #define HLPID_DRAW_POINT 1102
39 #define HLPID_DRAW_CIRCLE 1103
40 #define HLPID_DRAW_ARC 1104
41 #define HLPID_DRAW_TEXT 1105
42 #define HLPID_DRAW_ATTDEF 1106
43 #define HLPID_DRAW_RECT 1107
44 #define HLPID_DRAW_SIMPLEPOLY 1108
45 #define HLPID_DRAW_PLINE 1109
46 #define HLPID_DRAW_2DFACE 1110
47 #define HLPID_DRAW_3DFACE 1111
48 #define HLPID_DRAW_RING 1113
49 #define HLPID_DRAW_HATCH 1114
50 #define HLPID_DRAW_QHATCH 1115
51 #define HLPID_DRAW_PLINE3D 1116
52 #define HLPID_DRAW_LIGHT 1117
53 // UNUSED_HELP_ID #define HLPID_DRAW_PCONTOUR 1118
54 #define HLPID_DRAW_PFACE 1119
55 #define HLPID_DRAW_ELLIPSE 1121
56 #define HLPID_DRAW_REVSURF 1123
57 #define HLPID_DRAW_TABSURF 1124
58 #define HLPID_DRAW_RULESURF 1125
59 #define HLPID_DRAW_QTEXT 1126
60 #define HLPID_DRAW_QATTDEF 1127
61 #define HLPID_DRAW_3DMESH 1128
62 #define HLPID_DRAW_BHATCH 1129
63 // UNUSED_HELP_ID #define HLPID_DRAW_DTEXT 1131
64 // UNUSED_HELP_ID #define HLPID_DRAW_MTEXT 1132
65 #define HLPID_DRAW_QMTEXT 1133
66 #define HLPID_DRAW_SKETCH 1134
67 #define HLPID_DRAW_SPLINE 1135
68 #define HLPID_DRAW_XLINE 1136
69 #define HLPID_DRAW_WIPEOUT 1137
70 #define HLPID_DRAW_TRAPEZOID 1138
71 #define HLPID_DRAW_RAY 1139
72 #define HLPID_DRAW_POLYGON 1140
73 #define HLPID_DRAW_QTABLE 1141
74 #define HLPID_DRAW_MLINE 1142
75 // UNUSED_HELP_ID #define HLPID_DRAW_IMAGE 1143
76 #define HLPID_DRAW_EDGESURF 1144
77 #define HLPID_DRAW_TABLE 1145
78 #define HLPID_DRAW_TRACE 1146
79 #define HLPID_DRAW_3D 1147
80 #define HLPID_DRAW_BOX 1148
81 #define HLPID_DRAW_CONE 1149
82 #define HLPID_DRAW_CYLINDER 1150
83 #define HLPID_DRAW_PYRAMID 1151
84 #define HLPID_DRAW_TORUS 1152
85 #define HLPID_DRAW_LOAD 1153
86 #define HLPID_DRAW_PSOLID 1154 // ACIS Command: PolySolid (3DWall)
87 #define HLPID_DRAW_PLANESURF 1155
88 #define HLPID_DRAW_WEDGE 1156
89 #define HLPID_DRAW_BOUNDARY 1157
90 #define HLPID_DRAW_DDTEXT 1158
91 #define HLPID_DRAW_SHAPE 1159
92 #define HLPID_DRAW_SPHERE 1160
93 #define HLPID_DRAW_DISTANTLIGHT 1161
94 #define HLPID_DRAW_FREESPOT 1162
95 #define HLPID_DRAW_POINTLIGHT 1163
96 #define HLPID_DRAW_SPOTLIGHT 1164
97 #define HLPID_DRAW_TARGETPOINT 1165
98 #define HLPID_DRAW_GRADIENT 1166
99 #define HLPID_DRAW_QBOUNDARY 1167
100 #define HLPID_DRAW_REVCLOUD 1168
101 #define HLPID_DRAW_CENTERLINE 1169 // Command: Centerline
102 #define HLPID_DRAW_HATCH_ADDITIONAL 1170
103 #define HLPID_DRAW_HELIX 1171
104 #define HLPID_DRAW_QREVCLOUD 1172
105 
106 /*** Editing Commands ***/
107 #define HLPID_EDIT_DELETE 1201
108 #define HLPID_EDIT_COPY 1202
109 #define HLPID_EDIT_MOVE 1203
110 #define HLPID_EDIT_ROTATE 1204
111 #define HLPID_EDIT_UNDELETE 1205
112 #define HLPID_EDIT_CHANGE 1206
113 // UNUSED_HELP_ID #define HLPID_EDIT_PROPEDIT 1207
114 #define HLPID_EDIT_LENGTHEN 1208
115 #define HLPID_EDIT_STRETCH 1209
116 #define HLPID_EDIT_ARRAY 1210
117 #define HLPID_EDIT_SCALE 1211
118 #define HLPID_EDIT_MIRROR 1212
119 #define HLPID_EDIT_FLIP 1213
120 #define HLPID_EDIT_OFFSET 1214
121 #define HLPID_EDIT_TABLECELL 1215
122 #define HLPID_EDIT_POLYEDIT 1216
123 #define HLPID_EDIT_VTXEDIT 1217
124 #define HLPID_EDIT_TRIM 1218
125 #define HLPID_EDIT_CHAMFER 1219
126 #define HLPID_EDIT_INTERSECT 1220
127 #define HLPID_EDIT_FILLET 1221
128 #define HLPID_EDIT_EXPAND 1222
129 // UNUSED_HELP_ID #define HLPID_EDIT_HPEDIT 1223
130 // UNUSED_HELP_ID #define HLPID_EDIT_QHPEDIT 1224
131 #define HLPID_EDIT_HPUPDATE 1225 //deprecated
132 #define HLPID_EDIT_LIGHTEDIT 1226
133 #define HLPID_EDIT_ATTDEDIT 1227
134 // UNUSED_HELP_ID #define HLPID_EDIT_TEXTEDIT 1228
135 #define HLPID_EDIT_QPROPEDIT 1229
136 #define HLPID_EDIT_RENAME 1230
137 #define HLPID_EDIT_BREAK 1231
138 #define HLPID_EDIT_DOFFSET 1232 //deprecated
139 #define HLPID_EDIT_QARRAY 1233
140 #define HLPID_EDIT_QMIRROR 1234
141 #define HLPID_EDIT_QOFFSET 1235
142 #define HLPID_EDIT_MTEXTEDIT 1236
143 #define HLPID_EDIT_DIVIDE 1237
144 #define HLPID_EDIT_MEASURE 1238
145 #define HLPID_EDIT_GRIPSCALE 1239
146 #define HLPID_EDIT_GRIPROTATE 1240
147 #define HLPID_EDIT_GRIPMOVE 1241
148 #define HLPID_EDIT_GRIPMIRROR 1242
149 #define HLPID_EDIT_GRIPEDIT 1243
150 #define HLPID_EDIT_GRIPSTRETCH 1244
151 #define HLPID_EDIT_MIRROR3D 1245
152 #define HLPID_EDIT_MLEDIT 1246
153 #define HLPID_EDIT_MULTIPLE 1247
154 #define HLPID_EDIT_TABLEEDIT 1248
155 #define HLPID_EDIT_ROTATE3D 1249
156 #define HLPID_EDIT_JOIN 1250
157 #define HLPID_EDIT_MATCHPROP 1251
158 #define HLPID_EDIT_SPELL 1252
159 #define HLPID_EDIT_MLSTYLE 1253
160 #define HLPID_EDIT_MTEXT 1254
161 #define HLPID_EDIT_ALIGN3D 1255
162 #define HLPID_EDIT_COPYHIST 1256
163 #define HLPID_EDIT_ALIGN 1257
164 #define HLPID_EDIT_XCLIP 1258
165 #define HLPID_EDIT_EXTRUDE 1259
166 #define HLPID_EDIT_SLICE 1260
167 #define HLPID_EDIT_SECTION 1261
168 #define HLPID_EDIT_LOFT 1262
169 #define HLPID_EDIT_INTERFERE 1263
170 #define HLPID_EDIT_REVOLVE 1264
171 #define HLPID_EDIT_DISCARDDUPLICATES 1265
172 #define HLPID_EDIT_THICKEN 1266
173 #define HLPID_EDIT_QDISCARDDUPLICATES 1267
174 #define HLPID_EDIT_SOLIDEDIT 1268
175 #define HLPID_EDIT_SUBTRACT 1269
176 #define HLPID_EDIT_UNION 1270
177 #define HLPID_EDIT_PROPERTIES 1271
178 #define HLPID_EDIT_HATCH 1272
179 #define HLPID_EDIT_REGION 1273
180 #define HLPID_EDIT_SWEEP 1274
181 #define HLPID_EDIT_3DARRAY 1275
182 #define HLPID_EDIT_3DMOVE 1276
183 #define HLPID_EDIT_CHPROP 1277
184 #define HLPID_EDIT_QMLEDIT 1278
185 #define HLPID_EDIT_QRENAME 1279
186 #define HLPID_EDIT_QHATCHEDIT 1280
187 #define HLPID_EDIT_DDEDIT 1281
188 #define HLPID_EDIT_SCALETEXT 1282
189 #define HLPID_EDIT_JUSTIFY 1283
190 #define HLPID_EDIT_FILLET3D 1284
191 #define HLPID_EDIT_FLATSHOT 1285
192 #define HLPID_EDIT_PDFCLIP 1286
193 #define HLPID_EDIT_PDFLAYERS 1287
194 #define HLPID_FIELD_COMMAND 1288
195 #define HLPID_FIELDUPDATE_COMMAND 1289
196 #define HLPID_DRAWINGPROPS_COMMAND 1290
197 #define HLPID_EDIT_DGNCLIP 1291
198 #define HLPID_EDIT_DGNLAYERS 1292
199 #define HLPID_EDIT_CLIPIMAGE 1293
200 #define HLPID_EDIT_EXPLODEX 1294
201 #define HLPID_EDIT_EXPLODETEXT 1295
202 #define HLPID_EDIT_COPYROTATE 1296
203 #define HLPID_EDIT_PARAGRAPH 1297
204 #define HLPID_EDIT_TABLETEXT 1298
205 #define HLPID_EDIT_POWERTRIM 1299
206 #define HLPID_EDIT_QFLATSHOT 1300
207 
208 
209 /*** Part and Group Commands ***/
210 #define HLPID_BLOCK_PARTDEF 1301
211 #define HLPID_BLOCK_PARTEXP 1302
212 #define HLPID_BLOCK_EXPLODE 1303
213 #define HLPID_BLOCK_QINSERT 1304
214 #define HLPID_BLOCK_INSERT 1305
215 #define HLPID_BLOCK_ATTEDIT 1306
216 //#define HLPID_BLOCK_ATTXEDIT 1307
217 #define HLPID_GROUP 1308
218 #define HLPID_BLOCK_DINSERT 1309
219 #define HLPID_BLOCK_XINSERT 1310
220 #define HLPID_BLOCK_XLINK 1311
221 #define HLPID_BLOCK_QATTEDIT 1312
222 #define HLPID_BLOCK_QXLINK 1313
223 // UNUSED_HELP_ID #define HLPID_BLOCK_BLOCK 1314
224 #define HLPID_BLOCK_XOPEN 1315
225 #define HLPID_BLOCK_XBIND 1316
226 #define HLPID_BLOCK_IMAGEATTACH 1317
227 #define HLPID_BLOCK_IMAGEFRAME 1318
228 #define HLPID_BLOCK_IMAGEQUALITY 1319
229 #define HLPID_BLOCK_MINSERT 1320
230 #define HLPID_BLOCK_QWBLOCK 1321
231 #define HLPID_BLOCK_QBLOCK 1322
232 #define HLPID_BLOCK_QIMAGE 1323
233 #define HLPID_BLOCK_QXREF 1324
234 #define HLPID_QGROUP 1325
235 #define HLPID_BLOCK_ATTOUT 1326
236 #define HLPID_BLOCK_QATTOUT 1327
237 #define HLPID_BLOCK_IMAGEDETTACH 1328
238 #define HLPID_BLOCK_ATTRIBUTEOUTPUT 1329
239 #define HLPID_BLOCK_REFEDIT 1330
240 #define HLPID_BLOCK_REFSET 1331
241 #define HLPID_BLOCK_EDITBASE 1332
242 #define HLPID_BLOCK_REFSAVE 1333
243 #define HLPID_BLOCK_REFCLOSE 1334
244 #define HLPID_BLOCK_QIMAGEATTACH 1335
245 #define HLPID_BLOCK_PDFATTACH 1336
246 #define HLPID_BLOCK_DGNATTACH 1337
247 #define HLPID_BLOCK_UPDATEATT 1338
248 #define HLPID_BLOCK_EDITIPATT 1339
249 #define HLPID_BLOCK_PDFDETACH 1340 // Command: DetachPDF
250 #define HLPID_BLOCK_DGNDETACH 1341 // Command: DetachDGN
251 #define HLPID_BLOCK_DWGDETACH 1342 // Command: DetachDrawing
252 #define HLPID_BLOCK_RESETBLOCK 1343
253 #define HLPID_GROUP_QUICKGROUP 1344
254 #define HLPID_GROUP_QUICKUNGROUP 1345
255 #define HLPID_GROUP_EDITENTITYGROUP 1346
256 #define HLPID_BLOCK_EXPLODEX 1347 // Command: BURST
257 #define HLPID_BLOCK_BINDTYPEDLG 1348
258 #define HLPID_BLOCK_EDITXATTRIBUTE 1349 // Command: EditXBlockAttribute
259 #define HLPID_BLOCK_QPDFATTACH 1350 // Command: -AttachPDF
260 #define HLPID_BLOCK_QDGNATTACH 1351 // Command: -AttachDGN
261 #define HLPID_BLOCK_ATTPOSOUTPUT 1352 // Command: BlockAttributePositionOutput
262 #define HLPID_GROUP_EGROUPDISPMODE 1353 // Command: EntityGroupDisplayMode
263 #define HLPID_BLOCK_REDEFINEBASE 1354 // Command: RedefineBasePoint
264 #define HLPID_BLOCK_ATTRIB_MANAGER 1355 // Command: Battman
265 #define HLPID_BLOCK_ATTRIB_EDITOR 1356
266 #define HLPID_BLOCK_QATTDEFEDIT 1357 // Command: -EditBlockAttributeDefinition
267 #define HLPID_BLOCK_QINSERTREFERENCE 1358 // Command: -InsertReference
268 #define HLPID_CBLOCK_CBACTIVITY 1359 // Command: CBActivity
269 #define HLPID_CBLOCK_CBACTIVITYICON 1360 // Command: CBActivityIcon
270 #define HLPID_CBLOCK_CBACTIVITYTOOL 1361 // Command: CBActivityTool
271 #define HLPID_CBLOCK_CBCLOSE 1362 // Command: CBClose
272 #define HLPID_CBLOCK_CBOPTIONS 1363 // Command: CBOptions
273 #define HLPID_CBLOCK_EDITCUSTOMBLOCK 1364 // Command: EditCustomBlock
274 #define HLPID_CBLOCK_CBVALUETABLE 1365 // Command: CBValueTable
275 #define HLPID_CBLOCK_CBELEMENT 1366 // Command: CBElement
276 #define HLPID_CBLOCK_CBSAVE 1367 // Command: CBSave
277 #define HLPID_CBLOCK_CBSAVEAS 1368 // Command: CBSaveAs
278 #define HLPID_CBLOCK_CBHIDE 1369 // Command: CBHide
279 #define HLPID_CBLOCK_CBSHOW 1370 // Command: CBShow
280 #define HLPID_CBLOCK_CBVISIBILITY 1371 // Command: CBVisibility
281 #define HLPID_CBLOCK_VALUESETLISTDLG 1372 // Value Set List dialog box
282 #define HLPID_CBLOCK_QCBVISIBILITY 1373 // Command: -CBVisibility
283 #define HLPID_CBLOCK_CBELEMENTSET 1374 // Command: CBElementSet
284 #define HLPID_CBLOCK_QEDITCUSTOMBLOCK 1375 // Command: -EditBlock
285 #define HLPID_CBCYCLEORDER 1376 // Command: CBCycleOrder, dialog box: Base Point Cycling
286 #define HLPID_CBLOCK_CBCONVERT 1377 // Command: CBConvert, Convert Block dialog box
287 #define HLPID_CBLOCK_QCBCONVERT 1378 // Command: -CBConvert
288 
289 /*** Dimensioning Commands ***/
290 #define HLPID_DIM_LIN 1401
291 #define HLPID_DIM_HOR 1402
292 #define HLPID_DIM_VER 1403
293 #define HLPID_DIM_ALI 1404
294 #define HLPID_DIM_ROT 1405
295 #define HLPID_DIM_ORD 1406
296 #define HLPID_DIM_DIA 1407
297 #define HLPID_DIM_RAD 1408
298 #define HLPID_DIM_CENT 1409
299 #define HLPID_DIM_A3P 1410
300 #define HLPID_DIM_A4P 1411
301 #define HLPID_DIM_REST 1412
302 #define HLPID_DIM_SAVE 1413
303 #define HLPID_DIM_UPD 1414
304 #define HLPID_DIM_SER 1415
305 #define HLPID_DIM_CON 1416
306 #define HLPID_DIM_BAS 1417
307 #define HLPID_DIM_TROT 1418
308 #define HLPID_DIM_TNEW 1419
309 #define HLPID_DIM_TMOVE 1420
310 #define HLPID_DIM_THOME 1421
311 #define HLPID_DIM_OBL 1422
312 // UNUSED_HELP_ID #define HLPID_DIM_TYPE 1423
313 #define HLPID_DIM_TOL 1424
314 #define HLPID_DIM_LEADER 1425
315 #define HLPID_DIM_QLEADER 1426
316 #define HLPID_DIM_TOLEDIT 1427
317 #define HLPID_DIM_DIM 1428
318 // UNUSED_HELP_ID #define HLPID_DIM_DIM1 1429
319 #define HLPID_DIM_EDIT 1430
320 #define HLPID_DIM_ARC 1431
321 #define HLPID_DIM_ANG 1432
322 #define HLPID_DIM_JOG 1433
323 #define HLPID_DIM_TEDIT 1434
324 #define HLPID_DIM_STYLE 1435
325 #define HLPID_DIM_OVR 1436
326 #define HLPID_DIM_QDIM 1437
327 #define HLPID_DIM_REAS 1438
328 #define HLPID_DIM_DISAS 1439
329 #define HLPID_DIM_REGEN 1440
330 #define HLPID_QDIM_STYLE 1441
331 #define HLPID_DIM_ROTD 1442
332 #define HLPID_DIM_FLIPARROWS 1443
333 #define HLPID_DIM_SMART 1444
334 #define HLPID_DIM_DIMENSIONPALETTE 1445
335 #define HLPID_DIM_SPLITDIMENSION 1446 // Command: SplitDimension
336 #define HLPID_DIM_MULTILEADER 1447 // Command: MultiLeader
337 #define HLPID_DIM_AUTODIM 1448 // Command: AutoDimensionTool
338 #define HLPID_DIM_STYLE_CSTMARROWDLG 1449
339 #define HLPID_DIM_NEWDIMENSIONSTYLE 1450 // Command: NewDimensionStyle
340 #define HLPID_DIM_ARRANGEDIMENSIONS 1451 // Command: ArrangeDimensions
341 #define HLPID_DIM_AUTODIMENSION 1452 // Command: AutoDimension
342 #define HLPID_DIM_SMARTLEADER_CSTMARROWDLG 1453 // Dialog box: Select Custom Arrow (Smartleader)
343 
344 /*** View and Display Commands ***/
345 #define HLPID_VIEW_ZOOMWIN 1501
346 #define HLPID_VIEW_ZOOMBACK 1502
347 #define HLPID_VIEW_ZOOMFIT 1503
348 #define HLPID_VIEW_ZOOMIN 1504
349 #define HLPID_VIEW_ZOOMOUT 1505
350 #define HLPID_VIEW_REGEN 1506
351 #define HLPID_VIEW_REGENALL 1507
352 #define HLPID_VIEW_REDRAW 1508
353 #define HLPID_VIEW_PANLEFT 1509
354 #define HLPID_VIEW_PANRIGHT 1510
355 #define HLPID_VIEW_PANUP 1511
356 #define HLPID_VIEW_PANDOWN 1512
357 // UNUSED_HELP_ID #define HLPID_VIEW_TICON 1513
358 #define HLPID_VIEW_ZOOMFAC 1514
359 #define HLPID_VIEW_PAN 1515
360 #define HLPID_VIEW_VIEW 1516
361 #define HLPID_VIEW_ZOOM 1517
362 // UNUSED_HELP_ID #define HLPID_VIEW_PLANVIEW 1518
363 #define HLPID_VIEW_HIDE 1519
364 // UNUSED_HELP_ID #define HLPID_VIEW_FHIDE 1520
365 // UNUSED_HELP_ID #define HLPID_VIEW_RENDER 1521
366 #define HLPID_VIEW_ARENDER 1522
367 #define HLPID_VIEW_PLAN 1523
368 #define HLPID_VIEW_QVIEW 1524
369 // UNUSED_HELP_ID #define HLPID_VIEW_DPAN 1525
370 #define HLPID_VIEW_DZOOM 1526
371 #define HLPID_VIEW_DRAWORDER 1527
372 // UNUSED_HELP_ID #define HLPID_VIEW_QHIDE 1528
373 #define HLPID_VIEW_VIEWRES 1529
374 #define HLPID_VIEW_VPMIN 1530
375 #define HLPID_VIEW_VPMAX 1531
376 #define HLPID_VIEW_GRAPHSCR 1532
377 #define HLPID_VIEW_TEXTSCR 1533
378 #define HLPID_VIEW_REGENAUTO 1534
379 #define HLPID_VIEW_MODEL 1535
380 #define HLPID_VIEW_ORBIT 1536
381 #define HLPID_VIEW_ISOPLANE 1537
382 #define HLPID_VIEW_MVIEW 1538
383 #define HLPID_VIEW_VPOINT 1539
384 #define HLPID_VIEW_QPAN 1540
385 #define HLPID_VIEW_BACKGROUND 1541
386 #define HLPID_VIEW_VPCLIP 1542
387 #define HLPID_VIEW_CVTILE 1543
388 #define HLPID_VIEW_SELECTIONBOX 1544
389 #define HLPID_VIEW_TOOLMATRIX 1545
390 // UNUSED_HELP_ID #define HLPID_VIEW_TOOLMATRIXHIDE 1546
391 #define HLPID_VIEW_DISPLAYFILLS 1547
392 #define HLPID_VIEW_ROLLVIEWCENTER 1548
393 #define HLPID_VIEW_ROLLVIEWCONTINUOUS 1549 // Command: RollViewContinuous
394 #define HLPID_VIEW_ROLLVIEWFREE 1550 // Command: RollViewFree
395 #define HLPID_VIEW_ROLLVIEWHORIZONTAL 1551 // Command: RollViewHorizontal
396 #define HLPID_VIEW_ROLLVIEWVERTICAL 1552 // Command: RollViewVertical
397 #define HLPID_VIEW_ROLLVIEWAUTOTARGET 1553 // Command: RollViewAutotarget
398 #define HLPID_VIEW_VIEWNAVIGATOR 1554 // Command: ViewNavigator
399 #define HLPID_VIEW_VIEWNAVIGATOR_DLG 1555 // Command: View Navigator Properties dialog box
400 #define HLPID_VIEW_VIEWNAVIGATOR_MNU 1556 // Command: View Navigator Menu Help Option
401 
402 
403 /*** Inquiry Commands ***/
404 #define HLPID_QUERY_AREA 1601
405 #define HLPID_QUERY_DISTANCE 1602
406 #define HLPID_QUERY_EINFO 1603
407 #define HLPID_QUERY_ID 1604
408 #define HLPID_QUERY_LOGFILEON 1605
409 #define HLPID_QUERY_LOGFILEOFF 1606
410 #define HLPID_QUERY_FILTER 1607
411 #define HLPID_QUERY_LIST 1608
412 #define HLPID_QUERY_SMARTSELECT 1609
413 #define HLPID_QUERY_MASSPROP 1610 // Command: GetMassProperties (ACIS)
414 #define HLPID_QUERY_GETMASSPROP 1611 // Command: GetMassProperties (Non-ACIS)
415 #define HLPID_QUERY_SELECTMATCHING 1612 //Command: SELECTMATCHING (SELECTSIMILAR)
416 #define HLPID_QUERY_FILTER_EXPORT_IMPORT 1613 //Export and Import dialog for selection filters
417 #define HLPID_QUERY_ANGLE 1614 // Command: GetAngle
418 #define HLPID_QUERY_EXDATA_START 1615 // Data Extraction Wizard - Step 1: Begin
419 #define HLPID_QUERY_EXDATA_DATASOURCE 1616 // Data Extraction Wizard - Step 2: Define Data Source
420 #define HLPID_QUERY_EXDATA_DATASOURCE_SETTINGS 1617 // Data Extraction Wizard - Step 3: Define Data Source - More settings
421 #define HLPID_QUERY_EXDATA_SELECT_ENTITIES 1618 // Data Extraction Wizard - Step 3: Select Entities
422 #define HLPID_QUERY_EXDATA_SELECT_PROPERTIES 1619 // Data Extraction Wizard - Step 4: Select Properties
423 #define HLPID_QUERY_EXDATA_REFINE_DATA 1620 // Data Extraction Wizard - Step 5: Refine Data
424 #define HLPID_QUERY_EXDATA_OUTPUT 1621 // Data Extraction Wizard - Step 6: Choose Output
425 #define HLPID_QUERY_EXDATA_TABLE_STYLE 1622 // Data Extraction Wizard - Step 7: Table Style
426 #define HLPID_QUERY_EXDATA_FINISH 1623 // Data Extraction Wizard - Step 8: Finish
427 #define HLPID_QUERY_QEXTRACTDATA 1624 // Command: -ExtractData
428 #define HLPID_QUERY_COMMANDS 1625 // Command: Commands
429 #define HLPID_QUERY_MEASUREGEOM 1626 // Command: MeasureGeometry
430 #define HLPID_QUERY_DATALINK 1627 // Dialog box: Data Link Manager
431 #define HLPID_QUERY_DATALINK_SETUP 1628 // Dialog box: Setup Data Link
432 #define HLPID_QUERY_DATALINK_UPDATE 1629 // Command: UpdateDataLink
433 
434 /*** File Commands ***/
435 #define HLPID_FILE_NEW 1701
436 #define HLPID_FILE_OPEN 1702
437 #define HLPID_FILE_SAVE 1703
438 #define HLPID_FILE_SAVEAS 1704
439 #define HLPID_FILE_SAVEALL 1705
440 //#define HLPID_FILE_CLOSE 1706
441 #define HLPID_FILE_EXIT 1707
442 // UNUSED_HELP_ID #define HLPID_FILE_MACRO 1708
443 #define HLPID_FILE_QOPEN 1709
444 #define HLPID_FILE_DELFLK 1710
445 #define HLPID_FILE_PARTLIB 1711
446 #define HLPID_FILE_PLBSETUP 1712
447 #define HLPID_FILE_RECOVER 1713
448 // UNUSED_HELP_ID #define HLPID_FILE_RNEW 1714
449 // UNUSED_HELP_ID #define HLPID_FILE_ROPEN 1715
450 #define HLPID_FILE_RRECOVER 1716
451 #define HLPID_FILE_ATTACH 1717
452 #define HLPID_FILE_HYPERLINK 1718
453 #define HLPID_FILE_ARX 1719
454 #define HLPID_FILE_DETACHURL 1720
455 #define HLPID_FILE_TIME 1721
456 #define HLPID_FILE_ATTACHURL 1722
457 #define HLPID_FILE_QHYPERLINK 1723
458 #define HLPID_FILE_QNEW 1724
459 #define HLPID_FILE_INSERTOBJECT 1725
460 #define HLPID_FILE_PROXYDETAILS 1726
461 #define HLPID_FILE_REPLACENEW 1727 // Command: ReplaceNew
462 #define HLPID_FILE_REPLACEOPEN 1728 // Command: ReplaceOpen
463 #define HLPID_FILE_REPLACERECOVER 1729 // Command: ReplaceRecover
464 #define HLPID_FILE_AUTOSAVE 1730
465 #define HLPID_FILE_DRAWINGRECOVERY 1731 // Command: DrawingRecovery / HideDrawingRecovery
466 #define HLPID_FILE_SIGNFILE 1732 // Command: SignFile
467 #define HLPID_FILE_VERIFYSIGNATURE 1733 // Command: VerifySignature
468 #define HLPID_FILE_REMOVESIGNATURE 1734 // Command: RemoveSignature
469 #define HLPID_FILE_SAFETYOPTIONS 1735 // Command: SafetyOptions
470 #define HLPID_FILE_INSERTBASE 1736 // Command: InsertBase
471 
472 /*** Menu Commands ***/
473 #define HLPID_MENU_MENU 1801
474 #define HLPID_MENU_PALETTE 1802
475 #define HLPID_MENU_PALOPEN 1803
476 #define HLPID_MENU_TABLET 1804
477 #define HLPID_MENU_TABCONF 1805
478 #define HLPID_MENU_TABSECTION 1806
479 #define HLPID_MENU_PULLDOWN 1807
480 #define HLPID_MENU_PALCLOSE 1808
481 #define HLPID_MENU_ICONMENU 1809
482 #define HLPID_MENU_CUI 1810
483 #define HLPID_MENU_TOOLBAR 1811
484 #define HLPID_MENU_LOADCUI 1812
485 #define HLPID_MENU_IMAGEMENU 1813
486 #define HLPID_MENU_LOCKINTERFACE 1814 // Command: LockInterface
487 #define HLPID_MENU_UNLOADCUI 1815 // Command: UnLoadCustomization
488 
489 /*** Modes, Preferences, Adjustments ***/
490 #define HLPID_ADJUST_LAYER 1901
491 #define HLPID_ADJUST_SETCOLOR 1902
492 #define HLPID_ADJUST_UCS 1903
493 #define HLPID_ADJUST_SETVAR 1904
494 #define HLPID_ADJUST_CONFIG 1905
495 #define HLPID_ADJUST_FONT 1906
496 #define HLPID_ADJUST_LINETYPE 1907
497 #define HLPID_ADJUST_LOADLTYPE 1908
498 // UNUSED_HELP_ID #define HLPID_ADJUST_3DVIEW 1909
499 #define HLPID_ADJUST_SETVIEWDIR 1910
500 #define HLPID_ADJUST_PRECPAR 1911
501 // UNUSED_HELP_ID #define HLPID_ADJUST_DELCMD 1912
502 // UNUSED_HELP_ID #define HLPID_ADJUST_ACTCMD 1913
503 #define HLPID_ADJUST_DRAWMODE 1914
504 #define HLPID_ADJUST_TSNAP 1915
505 #define HLPID_ADJUST_TORTHO 1916
506 #define HLPID_ADJUST_TGRID 1917
507 #define HLPID_ADJUST_SETLAYER 1918
508 #define HLPID_ADJUST_SETLINETYPE 1919
509 #define HLPID_ADJUST_VIEWPAR 1920
510 #define HLPID_ADJUST_EDITPAR 1921
511 #define HLPID_ADJUST_SETTINGS 1922
512 #define HLPID_ADJUST_RCONFIG 1923
513 #define HLPID_ADJUST_UNITSETUP 1924
514 #define HLPID_ADJUST_QLAYER 1925
515 // UNUSED_HELP_ID #define HLPID_ADJUST_QFONT 1926
516 #define HLPID_ADJUST_XPLORER 1927
517 #define HLPID_ADJUST_DESKCONF 1928
518 #define HLPID_ADJUST_DVIEW 1929
519 #define HLPID_ADJUST_QPROFILE 1930
520 #define HLPID_ADJUST_LINEWEIGHT 1931
521 #define HLPID_ADJUST_VIEWPORTS 1932
522 #define HLPID_ADJUST_VSTAMAN 1933
523 #define HLPID_ADJUST_LIGHTLIST 1934
524 #define HLPID_ADJUST_ESNAP 1935
525 //#define HLPID_ADJUST_PLOT 1936
526 #define HLPID_ADJUST_UCSICON 1937
527 #define HLPID_ADJUST_TABLESTYLE 1938
528 #define HLPID_ADJUST_APERTURE 1939
529 #define HLPID_ADJUST_ATTDISP 1940
530 #define HLPID_ADJUST_BLIPMODE 1941
531 #define HLPID_ADJUST_LIMITS 1942
532 #define HLPID_ADJUST_QPRINTSTYLE 1943
533 #define HLPID_ADJUST_PROFILE 1944
534 #define HLPID_ADJUST_SHADE 1945
535 #define HLPID_ADJUST_SHADE_MODE 1946
536 #define HLPID_LOFT_OPTIONS 1947
537 #define HLPID_ADJUST_STYLE 1948
538 #define HLPID_ADJUST_UCSMAN 1949
539 #define HLPID_ADJUST_VPLAYER 1950
540 #define HLPID_ADJUST_REDEFINE 1951
541 #define HLPID_ADJUST_UNDEFINE 1952
542 #define HLPID_ADJUST_QLINETYPE 1953
543 #define HLPID_ADJUST_QLINEWEIGHT 1954
544 #define HLPID_ADJUST_QPLOT 1955
545 #define HLPID_ADJUST_QSETCOLOR 1956
546 #define HLPID_ADJUST_QSTYLE 1957
547 #define HLPID_ADJUST_QUNITSETUP 1958
548 #define HLPID_ADJUST_QVIEWPORTS 1959
549 #define HLPID_ADJUST_QESNAP 1960
550 // UNUSED_HELP_ID #define HLPID_ADJUST_OPTIONS_FILELOCATIONS 1961
551 #define HLPID_ADJUST_OPTIONS_SYSTEMOPTIONS 1962
552 #define HLPID_ADJUST_OPTIONS_USERPREFERENCES 1963
553 #define HLPID_ADJUST_OPTIONS_DRAWINGSETTINGS 1964
554 #define HLPID_ADJUST_OPTIONS_DRAFTINGSETTINGS 1965
555 #define HLPID_ADJUST_OPTIONS_ADDINS 1966
556 #define HLPID_ADJUST_OPTIONS_PROFILES 1967
557 //#define HLPID_ADJUST_CONFIG_COLORSTAB 1968
558 //#define HLPID_ADJUST_CONFIG_STARTUPTAB 1969
559 //#define HLPID_ADJUST_CONFIG_RIGHTCLICKDIALOG 1970
560 #define HLPID_ADJUST_POINTFORMAT 1971
561 #define HLPID_ADJUST_ACTIVATETABLESTYLE 1972
562 #define HLPID_ADJUST_LINESCALE 1973
563 #define HLPID_ADJUST_FONTSTYLE 1974
564 #define HLPID_ADJUST_DISPLAYCOORDS 1975
565 #define HLPID_ADJUST_DISPLAYDIALOGS 1976
566 #define HLPID_ADJUST_LANGUAGE 1977
567 #define HLPID_ADJUST_PRINTSTYLE 1978
568 // UNUSED_HELP_ID #define HLPID_ADJUST_OSNAP 1979
569 #define HLPID_ADJUST_DDGRIPS 1980
570 #define HLPID_ADJUST_UIPROFILE 1981
571 #define HLPID_ADJUST_GCSETTINGS 1982
572 #define HLPID_ADJUST_CONVERTPSTYLES 1983
573 #define HLPID_ADJUST_TOGGLELANGUAGES 1984
574 #define HLPID_ADJUST_NOTEOPTIONS 1985
575 #define HLPID_ADJUST_SCALELIST 1986
576 #define HLPID_ADJUST_QSCALELIST 1987
577 #define HLPID_ADJUST_FIELDDISPLAY 1988
578 #define HLPID_ADJUST_LAYERPREVIEW 1989
579 #define HLPID_ADJUST_STACKOPTIONS 1990
580 #define HLPID_ADJUST_CUSTOMPAPERSIZE 1991
581 #define HLPID_ADJUST_AUTOSTACK 1992
582 #define HLPID_ADJUST_STACKPROPS 1993
583 #define HLPID_ADJUST_HIDEENTITIES 1994
584 #define HLPID_ADJUST_ISOLATEENTITIES 1995
585 #define HLPID_ADJUST_DGNUNDERLAYOPTIONS 1996
586 #define HLPID_ADJUST_AUTOCOMPLETEOPTIONS 1997 // Command: AutoCompleteOptions
587 #define HLPID_ADJUST_QAUTOCOMPLETEOPTIONS 1998 // Command: -AutoCompleteOptions
588 #define HLPID_ADJUST_MULTILEADERSTYLE 1999 // Command: MultiLeaderStyle
589 #define HLPID_ADJUST_ADJUSTDGN 2000 // Command: AdjustDGN
590 
591 /*** Undo/Redo ***/
592 #define HLPID_UNDO_UNDO 2001
593 #define HLPID_UNDO_U 2002
594 // UNUSED_HELP_ID #define HLPID_UNDO_REDO 2003
595 #define HLPID_UNDO_R 2004
596 #define HLPID_UNDO_MREDO 2005
597 
598 /*** Import/Export ***/
599 #define HLPID_IMEX_DXFIN 2101
600 #define HLPID_IMEX_DXFOUT 2102
601 #define HLPID_IMEX_WMFOUT 2103
602 #define HLPID_IMEX_BMPOUT 2104
603 // UNUSED_HELP_ID #define HLPID_IMEX_QBMPOUT 2105
604 #define HLPID_IMEX_QWMFOUT 2106
605 #define HLPID_IMEX_MSLIDE 2107
606 #define HLPID_IMEX_QSLIDE 2108
607 #define HLPID_IMEX_VSLIDE 2109
608 #define HLPID_IMEX_QVSLIDE 2110
609 #define HLPID_IMEX_DGNIN 2111
610 #define HLPID_IMEX_DGNOUT 2112
611 #define HLPID_IMEX_DWFOUT 2113
612 #define HLPID_IMEX_QCFOUT 2114
613 #define HLPID_IMEX_DWFIN 2115
614 #define HLPID_IMEX_EXPORT 2116
615 // UNUSED_HELP_ID #define HLPID_IMEX_IMPORT 2117
616 #define HLPID_IMEX_ACISOUT 2118
617 #define HLPID_IMEX_ACISIN 2119
618 #define HLPID_IMEX_EMFOUT 2120
619 #define HLPID_IMEX_JPGOUT 2121
620 #define HLPID_IMEX_PDFOUT 2122
621 #define HLPID_IMEX_PNGOUT 2123
622 #define HLPID_IMEX_SVGOUT 2124
623 #define HLPID_IMEX_SLDOUT 2125
624 #define HLPID_IMEX_SMARTBMP 2126
625 #define HLPID_IMEX_STLOUT 2127
626 #define HLPID_IMEX_EPSOUT 2128
627 #define HLPID_IMEX_CORELOUT 2129
628 #define HLPID_IMEX_CORELIN 2130
629 #define HLPID_IMEX_PDFIMPORT 2131
630 #define HLPID_IMEX_DGNIMPORT 2132
631 #define HLPID_IMEX_EXPORTTABLE 2133 // Command: ExportTable (not for similar DS command)
632 #define HLPID_IMEX_EXPORTSTEP 2134
633 #define HLPID_IMEX_EXPORTIGES 2135
634 
635 /*** Print/Plot ***/
636 #define HLPID_PRINT_PRINT 2201
637 #define HLPID_PRINT_PSETUP 2202
638 #define HLPID_PRINT_QPRINT 2203
639 #define HLPID_PRINT_PLOTSTAMP 2204
640 #define HLPID_PRINT_PREVIEW 2205
641 #define HLPID_PRINT_PLOTSTYLETABLEEDITOR 2206
642 #define HLPID_PRINT_LAYOUTPRINT 2207
643 #define HLPID_PRINT_ASSIGNCONFIGURATION 2208
644 // UNUSED_HELP_ID #define HLPID_PRINT_SELECTSHEETS 2209
645 #define HLPID_PRINT_BATCHPRINT 2210
646 #define HLPID_PRINT_PRINTCONFSETUPDLG 2211
647 #define HLPID_PRINT_QPREVIEW 2212
648 #define HLPID_PRINT_PROPERTIES 2213 // Print command: Properties dialog box (.pcx)
649 #define HLPID_PRINT_PC3_IMPORT 2214 // Print command: Import dialog box (.pc3)
650 #define HLPID_PRINT_PDF_OPTIONS 2215 // PDF Publishing Options dialog box
651 #define HLPID_PRINT_QPAGELAYOUTIN 2216 // Command: -PageLayoutIn
652 #define HLPID_PRINT_B_PDF_OPTIONS 2217 // PDF Publishing Options dialog box (for SSM, BatchPrint)
653 #define HLPID_PRINT_PAGELAYOUTIN 2218 // Command: PageLayoutIn
654 #define HLPID_PRINT_PRINTCONFSETUPDLG_LAYOUT 2219 // Command: PrintConfiguration command on corresponding dialog box
655 
656 /*** Digitize ***/
657 #define HLPID_DIGI_CONFIG 2301
658 #define HLPID_DIGI_ON 2302
659 #define HLPID_DIGI_OFF 2303
660 
661 /*** Edit (continued) ***/
662 #define HLPID_EDIT_LINEARPATTERN 2401 // Command: LinearPattern
663 #define HLPID_EDIT_CIRCULARPATTERN 2402 // Command: CircularPattern
664 #define HLPID_EDIT_PATHPATTERN 2403 // Command: PathPattern
665 #define HLPID_EDIT_CONVERTPOLYLINE 2404 // Command: ConvertPolyline
666 #define HLPID_EDIT_PATTERNLINEAR 2405 // Command: Pattern, Linear tab
667 #define HLPID_EDIT_PATTERNCIRCULAR 2406 // Command: Pattern, Circular tab
668 #define HLPID_EDIT_PATTERNPATH 2407 // Command: Pattern, Path tab
669 #define HLPID_EDIT_CHANGESPACE 2408 // Command: ChangeSpace
670 #define HLPID_EDIT_MULTILEADER 2409 // Command: EditMultiLeader
671 #define HLPID_EDIT_ARRANGEMULTILEADER 2410 // Command: ArrangeMultiLeader
672 #define HLPID_EDIT_JOINMULTILEADER 2411 // Command: JoinMultiLeader
673 #define HLPID_EDITTABLE_CELLFORMAT 2412 // Dialog: Cell Format
674 #define HLPID_EDIT_PUSHPULL 2413 // Command: PushPull
675 #define HLPID_EDIT_CHAMFEREDGE 2414 // Command: ChamferEdge
676 #define HLPID_EDIT_FILLETEDGE 2415 // Command: FilletEdge
677 #define HLPID_EDIT_MIRRORHATCH 2416 // Command: MirrorHatch
678 #define HLPID_EDIT_CONVERTEDGES 2417 // Command: ConvertEdges
679 #define HLPID_EDIT_OFFSETEDGES 2418 // Command: OffsetEdges
680 #define HLPID_EDIT_CLEARLWPOLYLINE 2419 // Command: ClearLWPolyline
681 #define HLPID_FIELD_ADDITIONAL_FORMAT_OPTIONSDLG 2420 // Command: Field, Additional Format Options dialog box
682 #define HLPID_EDIT_SPELLOPTIONS 2421 // Dialog box: SpellCheck Options
683 #define HLPID_EDIT_SPELLDICT 2422 // Dialog box: Dictionaries
684 #define HLPID_EDIT_EDITPATTERN 2423 // Command: EditPattern
685 #define HLPID_EDIT_QEDITPATTERN 2424 // Command: -EditPattern
686 #define HLPID_EDIT_COPYNESTED 2425 // Command: CopyNested
687 #define HLPID_EDIT_SPLINE 2426 // Command: EditSpline
688 #define HLPID_EDIT_ALIGNX 2427 // Command: AlignX
689 
690 /*** Adjust (continued) ***/
691 #define HLPID_ADJUST_PDFUNDERLAYOPTIONS 2501// Command: PDFUnderlayOptions
692 #define HLPID_ADJUST_FONTALT 2502 // Command: FontAlt
693 #define HLPID_ADJUST_BIGFONTALT 2503 // Command: BigFontAlt
694 #define HLPID_ADJUST_LAYER_PALETTE 2504 // Command: Layer (Palette) + LayerPalette
695 #define HLPID_ADJUST_LAYER_PROP_FILTER 2505 // Dialog box: Layer Properties Filter
696 #define HLPID_ADJUST_SETBACKUPFOLDER 2506 // Command: SetBackupFolder
697 #define HLPID_ADJUST_MODELBACKGROUNDCOLOR 2507 // Command: ModelBackgroundColor
698 
699 /*** Misc. Commands ***/
700 #define HLPID_OTHER_ABOUT 3001
701 #define HLPID_OTHER_HELP 3002
702 #define HLPID_OTHER_FCOMPILE 3003
703 #define HLPID_OTHER_COPYSELECT 3004
704 #define HLPID_OTHER_PASTE 3005
705 #define HLPID_OTHER_SENDFLX 3006
706 #define HLPID_OTHER_SENDALL 3007
707 #define HLPID_OTHER_OEMFCOMPILE 3008
708 #define HLPID_OTHER_SELECT 3009
709 #define HLPID_OTHER_PURGE 3010
710 #define HLPID_OTHER_CUTSELECT 3011
711 #define HLPID_OTHER_QCFUNLOCK 3013
712 #define HLPID_OTHER_STARTUPDLG 3014
713 #define HLPID_OTHER_CDKEYDLG 3015
714 #define HLPID_OTHER_CONFIRMDLG 3016
715 #define HLPID_OTHER_INSERTOBJ 3017
716 #define HLPID_OTHER_REPORTBUG 3018
717 #define HLPID_OTHER_VSTA 3019
718 #define HLPID_OTHER_APPLOAD 3020
719 #define HLPID_OTHER_AUDIT 3021
720 #define HLPID_OTHER_DELAY 3022
721 #define HLPID_OTHER_EVAL 3023
722 #define HLPID_OTHER_LAYERDEL 3024
723 #define HLPID_OTHER_LAYERFRZ 3025
724 #define HLPID_OTHER_LAYERLCK 3026
725 #define HLPID_OTHER_LAYEROFF 3027
726 #define HLPID_OTHER_LAYERON 3028
727 #define HLPID_OTHER_LAYERTHW 3029
728 #define HLPID_OTHER_LAYERULK 3030
729 #define HLPID_OTHER_LAYOUT 3031
730 #define HLPID_OTHER_PASTECLIP 3032
731 #define HLPID_OTHER_SCRIPT 3033
732 #define HLPID_OTHER_BROWSER 3034
733 #define HLPID_OTHER_SHOWLICENSE 3035
734 #define HLPID_OTHER_LAYISO 3036
735 #define HLPID_OTHER_LAYMCUR 3037
736 #define HLPID_OTHER_SMARTCALC 3038
737 #define HLPID_OTHER_COMPILE 3039
738 #define HLPID_OTHER_LAYUNISO 3040
739 #define HLPID_OTHER_LAYCUR 3041
740 #define HLPID_OTHER_LAYERP 3042
741 #define HLPID_OTHER_LAYMCH 3043
742 #define HLPID_OTHER_QPURGE 3044
743 #define HLPID_OTHER_XDATA 3045
744 #define HLPID_OTHER_XDLIST 3046
745 #define HLPID_OTHER_SHELL 3047
746 #define HLPID_OTHER_COPYBASE 3048
747 #define HLPID_OTHER_VOICENOTE 3049
748 #define HLPID_OTHER_ENTERPOINT 3050
749 #define HLPID_OTHER_OLEOPEN 3051
750 #define HLPID_OTHER_OLECONVERT 3052
751 #define HLPID_OTHER_OLERESET 3053
752 #define HLPID_OTHER_PASTEBLOCK 3054
753 #define HLPID_OTHER_PASTESPECIAL 3055
754 #define HLPID_OTHER_FINDREPLACE 3056
755 #define HLPID_OTHER_DELETERP 3057
756 #define HLPID_OTHER_SHOWRP 3058
757 #define HLPID_OTHER_HIDERP 3059
758 #define HLPID_OTHER_CALLOUT 3060
759 #define HLPID_OTHER_PLUGINMGR 3061
760 #define HLPID_OTHER_3DMOUSEOPTIONS 3062
761 #define HLPID_OTHER_M3DMOUSEOPTIONS 3063
762 #define HLPID_OTHER_3DMOUSEBTNMAPPING 3064
763 #define HLPID_OTHER_PACKANDGO 3065
764 #define HLPID_OTHER_PASTEORIG 3066
765 #define HLPID_OTHER_DSAPI 3067
766 #define HLPID_OTHER_QACTIONMANAGER 3068
767 #define HLPID_OTHER_ACTIONSTOP 3069
768 #define HLPID_OTHER_MAKESLIDELIB 3070
769 #define HLPID_OTHER_DRAWINGSTANDARDS 3071
770 #define HLPID_OTHER_VERIFYSTANDARDS 3072
771 #define HLPID_OTHER_CIP 3073
772 #define HLPID_OTHER_DESIGNRESOURCES 3074 // Command: DesignResources
773 #define HLPID_OTHER_HIDEDESIGNRES 3075 // Command: HideDesignResources
774 #define HLPID_OTHER_BROWSEDESIGNRES 3076 // Command: BrowseDesignResources
775 #define HLPID_OTHER_UIMODE 3077 // Command: UIMode (Mac OS only)
776 #define HLPID_OTHER_MIGRATION 3078
777 #define HLPID_OTHER_TEXTEDITTOOLBAR 3079
778 #define HLPID_OTHER_SIMPLENOTETOOLBAR 3080
779 #define HLPID_OTHER_TEXTEDITDIALOGBOX 3081
780 #define HLPID_OTHER_OPTIONSTOOLBAR 3082
781 #define HLPID_OTHER_LAYERSTATE 3083
782 // UNUSED_HELP_ID #define HLPID_OTHER_LAYERSTATEEDIT 3084
783 // UNUSED_HELP_ID #define HLPID_OTHER_LAYERSTATEIMPORT 3085
784 #define HLPID_OTHER_ATTEDITTOOLBAR 3086
785 #define HLPID_OTHER_RECENTDOUCMENTS 3087 // Do not use this one as it is place holder for OEM product.
786 #define HLPID_OTHER_SETBYLAYER 3088 // Command: SetBylayer
787 #define HLPID_OTHER_COPYLINK 3089
788 #define HLPID_OTHER_QPACKANDGO 3090
789 #define HLPID_OTHER_NETLOAD 3091 // Command: NetLoad
790 #define HLPID_OTHER_CLOUDSTORAGE 3092 // Command: CloudStorage - V. 2018
791 #define HLPID_OTHER_SAVECLOUDSTORAGE 3093 // Command: SaveCloudStorage - V. 2018
792 #define HLPID_OTHER_CLOUDHELP 3094 // Temporary: CloudStorage palette
793 #define HLPID_OTHER_UISTYLE 3095 // Command: UIStyle (Mac OS only)
794 #define HLPID_OTHER_ADDINS 3096 // Command: AddIns (ARES only)
795 #define HLPID_OTHER_MERGELAYER 3097 // Command: MergeLayer
796 #define HLPID_OTHER_QMERGELAYER 3098 // Command: -MergeLayer
797 #define HLPID_OTHER_COMMENTS 3099 // Command: Comments
798 #define HLPID_OTHER_DRAWINGCOMPARE 3100 // Command: DrawingCompare
799 #define HLPID_OTHER_SHARING_OPTIONS 3101 // Dialog box: Sharing Options
800 #define HLPID_OTHER_SYS_REQUIREMENTS 3102 //
801 #define HLPID_OTHER_DRAWINGHISTORY 3103 // Command: DrawingHistory (Palette: Version Manager)
802 #define HLPID_OTHER_APPCAST 3104 // Command: AppCast
803 #define HLPID_OTHER_CYCLESELECT 3107 // Dialog Box: Cycling Selection
804 #define HLPID_OTHER_SMARTCALCP 3108 // Smart Calculator Dock
805 
806 #define HLPID_SSM_SHEETSET 3300 // Command: SheetSet (Sheet Set Manager Palette)
807 #define HLPID_SSM_SHEETSETNEW 3301 // Create Sheet Set wizard - Step1
808 #define HLPID_SSM_SHEETSETNEW_SHEETS 3302 // Create Sheet Set wizard - Step2
809 #define HLPID_SSM_SHEETSETNEW_IMPORT 3303 // Create Sheet Set wizard - Import Options dialog box
810 #define HLPID_SSM_SHEETSETNEW_PREVIEW 3304 // Create Sheet Set wizard - Step3
811 #define HLPID_SSM_SHEETSETNEW_CUSTOMPROP 3305 // Custom Properties dialog box
812 #define HLPID_SSM_SHEETSETNEW_CUSTOMPROP_ADD 3306 // Add Custom Property dialog box
813 #define HLPID_SSM_SHEET_PROP 3307 // Drawing Sheet Properties dialog box
814 #define HLPID_SSM_SHEETSET_PROP 3308 // Drawing Sheet Set Properties dialog box
815 #define HLPID_SSM_SUBSET_PROP 3309 // Subset Properties dialog box
816 #define HLPID_SSM_SHEET_NEW 3310 // New Drawing Sheet dialog box
817 #define HLPID_SSM_SHEET_RENAME_RENUMBER 3311 // Rename and Renumber dialog box
818 #define HLPID_SSM_W_MISSING_DRAWING 3312 // Warning: missing drawing file
819 #define HLPID_SSM_W_MISSING_SHEET 3313 // Warning: missing sheet from the drawing file
820 #define HLPID_SSM_SELECT_DWT 3314 // Dialog box: Select Sheet as Drawing Sheet Template
821 #define HLPID_SSM_PUBLISH_SHEETS 3315 // Publish Sheets dialog box
822 #define HLPID_SSM_IMPORT_SHEET 3316 // Dialog box: Import Sheet as Drawing Sheet
823 #define HLPID_SSM_SHEETSET_PROP_MODELVIEW 3317 // Dialog box: Model View
824 #define HLPID_SSM_SHEETVIEWS_LIST_BLOCKS 3318 // Dialog box: List of Blocks
825 #define HLPID_SSM_SHEETVIEWS_SELECT_BLOCKS 3319 // Dialog box: Select Block
826 #define HLPID_SSM_SHEETVIEWS_VIEW_CLASS 3320 // Dialog box: View Class
827 #define HLPID_SSM_SHEETSETNEW_START 3321 // Create Sheet Set wizard - Step1
828 #define HLPID_SSM_SHEETSETNEW_EXAMPLE 3322 // Create Sheet Set wizard - Step 2 Template
829 #define HLPID_SSM_SHEET_SEL_NEW 3323 // Dialog box: New Drawing Sheet Selection
830 #define HLPID_SSM_SHEET_SEL_MANAGE 3324 // Dialog box: Drawing Sheet Selection
831 #define HLPID_SSM_SHEET_LIST_TABLE 3325 // Dialog box: Drawing Sheet List Table
832 
833 /*** Constraints ***/
834 #define HLPID_GEOMETRICCONSTRAINTS 4000 // Command: GeometricConstraints
835 #define HLPID_DIMENSIONALCCONSTRAINTS 4001 // Command: DimensionalConstraints
836 #define HLPID_DELETECONSTRAINTS 4002 // Command: DeleteConstraints
837 #define HLPID_CONSTRAINTPARAMETERS 4003 // Command: Parameters
838 #define HLPID_QCONSTRAINTPARAMETERS 4004 // Command: -Parameters
839 #define HLPID_CONSTRAINTHIDEPARAMETERS 4005 // Command: HideParameters
840 #define HLPID_CONSTRAINTSETTINGS 4006 // Command: ConstraintSettings
841 #define HLPID_SETCONSTRAINTNAMEFORMAT 4007 // Command: SetConstraintNameFormat
842 
843 #define HLPID_DC_DCDISPLAY 4010 // Command: DcDisplay
844 #define HLPID_DC_ALIGNED 4011 // Command: DcAligned
845 #define HLPID_DC_HORIZONTAL 4012 // Command: DcHorizontal
846 #define HLPID_DC_VERTICAL 4013 // Command: DcVertical
847 #define HLPID_DC_DIAMETER 4014 // Command: DcDiameter
848 #define HLPID_DC_RADIUS 4015 // Command: DcRadius
849 #define HLPID_DC_ANGULAR 4016 // Command: DcAligned
850 #define HLPID_DC_DERIVED 4017 // Command: DcDerived
851 
852 #define HLPID_GC_CONSTRAINTBAR 4020 // Command: ConstraintBar
853 #define HLPID_GC_PERPENDICULAR 4021 // Command: GcPerpendicular
854 #define HLPID_GC_PARALLEL 4022 // Command: GcParallel
855 #define HLPID_GC_HORIZONTAL 4023 // Command: GcHorizontal
856 #define HLPID_GC_VERTICAL 4024 // Command: GcVertical
857 #define HLPID_GC_TANGENT 4025 // Command: GcTangent
858 #define HLPID_GC_SMOOTH 4026 // Command: GcSmooth
859 #define HLPID_GC_COLINEAR 4027 // Command: GcColinear
860 #define HLPID_GC_CONCENTRIC 4028 // Command: GcConcentric
861 #define HLPID_GC_SYMMETRIC 4029 // Command: GcSymmetric
862 #define HLPID_GC_EQUAL 4030 // Command: GcEqual
863 #define HLPID_GC_COINCIDENT 4031 // Command: GcCoincident
864 #define HLPID_GC_FIX 4032 // Command: GcFix
865 #define HLPID_DC_LINEAR 4033 // Command: DcLinear
866 #define HLPID_DC_CONVERT 4034 // Command: DcConvert
867 #define HLPID_DC_SMART 4035 // Command: DcSmart
868 #define HLPID_DC_TYPE 4036 // Command: DcType
869 
870 #define HLPID_MDI 4052
871 
872 #define HLPID_DR_SHOW 4060
873 #define HLPID_DR_HIDE 4061
874 #define HLPID_DR_BROWSE 4062
875 
876 #define HLPID_CADENAS_CATALOGSMNG 4200 // Dialog Box: "CADenas Resource"
877 #define HLPID_CADENAS_PARTCONFIG 4201 // Dialog Box: "Block Table Configuration"
878 
879 /*** Annotative commands***/
880 #define HLPID_ANNENTITYSCALE 4301
881 #define HLPID_ANNENTITYSCALEADD 4302
882 #define HLPID_ANNENTITYSCALEREMOVE 4303
883 #define HLPID_ANNRESET 4304
884 #define HLPID_ANNUPDATE 4305
885 #define HLPID_QANNENTITYSCALE 4306
886 
887 /*** Map commands ***/
888 #define HLPID_GIS_AddBasemap 5001 // Command: GIS_AddBasemap
889 #define HLPID_GIS_AddFeatureServiceByURL 5002 // Command: GIS_AddFeatureServiceByURL
890 #define HLPID_GIS_AddMapServiceByURL 5003 // Command: GIS_AddMapServiceByURL
891 #define HLPID_GIS_AddService 5004 // Command: GIS_AddService
892 #define HLPID_GIS_Area 5005 // Command: GIS_Area
893 #define HLPID_GIS_AssignCS 5006 // Command: GIS_AssignCS
894 #define HLPID_GIS_BringToFront 5007 // Command: GIS_BringToFront
895 #define HLPID_GIS_ClearSelection 5008 // Command: GIS_ClearSelection
896 #define HLPID_GIS_ConvertCADtoGIS 5009 // Command: GIS_ConvertCADtoGIS
897 #define HLPID_GIS_DeleteAllFeatureServices 5010 // Command: GIS_DeleteAllFeatureServices
898 
899 #define HLPID_GIS_DeleteFeatureClass 5011 // Command: GIS_DeleteFeatureClass
900 #define HLPID_GIS_DeleteFeatureService 5012 // Command: GIS_DeleteFeatureService
901 #define HLPID_GIS_DeleteMapService 5013 // Command: GIS_DeleteMapService
902 #define HLPID_GIS_DiscardAllEdits 5014 // Command: GIS_DiscardAllEdits
903 #define HLPID_GIS_DiscardEdits 5015 // Command: GIS_DiscardEdits
904 #define HLPID_GIS_Distance 5016 // Command: GIS_Distance
905 #define HLPID_GIS_ExportMap 5017 // Command: GIS_ExportMap
906 #define HLPID_GIS_FeatureClassProperties 5018 // Command: GIS_FeatureClassProperties
907 #define HLPID_GIS_Floorpicker 5019 // Command: GIS_Floorpicker
908 #define HLPID_GIS_HideAllLabels 5020 // Command: GIS_HideAllLabels
909 
910 #define HLPID_GIS_HideLabels 5021 // Command: GIS_HideLabels
911 #define HLPID_GIS_IdentifyMap 5022 // Command: GIS_IdentifyMap
912 #define HLPID_GIS_Labels 5023 // Command: GIS_Labels
913 #define HLPID_GIS_Layer 5024 // Command: GIS_Layer
914 #define HLPID_GIS_Legends 5025 // Command: GIS_Legends
915 #define HLPID_GIS_ListCS 5026 // Command: GIS_ListCS
916 #define HLPID_GIS_Locate 5027 // Command: GIS_Locate
917 #define HLPID_GIS_LockArea 5028 // Command: GIS_LockArea
918 #define HLPID_GIS_LoginToArcGISPortal 5029 // Command: GIS_LoginToArcGISPortal
919 #define HLPID_GIS_MapServiceProperties 5030 // Command: GIS_MapServiceProperties
920 
921 #define HLPID_GIS_RefreshAllMaps 5031 // Command: GIS_RefreshAllMaps
922 #define HLPID_GIS_RefreshMap 5032 // Command: GIS_RefreshMap
923 #define HLPID_GIS_RemoveCS 5033 // Command: GIS_RemoveCS
924 #define HLPID_GIS_RemoveAllLabels 5034 // Command: GIS_RemoveAllLabels
925 #define HLPID_GIS_RemoveLabels 5035 // Command: GIS_RemoveLabels
926 #define HLPID_GIS_SelectFeatureObjects 5036 // Command: GIS_SelectFeatureObjects
927 #define HLPID_GIS_SelectFeatures 5037 // Command: GIS_SelectFeatures
928 #define HLPID_GIS_SendBehindAll 5038 // Command: GIS_SendBehindAll
929 #define HLPID_GIS_SetCurrentFeatureServiceLimit 5039 // Command: GIS_SetCurrentFeatureServiceLimit
930 #define HLPID_GIS_SetCurrentMapLimit 5040 // Command: GIS_SetCurrentMapLimit
931 
932 #define HLPID_GIS_SetFeatureServiceLimit 5041 // Command: GIS_SetFeatureServiceLimit (not yet implemented)
933 #define HLPID_GIS_ShowLabels 5042 // Command: GIS_ShowLabels
934 #define HLPID_GIS_ShowAllLabels 5043 // Command: GIS_ShowAllLabels
935 #define HLPID_GIS_Synchronize 5044 // Command: GIS_Synchronize
936 #define HLPID_GIS_SynchronizeAll 5045 // Command: GIS_SynchronizeAll
937 #define HLPID_GIS_Table 5046 // Command: GIS_Table
938 #define HLPID_GIS_ToggleMapVisibility 5047 // Command: GIS_ToggleMapVisibility
939 #define HLPID_GIS_UnlockArea 5048 // Command: GIS_UnlockArea
940 #define HLPID_GIS_UpdateAllLabels 5049 // Command: GIS_UpdateAllLabels
941 #define HLPID_GIS_UpdateLabels 5050 // Command: GIS_UpdateLabels
942 
943 #define HLPID_GIS_ZoomExtents 5051 // Command: GIS_ZoomExtents
944 #define HLPID_GIS_ZoomFeatures 5052 // Command: GIS_ZoomFeatures
945 #define HLPID_GIS_ZoomSelected 5053 // Command: GIS_ZoomSelected
946 #define HLPID_GIS_Coordinates 5054 // Command: GIS_Coordinates
947 #define HLPID_GIS_ToggleBlockPointMode 5055 // Command: GIS_ToggleBlockPointMode
948 #define HLPID_GIS_InsertBlock 5056 // Command: GIS_INSERTBLOCK
949 #define HLPID_GIS_HighlightFeatures 5057 // Command: GIS_HIGHLIGHTFEATURES
950 #define HLPID_GIS_RotateView 5058 // Command: GIS_RotateView
951 #define HLPID_GIS_Heading 5059 // Command: GIS_Heading
952 
953 #define HLPID_GIS_DLG_AvailableLocators 5200 // Dialog box: Available locators
954 
955 #define HLPID_LICENSE_WELCOME 7000
956 #define HLPID_LICENSE_WELCOME_LOGGED 7001
957 #define HLPID_LICENSE_ACTIVATE_PK 7002
958 #define HLPID_LICENSE_ALTERNATIVE 7003
959 #define HLPID_LICENSE_INCOGNITO 7004
960 #define HLPID_LICENSE_OFFLINE 7005
961 
962 /*** BIM help IDs ***/
963 #define HLPID_BIM_BIMNAVIGATOR 8000 // Command: BIMNavigator
964 #define HLPID_BIM_BIMMOVE 8001 // Command: BIMMove
965 #define HLPID_BIM_BIMSECTION 8002 // Command: BIMSection
966 #define HLPID_BIM_BIMANNOTATION 8003 // Command: BIMAnnotation, BIM Annotation dialog box
967 #define HLPID_BIM_BIMMATERIALMAPPER 8004 // Command: BIMMaterialMapper
968 #define HLPID_BIM_EDITBIMANNOTATION 8005 // Command: EditBIMAnnotation
969 #define HLPID_BIM_BIMLABELLIBRARY 8007 // Command: BIMLabelLibrary
970 #define HLPID_BIM_BIMLABEL 8008 // Command: BIMLabel
971 
972 /*** Additional help IDs ***/
973 #define HLPID_RESERVED_03 8002
974 #define HLPID_RESERVED_04 8003
975 #define HLPID_RESERVED_05 8004
976 #define HLPID_REsERVED_06 8005
977 
978 /*** OEM ***/
979 #define HLPID_OEM_FIRST 9000
980 
981 #define HLPID_XTRATOOLS_BREAKLINE 9101 // Command: Breakline
982 #define HLPID_XTRATOOLS_PATTERNHATCH 9102 // Command: PatternHatch
983 #define HLPID_XTRATOOLS_CURVEDTEXT 9103 // Command: CurvedText
984 #define HLPID_XTRATOOLS_CONVERTSIMPLENOTES 9104 // Command: ConvertSimpleNotes
985 #define HLPID_XTRATOOLS_REPLACEBLOCK 9105 // Command: ReplaceBlock
986 #define HLPID_XTRATOOLS_REPLACEBLOCKBYREF 9106 // Command: ReplaceBlockByReference
987 #define HLPID_XTRATOOLS_REDEFINEBLOCKATTRIBS 9107 // Command: RedefineBlockAttributes
988 #define HLPID_XTRATOOLS_IMPORTBLOCKATTRIBS 9108 // Command: ImportBlockAttributes
989 #define HLPID_XTRATOOLS_GETBLOCKINTO 9109 // Command: GetBlockInfo
990 #define HLPID_XTRATOOLS_MAKELINESTYLE 9110 // Command: MakeLineStyle
991 #define HLPID_XTRATOOLS_LISPEXPLORER 9111 // Command: LispExplorer
992 
993 #define HLPID_XTRATOOLS_NUMBERTEXT 9112 // Command: NumberText
994 #define HLPID_XTRATOOLS_TEXTFRAME 9113 // Command: TextFrame
995 #define HLPID_XTRATOOLS_TEXTMASK 9115 // Command: TextMask
996 #define HLPID_XTRATOOLS_EDITTEXTCASE 9117 // Command: EditTextCase
997 
998 #define HLPID_XTRATOOLS_EXCHANGEDIMSTYLE 9121 // Command: ExchangeDimStyle
999 #define HLPID_XTRATOOLS_IMPORTDIMSTYLE 9122 // Command: ImportDimensionStyles
1000 #define HLPID_XTRATOOLS_DRAWORDERBYCOLOR 9127 // Command: DrawOrderByColor
1001 #define HLPID_XTRATOOLS_MAKESHAPE 9132 // Command: MakeShape
1002 #define HLPID_XTRATOOLS_EXPORTSETTINGS 9133 // Command: ExportSettings
1003 #define HLPID_XTRATOOLS_EXPORTVARIABLES 9134 // Command: ExportVariables
1004 #define HLPID_XTRATOOLS_VARIABLETOSCRIPT 9135 // Command: VariableToScript
1005 #define HLPID_XTRATOOLS_MERGESHEETS 9136 // Command: MergeSheets
1006 #define HLPID_XTRATOOLS_MULTIVIEWSETUP 9145 // Command: MultiViewSetup
1007 #define HLPID_XTRATOOLS_QDRAWORDERBYCOLOR 9150    // Command: -DrawOrderByColor
1008 #define HLPID_XTRATOOLS_QEDITTEXTCASE 9151    // Command: -EditTextCase
1009 #define HLPID_XTRATOOLS_QGETNESTEDPROPERTIES 9152    // Command: -GetNestedProperties
1010 #define HLPID_XTRATOOLS_QMERGESHEETS 9153    // Command: -MergeSheets
1011 #define HLPID_XTRATOOLS_QREPLACEBLOCK 9154 // Command: -ReplaceBlock
1012 #define HLPID_XTRATOOLS_QREPLACEBLOCKBYREF 9155 // Command: -ReplaceBlockByReference
1013 #define HLPID_XTRATOOLS_TEXTMASKDLG 9156 // Command: TextMask - dialog box (for Settings)
1014 #define HLPID_XTRATOOLS_PATTERNHATCHDLG 9157 // Command: PatternHatch - Select Block dialog box
1015 
1016 
1017 // Standards
1018 #define HLPID_STANDARDS 11000
1019 #define HLPID_STANDARDS_EDIT 11001
1020 // next 11002
1021 
1022 // Hardware
1023 #define HLPID_HARDWARE_BOLTS 11100
1024 #define HLPID_HARDWARE_PINS 11101
1025 #define HLPID_HARDWARE_NUTS 11102
1026 #define HLPID_HARDWARE_WASHERS 11103
1027 #define HLPID_HARDWARE_INSERT 11104
1028 #define HLPID_HARDWARE_EDIT 11105
1029 // next 11106
1030 
1031 // Hole
1032 #define HLPID_HOLE_COUNTERBORE 11200
1033 #define HLPID_HOLE_COUNTERSINK 11201
1034 #define HLPID_HOLE_INSERT 11202
1035 #define HLPID_HOLE_EDIT 11203
1036 #define HLPID_HOLE_CHART 11204
1037 #define HLPID_HOLE_CHART_EDIT 11205
1038 #define HLPID_HOLE_CALLOUT 11206
1039 #define HLPID_HOLE_THRUHOLE 11207
1040 #define HLPID_HOLE_TAP 11208
1041 #define HLPID_HOLE_SLOT 11209
1042 #define HLPID_HOLE_TABLE 11210
1043 #define HLPID_HOLE_TABLE_EDIT 11211
1044 // next 11212
1045 
1046 // Detailing
1047 #define HLPID_BOM_CREATE 11300
1048 #define HLPID_BOM_EXPORT 11301
1049 #define HLPID_BALLOON_INSERT 11302
1050 #define HLPID_BALLOON_EDIT 11303
1051 #define HLPID_BALLOON_SETTINGS 11304
1052 #define HLPID_WELD_INSERT 11305
1053 #define HLPID_SFIN_INSERT 11306
1054 #define HLPID_REVISION_TABLE 11307
1055 #define HLPID_REVISION_TABLE_EDIT 11308
1056 #define HLPID_REVISION_ADD 11309
1057 #define HLPID_REVISION_SYMBOL_ADD 11310
1058 #define HLPID_BOM_EDIT 11311
1059 #define HLPID_SCREW_CONNECTION 11312
1060 #define HLPID_SCREW_CONNECTION_EDIT 11313
1061 #define HLPID_SFIN_FLIP 11314
1062 //next 11315
1063 
1064 //Miscellaneous
1065 #define HLPID_LAYER_PREFERENCES 11400
1066 #define HLPID_FAVORITES 11401
1067 #define HLPID_FAVORITES_ADD 11402
1068 #define HLPID_FAVORITES_EDIT 11403
1069 #define HLPID_HARDWARE_SETTINGS 11404
1070 #define HLPID_HOLE_SETTINGS 11405
1071 #define HLPID_ANNOTATIONS_SETTINGS 11406
1072 #define HLPID_TABLE_SETTINGS 11407
1073 #define HLPID_SFIN_SETTINGS 11408
1074 #define HLPID_WELD_SETTINGS 11409
1075 #define HLPID_REVISION_TABLE_SETTINGS 11410
1076 // #define HLPID_FRAME_INSERT 11411 // Mechanical
1077 // #define HLPID_FRAME_EDIT 11412 // Mechanical
1078 // #define HLPID_FRAME_NEW 11413 // Mechanical
1079 #define HLPID_LAYER_SETTINGS 11414
1080 #define HLPID_CENTERLINECONTROL 11415
1081 // next 11413
1082 
1083 //Options
1084 #define HLPID_OPTIONS 11500
1085 #define HLPID_DRAWING_RECOVERY_MANAGER 11501
1086 // next 11502
1087 
1088 // Reserved for thirdparty - whole 15000 range.
1089 #define HLPID_RESERVERED 15000
1090 #define HLPID_TP_ATTRIB_MANAGER 15060 // Command: BlockAttributeManager
1091 
1092 #define HLPID_KUDO_STARTSPINNER 11600 // Command: StartSpinner
1093 #define HLPID_KUDO_STOPSPINNER 11601 // Command: StopSpinner
1094 #define HLPID_KUDO_SCREENPAN 11602
1095 
1096 #define HLPID_PREMIUM_MASK 0x20000 // Premium + Exended Help
1097 #define HLPID_PREMIUM_MASK_CORE 0x40000 // Premium + Core Help
1098 
1099 /*** <end of file> ***/