DCPdelphi2007.dproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{ae9b70a6-b2c2-45a0-ba7b-2448a376d73f}</ProjectGuid>
  5. <MainSource>DCPdelphi2007.dpk</MainSource>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
  9. <DCC_DependencyCheckOutputName>C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\DCPdelphi2007.bpl</DCC_DependencyCheckOutputName>
  10. </PropertyGroup>
  11. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  12. <Version>7.0</Version>
  13. <DCC_DebugInformation>False</DCC_DebugInformation>
  14. <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
  15. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  16. <DCC_Define>RELEASE</DCC_Define>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <Version>7.0</Version>
  20. </PropertyGroup>
  21. <ProjectExtensions>
  22. <Borland.Personality>Delphi.Personality</Borland.Personality>
  23. <Borland.ProjectType>Package</Borland.ProjectType>
  24. <BorlandProject>
  25. <BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="PackageDescription">DCPcrypt cryptographic component library v2 BETA 3</Package_Options><Package_Options Name="ImplicitBuild">True</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">1036</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">DCPdelphi2007.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
  26. </ProjectExtensions>
  27. <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
  28. <ItemGroup>
  29. <DelphiCompile Include="DCPdelphi2007.dpk">
  30. <MainSource>MainSource</MainSource>
  31. </DelphiCompile>
  32. <DCCReference Include="Ciphers\DCPblowfish.pas" />
  33. <DCCReference Include="Ciphers\DCPcast128.pas" />
  34. <DCCReference Include="Ciphers\DCPcast256.pas" />
  35. <DCCReference Include="Ciphers\DCPdes.pas" />
  36. <DCCReference Include="Ciphers\DCPgost.pas" />
  37. <DCCReference Include="Ciphers\DCPice.pas" />
  38. <DCCReference Include="Ciphers\DCPidea.pas" />
  39. <DCCReference Include="Ciphers\DCPmars.pas" />
  40. <DCCReference Include="Ciphers\DCPmisty1.pas" />
  41. <DCCReference Include="Ciphers\DCPrc2.pas" />
  42. <DCCReference Include="Ciphers\DCPrc4.pas" />
  43. <DCCReference Include="Ciphers\DCPrc5.pas" />
  44. <DCCReference Include="Ciphers\DCPrc6.pas" />
  45. <DCCReference Include="Ciphers\DCPrijndael.pas" />
  46. <DCCReference Include="Ciphers\DCPserpent.pas" />
  47. <DCCReference Include="Ciphers\DCPtea.pas" />
  48. <DCCReference Include="Ciphers\DCPtwofish.pas" />
  49. <DCCReference Include="DCPbase64.pas" />
  50. <DCCReference Include="DCPblockciphers.pas" />
  51. <DCCReference Include="DCPconst.pas" />
  52. <DCCReference Include="DCPcrypt2.pas" />
  53. <DCCReference Include="DCPreg.pas" />
  54. <DCCReference Include="Hashes\DCPhaval.pas" />
  55. <DCCReference Include="Hashes\DCPmd4.pas" />
  56. <DCCReference Include="Hashes\DCPmd5.pas" />
  57. <DCCReference Include="Hashes\DCPripemd128.pas" />
  58. <DCCReference Include="Hashes\DCPripemd160.pas" />
  59. <DCCReference Include="Hashes\DCPsha1.pas" />
  60. <DCCReference Include="Hashes\DCPsha256.pas" />
  61. <DCCReference Include="Hashes\DCPsha512.pas" />
  62. <DCCReference Include="Hashes\DCPtiger.pas" />
  63. <DCCReference Include="rtl.dcp" />
  64. </ItemGroup>
  65. </Project>
  66. <!-- EurekaLog First Line
  67. [Exception Log]
  68. EurekaLog Version=6011
  69. Activate=0
  70. Activate Handle=1
  71. Save Log File=1
  72. Foreground Tab=0
  73. Freeze Activate=0
  74. Freeze Timeout=0
  75. SMTP From=eurekalog@email.com
  76. SMTP Host=
  77. SMTP Port=25
  78. SMTP UserID=
  79. SMTP Password=
  80. Append to Log=0
  81. TerminateBtn Operation=2
  82. Errors Number=32
  83. Errors Terminate=3
  84. Email Address=
  85. Email Object=
  86. Email Send Options=0
  87. Output Path=
  88. Encrypt Password=
  89. AutoCloseDialogSecs=0
  90. WebSendMode=0
  91. SupportULR=
  92. HTMLLayout Count=15
  93. HTMLLine0="%3Chtml%3E"
  94. HTMLLine1=" %3Chead%3E"
  95. HTMLLine2=" %3C/head%3E"
  96. HTMLLine3=" %3Cbody TopMargin=10 LeftMargin=10%3E"
  97. HTMLLine4=" %3Ctable width="100%%" border="0"%3E"
  98. HTMLLine5=" %3Ctr%3E"
  99. HTMLLine6=" %3Ctd nowrap%3E"
  100. HTMLLine7=" %3Cfont face="Lucida Console, Courier" size="2"%3E"
  101. HTMLLine8=" %3C%%HTML_TAG%%%3E"
  102. HTMLLine9=" %3C/font%3E"
  103. HTMLLine10=" %3C/td%3E"
  104. HTMLLine11=" %3C/tr%3E"
  105. HTMLLine12=" %3C/table%3E"
  106. HTMLLine13=" %3C/body%3E"
  107. HTMLLine14="%3C/html%3E"
  108. AutoCrashOperation=2
  109. AutoCrashNumber=10
  110. AutoCrashMinutes=1
  111. WebURL=
  112. WebUserID=
  113. WebPassword=
  114. WebPort=0
  115. AttachedFiles=
  116. ProxyURL=
  117. ProxyUser=
  118. ProxyPassword=
  119. ProxyPort=8080
  120. TrakerUser=
  121. TrakerPassword=
  122. TrakerAssignTo=
  123. TrakerProject=
  124. TrakerCategory=
  125. TrakerTrialID=
  126. ZipPassword=
  127. PreBuildEvent=
  128. PostSuccessfulBuildEvent=
  129. PostFailureBuildEvent=
  130. ExceptionDialogType=2
  131. Count=0
  132. EMail Message Line Count=0
  133. loNoDuplicateErrors=0
  134. loAppendReproduceText=0
  135. loDeleteLogAtVersionChange=0
  136. loAddComputerNameInLogFileName=0
  137. loSaveModulesAndProcessesSections=1
  138. loSaveAssemblerAndCPUSections=1
  139. soAppStartDate=1
  140. soAppName=1
  141. soAppVersionNumber=1
  142. soAppParameters=1
  143. soAppCompilationDate=1
  144. soAppUpTime=1
  145. soExcDate=1
  146. soExcAddress=1
  147. soExcModuleName=1
  148. soExcModuleVersion=1
  149. soExcType=1
  150. soExcMessage=1
  151. soExcID=1
  152. soExcCount=1
  153. soExcStatus=1
  154. soExcNote=1
  155. soUserID=1
  156. soUserName=1
  157. soUserEmail=1
  158. soUserPrivileges=1
  159. soUserCompany=1
  160. soActCtlsFormClass=1
  161. soActCtlsFormText=1
  162. soActCtlsControlClass=1
  163. soActCtlsControlText=1
  164. soCmpName=1
  165. soCmpTotalMemory=1
  166. soCmpFreeMemory=1
  167. soCmpTotalDisk=1
  168. soCmpFreeDisk=1
  169. soCmpSysUpTime=1
  170. soCmpProcessor=1
  171. soCmpDisplayMode=1
  172. soCmpDisplayDPI=1
  173. soCmpVideoCard=1
  174. soCmpPrinter=1
  175. soOSType=1
  176. soOSBuildN=1
  177. soOSUpdate=1
  178. soOSLanguage=1
  179. soOSCharset=1
  180. soNetIP=1
  181. soNetSubmask=1
  182. soNetGateway=1
  183. soNetDNS1=1
  184. soNetDNS2=1
  185. soNetDHCP=1
  186. soCustomData=1
  187. sndShowSendDialog=1
  188. sndShowSuccessFailureMsg=0
  189. sndSendEntireLog=0
  190. sndSendXMLLogCopy=0
  191. sndSendScreenshot=1
  192. sndUseOnlyActiveWindow=0
  193. sndSendLastHTMLPage=1
  194. sndSendInSeparatedThread=0
  195. sndAddDateInFileName=0
  196. sndAddComputerNameInFileName=0
  197. edoSendErrorReportChecked=1
  198. edoAttachScreenshotChecked=1
  199. edoShowCopyToClipOption=1
  200. edoShowDetailsButton=1
  201. edoShowInDetailedMode=0
  202. edoShowInTopMostMode=0
  203. edoUseEurekaLogLookAndFeel=0
  204. edoShowSendErrorReportOption=1
  205. edoShowAttachScreenshotOption=1
  206. edoShowCustomButton=0
  207. csoShowDLLs=1
  208. csoShowBPLs=1
  209. csoShowBorlandThreads=1
  210. csoShowWindowsThreads=1
  211. csoDoNotStoreProcNames=0
  212. boPauseBorlandThreads=0
  213. boDoNotPauseMainThread=0
  214. boPauseWindowsThreads=0
  215. boUseMainModuleOptions=1
  216. boCopyLogInCaseOfError=1
  217. boSaveCompressedCopyInCaseOfError=0
  218. boHandleSafeCallExceptions=1
  219. boCallRTLExceptionEvent=0
  220. boCatchHandledExceptions=0
  221. loCatchLeaks=0
  222. loGroupsSonLeaks=1
  223. loHideBorlandLeaks=1
  224. loFreeAllLeaks=1
  225. loCatchLeaksExceptions=1
  226. cfoReduceFileSize=1
  227. cfoCheckFileCorruption=0
  228. Count mtInformationMsgCaption=1
  229. mtInformationMsgCaption0="Information."
  230. Count mtQuestionMsgCaption=1
  231. mtQuestionMsgCaption0="Question."
  232. Count mtErrorMsgCaption=1
  233. mtErrorMsgCaption0="Error."
  234. Count mtDialog_Caption=1
  235. mtDialog_Caption0="Error occurred"
  236. Count mtDialog_ErrorMsgCaption=2
  237. mtDialog_ErrorMsgCaption0="An error has occurred during program execution."
  238. mtDialog_ErrorMsgCaption1="Please read the following information for further details."
  239. Count mtDialog_GeneralCaption=1
  240. mtDialog_GeneralCaption0="General"
  241. Count mtDialog_GeneralHeader=1
  242. mtDialog_GeneralHeader0="General Information"
  243. Count mtDialog_CallStackCaption=1
  244. mtDialog_CallStackCaption0="Call Stack"
  245. Count mtDialog_CallStackHeader=1
  246. mtDialog_CallStackHeader0="Call Stack Information"
  247. Count mtDialog_ModulesCaption=1
  248. mtDialog_ModulesCaption0="Modules"
  249. Count mtDialog_ModulesHeader=1
  250. mtDialog_ModulesHeader0="Modules Information"
  251. Count mtDialog_ProcessesCaption=1
  252. mtDialog_ProcessesCaption0="Processes"
  253. Count mtDialog_ProcessesHeader=1
  254. mtDialog_ProcessesHeader0="Processes Information"
  255. Count mtDialog_AsmCaption=1
  256. mtDialog_AsmCaption0="Assembler"
  257. Count mtDialog_AsmHeader=1
  258. mtDialog_AsmHeader0="Assembler Information"
  259. Count mtDialog_CPUCaption=1
  260. mtDialog_CPUCaption0="CPU"
  261. Count mtDialog_CPUHeader=1
  262. mtDialog_CPUHeader0="CPU Information"
  263. Count mtDialog_OKButtonCaption=1
  264. mtDialog_OKButtonCaption0="%26OK"
  265. Count mtDialog_TerminateButtonCaption=1
  266. mtDialog_TerminateButtonCaption0="%26Terminate"
  267. Count mtDialog_RestartButtonCaption=1
  268. mtDialog_RestartButtonCaption0="%26Restart"
  269. Count mtDialog_DetailsButtonCaption=1
  270. mtDialog_DetailsButtonCaption0="%26Details"
  271. Count mtDialog_CustomButtonCaption=1
  272. mtDialog_CustomButtonCaption0="%26Help"
  273. Count mtDialog_SendMessage=1
  274. mtDialog_SendMessage0="%26Send this error via Internet"
  275. Count mtDialog_ScreenshotMessage=1
  276. mtDialog_ScreenshotMessage0="%26Attach a Screenshot image"
  277. Count mtDialog_CopyMessage=1
  278. mtDialog_CopyMessage0="%26Copy to Clipboard"
  279. Count mtDialog_SupportMessage=1
  280. mtDialog_SupportMessage0="Go to the Support Page"
  281. Count mtMSDialog_ErrorMsgCaption=1
  282. mtMSDialog_ErrorMsgCaption0="The application has encountered a problem. We are sorry for the inconvenience."
  283. Count mtMSDialog_RestartCaption=1
  284. mtMSDialog_RestartCaption0="Restart application."
  285. Count mtMSDialog_TerminateCaption=1
  286. mtMSDialog_TerminateCaption0="Terminate application."
  287. Count mtMSDialog_PleaseCaption=1
  288. mtMSDialog_PleaseCaption0="Please tell us about this problem."
  289. Count mtMSDialog_DescriptionCaption=1
  290. mtMSDialog_DescriptionCaption0="We have created an error report that you can send to us. We will treat this report as confidential and anonymous."
  291. Count mtMSDialog_SeeDetailsCaption=1
  292. mtMSDialog_SeeDetailsCaption0="To see what data the error report contains,"
  293. Count mtMSDialog_SeeClickCaption=1
  294. mtMSDialog_SeeClickCaption0="click here."
  295. Count mtMSDialog_HowToReproduceCaption=1
  296. mtMSDialog_HowToReproduceCaption0="What were you doing when the problem happened (optional)?"
  297. Count mtMSDialog_EmailCaption=1
  298. mtMSDialog_EmailCaption0="Email address (optional):"
  299. Count mtMSDialog_SendButtonCaption=1
  300. mtMSDialog_SendButtonCaption0="%26Send Error Report"
  301. Count mtMSDialog_NoSendButtonCaption=1
  302. mtMSDialog_NoSendButtonCaption0="%26Don't Send"
  303. Count mtLog_AppHeader=1
  304. mtLog_AppHeader0="Application"
  305. Count mtLog_AppStartDate=1
  306. mtLog_AppStartDate0="Start Date"
  307. Count mtLog_AppName=1
  308. mtLog_AppName0="Name/Description"
  309. Count mtLog_AppVersionNumber=1
  310. mtLog_AppVersionNumber0="Version Number"
  311. Count mtLog_AppParameters=1
  312. mtLog_AppParameters0="Parameters"
  313. Count mtLog_AppCompilationDate=1
  314. mtLog_AppCompilationDate0="Compilation Date"
  315. Count mtLog_AppUpTime=1
  316. mtLog_AppUpTime0="Up Time"
  317. Count mtLog_ExcHeader=1
  318. mtLog_ExcHeader0="Exception"
  319. Count mtLog_ExcDate=1
  320. mtLog_ExcDate0="Date"
  321. Count mtLog_ExcAddress=1
  322. mtLog_ExcAddress0="Address"
  323. Count mtLog_ExcModuleName=1
  324. mtLog_ExcModuleName0="Module Name"
  325. Count mtLog_ExcModuleVersion=1
  326. mtLog_ExcModuleVersion0="Module Version"
  327. Count mtLog_ExcType=1
  328. mtLog_ExcType0="Type"
  329. Count mtLog_ExcMessage=1
  330. mtLog_ExcMessage0="Message"
  331. Count mtLog_ExcID=1
  332. mtLog_ExcID0="ID"
  333. Count mtLog_ExcCount=1
  334. mtLog_ExcCount0="Count"
  335. Count mtLog_ExcStatus=1
  336. mtLog_ExcStatus0="Status"
  337. Count mtLog_ExcNote=1
  338. mtLog_ExcNote0="Note"
  339. Count mtLog_UserHeader=1
  340. mtLog_UserHeader0="User"
  341. Count mtLog_UserID=1
  342. mtLog_UserID0="ID"
  343. Count mtLog_UserName=1
  344. mtLog_UserName0="Name"
  345. Count mtLog_UserEmail=1
  346. mtLog_UserEmail0="Email"
  347. Count mtLog_UserCompany=1
  348. mtLog_UserCompany0="Company"
  349. Count mtLog_UserPrivileges=1
  350. mtLog_UserPrivileges0="Privileges"
  351. Count mtLog_ActCtrlsHeader=1
  352. mtLog_ActCtrlsHeader0="Active Controls"
  353. Count mtLog_ActCtrlsFormClass=1
  354. mtLog_ActCtrlsFormClass0="Form Class"
  355. Count mtLog_ActCtrlsFormText=1
  356. mtLog_ActCtrlsFormText0="Form Text"
  357. Count mtLog_ActCtrlsControlClass=1
  358. mtLog_ActCtrlsControlClass0="Control Class"
  359. Count mtLog_ActCtrlsControlText=1
  360. mtLog_ActCtrlsControlText0="Control Text"
  361. Count mtLog_CmpHeader=1
  362. mtLog_CmpHeader0="Computer"
  363. Count mtLog_CmpName=1
  364. mtLog_CmpName0="Name"
  365. Count mtLog_CmpTotalMemory=1
  366. mtLog_CmpTotalMemory0="Total Memory"
  367. Count mtLog_CmpFreeMemory=1
  368. mtLog_CmpFreeMemory0="Free Memory"
  369. Count mtLog_CmpTotalDisk=1
  370. mtLog_CmpTotalDisk0="Total Disk"
  371. Count mtLog_CmpFreeDisk=1
  372. mtLog_CmpFreeDisk0="Free Disk"
  373. Count mtLog_CmpSystemUpTime=1
  374. mtLog_CmpSystemUpTime0="System Up Time"
  375. Count mtLog_CmpProcessor=1
  376. mtLog_CmpProcessor0="Processor"
  377. Count mtLog_CmpDisplayMode=1
  378. mtLog_CmpDisplayMode0="Display Mode"
  379. Count mtLog_CmpDisplayDPI=1
  380. mtLog_CmpDisplayDPI0="Display DPI"
  381. Count mtLog_CmpVideoCard=1
  382. mtLog_CmpVideoCard0="Video Card"
  383. Count mtLog_CmpPrinter=1
  384. mtLog_CmpPrinter0="Printer"
  385. Count mtLog_OSHeader=1
  386. mtLog_OSHeader0="Operating System"
  387. Count mtLog_OSType=1
  388. mtLog_OSType0="Type"
  389. Count mtLog_OSBuildN=1
  390. mtLog_OSBuildN0="Build #"
  391. Count mtLog_OSUpdate=1
  392. mtLog_OSUpdate0="Update"
  393. Count mtLog_OSLanguage=1
  394. mtLog_OSLanguage0="Language"
  395. Count mtLog_OSCharset=1
  396. mtLog_OSCharset0="Charset"
  397. Count mtLog_NetHeader=1
  398. mtLog_NetHeader0="Network"
  399. Count mtLog_NetIP=1
  400. mtLog_NetIP0="IP Address"
  401. Count mtLog_NetSubmask=1
  402. mtLog_NetSubmask0="Submask"
  403. Count mtLog_NetGateway=1
  404. mtLog_NetGateway0="Gateway"
  405. Count mtLog_NetDNS1=1
  406. mtLog_NetDNS10="DNS 1"
  407. Count mtLog_NetDNS2=1
  408. mtLog_NetDNS20="DNS 2"
  409. Count mtLog_NetDHCP=1
  410. mtLog_NetDHCP0="DHCP"
  411. Count mtLog_CustInfoHeader=1
  412. mtLog_CustInfoHeader0="Custom Information"
  413. Count mtCallStack_Address=1
  414. mtCallStack_Address0="Address"
  415. Count mtCallStack_Name=1
  416. mtCallStack_Name0="Module"
  417. Count mtCallStack_Unit=1
  418. mtCallStack_Unit0="Unit"
  419. Count mtCallStack_Class=1
  420. mtCallStack_Class0="Class"
  421. Count mtCallStack_Procedure=1
  422. mtCallStack_Procedure0="Procedure/Method"
  423. Count mtCallStack_Line=1
  424. mtCallStack_Line0="Line"
  425. Count mtCallStack_MainThread=1
  426. mtCallStack_MainThread0="Main"
  427. Count mtCallStack_ExceptionThread=1
  428. mtCallStack_ExceptionThread0="Exception Thread"
  429. Count mtCallStack_RunningThread=1
  430. mtCallStack_RunningThread0="Running Thread"
  431. Count mtCallStack_CallingThread=1
  432. mtCallStack_CallingThread0="Calling Thread"
  433. Count mtCallStack_ThreadID=1
  434. mtCallStack_ThreadID0="ID"
  435. Count mtCallStack_ThreadPriority=1
  436. mtCallStack_ThreadPriority0="Priority"
  437. Count mtCallStack_ThreadClass=1
  438. mtCallStack_ThreadClass0="Class"
  439. Count mtCallStack_LeakCaption=1
  440. mtCallStack_LeakCaption0="Memory Leak"
  441. Count mtCallStack_LeakData=1
  442. mtCallStack_LeakData0="Data"
  443. Count mtCallStack_LeakType=1
  444. mtCallStack_LeakType0="Type"
  445. Count mtCallStack_LeakSize=1
  446. mtCallStack_LeakSize0="Total size"
  447. Count mtCallStack_LeakCount=1
  448. mtCallStack_LeakCount0="Count"
  449. Count mtSendDialog_Caption=1
  450. mtSendDialog_Caption0="Send."
  451. Count mtSendDialog_Message=1
  452. mtSendDialog_Message0="Message"
  453. Count mtSendDialog_Resolving=1
  454. mtSendDialog_Resolving0="Resolving DNS..."
  455. Count mtSendDialog_Login=1
  456. mtSendDialog_Login0="Login..."
  457. Count mtSendDialog_Connecting=1
  458. mtSendDialog_Connecting0="Connecting with server..."
  459. Count mtSendDialog_Connected=1
  460. mtSendDialog_Connected0="Connected with server."
  461. Count mtSendDialog_Sending=1
  462. mtSendDialog_Sending0="Sending message..."
  463. Count mtSendDialog_Sent=1
  464. mtSendDialog_Sent0="Message sent."
  465. Count mtSendDialog_SelectProject=1
  466. mtSendDialog_SelectProject0="Select project..."
  467. Count mtSendDialog_Searching=1
  468. mtSendDialog_Searching0="Searching..."
  469. Count mtSendDialog_Modifying=1
  470. mtSendDialog_Modifying0="Modifying..."
  471. Count mtSendDialog_Disconnecting=1
  472. mtSendDialog_Disconnecting0="Disconnecting..."
  473. Count mtSendDialog_Disconnected=1
  474. mtSendDialog_Disconnected0="Disconnected."
  475. Count mtReproduceDialog_Caption=1
  476. mtReproduceDialog_Caption0="Request"
  477. Count mtReproduceDialog_Request=1
  478. mtReproduceDialog_Request0="Please describe the steps to reproduce the error:"
  479. Count mtReproduceDialog_OKButtonCaption=1
  480. mtReproduceDialog_OKButtonCaption0="%26OK"
  481. Count mtModules_Handle=1
  482. mtModules_Handle0="Handle"
  483. Count mtModules_Name=1
  484. mtModules_Name0="Name"
  485. Count mtModules_Description=1
  486. mtModules_Description0="Description"
  487. Count mtModules_Version=1
  488. mtModules_Version0="Version"
  489. Count mtModules_Size=1
  490. mtModules_Size0="Size"
  491. Count mtModules_LastModified=1
  492. mtModules_LastModified0="Modified"
  493. Count mtModules_Path=1
  494. mtModules_Path0="Path"
  495. Count mtProcesses_ID=1
  496. mtProcesses_ID0="ID"
  497. Count mtProcesses_Name=1
  498. mtProcesses_Name0="Name"
  499. Count mtProcesses_Description=1
  500. mtProcesses_Description0="Description"
  501. Count mtProcesses_Version=1
  502. mtProcesses_Version0="Version"
  503. Count mtProcesses_Memory=1
  504. mtProcesses_Memory0="Memory"
  505. Count mtProcesses_Priority=1
  506. mtProcesses_Priority0="Priority"
  507. Count mtProcesses_Threads=1
  508. mtProcesses_Threads0="Threads"
  509. Count mtProcesses_Path=1
  510. mtProcesses_Path0="Path"
  511. Count mtCPU_Registers=1
  512. mtCPU_Registers0="Registers"
  513. Count mtCPU_Stack=1
  514. mtCPU_Stack0="Stack"
  515. Count mtCPU_MemoryDump=1
  516. mtCPU_MemoryDump0="Memory Dump"
  517. Count mtSend_SuccessMsg=1
  518. mtSend_SuccessMsg0="The message was sent successfully."
  519. Count mtSend_FailureMsg=1
  520. mtSend_FailureMsg0="Sorry, sending the message didn't work."
  521. Count mtSend_BugClosedMsg=2
  522. mtSend_BugClosedMsg0="These BUG is just closed."
  523. mtSend_BugClosedMsg1="Contact the program support to obtain an update."
  524. Count mtSend_UnknownErrorMsg=1
  525. mtSend_UnknownErrorMsg0="Unknown error."
  526. Count mtSend_InvalidLoginMsg=1
  527. mtSend_InvalidLoginMsg0="Invalid login request."
  528. Count mtSend_InvalidSearchMsg=1
  529. mtSend_InvalidSearchMsg0="Invalid search request."
  530. Count mtSend_InvalidSelectionMsg=1
  531. mtSend_InvalidSelectionMsg0="Invalid selection request."
  532. Count mtSend_InvalidInsertMsg=1
  533. mtSend_InvalidInsertMsg0="Invalid insert request."
  534. Count mtSend_InvalidModifyMsg=1
  535. mtSend_InvalidModifyMsg0="Invalid modify request."
  536. Count mtFileCrackedMsg=2
  537. mtFileCrackedMsg0="This file is cracked."
  538. mtFileCrackedMsg1="The application will be closed."
  539. Count mtException_LeakMultiFree=1
  540. mtException_LeakMultiFree0="Multi Free memory leak."
  541. Count mtException_LeakMemoryOverrun=1
  542. mtException_LeakMemoryOverrun0="Memory Overrun leak."
  543. Count mtException_AntiFreeze=1
  544. mtException_AntiFreeze0="The application seems to be frozen."
  545. Count mtInvalidEmailMsg=1
  546. mtInvalidEmailMsg0="Invalid email."
  547. TextsCollection=English
  548. EurekaLog Last Line -->