[cad-linux] Re: intellicad/Wine
- From: phrostie <pfrostie@xxxxxxxxx>
- To: cad-linux@xxxxxxxxxxxxx
- Date: Fri, 16 Aug 2002 16:04:25 -0400
ok, this are what i think are the magic files on my current installation.
i've included the config, the system.reg and user.reg.
don't forget to correct owner and group (chmod/chgrp) for your usage.
-rw-r--r-- 1 pfrostie pfrostie 73139 Aug 10 22:30 cachedmetrics.:0.0
-rw-r--r-- 1 pfrostie pfrostie 6972 Jul 13 23:12 config
-rw-r--r-- 1 pfrostie pfrostie 7429 May 9 2001 generic.ppd
-rw-r--r-- 1 pfrostie pfrostie 0 Jul 13 23:01
.no_prelaunch_window_flag
-rw-r--r-- 1 pfrostie pfrostie 986 Jul 3 2001 psdrv.reg
drwxr-xr-x 2 pfrostie pfrostie 4096 Jul 13 2001 samples
-rw-r--r-- 1 pfrostie pfrostie 151 Apr 8 2000 system.ini
-rw-r--r-- 1 pfrostie pfrostie 55910 Aug 15 21:40 system.reg
-rw-r--r-- 1 pfrostie pfrostie 65 Aug 15 21:40 userdef.reg
-rw-r--r-- 1 pfrostie pfrostie 372063 Aug 15 21:40 user.reg
drwx------ 2 pfrostie pfrostie 4096 Jul 11 22:50 wineserver-galveston
-rw-r--r-- 1 pfrostie pfrostie 0 Jul 13 2001 wine.systemreg
-rw-r--r-- 1 pfrostie pfrostie 101 Jul 20 2001 win.ini
BTW, someone had asked about speed, i'd forgot to mention that my current box
is an AMD300MHz with 128 megs of ram and a 4meg S3v video card. when i first
started running icad2000 i had a 90MHz 486 with 20 megs of ram and a 2 meg S3
card.
hope that helps
--
Oh, I have slipped the surly bonds of DOS,
and danced the skies on Linux silvered wings.
http://pfrostie.freeservers.com/cad-tastrafy/
http://www.freelists.org/list/cad-linux
-- Attached file included as plaintext by Ecartis --
-- File: config
WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
;;
;; MS-DOS drives configuration
;;
;; Each section has the following format:
;; [Drive X]
;; "Path"="xxx" (Unix path for drive root)
;; "Type"="xxx" (supported types are 'floppy', 'hd', 'cdrom' and
'network')
;; "Label"="xxx" (drive label, at most 11 characters)
;; "Serial"="xxx" (serial number, 8 characters hexadecimal number)
;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat',
'unix')
;; This is the FS Wine is supposed to emulate on a certain
;; directory structure.
;; Recommended:
;; - "win95" for ext2fs, VFAT and FAT32
;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
;; DON'T use "unix" unless you intend to port programs using Winelib !
;; "Device"="/dev/xx" (only if you want to allow raw device access)
;;
[Drive A]
"Path" = "/mnt/fd0"
"Type" = "floppy"
"Label" = "Floppy"
"Serial" = "87654321"
"Device" = "/dev/fd0"
[Drive C]
"Path" = "/home/wine"
"Type" = "hd"
"Label" = "/c"
"Filesystem" = "win95"
[Drive D]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "/mnt/cdrom"
"Filesystem" = "win95"
; make sure that device is correct and has proper permissions !
"Device" = "/dev/cdrom"
[Drive E]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"
[Drive F]
"Path" = "${HOME}"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"
[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"
"Temp" = "e:\\"
"Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\"
"Profile" = "c:\\windows\\Profiles\\Administrator"
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
"ShellLinker" = "wineshelllink"
# <wineconf>
[DllOverrides]
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
"ver" = "builtin, native"
"version" = "builtin, native"
"shell" = "builtin, native"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"lzexpand" = "builtin, native"
"lz32" = "builtin, native"
"comctl32" = "builtin, native"
"commctrl" = "builtin, native"
"advapi32" = "builtin, native"
"crtdll" = "builtin, native"
"mpr" = "builtin, native"
"winspool.drv" = "builtin, native"
"ddraw" = "builtin, native"
"dinput" = "builtin, native"
"dsound" = "builtin, native"
# "opengl32" = "builtin, native"
"msvcrt" = "native, builtin"
"rpcrt4" = "native, builtin"
"msvideo" = "builtin, native"
"msvfw32" = "builtin, native"
"mcicda.drv" = "builtin, native"
"mciseq.drv" = "builtin, native"
"mciwave.drv" = "builtin, native"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msacm.drv" = "builtin, native"
"msacm" = "builtin, native"
"msacm32" = "builtin, native"
"midimap.drv" = "builtin, native"
; default for all other dlls
"*" = "native, builtin, so"
[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "Y"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Name of X11 display to use
"Display" = ":0.0"
; Allow the window manager to manage created windows
"Managed" = "Y"
; Use a desktop window of 640x480 for Wine
;"Desktop" = "640x480"
; Use XFree86 DGA extension if present
; (make sure /dev/mem is accessible by you !)
"UseDGA" = "Y"
; Use XShm extension if present
"UseXShm" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "N"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "N"
; Code page used for captions in managed mode
; 0 means default ANSI code page (CP_ACP == 0)
"TextCP" = "0"
; Use this if you have more than one port for video on your setup
; (Wine uses for now the first 'input image' it finds).
;; "XVideoPort" = "43"
; Run in synchronous mode (useful for debugging X11 problems)
;;"Synchronous" = "Y"
[fonts]
;Read documentation/fonts before adding aliases
;See a couple of examples for russian users below
"Resolution" = "96"
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"
;; default TrueType fonts with russian koi8-r encoding
;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;; default cyrillic bitmap X fonts
;"Default" = "-cronyx-helvetica-"
;"DefaultFixed" = "fixed"
;"DefaultSerif" = "-cronyx-times-"
;"DefaultSansSerif" = "-cronyx-helvetica-"
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"
[parallelports]
"Lpt1" = "/dev/lp0"
[ppdev]
;; key: io-base of the emulated port
;; value : parport-device{,timeout}
;; timeout for auto closing an open device ( not yet implemented)
;"378" = "/dev/parport0"
;"278" = "/dev/parport1"
;"3bc" = "/dev/parport2"
[spooler]
"FILE:" = "tmp.ps"
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"
[ports]
;"read" = "0x779,0x379,0x280-0x2a0"
; "write" = "0x779,0x379,0x280-0x2a0"
[spy]
"Exclude" = "WM_SIZE;WM_TIMER;"
[registry]
;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
;Defaults are read all, write to Home
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "Y"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "Y"
; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
; "PeriodicSave" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"
[Tweak.Layout]
;; supported styles are 'Win31'(default), 'Win95', 'Win98'
"WineLook" = "Win95"
[Console]
;"Drivers" = "tty"
;"XtermProg" = "nxterm"
;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"
[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"
; List of all directories directly contain .AFM files
[afmdirs]
"1" = "/usr/share/ghostscript/fonts"
"2" = "/usr/share/a2ps/afm"
"3" = "/usr/share/enscript"
"4" = "/usr/X11R6/lib/X11/fonts/Type1"
[WinMM]
"Drivers" = "wineoss.drv"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"
# </wineconf>
-- Attached file included as plaintext by Ecartis --
-- File: user.reg
WINE REGISTRY Version 2
;; All keys relative to \\User\\pfrostie
[Control Panel\\Colors] 1001880989
[Software\\Black Knight Productions\\trueSpace Xtensions\\Puppeteer-tSX\\v2.0]
1001885750
"Path"="C:\\trueSpace5\\Tsx\\BKP\\Puppeteer2"
[Software\\CADopia\\IntelliCAD\\Accelerators] 1027877630
"nAccelKeys"=dword:00000022
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-0] 1027877630
"accel"=hex:09,00,4e,00,90,4c
"Command"="^C^C^C_NEW"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-1] 1027877630
"accel"=hex:09,00,4f,00,91,4c
"Command"="^C^C^C_OPEN"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-10] 1027877630
"accel"=hex:01,00,2e,00,9a,4c
"Command"="^C^C^C_DELETE"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-11] 1027877630
"accel"=hex:01,00,70,00,9b,4c
"Command"="'_HELP"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-12] 1027877630
"accel"=hex:01,00,71,00,9c,4c
"Command"="'_PMTHIST"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-13] 1027877630
"accel"=hex:01,00,72,00,9d,4c
"Command"="'_CMDBAR;_T"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-14] 1027877630
"accel"=hex:01,00,73,00,9e,4c
"Command"="'_TABLET;_T"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-15] 1027877630
"accel"=hex:01,00,74,00,9f,4c
"Command"="'_ISOPLANE;;"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-16] 1027877630
"accel"=hex:01,00,75,00,a0,4c
"Command"="'_COORDINATE;_T"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-17] 1027877630
"accel"=hex:01,00,76,00,a1,4c
"Command"="'_GRID;_T"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-18] 1027877630
"accel"=hex:01,00,77,00,a2,4c
"Command"="'_ORTHOGONAL;_T"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-19] 1027877630
"accel"=hex:01,00,78,00,a3,4c
"Command"="'_SNAP;_T"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-2] 1027877630
"accel"=hex:09,00,53,00,92,4c
"Command"="^C^C^C_QSAVE"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-20] 1027877630
"accel"=hex:01,00,79,00,a4,4c
"Command"="'_STATBAR;_T"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-21] 1027877630
"accel"=hex:01,00,25,00,a5,4c
"Command"="'_PAN;_L"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-22] 1027877630
"accel"=hex:01,00,27,00,a6,4c
"Command"="'_PAN;_R"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-23] 1027877630
"accel"=hex:01,00,26,00,a7,4c
"Command"="'_PAN;_U"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-24] 1027877630
"accel"=hex:01,00,28,00,a8,4c
"Command"="'_PAN;_D"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-25] 1027877630
"accel"=hex:05,00,25,00,a9,4c
"Command"="'_PAN;_PGL"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-26] 1027877630
"accel"=hex:05,00,27,00,aa,4c
"Command"="'_PAN;_PGR"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-27] 1027877630
"accel"=hex:05,00,26,00,ab,4c
"Command"="'_PAN;_PGU"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-28] 1027877630
"accel"=hex:05,00,28,00,ac,4c
"Command"="'_PAN;_PGD"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-29] 1027877630
"accel"=hex:01,00,21,00,ad,4c
"Command"="'_PAN;_PGU"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-3] 1027877630
"accel"=hex:09,00,50,00,93,4c
"Command"="^C^C^C_PRINT"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-30] 1027877630
"accel"=hex:01,00,22,00,ae,4c
"Command"="'_PAN;_PGD"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-31] 1027877630
"accel"=hex:09,00,44,00,af,4c
"Command"="'_COORDINATE;_T"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-32] 1027877630
"accel"=hex:09,00,45,00,b0,4c
"Command"="'_ISOPLANE;;"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-33] 1027877630
"accel"=hex:09,00,54,00,b1,4c
"Command"="'_TABLET;_T"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-4] 1027877630
"accel"=hex:09,00,5a,00,94,4c
"Command"="^C^C^C_U"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-5] 1027877630
"accel"=hex:09,00,59,00,95,4c
"Command"="^C^C^C_REDO"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-6] 1027877630
"accel"=hex:09,00,41,00,96,4c
"Command"="^C^C^C_SELGRIPS;_ALL;;"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-7] 1027877630
"accel"=hex:09,00,58,00,97,4c
"Command"="^C^C^C_CUTCLIP"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-8] 1027877630
"accel"=hex:09,00,43,00,98,4c
"Command"="^C^C^C_COPYCLIP"
[Software\\CADopia\\IntelliCAD\\Accelerators\\AccelKey-9] 1027877630
"accel"=hex:09,00,56,00,99,4c
"Command"="^C^C^C_PASTECLIP"
[Software\\CADopia\\IntelliCAD\\Addins] 1026615378
[Software\\CADopia\\IntelliCAD\\Aliases] 1027877630
"nAliases"=dword:000000ff
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-0] 1027877630
"Alias"="3A"
"Command"="3DARRAY"
"GCommand"="_3DARRAY"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-1] 1027877630
"Alias"="3DFACE"
"Command"="FACE"
"GCommand"="_FACE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-10] 1027877630
"Alias"="AI_DISH"
"Command"="DISH"
"GCommand"="_DISH"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-100] 1027877630
"Alias"="EXPLORER"
"Command"="EXPLAYERS"
"GCommand"="_EXPLAYERS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-101] 1027877630
"Alias"="EXPSTYLE"
"Command"="EXPFONTS"
"GCommand"="_EXPFONTS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-102] 1027877630
"Alias"="EXPSTYLES"
"Command"="EXPFONTS"
"GCommand"="_EXPFONTS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-103] 1027877630
"Alias"="FI"
"Command"="FILTER"
"GCommand"="_FILTER"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-104] 1027877630
"Alias"="F"
"Command"="FILLET"
"GCommand"="_FILLET"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-105] 1027877630
"Alias"="G"
"Command"="GRID"
"GCommand"="_GRID"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-106] 1027877630
"Alias"="GR"
"Command"="DDGRIPS"
"GCommand"="_DDGRIPS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-107] 1027877630
"Alias"="H"
"Command"="HATCH"
"GCommand"="_HATCH"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-108] 1027877630
"Alias"="HE"
"Command"="HATCHEDIT"
"GCommand"="_HATCHEDIT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-109] 1027877630
"Alias"="HI"
"Command"="HIDE"
"GCommand"="_HIDE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-11] 1027877630
"Alias"="AI_DOME"
"Command"="DOME"
"GCommand"="_DOME"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-110] 1027877630
"Alias"="I"
"Command"="DDINSERT"
"GCommand"="_DDINSERT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-111] 1027877630
"Alias"="IAD"
"Command"="IMAGEADJUST"
"GCommand"="_IMAGEADJUST"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-112] 1027877630
"Alias"="IAT"
"Command"="IMAGEATTACH"
"GCommand"="_IMAGEATTACH"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-113] 1027877630
"Alias"="ICL"
"Command"="IMAGECLIP"
"GCommand"="_IMAGECLIP"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-114] 1027877630
"Alias"="ID"
"Command"="IDPOINT"
"GCommand"="_IDPOINT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-115] 1027877630
"Alias"="IMAGE"
"Command"="OPENIMAGE"
"GCommand"="_OPENIMAGE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-116] 1027877630
"Alias"="IMP"
"Command"="OPEN"
"GCommand"="_OPEN"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-117] 1027877630
"Alias"="IMPORT"
"Command"="OPEN"
"GCommand"="_OPEN"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-118] 1027877630
"Alias"="IN"
"Command"="INTERSECT"
"GCommand"="_INTERSECT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-119] 1027877630
"Alias"="INF"
"Command"="INTERFERE"
"GCommand"="_INTERFERE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-12] 1027877630
"Alias"="AI_PROPCHK"
"Command"="ENTPROP"
"GCommand"="_ENTPROP"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-120] 1027877630
"Alias"="IO"
"Command"="INSERTOBJ"
"GCommand"="_INSERTOBJ"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-121] 1027877630
"Alias"="IS"
"Command"="ISOPLANE"
"GCommand"="_ISOPLANE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-122] 1027877630
"Alias"="L"
"Command"="LINE"
"GCommand"="_LINE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-123] 1027877630
"Alias"="LA"
"Command"="EXPLAYERS"
"GCommand"="_EXPLAYERS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-124] 1027877630
"Alias"="-LA"
"Command"="-LAYER"
"GCommand"="_LAYER"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-125] 1027877630
"Alias"="LE"
"Command"="LEADER"
"GCommand"="_LEADER"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-126] 1027877630
"Alias"="LEAD"
"Command"="LEADER"
"GCommand"="_LEADER"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-127] 1027877630
"Alias"="LENGTHEN"
"Command"="EDITLEN"
"GCommand"="_EDITLEN"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-128] 1027877630
"Alias"="LEN"
"Command"="EDITLEN"
"GCommand"="_EDITLEN"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-129] 1027877630
"Alias"="LI"
"Command"="LIST"
"GCommand"="_LIST"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-13] 1027877630
"Alias"="AI_PYRAMID"
"Command"="PYRAMID"
"GCommand"="_PYRAMID"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-130] 1027877630
"Alias"="LIGHT"
"Command"="LIGHTING"
"GCommand"="_LIGHTING"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-131] 1027877630
"Alias"="LS"
"Command"="LIST"
"GCommand"="_LIST"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-132] 1027877630
"Alias"="LT"
"Command"="EXPLTYPES"
"GCommand"="_EXPLTYPES"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-133] 1027877630
"Alias"="-LT"
"Command"="-LINETYPE"
"GCommand"="_LINETYPE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-134] 1027877630
"Alias"="LTS"
"Command"=""
"GCommand"="_LTSCALE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-135] 1027877630
"Alias"="M"
"Command"="MOVE"
"GCommand"="_MOVE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-136] 1027877630
"Alias"="MA"
"Command"="MATCHPROP"
"GCommand"="_MATCHPROP"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-137] 1027877630
"Alias"="MAKEPREVIEW"
"Command"="PPREVIEW"
"GCommand"="_PPREVIEW"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-138] 1027877630
"Alias"="MI"
"Command"="MIRROR"
"GCommand"="_MIRROR"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-139] 1027877630
"Alias"="MO"
"Command"="ENTPROP"
"GCommand"="_ENTPROP"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-14] 1027877630
"Alias"="AI_SPHERE"
"Command"="SPHERE"
"GCommand"="_SPHERE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-140] 1027877630
"Alias"="MS"
"Command"="MSPACE"
"GCommand"="_MSPACE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-141] 1027877630
"Alias"="MSLIDE"
"Command"="MSNAPSHOT"
"GCommand"="_MSNAPSHOT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-142] 1027877630
"Alias"="MT"
"Command"="-MTEXT"
"GCommand"="_MTEXT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-143] 1027877630
"Alias"="MTPROP"
"Command"="ENTPROP"
"GCommand"="_ENTPROP"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-144] 1027877630
"Alias"="MV"
"Command"="MVIEW"
"GCommand"="_MVIEW"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-145] 1027877630
"Alias"="N"
"Command"="NEW"
"GCommand"="_NEW"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-146] 1027877630
"Alias"="O"
"Command"="PARALLEL"
"GCommand"="_PARALLEL"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-147] 1027877630
"Alias"="OFFSET"
"Command"="PARALLEL"
"GCommand"="_PARALLEL"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-148] 1027877630
"Alias"="OO"
"Command"="UNDELETE"
"GCommand"="_UNDELETE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-149] 1027877630
"Alias"="OOPS"
"Command"="UNDELETE"
"GCommand"="_UNDELETE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-15] 1027877630
"Alias"="AI_TORUS"
"Command"="TORUS"
"GCommand"="_TORUS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-150] 1027877630
"Alias"="OP"
"Command"="OPEN"
"GCommand"="_OPEN"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-151] 1027877630
"Alias"="OPTIONS"
"Command"="CONFIG"
"GCommand"="_CONFIG"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-152] 1027877630
"Alias"="OR"
"Command"="ORTHOGONAL"
"GCommand"="_ORTHOGONAL"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-153] 1027877630
"Alias"="ORTHO"
"Command"="ORTHOGONAL"
"GCommand"="_ORTHOGONAL"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-154] 1027877630
"Alias"="OS"
"Command"="SETESNAP"
"GCommand"="_SETESNAP"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-155] 1027877630
"Alias"="-OS"
"Command"="ESNAP"
"GCommand"="_ESNAP"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-156] 1027877630
"Alias"="-OSNAP"
"Command"="ESNAP"
"GCommand"="_ESNAP"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-157] 1027877630
"Alias"="OSNAP"
"Command"="ESNAP"
"GCommand"="_ESNAP"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-158] 1027877630
"Alias"="P"
"Command"="-PAN"
"GCommand"="_PAN"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-159] 1027877630
"Alias"="-P"
"Command"="-PAN"
"GCommand"="_PAN"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-16] 1027877630
"Alias"="AI_WEDGE"
"Command"="WEDGE"
"GCommand"="_WEDGE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-160] 1027877630
"Alias"="PA"
"Command"="PASTESPEC"
"GCommand"="_PASTESPEC"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-161] 1027877630
"Alias"="PE"
"Command"="EDITPLINE"
"GCommand"="_EDITPLINE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-162] 1027877630
"Alias"="PEDIT"
"Command"="EDITPLINE"
"GCommand"="_EDITPLINE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-163] 1027877630
"Alias"="PL"
"Command"="POLYLINE"
"GCommand"="_POLYLINE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-164] 1027877630
"Alias"="PLINE"
"Command"="POLYLINE"
"GCommand"="_POLYLINE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-165] 1027877630
"Alias"="PO"
"Command"="POINT"
"GCommand"="_POINT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-166] 1027877630
"Alias"="POL"
"Command"="POLYGON"
"GCommand"="_POLYGON"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-167] 1027877630
"Alias"="PR"
"Command"="CONFIG"
"GCommand"="_CONFIG"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-168] 1027877630
"Alias"="PRE"
"Command"="PPREVIEW"
"GCommand"="_PPREVIEW"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-169] 1027877630
"Alias"="PREFERENCES"
"Command"="CONFIG"
"GCommand"="_CONFIG"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-17] 1027877630
"Alias"="AL"
"Command"="ALIGN"
"GCommand"="_ALIGN"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-170] 1027877630
"Alias"="PREVIEW"
"Command"="PPREVIEW"
"GCommand"="_PPREVIEW"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-171] 1027877630
"Alias"="PS"
"Command"="PSPACE"
"GCommand"="_PSPACE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-172] 1027877630
"Alias"="PU"
"Command"="PURGE"
"GCommand"="_PURGE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-173] 1027877630
"Alias"="QT"
"Command"="QTEXT"
"GCommand"="_QTEXT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-174] 1027877630
"Alias"="R"
"Command"="REDRAW"
"GCommand"="_REDRAW"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-175] 1027877630
"Alias"="RA"
"Command"="REDRAWALL"
"GCommand"="_REDRAWALL"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-176] 1027877630
"Alias"="RCONFIG"
"Command"="CONFIG"
"GCommand"="_CONFIG"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-177] 1027877630
"Alias"="RE"
"Command"="REGEN"
"GCommand"="_REGEN"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-178] 1027877630
"Alias"="REA"
"Command"="REGENALL"
"GCommand"="_REGENALL"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-179] 1027877630
"Alias"="REC"
"Command"="RECTANGLE"
"GCommand"="_RECTANGLE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-18] 1027877630
"Alias"="AP"
"Command"="APERTURE"
"GCommand"="_APERTURE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-180] 1027877630
"Alias"="RECT"
"Command"="RECTANGLE"
"GCommand"="_RECTANGLE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-181] 1027877630
"Alias"="RECTANG"
"Command"="RECTANGLE"
"GCommand"="_RECTANGLE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-182] 1027877630
"Alias"="REG"
"Command"="REGION"
"GCommand"="_REGION"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-183] 1027877630
"Alias"="REN"
"Command"="DDRENAME"
"GCommand"="_DDRENAME"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-184] 1027877630
"Alias"="-REN"
"Command"="RENAME"
"GCommand"="_RENAME"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-185] 1027877630
"Alias"="REV"
"Command"="REVOLVE"
"GCommand"="_REVOLVE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-186] 1027877630
"Alias"="RI"
"Command"="REINIT"
"GCommand"="_REINIT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-187] 1027877630
"Alias"="RM"
"Command"="DDRMODES"
"GCommand"="_DDRMODES"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-188] 1027877630
"Alias"="RMAT"
"Command"="MATERIALS"
"GCommand"="_MATERIALS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-189] 1027877630
"Alias"="RO"
"Command"="ROTATE"
"GCommand"="_ROTATE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-19] 1027877630
"Alias"="AR"
"Command"="ARRAY"
"GCommand"="_ARRAY"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-190] 1027877630
"Alias"="RPREF"
"Command"="SETRENDER"
"GCommand"="_SETRENDER"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-191] 1027877630
"Alias"="RR"
"Command"="RENDER"
"GCommand"="_RENDER"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-192] 1027877630
"Alias"="S"
"Command"="STRETCH"
"GCommand"="_STRETCH"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-193] 1027877630
"Alias"="SA"
"Command"="SAVE"
"GCommand"="_SAVE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-194] 1027877630
"Alias"="SC"
"Command"="SCALE"
"GCommand"="_SCALE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-195] 1027877630
"Alias"="SCR"
"Command"="SCRIPT"
"GCommand"="_SCRIPT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-196] 1027877630
"Alias"="SE"
"Command"="DDSELECT"
"GCommand"="_DDSELECT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-197] 1027877630
"Alias"="SEC"
"Command"="SECTION"
"GCommand"="_SECTION"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-198] 1027877630
"Alias"="SELGRIP"
"Command"="SELGRIPS"
"GCommand"="_SELGRIPS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-199] 1027877630
"Alias"="SET"
"Command"="SETVAR"
"GCommand"="_SETVAR"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-2] 1027877630
"Alias"="3DLINE"
"Command"="LINE"
"GCommand"="_LINE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-20] 1027877630
"Alias"="-AT"
"Command"="ATTDEF"
"GCommand"="_ATTDEF"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-200] 1027877630
"Alias"="SH"
"Command"="SH"
"CrMode"=dword:00000001
"GCommand"=""
"RetVal"=dword:00000000
"ShellPrompt"="DOS Command: "
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-201] 1027877630
"Alias"="SHA"
"Command"="SHADE"
"GCommand"="_SHADE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-202] 1027877630
"Alias"="SHELL"
"Command"="SHELL"
"CrMode"=dword:00000001
"GCommand"=""
"RetVal"=dword:00000004
"ShellPrompt"="DOS Command: "
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-203] 1027877630
"Alias"="SKETCH"
"Command"="FREEHAND"
"GCommand"="_FREEHAND"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-204] 1027877630
"Alias"="SL"
"Command"="SLICE"
"GCommand"="_SLICE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-205] 1027877630
"Alias"="SN"
"Command"="SNAP"
"GCommand"="_SNAP"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-206] 1027877630
"Alias"="SO"
"Command"="PLANE"
"GCommand"="_PLANE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-207] 1027877630
"Alias"="SOLID"
"Command"="PLANE"
"GCommand"="_PLANE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-208] 1027877630
"Alias"="SP"
"Command"="SPELL"
"GCommand"="_SPELL"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-209] 1027877630
"Alias"="SPL"
"Command"="SPLINE"
"GCommand"="_SPLINE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-21] 1027877630
"Alias"="AT"
"Command"="DDATTDEF"
"GCommand"="_DDATTDEF"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-210] 1027877630
"Alias"="SPE"
"Command"="SPLINEDIT"
"GCommand"="_SPLINEDIT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-211] 1027877630
"Alias"="START"
"Command"="START"
"CrMode"=dword:00000001
"GCommand"=""
"RetVal"=dword:00000000
"ShellPrompt"="Application to start: "
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-212] 1027877630
"Alias"="ST"
"Command"="FONT"
"GCommand"="_FONT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-213] 1027877630
"Alias"="STYLE"
"Command"="FONT"
"GCommand"="_FONT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-214] 1027877630
"Alias"="SU"
"Command"="SUBTRACT"
"GCommand"="_SUBTRACT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-215] 1027877630
"Alias"="T"
"Command"="-MTEXT"
"GCommand"="_MTEXT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-216] 1027877630
"Alias"="-T"
"Command"="TEXT"
"GCommand"="_TEXT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-217] 1027877630
"Alias"="TA"
"Command"="TABLET"
"GCommand"="_TABLET"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-218] 1027877630
"Alias"="TI"
"Command"="TIME"
"GCommand"="_TIME"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-219] 1027877630
"Alias"="TO"
"Command"="TBCONFIG"
"GCommand"="_TBCONFIG"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-22] 1027877630
"Alias"="-ATE"
"Command"="ATTEDIT"
"GCommand"="_ATTEDIT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-220] 1027877630
"Alias"="TOL"
"Command"="TOLERANCE"
"GCommand"="_TOLERANCE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-221] 1027877630
"Alias"="TOR"
"Command"="TORUS"
"GCommand"="_TORUS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-222] 1027877630
"Alias"="TR"
"Command"="TRIM"
"GCommand"="_TRIM"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-223] 1027877630
"Alias"="TX"
"Command"="TEXT"
"GCommand"="_TEXT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-224] 1027877630
"Alias"="UC"
"Command"="EXPUCS"
"GCommand"="_EXPUCS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-225] 1027877630
"Alias"="UCP"
"Command"="SETUCS"
"GCommand"="_SETUCS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-226] 1027877630
"Alias"="UN"
"Command"="DDUNITS"
"GCommand"="_DDUNITS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-227] 1027877630
"Alias"="-UN"
"Command"="UNITS"
"GCommand"="_UNITS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-228] 1027877630
"Alias"="UNI"
"Command"="UNION"
"GCommand"="_UNION"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-229] 1027877630
"Alias"="V"
"Command"="EXPVIEWS"
"GCommand"="_EXPVIEWS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-23] 1027877630
"Alias"="ATE"
"Command"="DDATTE"
"GCommand"="_DDATTE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-230] 1027877630
"Alias"="-V"
"Command"="VIEW"
"GCommand"="_VIEW"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-231] 1027877630
"Alias"="VBAIDE"
"Command"="VBA"
"GCommand"="_VBA"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-232] 1027877630
"Alias"="VL"
"Command"="VPLAYER"
"GCommand"="_VPLAYER"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-233] 1027877630
"Alias"="-VP"
"Command"="VIEWPOINT"
"GCommand"="_VIEWPOINT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-234] 1027877630
"Alias"="VP"
"Command"="VIEWCTL"
"GCommand"="_VIEWCTL"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-235] 1027877630
"Alias"="VPOINT"
"Command"="VIEWPOINT"
"GCommand"="_VIEWPOINT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-236] 1027877630
"Alias"="VPORT"
"Command"="VPORTS"
"GCommand"="_VPORTS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-237] 1027877630
"Alias"="VS"
"Command"="VSNAPSHOT"
"GCommand"="_VSNAPSHOT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-238] 1027877630
"Alias"="VSLIDE"
"Command"="VSNAPSHOT"
"GCommand"="_VSNAPSHOT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-239] 1027877630
"Alias"="VW"
"Command"="VPORTS"
"GCommand"="_VPORTS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-24] 1027877630
"Alias"="AX"
"Command"="ATTEXT"
"GCommand"="_ATTEXT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-240] 1027877630
"Alias"="W"
"Command"="WBLOCK"
"GCommand"="_WBLOCK"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-241] 1027877630
"Alias"="WE"
"Command"="WEDGE"
"GCommand"="_WEDGE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-242] 1027877630
"Alias"="WI"
"Command"="WMFIN"
"GCommand"="_WMFIN"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-243] 1027877630
"Alias"="WO"
"Command"="WMFOUT"
"GCommand"="_WMFOUT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-244] 1027877630
"Alias"="X"
"Command"="EXPLODE"
"GCommand"="_EXPLODE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-245] 1027877630
"Alias"="XA"
"Command"="-XREF"
"GCommand"="_XREF"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-246] 1027877630
"Alias"="XATTACH"
"Command"="-XREF"
"GCommand"="_XREF"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-247] 1027877630
"Alias"="XB"
"Command"="EXPBLOCKS"
"GCommand"="_EXPBLOCKS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-248] 1027877630
"Alias"="-XB"
"Command"="XBIND"
"GCommand"="_XBIND"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-249] 1027877630
"Alias"="CLIP"
"Command"="XCLIP"
"GCommand"="_XCLIP"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-25] 1027877630
"Alias"="-B"
"Command"="BLOCK"
"GCommand"="_BLOCK"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-250] 1027877630
"Alias"="XL"
"Command"="INFLINE"
"GCommand"="_INFLINE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-251] 1027877630
"Alias"="XLINE"
"Command"="INFLINE"
"GCommand"="_INFLINE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-252] 1027877630
"Alias"="XR"
"Command"="EXPBLOCKS"
"GCommand"="_EXPBLOCKS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-253] 1027877630
"Alias"="-XR"
"Command"="-XREF"
"GCommand"="_XREF"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-254] 1027877630
"Alias"="Z"
"Command"="ZOOM"
"GCommand"="_ZOOM"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-26] 1027877630
"Alias"="B"
"Command"="EXPBLOCKS"
"GCommand"="_EXPBLOCKS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-27] 1027877630
"Alias"="BA"
"Command"="BASE"
"GCommand"="_BASE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-28] 1027877630
"Alias"="BACKGROUND"
"Command"="BACKGROUNDS"
"GCommand"="_BACKGROUNDS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-29] 1027877630
"Alias"="BAGEL"
"Command"="DONUT"
"GCommand"="_DONUT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-3] 1027877630
"Alias"="3DMESH"
"Command"="MESH"
"GCommand"="_MESH"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-30] 1027877630
"Alias"="BM"
"Command"="BLIPMODE"
"GCommand"="_BLIPMODE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-31] 1027877630
"Alias"="BMAKE"
"Command"="EXPBLOCKS"
"GCommand"="_EXPBLOCKS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-32] 1027877630
"Alias"="-BO"
"Command"="-BOUNDARY"
"GCommand"="_-BOUNDARY"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-33] 1027877630
"Alias"="BO"
"Command"="BOUNDARY"
"GCommand"="_BOUNDARY"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-34] 1027877630
"Alias"="BPOLY"
"Command"="BOUNDARY"
"GCommand"="_BPOLY"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-35] 1027877630
"Alias"="BR"
"Command"="BREAK"
"GCommand"="_BREAK"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-36] 1027877630
"Alias"="C"
"Command"="CIRCLE"
"GCommand"="_CIRCLE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-37] 1027877630
"Alias"="-CH"
"Command"="CHANGE"
"GCommand"="_CHANGE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-38] 1027877630
"Alias"="CH"
"Command"="DDCHPROP"
"GCommand"="_DDCHPROP"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-39] 1027877630
"Alias"="CHA"
"Command"="CHAMFER"
"GCommand"="_CHAMFER"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-4] 1027877630
"Alias"="3F"
"Command"="FACE"
"GCommand"="_FACE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-40] 1027877630
"Alias"="CL"
"Command"="COPYLINK"
"GCommand"="_COPYLINK"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-41] 1027877630
"Alias"="CLOSEALL"
"Command"="WCLOSEALL"
"GCommand"="_WCLOSEALL"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-42] 1027877630
"Alias"="CO"
"Command"="COPY"
"GCommand"="_COPY"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-43] 1027877630
"Alias"="COL"
"Command"="SETCOLOR"
"GCommand"="_SETCOLOR"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-44] 1027877630
"Alias"="CP"
"Command"="COPY"
"GCommand"="_COPY"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-45] 1027877630
"Alias"="D"
"Command"="SETDIM"
"GCommand"="_SETDIM"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-46] 1027877630
"Alias"="DAL"
"Command"="DIMALIGNED"
"GCommand"="_DIMALIGNED"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-47] 1027877630
"Alias"="DAN"
"Command"="DIMANGULAR"
"GCommand"="_DIMANGULAR"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-48] 1027877630
"Alias"="DBA"
"Command"="DIMBASELINE"
"GCommand"="_DIMBASELINE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-49] 1027877630
"Alias"="DCE"
"Command"="DIMCENTER"
"GCommand"="_DIMCENTER"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-5] 1027877630
"Alias"="3P"
"Command"="3DPOLY"
"GCommand"="_3DPOLY"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-50] 1027877630
"Alias"="DCO"
"Command"="DIMCONTINUE"
"GCommand"="_DIMCONTINUE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-51] 1027877630
"Alias"="DDCOLOR"
"Command"="SETCOLOR"
"GCommand"="_SETCOLOR"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-52] 1027877630
"Alias"="DDESNAP"
"Command"="SETESNAP"
"GCommand"="_SETESNAP"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-53] 1027877630
"Alias"="DDI"
"Command"="DIMDIAMETER"
"GCommand"="_DIMDIAMETER"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-54] 1027877630
"Alias"="DDIM"
"Command"="SETDIM"
"GCommand"="_SETDIM"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-55] 1027877630
"Alias"="DDLMODES"
"Command"="EXPLAYERS"
"GCommand"="_EXPLAYERS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-56] 1027877630
"Alias"="DDLTYPE"
"Command"="EXPLTYPES"
"GCommand"="_EXPLTYPES"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-57] 1027877630
"Alias"="DDMODIFY"
"Command"="ENTPROP"
"GCommand"="_ENTPROP"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-58] 1027877630
"Alias"="DDNEW"
"Command"="NEWWIZ"
"GCommand"="_NEWWIZ"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-59] 1027877630
"Alias"="DDOSNAP"
"Command"="SETESNAP"
"GCommand"="_SETESNAP"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-6] 1027877630
"Alias"="A"
"Command"="ARC"
"GCommand"="_ARC"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-60] 1027877630
"Alias"="DDSTYLE"
"Command"="EXPFONTS"
"GCommand"="_EXPFONTS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-61] 1027877630
"Alias"="DDUCS"
"Command"="EXPUCS"
"GCommand"="_EXPUCS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-62] 1027877630
"Alias"="DDUCSP"
"Command"="SETUCS"
"GCommand"="_SETUCS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-63] 1027877630
"Alias"="DDVIEW"
"Command"="EXPVIEWS"
"GCommand"="_EXPVIEWS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-64] 1027877630
"Alias"="DDVPOINT"
"Command"="VIEWCTL"
"GCommand"="_VIEWCTL"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-65] 1027877630
"Alias"="DED"
"Command"="DIMEDIT"
"GCommand"="_DIMEDIT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-66] 1027877630
"Alias"="DI"
"Command"="DIST"
"GCommand"="_DIST"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-67] 1027877630
"Alias"="DIM"
"Command"="DIMENSION"
"GCommand"="_DIMENSION"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-68] 1027877630
"Alias"="DIMALI"
"Command"="DIMALIGNED"
"GCommand"="_DIMALIGNED"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-69] 1027877630
"Alias"="DIMANG"
"Command"="DIMANGULAR"
"GCommand"="_DIMANGULAR"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-7] 1027877630
"Alias"="AA"
"Command"="AREA"
"GCommand"="_AREA"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-70] 1027877630
"Alias"="DIMBASE"
"Command"="DIMBASELINE"
"GCommand"="_DIMBASELINE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-71] 1027877630
"Alias"="DIMCONT"
"Command"="DIMCONTINUE"
"GCommand"="_DIMCONTINUE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-72] 1027877630
"Alias"="DIMDIA"
"Command"="DIMDIAMETER"
"GCommand"="_DIMDIAMETER"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-73] 1027877630
"Alias"="DIMED"
"Command"="DIMEDIT"
"GCommand"="_DIMEDIT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-74] 1027877630
"Alias"="DIMLIN"
"Command"="DIMLINEAR"
"GCommand"="_DIMLINEAR"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-75] 1027877630
"Alias"="DIMORD"
"Command"="DIMORDINATE"
"GCommand"="_DIMORDINATE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-76] 1027877630
"Alias"="DIMOVER"
"Command"="DIMOVERRIDE"
"GCommand"="_DIMOVERRIDE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-77] 1027877630
"Alias"="DIMRAD"
"Command"="DIMRADIUS"
"GCommand"="_DIMRADIUS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-78] 1027877630
"Alias"="DIMSTY"
"Command"="DIMSTYLE"
"GCommand"="_DIMSTYLE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-79] 1027877630
"Alias"="DIMTED"
"Command"="DIMTEDIT"
"GCommand"="_DIMTEDIT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-8] 1027877630
"Alias"="AD"
"Command"="ATTDISP"
"GCommand"="_ATTDISP"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-80] 1027877630
"Alias"="DIV"
"Command"="DIVIDE"
"GCommand"="_DIVIDE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-81] 1027877630
"Alias"="DLI"
"Command"="DIMLINEAR"
"GCommand"="_DIMLINEAR"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-82] 1027877630
"Alias"="DL"
"Command"="MLINE"
"GCommand"="_MLINE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-83] 1027877630
"Alias"="DLINE"
"Command"="MLINE"
"GCommand"="_MLINE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-84] 1027877630
"Alias"="DO"
"Command"="DONUT"
"GCommand"="_DONUT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-85] 1027877630
"Alias"="DOR"
"Command"="DIMORDINATE"
"GCommand"="_DIMORDINATE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-86] 1027877630
"Alias"="DOV"
"Command"="DIMOVERRIDE"
"GCommand"="_DIMOVERRIDE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-87] 1027877630
"Alias"="DRA"
"Command"="DIMRADIUS"
"GCommand"="_DIMRADIUS"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-88] 1027877630
"Alias"="DS"
"Command"="EXPDIMSTYLES"
"GCommand"="_EXPDIMSTYLES"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-89] 1027877630
"Alias"="DST"
"Command"="DIMSTYLE"
"GCommand"="_DIMSTYLE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-9] 1027877630
"Alias"="AI_CONE"
"Command"="CONE"
"GCommand"="_CONE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-90] 1027877630
"Alias"="DT"
"Command"="DTEXT"
"GCommand"="_DTEXT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-91] 1027877630
"Alias"="DV"
"Command"="DVIEW"
"GCommand"="_DVIEW"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-92] 1027877630
"Alias"="DN"
"Command"="DXFIN"
"GCommand"="_DXFIN"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-93] 1027877630
"Alias"="DX"
"Command"="DXFOUT"
"GCommand"="_DXFOUT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-94] 1027877630
"Alias"="E"
"Command"="ERASE"
"GCommand"="_ERASE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-95] 1027877630
"Alias"="ED"
"Command"="DDEDIT"
"GCommand"="_DDEDIT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-96] 1027877630
"Alias"="EL"
"Command"="ELLIPSE"
"GCommand"="_ELLIPSE"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-97] 1027877630
"Alias"="EX"
"Command"="EXTEND"
"GCommand"="_EXTEND"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-98] 1027877630
"Alias"="EXP"
"Command"="EXPORT"
"GCommand"="_EXPORT"
[Software\\CADopia\\IntelliCAD\\Aliases\\Alias-99] 1027877630
"Alias"="EXT"
"Command"="EXTRUDE"
"GCommand"="_EXTRUDE"
[Software\\CADopia\\IntelliCAD\\Config] 1029462017
"APBOX"=dword:00000000
"APERTURE"=dword:0000000a
"ATTREQ"=dword:00000001
"AUDITCTL"=dword:00000000
"AUTOMENULOAD"=dword:00000001
"AUTOSNAP"=dword:0000003f
"BASEFILE"="icad.dwg"
"BKGCOLOR"=dword:00000100
"BKGREDRAW"=dword:00000000
"BLIPMODE"=dword:00000000
"Blocks"="O\xa0\n@\2"
"CMDDIA"=dword:00000001
"CMDLNTEXT"=":"
"COLORX"=dword:00000001
"COLORY"=dword:00000003
"COLORZ"=dword:00000005
"COORDS"=dword:00000001
"DCTCUST"=""
"DCTMAIN"=""
"DIMSS"=dword:00000000
"DIMSSPOS"=dword:00000002
"DRAGMODE"=dword:00000002
"DRAGOPEN"=dword:00000001
"DRAGP1"=dword:0000000a
"DRAGP2"=dword:00000019
"Drawing"="O\xa0\n@\2"
"EDGEMODE"=dword:00000000
"EXPLEVEL"=dword:00000003
"EXPLSTBLK"=""
"EXPLSTDS"=""
"EXPLSTLAY"=""
"EXPLSTLT"=""
"EXPLSTTS"=""
"EXPLSTUCS"=""
"EXPLSTVW"=""
"FFLIMIT"=dword:00000000
"FILEDIA"=dword:00000001
"Font"="C:\\icad2k1\\Fonts"
"FONTALT"="txt"
"FONTMAP"="icad.fmp"
"GRIPBLOCK"=dword:00000000
"GRIPCOLOR"=dword:00000003
"GRIPHOT"=dword:00000001
"GRIPS"=dword:00000001
"GRIPSIZE"=dword:00000003
"HatchPat"="C:\\icad2k1\\Patterns;C:\\icad2k1\\Patterns\\ISO"
"Help"="C:\\icad2k1\\Help"
"ISAVEPERCENT"=dword:00000032
"LOGINNAME"="IntelliCAD User"
"LONGFNAME"=dword:00000001
"LWPOLYOUT"=dword:00000001
"MAKEBAK"=dword:00000001
"MAXSORT"=dword:000000c8
"MBUTTONPAN"=dword:00000001
"Menu"="C:\\icad2k1"
"MENUCTL"=dword:00000001
"MenuVersion"="3.3"
"MTEXTED"=""
"NFILELIST"=dword:00000004
"OSMODE"=dword:000000a7
"PICKADD"=dword:00000001
"PICKAUTO"=dword:00000001
"PICKBOX"=dword:00000003
"PICKDRAG"=dword:00000000
"PICKFIRST"=dword:00000001
"PLINETYPE"=dword:00000002
"PLOTID"=""
"PLOTROTMODE"=dword:00000001
"PLOTTER"=dword:00000000
"PROJMODE"=dword:00000001
"PROMPTMENU"=dword:00000001
"PSPROLOG"=""
"PSQUALITY"=dword:0000004b
"QAFLAGS"=dword:00000000
"RASTERPREVIEW"=dword:00000000
"SAVEFILE"=".SV$"
"SAVETIME"=dword:0000003c
"SCREENBOXES"=dword:0000001a
"SCREENMODE"=dword:00000001
"SCREENPOS"=hex:00,00,00,00,00,00,84,40,00,00,00,00,00,00,7e,40
"SCREENSIZE"=hex:00,00,00,00,00,98,8c,40,00,00,00,00,00,88,80,40
"SCRLHIST"=dword:00000100
"SNAPALLVIEWS"=dword:00000001
"SNAPCOLOR"=dword:00000002
"SNAPSIZE"=dword:00000006
"SNAPTHICKNESS"=dword:00000002
"SORTENTS"=dword:00000060
"SRCHPATH"=""
"TBCOLOR"=dword:00000001
"TBSIZE"=dword:00000000
"TEMPPREFIX"=""
"TEXTFILL"=dword:00000001
"TIPOFDAY"=dword:00000001
"TOOLTIPS"=dword:00000001
"TREEMAX"=dword:00989680
"TRIMMODE"=dword:00000001
"UCSICONPOS"=dword:00000000
"WNDBTEXP"=dword:00000000
"WNDLCMD"=dword:00000003
"WNDLMAIN"=dword:00000000
"WNDLMDI"=dword:00000002
"WNDLSCRL"=dword:00000000
"WNDLSTAT"=dword:00000001
"WNDLTEXP"=dword:00000001
"WNDLTEXT"=dword:00000000
"WNDPCMD"=hex:00,00,00,00,00,00,08,c0,00,00,00,00,00,00,43,40
"WNDPFORM"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"WNDPMAIN"=hex:00,00,00,00,00,00,10,c0,00,00,00,00,00,00,2c,40
"WNDPPMENU"=hex:00,00,00,00,00,38,87,40,00,00,00,00,00,60,62,40
"WNDPTEXP"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"WNDPTEXT"=hex:00,00,00,00,00,c0,58,40,00,00,00,00,00,c0,58,40
"WNDSCMD"=hex:00,00,00,00,00,00,84,40,00,00,00,00,00,00,4f,40
"WNDSFORM"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"WNDSMAIN"=hex:00,00,00,00,00,d8,8d,40,00,00,00,00,00,68,87,40
"WNDSTEXP"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"WNDSTEXT"=hex:00,00,00,00,00,40,7f,40,00,00,00,00,00,00,79,40
"XLOADCTL"=dword:00000001
"XLOADPATH"=""
"Xref"="O\xa0\n@\2"
"XREFCTL"=dword:00000000
"ZOOMFACTOR"=dword:0000000a
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar0] 1029462016
"BarID"=dword:0000e801
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar1] 1029462016
"BarID"=dword:00000066
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:0000001c
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:fffffffe
"MRUDockRightPos"=dword:00000167
"MRUDockTopPos"=dword:fffffffe
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:fffffffe
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar10] 1029462016
"BarID"=dword:0000006f
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:0000001c
"MRUDockID"=dword:0000e81b
"MRUDockLeftPos"=dword:000001a9
"MRUDockRightPos"=dword:00000357
"MRUDockTopPos"=dword:fffffffe
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"XPos"=dword:000001a9
"YPos"=dword:fffffffe
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar11] 1029462016
"BarID"=dword:00000070
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:40a40004
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:00000000
"MRUDockRightPos"=dword:0000466d
"MRUDockTopPos"=dword:00000000
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"Visible"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:fffffffe
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar12] 1029462016
"BarID"=dword:00000072
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:0000001c
"MRUDockID"=dword:0000e81b
"MRUDockLeftPos"=dword:00000167
"MRUDockRightPos"=dword:000001a6
"MRUDockTopPos"=dword:fffffffe
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000010
"XPos"=dword:00000167
"YPos"=dword:fffffffe
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar13] 1029462017
"Bar#0"=dword:00000000
"Bar#1"=dword:00000066
"Bar#10"=dword:00000000
"Bar#11"=dword:0000006b
"Bar#12"=dword:00000000
"Bar#13"=dword:0000006d
"Bar#14"=dword:00000000
"Bar#15"=dword:0000006e
"Bar#16"=dword:00000000
"Bar#17"=dword:00000070
"Bar#18"=dword:00000000
"Bar#2"=dword:00000072
"Bar#3"=dword:0000006f
"Bar#4"=dword:00000000
"Bar#5"=dword:00000067
"Bar#6"=dword:0000006a
"Bar#7"=dword:00000000
"Bar#8"=dword:0000006c
"Bar#9"=dword:00000069
"BarID"=dword:0000e81b
"Bars"=dword:00000013
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar14] 1029462017
"Bar#0"=dword:00000000
"Bar#1"=dword:0000044e
"Bar#2"=dword:00000000
"BarID"=dword:0000e81e
"Bars"=dword:00000003
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar15] 1029462017
"Bar#0"=dword:00000000
"Bar#1"=dword:00000068
"Bar#2"=dword:00000000
"BarID"=dword:0000e81d
"Bars"=dword:00000003
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar16] 1029462017
"BarID"=dword:0000044e
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:0000003c
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:fffffffe
"MRUDockRightPos"=dword:000003b5
"MRUDockTopPos"=dword:fffffffe
"MRUFloatStyle"=dword:00000004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:fffffffe
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar2] 1029462016
"BarID"=dword:00000067
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:0000003a
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:fffffffe
"MRUDockRightPos"=dword:000001cc
"MRUDockTopPos"=dword:0000001c
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:0000001c
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar3] 1029462016
"BarID"=dword:00000068
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:00000275
"MRUDockID"=dword:0000e81d
"MRUDockLeftPos"=dword:fffffffe
"MRUDockRightPos"=dword:0000001d
"MRUDockTopPos"=dword:fffffffe
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:fffffffe
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar4] 1029462016
"BarID"=dword:00000069
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:00000058
"MRUDockID"=dword:0000e81b
"MRUDockLeftPos"=dword:0000013c
"MRUDockRightPos"=dword:0000032a
"MRUDockTopPos"=dword:0000003a
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"XPos"=dword:0000013c
"YPos"=dword:0000003a
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar5] 1029462016
"BarID"=dword:0000006a
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:0000003a
"MRUDockID"=dword:0000e81b
"MRUDockLeftPos"=dword:000001cd
"MRUDockRightPos"=dword:0000031f
"MRUDockTopPos"=dword:0000001c
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:000002e0
"XPos"=dword:000001cd
"YPos"=dword:0000001c
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar6] 1029462016
"BarID"=dword:0000006b
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:00000000
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:00000000
"MRUDockRightPos"=dword:00000000
"MRUDockTopPos"=dword:00000000
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"Visible"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:fffffffe
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar7] 1029462016
"BarID"=dword:0000006c
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:00000058
"MRUDockID"=dword:0000e81b
"MRUDockLeftPos"=dword:fffffffe
"MRUDockRightPos"=dword:00000135
"MRUDockTopPos"=dword:0000003a
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000004
"XPos"=dword:fffffffe
"YPos"=dword:0000003a
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar8] 1029462016
"BarID"=dword:0000006d
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:00000000
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:00000000
"MRUDockRightPos"=dword:00000000
"MRUDockTopPos"=dword:00000000
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"Visible"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:fffffffe
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Bar9] 1029462016
"BarID"=dword:0000006e
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:00000004
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:00000000
"MRUDockRightPos"=dword:000046d5
"MRUDockTopPos"=dword:00000000
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"Visible"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:fffffffe
[Software\\CADopia\\IntelliCAD\\ControlBars\\ControlBar-Summary] 1029462017
"Bars"=dword:00000011
"ScreenCX"=dword:00000400
"ScreenCY"=dword:00000300
[Software\\CADopia\\IntelliCAD\\Menu] 1027877630
"nMenuItems"=dword:0000011b
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-0] 1027877630
"Name"="&File"
"TearOffName"="POP1"
"Visibility"=dword:0000000c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-1] 1027877630
"Command"="^C^C^C_NEWWIZ"
"HelpString"="Creates a new drawing"
"Name"="&New...\tCtrl+N"
"SubLevel"=hex:01,00
"Visibility"=dword:000000bf
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-10] 1027877630
"Command"="^C^C^C_PRINT"
"HelpString"="Print the current drawing"
"Name"="&Print...\tCtrl+P"
"SubLevel"=hex:01,00
"Visibility"=dword:000000af
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-100] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Name"="&3D Entities"
"SubLevel"=hex:01,00
"TearOffName"="POP12"
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-101] 1027877630
"Command"="^C^C^C_3DPOLY"
"HelpString"="Draws a 3 dimensional polyline"
"Name"="&3D Polyline"
"SubLevel"=hex:02,00
"Visibility"=dword:00000028
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-102] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_WEDGE"
"HelpString"="Draws a wedge"
"Name"="&Wedge"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-103] 1027877630
"Command"="^C^C^C_PYRAMID"
"HelpString"="Draws a pyramid, or tetrahedron"
"Name"="&Pyramid"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-104] 1027877630
"Command"="^C^C^C_BOX"
"HelpString"="Draws a box"
"Name"="&Box"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-105] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_CONE"
"HelpString"="Draws a cone"
"Name"="&Cone"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-106] 1027877630
"Command"="^C^C^C_CYLINDER"
"HelpString"="Draws a cylinder"
"Name"="C&ylinder"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-107] 1027877630
"Command"="^C^C^C_SPHERE"
"HelpString"="Draws a sphere"
"Name"="&Sphere"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-108] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DISH"
"HelpString"="Draws the lower half of a sphere"
"Name"="&Dish"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-109] 1027877630
"Command"="^C^C^C_DOME"
"HelpString"="Draws the upper half of a sphere"
"Name"="Do&me"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-11] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_MAIL"
"HelpString"="Sends the current drawing to a mail recipient"
"Name"="Sen&d Mail..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-110] 1027877630
"Command"="^C^C^C_TORUS"
"HelpString"="Draws a torus"
"Name"="&Torus"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-111] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_3D;_MESH"
"HelpString"="Draws a mesh of evenly spaced lines between 4 corner points in 3
dimensions"
"Name"="Mes&h"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-112] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_PFACE"
"HelpString"="Creates a 3D polyface mesh with any number of vertices and faces"
"Name"="Po&lyface Mesh"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-113] 1027877630
"Command"="^C^C^C_FACE"
"HelpString"="Creates one or more 3D faces having 3 or 4 sides each"
"Name"="&Face"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-114] 1027877630
"Command"="^C^C^C_MESH"
"HelpString"="Creates a 3D polygon mesh given an array of vertices"
"Name"="Polygon Mes&h"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-115] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_REVSURF"
"HelpString"="Creates a 3D surface by revolving a linear entity around a line"
"Name"="Re&volved Surface"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-116] 1027877630
"Command"="^C^C^C_RULESURF"
"HelpString"="Creates a 3D surface by connecting 2 separate linear entities"
"Name"="R&uled Surface"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-117] 1027877630
"Command"="^C^C^C_TABSURF"
"HelpString"="Creates a 3D surface by projecting an entity along a path"
"Name"="E&xtruded Surface"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-118] 1027877630
"Command"="^C^C^C_EDGESURF"
"HelpString"="Creates a 3D Coons surface patch between 4 lines forming a closed
shape"
"Name"="C&oons Surface"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-119] 1027877630
"Name"="&Dimensions"
"SubLevel"=hex:01,00
"TearOffName"="POP13"
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-12] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_EXIT"
"HelpString"="Exits IntelliCAD"
"Name"="E&xit"
"SubLevel"=hex:01,00
"Visibility"=dword:000000bf
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-120] 1027877630
"Command"="^C^C^C_DIMLINEAR"
"HelpString"="Draws a horizontal or vertical dimension"
"Name"="&Linear"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-121] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DIMALIGNED"
"HelpString"="Draws the dimension parallel to the selected entity"
"Name"="&Aligned"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-122] 1027877630
"Command"="^C^C^C_DIMANGULAR"
"HelpString"="Dimensions angular lines"
"Name"="An&gular"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-123] 1027877630
"Command"="^C^C^C_DIMLEADER"
"HelpString"="Draws leader lines"
"Name"="L&eader"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-124] 1027877630
"Command"="^C^C^C_DIMLINEAR;\\\\_ROTATED"
"HelpString"="Draws a dimension at a specified angle"
"Name"="&Rotated"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-125] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DIMCENTER"
"HelpString"="Places center lines in circle or arc"
"Name"="&Center Lines"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-126] 1027877630
"Command"="^C^C^C_DIMDIAMETER"
"HelpString"="Dimensions circle or arc by diameter"
"Name"="&Diameter"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-127] 1027877630
"Command"="^C^C^C_DIMRADIUS"
"HelpString"="Dimensions circle or arc by radius"
"Name"="Rad&ius"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-128] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DIMBASELINE"
"HelpString"="Draws multiple dimensions from a single extension line"
"Name"="&Baseline"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-129] 1027877630
"Command"="^C^C^C_DIMCONTINUE"
"HelpString"="Draws dimensions one after another along a line or arc"
"Name"="Contin&ue"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-13] 1027877630
"Name"="&Edit"
"TearOffName"="POP2"
"Visibility"=dword:0000000c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-130] 1027877630
"Command"="^C^C^C_DIMORDINATE"
"HelpString"="Draws ordinate dimensions off the entity"
"Name"="&Ordinate"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-131] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_TOLERANCE"
"HelpString"="Inserts tolerance symbols and values"
"Name"="&Tolerance"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-132] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DIMEDIT;_OBLIQUE"
"HelpString"="Changes an existing dimension to an oblique dimension"
"Name"="Make Obli&que"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-133] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DIMEDIT;_NEW"
"HelpString"="Replaces existing dimension text with new text"
"Name"="Edit Di&mension Text"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-134] 1027877630
"Command"="^C^C^C_DIMEDIT;_ROTATE"
"HelpString"="Rotates selected dimension text to a specified angle"
"Name"="Rotate Dime&nsion Text"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-135] 1027877630
"Command"="^C^C^C_DIMTEDIT"
"HelpString"="Moves or rotates the selected dimension text"
"Name"="Re&position Dimension Text"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-136] 1027877630
"Command"="^C^C^C_DIMEDIT;_HOME"
"HelpString"="Restores selected dimension text to its default position"
"Name"="Restore Te&xt Position"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-137] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DIMSTYLE;_SAVE"
"HelpString"="Saves the current dimensioning style"
"Name"="&Save Style"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-138] 1027877630
"Command"="^C^C^C_DIMSTYLE;_RESTORE"
"HelpString"="Restores the dimensioning style"
"Name"="Restore St&yle"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-139] 1027877630
"Command"="^C^C^C_DIMSTYLE;_STATUS"
"HelpString"="Shows the current values for dimensioning variables"
"Name"="Dimension &Variable Status"
"SubLevel"=hex:02,00
"Visibility"=dword:00000028
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-14] 1027877630
"Command"="^C^C^C_U"
"GrayVar"="UNDOCTL&1"
"HelpString"="Undoes previous actions"
"Name"="&Undo\tCtrl+Z"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-140] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_INSERTOBJ"
"HelpString"="Opens the OLE Insert Object dialog box"
"Name"="Ob&ject..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-141] 1027877630
"Name"="&Modify"
"TearOffName"="POP17"
"Visibility"=dword:0000000c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-142] 1027877630
"Command"="^C^C^C_PRINT"
"EntityVisibility"=dword:1fffffff
"HelpString"="Prints the selection"
"Name"="Print"
"SubLevel"=hex:01,00
"Visibility"=dword:00000107
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-143] 1027877630
"Command"="^C^C^C_DELETE"
"EntityVisibility"=dword:1fffffff
"HelpString"="Deletes the selection"
"Name"="Delete"
"SubLevel"=hex:01,00
"Visibility"=dword:00000107
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-144] 1027877630
"Command"="^C^C^C_MOVE"
"EntityVisibility"=dword:1fffffff
"HelpString"="Moves the selection"
"Name"="&Move"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-145] 1027877630
"Command"="^C^C^C_COPY"
"EntityVisibility"=dword:1fffffff
"HelpString"="Draws one, or several, duplicates of the selection"
"Name"="&Copy"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-146] 1027877630
"Command"="^C^C^C_PARALLEL"
"EntityVisibility"=dword:8140107e
"HelpString"="Copies the selection through a point, or by a given distance"
"Name"="&Parallel"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-147] 1027877630
"Command"="^C^C^C_SCALE"
"EntityVisibility"=dword:17fffffe
"HelpString"="Changes the size of the selection, without changing the aspect
ratio"
"Name"="&Scale"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-148] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_ROTATE"
"EntityVisibility"=dword:17ffffff
"HelpString"="Rotates the selection about a point"
"Name"="&Rotate"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-149] 1027877630
"Command"="^C^C^C_ROTATE3D"
"HelpString"="Rotates the selection about a line"
"Name"="3D Rotate"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-15] 1027877630
"Command"="^C^C^C_REDO"
"GrayVar"="UNDOCTL&1"
"HelpString"="Redoes actions that had been undone"
"Name"="&Redo\tCtrl+Y"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-150] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_MIRROR"
"EntityVisibility"=dword:03ffffff
"HelpString"="Mirrors the selection about a line"
"Name"="M&irror"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-151] 1027877630
"Command"="^C^C^C_MIRROR3D"
"HelpString"="Mirrors the selection through a plane"
"Name"="&3D Mirror"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-152] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_ARRAY"
"EntityVisibility"=dword:0bffffff
"HelpString"="Creates a polar or rectangular array of entities"
"Name"="Arra&y"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-153] 1027877630
"Command"="^C^C^C_3DARRAY"
"HelpString"="Creates polar or rectangular arrays of entities in 3 dimensions"
"Name"="3D Array"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-154] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_BREAK"
"EntityVisibility"=dword:8140f07e
"HelpString"="Breaks a linear entity at the specified point"
"Name"="&Break"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-155] 1027877630
"Command"="^C^C^C_JOIN"
"EntityVisibility"=dword:8140f07e
"HelpString"="Joins selected co-linear entities into a single entity"
"Name"="&Join"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-156] 1027877630
"Command"="^C^C^C_TRIM"
"EntityVisibility"=dword:0140f07e
"HelpString"="Cuts parts off the selection, using other entities as a die"
"Name"="&Trim"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-157] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_FLATTEN"
"EntityVisibility"=dword:0140f07e
"HelpString"="Sets elevation of selection, and changes thickness to zero"
"Name"="Flatten"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-158] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_ALIGN"
"EntityVisibility"=dword:0140f07e
"HelpString"="Aligns entities with other entities"
"Name"="Alig&n"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-159] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_EXTEND"
"EntityVisibility"=dword:0140f07e
"HelpString"="Extends the selection to intersect with a specified entity"
"Name"="Exten&d"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-16] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_SELGRIPS;_ALL;;"
"HelpString"="Selects all entities in the drawing"
"Name"="Select &All\tCtrl+A"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-160] 1027877630
"Command"="^C^C^C_EDITLEN"
"EntityVisibility"=dword:0100f072
"HelpString"="Edits the length of the selection"
"Name"="Edit &Length"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-161] 1027877630
"Command"="^C^C^C_STRETCH"
"EntityVisibility"=dword:0140f07e
"HelpString"="Stretches (or displaces) the selection without disrupting
connections"
"Name"="Stretc&h"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-162] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_MEASURE"
"EntityVisibility"=dword:0140f072
"HelpString"="Marks off segments at a specified distance"
"Name"="Meas&ure"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-163] 1027877630
"Command"="^C^C^C_DIVIDE"
"EntityVisibility"=dword:0140f072
"HelpString"="Marks off a specified number of segments of equal length"
"Name"="Di&vide"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-164] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_CHAMFER"
"EntityVisibility"=dword:8140f07e
"HelpString"="Breaks a corner and connects the sides with an angled line"
"Name"="Ch&amfer"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-165] 1027877630
"Command"="^C^C^C_FILLET"
"EntityVisibility"=dword:8140f07e
"HelpString"="Breaks a corner and connects the sides with a smooth arc"
"Name"="&Fillet"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-166] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_EDITPLINE"
"EntityVisibility"=dword:0000f000
"HelpString"="Edits the properties of polylines"
"Name"="&Edit Polyline"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-167] 1027877630
"Command"="^C^C^C_DDEDIT"
"EntityVisibility"=dword:00010000
"HelpString"="Edits the content of text entities"
"Name"="Edit Text..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-168] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_EXPLODE"
"EntityVisibility"=dword:039af7c0
"HelpString"="Separates complex entities to the next simpler level of
components"
"Name"="E&xplode"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-169] 1027877630
"Command"="^C^C^C_XCLIP"
"EntityVisibility"=dword:00020000
"HelpString"="Defines an insert clipping boundary and sets the front and/or
back clipping planes"
"Name"="Xref Clip"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-17] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_CUTCLIP"
"HelpString"="Cuts the selection and puts it on the clipboard"
"Name"="Cu&t\tCtrl+X"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-170] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_CHANGE"
"EntityVisibility"=dword:03ffffff
"HelpString"="Changes the properties of the selected entities"
"Name"="Chan&ge"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-171] 1027877630
"Command"="^C^C^C_ENTPROP"
"EntityVisibility"=dword:1fffffff
"HelpString"="Displays and edits the properties of selected entities"
"Name"="Pr&operties..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-172] 1027877630
"Command"="^C^C^C_URL"
"EntityVisibility"=dword:1fffffff
"HelpString"="Opens link associated with selected entity"
"Name"="&Open link"
"SubLevel"=hex:01,00
"Visibility"=dword:0000016f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-173] 1027877630
"Name"="&Settings"
"TearOffName"="POP5"
"Visibility"=dword:0000000c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-174] 1027877630
"ChekVar"="GRIDMODE"
"Command"="'_GRID;_T"
"HelpString"="Makes the Reference Grid visible"
"Name"="Reference &Grid\tF7"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-175] 1027877630
"ChekVar"="SNAPMODE"
"Command"="'_SNAP;_T"
"HelpString"="Aligns new entities according to Snap spacing"
"Name"="&Snap\tF9"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-176] 1027877630
"Name"="&Entity Snap"
"SubLevel"=hex:01,00
"TearOffName"="POP0"
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-177] 1027877630
"Command"="'_SETESNAP"
"HelpString"="Sets modes for snapping to entities"
"Name"="Entit&y Snap Settings..."
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-178] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"ChekVar"="OSMODE&512"
"Command"="'_NEAREST"
"HelpString"="Sets snap to the nearest point on an entity"
"Name"="&Nearest Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-179] 1027877630
"ChekVar"="OSMODE&1"
"Command"="'_ENDPOINT"
"HelpString"="Sets snap to the end of a linear entity"
"Name"="&Endpoint Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-18] 1027877630
"Command"="^C^C^C_COPYCLIP"
"HelpString"="Copies the selection to the Clipboard"
"Name"="&Copy\tCtrl+C"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-180] 1027877630
"ChekVar"="OSMODE&2"
"Command"="'_MIDPOINT"
"HelpString"="Sets snap to the midpoint of a linear entity"
"Name"="&Midpoint Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-181] 1027877630
"ChekVar"="OSMODE&4"
"Command"="'_CENTER"
"HelpString"="Sets snap to the center point"
"Name"="&Center Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-182] 1027877630
"ChekVar"="OSMODE&128"
"Command"="'_PERPENDICULAR"
"HelpString"="Sets snap perpendicular to selected entity"
"Name"="&Perpendicular Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-183] 1027877630
"ChekVar"="OSMODE&256"
"Command"="'_TANGENT"
"HelpString"="Sets snap tangent to selected entity"
"Name"="&Tangent Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-184] 1027877630
"ChekVar"="OSMODE&16"
"Command"="'_QUADRANT"
"HelpString"="Sets snap to the nearest quadrant of a circle"
"Name"="&Quadrant Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-185] 1027877630
"ChekVar"="OSMODE&64"
"Command"="'_INSERTION"
"HelpString"="Sets snap to the insertion point of a block"
"Name"="In&sertion Point Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-186] 1027877630
"ChekVar"="OSMODE&8"
"Command"="'_NODE"
"HelpString"="Sets snap to the nearest Point entity"
"Name"="P&oint Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-187] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"ChekVar"="OSMODE&32"
"Command"="'_INTERSECTION"
"HelpString"="Sets snap to the point in space where entities actually intersect"
"Name"="&Intersection Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-188] 1027877630
"ChekVar"="OSMODE&4096"
"Command"="'_PLANVIEWINT"
"HelpString"="Sets snap to where entities would intersect, if they were at
current elevation"
"Name"="Plan &View Intersection Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-189] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"ChekVar"="!OSMODE"
"Command"="'_NONE"
"HelpString"="Turns all entity snaps off"
"Name"="A&ll Entity Snaps Off"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-19] 1027877630
"Command"="^C^C^C_PASTECLIP"
"HelpString"="Pastes the contents of the Clipboard into the drawing"
"Name"="&Paste\tCtrl+V"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-190] 1027877630
"Command"="'_SETESNAP"
"HelpString"="Sets modes for snapping to entities"
"Name"="Entit&y Snap Settings..."
"SubLevel"=hex:02,00
"Visibility"=dword:0000046e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-191] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="_NEA"
"HelpString"="Sets snap to the nearest point on an entity"
"Name"="&Nearest Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000046e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-192] 1027877630
"Command"="_END"
"HelpString"="Sets snap to the end of a linear entity"
"Name"="&Endpoint Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000046e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-193] 1027877630
"Command"="_MID"
"HelpString"="Sets snap to the midpoint of a linear entity"
"Name"="&Midpoint Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000046e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-194] 1027877630
"Command"="_CEN"
"HelpString"="Sets snap to the center point"
"Name"="&Center Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000046e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-195] 1027877630
"Command"="_PER"
"HelpString"="Sets snap perpendicular to selected entity"
"Name"="&Perpendicular Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000046e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-196] 1027877630
"Command"="_TAN"
"HelpString"="Sets snap tangent to selected entity"
"Name"="&Tangent Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000046e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-197] 1027877630
"Command"="_QUA"
"HelpString"="Sets snap to the nearest quadrant of a circle"
"Name"="&Quadrant Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000046e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-198] 1027877630
"Command"="_INS"
"HelpString"="Sets snap to the insertion point of a block"
"Name"="In&sertion Point Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000046e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-199] 1027877630
"Command"="_POI"
"HelpString"="Sets snap to the nearest Point entity"
"Name"="P&oint Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000046e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-2] 1027877630
"Command"="^C^C^C_OPEN"
"HelpString"="Opens an existing drawing"
"Name"="&Open...\tCtrl+O"
"SubLevel"=hex:01,00
"Visibility"=dword:000000bf
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-20] 1027877630
"Command"="^C^C^C_PASTESPEC"
"HelpString"="Pastes the contents of the Clipboard in the specified format"
"Name"="Paste &Special..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-200] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="_INT"
"HelpString"="Sets snap to the point in space where entities actually intersect"
"Name"="&Intersection Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000046e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-201] 1027877630
"Command"="_PLA"
"HelpString"="Sets snap to where entities would intersect, if they were at
current elevation"
"Name"="Plan &View Intersection Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000046e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-202] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="_NONE"
"HelpString"="Turns all entity snaps off"
"Name"="A&ll Entity Snaps Off"
"SubLevel"=hex:02,00
"Visibility"=dword:0000046e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-203] 1027877630
"Command"="'_APERTURE"
"HelpString"="Sets selection area for snapping to entities"
"Name"="Entity Snap &Precision"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-204] 1027877630
"ChekVar"="ORTHOMODE"
"Command"="'_ORTHOGONAL;_T"
"HelpString"="Constrains lines to horizontal or vertical"
"Name"="Draw Ort&hogonal\tF8"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-205] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Name"="&Colors"
"SubLevel"=hex:01,00
"TearOffName"="POP16"
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-206] 1027877630
"Command"="'_SETCOLOR"
"HelpString"="Gives a wide range of colors from which to choose"
"Name"="&Select Color..."
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-207] 1027877630
"Command"="'_Color;_White"
"HelpString"="Sets the current color to white"
"Name"="&White"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-208] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_Color;_Blue"
"HelpString"="Sets the current color to blue"
"Name"="&Blue"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-209] 1027877630
"Command"="'_Color;_Cyan"
"HelpString"="Sets the current color to cyan"
"Name"="&Cyan"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-21] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DELETE"
"HelpString"="Deletes the selection"
"Name"="&Delete\tDel"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-210] 1027877630
"Command"="'_Color;_Green"
"HelpString"="Sets the current color to green"
"Name"="&Green"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-211] 1027877630
"Command"="'_Color;_Yellow"
"HelpString"="Sets the current color to yellow"
"Name"="&Yellow"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-212] 1027877630
"Command"="'_Color;_Red"
"HelpString"="Sets the current color to red"
"Name"="&Red"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-213] 1027877630
"Command"="'_Color;_Magenta"
"HelpString"="Sets the current color to magenta"
"Name"="&Magenta"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-214] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_Color;_BYLAYER"
"HelpString"="Adopts the color of the layer on which it is used"
"Name"="BY&LAYER"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-215] 1027877630
"Command"="'_Color;_BYBLOCK"
"HelpString"="Adopts the color of the block in which it is used"
"Name"="BYBLOC&K"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-216] 1027877630
"ChekVar"="FILLMODE"
"Command"="^C^C^C_FILL;_T"
"HelpString"="When on, planar entities are drawn filled with color"
"Name"="&Fill"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-217] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"ChekVar"="LIMCHECK"
"Command"="^C^C^C_LIMITS;_T"
"HelpString"="Sets the drawing limits, and turns them on or off"
"Name"="D&rawing Limits"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-218] 1027877630
"Command"="^C^C^C_BASE"
"HelpString"="Sets the base point for inserting this drawing"
"Name"="&Base Point"
"SubLevel"=hex:01,00
"Visibility"=dword:00000068
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-219] 1027877630
"Command"="^C^C^C_ELEVATION"
"HelpString"="Sets default elevation for new entities"
"Name"="Ele&vation"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-22] 1027877630
"Command"="^C^C^C_DELETE;_ALL;;"
"HelpString"="Deletes all entities in the drawing"
"Name"="C&lear Drawing"
"SubLevel"=hex:01,00
"Visibility"=dword:00000028
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-220] 1027877630
"Command"="^C^C^C_THICKNESS"
"HelpString"="Sets thickness for new entities"
"Name"="Thic&kness"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-221] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_SETUCS"
"HelpString"="Selects a User Coordinate System in which to display drawingx"
"Name"="&User Coordinate Systems..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-222] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_SETLAYER"
"HelpString"="Sets the current layer to that of the selected entity"
"Name"="Set &Layer by Entity"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-223] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_EXPLAYERS"
"HelpString"="Opens the IntelliCAD Explorer for layers"
"Name"="Explore L&ayers..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-224] 1027877630
"Command"="^C^C^C_EXPBLOCKS"
"HelpString"="Opens the IntelliCAD Explorer for blocks and externally
referenced drawings"
"Name"="Explore &Blocks..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-225] 1027877630
"Command"="^C^C^C_EXPVIEWS"
"HelpString"="Opens the IntelliCAD Explorer for views"
"Name"="Explore Vie&ws..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-226] 1027877630
"Command"="^C^C^C_EXPUCS"
"HelpString"="Opens the IntelliCAD Explorer for coordinate systems"
"Name"="Explore C&oordinate Systems..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-227] 1027877630
"Command"="^C^C^C_EXPLTYPES"
"HelpString"="Opens the IntelliCAD Explorer for linetypes"
"Name"="Explore Line&types..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-228] 1027877630
"Command"="^C^C^C_EXPFONTS"
"HelpString"="Opens the IntelliCAD Explorer for text styles"
"Name"="E&xplore Text Styles..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-229] 1027877630
"Command"="^C^C^C_EXPDIMSTYLES"
"HelpString"="Opens the IntelliCAD Explorer for dimension styles"
"Name"="Explore D&imension Styles..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-23] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_OLELINKS"
"HelpString"="Opens the OLE Edit Links dialog box"
"Name"="&Links..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-230] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_SETTINGS"
"HelpString"="Opens the Drawing Settings dialog box"
"Name"="&Drawing Settings..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-231] 1027877630
"Command"="^C^C^C_DDUNITS"
"HelpString"="Opens the Drawing Settings dialog box for drawing units"
"Name"="Drawing Units..."
"SubLevel"=hex:01,00
"Visibility"=dword:00000028
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-232] 1027877630
"Command"="^C^C^C_SETDIM"
"HelpString"="Opens the Dimension Settings dialog box"
"Name"="Di&mension Settings..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-233] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Name"="&Tablet"
"SubLevel"=hex:01,00
"TearOffName"="POP14"
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-234] 1027877630
"ChekVar"="TABMODE"
"Command"="'_TABLET ON"
"HelpString"="Turns the tablet on"
"Name"="Tablet O&n"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-235] 1027877630
"ChekVar"="!TABMODE"
"Command"="'_TABLET OFF"
"HelpString"="Turns the tablet off"
"Name"="Tablet O&ff"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-236] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_TABLET CAL"
"HelpString"="Calibrates the tablet for digitizing drawings"
"Name"="Ca&librate..."
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-237] 1027877630
"Command"="'_TABLET CFG"
"HelpString"="Configures the tablet to use for menu entry with the template"
"Name"="&Configure..."
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-238] 1027877630
"Name"="&Tools"
"TearOffName"="POP6"
"Visibility"=dword:0000000c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-239] 1027877630
"Command"="^C^C^C_EXPLAYERS"
"HelpString"="Opens the IntelliCAD Explorer"
"Name"="IntelliCAD E&xplorer..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-24] 1027877630
"Name"="&View"
"TearOffName"="POP3"
"Visibility"=dword:0000000c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-240] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Name"="In&quiry"
"SubLevel"=hex:01,00
"TearOffName"="POP19"
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-241] 1027877630
"Command"="^C^C^C_DIST"
"HelpString"="Finds the distance between two points"
"Name"="&Distance"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-242] 1027877630
"Command"="^C^C^C_AREA"
"HelpString"="Finds the area inside a closed entity"
"Name"="&Area"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-243] 1027877630
"Command"="^C^C^C_IDPOINT"
"HelpString"="Gives the X, Y, and Z coordinates of the selected point"
"Name"="&ID Coordinates"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-244] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_LIST"
"HelpString"="Lists information about the selected entity"
"Name"="&List Entity Info"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-245] 1027877630
"Command"="^C^C^C_SETVAR"
"HelpString"="Gives the value of a variable, which you can then change, if
needed"
"Name"="&Variable Setting"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-246] 1027877630
"Command"="^C^C^C_STATUS"
"HelpString"="Lists the current drawing status"
"Name"="Drawing &Status"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-247] 1027877630
"Command"="^C^C^C_TIME"
"HelpString"="Lists the time-related variable information"
"Name"="&Time Variables"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-248] 1027877630
"Name"="&Entity Data"
"SubLevel"=hex:01,00
"TearOffName"="POP20"
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-249] 1027877630
"Command"="^C^C^C_EDITEDATA"
"HelpString"="Creates or edits the Entity Data associated with a selected
entity"
"Name"="Create or &Edit Entity Data..."
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-25] 1027877630
"Command"="'_REDRAW"
"HelpString"="Redraws the current drawing"
"Name"="&Redraw"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-250] 1027877630
"Command"="^C^C^C_COPYEDATA"
"HelpString"="Copies the Entity Data from one entity to another"
"Name"="&Copy Entity Data"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-251] 1027877630
"Command"="^C^C^C_MOVEEDATA"
"HelpString"="Moves the Entity Data from one entity to another"
"Name"="&Move Entity Data"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-252] 1027877630
"Command"="^C^C^C_DELEDATA"
"HelpString"="Deletes the Entity Data from selected entities"
"Name"="&Delete Entity Data"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-253] 1027877630
"Command"="^C^C^C_REASSOCAPP"
"HelpString"="Associates existing Entity Data with a new application"
"Name"="Re&associate Entity Data"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-254] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"ChekVar"="MACROREC"
"Command"="^C^C^C_RECSCRIPT"
"HelpString"="Asks for a name, then begins recording a command line script"
"Name"="Record Scrip&t..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000003e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-255] 1027877630
"Command"="^C^C^C_STOPSCRIPT"
"HelpString"="Stops recording the script"
"Name"="Stop Recordin&g"
"SubLevel"=hex:01,00
"Visibility"=dword:0000003e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-256] 1027877630
"Command"="^C^C^C_SCRIPT"
"HelpString"="Runs a previously saved command line script"
"Name"="&Run Script..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000003e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-257] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_MENU"
"HelpString"="Opens the Open Menu dialog box"
"Name"="Load Menu..."
"SubLevel"=hex:01,00
"Visibility"=dword:00000028
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-258] 1027877630
"Command"="^C^C^C_APPLOAD"
"HelpString"="Loads an application to run inside IntelliCAD"
"Name"="&Load LISP or SDS Application..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-259] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_GROUP"
"EntityVisibility"=dword:0140f07e
"HelpString"="Creates named selection sets of entities"
"Name"="Gro&up..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-26] 1027877630
"Command"="'_REGEN"
"HelpString"="Recalculates display coordinates for the current window"
"Name"="Re&gen"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-260] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_BLOCK"
"HelpString"="Saves a block that you can reuse within this drawing "
"Name"="Create &Block"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-261] 1027877630
"Command"="^C^C^C_WBLOCK"
"HelpString"="Saves a block as an independent drawing"
"Name"="Save Block to &Disk..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-262] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_MSNAPSHOT"
"HelpString"="Makes a snapshot image of the current window"
"Name"="&Make Snapshot..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-263] 1027877630
"Command"="^C^C^C_VSNAPSHOT"
"HelpString"="Views a previously saved snapshot"
"Name"="Vie&w Snapshot..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-264] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DDATTDEF"
"HelpString"="Defines how a block's attributes will be created"
"Name"="Defi&ne Attributes..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-265] 1027877630
"Command"="^C^C^C_DDATTE"
"HelpString"="Edits one or more attributes of a block"
"Name"="Edit Bloc&k Attributes"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-266] 1027877630
"Command"="^C^C^C_ATTDISP"
"HelpString"="Shows all attributes, none, or those normally visible"
"Name"="Attribute Dis&play"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-267] 1027877630
"Command"="^C^C^C_ATTEDIT"
"HelpString"="Edits attributes, either all, or just those on-screen"
"Name"="Edit Attr&ibutes"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-268] 1027877630
"Command"="^C^C^C_DDATTEXT"
"HelpString"="Copies data from attributes to a text file"
"Name"="Extract &Attributes"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-269] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_CUSTOMIZE"
"HelpString"="Customizes the user interface, including menus and toolbars"
"Name"="&Customize..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-27] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_PAN"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Pans from side to side, or up and down"
"Name"="&Pan"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-270] 1027877630
"Command"="^C^C^C_CONFIG"
"HelpString"="Changes program settings such as user level and background color"
"Name"="&Options..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000003f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-271] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Name"="&Window"
"TearOffName"="POP7"
"Visibility"=dword:0000000c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-272] 1027877630
"Command"="'_WOPEN"
"HelpString"="Opens an additional window with the current drawing"
"Name"="&New Window"
"SubLevel"=hex:01,00
"Visibility"=dword:0000008f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-273] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_WCLOSE"
"HelpString"="Closes the current drawing window"
"Name"="Cl&ose"
"SubLevel"=hex:01,00
"Visibility"=dword:0000008f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-274] 1027877630
"Command"="^C^C^C_WCLOSEALL"
"HelpString"="Closes all drawing windows"
"Name"="Close Al&l"
"SubLevel"=hex:01,00
"Visibility"=dword:0000008f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-275] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_WCASCADE"
"HelpString"="Arranges the windows so you can see all title bars"
"Name"="&Cascade"
"SubLevel"=hex:01,00
"Visibility"=dword:000000af
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-276] 1027877630
"Command"="'_WHTILE"
"HelpString"="Tiles the windows horizontally"
"Name"="Tile &Horizontally"
"SubLevel"=hex:01,00
"Visibility"=dword:000000af
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-277] 1027877630
"Command"="'_WVTILE"
"HelpString"="Tiles the windows vertically"
"Name"="&Tile Vertically"
"SubLevel"=hex:01,00
"Visibility"=dword:000000af
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-278] 1027877630
"Name"="&Help"
"TearOffName"="POP8"
"Visibility"=dword:0000000c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-279] 1027877630
"Command"="'_HELP"
"HelpString"="Opens the help file"
"Name"="IntelliCAD &Help\tF1"
"SubLevel"=hex:01,00
"Visibility"=dword:0000007f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-28] 1027877630
"Name"="&Zoom"
"SubLevel"=hex:01,00
"TearOffName"="POP9"
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-280] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_TIPOFDAY"
"HelpString"="Shows you the Tip of the Day"
"Name"="&Tip of the Day"
"SubLevel"=hex:01,00
"Visibility"=dword:0000007f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-281] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_ABOUT"
"HelpString"="Opens About dialog box, with version and copyright information"
"Name"="&About IntelliCAD"
"SubLevel"=hex:01,00
"Visibility"=dword:0000007f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-282] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_ONWEB"
"HelpString"="Opens the IntelliCAD web page"
"Name"="IntelliCAD on the &Web"
"SubLevel"=hex:01,00
"Visibility"=dword:0000007f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-29] 1027877630
"Command"="'_ZOOM"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms using any method you specify"
"Name"="&Zoom"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-3] 1027877630
"Command"="^C^C^C_CLOSE"
"HelpString"="Closes the current drawing"
"Name"="&Close"
"SubLevel"=hex:01,00
"Visibility"=dword:0000008f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-30] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_ZOOM;2x"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms in on the center of the window by a factor of 2"
"Name"="Zoom &In"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-31] 1027877630
"Command"="'_ZOOM;.5x"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms out from the center of the window by a factor of 1/2"
"Name"="Zoom &Out"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-32] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_ZOOM;_W"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms to a window that you specify"
"Name"="&Window"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-33] 1027877630
"Command"="'_ZOOM;_E"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms to the extents of the drawing"
"Name"="&Extents"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-34] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_ZOOM;_P"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms to the previous view"
"Name"="&Previous"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-35] 1027877630
"Command"="'_ZOOM;_A"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms All"
"Name"="&All"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-36] 1027877630
"Command"="'_Zoom;_V"
"GrayVar"="!VIEWMODE&1"
"HelpString"="&Left"
"Name"="&View Max"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-37] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_ZOOM;_L"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms in - you specify lower-left corner"
"Name"="&Left"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-38] 1027877630
"Command"="'_ZOOM;_C"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms in, centered on a point you specify"
"Name"="&Center"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-39] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Name"="Re&al-Time Motion"
"SubLevel"=hex:01,00
"TearOffName"="POP23"
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-4] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_QSAVE"
"HelpString"="Saves the current drawing"
"Name"="&Save\tCtrl+S"
"SubLevel"=hex:01,00
"Visibility"=dword:0000008f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-40] 1027877630
"Command"="^C^C^C_RTPAN"
"HelpString"="Real-time panning"
"Name"="Real-Time &Pan"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-41] 1027877630
"Command"="^C^C^C_RTZOOM"
"HelpString"="Real-time zooming"
"Name"="Real-Time Z&oom"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-42] 1027877630
"Command"="^C^C^C_RTROT"
"HelpString"="Real-time spherical rotation"
"Name"="Real-Time &Sphere"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-43] 1027877630
"Command"="^C^C^C_RTROTX"
"HelpString"="Real-time cylindrical X-rotation"
"Name"="Real-Time &X"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-44] 1027877630
"Command"="^C^C^C_RTROTY"
"HelpString"="Real-time cylindrical Y-rotation"
"Name"="Real-Time &Y"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-45] 1027877630
"Command"="^C^C^C_RTROTZ"
"HelpString"="Real-time cylindrical Z-rotation"
"Name"="Real-Time &Z"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-46] 1027877630
"Name"="&Look From"
"SubLevel"=hex:01,00
"TearOffName"="POP10"
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-47] 1027877630
"Command"="'_VIEWPOINT;0,0,1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks down from the top"
"Name"="&Top"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-48] 1027877630
"Command"="'_VIEWPOINT;0,-1,0"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks from the front"
"Name"="&Front"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-49] 1027877630
"Command"="'_VIEWPOINT;1,0,0"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks from the right side"
"Name"="&Right Side"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-5] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_QSAVE"
"HelpString"="Updates the drawing in the document"
"Name"="Updat&e"
"SubLevel"=hex:01,00
"Visibility"=dword:00000020
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-50] 1027877630
"Command"="'_VIEWPOINT;-1,0,0"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks from the left side"
"Name"="&Left Side"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-51] 1027877630
"Command"="'_VIEWPOINT;0,1,0"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks from the back"
"Name"="Bac&k"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-52] 1027877630
"Command"="'_VIEWPOINT;0,0,-1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks up from the bottom"
"Name"="Botto&m"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-53] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_VIEWPOINT;1,-1,1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks down from the right-front"
"Name"="&Aerial, Right Front"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-54] 1027877630
"Command"="'_VIEWPOINT;-1,-1,1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks down from the left-front"
"Name"="A&erial, Left Front"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-55] 1027877630
"Command"="'_VIEWPOINT;1,1,1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks down from the right-rear"
"Name"="Aerial, Rig&ht Rear"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-56] 1027877630
"Command"="'_VIEWPOINT;-1,1,1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks down from the left-rear"
"Name"="Aer&ial, Left Rear"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-57] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_VIEWPOINT;1,-1,-1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks up from below right-front"
"Name"="Belo&w, Right Front"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-58] 1027877630
"Command"="'_VIEWPOINT;-1,-1,-1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks up from below left-front"
"Name"="Bel&ow, Left Front"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-59] 1027877630
"Command"="'_VIEWPOINT;1,1,-1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks up from below right-rear"
"Name"="Below, Ri&ght Rear"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-6] 1027877630
"Command"="^C^C^C_SAVE"
"HelpString"="Saves the current drawing under a new name"
"Name"="Save &As..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000008f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-60] 1027877630
"Command"="'_VIEWPOINT;-1,1,-1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks up from below left-rear"
"Name"="&Below, Left Rear"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-61] 1027877630
"Command"="^C^C^C_SETVPOINT"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Sets the viewpoint to one of the preset viewing directions"
"Name"="Preset &Viewpoints..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-62] 1027877630
"Command"="^C^C^C_VIEWCTL"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Controls the viewing direction in real-time"
"Name"="&Dynamic View Control..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-63] 1027877630
"Command"="^C^C^C_DVIEW"
"HelpString"="Views from any position and direction"
"Name"="&Define View"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-64] 1027877630
"Command"="^C^C^C_VIEW"
"HelpString"="Saves the current view. Loads or deletes a saved view"
"Name"="&Save/Restore View"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-65] 1027877630
"Command"="^C^C^C_PLAN"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Shows the top view of the User Coordinate System you specify"
"Name"="Plan Vie&w"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-66] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_PMSPACE"
"HelpString"="Brings up a choice of workspaces: Paper Space, Model Space, or
Tiled"
"Name"="Wor&kspaces..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-67] 1027877630
"Command"="^C^C^C_VIEWPORTS"
"HelpString"="Defines and saves multiple-window arrangements for the current
drawing"
"Name"="V&iewports"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-68] 1027877630
"Command"="^C^C^C_MVIEW"
"HelpString"="Creates multiple views in paper space for the current drawing"
"Name"="Pap&er Space Views"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-69] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Name"="Re&ndering"
"SubLevel"=hex:01,00
"TearOffName"="POP11"
"Visibility"=dword:0000002f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-7] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_EXPORT"
"HelpString"="Saves the current drawing using a different format"
"Name"="Export to &File..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000008f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-70] 1027877630
"Command"="^C^C^C_HIDE"
"HelpString"="Displays the drawing with hidden lines removed"
"Name"="&Hide"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-71] 1027877630
"Command"="^C^C^C_SHADE"
"HelpString"="Displays the drawing as solids filled with color"
"Name"="&Shade"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-72] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_TBCONFIG"
"HelpString"="Displays or hides toolbars. Specifies size and color"
"Name"="&Toolbars..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-73] 1027877630
"ChekVar"="WNDLTEXT"
"Command"="'_PMTHIST"
"HelpString"="Turns the Prompt History Screen on and off"
"Name"="Pro&mpt History Window\tF2"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-74] 1027877630
"ChekVar"="WNDLCMD"
"Command"="'_CMDBAR;_T"
"HelpString"="Turns the Command Bar on and off"
"Name"="&Command Bar\tF3"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-75] 1027877630
"ChekVar"="WNDLSTAT"
"Command"="'_STATBAR;_T"
"HelpString"="Turns the Status Bar on and off"
"Name"="Status &Bar\tF10"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-76] 1027877630
"ChekVar"="WNDLSCRL"
"Command"="'_SCROLLBAR;_T"
"HelpString"="Turns the Scroll Bars on and off"
"Name"="Scr&oll Bars"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-77] 1027877630
"Name"="&Insert"
"TearOffName"="POP4"
"Visibility"=dword:0000000c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-78] 1027877630
"Command"="^C^C^C_LINE"
"HelpString"="Draws a line"
"Name"="&Line"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-79] 1027877630
"Command"="^C^C^C_POLYLINE"
"HelpString"="Draws a polyline, including straight and arc segments"
"Name"="&Polyline"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-8] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_PSETUP"
"HelpString"="Changes printers and print setup"
"Name"="Print Set&up..."
"SubLevel"=hex:01,00
"Visibility"=dword:000000af
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-80] 1027877630
"Command"="^C^C^C_SPLINE"
"HelpString"="Creates a new spline, or modifies an existing polyline"
"Name"="&Spline"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-81] 1027877630
"Command"="^C^C^C_FREEHAND"
"HelpString"="Draws unconstrained shapes, following your mouse movements"
"Name"="&Freehand"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-82] 1027877630
"Command"="^C^C^C_RAY"
"HelpString"="Draws a line of infinite length in one direction from starting
point"
"Name"="Ra&y"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-83] 1027877630
"Command"="^C^C^C_INFLINE"
"HelpString"="Draws a line of infinite length in both directions from starting
point"
"Name"="&Infinite Line"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-84] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_CIRCLE"
"HelpString"="Draws a circle"
"Name"="&Circle"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-85] 1027877630
"Command"="^C^C^C_ARC"
"HelpString"="Draws an arc"
"Name"="&Arc"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-86] 1027877630
"Command"="^C^C^C_ELLIPSE"
"HelpString"="Draws an ellipse"
"Name"="&Ellipse "
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-87] 1027877630
"Command"="^C^C^C_ELLIPSE;_A"
"HelpString"="Draws an elliptical arc"
"Name"="Ellip&tical Arc"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-88] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_POINT"
"HelpString"="Draws a point"
"Name"="Dra&w Point"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-89] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_RECTANGLE"
"HelpString"="Draws a rectangle"
"Name"="&Rectangle"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-9] 1027877630
"Command"="^C^C^C_PPREVIEW"
"HelpString"="Shows what the current drawing will look like when printed"
"Name"="Print Pre&view..."
"SubLevel"=hex:01,00
"Visibility"=dword:000000af
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-90] 1027877630
"Command"="^C^C^C_POLYGON"
"HelpString"="Draws a polygon"
"Name"="Poly&gon"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-91] 1027877630
"Command"="^C^C^C_BPOLY"
"HelpString"="Draws a polyline matching the enclosed area around the selected
point"
"Name"="B&oundary Polyline..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006c
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-92] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DONUT"
"HelpString"="Draws a donut"
"Name"="Don&ut"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-93] 1027877630
"Command"="^C^C^C_PLANE"
"HelpString"="Draws a 3- or 4-sided planar entity"
"Name"="Pla&ne"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-94] 1027877630
"Command"="^C^C^C_TRACE"
"HelpString"="Draws lines of a specified width"
"Name"="Draw Traces"
"SubLevel"=hex:01,00
"Visibility"=dword:00000028
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-95] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DDINSERT"
"HelpString"="Brings up the dialog for inserting existing blocks"
"Name"="Insert Bloc&k..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-96] 1027877630
"Command"="^C^C^C_XREF"
"HelpString"="Associates another drawing with the current one for reference"
"Name"="External Re&ference"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-97] 1027877630
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_BHATCH"
"HelpString"="Hatches the selection with a pattern of your choosing"
"Name"="&Hatch..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-98] 1027877630
"Command"="^C^C^C_DTEXT"
"HelpString"="Creates a single line of text"
"Name"="Te&xt"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Menu\\MnuItem-99] 1027877630
"Command"="^C^C^C_MTEXT"
"HelpString"="Creates a multiple-line block of text"
"Name"="&Multiline Text..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\CADopia\\IntelliCAD\\Recent File List] 1029462017
"File1"="F:\\dxf\\clubhouse2.dwg"
"File2"="F:\\dxf\\geodesic.hex.dwg"
"File3"="F:\\pht\\phtlogo.dwg"
"File4"="F:\\pht\\phtlogo.dxf"
[Software\\CADopia\\IntelliCAD\\Settings] 1026615378
[Software\\CADopia\\IntelliCAD\\Setup] 1026615378
[Software\\CADopia\\IntelliCAD\\Tip] 1029461631
"FilePos"=dword:0000092a
"StartUp"=dword:00000000
"TimeStamp"="Mon Jul 15 09:57:06 2002"
[Software\\CADopia\\IntelliCAD\\ToolBars] 1028402604
"nBars"=dword:0000000c
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-0] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,03,03,8f,01,08,03,f9,02,9f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_NEW"
"Button#0HelpString"="Creates a new drawing"
"Button#0ToolTip"="New"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,04,03,a8,01,b5,02,3c,02,9f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,22,04,c3,01,ca,02,58,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10Command"="^C^C^C_REDO"
"Button#10GrayVar"="UNDOCTL&1"
"Button#10HelpString"="Redoes the last action to be undone"
"Button#10ToolTip"="Redo"
"Button#11"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,16,03,17,03,18,03,19,03,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="^C^C^C_DELETE"
"Button#11HelpString"="Deletes the selection"
"Button#11ToolTip"="Delete"
"Button#12"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,15,03,93,01,ad,02,34,02,7f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#12Command"="'_HELP"
"Button#12HelpString"="Opens the help file"
"Button#12ToolTip"="Help"
"Button#1Command"="^C^C^C_OPEN"
"Button#1HelpString"="Opens an existing drawing"
"Button#1ToolTip"="Open"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,07,03,10,03,0a,03,fb,02,8f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_QSAVE"
"Button#2HelpString"="Saves the current drawing"
"Button#2ToolTip"="Save"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,01,03,14,03,0e,03,ff,02,af,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_QPRINT"
"Button#3HelpString"="Prints the current drawing"
"Button#3ToolTip"="Print"
"Button#4"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,c6,00,40,01,86,02,0d,02,af,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_PPREVIEW"
"Button#4HelpString"="Shows how the printed page will look"
"Button#4ToolTip"="Print Preview"
"Button#5"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,02,03,11,03,0b,03,fc,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="^C^C^C_CUTCLIP"
"Button#5HelpString"="Cuts the selection and puts it on the clipboard"
"Button#5ToolTip"="Cut"
"Button#6"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,11,01,12,03,0c,03,fd,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="^C^C^C_COPYCLIP"
"Button#6HelpString"="Copies the selection to the Clipboard"
"Button#6ToolTip"="Copy"
"Button#7"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,05,03,13,03,0d,03,fe,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="^C^C^C_PASTECLIP"
"Button#7HelpString"="Pastes the contents of the Clipboard into the drawing"
"Button#7ToolTip"="Paste"
"Button#8"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,9f,05,9d,05,9e,05,9c,05,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_MATCHPROP"
"Button#8HelpString"="Copies the formatting of one entity to another"
"Button#8ToolTip"="Copy Entity Formatting"
"Button#9"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,23,04,de,01,d6,02,64,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_U"
"Button#9GrayVar"="UNDOCTL&1"
"Button#9HelpString"="Undoes the last action"
"Button#9ToolTip"="Undo"
"DefID"=dword:00000020
"Name"="Standard"
"nButtons"=dword:00000012
"ToolBarID"=dword:00000000
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-1] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,f0,57,b5,40,f0,57,b5,40,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,e0,54,b5,40,e0,54,b5,40,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,b0,74,b5,40,b0,74,b5,40,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,6e,00,82,01,a3,02,16,02,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="^C^C^C_DONUT"
"Button#11HelpString"="Draws a donut"
"Button#11ToolTip"="Donut"
"Button#12"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,71,00,d1,01,13,05,14,05,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#12Command"="^C^C^C_PLANE"
"Button#12HelpString"="Draws a filled plane"
"Button#12ToolTip"="Plane"
"Button#13"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,db,00,96,01,ae,02,35,02,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#13Command"="^C^C^C_DDINSERT"
"Button#13HelpString"="Brings up the dialog for inserting existing blocks"
"Button#13ToolTip"="Insert Block..."
"Button#14"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ab,05,aa,05,a8,05,a6,05,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#14Command"="^C^C^C_BHATCH"
"Button#14HelpString"="Hatches the selection with a pattern of your choosing"
"Button#14ToolTip"="Boundary Hatch"
"Button#15"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,76,00,d9,01,2f,05,30,05,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#15Command"="^C^C^C_DTEXT"
"Button#15HelpString"="Creates a single line of text"
"Button#15ToolTip"="Text"
"Button#16"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,01,07,ff,06,00,07,fe,06,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#16Command"="^C^C^C_MTEXT"
"Button#16HelpString"="Creates a multiple-line block of text"
"Button#16ToolTip"="Multiline Text"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,20,06,1f,06,1d,06,1e,06,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_SPLINE"
"Button#2HelpString"="Creates a new spline, or modifies an existing polyline"
"Button#2ToolTip"="Spline"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,6d,00,e3,01,d1,02,5f,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_FREEHAND"
"Button#3HelpString"="Draws unconstrained shapes, following your mouse
movements"
"Button#3ToolTip"="Draw Freehand"
"Button#4"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,c0,51,b5,40,c0,51,b5,40,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,50,6c,b5,40,50,6c,b5,40,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,80,7d,b5,40,80,7d,b5,40,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,60,7a,b5,40,60,7a,b5,40,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,74,00,be,01,0a,05,09,05,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_POINT"
"Button#8HelpString"="Draws a point"
"Button#8ToolTip"="Point"
"Button#9"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,6c,00,c2,01,c9,02,57,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_RECTANGLE"
"Button#9HelpString"="Draws a rectangle"
"Button#9ToolTip"="Rectangle"
"DefID"=dword:00000002
"Name"="Draw 2D"
"nButtons"=dword:00000017
"ToolBarID"=dword:00000001
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-1\\Button#0FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,69,00,9a,01,b0,02,37,02,6f,00,00,00,c0,56,b5,40,00,00,00,00,00,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_LINE"
"Button#0HelpString"="Draws a line"
"Button#0ToolTip"="Line"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,39,04,3a,04,08,05,07,05,6e,00,00,00,20,56,b5,40,00,00,00,00,01,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_RAY"
"Button#1HelpString"="Draws a line of infinite length in one direction from
starting point"
"Button#1ToolTip"="Ray"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,37,04,38,04,06,05,05,05,6e,00,00,00,00,00,00,00,00,00,00,00,02,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_INFLINE"
"Button#2HelpString"="Draws a line of infinite length in both directions from
starting point"
"Button#2ToolTip"="Infinite Line"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000003
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-1\\Button#10FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,73,00,b9,01,b3,02,3a,02,6e,00,00,00,10,74,b5,40,00,00,00,00,28,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_POLYGON;\\\\\\"
"Button#0HelpString"="Draws a polygon using the center point and a vertex"
"Button#0ToolTip"="Polygon, Center-Vertex"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,1a,05,1b,05,1e,05,1c,05,6e,00,00,00,70,73,b5,40,00,00,00,00,29,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_POLYGON;\\\\_S;\\"
"Button#1HelpString"="Draws a polygon using center point and distance to side"
"Button#1ToolTip"="Polygon, Center-Side"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,19,05,1d,05,18,05,17,05,6e,00,00,00,00,00,00,00,00,00,00,00,2a,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_POLYGON;\\_E;\\\\"
"Button#2HelpString"="Draws a polygon using the length and orientation of an
edge"
"Button#2ToolTip"="Polygon, Edge"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000003
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-1\\Button#1FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,6a,00,bd,01,c8,02,56,02,6e,00,00,00,40,54,b5,40,00,00,00,00,03,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_POLYLINE"
"Button#0HelpString"="Draws a polyline, including straight and arc segments"
"Button#0ToolTip"="Polyline"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,a5,05,a4,05,a9,05,a7,05,6c,00,00,00,00,00,00,00,00,00,00,00,04,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_BPOLY"
"Button#1HelpString"="Draws a polyline matching the enclosed area around the
selected point"
"Button#1ToolTip"="Boundary Polyline"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000002
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-1\\Button#4FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,a9,03,b1,03,b7,03,b8,03,6f,00,00,00,20,51,b5,40,00,00,00,00,07,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_CIRCLE;\\\\"
"Button#0HelpString"="Draws a circle given a center point and radius"
"Button#0ToolTip"="Circle Center-Radius"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,aa,03,b2,03,b5,03,b6,03,6f,00,00,00,80,50,b5,40,00,00,00,00,08,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_CIRCLE;\\_D;"
"Button#1HelpString"="Draws a circle given a center point and diameter"
"Button#1ToolTip"="Circle Center-Diameter"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ab,03,b0,03,bb,03,ba,03,6f,00,00,00,60,6f,b5,40,00,00,00,00,09,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_CIRCLE;_2P;"
"Button#2HelpString"="Draws a circle given 2 end points of the diameter"
"Button#2ToolTip"="Circle 2-points"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ac,03,ae,03,bc,03,b9,03,6f,00,00,00,30,6e,b5,40,00,00,00,00,0a,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_CIRCLE;_3P;"
"Button#3HelpString"="Draws a circle given 3 points on the circle"
"Button#3ToolTip"="Circle 3-points"
"Button#4"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ad,03,af,03,b3,03,b4,03,6e,00,00,00,90,6d,b5,40,00,00,00,00,0b,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_CIRCLE;_RTT;"
"Button#4HelpString"="Draws a circle of the given radius, tangent to 2 entities"
"Button#4ToolTip"="Circle Radius-Tangents"
"Button#5"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,04,07,02,07,05,07,03,07,6e,00,00,00,00,00,00,00,00,00,00,00,0c,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="^C^C^C_CIRCLE;_A;"
"Button#5HelpString"="Turns an existing arc into a complete circle"
"Button#5ToolTip"="Convert Arc to Circle"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000006
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-1\\Button#5FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,65,00,2e,01,76,02,fd,01,6f,00,00,00,b0,6b,b5,40,00,00,00,00,0d,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_ARC;\\\\\\"
"Button#0HelpString"="Draws an arc through 3 points"
"Button#0ToolTip"="3-Point Arc"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,86,03,91,03,9d,03,a1,03,6f,00,00,00,10,6b,b5,40,00,00,00,00,0e,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e9,04,f5,04,f2,04,fd,04,2c,00,00,00,40,63,b5,40,00,00,00,00,17,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10Command"="^C^C^C_ARC;_C;\\\\_L;"
"Button#10HelpString"="Draws an arc given center, start, and chord length"
"Button#10ToolTip"="Arc Center-Start-Length"
"Button#11"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,82,03,8c,03,99,03,a2,03,2c,00,00,00,90,62,b5,40,00,00,00,00,18,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="^C^C^C_ARC;\\_C;\\_L;"
"Button#11HelpString"="Draws an arc given start, center, and chord length"
"Button#11ToolTip"="Arc Start-Center-Length"
"Button#12"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e6,04,f6,04,ef,04,00,05,2c,00,00,00,e0,61,b5,40,00,00,00,00,19,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#12Command"="^C^C^C_ARC;\\_D;\\\\"
"Button#12HelpString"="Draws an arc given start, starting direction, and end"
"Button#12ToolTip"="Arc Start-Direction-End"
"Button#13"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,84,03,8f,03,98,03,a4,03,2c,00,00,00,80,60,b5,40,00,00,00,00,1a,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#13Command"="^C^C^C_ARC;\\_E;\\_D;"
"Button#13HelpString"="Draws an arc given start, end, and starting direction"
"Button#13ToolTip"="Arc Start-End-Direction"
"Button#14"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e4,04,f7,04,f0,04,fa,04,2c,00,00,00,60,7f,b5,40,00,00,00,00,1b,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#14Command"="^C^C^C_ARC;\\_R;\\\\"
"Button#14HelpString"="Draws an arc given start, radius, and end"
"Button#14ToolTip"="Arc Start-Radius-End"
"Button#15"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,85,03,90,03,97,03,a0,03,2e,00,00,00,c0,7e,b5,40,00,00,00,00,1c,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#15Command"="^C^C^C_ARC;\\_E;\\_R;"
"Button#15HelpString"="Draws an arc given start, end, and radius"
"Button#15ToolTip"="Arc Start-End-Radius"
"Button#16"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e3,04,f8,04,f1,04,fb,04,2c,00,00,00,00,00,00,00,00,00,00,00,1d,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#16Command"="^C^C^C_ARC;\\_R;\\_A;"
"Button#16HelpString"="Draws an arc given start, radius, and included angle"
"Button#16ToolTip"="Arc Start-Radius-Angle"
"Button#1Command"="^C^C^C_ARC;_C;\\\\\\"
"Button#1HelpString"="Draws an arc given center, start, and end"
"Button#1ToolTip"="Arc Center-Start-End"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,7f,03,8a,03,9a,03,a6,03,6f,00,00,00,70,6a,b5,40,00,00,00,00,0f,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_ARC;\\_C;\\\\"
"Button#2HelpString"="Draws an arc given start, center, and end"
"Button#2ToolTip"="Arc Start-Center-End"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e5,04,f9,04,ee,04,fc,04,6f,00,00,00,80,68,b5,40,00,00,00,00,10,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_ARC;\\_E;\\\\"
"Button#3HelpString"="Draws an arc given start, end, and center"
"Button#3ToolTip"="Arc Start-End-Center"
"Button#4"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,7d,03,89,03,9b,03,de,03,6e,00,00,00,e0,67,b5,40,00,00,00,00,11,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_ARC;;"
"Button#4HelpString"="Draws an arc continuing from the previous entity"
"Button#4ToolTip"="Tangent Arc"
"Button#5"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,87,03,92,03,96,03,a8,03,2e,00,00,00,40,67,b5,40,00,00,00,00,12,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="^C^C^C_ARC;_C;\\\\_A;"
"Button#5HelpString"="Draws an arc given center, start, and included angle"
"Button#5ToolTip"="Arc Center-Start-Angle"
"Button#6"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,81,03,8b,03,95,03,a5,03,2e,00,00,00,90,66,b5,40,00,00,00,00,13,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="^C^C^C_ARC;\\_C;\\_A;"
"Button#6HelpString"="Draws an arc given start, center, and included angle"
"Button#6ToolTip"="Arc Start-Center-Angle"
"Button#7"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e7,04,f3,04,eb,04,fe,04,2c,00,00,00,e0,65,b5,40,00,00,00,00,14,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="^C^C^C_ARC;\\_A;\\_C;"
"Button#7HelpString"="Draws an arc given start, included angle, and center"
"Button#7ToolTip"="Arc Start-Angle-Center"
"Button#8"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,83,03,8e,03,94,03,a7,03,2e,00,00,00,a0,64,b5,40,00,00,00,00,15,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_ARC;\\_E;\\_A;"
"Button#8HelpString"="Draws an arc given start, end, and included angle"
"Button#8ToolTip"="Arc Start-End-Angle"
"Button#9"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e8,04,f4,04,ea,04,ff,04,2c,00,00,00,f0,63,b5,40,00,00,00,00,16,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_ARC;\\_A;\\\\"
"Button#9HelpString"="Draws an arc given start, included angle, and end"
"Button#9ToolTip"="Arc Start-Angle-End"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000011
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-1\\Button#6FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,68,00,89,01,a7,02,2e,02,6f,00,00,00,e0,7c,b5,40,00,00,00,00,1e,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_ELLIPSE;\\\\\\"
"Button#0HelpString"="Draws an ellipse given both axes"
"Button#0ToolTip"="Ellipse Axis-Axis"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,cc,03,d7,03,d3,03,cf,03,6f,00,00,00,40,7c,b5,40,00,00,00,00,1f,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_ELLIPSE;\\\\_R"
"Button#1HelpString"="Draws an ellipse given major axis and rotation"
"Button#1ToolTip"="Ellipse Axis-Rotation"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,23,05,1f,05,26,05,22,05,6e,00,00,00,a0,7b,b5,40,00,00,00,00,20,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_ELLIPSE;_C;\\\\\\"
"Button#2HelpString"="Draws an ellipse given center and axes"
"Button#2ToolTip"="Ellipse Center-Axes"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,24,05,20,05,25,05,21,05,6e,00,00,00,00,00,00,00,00,00,00,00,21,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_ELLIPSE;_C;\\\\_R"
"Button#3HelpString"="Draws an ellipse given center and rotation"
"Button#3ToolTip"="Ellipse Center-Rotation"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000004
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-1\\Button#7FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,d9,03,d5,03,d1,03,cd,03,6f,00,00,00,c0,79,b5,40,00,00,00,00,22,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_ELLIPSE;_A;\\\\\\\\\\"
"Button#0GrayVar"="!PELLIPSE&1"
"Button#0HelpString"="Draws an elliptical arc given major and minor axes, and
angles"
"Button#0ToolTip"="Elliptical Arc Axis-Axis"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,da,03,d6,03,d2,03,ce,03,6e,00,00,00,20,79,b5,40,00,00,00,00,23,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_ELLIPSE;_A;\\\\_R;\\\\\\"
"Button#1GrayVar"="!PELLIPSE&1"
"Button#1HelpString"="Draws an elliptical arc given major axis, rotation, and
angles"
"Button#1ToolTip"="Elliptical Arc Axis-Rotation"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,2c,05,27,05,09,03,29,05,6f,00,00,00,30,77,b5,40,00,00,00,00,24,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_ELLIPSE;_A;_C;\\\\\\\\\\"
"Button#2GrayVar"="!PELLIPSE&1"
"Button#2HelpString"="Draws an elliptical arc given center, axes, and angles"
"Button#2ToolTip"="Elliptical Arc Center-Axes"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,2b,05,28,05,2d,05,2a,05,6e,00,00,00,00,00,00,00,00,00,00,00,25,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_ELLIPSE;_A;_C;\\\\_R;\\\\\\"
"Button#3GrayVar"="!PELLIPSE&1"
"Button#3HelpString"="Draws an elliptical arc given center, rotation, and
angles"
"Button#3ToolTip"="Elliptical Arc Center-Rotation"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000004
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-10] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,f1,05,f4,05,e7,05,e0,05,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_EDITEDATA"
"Button#0HelpString"="Creates or edits Entity Data associated with the selected
entity"
"Button#0ToolTip"="Create or Edit Entity Data"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,59,04,55,04,60,04,69,04,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_COPYEDATA"
"Button#1HelpString"="Copies the Entity Data from one entity to another"
"Button#1ToolTip"="Copy Entity Data"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,5b,04,53,04,67,04,65,04,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_MOVEEDATA"
"Button#2HelpString"="Moves the Entity Data from one entity to another"
"Button#2ToolTip"="Move Entity Data"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,5a,04,54,04,63,04,61,04,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_DELEDATA"
"Button#3HelpString"="Deletes the Entity Data from selected entities"
"Button#3ToolTip"="Delete Entity Data"
"Button#4"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,5c,04,57,04,66,04,68,04,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_REASSOCAPP"
"Button#4HelpString"="Associates existing Entity Data with a new application"
"Button#4ToolTip"="Reassociate Entity Data"
"DefID"=dword:02000000
"Name"="Entity Data"
"nButtons"=dword:00000005
"ToolBarID"=dword:0000000a
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-11] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e3,00,94,01,e3,00,94,01,2f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_HIDE"
"Button#0HelpString"="Displays the drawing with hidden lines removed"
"Button#0ToolTip"="Hide"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e7,06,e6,06,e3,06,e1,06,2f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_SHADE"
"Button#1HelpString"="Displays the drawing as solids filled with color"
"Button#1ToolTip"="Shade"
"DefID"=dword:80000000
"Name"="Rendering"
"nButtons"=dword:00000002
"ToolBarID"=dword:0000000c
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-2] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,80,00,a1,01,b2,02,39,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_MOVE"
"Button#0HelpString"="Moves the selection"
"Button#0ToolTip"="Move"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,77,00,2f,01,83,02,0a,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,6d,03,32,01,7c,02,03,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10Command"="^C^C^C_BREAK"
"Button#10HelpString"="Breaks a linear entity at the specified point"
"Button#10ToolTip"="Break"
"Button#11"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,f3,05,f6,05,e9,05,df,05,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="^C^C^C_JOIN"
"Button#11HelpString"="Joins selected co-linear entities into a single entity"
"Button#11ToolTip"="Join"
"Button#12"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,0c,01,dd,01,d5,02,63,02,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#12Command"="^C^C^C_TRIM"
"Button#12HelpString"="Cuts parts off the selection, using other entities as a
die"
"Button#12ToolTip"="Trim"
"Button#13"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,f2,05,f5,05,e8,05,de,05,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#13Command"="^C^C^C_FLATTEN"
"Button#13HelpString"="Sets elevation of selection, and changes thickness to
zero"
"Button#13ToolTip"="Flatten"
"Button#14"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,d2,07,d4,07,d3,07,d5,07,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#14Command"="^C^C^C_ALIGN"
"Button#14HelpString"="Aligns entities with other entities"
"Button#14ToolTip"="Align"
"Button#15"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,50,9d,b5,40,50,9d,b5,40,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#16"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,60,9a,b5,40,60,9a,b5,40,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#17"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,80,98,b5,40,80,98,b5,40,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#18"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,82,00,ce,01,c6,02,54,02,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#18Command"="^C^C^C_EDITPLINE"
"Button#18HelpString"="Edits the properties of polylines"
"Button#18ToolTip"="Edit Polyline"
"Button#19"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,90,06,91,06,92,06,93,06,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#19Command"="^C^C^C_DDEDIT"
"Button#19HelpString"="Edits the content of text entities"
"Button#19ToolTip"="Edit Text..."
"Button#1Command"="^C^C^C_COPY"
"Button#1HelpString"="Draws one, or several, duplicates of the selection"
"Button#1ToolTip"="Copy"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,81,00,a6,01,b4,02,3b,02,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#20"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,7b,00,8c,01,aa,02,31,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#20Command"="^C^C^C_EXPLODE"
"Button#20HelpString"="Separates complex entities to the next simpler level of
components"
"Button#20ToolTip"="Explode"
"Button#21"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,78,00,35,01,78,00,35,01,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#21Command"="^C^C^C_CHANGE"
"Button#21HelpString"="Changes the properties of the selection, including
elevation"
"Button#21ToolTip"="Change"
"Button#22"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,48,07,4a,07,49,07,4b,07,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#22Command"="^C^C^C_ENTPROP"
"Button#22HelpString"="Displays and edits the properties of selected entities"
"Button#22ToolTip"="Properties..."
"Button#2Command"="^C^C^C_PARALLEL"
"Button#2HelpString"="Copies the selection through a point, or by a given
distance"
"Button#2ToolTip"="Parallel"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,84,00,cb,01,84,00,cb,01,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_SCALE"
"Button#3HelpString"="Changes the size of the selection, without changing the
aspect ratio"
"Button#3ToolTip"="Scale"
"Button#4"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,83,00,c9,01,cf,02,5d,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_ROTATE"
"Button#4HelpString"="Rotates the selection about a point"
"Button#4ToolTip"="Rotate"
"Button#5"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,a5,06,a8,06,a7,06,a6,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="^C^C^C_ROTATE3D"
"Button#5HelpString"="Rotates the selection about a line"
"Button#5ToolTip"="3D Rotate"
"Button#6"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,7f,00,a0,01,7f,00,a0,01,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="^C^C^C_MIRROR"
"Button#6HelpString"="Mirrors the selection about a line"
"Button#6ToolTip"="Mirror"
"Button#7"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,3e,04,3f,04,3e,04,3f,04,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="^C^C^C_MIRROR3D"
"Button#7HelpString"="Mirrors the selection through a plane"
"Button#7ToolTip"="3D Mirror"
"Button#8"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,3c,04,3b,04,3c,04,3b,04,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_ARRAY"
"Button#8HelpString"="Creates a polar or rectangular array of entities"
"Button#8ToolTip"="Array"
"Button#9"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,35,04,36,04,35,04,36,04,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_3DARRAY"
"Button#9HelpString"="Creates polar or rectangular arrays of entities in 3
dimensions"
"Button#9ToolTip"="3D Array"
"DefID"=dword:00000004
"Name"="Modify"
"nButtons"=dword:00000023
"ToolBarID"=dword:00000002
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-2\\Button#15FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,0e,01,8d,01,0e,01,8d,01,2e,00,00,00,b0,9c,b5,40,00,00,00,00,0f,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_EXTEND"
"Button#0HelpString"="Extends the selection to intersect with a specified
entity"
"Button#0ToolTip"="Extend"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,7d,00,98,01,7d,00,98,01,2e,00,00,00,a0,9b,b5,40,00,00,00,00,10,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_EDITLEN"
"Button#1HelpString"="Edits the length of the selection"
"Button#1ToolTip"="Edit Length"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,10,01,d4,01,10,01,d4,01,2e,00,00,00,00,00,00,00,00,00,00,00,11,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_STRETCH"
"Button#2HelpString"="Stretches (or displaces) the selection without disrupting
connections"
"Button#2ToolTip"="Stretch"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000003
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-2\\Button#16FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,7e,00,9d,01,7e,00,9d,01,2c,00,00,00,c0,99,b5,40,00,00,00,00,12,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_MEASURE"
"Button#0HelpString"="Marks off segments at a specified distance"
"Button#0ToolTip"="Measure"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,0d,01,80,01,a0,02,27,02,2c,00,00,00,00,00,00,00,00,00,00,00,13,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_DIVIDE"
"Button#1HelpString"="Marks off a specified number of segments of equal length"
"Button#1ToolTip"="Divide"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000002
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-2\\Button#17FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,7e,02,34,01,7e,02,34,01,2e,00,00,00,f0,96,b5,40,00,00,00,00,14,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_CHAMFER"
"Button#0HelpString"="Breaks a corner and connects the sides with an angled
line"
"Button#0ToolTip"="Chamfer"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,7c,00,90,01,7c,00,90,01,2e,00,00,00,00,00,00,00,00,00,00,00,15,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_FILLET"
"Button#1HelpString"="Breaks a corner and connects the sides with a smooth arc"
"Button#1ToolTip"="Fillet"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000002
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-3] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,8e,00,4c,01,90,02,17,02,2f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_DIMLINEAR"
"Button#0HelpString"="Draws a horizontal or vertical dimension"
"Button#0ToolTip"="Linear"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,87,00,45,01,89,02,10,02,2f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,91,00,4f,01,93,02,1a,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10Command"="^C^C^C_DIMEDIT;_OBLIQUE"
"Button#10HelpString"="Changes an existing dimension to an oblique dimension"
"Button#10ToolTip"="Make Oblique"
"Button#11"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,9a,00,6c,01,9c,02,23,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="^C^C^C_DIMEDIT;_NEW"
"Button#11HelpString"="Replaces existing dimension text with new text"
"Button#11ToolTip"="Edit Dimension Text"
"Button#12"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,9c,00,7b,01,9e,02,25,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#12Command"="^C^C^C_DIMEDIT;_ROTATE"
"Button#12HelpString"="Rotates selected dimension text to a specified angle"
"Button#12ToolTip"="Rotate Dimension Text"
"Button#13"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,90,00,4e,01,92,02,19,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#13Command"="^C^C^C_DIMTEDIT"
"Button#13HelpString"="Moves or rotates the selected dimension text"
"Button#13ToolTip"="Reposition Dimension Text"
"Button#14"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,8d,00,4b,01,8f,02,2a,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#14Command"="^C^C^C_DIMEDIT;_HOME"
"Button#14HelpString"="Restores selected dimension text to its default position"
"Button#14ToolTip"="Restore Text Postion"
"Button#15"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,9e,06,9f,06,a0,06,9d,06,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#15Command"="^C^C^C_DIMSTYLE;_APPLY"
"Button#15HelpString"="Applies the current style to selected dimensions"
"Button#15ToolTip"="Apply Style"
"Button#16"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,97,00,6f,01,99,02,20,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#16Command"="^C^C^C_DIMSTYLE;_SAVE"
"Button#16HelpString"="Saves the current dimensioning style"
"Button#16ToolTip"="Save Style"
"Button#17"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,96,00,6e,01,98,02,1f,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#17Command"="^C^C^C_DIMSTYLE;_RESTORE"
"Button#17HelpString"="Restores the dimensioning style"
"Button#17ToolTip"="Restore Style"
"Button#1Command"="^C^C^C_DIMALIGNED"
"Button#1HelpString"="Draws the dimension parallel to the selected entity"
"Button#1ToolTip"="Aligned"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,86,00,44,01,88,02,0f,02,2f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_DIMANGULAR"
"Button#2HelpString"="Dimensions angles"
"Button#2ToolTip"="Angular"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,8f,00,4d,01,91,02,18,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_DIMLEADER"
"Button#3HelpString"="Draws leader lines"
"Button#3ToolTip"="Leader"
"Button#4"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,95,00,6d,01,97,02,1e,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_DIMLINEAR;\\\\_ROTATED"
"Button#4HelpString"="Draws a dimension at a specified angle"
"Button#4ToolTip"="Rotated"
"Button#5"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,c0,ae,b5,40,c0,ae,b5,40,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,88,00,46,01,8a,02,11,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="^C^C^C_DIMBASELINE"
"Button#6HelpString"="Draws multiple dimensions from a single extension line"
"Button#6ToolTip"="Baseline"
"Button#7"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,89,00,47,01,8b,02,12,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="^C^C^C_DIMCONTINUE"
"Button#7HelpString"="Draws dimensions one after another along a line or arc"
"Button#7ToolTip"="Continue"
"Button#8"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,92,00,50,01,94,02,1b,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_DIMORDINATE"
"Button#8HelpString"="Draws ordinate dimensions off the entity"
"Button#8ToolTip"="Ordinate"
"Button#9"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,c9,06,c7,06,c8,06,c6,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_TOLERANCE"
"Button#9HelpString"="Inserts tolerance symbols and values"
"Button#9ToolTip"="Tolerance"
"DefID"=dword:00000008
"Name"="Dimensioning"
"nButtons"=dword:00000019
"ToolBarID"=dword:00000003
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-3\\Button#5FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,8a,00,48,01,75,02,13,02,2f,00,00,00,20,ae,b5,40,00,00,00,00,05,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_DIMCENTER"
"Button#0HelpString"="Places center lines in circle or arc"
"Button#0ToolTip"="Center Lines"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,8b,00,49,01,a8,02,14,02,2f,00,00,00,80,ad,b5,40,00,00,00,00,06,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_DIMDIAMETER"
"Button#1HelpString"="Dimensions circle or arc by diameter"
"Button#1ToolTip"="Diameter"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,93,00,3d,01,95,02,1c,02,2f,00,00,00,00,00,00,00,00,00,00,00,07,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_DIMRADIUS"
"Button#2HelpString"="Dimensions circle or arc by radius"
"Button#2ToolTip"="Radius"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000003
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-4] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ae,00,e9,01,ae,00,e9,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_WEDGE"
"Button#0HelpString"="Draws a wedge"
"Button#0ToolTip"="Wedge"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,9f,00,fb,01,9f,00,fb,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,80,bd,b5,40,80,bd,b5,40,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,70,ba,b5,40,70,ba,b5,40,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_PYRAMID"
"Button#1HelpString"="Draws a pyramid, or tetrahedron"
"Button#1ToolTip"="Pyramid"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,a1,00,31,01,a1,00,31,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_BOX"
"Button#2HelpString"="Draws a box"
"Button#2ToolTip"="Box"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,a2,00,3b,01,a2,00,3b,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_CONE"
"Button#3HelpString"="Draws a cone"
"Button#3ToolTip"="Cone"
"Button#4"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,a3,00,51,01,a3,00,51,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_CYLINDER"
"Button#4HelpString"="Draws a cylinder"
"Button#4ToolTip"="Cylinder"
"Button#5"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ab,00,d2,01,ab,00,d2,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="^C^C^C_SPHERE"
"Button#5HelpString"="Draws a sphere"
"Button#5ToolTip"="Sphere"
"Button#6"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,a4,00,7e,01,a4,00,7e,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="^C^C^C_DISH"
"Button#6HelpString"="Draws the lower half of a sphere"
"Button#6ToolTip"="Dish"
"Button#7"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,a5,00,81,01,a5,00,81,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="^C^C^C_DOME"
"Button#7HelpString"="Draws the upper half of a sphere"
"Button#7ToolTip"="Dome"
"Button#8"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ad,00,db,01,ad,00,db,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_TORUS"
"Button#8HelpString"="Draws a torus"
"Button#8ToolTip"="Torus"
"Button#9"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,dc,06,db,06,dc,06,db,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_3D;_MESH"
"Button#9HelpString"="Draws a mesh of evenly spaced lines between 4 corner
points in 3 dimensions"
"Button#9ToolTip"="Mesh"
"DefID"=dword:00000010
"Name"="Draw 3D"
"nButtons"=dword:00000011
"ToolBarID"=dword:00000004
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-4\\Button#10FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,a7,00,bb,01,a7,00,bb,01,2c,00,00,00,50,bc,b5,40,00,00,00,00,0a,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_PFACE"
"Button#0HelpString"="Creates a 3D polyface mesh with any number of vertices
and faces"
"Button#0ToolTip"="Polyface Mesh"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,a8,00,23,01,a8,00,23,01,2c,00,00,00,b0,bb,b5,40,00,00,00,00,0b,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_FACE"
"Button#1HelpString"="Creates one or more 3D faces having 3 or 4 sides each"
"Button#1ToolTip"="3D Face"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,a0,00,26,01,a0,00,26,01,2c,00,00,00,00,00,00,00,00,00,00,00,0c,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_MESH"
"Button#2HelpString"="Creates a 3D polygon mesh given an array of vertices"
"Button#2ToolTip"="Polygon Mesh"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000003
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-4\\Button#11FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,a9,00,c5,01,cc,02,5a,02,2c,00,00,00,d0,b9,b5,40,00,00,00,00,0d,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_REVSURF"
"Button#0HelpString"="Creates a 3D surface by revolving a linear entity around
a line"
"Button#0ToolTip"="Revolved Surface"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,aa,00,ca,01,aa,00,ca,01,2c,00,00,00,30,b9,b5,40,00,00,00,00,0e,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_RULESURF"
"Button#1HelpString"="Creates a 3D surface by connecting 2 separate linear
entities"
"Button#1ToolTip"="Ruled Surface"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ac,00,d6,01,ac,00,d6,01,2c,00,00,00,90,b8,b5,40,00,00,00,00,0f,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_TABSURF"
"Button#2HelpString"="Creates a 3D surface by projecting an entity along a path"
"Button#2ToolTip"="Extruded Surface"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,a6,00,87,01,a6,00,87,01,2c,00,00,00,00,00,00,00,00,00,00,00,10,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_EDGESURF"
"Button#3HelpString"="Creates a 3D Coons surface patch between 4 lines forming
a closed shape"
"Button#3ToolTip"="Coons Surface"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000004
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-5] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,b3,00,7f,01,a1,02,28,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_DIST"
"Button#0HelpString"="Finds the distance between two points"
"Button#0ToolTip"="Distance"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,b7,00,29,01,77,02,fe,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_AREA"
"Button#1HelpString"="Finds the area inside a closed entity"
"Button#1ToolTip"="Area"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,b4,00,95,01,6a,04,6b,04,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_IDPOINT"
"Button#2HelpString"="Gives the X, Y, and Z coordinates of the selected point"
"Button#2ToolTip"="ID Coordinates"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,b5,00,9b,01,b1,02,38,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_LIST"
"Button#3HelpString"="Lists information about the selected entity"
"Button#3ToolTip"="List Entity Info"
"Button#4"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,b2,00,da,01,d4,02,62,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_TIME"
"Button#4HelpString"="Lists the time-related variable information"
"Button#4ToolTip"="Time Variables"
"DefID"=dword:00000040
"Name"="Inquiry"
"nButtons"=dword:00000006
"ToolBarID"=dword:00000005
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-6] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,bd,00,b0,01,bd,02,4b,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="'_NEAREST"
"Button#0HelpString"="Sets snap to the nearest point on an entity"
"Button#0PushVar"="OSMODE&512"
"Button#0ToolTip"="Set Nearest Snap"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,b9,00,ac,01,b9,02,47,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,79,05,77,05,78,05,76,05,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10Command"="'_PLANVIEWINT"
"Button#10HelpString"="Sets snap to where entities would intersect, if they
were at current elevation"
"Button#10PushVar"="OSMODE&4096"
"Button#10ToolTip"="Set Plan View Intersection Snap"
"Button#11"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,bf,00,b3,01,c0,02,4e,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="'_NONE"
"Button#11HelpString"="Turns all entity snaps off"
"Button#11PushVar"="!OSMODE"
"Button#11ToolTip"="Clear Entity Snaps"
"Button#1Command"="'_ENDPOINT"
"Button#1HelpString"="Sets snap to the end of a linear entity"
"Button#1PushVar"="OSMODE&1"
"Button#1ToolTip"="Set Endpoint Snap"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,bc,00,af,01,bc,02,4a,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="'_MIDPOINT"
"Button#2HelpString"="Sets snap to the midpoint of a linear entity"
"Button#2PushVar"="OSMODE&2"
"Button#2ToolTip"="Set Midpoint Snap"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,c0,00,ab,01,b8,02,2b,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="'_CENTER"
"Button#3HelpString"="Sets snap to the center point"
"Button#3PushVar"="OSMODE&4"
"Button#3ToolTip"="Set Center Snap"
"Button#4"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,b8,00,b4,01,c1,02,4f,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="'_PERPENDICULAR"
"Button#4HelpString"="Sets snap perpendicular to selected entity"
"Button#4PushVar"="OSMODE&128"
"Button#4ToolTip"="Set Perpendicular Snap"
"Button#5"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,72,05,71,05,73,05,74,05,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="'_TANGENT"
"Button#5HelpString"="Sets snap tangent to selected entity"
"Button#5PushVar"="OSMODE&256"
"Button#5ToolTip"="Set Tangent Snap"
"Button#6"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,c1,00,b6,01,c3,02,51,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="'_QUADRANT"
"Button#6HelpString"="Sets snap to the nearest quadrant of a circle"
"Button#6PushVar"="OSMODE&16"
"Button#6ToolTip"="Set Quadrant Snap"
"Button#7"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ba,00,ad,01,ba,02,48,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="'_INSERTION"
"Button#7HelpString"="Sets snap to the insertion point of a block"
"Button#7PushVar"="OSMODE&64"
"Button#7ToolTip"="Set Insertion Point Snap"
"Button#8"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,be,00,b2,01,bf,02,4d,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="'_NODE"
"Button#8HelpString"="Sets snap to the nearest Point entity"
"Button#8PushVar"="OSMODE&8"
"Button#8ToolTip"="Set Point Snap"
"Button#9"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,7d,05,7b,05,7c,05,7a,05,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="'_INTERSECTION"
"Button#9HelpString"="Sets snap to the point in space where entities actually
intersect"
"Button#9PushVar"="OSMODE&32"
"Button#9ToolTip"="Set Intersection Snap"
"DefID"=dword:00000080
"Name"="Entity Snaps"
"nButtons"=dword:0000000e
"ToolBarID"=dword:00000006
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-7] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ca,00,91,01,ca,00,91,01,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="'_GRID;_T"
"Button#0HelpString"="Makes the reference grid visible"
"Button#0PushVar"="GRIDMODE"
"Button#0ToolTip"="Reference Grid"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,d1,00,d0,01,d1,00,d0,01,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e8,00,df,01,d7,02,65,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10Command"="^C^C^C_SETUCS"
"Button#10HelpString"="Selects a User Coordinate System in which to display
drawing"
"Button#10ToolTip"="User Coordinate Systems..."
"Button#11"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,fe,05,f7,05,ea,05,dd,05,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="^C^C^C_SETLAYER"
"Button#11HelpString"="Sets the current layer to that of the selected entity"
"Button#11ToolTip"="Set Layer by Entity"
"Button#12"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,cb,00,97,01,18,06,17,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#12Command"="^C^C^C_EXPLAYERS"
"Button#12HelpString"="Opens the IntelliCAD Explorer for layers"
"Button#12ToolTip"="Explore Layers..."
"Button#13"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,d6,06,d5,06,d4,06,d3,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#13Command"="^C^C^C_EXPBLOCKS"
"Button#13HelpString"="Opens the IntelliCAD Explorer for blocks and externally
referenced drawings"
"Button#13ToolTip"="Explore Blocks..."
"Button#14"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,d2,06,d1,06,d0,06,cf,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#14Command"="^C^C^C_EXPVIEWS"
"Button#14HelpString"="Opens the IntelliCAD Explorer for views"
"Button#14ToolTip"="Explore Views..."
"Button#15"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,da,06,d9,06,d8,06,d7,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#15Command"="^C^C^C_EXPUCS"
"Button#15HelpString"="Opens the IntelliCAD Explorer for coordinate systems"
"Button#15ToolTip"="Explore Coordinate Systems..."
"Button#16"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,cd,00,9c,01,1a,06,19,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#16Command"="^C^C^C_EXPLTYPES"
"Button#16HelpString"="Opens the IntelliCAD Explorer for linetypes"
"Button#16ToolTip"="Explore Linetypes..."
"Button#17"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,d2,00,d5,01,1b,06,1c,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#17Command"="^C^C^C_EXPFONTS"
"Button#17HelpString"="Opens the IntelliCAD Explorer for text styles"
"Button#17ToolTip"="Explore Text Styles..."
"Button#18"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,eb,61,ec,61,ee,61,ed,61,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#18Command"="^C^C^C_EXPDIMSTYLES"
"Button#18HelpString"="Opens the IntelliCAD Explorer for dimension styles"
"Button#18ToolTip"="Explore Dimension Styles..."
"Button#19"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,c2,00,cd,01,d0,02,5e,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#19Command"="^C^C^C_SETTINGS"
"Button#19HelpString"="Opens the Drawing Settings dialog box"
"Button#19ToolTip"="Drawing Settings..."
"Button#1Command"="'_SNAP;_T"
"Button#1HelpString"="Aligns new entities according to Snap spacing"
"Button#1PushVar"="SNAPMODE"
"Button#1ToolTip"="Snap"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ce,00,a9,01,b6,02,3d,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#20"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,9d,00,7c,01,9f,02,26,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#20Command"="^C^C^C_SETDIM"
"Button#20HelpString"="Opens the Dimension Settings dialog box"
"Button#20ToolTip"="Dimension Settings..."
"Button#2Command"="'_ORTHOGONAL;_T"
"Button#2HelpString"="Constrains lines to horizontal or vertical"
"Button#2PushVar"="ORTHOMODE"
"Button#2ToolTip"="Draw Orthogonal"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,cf,00,aa,01,b7,02,3e,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_SETESNAP"
"Button#3HelpString"="Sets modes for snapping to entities"
"Button#3ToolTip"="Entity Snap Settings"
"Button#4"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,d0,00,24,01,d0,00,24,01,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="'_APERTURE"
"Button#4HelpString"="Sets selection area for snapping to entities"
"Button#4ToolTip"="Entity Snap Precision"
"Button#5"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,30,c2,b5,40,30,c2,b5,40,ff,ff,\
ff,ff,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,c9,00,a3,01,ac,02,33,02,2f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="^C^C^C_FILL;_T"
"Button#6HelpString"="When on, planar entities are drawn filled with color"
"Button#6PushVar"="FILLMODE"
"Button#6ToolTip"="Fill"
"Button#7"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,cc,00,99,01,af,02,36,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="^C^C^C_LIMITS;_T"
"Button#7HelpString"="Sets the drawing limits, and turns them on or off"
"Button#7PushVar"="LIMCHECK"
"Button#7ToolTip"="Drawing Limits"
"Button#8"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,c8,00,88,01,a6,02,2d,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_ELEVATION"
"Button#8HelpString"="Sets elevation and thickness"
"Button#8ToolTip"="Elevation"
"Button#9"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,03,06,fc,05,ef,05,e5,05,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_THICKNESS"
"Button#9HelpString"="Sets thickness for new entities"
"Button#9ToolTip"="Thickness"
"DefID"=dword:00000100
"Name"="Settings"
"nButtons"=dword:0000001c
"ToolBarID"=dword:00000007
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-7\\Button#5FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,c5,00,39,01,81,02,08,02,6f,00,00,00,90,c1,b5,40,00,00,00,00,05,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="'_SETCOLOR"
"Button#0HelpString"="Opens the Color dialog box"
"Button#0ToolTip"="Select Color..."
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e0,03,df,03,e0,03,df,03,6f,00,00,00,f0,c0,b5,40,00,00,00,00,06,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="'_Color;_White"
"Button#1HelpString"="Sets the current color to white"
"Button#1ToolTip"="White"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,eb,03,e6,03,eb,03,e6,03,6f,00,00,00,50,c0,b5,40,00,00,00,00,07,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="'_Color;_Blue"
"Button#2HelpString"="Sets the current color to blue"
"Button#2ToolTip"="Blue"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ec,03,e4,03,ec,03,e4,03,6f,00,00,00,60,df,b5,40,00,00,00,00,08,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="'_Color;_Cyan"
"Button#3HelpString"="Sets the current color to cyan"
"Button#3ToolTip"="Cyan"
"Button#4"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ea,03,e3,03,ea,03,e3,03,6f,00,00,00,c0,de,b5,40,00,00,00,00,09,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="'_Color;_Green"
"Button#4HelpString"="Sets the current color to green"
"Button#4ToolTip"="Green"
"Button#5"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e8,03,e2,03,e8,03,e2,03,6f,00,00,00,20,de,b5,40,00,00,00,00,0a,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="'_Color;_Yellow"
"Button#5HelpString"="Sets the current color to yellow"
"Button#5ToolTip"="Yellow"
"Button#6"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e9,03,e5,03,e9,03,e5,03,6f,00,00,00,80,dd,b5,40,00,00,00,00,0b,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="'_Color;_Red"
"Button#6HelpString"="Sets the current color to red"
"Button#6ToolTip"="Red"
"Button#7"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e7,03,e1,03,e7,03,e1,03,6f,00,00,00,e0,dc,b5,40,00,00,00,00,0c,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="'_Color;_Magenta"
"Button#7HelpString"="Sets the current color to magenta"
"Button#7ToolTip"="Magenta"
"Button#8"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,12,05,11,05,10,05,0f,05,6f,00,00,00,40,dc,b5,40,00,00,00,00,0d,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="'_Color;_BYLAYER"
"Button#8HelpString"="Adopts the color of the layer on which it is used"
"Button#8ToolTip"="BYLAYER"
"Button#9"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,0e,05,0d,05,0b,05,0c,05,6f,00,00,00,00,00,00,00,00,00,00,00,0e,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="'_Color;_BYBLOCK"
"Button#9HelpString"="Adopts the color of the block in which it is used"
"Button#9ToolTip"="BYBLOCK"
"idxParentCur"=dword:00000000
"nButtons"=dword:0000000a
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-8] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,f0,61,ef,61,f1,61,f2,61,2f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_EXPLAYERS"
"Button#0HelpString"="Opens the IntelliCAD Explorer"
"Button#0ToolTip"="IntelliCAD Explorer..."
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ce,07,d0,07,cf,07,d1,07,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,da,00,3e,01,84,02,0b,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10Command"="^C^C^C_DDATTE"
"Button#10HelpString"="Edits one or more attributes of a block"
"Button#10ToolTip"="Edit Block Attributes"
"Button#11"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,de,00,2b,01,d6,00,70,05,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="^C^C^C_ATTDISP"
"Button#11HelpString"="Shows all attributes, none, or those normally visible"
"Button#11PushVar"="ATTMODE"
"Button#11ToolTip"="Attribute Display"
"Button#12"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,d7,00,2c,01,79,02,fc,01,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#12Command"="^C^C^C_ATTEDIT"
"Button#12HelpString"="Edits attributes, either all, or just those on-screen"
"Button#12ToolTip"="Edit Attributes"
"Button#13"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,cd,06,cb,06,cc,06,ca,06,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#13Command"="^C^C^C_DDATTEXT"
"Button#13HelpString"="Copies data from attributes to a text file"
"Button#13ToolTip"="Extract Attributes"
"Button#14"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,21,06,24,06,22,06,23,06,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#14Command"="^C^C^C_XREF"
"Button#14HelpString"="Associates another drawing with the current one for
reference"
"Button#14ToolTip"="External Reference"
"Button#1Command"="^C^C^C_GROUP"
"Button#1HelpString"="Creates named selection sets of entities"
"Button#1ToolTip"="Group..."
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,69,05,66,05,6d,05,6b,05,3e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_RECSCRIPT"
"Button#2HelpString"="Asks for a name, then begins recording a command line
script"
"Button#2PushVar"="MACROREC"
"Button#2ToolTip"="Record Script..."
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,67,05,64,05,6e,05,6c,05,3e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_STOPSCRIPT"
"Button#3HelpString"="Stops recording the script"
"Button#3ToolTip"="Stop Recording"
"Button#4"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,68,05,65,05,6f,05,6a,05,3e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_SCRIPT"
"Button#4HelpString"="Runs a previously saved command line script"
"Button#4ToolTip"="Run Script..."
"Button#5"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,75,00,30,01,14,06,13,06,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="^C^C^C_BLOCK"
"Button#5HelpString"="Saves a block that you can reuse within this drawing "
"Button#5ToolTip"="Create Block"
"Button#6"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e2,00,e7,01,15,06,16,06,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="^C^C^C_WBLOCK"
"Button#6HelpString"="Saves a block as an independent drawing"
"Button#6ToolTip"="Save Block to Disk..."
"Button#7"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,dd,00,a2,01,dd,00,a2,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="^C^C^C_MSNAPSHOT"
"Button#7HelpString"="Makes a snapshot image of the current window"
"Button#7ToolTip"="Make Snapshot..."
"Button#8"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e1,00,e6,01,da,02,68,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_VSNAPSHOT"
"Button#8HelpString"="Views a previously saved snapshot"
"Button#8ToolTip"="View Snapshot..."
"Button#9"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,f6,00,2a,01,78,02,ff,01,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_DDATTDEF"
"Button#9HelpString"="Defines how a block's attributes will be created"
"Button#9ToolTip"="Define Attributes..."
"DefID"=dword:00000200
"Name"="Tools"
"nButtons"=dword:00000015
"ToolBarID"=dword:00000008
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-9] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,b0,e3,b5,40,b0,e3,b5,40,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e5,00,b8,01,e5,00,b8,01,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e6,00,bc,01,c7,02,55,02,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10Command"="^C^C^C_PLAN"
"Button#10GrayVar"="!VIEWMODE&1"
"Button#10HelpString"="Shows the top view of the User Coordinate System you
specify"
"Button#10ToolTip"="Plan View"
"Button#11"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e4,00,84,01,47,06,48,06,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="^C^C^C_DVIEW"
"Button#11HelpString"="Displays a perspective view from a given point"
"Button#11ToolTip"="Define View"
"Button#12"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,e9,00,cf,01,45,06,49,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#12Command"="^C^C^C_VIEW"
"Button#12HelpString"="Saves the current view. Loads or deletes a saved view"
"Button#12ToolTip"="Save/Restore View"
"Button#13"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,28,06,27,06,25,06,26,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#13Command"="^C^C^C_PMSPACE"
"Button#13HelpString"="Brings up a choice of workspaces: Paper Space, Model
Space, or Tiled"
"Button#13ToolTip"="Workspaces..."
"Button#14"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,2d,06,43,06,41,06,42,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#14Command"="^C^C^C_VIEWPORTS"
"Button#14HelpString"="Defines and saves multiple-window arrangements for the
current drawing"
"Button#14ToolTip"="Viewports"
"Button#15"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,2c,06,2b,06,29,06,2a,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#15Command"="^C^C^C_MVIEW"
"Button#15HelpString"="Creates multiple views in paper space for the current
drawing"
"Button#15ToolTip"="Paper Space Views"
"Button#1Command"="'_PAN"
"Button#1GrayVar"="!VIEWMODE&1"
"Button#1HelpString"="Pans from side to side, or up and down"
"Button#1ToolTip"="Pan"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,c6,03,c8,03,ca,03,c5,03,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="'_ZOOM;2x"
"Button#2GrayVar"="!VIEWMODE&1"
"Button#2HelpString"="Zooms in on the center of the window by a factor of 2"
"Button#2ToolTip"="Zoom In"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,c9,03,c7,03,cb,03,c4,03,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="'_ZOOM;.5x"
"Button#3GrayVar"="!VIEWMODE&1"
"Button#3HelpString"="Zooms out from the center of the window by a factor of
1/2"
"Button#3ToolTip"="Zoom Out"
"Button#4"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,f5,00,e4,01,e1,02,5c,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="'_ZOOM;_W"
"Button#4GrayVar"="!VIEWMODE&1"
"Button#4HelpString"="Zooms to a window that you specify"
"Button#4ToolTip"="Zoom Window"
"Button#5"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,f0,00,f1,01,e6,02,6f,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="'_ZOOM;_E"
"Button#5GrayVar"="!VIEWMODE&1"
"Button#5HelpString"="Zooms to the extents of the drawing"
"Button#5ToolTip"="Zoom Extents"
"Button#6"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,e0,fc,b5,40,e0,fc,b5,40,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,c0,f9,b5,40,c0,f9,b5,40,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,a3,05,a1,05,a2,05,a0,05,2f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_VIEWCTL"
"Button#8GrayVar"="!VIEWMODE&1"
"Button#8HelpString"="Brings up the real-time Viewpoint Control dialog box"
"Button#8ToolTip"="Dynamic View Control..."
"Button#9"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ea,00,f6,01,d9,02,67,02,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_SETVPOINT"
"Button#9GrayVar"="!VIEWMODE&1"
"Button#9HelpString"="Opens the Viewpoint dialog box"
"Button#9ToolTip"="Preset Viewpoints..."
"DefID"=dword:00000400
"Name"="View"
"nButtons"=dword:00000015
"ToolBarID"=dword:00000009
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-9\\Button#0FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,b0,05,af,05,ad,05,ae,05,6f,00,00,00,10,e3,b5,40,00,00,00,00,00,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="'_REDRAW"
"Button#0HelpString"="Refreshes the display of the current window"
"Button#0ToolTip"="Redraw"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,97,06,96,06,98,06,95,06,2f,00,00,00,70,e2,b5,40,00,00,00,00,01,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="'_REDRAWALL"
"Button#1HelpString"="Refreshes the display of the all windows for the current
drawing"
"Button#1ToolTip"="Redraw All"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,94,06,c4,01,cb,02,59,02,6f,00,00,00,d0,e1,b5,40,00,00,00,00,02,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="'_REGEN"
"Button#2HelpString"="Recalculates display coordinates for the current window"
"Button#2ToolTip"="Regen"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,9a,06,99,06,9c,06,59,02,2f,00,00,00,00,00,00,00,00,00,00,00,03,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="'_REGENALL"
"Button#3HelpString"="Recalculates display coordinates for all windows for the
current drawing"
"Button#3ToolTip"="Regen All"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000004
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-9\\Button#6FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,f2,00,f3,01,e3,02,71,02,6f,00,00,00,40,fc,b5,40,00,00,00,00,09,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="'_ZOOM;_P"
"Button#0GrayVar"="!VIEWMODE&1"
"Button#0HelpString"="Zooms to the previous view"
"Button#0ToolTip"="Zoom Previous"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ee,00,ef,01,df,02,6d,02,6f,00,00,00,a0,fb,b5,40,00,00,00,00,0a,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="'_ZOOM;_A"
"Button#1GrayVar"="!VIEWMODE&1"
"Button#1HelpString"="Zooms All"
"Button#1ToolTip"="Zoom All"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ec,00,ed,01,dd,02,6b,02,6e,00,00,00,00,fb,b5,40,00,00,00,00,0b,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="'_ZOOM;_L"
"Button#2GrayVar"="!VIEWMODE&1"
"Button#2HelpString"="Zooms in - you specify lower-left corner"
"Button#2ToolTip"="Zoom Left"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ef,00,f0,01,c5,02,6e,02,6e,00,00,00,00,00,00,00,00,00,00,00,0c,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="'_ZOOM;_C"
"Button#3GrayVar"="!VIEWMODE&1"
"Button#3HelpString"="Zooms in, centered on a point you specify"
"Button#3ToolTip"="Zoom Center"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000004
[Software\\CADopia\\IntelliCAD\\ToolBars\\ToolBar-9\\Button#7FlyOut] 1028402604
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,8e,07,79,07,73,07,6d,07,2f,00,00,00,20,f9,b5,40,00,00,00,00,0d,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_RTPAN"
"Button#0HelpString"="Real-time panning"
"Button#0ToolTip"="Real-Time Pan"
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,93,07,8d,07,78,07,72,07,2f,00,00,00,80,f8,b5,40,00,00,00,00,0e,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_RTZOOM"
"Button#1HelpString"="Real-time zooming"
"Button#1ToolTip"="Real-Time Zoom"
"Button#2"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,8f,07,7a,07,74,07,6e,07,2f,00,00,00,e0,f7,b5,40,00,00,00,00,0f,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_RTROT"
"Button#2HelpString"="Real-time spherical rotation"
"Button#2ToolTip"="Real-Time Sphere"
"Button#3"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,90,07,7b,07,75,07,6f,07,2f,00,00,00,40,f7,b5,40,00,00,00,00,10,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_RTROTX"
"Button#3HelpString"="Real-time cylindrical X-rotation"
"Button#3ToolTip"="Real-Time X"
"Button#4"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,91,07,8b,07,76,07,70,07,2f,00,00,00,a0,f6,b5,40,00,00,00,00,11,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_RTROTY"
"Button#4HelpString"="Real-time cylindrical Y-rotation"
"Button#4ToolTip"="Real-Time Y"
"Button#5"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,92,07,8c,07,77,07,71,07,2f,00,00,00,00,00,00,00,00,00,00,00,12,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="^C^C^C_RTROTZ"
"Button#5HelpString"="Real-time cylindrical Z-rotation"
"Button#5ToolTip"="Real-Time Z"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000006
[Software\\Caligari trueSpace5] 1004220758
"ICAppDir"="C:\\trueSpace5"
[Software\\Caligari trueSpace5\\Key Frame Editor] 1001885750
[Software\\Caligari trueSpace5\\MRU] 1001885750
[Software\\Caligari trueSpace5\\Old Plugins] 1001885750
[Software\\General CADD Application\\GeneralCADD\\Settings] 1027890857
[Software\\Gothic Systems\\OM] 1001885750
"TrialAppDir"="C:\\trueSpace5\\TSX\\ObjectMan"
[Software\\Microsoft\\Notepad] 1001885750
"fWrap"=dword:00000001
[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced] 1026615717
[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders]
1006451871
"Desktop"="C:\\WINDOWS\\Desktop"
"Fonts"="C:\\WINDOWS\\Fonts"
"Programs"="C:\\WINDOWS\\Start Menu\\Programs"
"Start Menu"="C:\\WINDOWS\\Start Menu"
"StartUp"="C:\\WINDOWS\\Start Menu\\Programs\\StartUp"
[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders]
1001885464
[Software\\Visio\\IntelliCAD\\Accelerators] 1001880993
[Software\\Visio\\IntelliCAD\\Addins] 1026056917
[Software\\Visio\\IntelliCAD\\Aliases] 1001881064
[Software\\Visio\\IntelliCAD\\Config] 1026057037
"Drawing"="\\My Documents"
"Font"="Fonts"
"HatchPat"="Patterns;Patterns\\ISO"
"Help"="Help"
"SV_SIZE"=dword:00000d96
"SV_VARS"=hex:0a,00,00,00,01,00,69,63,61,64,2e,64,77,67,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,01,00,3a,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,\
03,00,05,00,05,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,01,00,0a,00,19,00,02,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,74,78,74,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,69,63,61,64,\
2e,66,6d,70,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,03,\
00,01,00,01,00,03,00,32,00,49,6e,74,65,6c,6c,69,43,41,44,20,55,73,65,72,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,01,00,01,00,01,00,c8,00,01,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,27,2e,5a,4f,\
4f,4d,3b,30,2e,38,58,3b,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,27,2e,5a,\
4f,4f,4d,3b,31,2e,32,35,58,3b,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,04,00,\
01,00,01,00,03,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,01,00,01,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4b,00,00,\
00,00,00,2e,53,56,24,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,3c,00,1a,00,01,00,00,00,00,00,00,00,84,40,00,00,00,00,00,00,7e,\
40,00,00,00,00,00,f0,8f,40,00,00,00,00,00,60,82,40,00,01,60,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
01,00,01,00,01,00,80,96,98,00,00,00,00,00,03,00,02,00,02,00,00,00,01,00,01,\
00,00,00,00,00,00,00,00,00,08,c0,00,00,00,00,00,00,43,40,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,14,c0,00,00,00,00,00,00,14,\
c0,00,00,00,00,00,88,8a,40,00,00,00,00,00,80,61,40,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,84,40,00,00,00,00,00,00,4f,40,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,28,90,40,00,00,00,00,00,50,88,40,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00
"Xref"="\\My Documents"
[Software\\Visio\\IntelliCAD\\ControlBars] 1026056965
[Software\\Visio\\IntelliCAD\\IntelliCAD\\ControlBars\\ControlBar-Bar0]
1026614879
"BarID"=dword:0000e801
[Software\\Visio\\IntelliCAD\\IntelliCAD\\ControlBars\\ControlBar-Bar1]
1026614879
"BarID"=dword:00000066
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:0000001c
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:fffffffe
"MRUDockRightPos"=dword:0000015e
"MRUDockTopPos"=dword:fffffffe
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:fffffffe
[Software\\Visio\\IntelliCAD\\IntelliCAD\\ControlBars\\ControlBar-Bar10]
1026614879
"BarID"=dword:0000006f
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:0000001c
"MRUDockID"=dword:0000e81b
"MRUDockLeftPos"=dword:00000160
"MRUDockRightPos"=dword:000002d7
"MRUDockTopPos"=dword:fffffffe
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"XPos"=dword:00000160
"YPos"=dword:fffffffe
[Software\\Visio\\IntelliCAD\\IntelliCAD\\ControlBars\\ControlBar-Bar11]
1026614879
"BarID"=dword:00000070
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:40b7073c
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:00000000
"MRUDockRightPos"=dword:00000020
"MRUDockTopPos"=dword:00000000
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"Visible"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:fffffffe
[Software\\Visio\\IntelliCAD\\IntelliCAD\\ControlBars\\ControlBar-Bar12]
1026614879
"Bar#0"=dword:00000000
"Bar#1"=dword:00000066
"Bar#10"=dword:00000000
"Bar#11"=dword:0000006b
"Bar#12"=dword:00000000
"Bar#13"=dword:0000006c
"Bar#14"=dword:00000000
"Bar#15"=dword:0000006d
"Bar#16"=dword:00000000
"Bar#17"=dword:0000006e
"Bar#18"=dword:00000000
"Bar#19"=dword:00000070
"Bar#2"=dword:0000006f
"Bar#20"=dword:00000000
"Bar#3"=dword:00000000
"Bar#4"=dword:00000067
"Bar#5"=dword:00000068
"Bar#6"=dword:00000000
"Bar#7"=dword:00000069
"Bar#8"=dword:00000000
"Bar#9"=dword:0000006a
"BarID"=dword:0000e81b
"Bars"=dword:00000015
[Software\\Visio\\IntelliCAD\\IntelliCAD\\ControlBars\\ControlBar-Bar13]
1026614879
"Bar#0"=dword:00000000
"Bar#1"=dword:0000044e
"Bar#2"=dword:00000000
"BarID"=dword:0000e81e
"Bars"=dword:00000003
[Software\\Visio\\IntelliCAD\\IntelliCAD\\ControlBars\\ControlBar-Bar14]
1026614879
"BarID"=dword:0000044e
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:0000003c
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:fffffffe
"MRUDockRightPos"=dword:00000404
"MRUDockTopPos"=dword:fffffffe
"MRUFloatStyle"=dword:00000004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:000002e0
"XPos"=dword:fffffffe
"YPos"=dword:fffffffe
[Software\\Visio\\IntelliCAD\\IntelliCAD\\ControlBars\\ControlBar-Bar2]
1026614879
"BarID"=dword:00000067
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:0000003a
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:fffffffe
"MRUDockRightPos"=dword:000001cc
"MRUDockTopPos"=dword:0000001c
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:0000001c
[Software\\Visio\\IntelliCAD\\IntelliCAD\\ControlBars\\ControlBar-Bar3]
1026614879
"BarID"=dword:00000068
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:0000003a
"MRUDockID"=dword:0000e81b
"MRUDockLeftPos"=dword:000001cc
"MRUDockRightPos"=dword:0000041a
"MRUDockTopPos"=dword:0000001c
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:000002e0
"XPos"=dword:000001cc
"YPos"=dword:0000001c
[Software\\Visio\\IntelliCAD\\IntelliCAD\\ControlBars\\ControlBar-Bar4]
1026614879
"BarID"=dword:00000069
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:00000000
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:00000000
"MRUDockRightPos"=dword:00000000
"MRUDockTopPos"=dword:00000000
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000010
"Visible"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:fffffffe
[Software\\Visio\\IntelliCAD\\IntelliCAD\\ControlBars\\ControlBar-Bar5]
1026614879
"BarID"=dword:0000006a
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:00000000
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:00000000
"MRUDockRightPos"=dword:00000000
"MRUDockTopPos"=dword:00000000
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"Visible"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:fffffffe
[Software\\Visio\\IntelliCAD\\IntelliCAD\\ControlBars\\ControlBar-Bar6]
1026614879
"BarID"=dword:0000006b
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:00000000
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:00000000
"MRUDockRightPos"=dword:00000000
"MRUDockTopPos"=dword:00000000
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"Visible"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:fffffffe
[Software\\Visio\\IntelliCAD\\IntelliCAD\\ControlBars\\ControlBar-Bar7]
1026614879
"BarID"=dword:0000006c
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:00000000
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:00000000
"MRUDockRightPos"=dword:00000000
"MRUDockTopPos"=dword:00000000
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"Visible"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:fffffffe
[Software\\Visio\\IntelliCAD\\IntelliCAD\\ControlBars\\ControlBar-Bar8]
1026614879
"BarID"=dword:0000006d
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:00000000
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:00000000
"MRUDockRightPos"=dword:00000000
"MRUDockTopPos"=dword:00000000
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000000
"Visible"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:fffffffe
[Software\\Visio\\IntelliCAD\\IntelliCAD\\ControlBars\\ControlBar-Bar9]
1026614879
"BarID"=dword:0000006e
"Docking"=dword:00000001
"MRUDockBottomPos"=dword:00000004
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:00000000
"MRUDockRightPos"=dword:000046d5
"MRUDockTopPos"=dword:00000000
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:00000010
"Visible"=dword:00000000
"XPos"=dword:fffffffe
"YPos"=dword:fffffffe
[Software\\Visio\\IntelliCAD\\IntelliCAD\\ControlBars\\ControlBar-Summary]
1026614879
"Bars"=dword:0000000f
"ScreenCX"=dword:00000400
"ScreenCY"=dword:00000300
[Software\\Visio\\IntelliCAD\\IntelliCAD\\Settings] 1026056916
[Software\\Visio\\IntelliCAD\\IntelliCAD\\Tip] 1026614764
"FilePos"=dword:00000374
"StartUp"=dword:00000000
"TimeStamp"="Tue Aug 31 00:33:10 1999"
[Software\\Visio\\IntelliCAD\\Menu] 1026056965
"nMenuItems"=dword:00000101
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-0] 1026056965
"Name"="&File"
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-1] 1026056965
"Command"="^C^C^C_NEWWIZ"
"HelpString"="Creates a new drawing"
"Name"="&New...\tCtrl+N"
"SubLevel"=hex:01,00
"Visibility"=dword:000000bf
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-10] 1026056965
"Command"="^C^C^C_PRINT"
"HelpString"="Print the current drawing"
"Name"="&Print...\tCtrl+P"
"SubLevel"=hex:01,00
"Visibility"=dword:000000af
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-100] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_3D;MESH"
"HelpString"="Draws a mesh of evenly spaced lines between 4 corner points in 3
dimensions"
"Name"="Mes&h"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-101] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_PFACE"
"HelpString"="Creates a 3D polyface mesh with any number of vertices and faces"
"Name"="Po&lyface Mesh"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-102] 1026056965
"Command"="^C^C^C_FACE"
"HelpString"="Creates one or more 3D faces having 3 or 4 sides each"
"Name"="&Face"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-103] 1026056965
"Command"="^C^C^C_MESH"
"HelpString"="Creates a 3D polygon mesh given an array of vertices"
"Name"="Polygon Mes&h"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-104] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_REVSURF"
"HelpString"="Creates a 3D surface by revolving a linear entity around a line"
"Name"="Re&volved Surface"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-105] 1026056965
"Command"="^C^C^C_RULESURF"
"HelpString"="Creates a 3D surface by connecting 2 separate linear entities"
"Name"="R&uled Surface"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-106] 1026056965
"Command"="^C^C^C_TABSURF"
"HelpString"="Creates a 3D surface by projecting an entity along a path"
"Name"="E&xtruded Surface"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-107] 1026056965
"Command"="^C^C^C_EDGESURF"
"HelpString"="Creates a 3D Coons surface patch between 4 lines forming a closed
shape"
"Name"="C&oons Surface"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-108] 1026056965
"Name"="&Dimensions"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-109] 1026056965
"Command"="^C^C^C_DIMLINEAR"
"HelpString"="Draws a horizontal or vertical dimension"
"Name"="&Linear"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-11] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_MAIL"
"HelpString"="Sends the current drawing to a mail recipient"
"Name"="Sen&d Mail..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-110] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DIMALIGNED"
"HelpString"="Draws the dimension parallel to the selected entity"
"Name"="&Aligned"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-111] 1026056965
"Command"="^C^C^C_DIMANGULAR"
"HelpString"="Dimensions angular lines"
"Name"="An&gular"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-112] 1026056965
"Command"="^C^C^C_DIMLEADER"
"HelpString"="Draws leader lines"
"Name"="L&eader"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-113] 1026056965
"Command"="^C^C^C_DIMLINEAR;\\\\ROTATED"
"HelpString"="Draws a dimension at a specified angle"
"Name"="&Rotated"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-114] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DIMCENTER"
"HelpString"="Places center lines in circle or arc"
"Name"="&Center Lines"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-115] 1026056965
"Command"="^C^C^C_DIMDIAMETER"
"HelpString"="Dimensions circle or arc by diameter"
"Name"="&Diameter"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-116] 1026056965
"Command"="^C^C^C_DIMRADIUS"
"HelpString"="Dimensions circle or arc by radius"
"Name"="Rad&ius"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-117] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DIMBASELINE"
"HelpString"="Draws multiple dimensions from a single extension line"
"Name"="&Baseline"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-118] 1026056965
"Command"="^C^C^C_DIMCONTINUE"
"HelpString"="Draws dimensions one after another along a line or arc"
"Name"="Contin&ue"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-119] 1026056965
"Command"="^C^C^C_DIMORDINATE"
"HelpString"="Draws ordinate dimensions off the entity"
"Name"="&Ordinate"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-12] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_EXIT"
"HelpString"="Exits IntelliCAD"
"Name"="E&xit"
"SubLevel"=hex:01,00
"Visibility"=dword:000000bf
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-120] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_TOLERANCE"
"HelpString"="Inserts tolerance symbols and values"
"Name"="&Tolerance"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-121] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DIMEDIT;OBLIQUE"
"HelpString"="Changes an exNULL,isting dimension to an oblique dimension"
"Name"="Make Obli&que"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-122] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DIMEDIT;NEW"
"HelpString"="Replaces existing dimension text with new text"
"Name"="Edit Di&mension Text"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-123] 1026056965
"Command"="^C^C^C_DIMEDIT;ROTATE"
"HelpString"="Rotates selected dimension text to a specified angle"
"Name"="Rotate Dime&nsion Text"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-124] 1026056965
"Command"="^C^C^C_DIMTEDIT"
"HelpString"="Moves or rotates the selected dimension text"
"Name"="Re&position Dimension Text"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-125] 1026056965
"Command"="^C^C^C_DIMEDIT;HOME"
"HelpString"="Restores selected dimension text to its default position"
"Name"="Restore Te&xt Position"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-126] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DIMSTYLE;SAVE"
"HelpString"="Saves the current dimensioning style"
"Name"="&Save Style"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-127] 1026056965
"Command"="^C^C^C_DIMSTYLE;RESTORE"
"HelpString"="Restores the dimensioning style"
"Name"="Restore St&yle"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-128] 1026056965
"Command"="^C^C^C_DIMSTYLE;STATUS"
"HelpString"="Shows the current values for dimensioning variables"
"Name"="Dimension &Variable Status"
"SubLevel"=hex:02,00
"Visibility"=dword:00000028
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-129] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_INSERTOBJ"
"HelpString"="Opens the OLE Insert Object dialog box"
"Name"="Ob&ject..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-13] 1026056965
"Name"="&Edit"
"Visibility"=dword:00000200
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-130] 1026056965
"Name"="&Modify"
"Visibility"=dword:00000200
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-131] 1026056965
"Command"="^C^C^C_PRINT"
"EntityVisibility"=dword:1fffffff
"HelpString"="Prints the selection"
"Name"="Print"
"SubLevel"=hex:01,00
"Visibility"=dword:00000107
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-132] 1026056965
"Command"="^C^C^C_DELETE"
"EntityVisibility"=dword:1fffffff
"HelpString"="Deletes the selection"
"Name"="Delete"
"SubLevel"=hex:01,00
"Visibility"=dword:00000107
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-133] 1026056965
"Command"="^C^C^C_MOVE"
"EntityVisibility"=dword:1fffffff
"HelpString"="Moves the selection"
"Name"="&Move"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-134] 1026056965
"Command"="^C^C^C_COPY"
"EntityVisibility"=dword:1fffffff
"HelpString"="Draws one, or several, duplicates of the selection"
"Name"="&Copy"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-135] 1026056965
"Command"="^C^C^C_PARALLEL"
"EntityVisibility"=dword:8140107e
"HelpString"="Copies the selection through a point, or by a given distance"
"Name"="&Parallel"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-136] 1026056965
"Command"="^C^C^C_SCALE"
"EntityVisibility"=dword:17fffffe
"HelpString"="Changes the size of the selection, without changing the aspect
ratio"
"Name"="&Scale"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-137] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_ROTATE"
"EntityVisibility"=dword:17ffffff
"HelpString"="Rotates the selection about a point"
"Name"="&Rotate"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-138] 1026056965
"Command"="^C^C^C_ROTATE3D"
"HelpString"="Rotates the selection about a line"
"Name"="3D Rotate"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-139] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_MIRROR"
"EntityVisibility"=dword:03ffffff
"HelpString"="Mirrors the selection about a line"
"Name"="M&irror"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-14] 1026056965
"Command"="^C^C^C_U"
"GrayVar"="UNDOCTL&1"
"HelpString"="Undoes previous actions"
"Name"="&Undo\tCtrl+Z"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-140] 1026056965
"Command"="^C^C^C_MIRROR3D"
"HelpString"="Mirrors the selection through a plane"
"Name"="&3D Mirror"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-141] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_ARRAY"
"EntityVisibility"=dword:0bffffff
"HelpString"="Creates a polar or rectangular array of entities"
"Name"="Arra&y"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-142] 1026056965
"Command"="^C^C^C_3DARRAY"
"HelpString"="Creates polar or rectangular arrays of entities in 3 dimensions"
"Name"="3D Array"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-143] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_BREAK"
"EntityVisibility"=dword:8140f07e
"HelpString"="Breaks a linear entity at the specified point"
"Name"="&Break"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-144] 1026056965
"Command"="^C^C^C_JOIN"
"EntityVisibility"=dword:8140f07e
"HelpString"="Joins selected co-linear entities into a single entity"
"Name"="&Join"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-145] 1026056965
"Command"="^C^C^C_TRIM"
"EntityVisibility"=dword:0140f07e
"HelpString"="Cuts parts off the selection, using other entities as a die"
"Name"="&Trim"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-146] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_FLATTEN"
"EntityVisibility"=dword:0140f07e
"HelpString"="Sets elevation of selection, and changes thickness to zero"
"Name"="Flatten"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-147] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_EXTEND"
"EntityVisibility"=dword:0140f07e
"HelpString"="Extends the selection to intersect with a specified entity"
"Name"="Exten&d"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-148] 1026056965
"Command"="^C^C^C_EDITLEN"
"EntityVisibility"=dword:0100f072
"HelpString"="Edits the length of the selection"
"Name"="Edit &Length"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-149] 1026056965
"Command"="^C^C^C_STRETCH"
"EntityVisibility"=dword:0140f07e
"HelpString"="Stretches (or displaces) the selection without disrupting
connections"
"Name"="Stretc&h"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-15] 1026056965
"Command"="^C^C^C_REDO"
"GrayVar"="UNDOCTL&1"
"HelpString"="Redoes actions that had been undone"
"Name"="&Redo\tCtrl+Y"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-150] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_MEASURE"
"EntityVisibility"=dword:0140f072
"HelpString"="Marks off segments at a specified distance"
"Name"="Meas&ure"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-151] 1026056965
"Command"="^C^C^C_DIVIDE"
"EntityVisibility"=dword:0140f072
"HelpString"="Marks off a specified number of segments of equal length"
"Name"="Di&vide"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-152] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_CHAMFER"
"EntityVisibility"=dword:8140f07e
"HelpString"="Breaks a corner and connects the sides with an angled line"
"Name"="Ch&amfer"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-153] 1026056965
"Command"="^C^C^C_FILLET"
"EntityVisibility"=dword:8140f07e
"HelpString"="Breaks a corner and connects the sides with a smooth arc"
"Name"="&Fillet"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-154] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_EDITPLINE"
"EntityVisibility"=dword:0000f000
"HelpString"="Edits the properties of polylines"
"Name"="&Edit Polyline"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-155] 1026056965
"Command"="^C^C^C_DDEDIT"
"EntityVisibility"=dword:00010000
"HelpString"="Edits the content of text entities"
"Name"="Edit Text..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-156] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_EXPLODE"
"EntityVisibility"=dword:039af7c0
"HelpString"="Separates complex entities to the next simpler level of
components"
"Name"="E&xplode"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-157] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_CHANGE"
"EntityVisibility"=dword:03ffffff
"HelpString"="Changes the properties of the selected entities"
"Name"="Chan&ge"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-158] 1026056965
"Command"="^C^C^C_ENTPROP"
"EntityVisibility"=dword:0bffffff
"HelpString"="Displays and edits the properties of selected entities"
"Name"="Pr&operties..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-159] 1026056965
"Name"="&Settings"
"Visibility"=dword:00000200
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-16] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_SELGRIP;ALL;;"
"HelpString"="Selects all entities in the drawing"
"Name"="Select &All\tCtrl+A"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-160] 1026056965
"ChekVar"="GRIDMODE"
"Command"="'_GRID;T"
"HelpString"="Makes the Reference Grid visible"
"Name"="Reference &Grid\tF7"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-161] 1026056965
"ChekVar"="SNAPMODE"
"Command"="'_SNAP;T"
"HelpString"="Aligns new entities according to Snap spacing"
"Name"="&Snap\tF9"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-162] 1026056965
"Name"="&Entity Snap"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-163] 1026056965
"Command"="^C^C^C_SETESNAP"
"HelpString"="Sets modes for snapping to entities"
"Name"="Entit&y Snap Settings..."
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-164] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"ChekVar"="OSMODE&512"
"Command"="Nearest"
"HelpString"="Sets snap to the nearest point on an entity"
"Name"="&Nearest Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-165] 1026056965
"ChekVar"="OSMODE&1"
"Command"="Endpoint"
"HelpString"="Sets snap to the end of a linear entity"
"Name"="&Endpoint Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-166] 1026056965
"ChekVar"="OSMODE&2"
"Command"="Midpoint"
"HelpString"="Sets snap to the midpoint of a linear entity"
"Name"="&Midpoint Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-167] 1026056965
"ChekVar"="OSMODE&4"
"Command"="Center"
"HelpString"="Sets snap to the center point"
"Name"="&Center Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-168] 1026056965
"ChekVar"="OSMODE&128"
"Command"="Perpendicular"
"HelpString"="Sets snap perpendicular to selected entity"
"Name"="&Perpendicular Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-169] 1026056965
"ChekVar"="OSMODE&256"
"Command"="Tangent"
"HelpString"="Sets snap tangent to selected entity"
"Name"="&Tangent Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-17] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_CUTCLIP"
"HelpString"="Cuts the selection and puts it on the clipboard"
"Name"="Cu&t\tCtrl+X"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-170] 1026056965
"ChekVar"="OSMODE&16"
"Command"="Quadrant"
"HelpString"="Sets snap to the nearest quadrant of a circle"
"Name"="&Quadrant Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-171] 1026056965
"ChekVar"="OSMODE&64"
"Command"="Insertion"
"HelpString"="Sets snap to the insertion point of a block"
"Name"="In&sertion Point Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-172] 1026056965
"ChekVar"="OSMODE&8"
"Command"="Node"
"HelpString"="Sets snap to the nearest Point entity"
"Name"="P&oint Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-173] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"ChekVar"="OSMODE&32"
"Command"="Intersection"
"HelpString"="Sets snap to the point in space where entities actually intersect"
"Name"="&Intersection Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-174] 1026056965
"ChekVar"="OSMODE&4096"
"Command"="PlanViewInt"
"HelpString"="Sets snap to where entities would intersect, if they were at
current elevation"
"Name"="Plan &View Intersection Snap"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-175] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"ChekVar"="!OSMODE"
"Command"="None"
"HelpString"="Turns all entity snaps off"
"Name"="A&ll Entity Snaps Off"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-176] 1026056965
"Command"="'_APERTURE"
"HelpString"="Sets selection area for snapping to entities"
"Name"="Entity Snap &Precision"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-177] 1026056965
"ChekVar"="ORTHOMODE"
"Command"="'_ORTHOGONAL;T"
"HelpString"="Constrains lines to horizontal or vertical"
"Name"="Draw Ort&hogonal\tF8"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-178] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Name"="&Colors"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-179] 1026056965
"Command"="'_SETCOLOR"
"HelpString"="Gives a wide range of colors from which to choose"
"Name"="&Select Color..."
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-18] 1026056965
"Command"="^C^C^C_COPYCLIP"
"HelpString"="Copies the selection to the Clipboard"
"Name"="&Copy\tCtrl+C"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-180] 1026056965
"Command"="'_Color;White"
"HelpString"="Sets the current color to white"
"Name"="&White"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-181] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_Color;Blue"
"HelpString"="Sets the current color to blue"
"Name"="&Blue"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-182] 1026056965
"Command"="'_Color;Cyan"
"HelpString"="Sets the current color to cyan"
"Name"="&Cyan"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-183] 1026056965
"Command"="'_Color;Green"
"HelpString"="Sets the current color to green"
"Name"="&Green"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-184] 1026056965
"Command"="'_Color;Yellow"
"HelpString"="Sets the current color to yellow"
"Name"="&Yellow"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-185] 1026056965
"Command"="'_Color;Red"
"HelpString"="Sets the current color to red"
"Name"="&Red"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-186] 1026056965
"Command"="'_Color;Magenta"
"HelpString"="Sets the current color to magenta"
"Name"="&Magenta"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-187] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_Color;BYLAYER"
"HelpString"="Adopts the color of the layer on which it is used"
"Name"="BY&LAYER"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-188] 1026056965
"Command"="'_Color;BYBLOCK"
"HelpString"="Adopts the color of the block in which it is used"
"Name"="BYBLOC&K"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-189] 1026056965
"ChekVar"="FILLMODE"
"Command"="^C^C^C_FILL;T"
"HelpString"="When on, planar entities are drawn filled with color"
"Name"="&Fill"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-19] 1026056965
"Command"="^C^C^C_PASTECLIP"
"HelpString"="Pastes the contents of the Clipboard into the drawing"
"Name"="&Paste\tCtrl+V"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-190] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"ChekVar"="LIMCHECK"
"Command"="^C^C^C_LIMITS;T"
"HelpString"="Sets the drawing limits, and turns them on or off"
"Name"="D&rawing Limits"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-191] 1026056965
"Command"="^C^C^C_BASE"
"HelpString"="Sets the base point for inserting this drawing"
"Name"="&Base Point"
"SubLevel"=hex:01,00
"Visibility"=dword:00000068
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-192] 1026056965
"Command"="^C^C^C_ELEVATION"
"HelpString"="Sets default elevation for new entities"
"Name"="Ele&vation"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-193] 1026056965
"Command"="^C^C^C_THICKNESS"
"HelpString"="Sets thickness for new entities"
"Name"="Thic&kness"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-194] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_SETUCS"
"HelpString"="Selects a User Coordinate System in which to display drawingx"
"Name"="&User Coordinate Systems..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-195] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_SETLAYER"
"HelpString"="Sets the current layer to that of the selected entity"
"Name"="Set &Layer by Entity"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-196] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_EXPLAYERS"
"HelpString"="Opens the IntelliCAD Explorer for layers"
"Name"="Explore L&ayers..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-197] 1026056965
"Command"="^C^C^C_EXPBLOCKS"
"HelpString"="Opens the IntelliCAD Explorer for blocks and externally
referenced drawings"
"Name"="Explore &Blocks..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-198] 1026056965
"Command"="^C^C^C_EXPVIEWS"
"HelpString"="Opens the IntelliCAD Explorer for views"
"Name"="Explore Vie&ws..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-199] 1026056965
"Command"="^C^C^C_EXPUCS"
"HelpString"="Opens the IntelliCAD Explorer for coordinate systems"
"Name"="Explore C&oordinate Systems..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-2] 1026056965
"Command"="^C^C^C_OPEN"
"HelpString"="Opens an existing drawing"
"Name"="&Open...\tCtrl+O"
"SubLevel"=hex:01,00
"Visibility"=dword:000000bf
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-20] 1026056965
"Command"="^C^C^C_PASTESPEC"
"HelpString"="Pastes the contents of the Clipboard in the specified format"
"Name"="Paste &Special..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-200] 1026056965
"Command"="^C^C^C_EXPLTYPES"
"HelpString"="Opens the IntelliCAD Explorer for linetypes"
"Name"="Explore Line&types..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-201] 1026056965
"Command"="^C^C^C_EXPFONTS"
"HelpString"="Opens the IntelliCAD Explorer for text styles"
"Name"="E&xplore Text Styles..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-202] 1026056965
"Command"="^C^C^C_EXPDIMSTYLES"
"HelpString"="Opens the IntelliCAD Explorer for dimension styles"
"Name"="Explore D&imension Styles..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-203] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_SETTINGS"
"HelpString"="Opens the Drawing Settings dialog box"
"Name"="&Drawing Settings..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-204] 1026056965
"Command"="^C^C^C_DDUNITS"
"HelpString"="Opens the Drawing Settings dialog box for drawing units"
"Name"="Drawing Units..."
"SubLevel"=hex:01,00
"Visibility"=dword:00000028
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-205] 1026056965
"Command"="^C^C^C_SETDIM"
"HelpString"="Opens the Dimension Settings dialog box"
"Name"="Di&mension Settings..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-206] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Name"="&Tablet"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-207] 1026056965
"ChekVar"="TABMODE"
"Command"="'_TABLET ON"
"HelpString"="Turns the tablet on"
"Name"="Tablet O&n"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-208] 1026056965
"ChekVar"="!TABMODE"
"Command"="'_TABLET OFF"
"HelpString"="Turns the tablet off"
"Name"="Tablet O&ff"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-209] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_TABLET CAL"
"HelpString"="Calibrates the tablet for digitizing drawings"
"Name"="Ca&librate..."
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-21] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DELETE"
"HelpString"="Deletes the selection"
"Name"="&Delete\tDel"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-210] 1026056965
"Command"="'_TABLET CFG"
"HelpString"="Configures the tablet to use for menu entry with the template"
"Name"="&Configure..."
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-211] 1026056965
"Name"="&Tools"
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-212] 1026056965
"Command"="^C^C^C_EXPLAYERS"
"HelpString"="Opens the IntelliCAD Explorer"
"Name"="IntelliCAD E&xplorer..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-213] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Name"="In&quiry"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-214] 1026056965
"Command"="^C^C^C_DIST"
"HelpString"="Finds the distance between two points"
"Name"="&Distance"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-215] 1026056965
"Command"="^C^C^C_AREA"
"HelpString"="Finds the area inside a closed entity"
"Name"="&Area"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-216] 1026056965
"Command"="^C^C^C_IDPOINT"
"HelpString"="Gives the X, Y, and Z coordinates of the selected point"
"Name"="&ID Coordinates"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-217] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_LIST"
"HelpString"="Lists information about the selected entity"
"Name"="&List Entity Info"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-218] 1026056965
"Command"="^C^C^C_SETVAR"
"HelpString"="Gives the value of a variable, which you can then change, if
needed"
"Name"="&Variable Setting"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-219] 1026056965
"Command"="^C^C^C_STATUS"
"HelpString"="Lists the current drawing status"
"Name"="Drawing &Status"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-22] 1026056965
"Command"="^C^C^C_DELETE;ALL;;"
"HelpString"="Deletes all entities in the drawing"
"Name"="C&lear Drawing"
"SubLevel"=hex:01,00
"Visibility"=dword:00000028
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-220] 1026056965
"Command"="^C^C^C_TIME"
"HelpString"="Lists the time-related variable information"
"Name"="&Time Variables"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-221] 1026056965
"Name"="&Entity Data"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-222] 1026056965
"Command"="^C^C^C_EDITEDATA"
"HelpString"="Creates or edits the Entity Data associated with a selected
entity"
"Name"="Create or &Edit Entity Data..."
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-223] 1026056965
"Command"="^C^C^C_COPYEDATA"
"HelpString"="Copies the Entity Data from one entity to another"
"Name"="&Copy Entity Data"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-224] 1026056965
"Command"="^C^C^C_MOVEEDATA"
"HelpString"="Moves the Entity Data from one entity to another"
"Name"="&Move Entity Data"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-225] 1026056965
"Command"="^C^C^C_DELEDATA"
"HelpString"="Deletes the Entity Data from selected entities"
"Name"="&Delete Entity Data"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-226] 1026056965
"Command"="^C^C^C_REASSOCAPP"
"HelpString"="Associates existing Entity Data with a new application"
"Name"="Re&associate Entity Data"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-227] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"ChekVar"="MACROREC"
"Command"="^C^C^C_RECSCRIPT"
"HelpString"="Asks for a name, then begins recording a command line script"
"Name"="Record Scrip&t..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000003e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-228] 1026056965
"Command"="^C^C^C_STOPSCRIPT"
"HelpString"="Stops recording the script"
"Name"="Stop Recordin&g"
"SubLevel"=hex:01,00
"Visibility"=dword:0000003e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-229] 1026056965
"Command"="^C^C^C_SCRIPT"
"HelpString"="Runs a previously saved command line script"
"Name"="&Run Script..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000003e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-23] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_OLELINKS"
"HelpString"="Opens the OLE Edit Links dialog box"
"Name"="&Links..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-230] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_MENU"
"HelpString"="Opens the Open Menu dialog box"
"Name"="Load Menu..."
"SubLevel"=hex:01,00
"Visibility"=dword:00000028
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-231] 1026056965
"Command"="^C^C^C_APPLOAD"
"HelpString"="Loads an application to run inside IntelliCAD"
"Name"="&Load LISP or SDS Application..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-232] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_BLOCK"
"HelpString"="Saves a block that you can reuse within this drawing "
"Name"="Create &Block"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-233] 1026056965
"Command"="^C^C^C_WBLOCK"
"HelpString"="Saves a block as an independent drawing"
"Name"="Save Block to &Disk..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-234] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_MSNAPSHOT"
"HelpString"="Makes a snapshot image of the current window"
"Name"="&Make Snapshot..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-235] 1026056965
"Command"="^C^C^C_VSNAPSHOT"
"HelpString"="Views a previously saved snapshot"
"Name"="Vie&w Snapshot..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-236] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_XREF"
"HelpString"="Associates another drawing with the current one for reference"
"Name"="External Re&ference"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-237] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DDATTDEF"
"HelpString"="Defines how a block's attributes will be created"
"Name"="Defi&ne Attributes..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-238] 1026056965
"Command"="^C^C^C_DDATTE"
"HelpString"="Edits one or more attributes of a block"
"Name"="Edit Bloc&k Attributes"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-239] 1026056965
"Command"="^C^C^C_ATTDISP"
"HelpString"="Shows all attributes, none, or those normally visible"
"Name"="Attribute Dis&play"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-24] 1026056965
"Name"="&View"
"Visibility"=dword:00000200
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-240] 1026056965
"Command"="^C^C^C_ATTEDIT"
"HelpString"="Edits attributes, either all, or just those on-screen"
"Name"="Edit Attr&ibutes"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-241] 1026056965
"Command"="^C^C^C_DDATTEXT"
"HelpString"="Copies data from attributes to a text file"
"Name"="Extract &Attributes"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-242] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_CUSTOMIZE"
"HelpString"="Customizes the user interface, including menus and toolbars"
"Name"="&Customize..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-243] 1026056965
"Command"="^C^C^C_CONFIG"
"HelpString"="Changes program settings such as user level and background color"
"Name"="&Options..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000003f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-244] 1026056965
"Name"="&Window"
"Visibility"=dword:00000200
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-245] 1026056965
"Command"="'_WOPEN"
"HelpString"="Opens an additional window with the current drawing"
"Name"="&New Window"
"SubLevel"=hex:01,00
"Visibility"=dword:0000008f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-246] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_WCLOSE"
"HelpString"="Closes the current drawing window"
"Name"="Cl&ose"
"SubLevel"=hex:01,00
"Visibility"=dword:0000008f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-247] 1026056965
"Command"="^C^C^C_WCLOSEALL"
"HelpString"="Closes all drawing windows"
"Name"="Close Al&l"
"SubLevel"=hex:01,00
"Visibility"=dword:0000008f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-248] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_WCASCADE"
"HelpString"="Arranges the windows so you can see all title bars"
"Name"="&Cascade"
"SubLevel"=hex:01,00
"Visibility"=dword:000000af
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-249] 1026056965
"Command"="'_WHTILE"
"HelpString"="Tiles the windows horizontally"
"Name"="Tile &Horizontally"
"SubLevel"=hex:01,00
"Visibility"=dword:000000af
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-25] 1026056965
"Command"="'_REDRAW"
"HelpString"="Redraws the current drawing"
"Name"="&Redraw"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-250] 1026056965
"Command"="'_WVTILE"
"HelpString"="Tiles the windows vertically"
"Name"="&Tile Vertically"
"SubLevel"=hex:01,00
"Visibility"=dword:000000af
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-251] 1026056965
"Name"="&Help"
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-252] 1026056965
"Command"="'_HELP"
"HelpString"="Opens the help file"
"Name"="IntelliCAD &Help\tF1"
"SubLevel"=hex:01,00
"Visibility"=dword:0000007f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-253] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_TIPOFDAY"
"HelpString"="Shows you the Tip of the Day"
"Name"="&Tip of the Day"
"SubLevel"=hex:01,00
"Visibility"=dword:0000007f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-254] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_ABOUT"
"HelpString"="Opens About dialog box, with version and copyright information"
"Name"="&About IntelliCAD"
"SubLevel"=hex:01,00
"Visibility"=dword:0000007f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-255] 1026056965
"Visibility"=dword:00000200
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-256] 1026056965
"Visibility"=dword:00000200
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-26] 1026056965
"Command"="'_REGEN"
"HelpString"="Recalculates display coordinates for the current window"
"Name"="Re&gen"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-27] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_PAN"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Pans from side to side, or up and down"
"Name"="&Pan"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-28] 1026056965
"Name"="&Zoom"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-29] 1026056965
"Command"="'_ZOOM"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms using any method you specify"
"Name"="&Zoom"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-3] 1026056965
"Command"="^C^C^C_CLOSE"
"HelpString"="Closes the current drawing"
"Name"="&Close"
"SubLevel"=hex:01,00
"Visibility"=dword:0000008f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-30] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_ZOOM;2x"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms in on the center of the window by a factor of 2"
"Name"="Zoom &In"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-31] 1026056965
"Command"="'_ZOOM;.5x"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms out from the center of the window by a factor of 1/2"
"Name"="Zoom &Out"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-32] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_ZOOM;W"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms to a window that you specify"
"Name"="&Window"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-33] 1026056965
"Command"="'_ZOOM;E"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms to the extents of the drawing"
"Name"="&Extents"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-34] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_ZOOM;P"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms to the previous view"
"Name"="&Previous"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-35] 1026056965
"Command"="'_ZOOM;A"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms All"
"Name"="&All"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-36] 1026056965
"Command"="'_Zoom;V"
"GrayVar"="!VIEWMODE&1"
"HelpString"="&Left"
"Name"="&View Max"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-37] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_ZOOM;L"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms in - you specify lower-left corner"
"Name"="&Left"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-38] 1026056965
"Command"="'_ZOOM;C"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Zooms in, centered on a point you specify"
"Name"="&Center"
"SubLevel"=hex:02,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-39] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Name"="&Look From"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-4] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_QSAVE"
"HelpString"="Saves the current drawing"
"Name"="&Save\tCtrl+S"
"SubLevel"=hex:01,00
"Visibility"=dword:0000008f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-40] 1026056965
"Command"="'_VIEWPOINT;0,0,1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks down from the top"
"Name"="&Top"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-41] 1026056965
"Command"="'_VIEWPOINT;0,-1,0"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks from the front"
"Name"="&Front"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-42] 1026056965
"Command"="'_VIEWPOINT;1,0,0"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks from the right side"
"Name"="&Right Side"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-43] 1026056965
"Command"="'_VIEWPOINT;-1,0,0"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks from the left side"
"Name"="&Left Side"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-44] 1026056965
"Command"="'_VIEWPOINT;0,1,0"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks from the back"
"Name"="Bac&k"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-45] 1026056965
"Command"="'_VIEWPOINT;0,0,-1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks up from the bottom"
"Name"="Botto&m"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-46] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_VIEWPOINT;1,-1,1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks down from the right-front"
"Name"="&Aerial, Right Front"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-47] 1026056965
"Command"="'_VIEWPOINT;-1,-1,1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks down from the left-front"
"Name"="A&erial, Left Front"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-48] 1026056965
"Command"="'_VIEWPOINT;1,1,1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks down from the right-rear"
"Name"="Aerial, Rig&ht Rear"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-49] 1026056965
"Command"="'_VIEWPOINT;-1,1,1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks down from the left-rear"
"Name"="Aer&ial, Left Rear"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-5] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_QSAVE"
"HelpString"="Updates the drawing in the document"
"Name"="Updat&e"
"SubLevel"=hex:01,00
"Visibility"=dword:00000020
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-50] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="'_VIEWPOINT;1,-1,-1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks up from below right-front"
"Name"="Belo&w, Right Front"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-51] 1026056965
"Command"="'_VIEWPOINT;-1,-1,-1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks up from below left-front"
"Name"="Bel&ow, Left Front"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-52] 1026056965
"Command"="'_VIEWPOINT;1,1,-1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks up from below right-rear"
"Name"="Below, Ri&ght Rear"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-53] 1026056965
"Command"="'_VIEWPOINT;-1,1,-1"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Looks up from below left-rear"
"Name"="&Below, Left Rear"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-54] 1026056965
"Command"="^C^C^C_SETVPOINT"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Sets the viewpoint to one of the preset viewing directions"
"Name"="Preset &Viewpoints..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-55] 1026056965
"Command"="^C^C^C_VIEWCTL"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Controls the viewing direction in real-time"
"Name"="&Dynamic View Control..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-56] 1026056965
"Command"="^C^C^C_DVIEW"
"HelpString"="Views from any position and direction"
"Name"="&Define View"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-57] 1026056965
"Command"="^C^C^C_VIEW"
"HelpString"="Saves the current view. Loads or deletes a saved view"
"Name"="&Save/Restore View"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-58] 1026056965
"Command"="^C^C^C_PLAN"
"GrayVar"="!VIEWMODE&1"
"HelpString"="Shows the top view of the User Coordinate System you specify"
"Name"="Plan Vie&w"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-59] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_PMSPACE"
"HelpString"="Brings up a choice of workspaces: Paper Space, Model Space, or
Tiled"
"Name"="Wor&kspaces..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-6] 1026056965
"Command"="^C^C^C_SAVE"
"HelpString"="Saves the current drawing under a new name"
"Name"="Save &As..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000008f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-60] 1026056965
"Command"="^C^C^C_VIEWPORTS"
"HelpString"="Defines and saves multiple-window arrangements for the current
drawing"
"Name"="V&iewports"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-61] 1026056965
"Command"="^C^C^C_MVIEW"
"HelpString"="Creates multiple views in paper space for the current drawing"
"Name"="Pap&er Space Views"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-62] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_TBCONFIG"
"HelpString"="Displays or hides toolbars. Specifies size and color"
"Name"="&Toolbars..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-63] 1026056965
"ChekVar"="WNDLTEXT"
"Command"="'_PMTHIST"
"HelpString"="Turns the Prompt History Screen on and off"
"Name"="Pro&mpt History Window\tF2"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-64] 1026056965
"ChekVar"="WNDLCMD"
"Command"="'_CMDBAR;T"
"HelpString"="Turns the Command Bar on and off"
"Name"="&Command Bar\tF3"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-65] 1026056965
"ChekVar"="WNDLSTAT"
"Command"="'_STATBAR;T"
"HelpString"="Turns the Status Bar on and off"
"Name"="Status &Bar\tF10"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-66] 1026056965
"ChekVar"="WNDLSCRL"
"Command"="'_SCROLLBAR;T"
"HelpString"="Turns the Scroll Bars on and off"
"Name"="Scr&oll Bars"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-67] 1026056965
"Name"="&Insert"
"Visibility"=dword:00000200
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-68] 1026056965
"Command"="^C^C^C_LINE"
"HelpString"="Draws a line"
"Name"="&Line"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-69] 1026056965
"Command"="^C^C^C_POLYLINE"
"HelpString"="Draws a polyline, including straight and arc segments"
"Name"="&Polyline"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-7] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_EXPORT"
"HelpString"="Saves the current drawing using a different format"
"Name"="Export to &File..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000008f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-70] 1026056965
"Command"="^C^C^C_SPLINE"
"HelpString"="Creates a new spline, or modifies an existing polyline"
"Name"="&Spline"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-71] 1026056965
"Command"="^C^C^C_FREEHAND"
"HelpString"="Draws unconstrained shapes, following your mouse movements"
"Name"="&Freehand"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-72] 1026056965
"Command"="^C^C^C_RAY"
"HelpString"="Draws a line of infinite length in one direction from starting
point"
"Name"="Ra&y"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-73] 1026056965
"Command"="^C^C^C_INFLINE"
"HelpString"="Draws a line of infinite length in both directions from starting
point"
"Name"="&Infinite Line"
"SubLevel"=hex:01,00
"Visibility"=dword:0000002e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-74] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_CIRCLE"
"HelpString"="Draws a circle"
"Name"="&Circle"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-75] 1026056965
"Command"="^C^C^C_ARC"
"HelpString"="Draws an arc"
"Name"="&Arc"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-76] 1026056965
"Command"="^C^C^C_ELLIPSE"
"HelpString"="Draws an ellipse"
"Name"="&Ellipse "
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-77] 1026056965
"Command"="^C^C^C_ELLIPSE;A"
"HelpString"="Draws an elliptical arc"
"Name"="Ellip&tical Arc"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-78] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_POINT"
"HelpString"="Draws a point"
"Name"="Dra&w Point"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-79] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_RECTANGLE"
"HelpString"="Draws a rectangle"
"Name"="&Rectangle"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-8] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_PSETUP"
"HelpString"="Changes printers and print setup"
"Name"="Print Set&up..."
"SubLevel"=hex:01,00
"Visibility"=dword:000000af
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-80] 1026056965
"Command"="^C^C^C_POLYGON"
"HelpString"="Draws a polygon"
"Name"="Poly&gon"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-81] 1026056965
"Command"="^C^C^C_BPOLY"
"HelpString"="Draws a polyline matching the enclosed area around the selected
point"
"Name"="B&oundary Polyline..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006c
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-82] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DONUT"
"HelpString"="Draws a donut"
"Name"="Don&ut"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-83] 1026056965
"Command"="^C^C^C_PLANE"
"HelpString"="Draws a 3- or 4-sided planar entity"
"Name"="Pla&ne"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-84] 1026056965
"Command"="^C^C^C_TRACE"
"HelpString"="Draws lines of a specified width"
"Name"="Draw Traces"
"SubLevel"=hex:01,00
"Visibility"=dword:00000028
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-85] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DDINSERT"
"HelpString"="Brings up the dialog for inserting existing blocks"
"Name"="Insert Bloc&k..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-86] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_BHATCH"
"HelpString"="Hatches the selection with a pattern of your choosing"
"Name"="&Hatch..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-87] 1026056965
"Command"="^C^C^C_DTEXT"
"HelpString"="Creates a single line of text"
"Name"="Te&xt"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-88] 1026056965
"Command"="^C^C^C_MTEXT"
"HelpString"="Creates a multiple-line block of text"
"Name"="&Multiline Text..."
"SubLevel"=hex:01,00
"Visibility"=dword:0000006f
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-89] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Name"="&3D Entities"
"SubLevel"=hex:01,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-9] 1026056965
"Command"="^C^C^C_PPREVIEW"
"HelpString"="Shows what the current drawing will look like when printed"
"Name"="Print Pre&view..."
"SubLevel"=hex:01,00
"Visibility"=dword:000000af
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-90] 1026056965
"Command"="^C^C^C_3DPOLY"
"HelpString"="Draws a 3 dimensional polyline"
"Name"="&3D Polyline"
"SubLevel"=hex:02,00
"Visibility"=dword:00000028
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-91] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_WEDGE"
"HelpString"="Draws a wedge"
"Name"="&Wedge"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-92] 1026056965
"Command"="^C^C^C_PYRAMID"
"HelpString"="Draws a pyramid, or tetrahedron"
"Name"="&Pyramid"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-93] 1026056965
"Command"="^C^C^C_BOX"
"HelpString"="Draws a box"
"Name"="&Box"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-94] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_CONE"
"HelpString"="Draws a cone"
"Name"="&Cone"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-95] 1026056965
"Command"="^C^C^C_CYLINDER"
"HelpString"="Draws a cylinder"
"Name"="C&ylinder"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-96] 1026056965
"Command"="^C^C^C_SPHERE"
"HelpString"="Draws a sphere"
"Name"="&Sphere"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-97] 1026056965
"AddSpacerBefore"=hex:01,00,00,00
"Command"="^C^C^C_DISH"
"HelpString"="Draws the lower half of a sphere"
"Name"="&Dish"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-98] 1026056965
"Command"="^C^C^C_DOME"
"HelpString"="Draws the upper half of a sphere"
"Name"="Do&me"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Menu\\MnuItem-99] 1026056965
"Command"="^C^C^C_TORUS"
"HelpString"="Draws a torus"
"Name"="&Torus"
"SubLevel"=hex:02,00
"Visibility"=dword:0000006e
[Software\\Visio\\IntelliCAD\\Setup] 1026056917
[Software\\Visio\\IntelliCAD\\ToolBars] 1026056965
"nBars"=dword:0000000b
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-0] 1026056965
"Button#0"=hex:00,00,00,00,e0,ab,c8,40,c0,93,c8,40,30,90,c8,40,00,00,00,00,00,\
00,00,00,03,03,8f,01,08,03,f9,02,9f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_NEW"
"Button#0HelpString"="Creates a new drawing"
"Button#0ToolTip"="New"
"Button#1"=hex:00,00,00,00,10,90,c8,40,f0,a6,c8,40,d0,a6,c8,40,00,00,00,00,00,\
00,00,00,04,03,a8,01,b5,02,3c,02,9f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,60,bf,c8,40,30,bf,c8,40,10,bf,c8,40,00,00,00,00,f0,\
be,c8,40,22,04,c3,01,ca,02,58,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10Command"="^C^C^C_REDO"
"Button#10GrayVar"="UNDOCTL&1"
"Button#10HelpString"="Redoes the last action to be undone"
"Button#10ToolTip"="Redo"
"Button#11"=hex:00,00,00,00,f0,bd,c8,40,d0,bd,c8,40,b0,bd,c8,40,00,00,00,00,00,\
00,00,00,16,03,17,03,18,03,19,03,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="^C^C^C_DELETE"
"Button#11HelpString"="Deletes the selection"
"Button#11ToolTip"="Delete"
"Button#12"=hex:00,00,00,00,40,bd,c8,40,20,bd,c8,40,10,bd,c8,40,00,00,00,00,00,\
00,00,00,15,03,93,01,ad,02,34,02,7f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#12Command"="'_HELP"
"Button#12HelpString"="Opens the help file"
"Button#12ToolTip"="Help"
"Button#1Command"="^C^C^C_OPEN"
"Button#1HelpString"="Opens an existing drawing"
"Button#1ToolTip"="Open"
"Button#2"=hex:00,00,00,00,60,a6,c8,40,30,a6,c8,40,10,a6,c8,40,00,00,00,00,00,\
00,00,00,07,03,10,03,0a,03,fb,02,8f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_QSAVE"
"Button#2HelpString"="Saves the current drawing"
"Button#2ToolTip"="Save"
"Button#3"=hex:00,00,00,00,a0,a5,c8,40,70,a5,c8,40,50,a5,c8,40,00,00,00,00,00,\
00,00,00,01,03,14,03,0e,03,ff,02,af,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_QPRINT"
"Button#3HelpString"="Prints the current drawing"
"Button#3ToolTip"="Print"
"Button#4"=hex:00,00,00,00,d0,a4,c8,40,a0,a4,c8,40,80,a4,c8,40,00,00,00,00,00,\
00,00,00,c6,00,40,01,86,02,0d,02,af,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_PPREVIEW"
"Button#4HelpString"="Shows how the printed page will look"
"Button#4ToolTip"="Print Preview"
"Button#5"=hex:00,00,00,00,10,a4,c8,40,d0,a3,c8,40,b0,a3,c8,40,00,00,00,00,00,\
00,00,00,02,03,11,03,0b,03,fc,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="^C^C^C_CUTCLIP"
"Button#5HelpString"="Cuts the selection and puts it on the clipboard"
"Button#5ToolTip"="Cut"
"Button#6"=hex:00,00,00,00,40,a3,c8,40,10,a3,c8,40,f0,a2,c8,40,00,00,00,00,00,\
00,00,00,11,01,12,03,0c,03,fd,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="^C^C^C_COPYCLIP"
"Button#6HelpString"="Copies the selection to the Clipboard"
"Button#6ToolTip"="Copy"
"Button#7"=hex:00,00,00,00,80,a2,c8,40,40,a2,c8,40,20,a2,c8,40,00,00,00,00,00,\
00,00,00,05,03,13,03,0d,03,fe,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="^C^C^C_PASTECLIP"
"Button#7HelpString"="Pastes the contents of the Clipboard into the drawing"
"Button#7ToolTip"="Paste"
"Button#8"=hex:00,00,00,00,a0,a1,c8,40,60,a1,c8,40,40,a1,c8,40,00,00,00,00,00,\
00,00,00,9f,05,9d,05,9e,05,9c,05,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_MATCHPROP"
"Button#8HelpString"="Copies the formatting of one entity to another"
"Button#8ToolTip"="Copy Entity Formatting"
"Button#9"=hex:00,00,00,00,40,a0,c8,40,20,a0,c8,40,e0,bf,c8,40,00,00,00,00,c0,\
bf,c8,40,23,04,de,01,d6,02,64,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_U"
"Button#9GrayVar"="UNDOCTL&1"
"Button#9HelpString"="Undoes the last action"
"Button#9ToolTip"="Undo"
"DefID"=dword:00000020
"Name"="Standard"
"nButtons"=dword:00000011
"ToolBarID"=dword:00000000
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-1] 1026056965
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,60,ba,c8,40,60,ba,c8,40,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,20,b7,c8,40,20,b7,c8,40,31,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,80,d1,c8,40,80,d1,c8,40,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11"=hex:00,00,00,00,30,ee,c8,40,10,ee,c8,40,f0,ed,c8,40,00,00,00,00,00,\
00,00,00,6e,00,82,01,a3,02,16,02,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="^C^C^C_DONUT"
"Button#11HelpString"="Draws a donut"
"Button#11ToolTip"="Donut"
"Button#12"=hex:00,00,00,00,70,ed,c8,40,50,ed,c8,40,30,ed,c8,40,00,00,00,00,00,\
00,00,00,71,00,d1,01,13,05,14,05,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#12Command"="^C^C^C_PLANE"
"Button#12HelpString"="Draws a filled plane"
"Button#12ToolTip"="Plane"
"Button#13"=hex:00,00,00,00,b0,ec,c8,40,70,ec,c8,40,50,ec,c8,40,00,00,00,00,00,\
00,00,00,db,00,96,01,ae,02,35,02,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#13Command"="^C^C^C_DDINSERT"
"Button#13HelpString"="Brings up the dialog for inserting existing blocks"
"Button#13ToolTip"="Insert Block..."
"Button#14"=hex:00,00,00,00,d0,eb,c8,40,90,eb,c8,40,70,eb,c8,40,00,00,00,00,00,\
00,00,00,ab,05,aa,05,a8,05,a6,05,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#14Command"="^C^C^C_BHATCH"
"Button#14HelpString"="Hatches the selection with a pattern of your choosing"
"Button#14ToolTip"="Boundary Hatch"
"Button#15"=hex:00,00,00,00,00,eb,c8,40,d0,ea,c8,40,b0,ea,c8,40,00,00,00,00,00,\
00,00,00,76,00,d9,01,2f,05,30,05,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#15Command"="^C^C^C_DTEXT"
"Button#15HelpString"="Creates a single line of text"
"Button#15ToolTip"="Text"
"Button#16"=hex:00,00,00,00,30,ea,c8,40,00,ea,c8,40,e0,e9,c8,40,00,00,00,00,00,\
00,00,00,01,07,ff,06,00,07,fe,06,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#16Command"="^C^C^C_MTEXT"
"Button#16HelpString"="Creates a multiple-line block of text"
"Button#16ToolTip"="Multiline Text"
"Button#2"=hex:00,00,00,00,e0,a2,c8,40,30,b5,c8,40,10,b5,c8,40,00,00,00,00,00,\
00,00,00,20,06,1f,06,1d,06,1e,06,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_SPLINE"
"Button#2HelpString"="Creates a new spline, or modifies an existing polyline"
"Button#2ToolTip"="Spline"
"Button#3"=hex:00,00,00,00,a0,b4,c8,40,50,b4,c8,40,30,b4,c8,40,00,00,00,00,00,\
00,00,00,6d,00,e3,01,d1,02,5f,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_FREEHAND"
"Button#3HelpString"="Draws unconstrained shapes, following your mouse
movements"
"Button#3ToolTip"="Draw Freehand"
"Button#4"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,90,b3,c8,40,90,b3,c8,40,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,70,cd,c8,40,70,cd,c8,40,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,90,dc,c8,40,90,dc,c8,40,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,70,d8,c8,40,70,d8,c8,40,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8"=hex:00,00,00,00,40,d3,c8,40,20,d3,c8,40,00,d3,c8,40,00,00,00,00,00,\
00,00,00,74,00,be,01,0a,05,09,05,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_POINT"
"Button#8HelpString"="Draws a point"
"Button#8ToolTip"="Point"
"Button#9"=hex:00,00,00,00,70,d2,c8,40,50,d2,c8,40,30,d2,c8,40,00,00,00,00,00,\
00,00,00,6c,00,c2,01,c9,02,57,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_RECTANGLE"
"Button#9HelpString"="Draws a rectangle"
"Button#9ToolTip"="Rectangle"
"DefID"=dword:00000002
"Name"="Draw 2D"
"nButtons"=dword:00000017
"ToolBarID"=dword:00000001
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-1\\Button#0FlyOut] 1026056965
"Button#0"=hex:00,00,00,00,80,a8,c8,40,40,ba,c8,40,20,ba,c8,40,00,00,00,00,00,\
00,00,00,69,00,9a,01,b0,02,37,02,6f,00,00,00,10,b9,c8,40,00,00,00,00,00,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_LINE"
"Button#0HelpString"="Draws a line"
"Button#0ToolTip"="Line"
"Button#1"=hex:00,00,00,00,00,bd,c8,40,c0,b8,c8,40,a0,b8,c8,40,00,00,00,00,00,\
00,00,00,39,04,3a,04,08,05,07,05,6e,00,00,00,50,b8,c8,40,00,00,00,00,01,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_RAY"
"Button#1HelpString"="Draws a line of infinite length in one direction from
starting point"
"Button#1ToolTip"="Ray"
"Button#2"=hex:00,00,00,00,30,b8,c8,40,e0,b7,c8,40,c0,b7,c8,40,00,00,00,00,00,\
00,00,00,37,04,38,04,06,05,05,05,6e,00,00,00,00,00,00,00,00,00,00,00,02,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_INFLINE"
"Button#2HelpString"="Draws a line of infinite length in both directions from
starting point"
"Button#2ToolTip"="Infinite Line"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000003
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-1\\Button#10FlyOut] 1026056965
"Button#0"=hex:00,00,00,00,60,d1,c8,40,20,d1,c8,40,00,d1,c8,40,00,00,00,00,00,\
00,00,00,73,00,b9,01,b3,02,3a,02,6e,00,00,00,b0,d0,c8,40,00,00,00,00,28,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_POLYGON;\\\\\\"
"Button#0HelpString"="Draws a polygon using the center point and a vertex"
"Button#0ToolTip"="Polygon, Center-Vertex"
"Button#1"=hex:00,00,00,00,90,d0,c8,40,40,d0,c8,40,20,d0,c8,40,00,00,00,00,00,\
00,00,00,1a,05,1b,05,1e,05,1c,05,6e,00,00,00,20,ef,c8,40,00,00,00,00,29,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_POLYGON;\\\\S;\\"
"Button#1HelpString"="Draws a polygon using center point and distance to side"
"Button#1ToolTip"="Polygon, Center-Side"
"Button#2"=hex:00,00,00,00,00,ef,c8,40,b0,ee,c8,40,90,ee,c8,40,00,00,00,00,00,\
00,00,00,19,05,1d,05,18,05,17,05,6e,00,00,00,00,00,00,00,00,00,00,00,2a,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_POLYGON;\\E;\\\\"
"Button#2HelpString"="Draws a polygon using the length and orientation of an
edge"
"Button#2ToolTip"="Polygon, Edge"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000003
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-1\\Button#1FlyOut] 1026056965
"Button#0"=hex:00,00,00,00,00,b7,c8,40,c0,b6,c8,40,a0,b6,c8,40,00,00,00,00,00,\
00,00,00,6a,00,bd,01,c8,02,56,02,6e,00,00,00,50,b6,c8,40,00,00,00,00,03,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_POLYLINE"
"Button#0HelpString"="Draws a polyline, including straight and arc segments"
"Button#0ToolTip"="Polyline"
"Button#1"=hex:00,00,00,00,30,b6,c8,40,e0,b5,c8,40,c0,b5,c8,40,00,00,00,00,00,\
00,00,00,a5,05,a4,05,a9,05,a7,05,6c,00,00,00,00,00,00,00,00,00,00,00,04,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_BPOLY"
"Button#1HelpString"="Draws a polyline matching the enclosed area around the
selected point"
"Button#1ToolTip"="Boundary Polyline"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000002
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-1\\Button#4FlyOut] 1026056965
"Button#0"=hex:00,00,00,00,70,b3,c8,40,30,b3,c8,40,10,b3,c8,40,00,00,00,00,00,\
00,00,00,a9,03,b1,03,b7,03,b8,03,6f,00,00,00,c0,b2,c8,40,00,00,00,00,07,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_CIRCLE;\\\\"
"Button#0HelpString"="Draws a circle given a center point and radius"
"Button#0ToolTip"="Circle Center-Radius"
"Button#1"=hex:00,00,00,00,a0,b2,c8,40,60,b2,c8,40,40,b2,c8,40,00,00,00,00,00,\
00,00,00,aa,03,b2,03,b5,03,b6,03,6f,00,00,00,f0,b1,c8,40,00,00,00,00,08,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_CIRCLE;\\D;"
"Button#1HelpString"="Draws a circle given a center point and diameter"
"Button#1ToolTip"="Circle Center-Diameter"
"Button#2"=hex:00,00,00,00,d0,b1,c8,40,90,b1,c8,40,70,b1,c8,40,00,00,00,00,00,\
00,00,00,ab,03,b0,03,bb,03,ba,03,6f,00,00,00,20,b1,c8,40,00,00,00,00,09,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_CIRCLE;2P;"
"Button#2HelpString"="Draws a circle given 2 end points of the diameter"
"Button#2ToolTip"="Circle 2-points"
"Button#3"=hex:00,00,00,00,00,b1,c8,40,c0,b0,c8,40,a0,b0,c8,40,00,00,00,00,00,\
00,00,00,ac,03,ae,03,bc,03,b9,03,6f,00,00,00,b0,cf,c8,40,00,00,00,00,0a,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_CIRCLE;3P;"
"Button#3HelpString"="Draws a circle given 3 points on the circle"
"Button#3ToolTip"="Circle 3-points"
"Button#4"=hex:00,00,00,00,90,cf,c8,40,40,cf,c8,40,20,cf,c8,40,00,00,00,00,00,\
00,00,00,ad,03,af,03,b3,03,b4,03,6e,00,00,00,d0,ce,c8,40,00,00,00,00,0b,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_CIRCLE;RTT;"
"Button#4HelpString"="Draws a circle of the given radius, tangent to 2 entities"
"Button#4ToolTip"="Circle Radius-Tangents"
"Button#5"=hex:00,00,00,00,b0,ce,c8,40,70,ce,c8,40,50,ce,c8,40,00,00,00,00,00,\
00,00,00,04,07,02,07,05,07,03,07,6e,00,00,00,00,00,00,00,00,00,00,00,0c,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="^C^C^C_CIRCLE;A;"
"Button#5HelpString"="Turns an existing arc into a complete circle"
"Button#5ToolTip"="Convert Arc to Circle"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000006
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-1\\Button#5FlyOut] 1026056965
"Button#0"=hex:00,00,00,00,30,ce,c8,40,40,cd,c8,40,20,cd,c8,40,00,00,00,00,00,\
00,00,00,65,00,2e,01,76,02,fd,01,6f,00,00,00,d0,cc,c8,40,00,00,00,00,0d,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_ARC;\\\\\\"
"Button#0HelpString"="Draws an arc through 3 points"
"Button#0ToolTip"="3-Point Arc"
"Button#1"=hex:00,00,00,00,b0,cc,c8,40,70,cc,c8,40,50,cc,c8,40,00,00,00,00,00,\
00,00,00,86,03,91,03,9d,03,a1,03,6f,00,00,00,c0,cb,c8,40,00,00,00,00,0e,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,10,c4,c8,40,60,c3,c8,40,40,c3,c8,40,00,00,00,00,00,\
00,00,00,e9,04,f5,04,f2,04,fd,04,2c,00,00,00,f0,c2,c8,40,00,00,00,00,17,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10Command"="^C^C^C_ARC;C;\\\\L;"
"Button#10HelpString"="Draws an arc given center, start, and chord length"
"Button#10ToolTip"="Arc Center-Start-Length"
"Button#11"=hex:00,00,00,00,d0,c2,c8,40,90,c2,c8,40,70,c2,c8,40,00,00,00,00,00,\
00,00,00,82,03,8c,03,99,03,a2,03,2c,00,00,00,e0,c1,c8,40,00,00,00,00,18,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="^C^C^C_ARC;\\C;\\L;"
"Button#11HelpString"="Draws an arc given start, center, and chord length"
"Button#11ToolTip"="Arc Start-Center-Length"
"Button#12"=hex:00,00,00,00,50,c2,c8,40,a0,c1,c8,40,80,c1,c8,40,00,00,00,00,00,\
00,00,00,e6,04,f6,04,ef,04,00,05,2c,00,00,00,20,c0,c8,40,00,00,00,00,19,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#12Command"="^C^C^C_ARC;\\D;\\\\"
"Button#12HelpString"="Draws an arc given start, starting direction, and end"
"Button#12ToolTip"="Arc Start-Direction-End"
"Button#13"=hex:00,00,00,00,60,c1,c8,40,20,c1,c8,40,00,c1,c8,40,00,00,00,00,00,\
00,00,00,84,03,8f,03,98,03,a4,03,2c,00,00,00,b0,c0,c8,40,00,00,00,00,1a,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#13Command"="^C^C^C_ARC;\\E;\\D;"
"Button#13HelpString"="Draws an arc given start, end, and starting direction"
"Button#13ToolTip"="Arc Start-End-Direction"
"Button#14"=hex:00,00,00,00,90,c0,c8,40,c0,df,c8,40,a0,df,c8,40,00,00,00,00,00,\
00,00,00,e4,04,f7,04,f0,04,fa,04,2c,00,00,00,80,de,c8,40,00,00,00,00,1b,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#14Command"="^C^C^C_ARC;\\R;\\\\"
"Button#14HelpString"="Draws an arc given start, radius, and end"
"Button#14ToolTip"="Arc Start-Radius-End"
"Button#15"=hex:00,00,00,00,80,df,c8,40,40,de,c8,40,60,df,c8,40,00,00,00,00,00,\
00,00,00,85,03,90,03,97,03,a0,03,2e,00,00,00,f0,dd,c8,40,00,00,00,00,1c,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#15Command"="^C^C^C_ARC;\\E;\\R;"
"Button#15HelpString"="Draws an arc given start, end, and radius"
"Button#15ToolTip"="Arc Start-End-Radius"
"Button#16"=hex:00,00,00,00,d0,dd,c8,40,90,dd,c8,40,70,dd,c8,40,00,00,00,00,00,\
00,00,00,e3,04,f8,04,f1,04,fb,04,2c,00,00,00,00,00,00,00,00,00,00,00,1d,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#16Command"="^C^C^C_ARC;\\R;\\A;"
"Button#16HelpString"="Draws an arc given start, radius, and included angle"
"Button#16ToolTip"="Arc Start-Radius-Angle"
"Button#1Command"="^C^C^C_ARC;C;\\\\\\"
"Button#1HelpString"="Draws an arc given center, start, and end"
"Button#1ToolTip"="Arc Center-Start-End"
"Button#2"=hex:00,00,00,00,30,cc,c8,40,80,cb,c8,40,60,cb,c8,40,00,00,00,00,00,\
00,00,00,7f,03,8a,03,9a,03,a6,03,6f,00,00,00,10,cb,c8,40,00,00,00,00,0f,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_ARC;\\C;\\\\"
"Button#2HelpString"="Draws an arc given start, center, and end"
"Button#2ToolTip"="Arc Start-Center-End"
"Button#3"=hex:00,00,00,00,f0,ca,c8,40,b0,ca,c8,40,90,ca,c8,40,00,00,00,00,00,\
00,00,00,e5,04,f9,04,ee,04,fc,04,6f,00,00,00,00,ca,c8,40,00,00,00,00,10,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_ARC;\\E;\\\\"
"Button#3HelpString"="Draws an arc given start, end, and center"
"Button#3ToolTip"="Arc Start-End-Center"
"Button#4"=hex:00,00,00,00,70,ca,c8,40,c0,c9,c8,40,a0,c9,c8,40,00,00,00,00,00,\
00,00,00,7d,03,89,03,9b,03,de,03,6e,00,00,00,70,c8,c8,40,00,00,00,00,11,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_ARC;;"
"Button#4HelpString"="Draws an arc continuing from the previous entity"
"Button#4ToolTip"="Tangent Arc"
"Button#5"=hex:00,00,00,00,80,c9,c8,40,30,c8,c8,40,50,c9,c8,40,00,00,00,00,00,\
00,00,00,87,03,92,03,96,03,a8,03,2e,00,00,00,e0,c7,c8,40,00,00,00,00,12,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="^C^C^C_ARC;C;\\\\A;"
"Button#5HelpString"="Draws an arc given center, start, and included angle"
"Button#5ToolTip"="Arc Center-Start-Angle"
"Button#6"=hex:00,00,00,00,c0,c7,c8,40,80,c7,c8,40,60,c7,c8,40,00,00,00,00,00,\
00,00,00,81,03,8b,03,95,03,a5,03,2e,00,00,00,d0,c6,c8,40,00,00,00,00,13,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="^C^C^C_ARC;\\C;\\A;"
"Button#6HelpString"="Draws an arc given start, center, and included angle"
"Button#6ToolTip"="Arc Start-Center-Angle"
"Button#7"=hex:00,00,00,00,40,c7,c8,40,90,c6,c8,40,70,c6,c8,40,00,00,00,00,00,\
00,00,00,e7,04,f3,04,eb,04,fe,04,2c,00,00,00,90,c5,c8,40,00,00,00,00,14,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="^C^C^C_ARC;\\A;\\C;"
"Button#7HelpString"="Draws an arc given start, included angle, and center"
"Button#7ToolTip"="Arc Start-Angle-Center"
"Button#8"=hex:00,00,00,00,70,c5,c8,40,20,c5,c8,40,00,c5,c8,40,00,00,00,00,00,\
00,00,00,83,03,8e,03,94,03,a7,03,2e,00,00,00,b0,c4,c8,40,00,00,00,00,15,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_ARC;\\E;\\A;"
"Button#8HelpString"="Draws an arc given start, end, and included angle"
"Button#8ToolTip"="Arc Start-End-Angle"
"Button#9"=hex:00,00,00,00,90,c4,c8,40,50,c4,c8,40,30,c4,c8,40,00,00,00,00,00,\
00,00,00,e8,04,f4,04,ea,04,ff,04,2c,00,00,00,a0,c3,c8,40,00,00,00,00,16,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_ARC;\\A;\\\\"
"Button#9HelpString"="Draws an arc given start, included angle, and end"
"Button#9ToolTip"="Arc Start-Angle-End"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000011
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-1\\Button#6FlyOut] 1026056965
"Button#0"=hex:00,00,00,00,50,dd,c8,40,60,dc,c8,40,40,dc,c8,40,00,00,00,00,00,\
00,00,00,68,00,89,01,a7,02,2e,02,6f,00,00,00,60,db,c8,40,00,00,00,00,1e,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_ELLIPSE;\\\\\\"
"Button#0HelpString"="Draws an ellipse given both axes"
"Button#0ToolTip"="Ellipse Axis-Axis"
"Button#1"=hex:00,00,00,00,40,db,c8,40,f0,da,c8,40,d0,da,c8,40,00,00,00,00,00,\
00,00,00,cc,03,d7,03,d3,03,cf,03,6f,00,00,00,80,da,c8,40,00,00,00,00,1f,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_ELLIPSE;\\\\R"
"Button#1HelpString"="Draws an ellipse given major axis and rotation"
"Button#1ToolTip"="Ellipse Axis-Rotation"
"Button#2"=hex:00,00,00,00,60,da,c8,40,30,da,c8,40,10,da,c8,40,00,00,00,00,00,\
00,00,00,23,05,1f,05,26,05,22,05,6e,00,00,00,70,d9,c8,40,00,00,00,00,20,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_ELLIPSE;C;\\\\\\"
"Button#2HelpString"="Draws an ellipse given center and axes"
"Button#2ToolTip"="Ellipse Center-Axes"
"Button#3"=hex:00,00,00,00,f0,d9,c8,40,30,d9,c8,40,10,d9,c8,40,00,00,00,00,00,\
00,00,00,24,05,20,05,25,05,21,05,6e,00,00,00,00,00,00,00,00,00,00,00,21,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_ELLIPSE;C;\\\\R"
"Button#3HelpString"="Draws an ellipse given center and rotation"
"Button#3ToolTip"="Ellipse Center-Rotation"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000004
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-1\\Button#7FlyOut] 1026056965
"Button#0"=hex:00,00,00,00,40,d8,c8,40,f0,d7,c8,40,d0,d7,c8,40,00,00,00,00,b0,\
d7,c8,40,d9,03,d5,03,d1,03,cd,03,6f,00,00,00,60,d7,c8,40,00,00,00,00,22,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_ELLIPSE;A;\\\\\\\\\\"
"Button#0GrayVar"="!PELLIPSE&1"
"Button#0HelpString"="Draws an elliptical arc given major and minor axes, and
angles"
"Button#0ToolTip"="Elliptical Arc Axis-Axis"
"Button#1"=hex:00,00,00,00,30,d7,c8,40,e0,d6,c8,40,b0,d6,c8,40,00,00,00,00,80,\
d6,c8,40,da,03,d6,03,d2,03,ce,03,6e,00,00,00,30,d6,c8,40,00,00,00,00,23,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_ELLIPSE;A;\\\\R;\\\\\\"
"Button#1GrayVar"="!PELLIPSE&1"
"Button#1HelpString"="Draws an elliptical arc given major axis, rotation, and
angles"
"Button#1ToolTip"="Elliptical Arc Axis-Rotation"
"Button#2"=hex:00,00,00,00,00,d6,c8,40,c0,d5,c8,40,90,d5,c8,40,00,00,00,00,50,\
d5,c8,40,2c,05,27,05,09,03,29,05,6f,00,00,00,00,d5,c8,40,00,00,00,00,24,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_ELLIPSE;A;C;\\\\\\\\\\"
"Button#2GrayVar"="!PELLIPSE&1"
"Button#2HelpString"="Draws an elliptical arc given center, axes, and angles"
"Button#2ToolTip"="Elliptical Arc Center-Axes"
"Button#3"=hex:00,00,00,00,d0,d4,c8,40,80,d4,c8,40,50,d4,c8,40,00,00,00,00,30,\
d4,c8,40,2b,05,28,05,2d,05,2a,05,6e,00,00,00,00,00,00,00,00,00,00,00,25,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_ELLIPSE;A;C;\\\\R;\\\\\\"
"Button#3GrayVar"="!PELLIPSE&1"
"Button#3HelpString"="Draws an elliptical arc given center, rotation, and
angles"
"Button#3ToolTip"="Elliptical Arc Center-Rotation"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000004
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-10] 1026056965
"Button#0"=hex:00,00,00,00,d0,47,c9,40,e0,67,c9,40,a0,51,c9,40,00,00,00,00,00,\
00,00,00,f1,05,f4,05,e7,05,e0,05,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_EDITEDATA"
"Button#0HelpString"="Creates or edits Entity Data associated with the selected
entity"
"Button#0ToolTip"="Create or Edit Entity Data"
"Button#1"=hex:00,00,00,00,80,51,c9,40,90,66,c9,40,70,66,c9,40,00,00,00,00,00,\
00,00,00,59,04,55,04,60,04,69,04,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_COPYEDATA"
"Button#1HelpString"="Copies the Entity Data from one entity to another"
"Button#1ToolTip"="Copy Entity Data"
"Button#2"=hex:00,00,00,00,00,66,c9,40,c0,65,c9,40,a0,65,c9,40,00,00,00,00,00,\
00,00,00,5b,04,53,04,67,04,65,04,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_MOVEEDATA"
"Button#2HelpString"="Moves the Entity Data from one entity to another"
"Button#2ToolTip"="Move Entity Data"
"Button#3"=hex:00,00,00,00,30,65,c9,40,f0,64,c9,40,d0,64,c9,40,00,00,00,00,00,\
00,00,00,5a,04,54,04,63,04,61,04,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_DELEDATA"
"Button#3HelpString"="Deletes the Entity Data from selected entities"
"Button#3ToolTip"="Delete Entity Data"
"Button#4"=hex:00,00,00,00,60,64,c9,40,20,64,c9,40,00,64,c9,40,00,00,00,00,00,\
00,00,00,5c,04,57,04,66,04,68,04,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_REASSOCAPP"
"Button#4HelpString"="Associates existing Entity Data with a new application"
"Button#4ToolTip"="Reassociate Entity Data"
"DefID"=dword:02000000
"Name"="Entity Data"
"nButtons"=dword:00000005
"ToolBarID"=dword:0000000a
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-2] 1026056965
"Button#0"=hex:00,00,00,00,d0,e9,c8,40,70,d5,c8,40,30,dd,c8,40,00,00,00,00,00,\
00,00,00,80,00,a1,01,b2,02,39,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_MOVE"
"Button#0HelpString"="Moves the selection"
"Button#0ToolTip"="Move"
"Button#1"=hex:00,00,00,00,60,eb,c8,40,b0,db,c8,40,70,c0,c8,40,00,00,00,00,00,\
00,00,00,77,00,2f,01,83,02,0a,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,30,db,c8,40,60,e2,c8,40,40,e2,c8,40,00,00,00,00,00,\
00,00,00,6d,03,32,01,7c,02,03,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10Command"="^C^C^C_BREAK"
"Button#10HelpString"="Breaks a linear entity at the specified point"
"Button#10ToolTip"="Break"
"Button#11"=hex:00,00,00,00,60,c5,c8,40,20,e1,c8,40,00,e1,c8,40,00,00,00,00,00,\
00,00,00,f3,05,f6,05,e9,05,df,05,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="^C^C^C_JOIN"
"Button#11HelpString"="Joins selected co-linear entities into a single entity"
"Button#11ToolTip"="Join"
"Button#12"=hex:00,00,00,00,20,90,c8,40,60,e0,c8,40,40,e0,c8,40,00,00,00,00,00,\
00,00,00,0c,01,dd,01,d5,02,63,02,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#12Command"="^C^C^C_TRIM"
"Button#12HelpString"="Cuts parts off the selection, using other entities as a
die"
"Button#12ToolTip"="Trim"
"Button#13"=hex:00,00,00,00,00,a6,c8,40,60,ff,c8,40,20,e0,c8,40,00,00,00,00,00,\
00,00,00,f2,05,f5,05,e8,05,de,05,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#13Command"="^C^C^C_FLATTEN"
"Button#13HelpString"="Sets elevation of selection, and changes thickness to
zero"
"Button#13ToolTip"="Flatten"
"Button#14"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,c0,fe,c8,40,c0,fe,c8,40,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#15"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,30,fc,c8,40,30,fc,c8,40,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#16"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,70,fa,c8,40,70,fa,c8,40,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#17"=hex:00,00,00,00,f0,f8,c8,40,c0,f7,c8,40,a0,f7,c8,40,00,00,00,00,00,\
00,00,00,82,00,ce,01,c6,02,54,02,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#17Command"="^C^C^C_EDITPLINE"
"Button#17HelpString"="Edits the properties of polylines"
"Button#17ToolTip"="Edit Polyline"
"Button#18"=hex:00,00,00,00,20,f7,c8,40,f0,f6,c8,40,d0,f6,c8,40,00,00,00,00,00,\
00,00,00,90,06,91,06,92,06,93,06,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#18Command"="^C^C^C_DDEDIT"
"Button#18HelpString"="Edits the content of text entities"
"Button#18ToolTip"="Edit Text..."
"Button#19"=hex:00,00,00,00,60,f6,c8,40,10,f6,c8,40,f0,f5,c8,40,00,00,00,00,00,\
00,00,00,7b,00,8c,01,aa,02,31,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#19Command"="^C^C^C_EXPLODE"
"Button#19HelpString"="Separates complex entities to the next simpler level of
components"
"Button#19ToolTip"="Explode"
"Button#1Command"="^C^C^C_COPY"
"Button#1HelpString"="Draws one, or several, duplicates of the selection"
"Button#1ToolTip"="Copy"
"Button#2"=hex:00,00,00,00,30,c2,c8,40,40,bb,c8,40,f0,c3,c8,40,00,00,00,00,00,\
00,00,00,81,00,a6,01,b4,02,3b,02,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#20"=hex:00,00,00,00,80,f5,c8,40,30,f5,c8,40,10,f5,c8,40,00,00,00,00,00,\
00,00,00,78,00,35,01,78,00,35,01,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#20Command"="^C^C^C_CHANGE"
"Button#20HelpString"="Changes the properties of the selection, including
elevation"
"Button#20ToolTip"="Change"
"Button#21"=hex:00,00,00,00,90,f4,c8,40,50,f4,c8,40,30,f4,c8,40,00,00,00,00,00,\
00,00,00,48,07,4a,07,49,07,4b,07,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#21Command"="^C^C^C_ENTPROP"
"Button#21HelpString"="Displays and edits the properties of selected entities"
"Button#21ToolTip"="Properties..."
"Button#2Command"="^C^C^C_PARALLEL"
"Button#2HelpString"="Copies the selection through a point, or by a given
distance"
"Button#2ToolTip"="Parallel"
"Button#3"=hex:00,00,00,00,e0,ed,c8,40,50,e6,c8,40,20,c7,c8,40,00,00,00,00,00,\
00,00,00,84,00,cb,01,84,00,cb,01,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_SCALE"
"Button#3HelpString"="Changes the size of the selection, without changing the
aspect ratio"
"Button#3ToolTip"="Scale"
"Button#4"=hex:00,00,00,00,10,d0,c8,40,c0,ba,c8,40,50,ca,c8,40,00,00,00,00,00,\
00,00,00,83,00,c9,01,cf,02,5d,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_ROTATE"
"Button#4HelpString"="Rotates the selection about a point"
"Button#4ToolTip"="Rotate"
"Button#5"=hex:00,00,00,00,10,cc,c8,40,80,ef,c8,40,10,ce,c8,40,00,00,00,00,00,\
00,00,00,a5,06,a8,06,a7,06,a6,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="^C^C^C_ROTATE3D"
"Button#5HelpString"="Rotates the selection about a line"
"Button#5ToolTip"="3D Rotate"
"Button#6"=hex:00,00,00,00,80,d0,c8,40,20,b0,c8,40,40,e5,c8,40,00,00,00,00,00,\
00,00,00,7f,00,a0,01,7f,00,a0,01,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="^C^C^C_MIRROR"
"Button#6HelpString"="Mirrors the selection about a line"
"Button#6ToolTip"="Mirror"
"Button#7"=hex:00,00,00,00,d0,e4,c8,40,a0,e4,c8,40,80,e4,c8,40,00,00,00,00,00,\
00,00,00,3e,04,3f,04,3e,04,3f,04,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="^C^C^C_MIRROR3D"
"Button#7HelpString"="Mirrors the selection through a plane"
"Button#7ToolTip"="3D Mirror"
"Button#8"=hex:00,00,00,00,f0,d2,c8,40,f0,e3,c8,40,d0,e3,c8,40,00,00,00,00,00,\
00,00,00,3c,04,3b,04,3c,04,3b,04,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_ARRAY"
"Button#8HelpString"="Creates a polar or rectangular array of entities"
"Button#8ToolTip"="Array"
"Button#9"=hex:00,00,00,00,60,e3,c8,40,10,e3,c8,40,f0,e2,c8,40,00,00,00,00,00,\
00,00,00,35,04,36,04,35,04,36,04,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_3DARRAY"
"Button#9HelpString"="Creates polar or rectangular arrays of entities in 3
dimensions"
"Button#9ToolTip"="3D Array"
"DefID"=dword:00000004
"Name"="Modify"
"nButtons"=dword:00000021
"ToolBarID"=dword:00000002
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-2\\Button#14FlyOut] 1026056965
"Button#0"=hex:00,00,00,00,40,a5,c8,40,70,fe,c8,40,50,fe,c8,40,00,00,00,00,00,\
00,00,00,0e,01,8d,01,0e,01,8d,01,2e,00,00,00,00,fe,c8,40,00,00,00,00,0e,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_EXTEND"
"Button#0HelpString"="Extends the selection to intersect with a specified
entity"
"Button#0ToolTip"="Extend"
"Button#1"=hex:00,00,00,00,e0,fd,c8,40,b0,fd,c8,40,90,fd,c8,40,00,00,00,00,00,\
00,00,00,7d,00,98,01,7d,00,98,01,2e,00,00,00,40,fd,c8,40,00,00,00,00,0f,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_EDITLEN"
"Button#1HelpString"="Edits the length of the selection"
"Button#1ToolTip"="Edit Length"
"Button#2"=hex:00,00,00,00,10,a2,c8,40,f0,fc,c8,40,d0,fc,c8,40,00,00,00,00,00,\
00,00,00,10,01,d4,01,10,01,d4,01,2e,00,00,00,00,00,00,00,00,00,00,00,10,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_STRETCH"
"Button#2HelpString"="Stretches (or displaces) the selection without disrupting
connections"
"Button#2ToolTip"="Stretch"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000003
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-2\\Button#15FlyOut] 1026056965
"Button#0"=hex:00,00,00,00,10,a0,c8,40,f0,fb,c8,40,d0,fb,c8,40,00,00,00,00,00,\
00,00,00,7e,00,9d,01,7e,00,9d,01,2c,00,00,00,80,fb,c8,40,00,00,00,00,11,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_MEASURE"
"Button#0HelpString"="Marks off segments at a specified distance"
"Button#0ToolTip"="Measure"
"Button#1"=hex:00,00,00,00,50,be,c8,40,30,fb,c8,40,10,fb,c8,40,00,00,00,00,00,\
00,00,00,0d,01,80,01,a0,02,27,02,2c,00,00,00,00,00,00,00,00,00,00,00,12,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_DIVIDE"
"Button#1HelpString"="Marks off a specified number of segments of equal length"
"Button#1ToolTip"="Divide"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000002
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-2\\Button#16FlyOut] 1026056965
"Button#0"=hex:00,00,00,00,60,fa,c8,40,10,fa,c8,40,e0,f9,c8,40,00,00,00,00,00,\
00,00,00,7e,02,34,01,7e,02,34,01,2e,00,00,00,90,f9,c8,40,00,00,00,00,13,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_CHAMFER"
"Button#0HelpString"="Breaks a corner and connects the sides with an angled
line"
"Button#0ToolTip"="Chamfer"
"Button#1"=hex:00,00,00,00,80,f9,c8,40,30,f9,c8,40,10,f9,c8,40,00,00,00,00,00,\
00,00,00,7c,00,90,01,7c,00,90,01,2e,00,00,00,00,00,00,00,00,00,00,00,14,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_FILLET"
"Button#1HelpString"="Breaks a corner and connects the sides with a smooth arc"
"Button#1ToolTip"="Fillet"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000002
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-3] 1026056965
"Button#0"=hex:00,00,00,00,00,f5,c8,40,e0,c5,c8,40,d0,d9,c8,40,00,00,00,00,00,\
00,00,00,8e,00,4c,01,90,02,17,02,2f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_DIMLINEAR"
"Button#0HelpString"="Draws a horizontal or vertical dimension"
"Button#0ToolTip"="Linear"
"Button#1"=hex:00,00,00,00,b0,e1,c8,40,40,e7,c8,40,40,f8,c8,40,00,00,00,00,00,\
00,00,00,87,00,45,01,89,02,10,02,2f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,d0,40,c8,40,90,40,c8,40,70,40,c8,40,00,00,00,00,00,\
00,00,00,91,00,4f,01,93,02,1a,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10Command"="^C^C^C_DIMEDIT;OBLIQUE"
"Button#10HelpString"="Changes an existing dimension to an oblique dimension"
"Button#10ToolTip"="Make Oblique"
"Button#11"=hex:00,00,00,00,10,f0,c8,40,c0,0f,c9,40,a0,0f,c9,40,00,00,00,00,00,\
00,00,00,9a,00,6c,01,9c,02,23,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="^C^C^C_DIMEDIT;NEW"
"Button#11HelpString"="Replaces existing dimension text with new text"
"Button#11ToolTip"="Edit Dimension Text"
"Button#12"=hex:00,00,00,00,20,0f,c9,40,e0,0e,c9,40,c0,0e,c9,40,00,00,00,00,00,\
00,00,00,9c,00,7b,01,9e,02,25,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#12Command"="^C^C^C_DIMEDIT;ROTATE"
"Button#12HelpString"="Rotates selected dimension text to a specified angle"
"Button#12ToolTip"="Rotate Dimension Text"
"Button#13"=hex:00,00,00,00,30,0e,c9,40,f0,0d,c9,40,d0,0d,c9,40,00,00,00,00,00,\
00,00,00,90,00,4e,01,92,02,19,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#13Command"="^C^C^C_DIMTEDIT"
"Button#13HelpString"="Moves or rotates the selected dimension text"
"Button#13ToolTip"="Reposition Dimension Text"
"Button#14"=hex:00,00,00,00,50,0d,c9,40,00,0d,c9,40,e0,0c,c9,40,00,00,00,00,00,\
00,00,00,8d,00,4b,01,8f,02,2a,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#14Command"="^C^C^C_DIMEDIT;HOME"
"Button#14HelpString"="Restores selected dimension text to its default position"
"Button#14ToolTip"="Restore Text Postion"
"Button#15"=hex:00,00,00,00,60,0c,c9,40,20,0c,c9,40,00,0c,c9,40,00,00,00,00,00,\
00,00,00,9e,06,9f,06,a0,06,9d,06,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#15Command"="^C^C^C_DIMSTYLE;APPLY"
"Button#15HelpString"="Applies the current style to selected dimensions"
"Button#15ToolTip"="Apply Style"
"Button#16"=hex:00,00,00,00,80,0b,c9,40,50,0b,c9,40,30,0b,c9,40,00,00,00,00,00,\
00,00,00,97,00,6f,01,99,02,20,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#16Command"="^C^C^C_DIMSTYLE;SAVE"
"Button#16HelpString"="Saves the current dimensioning style"
"Button#16ToolTip"="Save Style"
"Button#17"=hex:00,00,00,00,b0,0a,c9,40,80,0a,c9,40,60,0a,c9,40,00,00,00,00,00,\
00,00,00,96,00,6e,01,98,02,1f,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#17Command"="^C^C^C_DIMSTYLE;RESTORE"
"Button#17HelpString"="Restores the dimensioning style"
"Button#17ToolTip"="Restore Style"
"Button#1Command"="^C^C^C_DIMALIGNED"
"Button#1HelpString"="Draws the dimension parallel to the selected entity"
"Button#1ToolTip"="Aligned"
"Button#2"=hex:00,00,00,00,c0,f6,c8,40,d0,e6,c8,40,b0,e6,c8,40,00,00,00,00,00,\
00,00,00,86,00,44,01,88,02,0f,02,2f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_DIMANGULAR"
"Button#2HelpString"="Dimensions angles"
"Button#2ToolTip"="Angular"
"Button#3"=hex:00,00,00,00,90,f7,c8,40,c0,f1,c8,40,a0,f1,c8,40,00,00,00,00,00,\
00,00,00,8f,00,4d,01,91,02,18,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_DIMLEADER"
"Button#3HelpString"="Draws leader lines"
"Button#3ToolTip"="Leader"
"Button#4"=hex:00,00,00,00,a0,bd,c8,40,20,f1,c8,40,f0,f0,c8,40,00,00,00,00,00,\
00,00,00,95,00,6d,01,97,02,1e,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_DIMLINEAR;\\\\ROTATED"
"Button#4HelpString"="Draws a dimension at a specified angle"
"Button#4ToolTip"="Rotated"
"Button#5"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,50,f0,c8,40,50,f0,c8,40,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6"=hex:00,00,00,00,d0,70,c8,40,90,70,c8,40,70,61,c8,40,00,00,00,00,00,\
00,00,00,88,00,46,01,8a,02,11,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="^C^C^C_DIMBASELINE"
"Button#6HelpString"="Draws multiple dimensions from a single extension line"
"Button#6ToolTip"="Baseline"
"Button#7"=hex:00,00,00,00,f0,60,c8,40,b0,60,c8,40,90,60,c8,40,00,00,00,00,00,\
00,00,00,89,00,47,01,8b,02,12,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="^C^C^C_DIMCONTINUE"
"Button#7HelpString"="Draws dimensions one after another along a line or arc"
"Button#7ToolTip"="Continue"
"Button#8"=hex:00,00,00,00,10,60,c8,40,50,51,c8,40,30,51,c8,40,00,00,00,00,00,\
00,00,00,92,00,50,01,94,02,1b,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_DIMORDINATE"
"Button#8HelpString"="Draws ordinate dimensions off the entity"
"Button#8ToolTip"="Ordinate"
"Button#9"=hex:00,00,00,00,20,50,c8,40,60,41,c8,40,40,41,c8,40,00,00,00,00,00,\
00,00,00,c9,06,c7,06,c8,06,c6,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_TOLERANCE"
"Button#9HelpString"="Inserts tolerance symbols and values"
"Button#9ToolTip"="Tolerance"
"DefID"=dword:00000008
"Name"="Dimensioning"
"nButtons"=dword:00000019
"ToolBarID"=dword:00000003
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-3\\Button#5FlyOut] 1026056965
"Button#0"=hex:00,00,00,00,30,f0,c8,40,20,30,c8,40,e0,3f,c8,40,00,00,00,00,00,\
00,00,00,8a,00,48,01,75,02,13,02,2f,00,00,00,90,3f,c8,40,00,00,00,00,05,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_DIMCENTER"
"Button#0HelpString"="Places center lines in circle or arc"
"Button#0ToolTip"="Center Lines"
"Button#1"=hex:00,00,00,00,70,3f,c8,40,40,3f,c8,40,20,3f,c8,40,00,00,00,00,00,\
00,00,00,8b,00,49,01,a8,02,14,02,2f,00,00,00,30,70,c8,40,00,00,00,00,06,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_DIMDIAMETER"
"Button#1HelpString"="Dimensions circle or arc by diameter"
"Button#1ToolTip"="Diameter"
"Button#2"=hex:00,00,00,00,20,70,c8,40,60,71,c8,40,40,71,c8,40,00,00,00,00,00,\
00,00,00,93,00,3d,01,95,02,1c,02,2f,00,00,00,00,00,00,00,00,00,00,00,07,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_DIMRADIUS"
"Button#2HelpString"="Dimensions circle or arc by radius"
"Button#2ToolTip"="Radius"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000003
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-4] 1026056965
"Button#0"=hex:00,00,00,00,20,0b,c9,40,d0,06,c9,40,b0,06,c9,40,00,00,00,00,00,\
00,00,00,ae,00,e9,01,ae,00,e9,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_WEDGE"
"Button#0HelpString"="Draws a wedge"
"Button#0ToolTip"="Wedge"
"Button#1"=hex:00,00,00,00,d0,0c,c9,40,70,05,c9,40,50,05,c9,40,00,00,00,00,00,\
00,00,00,9f,00,fb,01,9f,00,fb,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,d0,1e,c9,40,d0,1e,c9,40,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,60,1b,c9,40,60,1b,c9,40,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_PYRAMID"
"Button#1HelpString"="Draws a pyramid, or tetrahedron"
"Button#1ToolTip"="Pyramid"
"Button#2"=hex:00,00,00,00,b0,0e,c9,40,e0,04,c9,40,c0,04,c9,40,00,00,00,00,00,\
00,00,00,a1,00,31,01,a1,00,31,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_BOX"
"Button#2HelpString"="Draws a box"
"Button#2ToolTip"="Box"
"Button#3"=hex:00,00,00,00,60,04,c9,40,40,04,c9,40,20,04,c9,40,00,00,00,00,00,\
00,00,00,a2,00,3b,01,a2,00,3b,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_CONE"
"Button#3HelpString"="Draws a cone"
"Button#3ToolTip"="Cone"
"Button#4"=hex:00,00,00,00,a0,03,c9,40,80,03,c9,40,60,03,c9,40,00,00,00,00,00,\
00,00,00,a3,00,51,01,a3,00,51,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_CYLINDER"
"Button#4HelpString"="Draws a cylinder"
"Button#4ToolTip"="Cylinder"
"Button#5"=hex:00,00,00,00,f0,02,c9,40,d0,02,c9,40,b0,02,c9,40,00,00,00,00,00,\
00,00,00,ab,00,d2,01,ab,00,d2,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="^C^C^C_SPHERE"
"Button#5HelpString"="Draws a sphere"
"Button#5ToolTip"="Sphere"
"Button#6"=hex:00,00,00,00,40,02,c9,40,10,02,c9,40,f0,01,c9,40,00,00,00,00,00,\
00,00,00,a4,00,7e,01,a4,00,7e,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="^C^C^C_DISH"
"Button#6HelpString"="Draws the lower half of a sphere"
"Button#6ToolTip"="Dish"
"Button#7"=hex:00,00,00,00,80,01,c9,40,50,01,c9,40,30,01,c9,40,00,00,00,00,00,\
00,00,00,a5,00,81,01,a5,00,81,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="^C^C^C_DOME"
"Button#7HelpString"="Draws the upper half of a sphere"
"Button#7ToolTip"="Dome"
"Button#8"=hex:00,00,00,00,c0,00,c9,40,a0,00,c9,40,80,00,c9,40,00,00,00,00,00,\
00,00,00,ad,00,db,01,ad,00,db,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_TORUS"
"Button#8HelpString"="Draws a torus"
"Button#8ToolTip"="Torus"
"Button#9"=hex:00,00,00,00,10,00,c9,40,a0,1f,c9,40,80,1f,c9,40,00,00,00,00,00,\
00,00,00,dc,06,db,06,dc,06,db,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_3D;MESH"
"Button#9HelpString"="Draws a mesh of evenly spaced lines between 4 corner
points in 3 dimensions"
"Button#9ToolTip"="Mesh"
"DefID"=dword:00000010
"Name"="Draw 3D"
"nButtons"=dword:00000011
"ToolBarID"=dword:00000004
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-4\\Button#10FlyOut] 1026056965
"Button#0"=hex:00,00,00,00,b0,1e,c9,40,60,1e,c9,40,40,1e,c9,40,00,00,00,00,00,\
00,00,00,a7,00,bb,01,a7,00,bb,01,2c,00,00,00,60,1d,c9,40,00,00,00,00,0a,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_PFACE"
"Button#0HelpString"="Creates a 3D polyface mesh with any number of vertices
and faces"
"Button#0ToolTip"="Polyface Mesh"
"Button#1"=hex:00,00,00,00,50,1d,c9,40,f0,1c,c9,40,d0,1c,c9,40,00,00,00,00,00,\
00,00,00,a8,00,23,01,a8,00,23,01,2c,00,00,00,80,1c,c9,40,00,00,00,00,0b,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_FACE"
"Button#1HelpString"="Creates one or more 3D faces having 3 or 4 sides each"
"Button#1ToolTip"="3D Face"
"Button#2"=hex:00,00,00,00,60,1c,c9,40,20,1c,c9,40,00,1c,c9,40,00,00,00,00,00,\
00,00,00,a0,00,26,01,a0,00,26,01,2c,00,00,00,00,00,00,00,00,00,00,00,0c,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_MESH"
"Button#2HelpString"="Creates a 3D polygon mesh given an array of vertices"
"Button#2ToolTip"="Polygon Mesh"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000003
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-4\\Button#11FlyOut] 1026056965
"Button#0"=hex:00,00,00,00,40,1b,c9,40,a0,1a,c9,40,20,1b,c9,40,00,00,00,00,00,\
00,00,00,a9,00,c5,01,cc,02,5a,02,2c,00,00,00,50,1a,c9,40,00,00,00,00,0d,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_REVSURF"
"Button#0HelpString"="Creates a 3D surface by revolving a linear entity around
a line"
"Button#0ToolTip"="Revolved Surface"
"Button#1"=hex:00,00,00,00,00,1b,c9,40,00,1a,c9,40,e0,19,c9,40,00,00,00,00,00,\
00,00,00,aa,00,ca,01,aa,00,ca,01,2c,00,00,00,60,19,c9,40,00,00,00,00,0e,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_RULESURF"
"Button#1HelpString"="Creates a 3D surface by connecting 2 separate linear
entities"
"Button#1ToolTip"="Ruled Surface"
"Button#2"=hex:00,00,00,00,c0,19,c9,40,10,19,c9,40,f0,18,c9,40,00,00,00,00,00,\
00,00,00,ac,00,d6,01,ac,00,d6,01,2c,00,00,00,70,18,c9,40,00,00,00,00,0f,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_TABSURF"
"Button#2HelpString"="Creates a 3D surface by projecting an entity along a path"
"Button#2ToolTip"="Extruded Surface"
"Button#3"=hex:00,00,00,00,d0,18,c9,40,20,18,c9,40,00,18,c9,40,00,00,00,00,00,\
00,00,00,a6,00,87,01,a6,00,87,01,2c,00,00,00,00,00,00,00,00,00,00,00,10,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_EDGESURF"
"Button#3HelpString"="Creates a 3D Coons surface patch between 4 lines forming
a closed shape"
"Button#3ToolTip"="Coons Surface"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000004
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-5] 1026056965
"Button#0"=hex:00,00,00,00,30,1d,c9,40,d0,17,c9,40,b0,17,c9,40,00,00,00,00,00,\
00,00,00,b3,00,7f,01,a1,02,28,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_DIST"
"Button#0HelpString"="Finds the distance between two points"
"Button#0ToolTip"="Distance"
"Button#1"=hex:00,00,00,00,b0,1d,c9,40,70,16,c9,40,50,16,c9,40,00,00,00,00,00,\
00,00,00,b7,00,29,01,77,02,fe,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="^C^C^C_AREA"
"Button#1HelpString"="Finds the area inside a closed entity"
"Button#1ToolTip"="Area"
"Button#2"=hex:00,00,00,00,e0,15,c9,40,a0,15,c9,40,80,15,c9,40,00,00,00,00,00,\
00,00,00,b4,00,95,01,6a,04,6b,04,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_IDPOINT"
"Button#2HelpString"="Gives the X, Y, and Z coordinates of the selected point"
"Button#2ToolTip"="ID Coordinates"
"Button#3"=hex:00,00,00,00,10,15,c9,40,d0,14,c9,40,b0,14,c9,40,00,00,00,00,00,\
00,00,00,b5,00,9b,01,b1,02,38,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_LIST"
"Button#3HelpString"="Lists information about the selected entity"
"Button#3ToolTip"="List Entity Info"
"Button#4"=hex:00,00,00,00,40,14,c9,40,00,14,c9,40,e0,13,c9,40,00,00,00,00,00,\
00,00,00,b2,00,da,01,d4,02,62,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_TIME"
"Button#4HelpString"="Lists the time-related variable information"
"Button#4ToolTip"="Time Variables"
"DefID"=dword:00000040
"Name"="Inquiry"
"nButtons"=dword:00000006
"ToolBarID"=dword:00000005
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-6] 1026056965
"Button#0"=hex:00,00,00,00,d0,1d,c9,40,f0,10,c9,40,c0,1d,c9,40,d0,10,c9,40,00,\
00,00,00,bd,00,b0,01,bd,02,4b,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="Nearest"
"Button#0HelpString"="Sets snap to the nearest point on an entity"
"Button#0PushVar"="OSMODE&512"
"Button#0ToolTip"="Set Nearest Snap"
"Button#1"=hex:00,00,00,00,90,2f,c9,40,60,2f,c9,40,40,2f,c9,40,20,2f,c9,40,00,\
00,00,00,b9,00,ac,01,b9,02,47,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,90,27,c9,40,30,27,c9,40,10,27,c9,40,f0,26,c9,40,00,\
00,00,00,79,05,77,05,78,05,76,05,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10Command"="PlanViewInt"
"Button#10HelpString"="Sets snap to where entities would intersect, if they
were at current elevation"
"Button#10PushVar"="OSMODE&4096"
"Button#10ToolTip"="Set Plan View Intersection Snap"
"Button#11"=hex:00,00,00,00,f0,25,c9,40,c0,25,c9,40,b0,25,c9,40,a0,25,c9,40,00,\
00,00,00,bf,00,b3,01,c0,02,4e,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="None"
"Button#11HelpString"="Turns all entity snaps off"
"Button#11PushVar"="!OSMODE"
"Button#11ToolTip"="Clear Entity Snaps"
"Button#1Command"="Endpoint"
"Button#1HelpString"="Sets snap to the end of a linear entity"
"Button#1PushVar"="OSMODE&1"
"Button#1ToolTip"="Set Endpoint Snap"
"Button#2"=hex:00,00,00,00,b0,2e,c9,40,70,2e,c9,40,50,2e,c9,40,30,2e,c9,40,00,\
00,00,00,bc,00,af,01,bc,02,4a,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="Midpoint"
"Button#2HelpString"="Sets snap to the midpoint of a linear entity"
"Button#2PushVar"="OSMODE&2"
"Button#2ToolTip"="Set Midpoint Snap"
"Button#3"=hex:00,00,00,00,c0,2d,c9,40,90,2d,c9,40,b0,19,c9,40,70,2d,c9,40,00,\
00,00,00,c0,00,ab,01,b8,02,2b,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="Center"
"Button#3HelpString"="Sets snap to the center point"
"Button#3PushVar"="OSMODE&4"
"Button#3ToolTip"="Set Center Snap"
"Button#4"=hex:00,00,00,00,00,2d,c9,40,c0,2c,c9,40,a0,2c,c9,40,80,2c,c9,40,00,\
00,00,00,b8,00,b4,01,c1,02,4f,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="Perpendicular"
"Button#4HelpString"="Sets snap perpendicular to selected entity"
"Button#4PushVar"="OSMODE&128"
"Button#4ToolTip"="Set Perpendicular Snap"
"Button#5"=hex:00,00,00,00,10,2c,c9,40,e0,2b,c9,40,20,01,c9,40,c0,2b,c9,40,00,\
00,00,00,72,05,71,05,73,05,74,05,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="Tangent"
"Button#5HelpString"="Sets snap tangent to selected entity"
"Button#5PushVar"="OSMODE&256"
"Button#5ToolTip"="Set Tangent Snap"
"Button#6"=hex:00,00,00,00,50,2b,c9,40,10,2b,c9,40,f0,2a,c9,40,d0,2a,c9,40,00,\
00,00,00,c1,00,b6,01,c3,02,51,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="Quadrant"
"Button#6HelpString"="Sets snap to the nearest quadrant of a circle"
"Button#6PushVar"="OSMODE&16"
"Button#6ToolTip"="Set Quadrant Snap"
"Button#7"=hex:00,00,00,00,50,2a,c9,40,10,2a,c9,40,f0,29,c9,40,d0,29,c9,40,00,\
00,00,00,ba,00,ad,01,ba,02,48,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="Insertion"
"Button#7HelpString"="Sets snap to the insertion point of a block"
"Button#7PushVar"="OSMODE&64"
"Button#7ToolTip"="Set Insertion Point Snap"
"Button#8"=hex:00,00,00,00,60,29,c9,40,30,29,c9,40,10,04,c9,40,10,29,c9,40,00,\
00,00,00,be,00,b2,01,bf,02,4d,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="Node"
"Button#8HelpString"="Sets snap to the nearest Point entity"
"Button#8PushVar"="OSMODE&8"
"Button#8ToolTip"="Set Point Snap"
"Button#9"=hex:00,00,00,00,a0,28,c9,40,50,28,c9,40,30,28,c9,40,10,28,c9,40,00,\
00,00,00,7d,05,7b,05,7c,05,7a,05,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="Intersection"
"Button#9HelpString"="Sets snap to the point in space where entities actually
intersect"
"Button#9PushVar"="OSMODE&32"
"Button#9ToolTip"="Set Intersection Snap"
"DefID"=dword:00000080
"Name"="Entity Snaps"
"nButtons"=dword:0000000e
"ToolBarID"=dword:00000006
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-7] 1026056965
"Button#0"=hex:00,00,00,00,30,11,c9,40,70,26,c9,40,40,23,c9,40,20,23,c9,40,00,\
00,00,00,ca,00,91,01,ca,00,91,01,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="'_GRID;T"
"Button#0HelpString"="Makes the reference grid visible"
"Button#0PushVar"="GRIDMODE"
"Button#0ToolTip"="Reference Grid"
"Button#1"=hex:00,00,00,00,f0,0b,c9,40,d0,21,c9,40,b0,21,c9,40,90,21,c9,40,00,\
00,00,00,d1,00,d0,01,d1,00,d0,01,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,c0,32,c9,40,70,32,c9,40,50,32,c9,40,00,00,00,00,00,\
00,00,00,e8,00,df,01,d7,02,65,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10Command"="^C^C^C_SETUCS"
"Button#10HelpString"="Selects a User Coordinate System in which to display
drawing"
"Button#10ToolTip"="User Coordinate Systems..."
"Button#11"=hex:00,00,00,00,d0,31,c9,40,90,31,c9,40,70,31,c9,40,00,00,00,00,00,\
00,00,00,fe,05,f7,05,ea,05,dd,05,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="^C^C^C_SETLAYER"
"Button#11HelpString"="Sets the current layer to that of the selected entity"
"Button#11ToolTip"="Set Layer by Entity"
"Button#12"=hex:00,00,00,00,60,30,c9,40,20,30,c9,40,e0,4f,c9,40,00,00,00,00,00,\
00,00,00,cb,00,97,01,18,06,17,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#12Command"="^C^C^C_EXPLAYERS"
"Button#12HelpString"="Opens the IntelliCAD Explorer for layers"
"Button#12ToolTip"="Explore Layers..."
"Button#13"=hex:00,00,00,00,70,4f,c9,40,10,4f,c9,40,f0,4e,c9,40,00,00,00,00,00,\
00,00,00,d6,06,d5,06,d4,06,d3,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#13Command"="^C^C^C_EXPBLOCKS"
"Button#13HelpString"="Opens the IntelliCAD Explorer for blocks and externally
referenced drawings"
"Button#13ToolTip"="Explore Blocks..."
"Button#14"=hex:00,00,00,00,70,4e,c9,40,40,4e,c9,40,20,4e,c9,40,00,00,00,00,00,\
00,00,00,d2,06,d1,06,d0,06,cf,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#14Command"="^C^C^C_EXPVIEWS"
"Button#14HelpString"="Opens the IntelliCAD Explorer for views"
"Button#14ToolTip"="Explore Views..."
"Button#15"=hex:00,00,00,00,90,4d,c9,40,50,4d,c9,40,30,4d,c9,40,00,00,00,00,00,\
00,00,00,da,06,d9,06,d8,06,d7,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#15Command"="^C^C^C_EXPUCS"
"Button#15HelpString"="Opens the IntelliCAD Explorer for coordinate systems"
"Button#15ToolTip"="Explore Coordinate Systems..."
"Button#16"=hex:00,00,00,00,b0,4c,c9,40,70,4c,c9,40,50,4c,c9,40,00,00,00,00,00,\
00,00,00,cd,00,9c,01,1a,06,19,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#16Command"="^C^C^C_EXPLTYPES"
"Button#16HelpString"="Opens the IntelliCAD Explorer for linetypes"
"Button#16ToolTip"="Explore Linetypes..."
"Button#17"=hex:00,00,00,00,d0,4b,c9,40,90,4b,c9,40,70,4b,c9,40,00,00,00,00,00,\
00,00,00,d2,00,d5,01,1b,06,1c,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#17Command"="^C^C^C_EXPFONTS"
"Button#17HelpString"="Opens the IntelliCAD Explorer for text styles"
"Button#17ToolTip"="Explore Text Styles..."
"Button#18"=hex:00,00,00,00,e0,4a,c9,40,a0,4a,c9,40,80,4a,c9,40,00,00,00,00,00,\
00,00,00,eb,61,ec,61,ee,61,ed,61,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#18Command"="^C^C^C_EXPDIMSTYLES"
"Button#18HelpString"="Opens the IntelliCAD Explorer for dimension styles"
"Button#18ToolTip"="Explore Dimension Styles..."
"Button#19"=hex:00,00,00,00,00,4a,c9,40,d0,49,c9,40,b0,49,c9,40,00,00,00,00,00,\
00,00,00,c2,00,cd,01,d0,02,5e,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#19Command"="^C^C^C_SETTINGS"
"Button#19HelpString"="Opens the Drawing Settings dialog box"
"Button#19ToolTip"="Drawing Settings..."
"Button#1Command"="'_SNAP;T"
"Button#1HelpString"="Aligns new entities according to Snap spacing"
"Button#1PushVar"="SNAPMODE"
"Button#1ToolTip"="Snap"
"Button#2"=hex:00,00,00,00,20,21,c9,40,e0,20,c9,40,c0,20,c9,40,a0,20,c9,40,00,\
00,00,00,ce,00,a9,01,b6,02,3d,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#20"=hex:00,00,00,00,30,49,c9,40,00,49,c9,40,e0,48,c9,40,00,00,00,00,00,\
00,00,00,9d,00,7c,01,9f,02,26,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#20Command"="^C^C^C_SETDIM"
"Button#20HelpString"="Opens the Dimension Settings dialog box"
"Button#20ToolTip"="Dimension Settings..."
"Button#2Command"="'_ORTHOGONAL;T"
"Button#2HelpString"="Constrains lines to horizontal or vertical"
"Button#2PushVar"="ORTHOMODE"
"Button#2ToolTip"="Draw Orthogonal"
"Button#3"=hex:00,00,00,00,30,20,c9,40,d0,3f,c9,40,10,20,c9,40,00,00,00,00,00,\
00,00,00,cf,00,aa,01,b7,02,3e,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_SETESNAP"
"Button#3HelpString"="Sets modes for snapping to entities"
"Button#3ToolTip"="Entity Snap Settings"
"Button#4"=hex:00,00,00,00,60,3f,c9,40,20,3f,c9,40,00,3f,c9,40,00,00,00,00,00,\
00,00,00,d0,00,24,01,d0,00,24,01,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="'_APERTURE"
"Button#4HelpString"="Sets selection area for snapping to entities"
"Button#4ToolTip"="Entity Snap Precision"
"Button#5"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,60,3e,c9,40,60,3e,c9,40,ff,ff,\
ff,ff,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6"=hex:00,00,00,00,80,36,c9,40,40,36,c9,40,20,36,c9,40,00,36,c9,40,00,\
00,00,00,c9,00,a3,01,ac,02,33,02,2f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="^C^C^C_FILL;T"
"Button#6HelpString"="When on, planar entities are drawn filled with color"
"Button#6PushVar"="FILLMODE"
"Button#6ToolTip"="Fill"
"Button#7"=hex:00,00,00,00,60,35,c9,40,20,35,c9,40,00,35,c9,40,e0,34,c9,40,00,\
00,00,00,cc,00,99,01,af,02,36,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="^C^C^C_LIMITS;T"
"Button#7HelpString"="Sets the drawing limits, and turns them on or off"
"Button#7PushVar"="LIMCHECK"
"Button#7ToolTip"="Drawing Limits"
"Button#8"=hex:00,00,00,00,70,34,c9,40,40,34,c9,40,20,34,c9,40,00,00,00,00,00,\
00,00,00,c8,00,88,01,a6,02,2d,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_ELEVATION"
"Button#8HelpString"="Sets elevation and thickness"
"Button#8ToolTip"="Elevation"
"Button#9"=hex:00,00,00,00,a0,33,c9,40,70,33,c9,40,50,33,c9,40,00,00,00,00,00,\
00,00,00,03,06,fc,05,ef,05,e5,05,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_THICKNESS"
"Button#9HelpString"="Sets thickness for new entities"
"Button#9ToolTip"="Thickness"
"DefID"=dword:00000100
"Name"="Settings"
"nButtons"=dword:0000001c
"ToolBarID"=dword:00000007
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-7\\Button#5FlyOut] 1026056965
"Button#0"=hex:00,00,00,00,40,3e,c9,40,10,3e,c9,40,f0,3d,c9,40,00,00,00,00,00,\
00,00,00,c5,00,39,01,81,02,08,02,6f,00,00,00,a0,3d,c9,40,00,00,00,00,05,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="'_SETCOLOR"
"Button#0HelpString"="Opens the Color dialog box"
"Button#0ToolTip"="Select Color..."
"Button#1"=hex:00,00,00,00,40,07,c9,40,70,3d,c9,40,50,3d,c9,40,00,00,00,00,00,\
00,00,00,e0,03,df,03,e0,03,df,03,6f,00,00,00,00,3d,c9,40,00,00,00,00,06,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="'_Color;White"
"Button#1HelpString"="Sets the current color to white"
"Button#1ToolTip"="White"
"Button#2"=hex:00,00,00,00,f0,1a,c9,40,d0,3c,c9,40,b0,3c,c9,40,00,00,00,00,00,\
00,00,00,eb,03,e6,03,eb,03,e6,03,6f,00,00,00,60,3c,c9,40,00,00,00,00,07,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="'_Color;Blue"
"Button#2HelpString"="Sets the current color to blue"
"Button#2ToolTip"="Blue"
"Button#3"=hex:00,00,00,00,70,00,c9,40,30,3c,c9,40,10,3c,c9,40,00,00,00,00,00,\
00,00,00,ec,03,e4,03,ec,03,e4,03,6f,00,00,00,c0,3b,c9,40,00,00,00,00,08,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="'_Color;Cyan"
"Button#3HelpString"="Sets the current color to cyan"
"Button#3ToolTip"="Cyan"
"Button#4"=hex:00,00,00,00,b0,3b,c9,40,80,3b,c9,40,60,3b,c9,40,00,00,00,00,00,\
00,00,00,ea,03,e3,03,ea,03,e3,03,6f,00,00,00,b0,3a,c9,40,00,00,00,00,09,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="'_Color;Green"
"Button#4HelpString"="Sets the current color to green"
"Button#4ToolTip"="Green"
"Button#5"=hex:00,00,00,00,50,3b,c9,40,80,3a,c9,40,10,3b,c9,40,00,00,00,00,00,\
00,00,00,e8,03,e2,03,e8,03,e2,03,6f,00,00,00,a0,39,c9,40,00,00,00,00,0a,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="'_Color;Yellow"
"Button#5HelpString"="Sets the current color to yellow"
"Button#5ToolTip"="Yellow"
"Button#6"=hex:00,00,00,00,90,39,c9,40,60,39,c9,40,40,39,c9,40,00,00,00,00,00,\
00,00,00,e9,03,e5,03,e9,03,e5,03,6f,00,00,00,f0,38,c9,40,00,00,00,00,0b,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="'_Color;Red"
"Button#6HelpString"="Sets the current color to red"
"Button#6ToolTip"="Red"
"Button#7"=hex:00,00,00,00,e0,38,c9,40,b0,38,c9,40,90,38,c9,40,00,00,00,00,00,\
00,00,00,e7,03,e1,03,e7,03,e1,03,6f,00,00,00,e0,37,c9,40,00,00,00,00,0c,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="'_Color;Magenta"
"Button#7HelpString"="Sets the current color to magenta"
"Button#7ToolTip"="Magenta"
"Button#8"=hex:00,00,00,00,80,38,c9,40,a0,37,c9,40,40,38,c9,40,00,00,00,00,00,\
00,00,00,12,05,11,05,10,05,0f,05,6f,00,00,00,50,37,c9,40,00,00,00,00,0d,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="'_Color;BYLAYER"
"Button#8HelpString"="Adopts the color of the layer on which it is used"
"Button#8ToolTip"="BYLAYER"
"Button#9"=hex:00,00,00,00,40,37,c9,40,00,37,c9,40,e0,36,c9,40,00,00,00,00,00,\
00,00,00,0e,05,0d,05,0b,05,0c,05,6f,00,00,00,00,00,00,00,00,00,00,00,0e,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="'_Color;BYBLOCK"
"Button#9HelpString"="Adopts the color of the block in which it is used"
"Button#9ToolTip"="BYBLOCK"
"idxParentCur"=dword:00000000
"nButtons"=dword:0000000a
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-8] 1026056965
"Button#0"=hex:00,00,00,00,60,38,c9,40,d0,35,c9,40,30,3b,c9,40,00,00,00,00,00,\
00,00,00,f0,61,ef,61,f1,61,f2,61,2f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="^C^C^C_EXPLAYERS"
"Button#0HelpString"="Opens the IntelliCAD Explorer"
"Button#0ToolTip"="IntelliCAD Explorer..."
"Button#1"=hex:00,00,00,00,30,24,c9,40,e0,23,c9,40,c0,23,c9,40,a0,23,c9,40,00,\
00,00,00,69,05,66,05,6d,05,6b,05,3e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,e0,40,c9,40,a0,40,c9,40,80,40,c9,40,40,32,c9,40,00,\
00,00,00,de,00,2b,01,d6,00,70,05,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10Command"="^C^C^C_ATTDISP"
"Button#10HelpString"="Shows all attributes, none, or those normally visible"
"Button#10PushVar"="ATTMODE"
"Button#10ToolTip"="Attribute Display"
"Button#11"=hex:00,00,00,00,10,40,c9,40,30,5f,c9,40,10,5f,c9,40,00,00,00,00,00,\
00,00,00,d7,00,2c,01,79,02,fc,01,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="^C^C^C_ATTEDIT"
"Button#11HelpString"="Edits attributes, either all, or just those on-screen"
"Button#11ToolTip"="Edit Attributes"
"Button#12"=hex:00,00,00,00,a0,5e,c9,40,60,5e,c9,40,40,5e,c9,40,00,00,00,00,00,\
00,00,00,cd,06,cb,06,cc,06,ca,06,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#12Command"="^C^C^C_DDATTEXT"
"Button#12HelpString"="Copies data from attributes to a text file"
"Button#12ToolTip"="Extract Attributes"
"Button#13"=hex:00,00,00,00,d0,5d,c9,40,80,5d,c9,40,60,5d,c9,40,00,00,00,00,00,\
00,00,00,21,06,24,06,22,06,23,06,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#13Command"="^C^C^C_XREF"
"Button#13HelpString"="Associates another drawing with the current one for
reference"
"Button#13ToolTip"="External Reference"
"Button#1Command"="^C^C^C_RECSCRIPT"
"Button#1HelpString"="Asks for a name, then begins recording a command line
script"
"Button#1PushVar"="MACROREC"
"Button#1ToolTip"="Record Script..."
"Button#2"=hex:00,00,00,00,80,23,c9,40,d0,46,c9,40,60,23,c9,40,00,00,00,00,00,\
00,00,00,67,05,64,05,6e,05,6c,05,3e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="^C^C^C_STOPSCRIPT"
"Button#2HelpString"="Stops recording the script"
"Button#2ToolTip"="Stop Recording"
"Button#3"=hex:00,00,00,00,60,46,c9,40,20,46,c9,40,00,46,c9,40,00,00,00,00,00,\
00,00,00,68,05,65,05,6f,05,6a,05,3e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="^C^C^C_SCRIPT"
"Button#3HelpString"="Runs a previously saved command line script"
"Button#3ToolTip"="Run Script..."
"Button#4"=hex:00,00,00,00,90,45,c9,40,50,45,c9,40,30,45,c9,40,00,00,00,00,00,\
00,00,00,75,00,30,01,14,06,13,06,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="^C^C^C_BLOCK"
"Button#4HelpString"="Saves a block that you can reuse within this drawing "
"Button#4ToolTip"="Create Block"
"Button#5"=hex:00,00,00,00,c0,44,c9,40,90,44,c9,40,70,44,c9,40,00,00,00,00,00,\
00,00,00,e2,00,e7,01,15,06,16,06,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="^C^C^C_WBLOCK"
"Button#5HelpString"="Saves a block as an independent drawing"
"Button#5ToolTip"="Save Block to Disk..."
"Button#6"=hex:00,00,00,00,00,44,c9,40,c0,43,c9,40,a0,43,c9,40,00,00,00,00,00,\
00,00,00,dd,00,a2,01,dd,00,a2,01,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#6Command"="^C^C^C_MSNAPSHOT"
"Button#6HelpString"="Makes a snapshot image of the current window"
"Button#6ToolTip"="Make Snapshot..."
"Button#7"=hex:00,00,00,00,30,43,c9,40,00,43,c9,40,e0,42,c9,40,00,00,00,00,00,\
00,00,00,e1,00,e6,01,da,02,68,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="^C^C^C_VSNAPSHOT"
"Button#7HelpString"="Views a previously saved snapshot"
"Button#7ToolTip"="View Snapshot..."
"Button#8"=hex:00,00,00,00,70,42,c9,40,30,42,c9,40,10,42,c9,40,00,00,00,00,00,\
00,00,00,f6,00,2a,01,78,02,ff,01,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_DDATTDEF"
"Button#8HelpString"="Defines how a block's attributes will be created"
"Button#8ToolTip"="Define Attributes..."
"Button#9"=hex:00,00,00,00,a0,41,c9,40,70,41,c9,40,50,41,c9,40,00,00,00,00,00,\
00,00,00,da,00,3e,01,84,02,0b,02,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_DDATTE"
"Button#9HelpString"="Edits one or more attributes of a block"
"Button#9ToolTip"="Edit Block Attributes"
"DefID"=dword:00000200
"Name"="Tools"
"nButtons"=dword:00000013
"ToolBarID"=dword:00000008
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-9] 1026056965
"Button#0"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,d0,30,c9,40,d0,30,c9,40,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1"=hex:00,00,00,00,e0,4e,c9,40,c0,57,c9,40,10,4e,c9,40,00,00,00,00,a0,\
57,c9,40,e5,00,b8,01,e5,00,b8,01,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10"=hex:00,00,00,00,40,6c,c9,40,00,6c,c9,40,e0,6b,c9,40,00,00,00,00,00,\
00,00,00,e4,00,84,01,47,06,48,06,2c,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#10Command"="^C^C^C_DVIEW"
"Button#10HelpString"="Displays a perspective view from a given point"
"Button#10ToolTip"="Define View"
"Button#11"=hex:00,00,00,00,60,6b,c9,40,20,6b,c9,40,00,6b,c9,40,00,00,00,00,00,\
00,00,00,e9,00,cf,01,45,06,49,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#11Command"="^C^C^C_VIEW"
"Button#11HelpString"="Saves the current view. Loads or deletes a saved view"
"Button#11ToolTip"="Save/Restore View"
"Button#12"=hex:00,00,00,00,80,6a,c9,40,30,6a,c9,40,10,6a,c9,40,00,00,00,00,00,\
00,00,00,28,06,27,06,25,06,26,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#12Command"="^C^C^C_PMSPACE"
"Button#12HelpString"="Brings up a choice of workspaces: Paper Space, Model
Space, or Tiled"
"Button#12ToolTip"="Workspaces..."
"Button#13"=hex:00,00,00,00,90,69,c9,40,40,69,c9,40,20,69,c9,40,00,00,00,00,00,\
00,00,00,2d,06,43,06,41,06,42,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#13Command"="^C^C^C_VIEWPORTS"
"Button#13HelpString"="Defines and saves multiple-window arrangements for the
current drawing"
"Button#13ToolTip"="Viewports"
"Button#14"=hex:00,00,00,00,a0,68,c9,40,50,68,c9,40,30,68,c9,40,00,00,00,00,00,\
00,00,00,2c,06,2b,06,29,06,2a,06,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#14Command"="^C^C^C_MVIEW"
"Button#14HelpString"="Creates multiple views in paper space for the current
drawing"
"Button#14ToolTip"="Paper Space Views"
"Button#1Command"="'_PAN"
"Button#1GrayVar"="!VIEWMODE&1"
"Button#1HelpString"="Pans from side to side, or up and down"
"Button#1ToolTip"="Pan"
"Button#2"=hex:00,00,00,00,40,4c,c9,40,10,57,c9,40,f0,56,c9,40,00,00,00,00,d0,\
56,c9,40,c6,03,c8,03,ca,03,c5,03,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="'_ZOOM;2x"
"Button#2GrayVar"="!VIEWMODE&1"
"Button#2HelpString"="Zooms in on the center of the window by a factor of 2"
"Button#2ToolTip"="Zoom In"
"Button#3"=hex:00,00,00,00,60,56,c9,40,10,56,c9,40,f0,55,c9,40,00,00,00,00,d0,\
55,c9,40,c9,03,c7,03,cb,03,c4,03,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="'_ZOOM;.5x"
"Button#3GrayVar"="!VIEWMODE&1"
"Button#3HelpString"="Zooms out from the center of the window by a factor of
1/2"
"Button#3ToolTip"="Zoom Out"
"Button#4"=hex:00,00,00,00,60,55,c9,40,30,55,c9,40,10,55,c9,40,00,00,00,00,f0,\
54,c9,40,f5,00,e4,01,e1,02,5c,02,6f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#4Command"="'_ZOOM;W"
"Button#4GrayVar"="!VIEWMODE&1"
"Button#4HelpString"="Zooms to a window that you specify"
"Button#4ToolTip"="Zoom Window"
"Button#5"=hex:00,00,00,00,80,54,c9,40,50,54,c9,40,30,54,c9,40,00,00,00,00,10,\
54,c9,40,f0,00,f1,01,e6,02,6f,02,2e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#5Command"="'_ZOOM;E"
"Button#5GrayVar"="!VIEWMODE&1"
"Button#5HelpString"="Zooms to the extents of the drawing"
"Button#5ToolTip"="Zoom Extents"
"Button#6"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,70,53,c9,40,70,53,c9,40,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7"=hex:00,00,00,00,10,6f,c9,40,d0,6e,c9,40,b0,6e,c9,40,00,00,00,00,90,\
6e,c9,40,a3,05,a1,05,a2,05,a0,05,2f,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#7Command"="^C^C^C_VIEWCTL"
"Button#7GrayVar"="!VIEWMODE&1"
"Button#7HelpString"="Brings up the real-time Viewpoint Control dialog box"
"Button#7ToolTip"="Dynamic View Control..."
"Button#8"=hex:00,00,00,00,20,6e,c9,40,f0,6d,c9,40,d0,6d,c9,40,00,00,00,00,b0,\
6d,c9,40,ea,00,f6,01,d9,02,67,02,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#8Command"="^C^C^C_SETVPOINT"
"Button#8GrayVar"="!VIEWMODE&1"
"Button#8HelpString"="Opens the Viewpoint dialog box"
"Button#8ToolTip"="Preset Viewpoints..."
"Button#9"=hex:00,00,00,00,40,6d,c9,40,f0,6c,c9,40,d0,6c,c9,40,00,00,00,00,b0,\
6c,c9,40,e6,00,bc,01,c7,02,55,02,6e,00,00,00,00,00,00,00,00,00,00,00,ff,ff,\
ff,ff,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#9Command"="^C^C^C_PLAN"
"Button#9GrayVar"="!VIEWMODE&1"
"Button#9HelpString"="Shows the top view of the User Coordinate System you
specify"
"Button#9ToolTip"="Plan View"
"DefID"=dword:00000400
"Name"="View"
"nButtons"=dword:00000014
"ToolBarID"=dword:00000009
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-9\\Button#0FlyOut] 1026056965
"Button#0"=hex:00,00,00,00,70,1f,c9,40,f0,39,c9,40,00,48,c9,40,00,00,00,00,00,\
00,00,00,b0,05,af,05,ad,05,ae,05,6f,00,00,00,80,47,c9,40,00,00,00,00,00,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="'_REDRAW"
"Button#0HelpString"="Refreshes the display of the current window"
"Button#0ToolTip"="Redraw"
"Button#1"=hex:00,00,00,00,60,47,c9,40,e0,59,c9,40,c0,59,c9,40,00,00,00,00,00,\
00,00,00,97,06,96,06,98,06,95,06,2f,00,00,00,70,59,c9,40,00,00,00,00,01,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="'_REDRAWALL"
"Button#1HelpString"="Refreshes the display of the all windows for the current
drawing"
"Button#1ToolTip"="Redraw All"
"Button#2"=hex:00,00,00,00,30,38,c9,40,30,59,c9,40,10,34,c9,40,00,00,00,00,00,\
00,00,00,94,06,c4,01,cb,02,59,02,6f,00,00,00,e0,58,c9,40,00,00,00,00,02,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="'_REGEN"
"Button#2HelpString"="Recalculates display coordinates for the current window"
"Button#2ToolTip"="Regen"
"Button#3"=hex:00,00,00,00,c0,58,c9,40,60,58,c9,40,40,58,c9,40,00,00,00,00,00,\
00,00,00,9a,06,99,06,9c,06,59,02,2f,00,00,00,00,00,00,00,00,00,00,00,03,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="'_REGENALL"
"Button#3HelpString"="Recalculates display coordinates for all windows for the
current drawing"
"Button#3ToolTip"="Regen All"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000004
[Software\\Visio\\IntelliCAD\\ToolBars\\ToolBar-9\\Button#6FlyOut] 1026056965
"Button#0"=hex:00,00,00,00,50,53,c9,40,20,53,c9,40,00,53,c9,40,00,00,00,00,e0,\
52,c9,40,f2,00,f3,01,e3,02,71,02,6f,00,00,00,90,52,c9,40,00,00,00,00,09,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#0Command"="'_ZOOM;P"
"Button#0GrayVar"="!VIEWMODE&1"
"Button#0HelpString"="Zooms to the previous view"
"Button#0ToolTip"="Zoom Previous"
"Button#1"=hex:00,00,00,00,70,52,c9,40,50,52,c9,40,30,52,c9,40,00,00,00,00,10,\
52,c9,40,ee,00,ef,01,df,02,6d,02,6f,00,00,00,30,51,c9,40,00,00,00,00,0a,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#1Command"="'_ZOOM;A"
"Button#1GrayVar"="!VIEWMODE&1"
"Button#1HelpString"="Zooms All"
"Button#1ToolTip"="Zoom All"
"Button#2"=hex:00,00,00,00,10,51,c9,40,d0,50,c9,40,b0,50,c9,40,00,00,00,00,90,\
50,c9,40,ec,00,ed,01,dd,02,6b,02,6e,00,00,00,40,50,c9,40,00,00,00,00,0b,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#2Command"="'_ZOOM;L"
"Button#2GrayVar"="!VIEWMODE&1"
"Button#2HelpString"="Zooms in - you specify lower-left corner"
"Button#2ToolTip"="Zoom Left"
"Button#3"=hex:00,00,00,00,20,50,c9,40,c0,6f,c9,40,a0,6f,c9,40,00,00,00,00,80,\
6f,c9,40,ef,00,f0,01,c5,02,6e,02,6e,00,00,00,00,00,00,00,00,00,00,00,0c,00,\
00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00
"Button#3Command"="'_ZOOM;C"
"Button#3GrayVar"="!VIEWMODE&1"
"Button#3HelpString"="Zooms in, centered on a point you specify"
"Button#3ToolTip"="Zoom Center"
"idxParentCur"=dword:00000000
"nButtons"=dword:00000004
-- Attached file included as plaintext by Ecartis --
-- File: system.reg
WINE REGISTRY Version 2
;; All keys relative to \\Machine
[HARDWARE\\DESCRIPTION\\System] 1029461614
"Identifier"="SystemType WINE"
[HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\0] 1026442126
"Identifier"="CPU 586"
[HARDWARE\\DESCRIPTION\\System\\FloatingPointProcessor] 1001880944
[Software\\Classes\\.cob] 1001885750
@="Caligari Object"
[Software\\Classes\\.dwg] 1026442144
@="Icad.Drawing"
[Software\\Classes\\.dwg\\ShellNew] 1026442144
"NullFile"=""
[Software\\Classes\\.GXD] 1027890858
@="MONUCAD.Document"
[Software\\Classes\\.GXD\\ShellNew] 1027890858
"NullFile"=""
[Software\\Classes\\.ipr] 1001885750
@="InfinityProject"
[Software\\Classes\\.scn] 1001885750
@="Caligari Scene"
[Software\\Classes\\.tsp] 1001885750
@="Caligari Project"
[Software\\Classes\\Caligari Object] 1001885750
@="Caligari trueSpace Object"
[Software\\Classes\\Caligari Object\\DefaultIcon] 1001885750
@="C:\\trueSpace5\\Ts5.exe,2"
[Software\\Classes\\Caligari Object\\Shell\\Open\\Command] 1001885750
@="C:\\trueSpace5\\Ts5.exe %1"
[Software\\Classes\\Caligari Project] 1001885750
@="Caligari trueSpace Project"
[Software\\Classes\\Caligari Project\\DefaultIcon] 1001885750
@="C:\\trueSpace5\\Ts5.exe,3"
[Software\\Classes\\Caligari Project\\Shell\\Open\\Command] 1001885750
@="C:\\trueSpace5\\Ts5.exe %1"
[Software\\Classes\\Caligari Scene] 1001885750
@="Caligari trueSpace Scene"
[Software\\Classes\\Caligari Scene\\DefaultIcon] 1001885750
@="C:\\trueSpace5\\Ts5.exe,4"
[Software\\Classes\\Caligari Scene\\Shell\\Open\\Command] 1001885750
@="C:\\trueSpace5\\Ts5.exe %1"
[Software\\Classes\\CLSID\\{000D0E00-0000-0000-C000-000000000046}] 1026056917
@="IntelliCAD Drawing"
[Software\\Classes\\CLSID\\{000D0E00-0000-0000-C000-000000000046}\\AuxUserType\\2]
1026056917
@="Drawing"
[Software\\Classes\\CLSID\\{000D0E00-0000-0000-C000-000000000046}\\AuxUserType\\3]
1026056917
@="IntelliCAD"
[Software\\Classes\\CLSID\\{000D0E00-0000-0000-C000-000000000046}\\DefaultIcon]
1026615378
@="C:\\icad2k1\\icad.exe,1"
[Software\\Classes\\CLSID\\{000D0E00-0000-0000-C000-000000000046}\\InprocHandler32]
1026442144
@="ole32.dll"
[Software\\Classes\\CLSID\\{000D0E00-0000-0000-C000-000000000046}\\Insertable]
1026056917
@=""
[Software\\Classes\\CLSID\\{000D0E00-0000-0000-C000-000000000046}\\LocalServer32]
1026615378
@="C:\\icad2k1\\icad.exe"
[Software\\Classes\\CLSID\\{000D0E00-0000-0000-C000-000000000046}\\MiscStatus]
1026056917
@="32"
[Software\\Classes\\CLSID\\{000D0E00-0000-0000-C000-000000000046}\\ProgID]
1026442144
@="Icad.Drawing"
[Software\\Classes\\CLSID\\{000D0E00-0000-0000-C000-000000000046}\\Verb\\0]
1026056917
@="&Edit,0,2"
[Software\\Classes\\CLSID\\{000D0E00-0000-0000-C000-000000000046}\\Verb\\1]
1026056917
@="&Open,0,2"
[Software\\Classes\\CLSID\\{129C0881-DA60-11d5-91D6-008048B7F1CE}\\InprocServer32]
1026615332
@="app32.dll"
[Software\\Classes\\CLSID\\{129C0881-DA60-11d5-91D6-008048B7F1CE}\\Programmable]
1026616599
@="379402056000610006700054"
[Software\\Classes\\CLSID\\{8011C111-7E36-11D1-BC5A-0060089608A4}] 1026442144
@="IntelliCAD Application Object"
[Software\\Classes\\CLSID\\{8011C111-7E36-11D1-BC5A-0060089608A4}\\LocalServer32]
1026615378
@="C:\\icad2k1\\icad.exe"
[Software\\Classes\\CLSID\\{8011C111-7E36-11D1-BC5A-0060089608A4}\\NotInsertable]
1026056917
[Software\\Classes\\CLSID\\{8011C111-7E36-11D1-BC5A-0060089608A4}\\ProgID]
1026442144
@="Icad.Application.1"
[Software\\Classes\\CLSID\\{8011C111-7E36-11D1-BC5A-0060089608A4}\\VersionIndependentProgID]
1026442144
@="Icad.Application"
[Software\\Classes\\CLSID\\{9FF7B541-98FC-11d6-8F89-0050BA8DA9D0}\\InprocServer32]
1027877264
@="app32.dll"
[Software\\Classes\\CLSID\\{9FF7B541-98FC-11d6-8F89-0050BA8DA9D0}\\Programmable]
1029462017
@="2238802056000610008200055"
[Software\\Classes\\Icad.Application] 1026442144
@="IntelliCAD Application Object"
[Software\\Classes\\Icad.Application\\CLSID] 1026442144
@="{8011C111-7E36-11D1-BC5A-0060089608A4}"
[Software\\Classes\\Icad.Application\\CurVer] 1026442144
@="Icad.Application.1"
[Software\\Classes\\Icad.Application.1] 1026442144
@="IntelliCAD Application Object"
[Software\\Classes\\Icad.Application.1\\CLSID] 1026442144
@="{8011C111-7E36-11D1-BC5A-0060089608A4}"
[Software\\Classes\\Icad.Drawing] 1026442144
@="IntelliCAD Drawing"
[Software\\Classes\\Icad.Drawing\\CLSID] 1026442144
@="{000D0E00-0000-0000-C000-000000000046}"
[Software\\Classes\\Icad.Drawing\\DefaultIcon] 1026615378
@="C:\\icad2k1\\icad.exe,1"
[Software\\Classes\\Icad.Drawing\\Insertable] 1026056917
@=""
[Software\\Classes\\Icad.Drawing\\protocol\\StdFileEditing\\server] 1026615378
@="C:\\icad2k1\\icad.exe"
[Software\\Classes\\Icad.Drawing\\protocol\\StdFileEditing\\verb\\0] 1026056917
@="&Edit"
[Software\\Classes\\Icad.Drawing\\shell\\open\\command] 1026615378
@="C:\\icad2k1\\icad.exe /dde"
[Software\\Classes\\Icad.Drawing\\shell\\open\\ddeexec] 1026442144
@="[open(\"%1\")]"
[Software\\Classes\\Icad.Drawing\\shell\\print\\command] 1026615378
@="C:\\icad2k1\\icad.exe /dde"
[Software\\Classes\\Icad.Drawing\\shell\\print\\ddeexec] 1026442144
@="[print(\"%1\")]"
[Software\\Classes\\Icad.Drawing\\shell\\printto\\command] 1026615378
@="C:\\icad2k1\\icad.exe /dde"
[Software\\Classes\\Icad.Drawing\\shell\\printto\\ddeexec] 1026442144
@="[printto(\"%1\",\"%2\",\"%3\",\"%4\")]"
[Software\\Classes\\InfinityProject] 1001885750
@="Infinity2 Project File"
[Software\\Classes\\InfinityProject\\DefaultIcon] 1001885750
@="C:\\trueSpace5\\Tsx\\Infinity2\\Infinity2.ico"
[Software\\Classes\\Interface\\{8011C101-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadApplication"
[Software\\Classes\\Interface\\{8011C101-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C101-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C101-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C102-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadDocuments"
[Software\\Classes\\Interface\\{8011C102-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C102-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C102-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C103-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadDocument"
[Software\\Classes\\Interface\\{8011C103-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C103-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C103-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C104-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadWindows"
[Software\\Classes\\Interface\\{8011C104-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C104-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C104-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C105-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadWindow"
[Software\\Classes\\Interface\\{8011C105-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C105-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C105-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C106-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadLibrary"
[Software\\Classes\\Interface\\{8011C106-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C106-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C106-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C107-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadPoint"
[Software\\Classes\\Interface\\{8011C107-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C107-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C107-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C108-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadVector"
[Software\\Classes\\Interface\\{8011C108-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C108-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C108-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C109-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadMatrix"
[Software\\Classes\\Interface\\{8011C109-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C109-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C109-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C10A-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadSelectionSet"
[Software\\Classes\\Interface\\{8011C10A-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C10A-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C10A-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C10B-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadSelectionSets"
[Software\\Classes\\Interface\\{8011C10B-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C10B-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C10B-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C10C-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadPoints"
[Software\\Classes\\Interface\\{8011C10C-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C10C-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C10C-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C10D-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadUtility"
[Software\\Classes\\Interface\\{8011C10D-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C10D-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C10D-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C10E-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadApplicationPreferences"
[Software\\Classes\\Interface\\{8011C10E-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C10E-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C10E-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C10F-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadDocumentPreferences"
[Software\\Classes\\Interface\\{8011C10F-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C10F-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C10F-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C120-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadDbItem"
[Software\\Classes\\Interface\\{8011C120-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C120-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C120-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C121-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadTableItem"
[Software\\Classes\\Interface\\{8011C121-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C121-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C121-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C123-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadRegisteredApplication"
[Software\\Classes\\Interface\\{8011C123-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C123-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C123-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C124-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadRegisteredApplications"
[Software\\Classes\\Interface\\{8011C124-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C124-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C124-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C125-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadBlock"
[Software\\Classes\\Interface\\{8011C125-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C125-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C125-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C126-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadBlocks"
[Software\\Classes\\Interface\\{8011C126-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C126-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C126-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C127-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadDimensionStyle"
[Software\\Classes\\Interface\\{8011C127-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C127-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C127-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C128-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadDimensionStyles"
[Software\\Classes\\Interface\\{8011C128-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C128-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C128-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C129-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadLayer"
[Software\\Classes\\Interface\\{8011C129-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C129-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C129-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C12A-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadLayers"
[Software\\Classes\\Interface\\{8011C12A-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C12A-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C12A-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C12B-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadLinetype"
[Software\\Classes\\Interface\\{8011C12B-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C12B-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C12B-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C12C-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadLinetypes"
[Software\\Classes\\Interface\\{8011C12C-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C12C-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C12C-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C12D-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadTextStyle"
[Software\\Classes\\Interface\\{8011C12D-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C12D-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C12D-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C12E-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadTextStyles"
[Software\\Classes\\Interface\\{8011C12E-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C12E-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C12E-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C12F-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadUserCoordSystem"
[Software\\Classes\\Interface\\{8011C12F-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C12F-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C12F-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C130-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadUserCoordSystems"
[Software\\Classes\\Interface\\{8011C130-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C130-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C130-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C131-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadView"
[Software\\Classes\\Interface\\{8011C131-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C131-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C131-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C132-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadViews"
[Software\\Classes\\Interface\\{8011C132-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C132-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C132-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C133-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadViewport"
[Software\\Classes\\Interface\\{8011C133-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C133-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C133-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C134-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadViewports"
[Software\\Classes\\Interface\\{8011C134-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C134-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C134-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C160-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadModelSpace"
[Software\\Classes\\Interface\\{8011C160-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C160-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C160-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C161-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadPaperSpace"
[Software\\Classes\\Interface\\{8011C161-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C161-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C161-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C162-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcad3DFace"
[Software\\Classes\\Interface\\{8011C162-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C162-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C162-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C163-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcad3DPoly"
[Software\\Classes\\Interface\\{8011C163-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C163-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C163-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C165-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadArc"
[Software\\Classes\\Interface\\{8011C165-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C165-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C165-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C166-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadAttributeDef"
[Software\\Classes\\Interface\\{8011C166-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C166-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C166-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C167-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadAttribute"
[Software\\Classes\\Interface\\{8011C167-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C167-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C167-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C168-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadBlockInsert"
[Software\\Classes\\Interface\\{8011C168-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C168-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C168-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C169-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadCircle"
[Software\\Classes\\Interface\\{8011C169-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C169-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C169-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C16A-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadDimension"
[Software\\Classes\\Interface\\{8011C16A-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C16A-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C16A-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C16B-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadEllipse"
[Software\\Classes\\Interface\\{8011C16B-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C16B-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C16B-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C16C-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadHatch"
[Software\\Classes\\Interface\\{8011C16C-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C16C-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C16C-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C16D-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadLeader"
[Software\\Classes\\Interface\\{8011C16D-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C16D-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C16D-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C16E-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadLightWeightPolyline"
[Software\\Classes\\Interface\\{8011C16E-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C16E-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C16E-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C16F-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadLine"
[Software\\Classes\\Interface\\{8011C16F-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C16F-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C16F-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C170-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadMText"
[Software\\Classes\\Interface\\{8011C170-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C170-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C170-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C171-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadPointEntity"
[Software\\Classes\\Interface\\{8011C171-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C171-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C171-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C172-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadPolyline"
[Software\\Classes\\Interface\\{8011C172-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C172-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C172-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C173-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadPolygonMesh"
[Software\\Classes\\Interface\\{8011C173-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C173-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C173-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C174-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadPViewport"
[Software\\Classes\\Interface\\{8011C174-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C174-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C174-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C175-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadImage"
[Software\\Classes\\Interface\\{8011C175-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C175-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C175-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C176-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadRay"
[Software\\Classes\\Interface\\{8011C176-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C176-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C176-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C179-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadSolid"
[Software\\Classes\\Interface\\{8011C179-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C179-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C179-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C17A-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadSpline"
[Software\\Classes\\Interface\\{8011C17A-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C17A-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C17A-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C17B-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadText"
[Software\\Classes\\Interface\\{8011C17B-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C17B-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C17B-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C17C-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadTolerance"
[Software\\Classes\\Interface\\{8011C17C-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C17C-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C17C-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C17D-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadTrace"
[Software\\Classes\\Interface\\{8011C17D-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C17D-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C17D-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C17E-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadInfiniteLine"
[Software\\Classes\\Interface\\{8011C17E-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C17E-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C17E-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C17F-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadExternalReference"
[Software\\Classes\\Interface\\{8011C17F-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C17F-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C17F-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C182-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadAttributes"
[Software\\Classes\\Interface\\{8011C182-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C182-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C182-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C183-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadPolyfaceMesh"
[Software\\Classes\\Interface\\{8011C183-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C183-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C183-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C184-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadDimAngular"
[Software\\Classes\\Interface\\{8011C184-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C184-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C184-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C185-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadDimAligned"
[Software\\Classes\\Interface\\{8011C185-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C185-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C185-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C186-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadDimDiametric"
[Software\\Classes\\Interface\\{8011C186-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C186-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C186-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C187-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadDimOrdinate"
[Software\\Classes\\Interface\\{8011C187-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C187-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C187-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C188-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadDimRadial"
[Software\\Classes\\Interface\\{8011C188-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C188-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C188-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C189-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadDimRotated"
[Software\\Classes\\Interface\\{8011C189-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C189-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C189-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C18A-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadDim3PointAngular"
[Software\\Classes\\Interface\\{8011C18A-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C18A-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C18A-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C18E-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadEntities"
[Software\\Classes\\Interface\\{8011C18E-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C18E-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C18E-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C18F-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadEntity"
[Software\\Classes\\Interface\\{8011C18F-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C18F-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C18F-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C1C0-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadWorkspace"
[Software\\Classes\\Interface\\{8011C1C0-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C1C0-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C1C0-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C1C1-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadPlotManager"
[Software\\Classes\\Interface\\{8011C1C1-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C1C1-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C1C1-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C1C2-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadPlotProperties"
[Software\\Classes\\Interface\\{8011C1C2-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C1C2-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C1C2-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C1C3-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadPlotterPens"
[Software\\Classes\\Interface\\{8011C1C3-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C1C3-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C1C3-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C1C4-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadPlotterPen"
[Software\\Classes\\Interface\\{8011C1C4-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C1C4-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C1C4-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C1C5-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="IIcadPlotRegManager"
[Software\\Classes\\Interface\\{8011C1C5-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C1C5-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C1C5-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C1D0-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="_EIcadDocument"
[Software\\Classes\\Interface\\{8011C1D0-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020420-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C1D0-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020420-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C1D0-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{8011C1D1-7E36-11D1-BC5A-0060089608A4}]
1026056917
@="_IcadWorkspaceEvents"
[Software\\Classes\\Interface\\{8011C1D1-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid]
1026056917
@="{00020420-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C1D1-7E36-11D1-BC5A-0060089608A4}\\ProxyStubClsid32]
1026056917
@="{00020420-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{8011C1D1-7E36-11D1-BC5A-0060089608A4}\\TypeLib]
1026056917
@="{77E49E57-976B-11CF-8CCB-00A0245B09EB}"
"Version"="1.0"
[Software\\Classes\\Interface\\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}]
1001885750
@="IHHCtrl"
[Software\\Classes\\Interface\\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}\\ProxyStubClsid]
1001885750
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}\\ProxyStubClsid32]
1001885750
@="{00020424-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}\\TypeLib]
1001885750
@="{ADB880A2-D8FF-11CF-9377-00AA003B7A11}"
"Version"="4.0"
[Software\\Classes\\Interface\\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}]
1001885750
@="_HHCtrlEvents"
[Software\\Classes\\Interface\\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}\\ProxyStubClsid]
1001885750
@="{00020420-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}\\ProxyStubClsid32]
1001885750
@="{00020420-0000-0000-C000-000000000046}"
[Software\\Classes\\Interface\\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}\\TypeLib]
1001885750
@="{ADB880A2-D8FF-11CF-9377-00AA003B7A11}"
"Version"="4.0"
[Software\\Classes\\MONUCAD.Document] 1027890858
@="GXD Document"
[Software\\Classes\\MONUCAD.Document\\DefaultIcon] 1027890858
@="C:\\gcadd\\GENE~F5O.EXE,1"
[Software\\Classes\\MONUCAD.Document\\shell\\open\\command] 1027890858
@="C:\\gcadd\\GENE~F5O.EXE \"%1\""
[Software\\Classes\\MONUCAD.Document\\shell\\print\\command] 1027890858
@="C:\\gcadd\\GENE~F5O.EXE /p \"%1\""
[Software\\Classes\\MONUCAD.Document\\shell\\printto\\command] 1027890858
@="C:\\gcadd\\GENE~F5O.EXE /pt \"%1\" \"%2\" \"%3\" \"%4\""
[Software\\Classes\\TypeLib\\{77E49E57-976B-11CF-8CCB-00A0245B09EB}\\1.0]
1026615378
@="IntelliCAD 2001 Object Library"
[Software\\Classes\\TypeLib\\{77E49E57-976B-11CF-8CCB-00A0245B09EB}\\1.0\\0\\win32]
1026615378
@="C:\\icad2k1\\IcadAuto.dll"
[Software\\Classes\\TypeLib\\{77E49E57-976B-11CF-8CCB-00A0245B09EB}\\1.0\\FLAGS]
1026056917
@="0"
[Software\\Classes\\TypeLib\\{77E49E57-976B-11CF-8CCB-00A0245B09EB}\\1.0\\HELPDIR]
1026615378
@="C:\\icad2k1\\"
[Software\\Classes\\TypeLib\\{ADB880A2-D8FF-11CF-9377-00AA003B7A11}\\4.0]
1001885750
@="HHCtrl 4.0 Type Library"
[Software\\Classes\\TypeLib\\{ADB880A2-D8FF-11CF-9377-00AA003B7A11}\\4.0\\0\\win32]
1001885750
@="C:\\WINDOWS\\SYSTEM\\HHCtrl.ocx"
[Software\\Classes\\TypeLib\\{ADB880A2-D8FF-11CF-9377-00AA003B7A11}\\4.0\\FLAGS]
1001885750
@="0"
[Software\\Classes\\TypeLib\\{ADB880A2-D8FF-11CF-9377-00AA003B7A11}\\4.0\\HELPDIR]
1001885750
@="C:\\WINDOWS\\SYSTEM"
[Software\\Microsoft\\AudioCompressionManager\\DriverCache\\msacm32.dll]
1006452066
"aFormatTagCache"=hex:01,00,00,00,10,00,00,00
"cFilterTags"=dword:00000000
"cFormatTags"=dword:00000001
"fdwSupport"=dword:00000002
[Software\\Microsoft\\Shared Tools\\Addin Designer\\IntelliCAD\\IntelliCAD
2000] 1026442144
@="HKEY_CURRENT_USER\\Software\\Visio\\IntelliCAD"
[Software\\Microsoft\\Shared Tools\\Addin Designer\\IntelliCAD\\IntelliCAD
2000\\LoadBehaviors] 1026442144
"Startup"=dword:00000001
"Unloaded"=dword:00000000
[Software\\Microsoft\\Shared Tools\\Addin Designer\\IntelliCAD\\IntelliCAD
2001] 1026615378
@="HKEY_CURRENT_USER\\Software\\CADopia\\IntelliCAD"
[Software\\Microsoft\\Shared Tools\\Addin Designer\\IntelliCAD\\IntelliCAD
2001\\LoadBehaviors] 1026615378
"Startup"=dword:00000001
"Unloaded"=dword:00000000
[Software\\Microsoft\\Windows\\CurrentVersion] 1006451898
"CommonFilesDir"="C:\\Program Files\\Common Files\\"
[Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\CADBlock.exe]
1006451898
@="C:\\Program Files\\Thomas Register\\CADBlocks\\CADBlock.exe"
"Path"="C:\\Program Files\\Thomas Register\\CADBlocks"
[Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\tS5.exe] 1001885750
@="C:\\trueSpace5\\tS5.exe"
"Path"="C:\\trueSpace5"
[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders]
1001885470
"Common Programs"="C:\\WINDOWS\\"
[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders]
1001885470
[Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\CADBlocks (TR)]
1006451898
"DisplayName"="CADBlocks Edition 4.0"
"UninstallString"="C:\\WINDOWS\\IsUninst.exe -f\"C:\\Program Files\\Thomas
Register\\CADBlocks\\Uninst.isu\""
[Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\trueSpace for
IntelliCAD_is1] 1001885750
"DisplayIcon"="C:\\trueSpace5\\tS5.exe"
"DisplayName"="trueSpace for IntelliCAD"
"DisplayVersion"="5.1 IC"
"Inno Setup: App Path"="C:\\trueSpace5"
"Inno Setup: Deselected Components"=""
"Inno Setup: Deselected Tasks"="startupicon"
"Inno Setup: Icon Group"="trueSpace for IntelliCAD"
"Inno Setup: Selected Components"="main,tex,libs,scripts,tsx,support,pdfman"
"Inno Setup: Selected Tasks"="desktopicon,quicklaunchicon"
"Inno Setup: Setup Type"="full"
"Inno Setup: Setup Version"="2.0.11 with ISX 2.0.11"
"Inno Setup: User"="root"
"Publisher"="Caligari Corp."
"UninstallString"="C:\\trueSpace5\\unins000.exe"
"URLInfoAbout"="http://www.caligari.com"
[Software\\Microsoft\\Windows\\Help] 1001885750
"Infinity2.hlp"="C:\\trueSpace5\\Tsx\\Infinity2"
[Software\\Thomas Register\\CADBlocks\\2001.4.0.0] 1006451898
[System\\CurrentControlSet\\Control\\ComputerName\\ComputerName] 1029461614
"ComputerName"="atlanta.ga"
[System\\CurrentControlSet\\Control\\InstalledFiles\\Rename] 1006451904
[System\\CurrentControlSet\\Control\\Print\\Environments\\Windows
4.0\\Drivers\\PS Driver] 1029461618
"Configuration File"="wineps.drv"
"Data File"="<datafile?>"
"Datatype"="RAW"
"Dependent Files"=str(7):""
"Driver"="wineps.drv"
"Help File"="<helpfile?>"
"Monitor"="<monitor name?>"
"Version"=dword:00000400
- Follow-Ups:
- [cad-linux] Re: intellicad/Wine
- From: phrostie
- References:
- [cad-linux] Re: intellicad/Wine
- From: phrostie
Other related posts:
- » [cad-linux] intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- » [cad-linux] Re: intellicad/Wine
- [cad-linux] Re: intellicad/Wine
- From: phrostie
- [cad-linux] Re: intellicad/Wine
- From: phrostie