ServerBase.dproj 18 KB

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