VersionMarker.bdsproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  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">{ED55B565-AF61-4036-9598-624B3D33FAD6}</Option>
  9. </Option>
  10. </PersonalityInfo>
  11. <Delphi.Personality>
  12. <Source>
  13. <Source Name="MainSource">VersionMarker.dpr</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">0</Compiler>
  36. <Compiler Name="R">0</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 Name="UnitInitSeq">True</Compiler>
  105. <Compiler Name="LocalPInvoke">True</Compiler>
  106. <Compiler Name="CodePage"></Compiler>
  107. </Compiler>
  108. <Linker>
  109. <Linker Name="MapFile">3</Linker>
  110. <Linker Name="OutputObjs">0</Linker>
  111. <Linker Name="ConsoleApp">1</Linker>
  112. <Linker Name="DebugInfo">False</Linker>
  113. <Linker Name="RemoteSymbols">False</Linker>
  114. <Linker Name="GenerateDRC">False</Linker>
  115. <Linker Name="MinStackSize">16384</Linker>
  116. <Linker Name="MaxStackSize">1048576</Linker>
  117. <Linker Name="ImageBase">4194304</Linker>
  118. <Linker Name="ExeDescription"></Linker>
  119. <Linker Name="GenerateHpps">False</Linker>
  120. </Linker>
  121. <Directories>
  122. <Directories Name="OutputDir"></Directories>
  123. <Directories Name="UnitOutputDir"></Directories>
  124. <Directories Name="PackageDLLOutputDir"></Directories>
  125. <Directories Name="PackageDCPOutputDir"></Directories>
  126. <Directories Name="SearchPath"></Directories>
  127. <Directories Name="Packages">rtl;vcl;dbrtl;vcldb;vclx;adortl;dbxcds;dbexpress;vclib;ibxpress;IntrawebDB_72_90;Intraweb_72_90;xmlrtl;vclie;inet;inetdbbde;inetdbxpress;dclOffice2k;VclSmp;dsnap;soaprtl;inetdb;bdertl;vcldbx;webdsnap;websnap;vclactnband;vclshlctrls;dsnapcon;teeui;teedb;tee;Rave60VCL;BaseBBoxD9;MIMEBBoxD9;PGPBBoxD9;PKIBBoxD9;PGPMIMEBBoxD9;SFTPBBoxD9;SSHBBoxCliD9;SMIMEBBoxD9;SSHBBoxSrvD9;SSLBBoxSrvD9;elpackD9;PMemo6Pack9;PMemoU6Pack9;MiscUnits90;ImageTypes90;LowLevel90;IndySystem90;IndyProtocols90;tb2k_d9;vclSvComV6D9;DJcl;JvXPCtrlsD9R;JvStdCtrlsD9R;JvAppFrmD9R;JvCoreD9R;JvBandsD9R;JvCryptD9R;JvCtrlsD9R;JvCustomD9R;JvDBD9R;JvDlgsD9R;JvEDID9R;JvGlobusD9R;JvHMID9R;JvInspectorD9R;JvJansD9R;JvManagedThreadsD9R;JvCmpD9R;JvMMD9R;JvNetD9R;JvPageCompsD9R;JvPluginD9R;JvPrintPreviewD9R;JvSystemD9R;JvTimeFrameworkD9R;JvUIBD9R;JvValidatorsD9R;JvWizardD9R</Directories>
  128. <Directories Name="Conditionals">EUREKALOG;EUREKALOG_VER5</Directories>
  129. <Directories Name="DebugSourceDirs"></Directories>
  130. <Directories Name="UsePackages">False</Directories>
  131. </Directories>
  132. <Parameters>
  133. <Parameters Name="RunParams">"E:\source\Indy10\branches\Tiburon"</Parameters>
  134. <Parameters Name="HostApplication"></Parameters>
  135. <Parameters Name="Launcher"></Parameters>
  136. <Parameters Name="UseLauncher">False</Parameters>
  137. <Parameters Name="DebugCWD"></Parameters>
  138. <Parameters Name="RemoteHost"></Parameters>
  139. <Parameters Name="RemotePath"></Parameters>
  140. <Parameters Name="RemoteLauncher"></Parameters>
  141. <Parameters Name="RemoteCWD"></Parameters>
  142. <Parameters Name="RemoteDebug">False</Parameters>
  143. <Parameters Name="Debug Symbols Search Path"></Parameters>
  144. <Parameters Name="LoadAllSymbols">True</Parameters>
  145. <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
  146. </Parameters>
  147. <Language>
  148. <Language Name="ActiveLang"></Language>
  149. <Language Name="ProjectLang">$00000000</Language>
  150. <Language Name="RootDir"></Language>
  151. </Language>
  152. <VersionInfo>
  153. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  154. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  155. <VersionInfo Name="MajorVer">1</VersionInfo>
  156. <VersionInfo Name="MinorVer">0</VersionInfo>
  157. <VersionInfo Name="Release">0</VersionInfo>
  158. <VersionInfo Name="Build">0</VersionInfo>
  159. <VersionInfo Name="Debug">False</VersionInfo>
  160. <VersionInfo Name="PreRelease">False</VersionInfo>
  161. <VersionInfo Name="Special">False</VersionInfo>
  162. <VersionInfo Name="Private">False</VersionInfo>
  163. <VersionInfo Name="DLL">False</VersionInfo>
  164. <VersionInfo Name="Locale">1033</VersionInfo>
  165. <VersionInfo Name="CodePage">1252</VersionInfo>
  166. </VersionInfo>
  167. <VersionInfoKeys>
  168. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  169. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  170. </VersionInfoKeys> <Excluded_Packages>
  171. <Excluded_Packages Name="C:\WINDOWS\system32\JvCustomD9R.bpl">JVCL Custom Controls Runtime Package</Excluded_Packages>
  172. <Excluded_Packages Name="C:\jvcl\packages\d9\JvDBD9D.bpl">JVCL Database Components</Excluded_Packages>
  173. <Excluded_Packages Name="C:\Program Files\EldoS\SecureBlackbox\Packages\SMIMEBBoxD9.bpl">EldoS SMIMEBlackbox</Excluded_Packages>
  174. <Excluded_Packages Name="C:\jvcl\packages\d9\JvMMD9D.bpl">JVCL Multimedia and Image Components</Excluded_Packages>
  175. </Excluded_Packages>
  176. </Delphi.Personality>
  177. <!-- EurekaLog First Line
  178. [Exception Log]
  179. EurekaLog Version=512
  180. Activate=1
  181. Activate Handle=1
  182. Save Log File=1
  183. Foreground Tab=0
  184. EurekaLogLook=1
  185. Freeze Activate=0
  186. Freeze Timeout=60
  187. Freeze Message=The application seems to be frozen.
  188. SMTP [email protected]
  189. SMTP Host=
  190. SMTP Port=25
  191. SMTP UserID=
  192. SMTP Password=
  193. SMTP ShowDialog=1
  194. ShowExceptionDialog=1
  195. Append to Log=0
  196. Send Entire Log=0
  197. Attach Screenshot=0
  198. Show TerminateBtn=1
  199. TerminateBtn Operation=1
  200. Errors Number=32
  201. Errors Terminate=3
  202. Email Address=
  203. Email Object=
  204. Email Send Options=0
  205. Output Path=
  206. Count=0
  207. EMail Message Line Count=0
  208. loNoDuplicateErrors=0
  209. loAppendReproduceText=0
  210. AppStartDate=1
  211. AppName=1
  212. AppVersionNumber=1
  213. AppParameters=1
  214. ExcDate=1
  215. ExcAddress=1
  216. ExcModule=1
  217. ExcType=1
  218. ExcMessage=1
  219. ActCtlsFormClass=1
  220. ActCtlsFormText=1
  221. ActCtlsControlClass=1
  222. ActCtlsControlText=1
  223. CmpName=1
  224. CmpUser=1
  225. CmpTotalMemory=1
  226. CmpFreeMemory=1
  227. CmpTotalDisk=1
  228. CmpFreeDisk=1
  229. OSType=1
  230. OSBuildN=1
  231. OSUpdate=1
  232. OSLanguage=1
  233. Count mtInformationMsgCaption=1
  234. mtInformationMsgCaption0="Information."
  235. Count mtQuestionMsgCaption=1
  236. mtQuestionMsgCaption0="Question."
  237. Count mtDialog_Caption=1
  238. mtDialog_Caption0="Error."
  239. Count mtDialog_ErrorMsgCaption=2
  240. mtDialog_ErrorMsgCaption0="An error has occurred during program execution."
  241. mtDialog_ErrorMsgCaption1="Please read the following information for further details."
  242. Count mtDialog_GeneralCaption=1
  243. mtDialog_GeneralCaption0="General"
  244. Count mtDialog_GeneralHeader=1
  245. mtDialog_GeneralHeader0="General Information"
  246. Count mtDialog_CallStackCaption=1
  247. mtDialog_CallStackCaption0="Call Stack"
  248. Count mtDialog_CallStackHeader=1
  249. mtDialog_CallStackHeader0="Call Stack Information"
  250. Count mtDialog_ModulesCaption=1
  251. mtDialog_ModulesCaption0="Modules"
  252. Count mtDialog_ModulesHeader=1
  253. mtDialog_ModulesHeader0="Modules Information"
  254. Count mtDialog_CPUCaption=1
  255. mtDialog_CPUCaption0="CPU"
  256. Count mtDialog_CPUHeader=1
  257. mtDialog_CPUHeader0="CPU Information"
  258. Count mtDialog_OKButtonCaption=1
  259. mtDialog_OKButtonCaption0="%26OK"
  260. Count mtDialog_TerminateButtonCaption=1
  261. mtDialog_TerminateButtonCaption0="%26Terminate"
  262. Count mtDialog_RestartButtonCaption=1
  263. mtDialog_RestartButtonCaption0="%26Restart"
  264. Count mtDialog_DetailsButtonCaption=1
  265. mtDialog_DetailsButtonCaption0="%26Details"
  266. Count mtDialog_EmailMessage=1
  267. mtDialog_EmailMessage0=%26Send this error via Email
  268. Count mtDialog_ScreenshotMessage=1
  269. mtDialog_ScreenshotMessage0="%26Attach a Screenshot image"
  270. Count mtDialog_CopyMessage=1
  271. mtDialog_CopyMessage0="%26Copy to Clipboard"
  272. Count mtLog_AppHeader=1
  273. mtLog_AppHeader0="Application"
  274. Count mtLog_AppStartDate=1
  275. mtLog_AppStartDate0="Start Date"
  276. Count mtLog_AppName=1
  277. mtLog_AppName0="Name/Description"
  278. Count mtLog_AppVersionNumber=1
  279. mtLog_AppVersionNumber0="Version Number"
  280. Count mtLog_AppParameters=1
  281. mtLog_AppParameters0="Parameters"
  282. Count mtLog_ExcHeader=1
  283. mtLog_ExcHeader0="Exception"
  284. Count mtLog_ExcDate=1
  285. mtLog_ExcDate0="Date"
  286. Count mtLog_ExcAddress=1
  287. mtLog_ExcAddress0="Address"
  288. Count mtLog_ExcModule=1
  289. mtLog_ExcModule0="Module"
  290. Count mtLog_ExcType=1
  291. mtLog_ExcType0="Type"
  292. Count mtLog_ExcMessage=1
  293. mtLog_ExcMessage0="Message"
  294. Count mtLog_ActCtrlsHeader=1
  295. mtLog_ActCtrlsHeader0="Active Controls"
  296. Count mtLog_ActCtrlsFormClass=1
  297. mtLog_ActCtrlsFormClass0="Form Class"
  298. Count mtLog_ActCtrlsFormText=1
  299. mtLog_ActCtrlsFormText0="Form Text"
  300. Count mtLog_ActCtrlsControlClass=1
  301. mtLog_ActCtrlsControlClass0="Control Class"
  302. Count mtLog_ActCtrlsControlText=1
  303. mtLog_ActCtrlsControlText0="Control Text"
  304. Count mtLog_CmpHeader=1
  305. mtLog_CmpHeader0="Computer"
  306. Count mtLog_CmpName=1
  307. mtLog_CmpName0="Name"
  308. Count mtLog_CmpUser=1
  309. mtLog_CmpUser0="User"
  310. Count mtLog_CmpTotalMemory=1
  311. mtLog_CmpTotalMemory0="Total Memory"
  312. Count mtLog_CmpFreeMemory=1
  313. mtLog_CmpFreeMemory0="Free Memory"
  314. Count mtLog_CmpTotalDisk=1
  315. mtLog_CmpTotalDisk0="Total Disk"
  316. Count mtLog_CmpFreeDisk=1
  317. mtLog_CmpFreeDisk0="Free Disk"
  318. Count mtLog_OSHeader=1
  319. mtLog_OSHeader0="Operating System"
  320. Count mtLog_OSType=1
  321. mtLog_OSType0="Type"
  322. Count mtLog_OSBuildN=1
  323. mtLog_OSBuildN0="Build #"
  324. Count mtLog_OSUpdate=1
  325. mtLog_OSUpdate0="Update"
  326. Count mtLog_OSLanguage=1
  327. mtLog_OSLanguage0="Language"
  328. Count mtCallStack_Address=1
  329. mtCallStack_Address0="Address"
  330. Count mtCallStack_Name=1
  331. mtCallStack_Name0="Module"
  332. Count mtCallStack_Unit=1
  333. mtCallStack_Unit0="Unit"
  334. Count mtCallStack_Class=1
  335. mtCallStack_Class0="Class"
  336. Count mtCallStack_Procedure=1
  337. mtCallStack_Procedure0="Procedure/Method"
  338. Count mtCallStack_Line=1
  339. mtCallStack_Line0="Line"
  340. Count mtSMTPDialog_Caption=1
  341. mtSMTPDialog_Caption0=SMTP.
  342. Count mtSMTPDialog_Message=1
  343. mtSMTPDialog_Message0=Message
  344. Count mtSMTPDialog_Resolving=1
  345. mtSMTPDialog_Resolving0=Resolving MX record...
  346. Count mtSMTPDialog_Connecting=1
  347. mtSMTPDialog_Connecting0=Connecting with SMTP server...
  348. Count mtSMTPDialog_Connected=1
  349. mtSMTPDialog_Connected0=Connected with SMTP server.
  350. Count mtSMTPDialog_Sending=1
  351. mtSMTPDialog_Sending0=Sending message...
  352. Count mtReproduceDialog_Caption=1
  353. mtReproduceDialog_Caption0="Request"
  354. Count mtReproduceDialog_Request=1
  355. mtReproduceDialog_Request0="Please describe the steps to reproduce the error:"
  356. Count mtReproduceDialog_OKButtonCaption=1
  357. mtReproduceDialog_OKButtonCaption0="%26OK"
  358. Count mtModules_Handle=1
  359. mtModules_Handle0="Handle"
  360. Count mtModules_Name=1
  361. mtModules_Name0="Name"
  362. Count mtModules_Description=1
  363. mtModules_Description0="Description"
  364. Count mtModules_Version=1
  365. mtModules_Version0="Version"
  366. Count mtModules_Size=1
  367. mtModules_Size0="Size"
  368. Count mtModules_Path=1
  369. mtModules_Path0="Path"
  370. Count mtCPU_Registers=1
  371. mtCPU_Registers0="Registers"
  372. Count mtCPU_Stack=1
  373. mtCPU_Stack0="Stack"
  374. Count mtCPU_MemoryDump=1
  375. mtCPU_MemoryDump0="Memory Dump"
  376. Encrypt Password=
  377. AutoCloseDialogSecs=0
  378. WebSendMode=0
  379. SupportULR=
  380. HTMLLayout Count=15
  381. HTMLLine0="%3Chtml%3E"
  382. HTMLLine1=" %3Chead%3E"
  383. HTMLLine2=" %3C/head%3E"
  384. HTMLLine3=" %3Cbody TopMargin=10 LeftMargin=10%3E"
  385. HTMLLine4=" %3Ctable width="100%%" border="0"%3E"
  386. HTMLLine5=" %3Ctr%3E"
  387. HTMLLine6=" %3Ctd nowrap%3E"
  388. HTMLLine7=" %3Cfont face="Lucida Console, Courier" size="2"%3E"
  389. HTMLLine8=" %3C%%HTML_TAG%%%3E"
  390. HTMLLine9=" %3C/font%3E"
  391. HTMLLine10=" %3C/td%3E"
  392. HTMLLine11=" %3C/tr%3E"
  393. HTMLLine12=" %3C/table%3E"
  394. HTMLLine13=" %3C/body%3E"
  395. HTMLLine14="%3C/html%3E"
  396. AutoCrashOperation=1
  397. AutoCrashNumber=10
  398. AutoCrashMinutes=1
  399. WebURL=
  400. WebUserID=
  401. WebPassword=
  402. WebPort=0
  403. AttachedFiles=
  404. loDeleteLogAtVersionChange=0
  405. loAddComputerNameInLogFileName=0
  406. loSaveModulesSection=1
  407. loSaveCPUSection=1
  408. soAppStartDate=1
  409. soAppName=1
  410. soAppVersionNumber=1
  411. soAppParameters=1
  412. soAppCompilationDate=1
  413. soExcDate=1
  414. soExcAddress=1
  415. soExcModule=1
  416. soExcType=1
  417. soExcMessage=1
  418. soActCtlsFormClass=1
  419. soActCtlsFormText=1
  420. soActCtlsControlClass=1
  421. soActCtlsControlText=1
  422. soCmpName=1
  423. soCmpUser=1
  424. soCmpTotalMemory=1
  425. soCmpFreeMemory=1
  426. soCmpTotalDisk=1
  427. soCmpFreeDisk=1
  428. soCmpSysUpTime=1
  429. soCmpProcessor=1
  430. soCmpDisplayMode=1
  431. soOSType=1
  432. soOSBuildN=1
  433. soOSUpdate=1
  434. soOSLanguage=1
  435. soNetIP=1
  436. soNetSubmask=1
  437. soNetGateway=1
  438. soNetDNS1=1
  439. soNetDNS2=1
  440. soNetDHCP=1
  441. sndShowSendDialog=1
  442. sndShowSuccessFailureMsg=0
  443. sndSendEntireLog=0
  444. sndSendXMLLogCopy=0
  445. sndSendScreenshot=0
  446. sndUseOnlyActiveWindow=0
  447. sndSendLastHTMLPage=1
  448. sndSendInSeparatedThread=0
  449. sndAddDateInFileName=0
  450. sndCompressAllFiles=0
  451. edoShowExceptionDialog=1
  452. edoSendEmailChecked=1
  453. edoAttachScreenshotChecked=1
  454. edoShowCopyToClipOption=1
  455. edoShowDetailsButton=1
  456. edoShowInDetailedMode=0
  457. edoShowInTopMostMode=0
  458. edoUseEurekaLogLookAndFeel=1
  459. csoShowDLLs=1
  460. csoShowBPLs=1
  461. csoShowBorlandThreads=1
  462. csoShowWindowsThreads=1
  463. csoShowProcedureOffset=0
  464. boActivateCrashDetection=0
  465. boPauseBorlandThreads=0
  466. boDoNotPauseMainThread=0
  467. boPauseWindowsThreads=0
  468. boUseMainModuleOptions=1
  469. boCopyLogInCaseOfError=1
  470. boSaveCompressedCopyInCaseOfError=0
  471. Count mtDialog_CustomDataCaption=1
  472. mtDialog_CustomDataCaption0="Other"
  473. Count mtDialog_CustomDataHeader=1
  474. mtDialog_CustomDataHeader0="Other Information"
  475. Count mtDialog_SendMessage=1
  476. mtDialog_SendMessage0="%26Send this error via Internet"
  477. Count mtDialog_SupportMessage=1
  478. mtDialog_SupportMessage0="Go to the Support Page"
  479. Count mtLog_AppCompilationDate=1
  480. mtLog_AppCompilationDate0="Compilation Date"
  481. Count mtLog_CmpSystemUpTime=1
  482. mtLog_CmpSystemUpTime0="System Up Time"
  483. Count mtLog_CmpProcessor=1
  484. mtLog_CmpProcessor0="Processor"
  485. Count mtLog_CmpDisplayMode=1
  486. mtLog_CmpDisplayMode0="Display Mode"
  487. Count mtLog_NetHeader=1
  488. mtLog_NetHeader0="Network"
  489. Count mtLog_NetIP=1
  490. mtLog_NetIP0="IP Address"
  491. Count mtLog_NetSubmask=1
  492. mtLog_NetSubmask0="Submask"
  493. Count mtLog_NetGateway=1
  494. mtLog_NetGateway0="Gateway"
  495. Count mtLog_NetDNS1=1
  496. mtLog_NetDNS10="DNS 1"
  497. Count mtLog_NetDNS2=1
  498. mtLog_NetDNS20="DNS 2"
  499. Count mtLog_NetDHCP=1
  500. mtLog_NetDHCP0="DHCP"
  501. Count mtLog_CustInfoHeader=1
  502. mtLog_CustInfoHeader0="Custom Information"
  503. Count mtCallStack_MainThread=1
  504. mtCallStack_MainThread0="Main"
  505. Count mtCallStack_ExceptionThread=1
  506. mtCallStack_ExceptionThread0="Exception Thread"
  507. Count mtCallStack_RunningThread=1
  508. mtCallStack_RunningThread0="Running Thread"
  509. Count mtCallStack_CallingThread=1
  510. mtCallStack_CallingThread0="Calling Thread"
  511. Count mtCallStack_ThreadID=1
  512. mtCallStack_ThreadID0="ID"
  513. Count mtCallStack_ThreadPriority=1
  514. mtCallStack_ThreadPriority0="Priority"
  515. Count mtCallStack_ThreadClass=1
  516. mtCallStack_ThreadClass0="Class"
  517. Count mtSendDialog_Caption=1
  518. mtSendDialog_Caption0="SMTP."
  519. Count mtSendDialog_Message=1
  520. mtSendDialog_Message0="Message"
  521. Count mtSendDialog_Resolving=1
  522. mtSendDialog_Resolving0="Resolving MX record..."
  523. Count mtSendDialog_Connecting=1
  524. mtSendDialog_Connecting0="Connecting with SMTP server..."
  525. Count mtSendDialog_Connected=1
  526. mtSendDialog_Connected0="Connected with SMTP server."
  527. Count mtSendDialog_Sending=1
  528. mtSendDialog_Sending0="Sending message..."
  529. Count mtModules_LastModified=1
  530. mtModules_LastModified0="Modified"
  531. Count mtSend_SuccessMsg=1
  532. mtSend_SuccessMsg0="The message was sent successfully."
  533. Count mtSend_FailureMsg=1
  534. mtSend_FailureMsg0="Sorry, sending the message didn't work."
  535. EurekaLog Last Line -->
  536. </BorlandProject>