CFx SDK Documentation
2022 SP0
SDK
CFx
inc
FxHelpId.h
Go to the documentation of this file.
1
//
2
// (C) Copyright 2005-2021 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
399
400
/*** Inquiry Commands ***/
401
#define HLPID_QUERY_AREA 1601
402
#define HLPID_QUERY_DISTANCE 1602
403
#define HLPID_QUERY_EINFO 1603
404
#define HLPID_QUERY_ID 1604
405
#define HLPID_QUERY_LOGFILEON 1605
406
#define HLPID_QUERY_LOGFILEOFF 1606
407
#define HLPID_QUERY_FILTER 1607
408
#define HLPID_QUERY_LIST 1608
409
#define HLPID_QUERY_SMARTSELECT 1609
410
#define HLPID_QUERY_MASSPROP 1610
// Command: GetMassProperties (ACIS)
411
#define HLPID_QUERY_GETMASSPROP 1611
// Command: GetMassProperties (Non-ACIS)
412
#define HLPID_QUERY_SELECTMATCHING 1612
//Command: SELECTMATCHING (SELECTSIMILAR)
413
#define HLPID_QUERY_FILTER_EXPORT_IMPORT 1613
//Export and Import dialog for selection filters
414
#define HLPID_QUERY_ANGLE 1614
// Command: GetAngle
415
#define HLPID_QUERY_EXDATA_START 1615
// Data Extraction Wizard - Step 1: Begin
416
#define HLPID_QUERY_EXDATA_DATASOURCE 1616
// Data Extraction Wizard - Step 2: Define Data Source
417
#define HLPID_QUERY_EXDATA_DATASOURCE_SETTINGS 1617
// Data Extraction Wizard - Step 3: Define Data Source - More settings
418
#define HLPID_QUERY_EXDATA_SELECT_ENTITIES 1618
// Data Extraction Wizard - Step 3: Select Entities
419
#define HLPID_QUERY_EXDATA_SELECT_PROPERTIES 1619
// Data Extraction Wizard - Step 4: Select Properties
420
#define HLPID_QUERY_EXDATA_REFINE_DATA 1620
// Data Extraction Wizard - Step 5: Refine Data
421
#define HLPID_QUERY_EXDATA_OUTPUT 1621
// Data Extraction Wizard - Step 6: Choose Output
422
#define HLPID_QUERY_EXDATA_TABLE_STYLE 1622
// Data Extraction Wizard - Step 7: Table Style
423
#define HLPID_QUERY_EXDATA_FINISH 1623
// Data Extraction Wizard - Step 8: Finish
424
#define HLPID_QUERY_QEXTRACTDATA 1624
// Command: -ExtractData
425
#define HLPID_QUERY_COMMANDS 1625
// Command: Commands
426
427
/*** File Commands ***/
428
#define HLPID_FILE_NEW 1701
429
#define HLPID_FILE_OPEN 1702
430
#define HLPID_FILE_SAVE 1703
431
#define HLPID_FILE_SAVEAS 1704
432
#define HLPID_FILE_SAVEALL 1705
433
//#define HLPID_FILE_CLOSE 1706
434
#define HLPID_FILE_EXIT 1707
435
// UNUSED_HELP_ID #define HLPID_FILE_MACRO 1708
436
#define HLPID_FILE_QOPEN 1709
437
#define HLPID_FILE_DELFLK 1710
438
#define HLPID_FILE_PARTLIB 1711
439
#define HLPID_FILE_PLBSETUP 1712
440
#define HLPID_FILE_RECOVER 1713
441
// UNUSED_HELP_ID #define HLPID_FILE_RNEW 1714
442
// UNUSED_HELP_ID #define HLPID_FILE_ROPEN 1715
443
#define HLPID_FILE_RRECOVER 1716
444
#define HLPID_FILE_ATTACH 1717
445
#define HLPID_FILE_HYPERLINK 1718
446
#define HLPID_FILE_ARX 1719
447
#define HLPID_FILE_DETACHURL 1720
448
#define HLPID_FILE_TIME 1721
449
#define HLPID_FILE_ATTACHURL 1722
450
#define HLPID_FILE_QHYPERLINK 1723
451
#define HLPID_FILE_QNEW 1724
452
#define HLPID_FILE_INSERTOBJECT 1725
453
#define HLPID_FILE_PROXYDETAILS 1726
454
#define HLPID_FILE_REPLACENEW 1727
// Command: ReplaceNew
455
#define HLPID_FILE_REPLACEOPEN 1728
// Command: ReplaceOpen
456
#define HLPID_FILE_REPLACERECOVER 1729
// Command: ReplaceRecover
457
#define HLPID_FILE_AUTOSAVE 1730
458
#define HLPID_FILE_DRAWINGRECOVERY 1731
// Command: DrawingRecovery / HideDrawingRecovery
459
#define HLPID_FILE_SIGNFILE 1732
// Command: SignFile
460
#define HLPID_FILE_VERIFYSIGNATURE 1733
// Command: VerifySignature
461
#define HLPID_FILE_REMOVESIGNATURE 1734
// Command: RemoveSignature
462
#define HLPID_FILE_SAFETYOPTIONS 1735
// Command: SafetyOptions
463
#define HLPID_FILE_INSERTBASE 1736
// Command: InsertBase
464
465
/*** Menu Commands ***/
466
#define HLPID_MENU_MENU 1801
467
#define HLPID_MENU_PALETTE 1802
468
#define HLPID_MENU_PALOPEN 1803
469
#define HLPID_MENU_TABLET 1804
470
#define HLPID_MENU_TABCONF 1805
471
#define HLPID_MENU_TABSECTION 1806
472
#define HLPID_MENU_PULLDOWN 1807
473
#define HLPID_MENU_PALCLOSE 1808
474
#define HLPID_MENU_ICONMENU 1809
475
#define HLPID_MENU_CUI 1810
476
#define HLPID_MENU_TOOLBAR 1811
477
#define HLPID_MENU_LOADCUI 1812
478
#define HLPID_MENU_IMAGEMENU 1813
479
#define HLPID_MENU_LOCKINTERFACE 1814
// Command: LockInterface
480
#define HLPID_MENU_UNLOADCUI 1815
// Command: UnLoadCustomization
481
482
/*** Modes, Preferences, Adjustments ***/
483
#define HLPID_ADJUST_LAYER 1901
484
#define HLPID_ADJUST_SETCOLOR 1902
485
#define HLPID_ADJUST_UCS 1903
486
#define HLPID_ADJUST_SETVAR 1904
487
#define HLPID_ADJUST_CONFIG 1905
488
#define HLPID_ADJUST_FONT 1906
489
#define HLPID_ADJUST_LINETYPE 1907
490
#define HLPID_ADJUST_LOADLTYPE 1908
491
// UNUSED_HELP_ID #define HLPID_ADJUST_3DVIEW 1909
492
#define HLPID_ADJUST_SETVIEWDIR 1910
493
#define HLPID_ADJUST_PRECPAR 1911
494
// UNUSED_HELP_ID #define HLPID_ADJUST_DELCMD 1912
495
// UNUSED_HELP_ID #define HLPID_ADJUST_ACTCMD 1913
496
#define HLPID_ADJUST_DRAWMODE 1914
497
#define HLPID_ADJUST_TSNAP 1915
498
#define HLPID_ADJUST_TORTHO 1916
499
#define HLPID_ADJUST_TGRID 1917
500
#define HLPID_ADJUST_SETLAYER 1918
501
#define HLPID_ADJUST_SETLINETYPE 1919
502
#define HLPID_ADJUST_VIEWPAR 1920
503
#define HLPID_ADJUST_EDITPAR 1921
504
#define HLPID_ADJUST_SETTINGS 1922
505
#define HLPID_ADJUST_RCONFIG 1923
506
#define HLPID_ADJUST_UNITSETUP 1924
507
#define HLPID_ADJUST_QLAYER 1925
508
// UNUSED_HELP_ID #define HLPID_ADJUST_QFONT 1926
509
#define HLPID_ADJUST_XPLORER 1927
510
#define HLPID_ADJUST_DESKCONF 1928
511
#define HLPID_ADJUST_DVIEW 1929
512
#define HLPID_ADJUST_QPROFILE 1930
513
#define HLPID_ADJUST_LINEWEIGHT 1931
514
#define HLPID_ADJUST_VIEWPORTS 1932
515
#define HLPID_ADJUST_VSTAMAN 1933
516
#define HLPID_ADJUST_LIGHTLIST 1934
517
#define HLPID_ADJUST_ESNAP 1935
518
//#define HLPID_ADJUST_PLOT 1936
519
#define HLPID_ADJUST_UCSICON 1937
520
#define HLPID_ADJUST_TABLESTYLE 1938
521
#define HLPID_ADJUST_APERTURE 1939
522
#define HLPID_ADJUST_ATTDISP 1940
523
#define HLPID_ADJUST_BLIPMODE 1941
524
#define HLPID_ADJUST_LIMITS 1942
525
#define HLPID_ADJUST_QPRINTSTYLE 1943
526
#define HLPID_ADJUST_PROFILE 1944
527
#define HLPID_ADJUST_SHADE 1945
528
#define HLPID_ADJUST_SHADE_MODE 1946
529
#define HLPID_LOFT_OPTIONS 1947
530
#define HLPID_ADJUST_STYLE 1948
531
#define HLPID_ADJUST_UCSMAN 1949
532
#define HLPID_ADJUST_VPLAYER 1950
533
#define HLPID_ADJUST_REDEFINE 1951
534
#define HLPID_ADJUST_UNDEFINE 1952
535
#define HLPID_ADJUST_QLINETYPE 1953
536
#define HLPID_ADJUST_QLINEWEIGHT 1954
537
#define HLPID_ADJUST_QPLOT 1955
538
#define HLPID_ADJUST_QSETCOLOR 1956
539
#define HLPID_ADJUST_QSTYLE 1957
540
#define HLPID_ADJUST_QUNITSETUP 1958
541
#define HLPID_ADJUST_QVIEWPORTS 1959
542
#define HLPID_ADJUST_QESNAP 1960
543
// UNUSED_HELP_ID #define HLPID_ADJUST_OPTIONS_FILELOCATIONS 1961
544
#define HLPID_ADJUST_OPTIONS_SYSTEMOPTIONS 1962
545
#define HLPID_ADJUST_OPTIONS_USERPREFERENCES 1963
546
#define HLPID_ADJUST_OPTIONS_DRAWINGSETTINGS 1964
547
#define HLPID_ADJUST_OPTIONS_DRAFTINGSETTINGS 1965
548
#define HLPID_ADJUST_OPTIONS_ADDINS 1966
549
#define HLPID_ADJUST_OPTIONS_PROFILES 1967
550
//#define HLPID_ADJUST_CONFIG_COLORSTAB 1968
551
//#define HLPID_ADJUST_CONFIG_STARTUPTAB 1969
552
//#define HLPID_ADJUST_CONFIG_RIGHTCLICKDIALOG 1970
553
#define HLPID_ADJUST_POINTFORMAT 1971
554
#define HLPID_ADJUST_ACTIVATETABLESTYLE 1972
555
#define HLPID_ADJUST_LINESCALE 1973
556
#define HLPID_ADJUST_FONTSTYLE 1974
557
#define HLPID_ADJUST_DISPLAYCOORDS 1975
558
#define HLPID_ADJUST_DISPLAYDIALOGS 1976
559
#define HLPID_ADJUST_LANGUAGE 1977
560
#define HLPID_ADJUST_PRINTSTYLE 1978
561
// UNUSED_HELP_ID #define HLPID_ADJUST_OSNAP 1979
562
#define HLPID_ADJUST_DDGRIPS 1980
563
#define HLPID_ADJUST_UIPROFILE 1981
564
#define HLPID_ADJUST_GCSETTINGS 1982
565
#define HLPID_ADJUST_CONVERTPSTYLES 1983
566
#define HLPID_ADJUST_TOGGLELANGUAGES 1984
567
#define HLPID_ADJUST_NOTEOPTIONS 1985
568
#define HLPID_ADJUST_SCALELIST 1986
569
#define HLPID_ADJUST_QSCALELIST 1987
570
#define HLPID_ADJUST_FIELDDISPLAY 1988
571
#define HLPID_ADJUST_LAYERPREVIEW 1989
572
#define HLPID_ADJUST_STACKOPTIONS 1990
573
#define HLPID_ADJUST_CUSTOMPAPERSIZE 1991
574
#define HLPID_ADJUST_AUTOSTACK 1992
575
#define HLPID_ADJUST_STACKPROPS 1993
576
#define HLPID_ADJUST_HIDEENTITIES 1994
577
#define HLPID_ADJUST_ISOLATEENTITIES 1995
578
#define HLPID_ADJUST_DGNUNDERLAYOPTIONS 1996
579
#define HLPID_ADJUST_AUTOCOMPLETEOPTIONS 1997
// Command: AutoCompleteOptions
580
#define HLPID_ADJUST_QAUTOCOMPLETEOPTIONS 1998
// Command: -AutoCompleteOptions
581
#define HLPID_ADJUST_MULTILEADERSTYLE 1999
// Command: MultiLeaderStyle
582
#define HLPID_ADJUST_ADJUSTDGN 2000
// Command: AdjustDGN
583
584
/*** Undo/Redo ***/
585
#define HLPID_UNDO_UNDO 2001
586
#define HLPID_UNDO_U 2002
587
// UNUSED_HELP_ID #define HLPID_UNDO_REDO 2003
588
#define HLPID_UNDO_R 2004
589
#define HLPID_UNDO_MREDO 2005
590
591
/*** Import/Export ***/
592
#define HLPID_IMEX_DXFIN 2101
593
#define HLPID_IMEX_DXFOUT 2102
594
#define HLPID_IMEX_WMFOUT 2103
595
#define HLPID_IMEX_BMPOUT 2104
596
// UNUSED_HELP_ID #define HLPID_IMEX_QBMPOUT 2105
597
#define HLPID_IMEX_QWMFOUT 2106
598
#define HLPID_IMEX_MSLIDE 2107
599
#define HLPID_IMEX_QSLIDE 2108
600
#define HLPID_IMEX_VSLIDE 2109
601
#define HLPID_IMEX_QVSLIDE 2110
602
#define HLPID_IMEX_DGNIN 2111
603
#define HLPID_IMEX_DGNOUT 2112
604
#define HLPID_IMEX_DWFOUT 2113
605
#define HLPID_IMEX_QCFOUT 2114
606
#define HLPID_IMEX_DWFIN 2115
607
#define HLPID_IMEX_EXPORT 2116
608
// UNUSED_HELP_ID #define HLPID_IMEX_IMPORT 2117
609
#define HLPID_IMEX_ACISOUT 2118
610
#define HLPID_IMEX_ACISIN 2119
611
#define HLPID_IMEX_EMFOUT 2120
612
#define HLPID_IMEX_JPGOUT 2121
613
#define HLPID_IMEX_PDFOUT 2122
614
#define HLPID_IMEX_PNGOUT 2123
615
#define HLPID_IMEX_SVGOUT 2124
616
#define HLPID_IMEX_SLDOUT 2125
617
#define HLPID_IMEX_SMARTBMP 2126
618
#define HLPID_IMEX_STLOUT 2127
619
#define HLPID_IMEX_EPSOUT 2128
620
#define HLPID_IMEX_CORELOUT 2129
621
#define HLPID_IMEX_CORELIN 2130
622
#define HLPID_IMEX_PDFIMPORT 2131
623
#define HLPID_IMEX_DGNIMPORT 2132
624
#define HLPID_IMEX_EXPORTTABLE 2133
// Command: ExportTable (not for similar DS command)
625
626
/*** Print/Plot ***/
627
#define HLPID_PRINT_PRINT 2201
628
#define HLPID_PRINT_PSETUP 2202
629
#define HLPID_PRINT_QPRINT 2203
630
#define HLPID_PRINT_PLOTSTAMP 2204
631
#define HLPID_PRINT_PREVIEW 2205
632
#define HLPID_PRINT_PLOTSTYLETABLEEDITOR 2206
633
#define HLPID_PRINT_LAYOUTPRINT 2207
634
#define HLPID_PRINT_ASSIGNCONFIGURATION 2208
635
// UNUSED_HELP_ID #define HLPID_PRINT_SELECTSHEETS 2209
636
#define HLPID_PRINT_BATCHPRINT 2210
637
#define HLPID_PRINT_PRINTCONFSETUPDLG 2211
638
#define HLPID_PRINT_QPREVIEW 2212
639
#define HLPID_PRINT_PROPERTIES 2213
// Print command: Properties dialog box (.pcx)
640
#define HLPID_PRINT_PC3_IMPORT 2214
// Print command: Import dialog box (.pc3)
641
#define HLPID_PRINT_PDF_OPTIONS 2215
// PDF Publishing Options dialog box
642
#define HLPID_PRINT_QPAGELAYOUTIN 2216
// Command: -PageLayoutIn
643
#define HLPID_PRINT_B_PDF_OPTIONS 2217
// PDF Publishing Options dialog box (for SSM, BatchPrint)
644
#define HLPID_PRINT_PAGELAYOUTIN 2218
// Command: PageLayoutIn
645
646
/*** Digitize ***/
647
#define HLPID_DIGI_CONFIG 2301
648
#define HLPID_DIGI_ON 2302
649
#define HLPID_DIGI_OFF 2303
650
651
/*** Edit (continued) ***/
652
#define HLPID_EDIT_LINEARPATTERN 2401
// Command: LinearPattern
653
#define HLPID_EDIT_CIRCULARPATTERN 2402
// Command: CircularPattern
654
#define HLPID_EDIT_PATHPATTERN 2403
// Command: PathPattern
655
#define HLPID_EDIT_CONVERTPOLYLINE 2404
// Command: ConvertPolyline
656
#define HLPID_EDIT_PATTERNLINEAR 2405
// Command: Pattern, Linear tab
657
#define HLPID_EDIT_PATTERNCIRCULAR 2406
// Command: Pattern, Circular tab
658
#define HLPID_EDIT_PATTERNPATH 2407
// Command: Pattern, Path tab
659
#define HLPID_EDIT_CHANGESPACE 2408
// Command: ChangeSpace
660
#define HLPID_EDIT_MULTILEADER 2409
// Command: EditMultiLeader
661
#define HLPID_EDIT_ARRANGEMULTILEADER 2410
// Command: ArrangeMultiLeader
662
#define HLPID_EDIT_JOINMULTILEADER 2411
// Command: JoinMultiLeader
663
#define HLPID_EDITTABLE_CELLFORMAT 2412
// Dialog: Cell Format
664
#define HLPID_EDIT_PUSHPULL 2413
// Command: PushPull
665
#define HLPID_EDIT_CHAMFEREDGE 2414
// Command: ChamferEdge
666
#define HLPID_EDIT_FILLETEDGE 2415
// Command: FilletEdge
667
#define HLPID_EDIT_MIRRORHATCH 2416
// Command: MirrorHatch
668
#define HLPID_EDIT_CONVERTEDGES 2417
// Command: ConvertEdges
669
#define HLPID_EDIT_OFFSETEDGES 2418
// Command: OffsetEdges
670
#define HLPID_EDIT_CLEARLWPOLYLINE 2419
// Command: ClearLWPolyline
671
#define HLPID_FIELD_ADDITIONAL_FORMAT_OPTIONSDLG 2420
// Command: Field, Additional Format Options dialog box
672
#define HLPID_EDIT_SPELLOPTIONS 2421
// Dialog box: SpellCheck Options
673
#define HLPID_EDIT_SPELLDICT 2422
// Dialog box: Dictionaries
674
#define HLPID_EDIT_EDITPATTERN 2423
// Command: EditPattern
675
#define HLPID_EDIT_QEDITPATTERN 2424
// Command: -EditPattern
676
#define HLPID_EDIT_COPYNESTED 2425
// Command: CopyNested
677
#define HLPID_EDIT_SPLINE 2426
// Command: EditSpline
678
679
/*** Adjust (continued) ***/
680
#define HLPID_ADJUST_PDFUNDERLAYOPTIONS 2501
// Command: PDFUnderlayOptions
681
#define HLPID_ADJUST_FONTALT 2502
// Command: FontAlt
682
#define HLPID_ADJUST_BIGFONTALT 2503
// Command: BigFontAlt
683
#define HLPID_ADJUST_LAYER_PALETTE 2504
// Command: Layer (Palette) + LayerPalette
684
#define HLPID_ADJUST_LAYER_PROP_FILTER 2505
// Dialog box: Layer Properties Filter
685
#define HLPID_ADJUST_SETBACKUPFOLDER 2506
// Command: SetBackupFolder
686
#define HLPID_ADJUST_MODELBACKGROUNDCOLOR 2507
// Command: ModelBackgroundColor
687
688
/*** Misc. Commands ***/
689
#define HLPID_OTHER_ABOUT 3001
690
#define HLPID_OTHER_HELP 3002
691
#define HLPID_OTHER_FCOMPILE 3003
692
#define HLPID_OTHER_COPYSELECT 3004
693
#define HLPID_OTHER_PASTE 3005
694
#define HLPID_OTHER_SENDFLX 3006
695
#define HLPID_OTHER_SENDALL 3007
696
#define HLPID_OTHER_OEMFCOMPILE 3008
697
#define HLPID_OTHER_SELECT 3009
698
#define HLPID_OTHER_PURGE 3010
699
#define HLPID_OTHER_CUTSELECT 3011
700
#define HLPID_OTHER_QCFUNLOCK 3013
701
#define HLPID_OTHER_STARTUPDLG 3014
702
#define HLPID_OTHER_CDKEYDLG 3015
703
#define HLPID_OTHER_CONFIRMDLG 3016
704
#define HLPID_OTHER_INSERTOBJ 3017
705
#define HLPID_OTHER_REPORTBUG 3018
706
#define HLPID_OTHER_VSTA 3019
707
#define HLPID_OTHER_APPLOAD 3020
708
#define HLPID_OTHER_AUDIT 3021
709
#define HLPID_OTHER_DELAY 3022
710
#define HLPID_OTHER_EVAL 3023
711
#define HLPID_OTHER_LAYERDEL 3024
712
#define HLPID_OTHER_LAYERFRZ 3025
713
#define HLPID_OTHER_LAYERLCK 3026
714
#define HLPID_OTHER_LAYEROFF 3027
715
#define HLPID_OTHER_LAYERON 3028
716
#define HLPID_OTHER_LAYERTHW 3029
717
#define HLPID_OTHER_LAYERULK 3030
718
#define HLPID_OTHER_LAYOUT 3031
719
#define HLPID_OTHER_PASTECLIP 3032
720
#define HLPID_OTHER_SCRIPT 3033
721
#define HLPID_OTHER_BROWSER 3034
722
#define HLPID_OTHER_SHOWLICENSE 3035
723
#define HLPID_OTHER_LAYISO 3036
724
#define HLPID_OTHER_LAYMCUR 3037
725
#define HLPID_OTHER_SMARTCALC 3038
726
#define HLPID_OTHER_COMPILE 3039
727
#define HLPID_OTHER_LAYUNISO 3040
728
#define HLPID_OTHER_LAYCUR 3041
729
#define HLPID_OTHER_LAYERP 3042
730
#define HLPID_OTHER_LAYMCH 3043
731
#define HLPID_OTHER_QPURGE 3044
732
#define HLPID_OTHER_XDATA 3045
733
#define HLPID_OTHER_XDLIST 3046
734
#define HLPID_OTHER_SHELL 3047
735
#define HLPID_OTHER_COPYBASE 3048
736
#define HLPID_OTHER_VOICENOTE 3049
737
#define HLPID_OTHER_ENTERPOINT 3050
738
#define HLPID_OTHER_OLEOPEN 3051
739
#define HLPID_OTHER_OLECONVERT 3052
740
#define HLPID_OTHER_OLERESET 3053
741
#define HLPID_OTHER_PASTEBLOCK 3054
742
#define HLPID_OTHER_PASTESPECIAL 3055
743
#define HLPID_OTHER_FINDREPLACE 3056
744
#define HLPID_OTHER_DELETERP 3057
745
#define HLPID_OTHER_SHOWRP 3058
746
#define HLPID_OTHER_HIDERP 3059
747
#define HLPID_OTHER_CALLOUT 3060
748
#define HLPID_OTHER_PLUGINMGR 3061
749
#define HLPID_OTHER_3DMOUSEOPTIONS 3062
750
#define HLPID_OTHER_M3DMOUSEOPTIONS 3063
751
#define HLPID_OTHER_3DMOUSEBTNMAPPING 3064
752
#define HLPID_OTHER_PACKANDGO 3065
753
#define HLPID_OTHER_PASTEORIG 3066
754
#define HLPID_OTHER_DSAPI 3067
755
#define HLPID_OTHER_QACTIONMANAGER 3068
756
#define HLPID_OTHER_ACTIONSTOP 3069
757
#define HLPID_OTHER_MAKESLIDELIB 3070
758
#define HLPID_OTHER_DRAWINGSTANDARDS 3071
759
#define HLPID_OTHER_VERIFYSTANDARDS 3072
760
#define HLPID_OTHER_CIP 3073
761
#define HLPID_OTHER_DESIGNRESOURCES 3074
// Command: DesignResources
762
#define HLPID_OTHER_HIDEDESIGNRES 3075
// Command: HideDesignResources
763
#define HLPID_OTHER_BROWSEDESIGNRES 3076
// Command: BrowseDesignResources
764
#define HLPID_OTHER_UIMODE 3077
// Command: UIMode (Mac OS only)
765
#define HLPID_OTHER_MIGRATION 3078
766
#define HLPID_OTHER_TEXTEDITTOOLBAR 3079
767
#define HLPID_OTHER_SIMPLENOTETOOLBAR 3080
768
#define HLPID_OTHER_TEXTEDITDIALOGBOX 3081
769
#define HLPID_OTHER_OPTIONSTOOLBAR 3082
770
#define HLPID_OTHER_LAYERSTATE 3083
771
// UNUSED_HELP_ID #define HLPID_OTHER_LAYERSTATEEDIT 3084
772
// UNUSED_HELP_ID #define HLPID_OTHER_LAYERSTATEIMPORT 3085
773
#define HLPID_OTHER_ATTEDITTOOLBAR 3086
774
#define HLPID_OTHER_RECENTDOUCMENTS 3087
// Do not use this one as it is place holder for OEM product.
775
#define HLPID_OTHER_SETBYLAYER 3088
// Command: SetBylayer
776
#define HLPID_OTHER_COPYLINK 3089
777
#define HLPID_OTHER_QPACKANDGO 3090
778
#define HLPID_OTHER_NETLOAD 3091
// Command: NetLoad
779
#define HLPID_OTHER_CLOUDSTORAGE 3092
// Command: CloudStorage - V. 2018
780
#define HLPID_OTHER_SAVECLOUDSTORAGE 3093
// Command: SaveCloudStorage - V. 2018
781
#define HLPID_OTHER_CLOUDHELP 3094
// Temporary: CloudStorage palette
782
#define HLPID_OTHER_UISTYLE 3095
// Command: UIStyle (Mac OS only)
783
#define HLPID_OTHER_ADDINS 3096
// Command: AddIns (ARES only)
784
#define HLPID_OTHER_MERGELAYER 3097
// Command: MergeLayer
785
#define HLPID_OTHER_QMERGELAYER 3098
// Command: -MergeLayer
786
#define HLPID_OTHER_COMMENTS 3099
// Command: Comments
787
#define HLPID_OTHER_DRAWINGCOMPARE 3100
// Command: DrawingCompare
788
#define HLPID_OTHER_SHARING_OPTIONS 3101
// Dialog box: Sharing Options
789
#define HLPID_OTHER_SYS_REQUIREMENTS 3102
//
790
#define HLPID_OTHER_DRAWINGHISTORY 3103
// Command: DrawingHistory (Palette: Version Manager)
791
#define HLPID_OTHER_APPCAST 3104
// Command: AppCast
792
793
#define HLPID_SSM_SHEETSET 3300
// Command: SheetSet (Sheet Set Manager Palette)
794
#define HLPID_SSM_SHEETSETNEW 3301
// Create Sheet Set wizard - Step1
795
#define HLPID_SSM_SHEETSETNEW_SHEETS 3302
// Create Sheet Set wizard - Step2
796
#define HLPID_SSM_SHEETSETNEW_IMPORT 3303
// Create Sheet Set wizard - Import Options dialog box
797
#define HLPID_SSM_SHEETSETNEW_PREVIEW 3304
// Create Sheet Set wizard - Step3
798
#define HLPID_SSM_SHEETSETNEW_CUSTOMPROP 3305
// Custom Properties dialog box
799
#define HLPID_SSM_SHEETSETNEW_CUSTOMPROP_ADD 3306
// Add Custom Property dialog box
800
#define HLPID_SSM_SHEET_PROP 3307
// Drawing Sheet Properties dialog box
801
#define HLPID_SSM_SHEETSET_PROP 3308
// Drawing Sheet Set Properties dialog box
802
#define HLPID_SSM_SUBSET_PROP 3309
// Subset Properties dialog box
803
#define HLPID_SSM_SHEET_NEW 3310
// New Drawing Sheet dialog box
804
#define HLPID_SSM_SHEET_RENAME_RENUMBER 3311
// Rename and Renumber dialog box
805
#define HLPID_SSM_W_MISSING_DRAWING 3312
// Warning: missing drawing file
806
#define HLPID_SSM_W_MISSING_SHEET 3313
// Warning: missing sheet from the drawing file
807
#define HLPID_SSM_SELECT_DWT 3314
// Dialog box: Select Sheet as Drawing Sheet Template
808
#define HLPID_SSM_PUBLISH_SHEETS 3315
// Publish Sheets dialog box
809
#define HLPID_SSM_IMPORT_SHEET 3316
// Dialog box: Import Sheet as Drawing Sheet
810
#define HLPID_SSM_SHEETSET_PROP_MODELVIEW 3317
// Dialog box: Model View
811
#define HLPID_SSM_SHEETVIEWS_LIST_BLOCKS 3318
// Dialog box: List of Blocks
812
#define HLPID_SSM_SHEETVIEWS_SELECT_BLOCKS 3319
// Dialog box: Select Block
813
#define HLPID_SSM_SHEETVIEWS_VIEW_CLASS 3320
// Dialog box: View Class
814
#define HLPID_SSM_SHEETSETNEW_START 3321
// Create Sheet Set wizard - Step1
815
#define HLPID_SSM_SHEETSETNEW_EXAMPLE 3322
// Create Sheet Set wizard - Step 2 Template
816
817
/*** Constraints ***/
818
#define HLPID_GEOMETRICCONSTRAINTS 4000
// Command: GeometricConstraints
819
#define HLPID_DIMENSIONALCCONSTRAINTS 4001
// Command: DimensionalConstraints
820
#define HLPID_DELETECONSTRAINTS 4002
// Command: DeleteConstraints
821
#define HLPID_CONSTRAINTPARAMETERS 4003
// Command: Parameters
822
#define HLPID_QCONSTRAINTPARAMETERS 4004
// Command: -Parameters
823
#define HLPID_CONSTRAINTHIDEPARAMETERS 4005
// Command: HideParameters
824
#define HLPID_CONSTRAINTSETTINGS 4006
// Command: ConstraintSettings
825
#define HLPID_SETCONSTRAINTNAMEFORMAT 4007
// Command: SetConstraintNameFormat
826
827
#define HLPID_DC_DCDISPLAY 4010
// Command: DcDisplay
828
#define HLPID_DC_ALIGNED 4011
// Command: DcAligned
829
#define HLPID_DC_HORIZONTAL 4012
// Command: DcHorizontal
830
#define HLPID_DC_VERTICAL 4013
// Command: DcVertical
831
#define HLPID_DC_DIAMETER 4014
// Command: DcDiameter
832
#define HLPID_DC_RADIUS 4015
// Command: DcRadius
833
#define HLPID_DC_ANGULAR 4016
// Command: DcAligned
834
#define HLPID_DC_DERIVED 4017
// Command: DcDerived
835
836
#define HLPID_GC_CONSTRAINTBAR 4020
// Command: ConstraintBar
837
#define HLPID_GC_PERPENDICULAR 4021
// Command: GcPerpendicular
838
#define HLPID_GC_PARALLEL 4022
// Command: GcParallel
839
#define HLPID_GC_HORIZONTAL 4023
// Command: GcHorizontal
840
#define HLPID_GC_VERTICAL 4024
// Command: GcVertical
841
#define HLPID_GC_TANGENT 4025
// Command: GcTangent
842
#define HLPID_GC_SMOOTH 4026
// Command: GcSmooth
843
#define HLPID_GC_COLINEAR 4027
// Command: GcColinear
844
#define HLPID_GC_CONCENTRIC 4028
// Command: GcConcentric
845
#define HLPID_GC_SYMMETRIC 4029
// Command: GcSymmetric
846
#define HLPID_GC_EQUAL 4030
// Command: GcEqual
847
#define HLPID_GC_COINCIDENT 4031
// Command: GcCoincident
848
#define HLPID_GC_FIX 4032
// Command: GcFix
849
#define HLPID_DC_LINEAR 4033
// Command: DcLinear
850
#define HLPID_DC_CONVERT 4034
// Command: DcConvert
851
#define HLPID_DC_SMART 4035
// Command: DcSmart
852
#define HLPID_DC_TYPE 4036
// Command: DcType
853
854
#define HLPID_MDI 4052
855
856
#define HLPID_DR_SHOW 4060
857
#define HLPID_DR_HIDE 4061
858
#define HLPID_DR_BROWSE 4062
859
860
#define HLPID_M_CONSTLINE 4100
// Command: MEC_CONSTLINE
861
#define HLPID_M_PHATCH 4101
// Command: MEC_PHATCH
862
#define HLPID_M_DIMRECT 4102
// Command: MEC_RECTANGLEANDDIMENSIONS
863
864
#define HLPID_CADENAS_CATALOGSMNG 4200
// Dialog Box: "CADenas Resource"
865
#define HLPID_CADENAS_PARTCONFIG 4201
// Dialog Box: "Block Table Configuration"
866
867
/*** Annotative commands***/
868
#define HLPID_ANNENTITYSCALE 4301
869
#define HLPID_ANNENTITYSCALEADD 4302
870
#define HLPID_ANNENTITYSCALEREMOVE 4303
871
#define HLPID_ANNRESET 4304
872
#define HLPID_ANNUPDATE 4305
873
#define HLPID_QANNENTITYSCALE 4306
874
875
/*** Map commands ***/
876
#define HLPID_GIS_AddBasemap 5001
// Command: GIS_AddBasemap
877
#define HLPID_GIS_AddFeatureServiceByURL 5002
// Command: GIS_AddFeatureServiceByURL
878
#define HLPID_GIS_AddMapServiceByURL 5003
// Command: GIS_AddMapServiceByURL
879
#define HLPID_GIS_AddService 5004
// Command: GIS_AddService
880
#define HLPID_GIS_Area 5005
// Command: GIS_Area
881
#define HLPID_GIS_AssignCS 5006
// Command: GIS_AssignCS
882
#define HLPID_GIS_BringToFront 5007
// Command: GIS_BringToFront
883
#define HLPID_GIS_ClearSelection 5008
// Command: GIS_ClearSelection
884
#define HLPID_GIS_ConvertCADtoGIS 5009
// Command: GIS_ConvertCADtoGIS
885
#define HLPID_GIS_DeleteAllFeatureServices 5010
// Command: GIS_DeleteAllFeatureServices
886
887
#define HLPID_GIS_DeleteFeatureClass 5011
// Command: GIS_DeleteFeatureClass
888
#define HLPID_GIS_DeleteFeatureService 5012
// Command: GIS_DeleteFeatureService
889
#define HLPID_GIS_DeleteMapService 5013
// Command: GIS_DeleteMapService
890
#define HLPID_GIS_DiscardAllEdits 5014
// Command: GIS_DiscardAllEdits
891
#define HLPID_GIS_DiscardEdits 5015
// Command: GIS_DiscardEdits
892
#define HLPID_GIS_Distance 5016
// Command: GIS_Distance
893
#define HLPID_GIS_ExportMap 5017
// Command: GIS_ExportMap
894
#define HLPID_GIS_FeatureClassProperties 5018
// Command: GIS_FeatureClassProperties
895
#define HLPID_GIS_Floorpicker 5019
// Command: GIS_Floorpicker
896
#define HLPID_GIS_HideAllLabels 5020
// Command: GIS_HideAllLabels
897
898
#define HLPID_GIS_HideLabels 5021
// Command: GIS_HideLabels
899
#define HLPID_GIS_IdentifyMap 5022
// Command: GIS_IdentifyMap
900
#define HLPID_GIS_Labels 5023
// Command: GIS_Labels
901
#define HLPID_GIS_Layer 5024
// Command: GIS_Layer
902
#define HLPID_GIS_Legends 5025
// Command: GIS_Legends
903
#define HLPID_GIS_ListCS 5026
// Command: GIS_ListCS
904
#define HLPID_GIS_Locate 5027
// Command: GIS_Locate
905
#define HLPID_GIS_LockArea 5028
// Command: GIS_LockArea
906
#define HLPID_GIS_LoginToArcGISPortal 5029
// Command: GIS_LoginToArcGISPortal
907
#define HLPID_GIS_MapServiceProperties 5030
// Command: GIS_MapServiceProperties
908
909
#define HLPID_GIS_RefreshAllMaps 5031
// Command: GIS_RefreshAllMaps
910
#define HLPID_GIS_RefreshMap 5032
// Command: GIS_RefreshMap
911
#define HLPID_GIS_RemoveCS 5033
// Command: GIS_RemoveCS
912
#define HLPID_GIS_RemoveAllLabels 5034
// Command: GIS_RemoveAllLabels
913
#define HLPID_GIS_RemoveLabels 5035
// Command: GIS_RemoveLabels
914
#define HLPID_GIS_SelectFeatureObjects 5036
// Command: GIS_SelectFeatureObjects
915
#define HLPID_GIS_SelectFeatures 5037
// Command: GIS_SelectFeatures
916
#define HLPID_GIS_SendBehindAll 5038
// Command: GIS_SendBehindAll
917
#define HLPID_GIS_SetCurrentFeatureServiceLimit 5039
// Command: GIS_SetCurrentFeatureServiceLimit
918
#define HLPID_GIS_SetCurrentMapLimit 5040
// Command: GIS_SetCurrentMapLimit
919
920
#define HLPID_GIS_SetFeatureServiceLimit 5041
// Command: GIS_SetFeatureServiceLimit (not yet implemented)
921
#define HLPID_GIS_ShowLabels 5042
// Command: GIS_ShowLabels
922
#define HLPID_GIS_ShowAllLabels 5043
// Command: GIS_ShowAllLabels
923
#define HLPID_GIS_Synchronize 5044
// Command: GIS_Synchronize
924
#define HLPID_GIS_SynchronizeAll 5045
// Command: GIS_SynchronizeAll
925
#define HLPID_GIS_Table 5046
// Command: GIS_Table
926
#define HLPID_GIS_ToggleMapVisibility 5047
// Command: GIS_ToggleMapVisibility
927
#define HLPID_GIS_UnlockArea 5048
// Command: GIS_UnlockArea
928
#define HLPID_GIS_UpdateAllLabels 5049
// Command: GIS_UpdateAllLabels
929
#define HLPID_GIS_UpdateLabels 5050
// Command: GIS_UpdateLabels
930
931
#define HLPID_GIS_ZoomExtents 5051
// Command: GIS_ZoomExtents
932
#define HLPID_GIS_ZoomFeatures 5052
// Command: GIS_ZoomFeatures
933
#define HLPID_GIS_ZoomSelected 5053
// Command: GIS_ZoomSelected
934
#define HLPID_GIS_Coordinates 5054
// Command: GIS_Coordinates
935
#define HLPID_GIS_ToggleBlockPointMode 5055
// Command: GIS_ToggleBlockPointMode
936
#define HLPID_GIS_InsertBlock 5056
// Command: GIS_INSERTBLOCK
937
#define HLPID_GIS_HighlightFeatures 5057
// Command: GIS_HIGHLIGHTFEATURES
938
#define HLPID_GIS_RotateView 5058
// Command: GIS_RotateView
939
#define HLPID_GIS_Heading 5059
// Command: GIS_Heading
940
941
#define HLPID_GIS_DLG_AvailableLocators 5200
// Dialog box: Available locators
942
943
#define HLPID_LICENSE_WELCOME 7000
944
#define HLPID_LICENSE_WELCOME_LOGGED 7001
945
#define HLPID_LICENSE_ACTIVATE_PK 7002
946
#define HLPID_LICENSE_ALTERNATIVE 7003
947
#define HLPID_LICENSE_INCOGNITO 7004
948
#define HLPID_LICENSE_OFFLINE 7005
949
950
/*** BIM help IDs ***/
951
#define HLPID_BIM_BIMNAVIGATOR 8000
// Command: BIMNavigator
952
#define HLPID_BIM_BIMMOVE 8001
// Command: BIMMove
953
#define HLPID_BIM_BIMSECTION 8002
// Command: BIMSection
954
#define HLPID_BIM_BIMANNOTATION 8003
// Command: BIMAnnotation, BIM Annotation dialog box
955
#define HLPID_BIM_BIMMATERIALMAPPER 8004
// Command: BIMMaterialMapper
956
#define HLPID_BIM_EDITBIMANNOTATION 8005
// Command: EditBIMAnnotation
957
958
/*** Additional help IDs ***/
959
#define HLPID_RESERVED_03 8002
960
#define HLPID_RESERVED_04 8003
961
#define HLPID_RESERVED_05 8004
962
#define HLPID_REsERVED_06 8005
963
964
/*** OEM ***/
965
#define HLPID_OEM_FIRST 9000
966
967
#define HLPID_XTRATOOLS_BREAKLINE 9101
// Command: Breakline
968
#define HLPID_XTRATOOLS_PATTERNHATCH 9102
// Command: PatternHatch
969
#define HLPID_XTRATOOLS_CURVEDTEXT 9103
// Command: CurvedText
970
#define HLPID_XTRATOOLS_CONVERTSIMPLENOTES 9104
// Command: ConvertSimpleNotes
971
#define HLPID_XTRATOOLS_REPLACEBLOCK 9105
// Command: ReplaceBlock
972
#define HLPID_XTRATOOLS_REPLACEBLOCKBYREF 9106
// Command: ReplaceBlockByReference
973
#define HLPID_XTRATOOLS_REDEFINEBLOCKATTRIBS 9107
// Command: RedefineBlockAttributes
974
#define HLPID_XTRATOOLS_IMPORTBLOCKATTRIBS 9108
// Command: ImportBlockAttributes
975
#define HLPID_XTRATOOLS_GETBLOCKINTO 9109
// Command: GetBlockInfo
976
#define HLPID_XTRATOOLS_MAKELINESTYLE 9110
// Command: MakeLineStyle
977
#define HLPID_XTRATOOLS_LISPEXPLORER 9111
// Command: LispExplorer
978
979
#define HLPID_XTRATOOLS_NUMBERTEXT 9112
// Command: NumberText
980
#define HLPID_XTRATOOLS_TEXTFRAME 9113
// Command: TextFrame
981
#define HLPID_XTRATOOLS_TEXTMASK 9115
// Command: TextMask
982
#define HLPID_XTRATOOLS_EDITTEXTCASE 9117
// Command: EditTextCase
983
984
#define HLPID_XTRATOOLS_EXCHANGEDIMSTYLE 9121
// Command: ExchangeDimStyle
985
#define HLPID_XTRATOOLS_IMPORTDIMSTYLE 9122
// Command: ImportDimensionStyles
986
#define HLPID_XTRATOOLS_DRAWORDERBYCOLOR 9127
// Command: DrawOrderByColor
987
#define HLPID_XTRATOOLS_MAKESHAPE 9132
// Command: MakeShape
988
#define HLPID_XTRATOOLS_EXPORTSETTINGS 9133
// Command: ExportSettings
989
#define HLPID_XTRATOOLS_EXPORTVARIABLES 9134
// Command: ExportVariables
990
#define HLPID_XTRATOOLS_VARIABLETOSCRIPT 9135
// Command: VariableToScript
991
#define HLPID_XTRATOOLS_MERGESHEETS 9136
// Command: MergeSheets
992
#define HLPID_XTRATOOLS_MULTIVIEWSETUP 9145
// Command: MultiViewSetup
993
#define HLPID_XTRATOOLS_QDRAWORDERBYCOLOR 9150
// Command: -DrawOrderByColor
994
#define HLPID_XTRATOOLS_QEDITTEXTCASE 9151
// Command: -EditTextCase
995
#define HLPID_XTRATOOLS_QGETNESTEDPROPERTIES 9152
// Command: -GetNestedProperties
996
#define HLPID_XTRATOOLS_QMERGESHEETS 9153
// Command: -MergeSheets
997
#define HLPID_XTRATOOLS_QREPLACEBLOCK 9154
// Command: -ReplaceBlock
998
#define HLPID_XTRATOOLS_QREPLACEBLOCKBYREF 9155
// Command: -ReplaceBlockByReference
999
#define HLPID_XTRATOOLS_TEXTMASKDLG 9156
// Command: TextMask - dialog box (for Settings)
1000
#define HLPID_XTRATOOLS_PATTERNHATCHDLG 9157
// Command: PatternHatch - Select Block dialog box
1001
1002
1003
// Standards
1004
#define HLPID_STANDARDS 11000
1005
#define HLPID_STANDARDS_EDIT 11001
1006
// next 11002
1007
1008
// Hardware
1009
#define HLPID_HARDWARE_BOLTS 11100
1010
#define HLPID_HARDWARE_PINS 11101
1011
#define HLPID_HARDWARE_NUTS 11102
1012
#define HLPID_HARDWARE_WASHERS 11103
1013
#define HLPID_HARDWARE_INSERT 11104
1014
#define HLPID_HARDWARE_EDIT 11105
1015
// next 11106
1016
1017
// Hole
1018
#define HLPID_HOLE_COUNTERBORE 11200
1019
#define HLPID_HOLE_COUNTERSINK 11201
1020
#define HLPID_HOLE_INSERT 11202
1021
#define HLPID_HOLE_EDIT 11203
1022
#define HLPID_HOLE_CHART 11204
1023
#define HLPID_HOLE_CHART_EDIT 11205
1024
#define HLPID_HOLE_CALLOUT 11206
1025
#define HLPID_HOLE_THRUHOLE 11207
1026
#define HLPID_HOLE_TAP 11208
1027
#define HLPID_HOLE_SLOT 11209
1028
#define HLPID_HOLE_TABLE 11210
1029
#define HLPID_HOLE_TABLE_EDIT 11211
1030
// next 11212
1031
1032
// Detailing
1033
#define HLPID_BOM_CREATE 11300
1034
#define HLPID_BOM_EXPORT 11301
1035
#define HLPID_BALLOON_INSERT 11302
1036
#define HLPID_BALLOON_EDIT 11303
1037
#define HLPID_BALLOON_SETTINGS 11304
1038
#define HLPID_WELD_INSERT 11305
1039
#define HLPID_SFIN_INSERT 11306
1040
#define HLPID_REVISION_TABLE 11307
1041
#define HLPID_REVISION_TABLE_EDIT 11308
1042
#define HLPID_REVISION_ADD 11309
1043
#define HLPID_REVISION_SYMBOL_ADD 11310
1044
#define HLPID_BOM_EDIT 11311
1045
#define HLPID_SCREW_CONNECTION 11312
1046
#define HLPID_SCREW_CONNECTION_EDIT 11313
1047
#define HLPID_SFIN_FLIP 11314
1048
//next 11315
1049
1050
//Miscellaneous
1051
#define HLPID_LAYER_PREFERENCES 11400
1052
#define HLPID_FAVORITES 11401
1053
#define HLPID_FAVORITES_ADD 11402
1054
#define HLPID_FAVORITES_EDIT 11403
1055
#define HLPID_HARDWARE_SETTINGS 11404
1056
#define HLPID_HOLE_SETTINGS 11405
1057
#define HLPID_ANNOTATIONS_SETTINGS 11406
1058
#define HLPID_TABLE_SETTINGS 11407
1059
#define HLPID_SFIN_SETTINGS 11408
1060
#define HLPID_WELD_SETTINGS 11409
1061
#define HLPID_REVISION_TABLE_SETTINGS 11410
1062
// #define HLPID_FRAME_INSERT 11411 // Mechanical
1063
// #define HLPID_FRAME_EDIT 11412 // Mechanical
1064
// #define HLPID_FRAME_NEW 11413 // Mechanical
1065
#define HLPID_LAYER_SETTINGS 11414
1066
#define HLPID_CENTERLINECONTROL 11415
1067
// next 11413
1068
1069
//Options
1070
#define HLPID_OPTIONS 11500
1071
#define HLPID_DRAWING_RECOVERY_MANAGER 11501
1072
// next 11502
1073
1074
// Reserved for thirdparty - whole 15000 range.
1075
#define HLPID_RESERVERED 15000
1076
#define HLPID_TP_ATTRIB_MANAGER 15060
// Command: BlockAttributeManager
1077
1078
#define HLPID_KUDO_STARTSPINNER 11600
// Command: StartSpinner
1079
#define HLPID_KUDO_STOPSPINNER 11601
// Command: StopSpinner
1080
#define HLPID_KUDO_SCREENPAN 11602
1081
1082
#define HLPID_PREMIUM_MASK 0x20000
// Premium + Exended Help
1083
#define HLPID_PREMIUM_MASK_CORE 0x40000
// Premium + Core Help
1084
1085
/*** <end of file> ***/
Generated on Fri Jan 22 2021 18:01:34