프로그래밍/델파이

가상머신에 설치된 delphi7을 실컴으로 옮기기

do121 2023. 2. 17. 07:26

버추얼박스에 xp를 설치하고 델7을 사용해오던 중 실컴과 다른 동작을 보여 디버깅 해봐도 답이 없어 실컴에 설치해 보기로 했다 설치된 컴포넌트 패키지가 많아서 고민좀 하다 검색을 해보니 레지스트리을 백업해서 옮기면 된다고 해서 필요하다 싶은 부분만 레지스트리 파일로 만들어 옮겨 주니 다행히 실행이 잘됨
CnWizards나 GExperts 같은 툴도 복사해서 같이 옮겨줌.
Borland\Delphi7\Projects\Bpl 폴더에 있는 설치된 컴포넌트의 bpl을 실컴의 똑같은 위치에 옮겨주면됨

옮겨야 할 레지스트리는 대충 아래와 같음. 물론 필요하지 않은 것도 있겠지만 몰라서 그냥 해봄
방법은 [HKEY_CURRENT_USER\Software\Borland\를 모두 내보내기 한 후 아래와 같이 필요한 부분만 추려내면 됨
그리고 델파이7 설치할 때 폴더를 C:\Program Files아래에 설치하고 쓰기 읽기 권한을 모두 줘야함
그리고 혹시 따로 설치한 컴포넌트의 bpl파일을 못찾는 다는 에러 메세지가 나오면 C:\Program Files(x86)아래에 다시 같은 경로를 만들고 C:\Program Files (x86)\Borland\Delphi7\Projects\Bpl에 넣어주면 됨. 왜그런지는 정확히 모르겠지만 일단은 작동하게 됨
설치된 패키지가 다르기 때문에 아래를 그냥 복사해서 사용은 안되고 각 상황에 맞게 수정해야함

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\Experts]
"ExptDemo"="C:\\Program Files\\Borland\\Delphi7\\Bin\\EXPTDEMO.DLL"
"DelForEx7"="e:\\dev\\delphi\\addin\\DelForEx\\DelForEx7.dll"
"GExperts"="C:\\Program Files\\GExperts for Delphi 7\\GExpertsD7.dll"
"CnWizards_D7"="C:\\Program Files\\CnPack\\CnWizards\\CnWizards_D7.dll"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3]

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\BackupProject]
"Include"="0"
"Type"=dword:00000000
"Directory"="%PROJECTDIR%\\%PROJECTNAME%"
"IncludeDir"="1"
"BackupScope"=dword:00000000
"FollowLibraryPath"="0"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\CleanDirectories]
"ReportError"="1"
"IncludeBinaryDirs"="0"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\CleanDirectories\Delete]
"Count"=dword:00000000

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\CleanDirectories\Extensions]
"Count"=dword:00000026
"AvailableExt0"=".#??"
"AvailableExt1"=".$*"
"AvailableExt2"=".~*"
"AvailableExt3"=".~bdsgroup"
"AvailableExt4"=".~bdsproj"
"AvailableExt5"=".~bpg"
"AvailableExt6"=".~cpp"
"AvailableExt7"=".~dfm"
"AvailableExt8"=".~dpk"
"AvailableExt9"=".~dproj"
"AvailableExt10"=".~dsk"
"AvailableExt11"=".~h"
"AvailableExt12"=".~hpp"
"AvailableExt13"=".~nfm"
"AvailableExt14"=".~pas"
"AvailableExt15"=".~xfm"
"AvailableExt16"=".bak"
"AvailableExt17"=".cfg"
"AvailableExt18"=".csm"
"AvailableExt19"=".dcpil"
"AvailableExt20"=".dcu"
"AvailableExt21"=".dcuil"
"AvailableExt22"=".ddp"
"AvailableExt23"=".dof"
"AvailableExt24"=".dsk"
"AvailableExt25"=".fts"
"AvailableExt26"=".gex"
"AvailableExt27"=".gid"
"AvailableExt28"=".identcache"
"AvailableExt29"=".il*"
"AvailableExt30"=".kwf"
"AvailableExt31"=".map"
"AvailableExt32"=".md"
"AvailableExt33"=".obj"
"AvailableExt34"=".pdb"
"AvailableExt35"=".rsm"
"AvailableExt36"=".tds"
"AvailableExt37"=".tmp"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\ClipboardHistory]
"Maximum"=dword:00000014
"AutoStart"="0"
"AutoClose"="0"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\ClipboardHistory\Window]
"Left"=dword:00000111
"Top"=dword:000000bf
"Width"=dword:000001dd
"Height"=dword:00000165
"SplitterRatio"=dword:00000032
"ViewToolBar"="1"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\CodeProofreader]
"ReplacerActive"="0"
"DictionaryActive"="0"
"CompilerActive"="0"
"DictionaryCaseDiffer"="1"
"OtherLetter"="1"
"NearbyLetter"="0"
"NoLetter"="1"
"MoreLetter"="1"
"MixedLetter"="1"
"NoFirstOther"="1"
"BeepOnReplace"="1"
"ActiveTab"=dword:00000002

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\ComponentsToCode]
"BinaryProperties"=dword:00000001
"PrependWithComponent"="0"
"UseDelphiWith"="1"
"CreateFreeCode"="0"
"Language"=dword:00000000

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\EditorEnhancements]
"MiddleButtonClose"="0"
"MultiLine"="0"
"HotTrack"="1"
"Buttons"="0"
"ButtonsFlat"="0"
"ToolBarVisible"="1"
"ToolBarAlign"=dword:00000001

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\EditorEnhancements\ToolBarActions]
"Count"=dword:00000005
"Action0"="EditCutCommand"
"Action1"="EditCopyCommand"
"Action2"="EditPasteCommand"
"Action3"="EditUndoCommand"
"Action4"="EditRedoCommand"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\EditorExperts]

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\EditorExperts\MacroTemplates]

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\EditorExperts\UsesClauseMgr]
"ShortCut"=dword:0000a055
"Favorites"=""
"SingleActionMode"="0"
"AvailTabIndex"=dword:00000000

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\EnabledExperts]
"CleanDirectories"="1"
"GrepResults"="1"
"ASCIIChart"="1"
"BackupProject"="1"
"ClassBrowser"="1"
"ClipboardHistory"="1"
"CodeLibrarian"="1"
"ComponentGrid"="1"
"RenameComponents"="1"
"ComponentsToCode"="1"
"CopyComponentNames"="1"
"ExpertManager"="1"
"FavoriteFiles"="1"
"FindComponentReference"="1"
"GrepSearch"="1"
"HideComponents"="1"
"IDEMenuShortCuts"="1"
"MacroLibrary"="1"
"EditorExpertsMenu"="1"
"MessageDialog"="1"
"OpenFile"="1"
"PEInformation"="1"
"PerfectLayout"="0"
"ProcedureList"="1"
"ProjectDependencies"="1"
"ProjOptionSets"="1"
"CodeProofreader"="1"
"ReplaceComponents"="1"
"SetComponentProperties"="0"
"SetFocusControl"="1"
"SourceExport"="1"
"SetTabOrder"="1"
"ToDoList"="1"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\ExpertManager]

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\ExpertManager\ExpertManagerForm]
"Left"=dword:000001c3
"Top"=dword:00000129
"Width"=dword:0000024a
"Height"=dword:00000135

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\ExpertShortcuts]
"CleanDirectories"=dword:00000000
"GrepResults"=dword:0000c052
"ASCIIChart"=dword:00000000
"BackupProject"=dword:00000000
"ClassBrowser"=dword:00000000
"ClipboardHistory"=dword:00000000
"CodeLibrarian"=dword:00000000
"ComponentGrid"=dword:00000000
"RenameComponents"=dword:00002071
"ComponentsToCode"=dword:00000000
"CopyComponentNames"=dword:00000000
"ExpertManager"=dword:00000000
"FavoriteFiles"=dword:00000000
"FindComponentReference"=dword:00006046
"GrepSearch"=dword:0000a053
"HideComponents"=dword:00000000
"IDEMenuShortCuts"=dword:00000000
"MacroLibrary"=dword:00000000
"EditorExpertsMenu"=dword:00000000
"MessageDialog"=dword:00004044
"OpenFile"=dword:00000000
"PEInformation"=dword:00000000
"PerfectLayout"=dword:0000604c
"ProcedureList"=dword:00004047
"ProjectDependencies"=dword:00000000
"ProjOptionSets"=dword:00000000
"CodeProofreader"=dword:00000000
"ReplaceComponents"=dword:00000000
"SetComponentProperties"=dword:00000000
"SetFocusControl"=dword:00000000
"SourceExport"=dword:00000000
"SetTabOrder"=dword:00000000
"ToDoList"=dword:00000000

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\Grep]
"CaseSensitive"="0"
"Code"="1"
"Strings"="1"
"NoComments"="0"
"Interface"="1"
"Implementation"="1"
"Initialization"="1"
"Finalization"="1"
"Forms"="0"
"Search"=dword:00000000
"SubDirectories"="1"
"ExpandAll"="0"
"Whole Word"="0"
"Middle"="1"
"RegEx"="0"
"UseCurrentIdent"="0"
"NumContextLines"=dword:00000002
"ContextMatchColor"=dword:ff00000d
"Left"=dword:000000fc
"Top"=dword:00000012
"Width"=dword:00000207
"Height"=dword:000001b6
"OnTop"="0"
"ResultsHeight"=dword:00000100
"ShowToolBar"="1"
"ShowContext"="1"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\Grep\ContextFont]
"Name"="MS Sans Serif"
"Size"=dword:00000008
"Bold"="0"
"Italic"="0"
"Underline"="0"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\Grep\DirectoryList]
"Count"=dword:00000002
"GrepDir0"="C:\\Program Files\\Borland\\Delphi7\\Source\\VCL"
"GrepDir1"="C:\\Program Files\\Borland\\Delphi7\\Source\\rtl"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\Grep\ExcludedDirsList]
"Count"=dword:00000000

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\Grep\ListFont]
"Name"="MS Sans Serif"
"Size"=dword:00000008
"Bold"="0"
"Italic"="0"
"Underline"="0"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\Grep\MaskList]
"Count"=dword:00000002
"GrepMask0"="*.pas;*.dpr;*.inc"
"GrepMask1"="*.txt;*.html;*.htm;.rc;*.xml;*.todo;*.me"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\Grep\ReplaceList]
"Count"=dword:00000000

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\Grep\SearchList]
"Count"=dword:00000000

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\IDEEnhancements]
"EnhanceIDEForms"="1"
"AutoSave"="0"
"AutoSaveInterval"=dword:00000005
"EnableOIFont"="0"
"OICustomFontNames"="1"
"EnableCPFont"="0"
"CPTabsInPopupAlphaSort"="0"
"CPTabsInPopup"="0"
"CPMultiLine"="1"
"CPScrollOpposite"="0"
"CPRaggedRight"="0"
"CPHotTracking"="0"
"CPAsButtons"="0"
"CPFlatButtons"="0"
"MultiLineTabDockHost"="1"
"DefaultMultiLineTabDockHost"="1"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\IDEEnhancements\CPFont]
"Name"="MS Sans Serif"
"Size"=dword:00000008
"Bold"="0"
"Italic"="0"
"Underline"="0"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\IDEEnhancements\OIFont]
"Name"="MS Sans Serif"
"Size"=dword:00000008
"Bold"="0"
"Italic"="0"
"Underline"="0"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\IDEForms]

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\IDEForms\TPasEditorPropertyDialog]
"Width"=dword:000001bb
"Height"=dword:000001a2
"Top"=dword:000000f4
"Left"=dword:0000019f

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\IDEForms\TPasEnvironmentDialog]
"Width"=dword:000001bb
"Height"=dword:000001b2
"Top"=dword:000000f7
"Left"=dword:000000ab

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\IDEForms\TProjectOptionsDialog]
"Width"=dword:000001a8
"Height"=dword:0000018f
"Top"=dword:00000109
"Left"=dword:00000134

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\IDEForms\TSrchDialog]
"Width"=dword:0000017c

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\MacroLibrary]

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\MacroLibrary\Settings]
"Left"=dword:000001ff
"Top"=dword:000000da
"Width"=dword:00000153
"Height"=dword:00000191
"ViewStyle"=dword:00000003
"Suspended"="0"
"ViewToolbar"="1"
"ViewDescription"="1"
"DescriptionSize"=dword:00000042
"PromptForName"="0"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\MessageDialog]
"Concate"="+#13+#10+"
"CppConcate"="\\n"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\Misc]
"VCLPath"="C:\\Program Files\\Borland\\Delphi7\\Source\\VCL\\"
"ConfigPath"="C:\\Documents and Settings\\Microsoft\\Application Data\\GExperts\\Delphi 7\\"
"HelpFile"="C:\\Program Files\\GExperts for Delphi 7\\GExperts.chm"
"AlphabetizeMenu"="1"
"EditorExpertsEnabled"="1"
"PlaceGxMainMenuInToolsMenu"="0"
"EditorEnhancementsEnabled"="0"
"EnableCustomFont"="0"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\Misc\CustomFont]
"Name"="MS Sans Serif"
"Size"=dword:00000008
"Bold"="0"
"Italic"="0"
"Underline"="0"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\Misc\SuppressedMessages]
"TGxMultipleInstancesMessage"="1"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\OpenFile]
"MatchAnywhere"="1"
"DefaultFileType"=""
"NumberFileTypes"=dword:00000004
"IDEOverride"=""
"LastTabIndex"=dword:00000000

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\OpenFile\FileTypes]
"FileType0"="Delphi Units"
"Paths0"=""
"Extensions0"="*.pas;*.inc"
"CustomDirectory0"="0"
"RecursiveDirectory0"="0"
"MaxRecentFiles0"=dword:00000064
"Favorites0"=""
"RecentFiles0"="C:\\Documents and Settings\\Microsoft\\바탕 화면\\test\\Unit1.pas

"
"FileType1"="Delphi Forms"
"Paths1"=""
"Extensions1"="*.dfm;*.nfm;*.xfm"
"CustomDirectory1"="0"
"RecursiveDirectory1"="0"
"MaxRecentFiles1"=dword:00000064
"Favorites1"=""
"RecentFiles1"=""
"FileType2"="Delphi Projects"
"Paths2"=""
"Extensions2"="*.dpr;*.dpk;*.bpg;*.bdsproj;*.dproj"
"CustomDirectory2"="0"
"RecursiveDirectory2"="0"
"MaxRecentFiles2"=dword:00000064
"Favorites2"=""
"RecentFiles2"="C:\\Documents and Settings\\Microsoft\\바탕 화면\\test\\Project1.dpr

C:\\Documents and Settings\\Microsoft\\바탕 화면\\test\\ProjectGroup1.bpg

"
"FileType3"="Text Files"
"Paths3"=""
"Extensions3"="*.txt;*.html;*.htm;*.sql;*.py;*.iss;*.ini;*.bat;*.log;*.map;*.conf;*.dsk;*.rc;*.xml;*.pl"
"CustomDirectory3"="0"
"RecursiveDirectory3"="0"
"MaxRecentFiles3"=dword:00000064
"Favorites3"=""
"RecentFiles3"=""

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\PEInformation]
"Left"=dword:0000011d
"Top"=dword:000000dd
"Width"=dword:000001c6
"Height"=dword:0000012a
"Numbers"=dword:00000001
"BinPath"=""

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\PerfectLayout]
"Layout"=dword:00000000

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\ProcedureList]
"SearchAll"="1"
"SearchClassName"="1"
"Left"=dword:000002ad
"Top"=dword:000000e3
"Width"=dword:00000226
"Height"=dword:000001f4
"SortColumn"=dword:00000001
"ProcedureWidth"=dword:00000124
"ProcedureHeight"=dword:000001a6
"ProcedureAlignment"="Right"
"Name"="MS Sans Serif"
"Size"=dword:00000008
"Bold"="0"
"Italic"="0"
"Underline"="0"
"ShowProcedureBody"="0"
"AlignmentChanged"="0"
"ShowObjectName"="1"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\ProcedureList\CodeView]
"Name"="Courier New"
"Size"=dword:00000008
"Bold"="0"
"Italic"="0"
"Underline"="0"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\ProjectDependencies]
"ScanEntireUnit"="0"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\ProjOptionSets]
"Height"=dword:00000165
"Width"=dword:000001cb

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\RenameComponents]
"Count"=dword:00000000
"ShowDialog"="0"
"AutoAdd"="1"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\ReplaceComponents]
"IgnoreErrors"="0"
"LogChanges"="0"
"OverwriteLog"="0"
"ShowLogWin"="0"
"LogValues"="0"
"LastReplaceClass"="TPageScroller"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\ReplaceComponents\TfmReplaceCompMapList.Window]
"Left"=dword:00000137
"Top"=dword:00000112
"Width"=dword:000001e7
"Height"=dword:0000018c
"SelectedGrp"="< All groups >"
"SortOnColumn"="1"
"Col0.Width"=dword:0000007d
"Col1.Width"=dword:000000a0
"Col2.Width"=dword:000000a0

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\SetComponentProperties]
"Simulate"="1"
"Verbose"="1"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\SetComponentProperties\Components]
"Count"=dword:00000000

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\SetComponentProperties\Properties]
"Count"=dword:00000000

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\SetComponentProperties\Property Types]
"Count"=dword:00000000

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\SetComponentProperties\Values]
"Count"=dword:00000000

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\SourceExport]
"Copy Format"=dword:00000000
"Save Directory"=""
"Save Format"=dword:00000001
"Background"=dword:ff000005

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\ToDoList]
"ShowTokens"="0"
"AddMessage"="0"
"HideOnGoto"="0"
"ScanType"=dword:00000000
"DirToScan"=""
"RecurseDirScan"="0"
"SortAscending"="1"
"SortColumn"=dword:00000000
"Height"=dword:00000133
"Width"=dword:000001dd

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\GExperts-1.3\ToDoList\Tokens]
"TODO"=dword:00000002
"#ToDo1"=dword:00000001
"#ToDo2"=dword:00000002
"#ToDo3"=dword:00000003
"TODO 1"=dword:00000000
"TODO 2"=dword:00000001
"TODO 3"=dword:00000002
"TODO 4"=dword:00000003
"TODO 5"=dword:00000004
"DONE"=dword:00000006

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\History Lists\hlLibraryPath]
"Count"=dword:00000018
"Item0"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305;e:\\dev\\delphi\\addin\\NiceGrid\\Demos;e:\\dev\\delphi\\addin\\NiceGrid;e:\\dev\\delphi\\addin\\officepopupmenu;e:\\dev\\delphi\\addin\\tisTabCtrls;e:\\dev\\delphi\\addin\\ngGrid7d;e:\\dev\\delphi\\addin\\ngGrid7d\\설치;e:\\dev\\delphi\\addin\\smcmpnt(1);e:\\dev\\delphi\\addin\\smcmpnt(1)\\SOURCES;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Packages;e:\\dev\\delphi\\addin\\EmbeddedWB_D5-XE_Version_14.70.0\\Source;e:\\dev\\delphi\\addin\\Apprehend;e:\\dev\\delphi\\addin\\Apprehend\\demos"
"Item1"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305;e:\\dev\\delphi\\addin\\NiceGrid\\Demos;e:\\dev\\delphi\\addin\\NiceGrid;e:\\dev\\delphi\\addin\\officepopupmenu;e:\\dev\\delphi\\addin\\tisTabCtrls;e:\\dev\\delphi\\addin\\ngGrid7d;e:\\dev\\delphi\\addin\\ngGrid7d\\설치;e:\\dev\\delphi\\addin\\smcmpnt(1);e:\\dev\\delphi\\addin\\smcmpnt(1)\\SOURCES;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Packages;e:\\dev\\delphi\\addin\\EmbeddedWB_D5-XE_Version_14.70.0\\Source"
"Item2"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305;e:\\dev\\delphi\\addin\\NiceGrid\\Demos;e:\\dev\\delphi\\addin\\NiceGrid;e:\\dev\\delphi\\addin\\officepopupmenu;e:\\dev\\delphi\\addin\\tisTabCtrls;e:\\dev\\delphi\\addin\\ngGrid7d;e:\\dev\\delphi\\addin\\ngGrid7d\\설치;e:\\dev\\delphi\\addin\\smcmpnt(1);e:\\dev\\delphi\\addin\\smcmpnt(1)\\SOURCES;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Packages"
"Item3"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305;e:\\dev\\delphi\\addin\\NiceGrid\\Demos;e:\\dev\\delphi\\addin\\NiceGrid;e:\\dev\\delphi\\addin\\officepopupmenu;e:\\dev\\delphi\\addin\\tisTabCtrls;e:\\dev\\delphi\\addin\\ngGrid7d;e:\\dev\\delphi\\addin\\ngGrid7d\\설치;e:\\dev\\delphi\\addin\\smcmpnt(1);e:\\dev\\delphi\\addin\\smcmpnt(1)\\SOURCES;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source"
"Item4"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305;e:\\dev\\delphi\\addin\\NiceGrid\\Demos;e:\\dev\\delphi\\addin\\NiceGrid;e:\\dev\\delphi\\addin\\officepopupmenu;e:\\dev\\delphi\\addin\\tisTabCtrls;e:\\dev\\delphi\\addin\\ngGrid7d;e:\\dev\\delphi\\addin\\ngGrid7d\\설치;e:\\dev\\delphi\\addin\\smcmpnt(1);e:\\dev\\delphi\\addin\\smcmpnt(1)\\SOURCES;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0"
"Item5"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305;e:\\dev\\delphi\\addin\\NiceGrid\\Demos;e:\\dev\\delphi\\addin\\NiceGrid;e:\\dev\\delphi\\addin\\officepopupmenu;e:\\dev\\delphi\\addin\\tisTabCtrls;e:\\dev\\delphi\\addin\\ngGrid7d;e:\\dev\\delphi\\addin\\ngGrid7d\\설치;e:\\dev\\delphi\\addin\\smcmpnt(1);e:\\dev\\delphi\\addin\\smcmpnt(1)\\SOURCES"
"Item6"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305;e:\\dev\\delphi\\addin\\NiceGrid\\Demos;e:\\dev\\delphi\\addin\\NiceGrid;e:\\dev\\delphi\\addin\\officepopupmenu;e:\\dev\\delphi\\addin\\tisTabCtrls;e:\\dev\\delphi\\addin\\ngGrid7d;e:\\dev\\delphi\\addin\\ngGrid7d\\설치;e:\\dev\\delphi\\addin\\smcmpnt(1);e:\\dev\\delphi\\addin\\smcmpnt(1)\\SOURCES;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Packages"
"Item7"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305;e:\\dev\\delphi\\addin\\NiceGrid\\Demos;e:\\dev\\delphi\\addin\\NiceGrid;e:\\dev\\delphi\\addin\\officepopupmenu;e:\\dev\\delphi\\addin\\tisTabCtrls;e:\\dev\\delphi\\addin\\ngGrid7d;e:\\dev\\delphi\\addin\\ngGrid7d\\설치;e:\\dev\\delphi\\addin\\smcmpnt(1);e:\\dev\\delphi\\addin\\smcmpnt(1)\\SOURCES"
"Item8"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305;e:\\dev\\delphi\\addin\\NiceGrid\\Demos;e:\\dev\\delphi\\addin\\NiceGrid;e:\\dev\\delphi\\addin\\officepopupmenu;e:\\dev\\delphi\\addin\\tisTabCtrls;e:\\dev\\delphi\\addin\\ngGrid7d;e:\\dev\\delphi\\addin\\ngGrid7d\\설치;e:\\dev\\delphi\\addin\\smcmpnt(1)"
"Item9"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305;e:\\dev\\delphi\\addin\\NiceGrid\\Demos;e:\\dev\\delphi\\addin\\NiceGrid;e:\\dev\\delphi\\addin\\officepopupmenu;e:\\dev\\delphi\\addin\\tisTabCtrls;e:\\dev\\delphi\\addin\\ngGrid7d;e:\\dev\\delphi\\addin\\ngGrid7d\\설치"
"Item10"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305;e:\\dev\\delphi\\addin\\NiceGrid\\Demos;e:\\dev\\delphi\\addin\\NiceGrid;e:\\dev\\delphi\\addin\\officepopupmenu;e:\\dev\\delphi\\addin\\tisTabCtrls;e:\\dev\\delphi\\addin\\ngGrid7d"
"Item11"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305;e:\\dev\\delphi\\addin\\NiceGrid\\Demos;e:\\dev\\delphi\\addin\\NiceGrid;e:\\dev\\delphi\\addin\\officepopupmenu;e:\\dev\\delphi\\addin\\tisTabCtrls"
"Item12"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305;e:\\dev\\delphi\\addin\\NiceGrid\\Demos;e:\\dev\\delphi\\addin\\NiceGrid;e:\\dev\\delphi\\addin\\officepopupmenu"
"Item13"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305;e:\\dev\\delphi\\addin\\NiceGrid\\Demos;e:\\dev\\delphi\\addin\\NiceGrid"
"Item14"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305;e:\\dev\\delphi\\addin\\NiceGrid\\Demos"
"Item15"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305"
"Item16"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages"
"Item17"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM"
"Item18"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo"
"Item19"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units"
"Item20"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7"
"Item21"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source"
"Item22"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]"
"Item23"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source"
"Item24"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\Known Packages]
"c:\\program files\\borland\\delphi7\\Bin\\dclshlctrls70.bpl"="Shell Control Property and Component Editors"
"c:\\program files\\borland\\delphi7\\Bin\\dclIntraweb_50_70.bpl"="Intraweb 5.0 Design Package for Delphi 7"
"c:\\program files\\borland\\delphi7\\bin\\dclRave70.bpl"="Rave Reports BE 5.0 Package"
"c:\\program files\\borland\\delphi7\\Bin\\dclofficexp70.bpl"="Microsoft Office XP Sample Automation Server Wrapper Components"
"c:\\program files\\borland\\delphi7\\Projects\\Bpl\\FlatStyle_D7.bpl"="FlatStyle"
"c:\\program files\\borland\\delphi7\\Projects\\Bpl\\SynEdit_D7.bpl"="SynEdit component suite"
"c:\\program files\\borland\\delphi7\\Projects\\Bpl\\dclrxbd70.bpl"="RX Library BDE Database Components"
"C:\\Program Files\\Borland\\Delphi7\\Projects\\Bpl\\dclrx70.bpl"="RX Library Controls and Tools"
"C:\\Program Files\\Borland\\Delphi7\\Projects\\Bpl\\dclrxdb70.bpl"="RX Library Database Components"
"c:\\program files\\borland\\delphi7\\Projects\\Bpl\\NiceGridD7.bpl"="priyatna.org - NiceGrid"
"c:\\program files\\borland\\delphi7\\Projects\\Bpl\\Package1.bpl"="(untitled)"
"c:\\program files\\borland\\delphi7\\Projects\\Bpl\\OfficePopupMenuD7.bpl"="Office 2007 Style popup menu"
"c:\\program files\\borland\\delphi7\\Projects\\Bpl\\dclusr70.bpl"="Borland User Components"
"c:\\program files\\borland\\delphi7\\Projects\\Bpl\\EmbeddedWebBrowser_D7.bpl"="Internet Embedded Web Browser Components"
"c:\\program files\\borland\\delphi7\\Projects\\Bpl\\ASG_Capture_D7.bpl"="ASG Screen Capture"
"c:\\program files\\borland\\delphi7\\Projects\\Bpl\\SMCmpntD7.bpl"="Scalabium Software: freeware SMComponent library"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\Library]
"Search Path"="$(DELPHI)\\Lib;$(DELPHI)\\Bin;$(DELPHI)\\Imports;$(DELPHI)\\Projects\\Bpl;$(DELPHI)\\Rave5\\Lib;e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C];e:\\dev\\delphi\\addin\\synedit2.0.6[07071936F3A31C]\\Source;e:\\dev\\delphi\\addin\\rxlib-2.7.7;e:\\dev\\delphi\\addin\\rxlib-2.7.7\\Units;e:\\dev\\delphi\\addin\\officepopupmenu\\demo;e:\\dev\\delphi\\addin\\FastMM494\\FastMM;e:\\dev\\delphi\\addin\\NiceGrid\\Packages;e:\\dev\\delphi\\ksv110305;e:\\dev\\delphi\\addin\\NiceGrid\\Demos;e:\\dev\\delphi\\addin\\NiceGrid;e:\\dev\\delphi\\addin\\officepopupmenu;e:\\dev\\delphi\\addin\\tisTabCtrls;e:\\dev\\delphi\\addin\\ngGrid7d;e:\\dev\\delphi\\addin\\ngGrid7d\\설치;e:\\dev\\delphi\\addin\\smcmpnt(1);e:\\dev\\delphi\\addin\\smcmpnt(1)\\SOURCES;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Source;e:\\dev\\delphi\\addin\\21_FlatStyle_Mod_0\\Packages;e:\\dev\\delphi\\addin\\EmbeddedWB_D5-XE_Version_14.70.0\\Source;e:\\dev\\delphi\\addin\\Apprehend;e:\\dev\\delphi\\addin\\Apprehend\\demos"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\Palette]
"Standard"=".Frames;Menus.TMainMenu;Menus.TPopupMenu;StdCtrls.TLabel;StdCtrls.TEdit;StdCtrls.TMemo;StdCtrls.TButton;StdCtrls.TCheckBox;StdCtrls.TRadioButton;StdCtrls.TListBox;StdCtrls.TComboBox;StdCtrls.TScrollBar;StdCtrls.TGroupBox;ExtCtrls.TRadioGroup;ExtCtrls.TPanel;ActnList.TActionList;QMenus.TMainMenu;QMenus.TPopupMenu;QStdCtrls.TLabel;QStdCtrls.TEdit;QStdCtrls.TMemo;QStdCtrls.TButton;QStdCtrls.TCheckBox;QStdCtrls.TRadioButton;QStdCtrls.TListBox;QStdCtrls.TComboBox;QStdCtrls.TScrollBar;QStdCtrls.TGroupBox;QExtCtrls.TRadioGroup;QExtCtrls.TPanel;QActnList.TActionList;"
"Additional"="Buttons.TBitBtn;Buttons.TSpeedButton;Mask.TMaskEdit;Grids.TStringGrid;Grids.TDrawGrid;ExtCtrls.TImage;ExtCtrls.TShape;ExtCtrls.TBevel;Forms.TScrollBox;CheckLst.TCheckListBox;ExtCtrls.TSplitter;StdCtrls.TStaticText;ExtCtrls.TControlBar;AppEvnts.TApplicationEvents;ValEdit.TValueListEditor;ExtCtrls.TLabeledEdit;ExtCtrls.TColorBox;Chart.TChart;QButtons.TBitBtn;QButtons.TSpeedButton;QMask.TMaskEdit;QGrids.TStringGrid;QGrids.TDrawGrid;QExtCtrls.TImage;QExtCtrls.TShape;QExtCtrls.TBevel;QForms.TScrollBox;QCheckLst.TCheckListBox;QExtCtrls.TSplitter;QExtCtrls.TControlBar;QStdCtrls.TLCDNumber;QExtCtrls.TTimer;QExtCtrls.TPaintBox;ActnMan.TActionManager;ActnMenus.TActionMainMenuBar;ActnCtrls.TActionToolBar;ActnColorMaps.TXPColorMap;ActnColorMaps.TStandardColorMap;ActnColorMaps.TTwilightColorMap;CustomizeDlg.TCustomizeDlg;"
"Common Controls"="QComCtrls.TTabControl;QComCtrls.TPageControl;QImgList.TImageList;QComCtrls.TTrackBar;QComCtrls.TProgressBar;QComCtrls.TTreeView;QComCtrls.TListView;QComCtrls.THeaderControl;QComCtrls.TAnimate;QComCtrls.TStatusBar;QComCtrls.TToolBar;QComCtrls.TTextViewer;QComCtrls.TTextBrowser;QComCtrls.TSpinEdit;QComCtrls.TIconView;"
"Win32"="ComCtrls.TTabControl;ComCtrls.TPageControl;Controls.TImageList;ComCtrls.TRichEdit;ComCtrls.TTrackBar;ComCtrls.TProgressBar;ComCtrls.TUpDown;ComCtrls.THotKey;ComCtrls.TAnimate;ComCtrls.TDateTimePicker;ComCtrls.TMonthCalendar;ComCtrls.TTreeView;ComCtrls.TListView;ComCtrls.THeaderControl;ComCtrls.TStatusBar;ComCtrls.TToolBar;ComCtrls.TCoolBar;ComCtrls.TPageScroller;ComCtrls.TComboBoxEx;XPMan.TXPManifest;OfficePopupMenu.TOfficePopupMenu;"
"System"="ExtCtrls.TTimer;ExtCtrls.TPaintBox;MPlayer.TMediaPlayer;OleCtnrs.TOleContainer;DdeMan.TDdeClientConv;DdeMan.TDdeClientItem;DdeMan.TDdeServerConv;DdeMan.TDdeServerItem;QFileCtrls.TDirectoryTreeView;QFileCtrls.TFileListView;QFileCtrls.TFileIconView;QFileCtrls.TFileEdit;QFileCtrls.TFileHistoryComboBox;QFileCtrls.TFilterComboBox;"
"Data Access"="DB.TDataSource;DBClient.TClientDataSet;Provider.TDataSetProvider;Xmlxform.TXMLTransform;Xmlxform.TXMLTransformProvider;Xmlxform.TXMLTransformClient;"
"Data Controls"="DBGrids.TDBGrid;DBCtrls.TDBNavigator;DBCtrls.TDBText;DBCtrls.TDBEdit;DBCtrls.TDBMemo;DBCtrls.TDBImage;DBCtrls.TDBListBox;DBCtrls.TDBComboBox;DBCtrls.TDBCheckBox;DBCtrls.TDBRadioGroup;DBCtrls.TDBLookupListBox;DBCtrls.TDBLookupComboBox;DBCtrls.TDBRichEdit;dbcgrids.TDBCtrlGrid;DbChart.TDBChart;QDBGrids.TDBGrid;QDBCtrls.TDBNavigator;QDBCtrls.TDBText;QDBCtrls.TDBEdit;QDBCtrls.TDBMemo;QDBCtrls.TDBImage;QDBCtrls.TDBListBox;QDBCtrls.TDBComboBox;QDBCtrls.TDBCheckBox;QDBCtrls.TDBRadioGroup;QDBCtrls.TDBLookupListBox;QDBCtrls.TDBLookupComboBox;"
"dbExpress"="SqlExpr.TSQLConnection;SqlExpr.TSQLDataSet;SqlExpr.TSQLQuery;SqlExpr.TSQLStoredProc;SqlExpr.TSQLTable;SqlExpr.TSQLMonitor;SimpleDS.TSimpleDataSet;"
"DataSnap"="MConnect.TDCOMConnection;SConnect.TSocketConnection;ObjBrkr.TSimpleObjectBroker;SConnect.TWebConnection;DBClient.TConnectionBroker;MConnect.TSharedConnection;TConnect.TLocalConnection;.TRemoteServer;.TMidasConnection;.TOLEnterpriseConnection;.TProvider;"
"BDE"="DBTables.TTable;DBTables.TQuery;DBTables.TStoredProc;DBTables.TDatabase;DBTables.TSession;DBTables.TBatchMove;DBTables.TUpdateSQL;DBTables.TNestedTable;"
"ADO"="ADODB.TADOConnection;ADODB.TADOCommand;ADODB.TADODataSet;ADODB.TADOTable;ADODB.TADOQuery;ADODB.TADOStoredProc;ADODB.TRDSConnection;"
"InterBase"="IBTable.TIBTable;IBQuery.TIBQuery;IBStoredProc.TIBStoredProc;IBDatabase.TIBDatabase;IBDatabase.TIBTransaction;IBUpdateSQL.TIBUpdateSQL;IBCustomDataSet.TIBDataSet;IBSQL.TIBSQL;IBDatabaseInfo.TIBDatabaseInfo;IBSQLMonitor.TIBSQLMonitor;IBEvents.TIBEvents;IBExtract.TIBExtract;DBLocalI.TIBClientDataSet;"
"WebServices"="SOAPHTTPClient.THTTPRIO;SOAPHTTPTrans.THTTPReqResp;OPToSOAPDomConv.TOPToSoapDomConvert;SOAPConn.TSoapConnection;WebBrokerSOAP.THTTPSoapDispatcher;WSDLPub.TWSDLHTMLPublish;SOAPHTTPPasInv.THTTPSoapPascalInvoker;"
"InternetExpress"="XMLBrokr.TXMLBroker;MidProd.TInetXPageProducer;MidProd.TMidasPageProducer;"
"InternetExpress.Hidden"="MidProd.TMidasPageProducer;"
"Internet"="HTTPApp.TWebDispatcher;HTTPProd.TPageProducer;DBWeb.TDataSetTableProducer;DSProd.TDataSetPageProducer;DBBdeWeb.TQueryTableProducer;DBXpressWeb.TSQLQueryTableProducer;Sockets.TTcpClient;Sockets.TTcpServer;Sockets.TUdpSocket;XMLDoc.TXMLDocument;SHDocVw.TWebBrowser;"
"WebSnap"="WebAdapt.TAdapter;WebAdapt.TPagedAdapter;DBAdapt.TDataSetAdapter;WebAdapt.TLoginFormAdapter;WebAdapt.TStringsValuesList;DBAdapt.TDataSetValuesList;WebDisp.TWebAppComponents;WebAdapt.TApplicationAdapter;WebAdapt.TEndUserAdapter;WebAdapt.TEndUserSessionAdapter;WebDisp.TPageDispatcher;WebDisp.TAdapterDispatcher;WebDisp.TLocateFileService;WebSess.TSessionsService;WebUsers.TWebUserList;XSLProd.TXSLPageProducer;SiteProd.TAdapterPageProducer;"
"Decision Cube"="MXDB.TDecisionCube;MXTABLES.TDecisionQuery;MXDB.TDecisionSource;MXPIVSRC.TDecisionPivot;MXGRID.TDecisionGrid;MXGRAPH.TDecisionGraph;"
"Dialogs"="Dialogs.TOpenDialog;Dialogs.TSaveDialog;ExtDlgs.TOpenPictureDialog;ExtDlgs.TSavePictureDialog;Dialogs.TFontDialog;Dialogs.TColorDialog;Dialogs.TPrintDialog;Dialogs.TPrinterSetupDialog;Dialogs.TFindDialog;Dialogs.TReplaceDialog;Dialogs.TPageSetupDialog;QDialogs.TOpenDialog;QDialogs.TSaveDialog;QDialogs.TFontDialog;QDialogs.TColorDialog;QDialogs.TFindDialog;QDialogs.TReplaceDialog;"
"Win 3.1"="dblookup.TDBLookupList;dblookup.TDBLookupCombo;Tabs.TTabSet;Outline.TOutline;TabNotBk.TTabbedNotebook;ExtCtrls.TNotebook;ExtCtrls.THeader;FileCtrl.TFileListBox;FileCtrl.TDirectoryListBox;FileCtrl.TDriveComboBox;FileCtrl.TFilterComboBox;"
"Samples"="Gauges.TGauge;ColorGrd.TColorGrid;Spin.TSpinButton;Spin.TSpinEdit;DirOutln.TDirectoryOutline;Calendar.TCalendar;IBCtrls.TIBEventAlerter;ShellCtrls.TShellTreeView;ShellCtrls.TShellComboBox;ShellCtrls.TShellListView;ShellCtrls.TShellChangeNotifier;Tabs.TScroller;"
"ActiveX"="Chartfx3.TChartfx;VCSpell3.TVSSpell;VCF1.TF1Book;VCFI.TVtChart;MSHTML_TLB.TScriptlet;"
"Rave"="RpRave.TRvProject;RpSystem.TRvSystem;RpFiler.TRvNDRWriter;RpCon.TRvCustomConnection;RpConDS.TRvDataSetConnection;RpConBDE.TRvTableConnection;RpConBDE.TRvQueryConnection;RpRenderPreview.TRvRenderPreview;RpRenderPrinter.TRvRenderPrinter;RpRenderPDF.TRvRenderPDF;RpRenderHTML.TRvRenderHTML;RpRenderRTF.TRvRenderRTF;RpRenderText.TRvRenderText;QRpRave.TRvProject;QRpSystem.TRvSystem;QRpFiler.TRvNDRWriter;QRpCon.TRvCustomConnection;QRpConDS.TRvDataSetConnection;QRpConBDE.TRvTableConnection;QRpConBDE.TRvQueryConnection;QRpRenderPreview.TRvRenderPreview;QRpRenderPrinter.TRvRenderPrinter;QRpRenderPDF.TRvRenderPDF;QRpRenderHTML.TRvRenderHTML;QRpRenderRTF.TRvRenderRTF;QRpRenderText.TRvRenderText;"
"Indy Clients"="IdTCPClient.TIdTCPClient;IdUDPClient.TIdUDPClient;IdDayTime.TIdDayTime;IdDayTimeUDP.TIdDayTimeUDP;IdDNSResolver.TIdDNSResolver;IdEcho.TIdEcho;IdEchoUDP.TIdEchoUDP;IdFinger.TIdFinger;IdFTP.TIdFTP;IdGopher.TIdGopher;IdHTTP.TIdHTTP;IdIcmpClient.TIdIcmpClient;IdIdent.TIdIdent;IdIMAP4.TIdIMAP4;IdIPMCastClient.TIdIPMCastClient;IdIRC.TIdIRC;IdLPR.TIdLPR;IdNNTP.TIdNNTP;IdPOP3.TIdPOP3;IdQotd.TIdQOTD;IdQOTDUDP.TIdQOTDUDP;IdRexec.TIdRexec;IdRSH.TIdRSH;IdSMTP.TIdSMTP;IdSNMP.TIdSNMP;IdSNPP.TIdSNPP;IdSNTP.TIdSNTP;IdSysLog.TIdSysLog;IdTelnet.TIdTelnet;IdTime.TIdTime;IdTimeUDP.TIdTimeUDP;IdTrivialFTP.TIdTrivialFTP;IdWhois.TIdWhois;"
"Indy Servers"="IdTCPServer.TIdTCPServer;IdUDPServer.TIdUDPServer;IdChargenServer.TIdChargenServer;IdChargenUDPServer.TIdChargenUDPServer;IdDayTimeServer.TIdDayTimeServer;IdDayTimeUDPServer.TIdDayTimeUDPServer;IdDICTServer.TIdDICTServer;IdDiscardServer.TIdDISCARDServer;IdDiscardUDPServer.TIdDiscardUDPServer;IdEchoServer.TIdECHOServer;IdEchoUDPServer.TIdEchoUDPServer;IdFingerServer.TIdFingerServer;IdFTPServer.TIdFTPServer;IdGopherServer.TIdGopherServer;IdHTTPServer.TIdHTTPServer;IdIdentServer.TIdIdentServer;IdIMAP4Server.TIdIMAP4Server;IdIPMCastServer.TIdIPMCastServer;IdIrcServer.TIdIRCServer;IdMappedFTP.TIdMappedFTP;IdMappedPortTCP.TIdMappedPop3;IdMappedPortTCP.TIdMappedPortTCP;IdMappedPortUDP.TIdMappedPortUDP;IdMappedPortTCP.TIdMappedTelnet;IdNNTPServer.TIdNNTPServer;IdPOP3Server.TIdPOP3Server;IdQotdServer.TIdQOTDServer;IdQOTDUDPServer.TIdQotdUDPServer;IdRexecServer.TIdRexecServer;IdRSHServer.TIdRSHServer;IdSimpleServer.TIdSimpleServer;IdSMTPServer.TIdSMTPServer;IdSysLogServer.TIdSyslogServer;IdTelnetServer.TIdTelnetServer;IdTimeServer.TIdTimeServer;IdTimeUDPServer.TIdTimeUDPServer;IdTrivialFTPServer.TIdTrivialFTPServer;IdTunnelMaster.TIdTunnelMaster;IdTunnelSlave.TIdTunnelSlave;IdWhoIsServer.TIdWhoIsServer;"
"Indy Intercepts"="IdBlockCipherIntercept.TIdBlockCipherIntercept;IdIntercept.TIdConnectionIntercept;IdCompressionIntercept.TIdCompressionIntercept;IdLogDebug.TIdLogDebug;IdLogEvent.TIdLogEvent;IdLogFile.TIdLogFile;IdLogStream.TIdLogStream;"
"Indy I/O Handlers"="IdIOHandlerSocket.TIdIOHandlerSocket;IdIOHandlerStream.TIdIOHandlerStream;IdIOHandlerThrottle.TIdIOHandlerThrottle;IdServerIOHandlerSocket.TIdServerIOHandlerSocket;IdSSLOpenSSL.TIdServerIOHandlerSSL;IdSSLOpenSSL.TIdSSLIOHandlerSocket;"
"Indy Misc"="IdSocks.TIdSocksInfo;IdAntiFreeze.TIdAntiFreeze;IdCookieManager.TIdCookieManager;IdCoderMIME.TIdEncoderMIME;IdCoderUUE.TIdEncoderUUE;IdCoderXXE.TIdEncoderXXE;IdCoderQuotedPrintable.TIdEncoderQuotedPrintable;IdDateTimeStamp.TIdDateTimeStamp;IdCoderMIME.TIdDecoderMIME;IdCoderUUE.TIdDecoderUUE;IdCoderXXE.TIdDecoderXXE;IdCoderQuotedPrintable.TIdDecoderQuotedPrintable;IdIPWatch.TIdIPWatch;IdHL7.TIdHL7;IdMailBox.TIdMailBox;IdMessage.TIdMessage;IdMessageCoderMIME.TIdMessageDecoderMIME;IdNetworkCalculator.TIdNetworkCalculator;IdSysLogMessage.TIdSysLogMessage;IdThreadComponent.TIdThreadComponent;IdThreadMgrDefault.TIdThreadMgrDefault;IdThreadMgrPool.TIdThreadMgrPool;IdUserAccounts.TIdUserManager;IdVCard.TIdVCard;"
"COM+"="CmAdmCtl.TCOMAdminCatalog;"
"InterBase Admin"="IBServices.TIBConfigService;IBServices.TIBBackupService;IBServices.TIBRestoreService;IBServices.TIBValidationService;IBServices.TIBStatisticalService;IBServices.TIBLogService;IBServices.TIBSecurityService;IBServices.TIBServerProperties;IBServices.TIBLicensingService;IBInstall.TIBInstall;IBInstall.TIBUnInstall;"
"IW Standard"="IWHTMLControls.TIWApplet;IWCompButton.TIWButton;IWCompCheckbox.TIWCheckBox;IWCompListbox.TIWComboBox;IWCompEdit.TIWEdit;IWCompEdit.TIWFile;IWCompFlash.TIWFlash;IWHTMLControls.TIWHRule;IWExtCtrls.TIWImage;IWExtCtrls.TIWImageFile;IWHTMLControls.TIWList;IWCompLabel.TIWLabel;IWCompListbox.TIWListbox;IWHTMLControls.TIWLink;IWCompMemo.TIWMemo;IWCompMenu.TIWMenu;IWExtCtrls.TIWRadioGroup;IWCompRectangle.TIWRectangle;IWRegion.TIWRegion;IWCompText.TIWText;IWExtCtrls.TIWTimer;IWGrids.TIWGrid;IWTreeview.TIWTreeView;IWHTMLControls.TIWURL;"
"IW Data"="IWDBStdCtrls.TIWDBCheckBox;IWDBStdCtrls.TIWDBComboBox;IWDBStdCtrls.TIWDBEdit;IWDBGrids.TIWDBGrid;IWDBExtCtrls.TIWDBImage;IWDBStdCtrls.TIWDBLabel;IWDBStdCtrls.TIWDBListbox;IWDBStdCtrls.TIWDBLookupListBox;IWDBStdCtrls.TIWDBLookupComboBox;IWDBStdCtrls.TIWDBFile;IWDBStdCtrls.TIWDBMemo;IWDBStdCtrls.TIWDBNavigator;IWDBStdCtrls.TIWDBText;"
"IW Client Side"="IWCSStdCtrls.TIWCSLabel;IWCSStdCtrls.TIWCSNavigator;IWCompDynamicChart.TIWDynamicChart;IWCompDynamicChartLegend.TIWDynamicChartLegend;IWDynGrid.TIWDynGrid;"
"IW Control"="IWTemplateProcessorHTML.TIWTemplateProcessorHTML;IWLayoutMgrForm.TIWLayoutMgrForm;IWProducer.TIWPageProducer;IWModuleController.TIWModuleController;IWClientSideDataset.TIWClientSideDataset;IWClientSideDatasetDBLink.TIWClientSideDatasetDBLink;IWStandAloneServer.TIWStandAloneServer;IWLayoutMgrHTML.TIWLayoutMgrHTML;"
"Servers"="WordXP.TWordDocument;WordXP.TWordApplication;WordXP.TWordFont;WordXP.TWordLetterContent;WordXP.TWordParagraphFormat;ExcelXP.TExcelQueryTable;ExcelXP.TExcelApplication;ExcelXP.TExcelChart;ExcelXP.TExcelWorksheet;ExcelXP.TExcelWorkbook;ExcelXP.TExcelOLEObject;PowerPointXP.TPowerPointApplication;PowerPointXP.TPowerPointSlide;PowerPointXP.TPowerPointPresentation;PowerPointXP.TMaster;OutlookXP.TSyncObject;OutlookXP.TOutlookApplication;OutlookXP.TContactItem;OutlookXP.TDistListItem;OutlookXP.TDocumentItem;OutlookXP.TExplorers;OutlookXP.TInspectors;OutlookXP.TFolders;OutlookXP.TItems;OutlookXP.TJournalItem;OutlookXP.TNameSpace;OutlookXP.TOutlookBarGroups;OutlookXP.TOutlookBarPane;OutlookXP.TOutlookBarShortcuts;OutlookXP.TPostItem;OutlookXP.TRemoteItem;OutlookXP.TReportItem;OutlookXP.TTaskRequestAcceptItem;OutlookXP.TTaskRequestDeclineItem;OutlookXP.TTaskRequestItem;OutlookXP.TTaskRequestUpdateItem;AccessXP.TAccessApplication;AccessXP.TAccessForm;AccessXP.TAccessReport;AccessXP.TAccessReferences;AccessXP.TClass_;"
"FlatStyle"="TFlatTitlebarUnit.TFlatTitlebar;TFlatButtonUnit.TFlatButton;TFlatSpeedButtonUnit.TFlatSpeedButton;TFlatCheckBoxUnit.TFlatCheckBox;TFlatRadioButtonUnit.TFlatRadioButton;TFlatRadioGroupUnit.TFlatRadioGroup;TFlatEditUnit.TFlatEdit;TFlatMaskEditUnit.TFlatMaskEdit;TFlatSpinEditUnit.TFlatSpinEditInteger;TFlatSpinEditUnit.TFlatSpinEditFloat;TFlatMemoUnit.TFlatMemo;TFlatProgressBarUnit.TFlatProgressBar;TFlatTabControlUnit.TFlatTabControl;TFlatListBoxUnit.TFlatListBox;TFlatCheckListBoxUnit.TFlatCheckListBox;TFlatComboBoxUnit.TFlatComboBox;TFlatColorComboBoxUnit.TFlatColorComboBox;TFlatGroupBoxUnit.TFlatGroupBox;TFlatPanelUnit.TFlatPanel;TFlatHintUnit.TFlatHint;TFlatAnimWndUnit.TFlatAnimWnd;TFlatSoundUnit.TFlatSound;TFlatGaugeUnit.TFlatGauge;TFlatSplitterUnit.TFlatSplitter;TFlatAnimationUnit.TFlatAnimation;TFlatScrollbarUnit.TFlatScrollbar;"
"SynEdit"="SynEdit.TSynEdit;SynMemo.TSynMemo;SynDBEdit.TDBSynEdit;SynExportHTML.TSynExporterHTML;SynExportRTF.TSynExporterRTF;SynExportTeX.TSynExporterTeX;SynEditPythonBehaviour.TSynEditPythonBehaviour;SynHighlighterMulti.TSynMultiSyn;SynCompletionProposal.TSynCompletionProposal;SynCompletionProposal.TSynAutoComplete;SynMacroRecorder.TSynMacroRecorder;SynEditPrint.TSynEditPrint;SynEditPrintPreview.TSynEditPrintPreview;SynAutoCorrect.TSynAutoCorrect;SynEditSearch.TSynEditSearch;SynEditRegexSearch.TSynEditRegexSearch;SynEditOptionsDialog.TSynEditOptionsDialog;SynURIOpener.TSynURIOpener;SynHighlighterManager.TSynHighlighterManager;"
"SynEdit Highlighters"="SynHighlighterCpp.TSynCppSyn;SynHighlighterEiffel.TSynEiffelSyn;SynHighlighterFortran.TSynFortranSyn;SynHighlighterGeneral.TSynGeneralSyn;SynHighlighterJava.TSynJavaSyn;SynHighlighterM3.TSynM3Syn;SynHighlighterPas.TSynPasSyn;SynHighlighterVB.TSynVBSyn;SynHighlighterCobol.TSynCobolSyn;SynHighlighterCS.TSynCSSyn;SynHighlighterCSS.TSynCssSyn;SynHighlighterHtml.TSynHTMLSyn;SynHighlighterJScript.TSynJScriptSyn;SynHighlighterPHP.TSynPHPSyn;SynHighlighterVBScript.TSynVBScriptSyn;SynHighlighterXML.TSynXMLSyn;SynHighlighterVrml97.TSynVrml97Syn;SynHighlighterAWK.TSynAWKSyn;SynHighlighterBat.TSynBatSyn;SynHighlighterKix.TSynKixSyn;SynHighlighterPerl.TSynPerlSyn;SynHighlighterPython.TSynPythonSyn;SynHighlighterTclTk.TSynTclTkSyn;SynHighlighterGWS.TSynGWScriptSyn;SynHighlighterRuby.TSynRubySyn;SynHighlighterUNIXShellScript.TSynUNIXShellScriptSyn;SynHighlighterCAC.TSynCACSyn;SynHighlighterCache.TSynCacheSyn;SynHighlighterFoxpro.TSynFoxproSyn;SynHighlighterSQL.TSynSQLSyn;SynHighlighterSDD.TSynSDDSyn;SynHighlighterADSP21xx.TSynADSP21xxSyn;SynHighlighterAsm.TSynAsmSyn;SynHighlighterHC11.TSynHC11Syn;SynHighlighterHP48.TSynHP48Syn;SynHighlighterST.TSynSTSyn;SynHighlighterDml.TSynDmlSyn;SynHighlighterModelica.TSynModelicaSyn;SynHighlighterSml.TSynSMLSyn;SynHighlighterDfm.TSynDfmSyn;SynHighlighterIni.TSynIniSyn;SynHighlighterInno.TSynInnoSyn;SynHighlighterBaan.TSynBaanSyn;SynHighlighterGalaxy.TSynGalaxySyn;SynHighlighterProgress.TSynProgressSyn;SynHighlighterMsg.TSynMsgSyn;SynHighlighterIDL.TSynIdlSyn;SynHighlighterUnreal.TSynUnrealSyn;SynHighlighterCPM.TSynCPMSyn;SynHighlighterTeX.TSynTeXSyn;SynHighlighterHaskell.TSynHaskellSyn;SynHighlighterLDraw.TSynLDRSyn;SynHighlighterURI.TSynURISyn;SynHighlighterDOT.TSynDOTSyn;SynHighlighterRC.TSynRCSyn;"
"RX Controls"="rxToolEdit.TComboEdit;rxToolEdit.TFilenameEdit;rxToolEdit.TDirectoryEdit;rxToolEdit.TDateEdit;rxCurrEdit.TRxCalcEdit;rxCurrEdit.TCurrencyEdit;RXCtrls.TTextListBox;RXCtrls.TRxCheckListBox;RxCombos.TFontComboBox;RxCombos.TColorComboBox;RXSplit.TRxSplitter;RXSlider.TRxSlider;RXCtrls.TRxLabel;RxRichEd.TRxRichEdit;RXClock.TRxClock;rxAnimate.TAnimatedImage;RXGrids.TRxDrawGrid;RXCtrls.TRxSpeedButton;rxGIFCtrl.TRxGIFAnimator;RXSpin.TRxSpinButton;RXSpin.TRxSpinEdit;RXSwitch.TRxSwitch;RXDice.TRxDice;"
"RX Tools"="rxPicClip.TPicClip;rxPlacemnt.TFormStorage;rxPlacemnt.TFormPlacement;RxHook.TRxWindowHook;rxAppEvent.TAppEvents;rxSpeedbar.TSpeedBar;RxCalc.TRxCalculator;rxTimerlst.TRxTimerList;rxPageMngr.TPageManager;rxMrgMngr.TMergeManager;rxMRUList.TMRUManager;RXCtrls.TSecretPanel;rxStrHlder.TStrHolder;RXShell.TRxTrayIcon;RxMenus.TRxMainMenu;RxMenus.TRxPopupMenu;RxNotify.TRxFolderMonitor;rxClipview.TClipboardViewer;RxGrdCpt.TRxGradientCaption;rxDualList.TDualListDialog;RxLogin.TRxLoginDialog;"
"RX DBAware"="RxMemDS.TRxMemoryData;RXDBCtrl.TRxDBGrid;RxLookup.TRxDBLookupList;RxLookup.TRxDBLookupCombo;RxLookup.TRxLookupEdit;RXDBCtrl.TDBDateEdit;RXDBCtrl.TRxDBCalcEdit;RXDBCtrl.TRxDBComboEdit;rxDBRichEd.TRxDBRichEdit;RXDBCtrl.TDBStatusLabel;RxDBComb.TRxDBComboBox;RxQuery.TRxQuery;RxQuery.TSQLScript;rxMemTable.TMemoryTable;rxDBQBE.TQBEQuery;rxdbfilter.TRxDBFilter;rxDBIndex.TDBIndexCombo;rxDBPrgrss.TDBProgress;rxDBSecur.TDBSecurity;rxDBLists.TBDEItems;rxDBLists.TDatabaseItems;rxDBLists.TTableItems;"
"priyatna.org"="NiceGrid.TNiceGrid;NiceGrid.TNiceGridSync;"
"Precision VCL"="TabCtrls.TISTabControl;"
"Embedded Web Browser"="Browse4Folder.TBrowse4Folder;EwbBehaviorsComp.TEwbBehaviorFactory;EwbBehaviorsComp.TEwbBehaviorController;LibXmlComps.TEasyXmlScanner;EditDesigner.TEditDesigner;Edithost.TEditHost;EmbeddedWB.TEmbeddedWB;EwbCore.TEwbCore;EwbControlComponent.TEwbControl;SendMail_For_Ewb.TEwbMapiMail;ExportFavorites.TExportFavorite;FavoritesListView.TFavoritesListView;FavMenu.TFavoritesMenu;FavoritesPopup.TFavoritesPopup;FavoritesTree.TFavoritesTree;FileExtAssociate.TFileExtAssociate;HistoryListView.THistoryListView;HistoryMenu.THistoryMenu;EwbEventsComp.THtmlListener;IEAddress.TIEAddress;IECache.TIECache;IEDownload.TIEDownload;IEMultiDownload.TIEMultiDownload;IEParser.TIEParser;IETravelLog.TIETravelLog;ImportFavorites.TImportFavorite;LinksLabel.TLinksLabel;LinksBar.TLinksBar;RichEditBrowser.TRichEditWB;SecurityManager.TSecurityManager;UI_Less.TUILess;UrlHistory.TUrlHistory;AppWebUpdater.TWebUpdater;LibXmlComps.TXmlScanner;"
"ASG"="ASGCapture.TASGScreenCapture;"
"SMComponents"="SMCVersInfo.TSMVersionInfo;AngleLbl.TAngleLabel;BrazilCombo.TBrazilStateCombo;CharMap.TCharMapCombo;ConerBtn.TConerBtn;ConerBtn.TConvexBtn;EditType.TEditTyped;EditTypeDB.TDBEditTyped;FileNotify.TSMFileNotificator;GradPnl.TGradientPanel;LimitFrm.TWallpaperControl;RunText.TRunningText;ScrlTool.TScrollToolBar;SendMail.TMAPIMail;Sensors.TStopLightSensor;Sensors.TAnalogSensor;SMBar.TSystembar;SMBevel.TSMBevel;SMBox.TSMPanel;SMBox.TSMBox;SMCalendar.TSMCalendar;SMDBAcc.TSMDBAccessNavigator;SMDBComb.TSMDBComboBox;SMDBComb.TSMDBFilterComboBox;SMDBCtrl.TSMDBNavigator;SMDBFind.TSMDBFindDialog;SMDBFltr.TSMDBFilterDialog;SMDBGrid.TSMDBGrid;SMDBGSet.TSMSetDBGridDialog;SMDBStat.TSMDBStatusLbl;SMDBStat.TSMDBButton;SMHLLbl.THighLightLabel;SMLang.TSMLanguage;SMPanel.TSMFramePanel;SMScale.TSMScaler;SMScript.TSMScriptExecutor;SMToolBar.TSMToolbar;SMTray.TSMTrayIcon;SMultiBtn.TSMButton;SMultiBtn.TSMCheckBox;SMultiBtn.TSMRadioButton;SMSQLScript.TSMSQLScript;TVNavigator.TTVNavigator;URLLbl.TURLLabel;SQLGen.TSMSQLGenerator;SMSummInfo.TSMSummaryInformation;SMBreakGrid.TSMBreakGrid;"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\Property Editors\Collection Editor\TCoolBands]
"Width"="125"
"Height"="160"
"LargeButtons"="0"
"Toolbar"="1"
"Column0"="-1"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\Property Editors\Collection Editor\TDBGridColumns]
"Width"="272"
"Height"="232"
"LargeButtons"="0"
"Toolbar"="1"
"Column0"="-1"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\Property Editors\Collection Editor\THeaderSections]
"Width"="125"
"Height"="160"
"LargeButtons"="0"
"Toolbar"="1"
"Column0"="-1"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\Property Editors\Collection Editor\TNiceColumns]
"Width"="125"
"Height"="160"
"LargeButtons"="0"
"Toolbar"="1"
"Column0"="-1"

[HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\Property Editors\Collection Editor\TStatusPanels]
"Width"="125"
"Height"="160"
"LargeButtons"="0"
"Toolbar"="1"
"Column0"="-1"

'프로그래밍 > 델파이' 카테고리의 다른 글

폼을 안보이게 하기  (1) 2024.01.26
델파이 코딩 팁  (0) 2023.05.31
트리뷰 노드 만들고 저장하기 chatgpt  (0) 2023.03.30