dclIndyCore90.bdsproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <BorlandProject>
  3. <PersonalityInfo>
  4. <Option>
  5. <Option Name="Personality">Delphi.Personality</Option>
  6. <Option Name="ProjectType"></Option>
  7. <Option Name="Version">1.0</Option>
  8. <Option Name="GUID">{9035EC07-2285-43B7-AA0E-25DD516EC142}</Option>
  9. </Option>
  10. </PersonalityInfo>
  11. <Delphi.Personality>
  12. <Source>
  13. <Source Name="MainSource">dclIndyCore90.dpk</Source>
  14. </Source>
  15. <FileVersion>
  16. <FileVersion Name="Version">7.0</FileVersion>
  17. </FileVersion>
  18. <Compiler>
  19. <Compiler Name="A">8</Compiler>
  20. <Compiler Name="B">0</Compiler>
  21. <Compiler Name="C">1</Compiler>
  22. <Compiler Name="D">1</Compiler>
  23. <Compiler Name="E">0</Compiler>
  24. <Compiler Name="F">0</Compiler>
  25. <Compiler Name="G">1</Compiler>
  26. <Compiler Name="H">1</Compiler>
  27. <Compiler Name="I">1</Compiler>
  28. <Compiler Name="J">0</Compiler>
  29. <Compiler Name="K">0</Compiler>
  30. <Compiler Name="L">1</Compiler>
  31. <Compiler Name="M">0</Compiler>
  32. <Compiler Name="N">1</Compiler>
  33. <Compiler Name="O">1</Compiler>
  34. <Compiler Name="P">1</Compiler>
  35. <Compiler Name="Q">1</Compiler>
  36. <Compiler Name="R">1</Compiler>
  37. <Compiler Name="S">0</Compiler>
  38. <Compiler Name="T">0</Compiler>
  39. <Compiler Name="U">0</Compiler>
  40. <Compiler Name="V">1</Compiler>
  41. <Compiler Name="W">0</Compiler>
  42. <Compiler Name="X">1</Compiler>
  43. <Compiler Name="Y">1</Compiler>
  44. <Compiler Name="Z">1</Compiler>
  45. <Compiler Name="ShowHints">True</Compiler>
  46. <Compiler Name="ShowWarnings">True</Compiler>
  47. <Compiler Name="UnitAliases">WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;</Compiler>
  48. <Compiler Name="NamespacePrefix"></Compiler>
  49. <Compiler Name="GenerateDocumentation">False</Compiler>
  50. <Compiler Name="DefaultNamespace"></Compiler>
  51. <Compiler Name="SymbolDeprecated">True</Compiler>
  52. <Compiler Name="SymbolLibrary">True</Compiler>
  53. <Compiler Name="SymbolPlatform">True</Compiler>
  54. <Compiler Name="SymbolExperimental">True</Compiler>
  55. <Compiler Name="UnitLibrary">True</Compiler>
  56. <Compiler Name="UnitPlatform">True</Compiler>
  57. <Compiler Name="UnitDeprecated">True</Compiler>
  58. <Compiler Name="UnitExperimental">True</Compiler>
  59. <Compiler Name="HResultCompat">True</Compiler>
  60. <Compiler Name="HidingMember">True</Compiler>
  61. <Compiler Name="HiddenVirtual">True</Compiler>
  62. <Compiler Name="Garbage">True</Compiler>
  63. <Compiler Name="BoundsError">True</Compiler>
  64. <Compiler Name="ZeroNilCompat">True</Compiler>
  65. <Compiler Name="StringConstTruncated">True</Compiler>
  66. <Compiler Name="ForLoopVarVarPar">True</Compiler>
  67. <Compiler Name="TypedConstVarPar">True</Compiler>
  68. <Compiler Name="AsgToTypedConst">True</Compiler>
  69. <Compiler Name="CaseLabelRange">True</Compiler>
  70. <Compiler Name="ForVariable">True</Compiler>
  71. <Compiler Name="ConstructingAbstract">True</Compiler>
  72. <Compiler Name="ComparisonFalse">True</Compiler>
  73. <Compiler Name="ComparisonTrue">True</Compiler>
  74. <Compiler Name="ComparingSignedUnsigned">True</Compiler>
  75. <Compiler Name="CombiningSignedUnsigned">True</Compiler>
  76. <Compiler Name="UnsupportedConstruct">True</Compiler>
  77. <Compiler Name="FileOpen">True</Compiler>
  78. <Compiler Name="FileOpenUnitSrc">True</Compiler>
  79. <Compiler Name="BadGlobalSymbol">True</Compiler>
  80. <Compiler Name="DuplicateConstructorDestructor">True</Compiler>
  81. <Compiler Name="InvalidDirective">True</Compiler>
  82. <Compiler Name="PackageNoLink">True</Compiler>
  83. <Compiler Name="PackageThreadVar">True</Compiler>
  84. <Compiler Name="ImplicitImport">True</Compiler>
  85. <Compiler Name="HPPEMITIgnored">True</Compiler>
  86. <Compiler Name="NoRetVal">True</Compiler>
  87. <Compiler Name="UseBeforeDef">True</Compiler>
  88. <Compiler Name="ForLoopVarUndef">True</Compiler>
  89. <Compiler Name="UnitNameMismatch">True</Compiler>
  90. <Compiler Name="NoCFGFileFound">True</Compiler>
  91. <Compiler Name="MessageDirective">True</Compiler>
  92. <Compiler Name="ImplicitVariants">True</Compiler>
  93. <Compiler Name="UnicodeToLocale">True</Compiler>
  94. <Compiler Name="LocaleToUnicode">True</Compiler>
  95. <Compiler Name="ImagebaseMultiple">True</Compiler>
  96. <Compiler Name="SuspiciousTypecast">True</Compiler>
  97. <Compiler Name="PrivatePropAccessor">True</Compiler>
  98. <Compiler Name="UnsafeType">False</Compiler>
  99. <Compiler Name="UnsafeCode">False</Compiler>
  100. <Compiler Name="UnsafeCast">False</Compiler>
  101. <Compiler Name="OptionTruncated">True</Compiler>
  102. <Compiler Name="WideCharReduced">True</Compiler>
  103. <Compiler Name="DuplicatesIgnored">True</Compiler>
  104. </Compiler>
  105. <Linker>
  106. <Linker Name="MapFile">3</Linker>
  107. <Linker Name="OutputObjs">0</Linker>
  108. <Linker Name="ConsoleApp">1</Linker>
  109. <Linker Name="DebugInfo">False</Linker>
  110. <Linker Name="RemoteSymbols">False</Linker>
  111. <Linker Name="GenerateDRC">False</Linker>
  112. <Linker Name="MinStackSize">16384</Linker>
  113. <Linker Name="MaxStackSize">1048576</Linker>
  114. <Linker Name="ImageBase">4194304</Linker>
  115. <Linker Name="ExeDescription">Indy 10 Core Design Time</Linker>
  116. </Linker>
  117. <Directories>
  118. <Directories Name="OutputDir"></Directories>
  119. <Directories Name="UnitOutputDir"></Directories>
  120. <Directories Name="PackageDLLOutputDir"></Directories>
  121. <Directories Name="PackageDCPOutputDir"></Directories>
  122. <Directories Name="SearchPath"></Directories>
  123. <Directories Name="Packages"></Directories>
  124. <Directories Name="Conditionals"></Directories>
  125. <Directories Name="DebugSourceDirs"></Directories>
  126. <Directories Name="UsePackages">False</Directories>
  127. </Directories>
  128. <Parameters>
  129. <Parameters Name="RunParams"></Parameters>
  130. <Parameters Name="HostApplication"></Parameters>
  131. <Parameters Name="Launcher"></Parameters>
  132. <Parameters Name="UseLauncher">False</Parameters>
  133. <Parameters Name="DebugCWD"></Parameters>
  134. <Parameters Name="RemoteHost"></Parameters>
  135. <Parameters Name="RemotePath"></Parameters>
  136. <Parameters Name="RemoteLauncher"></Parameters>
  137. <Parameters Name="RemoteCWD"></Parameters>
  138. <Parameters Name="RemoteDebug">False</Parameters>
  139. </Parameters>
  140. <Language>
  141. <Language Name="ActiveLang"></Language>
  142. <Language Name="ProjectLang">$00000000</Language>
  143. <Language Name="RootDir"></Language>
  144. </Language>
  145. <VersionInfo>
  146. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  147. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  148. <VersionInfo Name="MajorVer">1</VersionInfo>
  149. <VersionInfo Name="MinorVer">0</VersionInfo>
  150. <VersionInfo Name="Release">0</VersionInfo>
  151. <VersionInfo Name="Build">0</VersionInfo>
  152. <VersionInfo Name="Debug">False</VersionInfo>
  153. <VersionInfo Name="PreRelease">False</VersionInfo>
  154. <VersionInfo Name="Special">False</VersionInfo>
  155. <VersionInfo Name="Private">False</VersionInfo>
  156. <VersionInfo Name="DLL">False</VersionInfo>
  157. <VersionInfo Name="Locale">1033</VersionInfo>
  158. <VersionInfo Name="CodePage">1252</VersionInfo>
  159. </VersionInfo>
  160. <VersionInfoKeys>
  161. <VersionInfoKeys Name="CompanyName"></VersionInfoKeys>
  162. <VersionInfoKeys Name="FileDescription"></VersionInfoKeys>
  163. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  164. <VersionInfoKeys Name="InternalName"></VersionInfoKeys>
  165. <VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys>
  166. <VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
  167. <VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
  168. <VersionInfoKeys Name="ProductName"></VersionInfoKeys>
  169. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  170. <VersionInfoKeys Name="Comments"></VersionInfoKeys>
  171. </VersionInfoKeys>
  172. </Delphi.Personality>
  173. <!-- EurekaLog First Line
  174. [Exception Log]
  175. EurekaLog Version=464
  176. Activate=1
  177. Activate Handle=1
  178. Save Log File=1
  179. Foreground Tab=0
  180. EurekaLogLook=1
  181. Freeze Activate=0
  182. Freeze Timeout=60
  183. Freeze Message=The application seems to be frozen.
  184. SMTP [email protected]
  185. SMTP Host=
  186. SMTP Port=25
  187. SMTP UserID=
  188. SMTP Password=
  189. SMTP ShowDialog=1
  190. ShowExceptionDialog=1
  191. Append to Log=0
  192. Send Entire Log=0
  193. Attach Screenshot=0
  194. Show TerminateBtn=1
  195. TerminateBtn Operation=1
  196. Errors Number=32
  197. Errors Terminate=3
  198. Email Address=
  199. Email Object=
  200. Email Send Options=0
  201. Output Path=
  202. Count=0
  203. EMail Message Line Count=0
  204. loNoDuplicateErrors=0
  205. loAppendReproduceText=0
  206. AppStartDate=1
  207. AppName=1
  208. AppVersionNumber=1
  209. AppParameters=1
  210. ExcDate=1
  211. ExcAddress=1
  212. ExcModule=1
  213. ExcType=1
  214. ExcMessage=1
  215. ActCtlsFormClass=1
  216. ActCtlsFormText=1
  217. ActCtlsControlClass=1
  218. ActCtlsControlText=1
  219. CmpName=1
  220. CmpUser=1
  221. CmpTotalMemory=1
  222. CmpFreeMemory=1
  223. CmpTotalDisk=1
  224. CmpFreeDisk=1
  225. OSType=1
  226. OSBuildN=1
  227. OSUpdate=1
  228. OSLanguage=1
  229. Count mtInformationMsgCaption=1
  230. mtInformationMsgCaption0=Information.
  231. Count mtQuestionMsgCaption=1
  232. mtQuestionMsgCaption0=Question.
  233. Count mtDialog_Caption=1
  234. mtDialog_Caption0=Error.
  235. Count mtDialog_ErrorMsgCaption=2
  236. mtDialog_ErrorMsgCaption0=An error has occurred during program execution.
  237. mtDialog_ErrorMsgCaption1=Please read the following information for further details.
  238. Count mtDialog_GeneralCaption=1
  239. mtDialog_GeneralCaption0=General
  240. Count mtDialog_GeneralHeader=1
  241. mtDialog_GeneralHeader0=General Information
  242. Count mtDialog_CallStackCaption=1
  243. mtDialog_CallStackCaption0=Call Stack
  244. Count mtDialog_CallStackHeader=1
  245. mtDialog_CallStackHeader0=Call Stack Information
  246. Count mtDialog_ModulesCaption=1
  247. mtDialog_ModulesCaption0=Modules
  248. Count mtDialog_ModulesHeader=1
  249. mtDialog_ModulesHeader0=Modules Information
  250. Count mtDialog_CPUCaption=1
  251. mtDialog_CPUCaption0=CPU
  252. Count mtDialog_CPUHeader=1
  253. mtDialog_CPUHeader0=CPU Information
  254. Count mtDialog_OKButtonCaption=1
  255. mtDialog_OKButtonCaption0=&OK
  256. Count mtDialog_TerminateButtonCaption=1
  257. mtDialog_TerminateButtonCaption0=&Terminate
  258. Count mtDialog_RestartButtonCaption=1
  259. mtDialog_RestartButtonCaption0=&Restart
  260. Count mtDialog_DetailsButtonCaption=1
  261. mtDialog_DetailsButtonCaption0=&Details
  262. Count mtDialog_EmailMessage=1
  263. mtDialog_EmailMessage0=&Send this error via Email
  264. Count mtDialog_ScreenshotMessage=1
  265. mtDialog_ScreenshotMessage0=&Attach a Screenshot image
  266. Count mtDialog_CopyMessage=1
  267. mtDialog_CopyMessage0=&Copy to Clipboard
  268. Count mtLog_AppHeader=1
  269. mtLog_AppHeader0=Application
  270. Count mtLog_AppStartDate=1
  271. mtLog_AppStartDate0=Start Date
  272. Count mtLog_AppName=1
  273. mtLog_AppName0=Name/Description
  274. Count mtLog_AppVersionNumber=1
  275. mtLog_AppVersionNumber0=Version Number
  276. Count mtLog_AppParameters=1
  277. mtLog_AppParameters0=Parameters
  278. Count mtLog_ExcHeader=1
  279. mtLog_ExcHeader0=Exception
  280. Count mtLog_ExcDate=1
  281. mtLog_ExcDate0=Date
  282. Count mtLog_ExcAddress=1
  283. mtLog_ExcAddress0=Address
  284. Count mtLog_ExcModule=1
  285. mtLog_ExcModule0=Module
  286. Count mtLog_ExcType=1
  287. mtLog_ExcType0=Type
  288. Count mtLog_ExcMessage=1
  289. mtLog_ExcMessage0=Message
  290. Count mtLog_ActCtrlsHeader=1
  291. mtLog_ActCtrlsHeader0=Active Controls
  292. Count mtLog_ActCtrlsFormClass=1
  293. mtLog_ActCtrlsFormClass0=Form Class
  294. Count mtLog_ActCtrlsFormText=1
  295. mtLog_ActCtrlsFormText0=Form Text
  296. Count mtLog_ActCtrlsControlClass=1
  297. mtLog_ActCtrlsControlClass0=Control Class
  298. Count mtLog_ActCtrlsControlText=1
  299. mtLog_ActCtrlsControlText0=Control Text
  300. Count mtLog_CmpHeader=1
  301. mtLog_CmpHeader0=Computer
  302. Count mtLog_CmpName=1
  303. mtLog_CmpName0=Name
  304. Count mtLog_CmpUser=1
  305. mtLog_CmpUser0=User
  306. Count mtLog_CmpTotalMemory=1
  307. mtLog_CmpTotalMemory0=Total Memory
  308. Count mtLog_CmpFreeMemory=1
  309. mtLog_CmpFreeMemory0=Free Memory
  310. Count mtLog_CmpTotalDisk=1
  311. mtLog_CmpTotalDisk0=Total Disk
  312. Count mtLog_CmpFreeDisk=1
  313. mtLog_CmpFreeDisk0=Free Disk
  314. Count mtLog_OSHeader=1
  315. mtLog_OSHeader0=Operating System
  316. Count mtLog_OSType=1
  317. mtLog_OSType0=Type
  318. Count mtLog_OSBuildN=1
  319. mtLog_OSBuildN0=Build #
  320. Count mtLog_OSUpdate=1
  321. mtLog_OSUpdate0=Update
  322. Count mtLog_OSLanguage=1
  323. mtLog_OSLanguage0=Language
  324. Count mtCallStack_Address=1
  325. mtCallStack_Address0=Address
  326. Count mtCallStack_Name=1
  327. mtCallStack_Name0=Module
  328. Count mtCallStack_Unit=1
  329. mtCallStack_Unit0=Unit
  330. Count mtCallStack_Class=1
  331. mtCallStack_Class0=Class
  332. Count mtCallStack_Procedure=1
  333. mtCallStack_Procedure0=Procedure/Method
  334. Count mtCallStack_Line=1
  335. mtCallStack_Line0=Line
  336. Count mtSMTPDialog_Caption=1
  337. mtSMTPDialog_Caption0=SMTP.
  338. Count mtSMTPDialog_Message=1
  339. mtSMTPDialog_Message0=Message
  340. Count mtSMTPDialog_Resolving=1
  341. mtSMTPDialog_Resolving0=Resolving MX record...
  342. Count mtSMTPDialog_Connecting=1
  343. mtSMTPDialog_Connecting0=Connecting with SMTP server...
  344. Count mtSMTPDialog_Connected=1
  345. mtSMTPDialog_Connected0=Connected with SMTP server.
  346. Count mtSMTPDialog_Sending=1
  347. mtSMTPDialog_Sending0=Sending message...
  348. Count mtReproduceDialog_Caption=1
  349. mtReproduceDialog_Caption0=Request
  350. Count mtReproduceDialog_Request=1
  351. mtReproduceDialog_Request0=Please describe the steps to reproduce the error:
  352. Count mtReproduceDialog_OKButtonCaption=1
  353. mtReproduceDialog_OKButtonCaption0=&OK
  354. Count mtModules_Handle=1
  355. mtModules_Handle0=Handle
  356. Count mtModules_Name=1
  357. mtModules_Name0=Name
  358. Count mtModules_Description=1
  359. mtModules_Description0=Description
  360. Count mtModules_Version=1
  361. mtModules_Version0=Version
  362. Count mtModules_Size=1
  363. mtModules_Size0=Size
  364. Count mtModules_Path=1
  365. mtModules_Path0=Path
  366. Count mtCPU_Registers=1
  367. mtCPU_Registers0=Registers
  368. Count mtCPU_Stack=1
  369. mtCPU_Stack0=Stack
  370. Count mtCPU_MemoryDump=1
  371. mtCPU_MemoryDump0=Memory Dump
  372. EurekaLog Last Line -->
  373. </BorlandProject>