LazPkgGen.bdsproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  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">{7835CE61-803C-4A78-BAAC-AC4D2FD2B535}</Option>
  9. </Option>
  10. </PersonalityInfo>
  11. <Delphi.Personality>
  12. <Source>
  13. <Source Name="MainSource">LazPkgGen.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;IndyCore90;SFTPBBoxSrvD9;SFTPBBoxCliD9;STCore90;STAsn190;STEncrypt90;STHash90;STFileEncryption90;STPKC90;STSSH90;STSeProCal90;STShortElGamal90;STSimplePKC90;STMidasSSH90;STIndy10SSH90</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"></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>
  171. <Excluded_Packages>
  172. <Excluded_Packages Name="C:\Wilson\MiscUnits90.bpl">Colin Wilson - Miscellaneous Components</Excluded_Packages>
  173. <Excluded_Packages Name="c:\program files\borland\bds\3.0\Bin\dbwebxprt.bpl">Borland Web Wizard Package</Excluded_Packages>
  174. <Excluded_Packages Name="C:\WINDOWS\system32\dclSvComV6D9.bpl">SvCom Components v6.6</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. Freeze Activate=1
  185. Freeze Timeout=60
  186. Freeze Message=The application seems to be frozen.
  187. SMTP [email protected]
  188. SMTP Host=
  189. SMTP Port=25
  190. SMTP UserID=
  191. SMTP Password=
  192. Append to Log=0
  193. Show TerminateBtn=1
  194. TerminateBtn Operation=1
  195. Errors Number=40
  196. Errors Terminate=3
  197. Email Address=
  198. Email Object=
  199. Email Send Options=0
  200. Output Path=
  201. Encrypt Password=
  202. AutoCloseDialogSecs=0
  203. WebSendMode=0
  204. SupportULR=
  205. HTMLLayout Count=15
  206. HTMLLine0="%3Chtml%3E"
  207. HTMLLine1=" %3Chead%3E"
  208. HTMLLine2=" %3C/head%3E"
  209. HTMLLine3=" %3Cbody TopMargin=10 LeftMargin=10%3E"
  210. HTMLLine4=" %3Ctable width="100%%" border="0"%3E"
  211. HTMLLine5=" %3Ctr%3E"
  212. HTMLLine6=" %3Ctd nowrap%3E"
  213. HTMLLine7=" %3Cfont face="Lucida Console, Courier" size="2"%3E"
  214. HTMLLine8=" %3C%%HTML_TAG%%%3E"
  215. HTMLLine9=" %3C/font%3E"
  216. HTMLLine10=" %3C/td%3E"
  217. HTMLLine11=" %3C/tr%3E"
  218. HTMLLine12=" %3C/table%3E"
  219. HTMLLine13=" %3C/body%3E"
  220. HTMLLine14="%3C/html%3E"
  221. AutoCrashOperation=1
  222. AutoCrashNumber=10
  223. AutoCrashMinutes=1
  224. WebURL=
  225. WebUserID=
  226. WebPassword=
  227. WebPort=21
  228. AttachedFiles=
  229. Count=0
  230. EMail Message Line Count=0
  231. loNoDuplicateErrors=1
  232. loAppendReproduceText=1
  233. loDeleteLogAtVersionChange=1
  234. loAddComputerNameInLogFileName=1
  235. loSaveModulesSection=1
  236. loSaveCPUSection=1
  237. soAppStartDate=1
  238. soAppName=1
  239. soAppVersionNumber=1
  240. soAppParameters=1
  241. soAppCompilationDate=1
  242. soExcDate=1
  243. soExcAddress=1
  244. soExcModule=1
  245. soExcType=1
  246. soExcMessage=1
  247. soActCtlsFormClass=1
  248. soActCtlsFormText=1
  249. soActCtlsControlClass=1
  250. soActCtlsControlText=1
  251. soCmpName=1
  252. soCmpUser=1
  253. soCmpTotalMemory=1
  254. soCmpFreeMemory=1
  255. soCmpTotalDisk=1
  256. soCmpFreeDisk=1
  257. soCmpSysUpTime=1
  258. soCmpProcessor=1
  259. soCmpDisplayMode=1
  260. soOSType=1
  261. soOSBuildN=1
  262. soOSUpdate=1
  263. soOSLanguage=1
  264. soNetIP=1
  265. soNetSubmask=1
  266. soNetGateway=1
  267. soNetDNS1=1
  268. soNetDNS2=1
  269. soNetDHCP=1
  270. sndShowSendDialog=1
  271. sndShowSuccessFailureMsg=0
  272. sndSendEntireLog=0
  273. sndSendXMLLogCopy=0
  274. sndSendScreenshot=0
  275. sndUseOnlyActiveWindow=0
  276. sndSendLastHTMLPage=1
  277. sndSendInSeparatedThread=0
  278. sndAddDateInFileName=0
  279. sndCompressAllFiles=0
  280. edoShowExceptionDialog=1
  281. edoSendEmailChecked=1
  282. edoAttachScreenshotChecked=1
  283. edoShowCopyToClipOption=1
  284. edoShowDetailsButton=1
  285. edoShowInDetailedMode=1
  286. edoShowInTopMostMode=0
  287. edoUseEurekaLogLookAndFeel=1
  288. csoShowDLLs=1
  289. csoShowBPLs=1
  290. csoShowBorlandThreads=1
  291. csoShowWindowsThreads=1
  292. csoShowProcedureOffset=1
  293. boActivateCrashDetection=1
  294. boPauseBorlandThreads=0
  295. boDoNotPauseMainThread=0
  296. boPauseWindowsThreads=0
  297. boUseMainModuleOptions=1
  298. boCopyLogInCaseOfError=1
  299. boSaveCompressedCopyInCaseOfError=0
  300. Count mtInformationMsgCaption=1
  301. mtInformationMsgCaption0="Information."
  302. Count mtQuestionMsgCaption=1
  303. mtQuestionMsgCaption0="Question."
  304. Count mtDialog_Caption=1
  305. mtDialog_Caption0="Error."
  306. Count mtDialog_ErrorMsgCaption=2
  307. mtDialog_ErrorMsgCaption0="An error has occurred during program execution."
  308. mtDialog_ErrorMsgCaption1="Please read the following information for further details."
  309. Count mtDialog_GeneralCaption=1
  310. mtDialog_GeneralCaption0="General"
  311. Count mtDialog_GeneralHeader=1
  312. mtDialog_GeneralHeader0="General Information"
  313. Count mtDialog_CallStackCaption=1
  314. mtDialog_CallStackCaption0="Call Stack"
  315. Count mtDialog_CallStackHeader=1
  316. mtDialog_CallStackHeader0="Call Stack Information"
  317. Count mtDialog_ModulesCaption=1
  318. mtDialog_ModulesCaption0="Modules"
  319. Count mtDialog_ModulesHeader=1
  320. mtDialog_ModulesHeader0="Modules Information"
  321. Count mtDialog_CPUCaption=1
  322. mtDialog_CPUCaption0="CPU"
  323. Count mtDialog_CPUHeader=1
  324. mtDialog_CPUHeader0="CPU Information"
  325. Count mtDialog_CustomDataCaption=1
  326. mtDialog_CustomDataCaption0="Other"
  327. Count mtDialog_CustomDataHeader=1
  328. mtDialog_CustomDataHeader0="Other Information"
  329. Count mtDialog_OKButtonCaption=1
  330. mtDialog_OKButtonCaption0="%26OK"
  331. Count mtDialog_TerminateButtonCaption=1
  332. mtDialog_TerminateButtonCaption0="%26Terminate"
  333. Count mtDialog_RestartButtonCaption=1
  334. mtDialog_RestartButtonCaption0="%26Restart"
  335. Count mtDialog_DetailsButtonCaption=1
  336. mtDialog_DetailsButtonCaption0="%26Details"
  337. Count mtDialog_SendMessage=1
  338. mtDialog_SendMessage0="%26Send this error via Internet"
  339. Count mtDialog_ScreenshotMessage=1
  340. mtDialog_ScreenshotMessage0="%26Attach a Screenshot image"
  341. Count mtDialog_CopyMessage=1
  342. mtDialog_CopyMessage0="%26Copy to Clipboard"
  343. Count mtDialog_SupportMessage=1
  344. mtDialog_SupportMessage0="Go to the Support Page"
  345. Count mtLog_AppHeader=1
  346. mtLog_AppHeader0="Application"
  347. Count mtLog_AppStartDate=1
  348. mtLog_AppStartDate0="Start Date"
  349. Count mtLog_AppName=1
  350. mtLog_AppName0="Name/Description"
  351. Count mtLog_AppVersionNumber=1
  352. mtLog_AppVersionNumber0="Version Number"
  353. Count mtLog_AppParameters=1
  354. mtLog_AppParameters0="Parameters"
  355. Count mtLog_AppCompilationDate=1
  356. mtLog_AppCompilationDate0="Compilation Date"
  357. Count mtLog_ExcHeader=1
  358. mtLog_ExcHeader0="Exception"
  359. Count mtLog_ExcDate=1
  360. mtLog_ExcDate0="Date"
  361. Count mtLog_ExcAddress=1
  362. mtLog_ExcAddress0="Address"
  363. Count mtLog_ExcModule=1
  364. mtLog_ExcModule0="Module"
  365. Count mtLog_ExcType=1
  366. mtLog_ExcType0="Type"
  367. Count mtLog_ExcMessage=1
  368. mtLog_ExcMessage0="Message"
  369. Count mtLog_ActCtrlsHeader=1
  370. mtLog_ActCtrlsHeader0="Active Controls"
  371. Count mtLog_ActCtrlsFormClass=1
  372. mtLog_ActCtrlsFormClass0="Form Class"
  373. Count mtLog_ActCtrlsFormText=1
  374. mtLog_ActCtrlsFormText0="Form Text"
  375. Count mtLog_ActCtrlsControlClass=1
  376. mtLog_ActCtrlsControlClass0="Control Class"
  377. Count mtLog_ActCtrlsControlText=1
  378. mtLog_ActCtrlsControlText0="Control Text"
  379. Count mtLog_CmpHeader=1
  380. mtLog_CmpHeader0="Computer"
  381. Count mtLog_CmpName=1
  382. mtLog_CmpName0="Name"
  383. Count mtLog_CmpUser=1
  384. mtLog_CmpUser0="User"
  385. Count mtLog_CmpTotalMemory=1
  386. mtLog_CmpTotalMemory0="Total Memory"
  387. Count mtLog_CmpFreeMemory=1
  388. mtLog_CmpFreeMemory0="Free Memory"
  389. Count mtLog_CmpTotalDisk=1
  390. mtLog_CmpTotalDisk0="Total Disk"
  391. Count mtLog_CmpFreeDisk=1
  392. mtLog_CmpFreeDisk0="Free Disk"
  393. Count mtLog_CmpSystemUpTime=1
  394. mtLog_CmpSystemUpTime0="System Up Time"
  395. Count mtLog_CmpProcessor=1
  396. mtLog_CmpProcessor0="Processor"
  397. Count mtLog_CmpDisplayMode=1
  398. mtLog_CmpDisplayMode0="Display Mode"
  399. Count mtLog_OSHeader=1
  400. mtLog_OSHeader0="Operating System"
  401. Count mtLog_OSType=1
  402. mtLog_OSType0="Type"
  403. Count mtLog_OSBuildN=1
  404. mtLog_OSBuildN0="Build #"
  405. Count mtLog_OSUpdate=1
  406. mtLog_OSUpdate0="Update"
  407. Count mtLog_OSLanguage=1
  408. mtLog_OSLanguage0="Language"
  409. Count mtLog_NetHeader=1
  410. mtLog_NetHeader0="Network"
  411. Count mtLog_NetIP=1
  412. mtLog_NetIP0="IP Address"
  413. Count mtLog_NetSubmask=1
  414. mtLog_NetSubmask0="Submask"
  415. Count mtLog_NetGateway=1
  416. mtLog_NetGateway0="Gateway"
  417. Count mtLog_NetDNS1=1
  418. mtLog_NetDNS10="DNS 1"
  419. Count mtLog_NetDNS2=1
  420. mtLog_NetDNS20="DNS 2"
  421. Count mtLog_NetDHCP=1
  422. mtLog_NetDHCP0="DHCP"
  423. Count mtLog_CustInfoHeader=1
  424. mtLog_CustInfoHeader0="Custom Information"
  425. Count mtCallStack_Address=1
  426. mtCallStack_Address0="Address"
  427. Count mtCallStack_Name=1
  428. mtCallStack_Name0="Module"
  429. Count mtCallStack_Unit=1
  430. mtCallStack_Unit0="Unit"
  431. Count mtCallStack_Class=1
  432. mtCallStack_Class0="Class"
  433. Count mtCallStack_Procedure=1
  434. mtCallStack_Procedure0="Procedure/Method"
  435. Count mtCallStack_Line=1
  436. mtCallStack_Line0="Line"
  437. Count mtCallStack_MainThread=1
  438. mtCallStack_MainThread0="Main"
  439. Count mtCallStack_ExceptionThread=1
  440. mtCallStack_ExceptionThread0="Exception Thread"
  441. Count mtCallStack_RunningThread=1
  442. mtCallStack_RunningThread0="Running Thread"
  443. Count mtCallStack_CallingThread=1
  444. mtCallStack_CallingThread0="Calling Thread"
  445. Count mtCallStack_ThreadID=1
  446. mtCallStack_ThreadID0="ID"
  447. Count mtCallStack_ThreadPriority=1
  448. mtCallStack_ThreadPriority0="Priority"
  449. Count mtCallStack_ThreadClass=1
  450. mtCallStack_ThreadClass0="Class"
  451. Count mtSendDialog_Caption=1
  452. mtSendDialog_Caption0="SMTP."
  453. Count mtSendDialog_Message=1
  454. mtSendDialog_Message0="Message"
  455. Count mtSendDialog_Resolving=1
  456. mtSendDialog_Resolving0="Resolving MX record..."
  457. Count mtSendDialog_Connecting=1
  458. mtSendDialog_Connecting0="Connecting with SMTP server..."
  459. Count mtSendDialog_Connected=1
  460. mtSendDialog_Connected0="Connected with SMTP server."
  461. Count mtSendDialog_Sending=1
  462. mtSendDialog_Sending0="Sending message..."
  463. Count mtReproduceDialog_Caption=1
  464. mtReproduceDialog_Caption0="Request"
  465. Count mtReproduceDialog_Request=1
  466. mtReproduceDialog_Request0="Please describe the steps to reproduce the error:"
  467. Count mtReproduceDialog_OKButtonCaption=1
  468. mtReproduceDialog_OKButtonCaption0="%26OK"
  469. Count mtModules_Handle=1
  470. mtModules_Handle0="Handle"
  471. Count mtModules_Name=1
  472. mtModules_Name0="Name"
  473. Count mtModules_Description=1
  474. mtModules_Description0="Description"
  475. Count mtModules_Version=1
  476. mtModules_Version0="Version"
  477. Count mtModules_Size=1
  478. mtModules_Size0="Size"
  479. Count mtModules_LastModified=1
  480. mtModules_LastModified0="Modified"
  481. Count mtModules_Path=1
  482. mtModules_Path0="Path"
  483. Count mtCPU_Registers=1
  484. mtCPU_Registers0="Registers"
  485. Count mtCPU_Stack=1
  486. mtCPU_Stack0="Stack"
  487. Count mtCPU_MemoryDump=1
  488. mtCPU_MemoryDump0="Memory Dump"
  489. Count mtSend_SuccessMsg=1
  490. mtSend_SuccessMsg0="The message was sent successfully."
  491. Count mtSend_FailureMsg=1
  492. mtSend_FailureMsg0="Sorry, sending the message didn't work."
  493. EurekaLog Last Line -->
  494. </BorlandProject>