Canvas.dproj
上传用户:raido2005
上传日期:2022-06-22
资源大小:5044k
文件大小:18k
源码类别:

Delphi控件源码

开发平台:

Delphi

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