IMTDemo.rc 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Icon
  22. //
  23. // Icon with lowest ID value placed first to ensure application icon
  24. // remains consistent on all systems.
  25. IDR_MAINFRAME ICON "res\\math.ico"
  26. #ifdef APSTUDIO_INVOKED
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // TEXTINCLUDE
  30. //
  31. 1 TEXTINCLUDE
  32. BEGIN
  33. "resource.h\0"
  34. END
  35. 2 TEXTINCLUDE
  36. BEGIN
  37. "#include ""afxres.h""\r\n"
  38. "\0"
  39. END
  40. 3 TEXTINCLUDE
  41. BEGIN
  42. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  43. "#define _AFX_NO_OLE_RESOURCES\r\n"
  44. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  45. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  46. "\0"
  47. END
  48. #endif // APSTUDIO_INVOKED
  49. /////////////////////////////////////////////////////////////////////////////
  50. //
  51. // Accelerator
  52. //
  53. IDR_MAINFRAME ACCELERATORS
  54. BEGIN
  55. "O", ID_OPENFILE, VIRTKEY, CONTROL, NOINVERT
  56. END
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // Version
  60. //
  61. VS_VERSION_INFO VERSIONINFO
  62. FILEVERSION 2,0,0,1
  63. PRODUCTVERSION 2,0,0,1
  64. FILEFLAGSMASK 0x3fL
  65. #ifdef _DEBUG
  66. FILEFLAGS 0x1L
  67. #else
  68. FILEFLAGS 0x0L
  69. #endif
  70. FILEOS 0x4L
  71. FILETYPE 0x1L
  72. FILESUBTYPE 0x0L
  73. BEGIN
  74. BLOCK "StringFileInfo"
  75. BEGIN
  76. BLOCK "040904e4"
  77. BEGIN
  78. VALUE "CompanyName", "TomTec"
  79. VALUE "FileDescription", "Demo application showing the use of LIBIMTDLL.dll"
  80. VALUE "FileVersion", "2.0.0.1"
  81. VALUE "InternalName", "IMTDemo.exe"
  82. VALUE "LegalCopyright", "(c) IMT. All rights reserved."
  83. VALUE "OriginalFilename", "IMTDemo.exe"
  84. VALUE "ProductName", "IMTDemo"
  85. VALUE "ProductVersion", "2.0.0.1"
  86. END
  87. END
  88. BLOCK "VarFileInfo"
  89. BEGIN
  90. VALUE "Translation", 0x409, 1252
  91. END
  92. END
  93. /////////////////////////////////////////////////////////////////////////////
  94. //
  95. // Menu
  96. //
  97. IDR_MAINFRAME MENU
  98. BEGIN
  99. POPUP "&File"
  100. BEGIN
  101. MENUITEM "Open\tCtrl+O", ID_OPENFILE
  102. MENUITEM SEPARATOR
  103. MENUITEM "&Exit", ID_APP_EXIT
  104. END
  105. END
  106. /////////////////////////////////////////////////////////////////////////////
  107. //
  108. // String Table
  109. //
  110. STRINGTABLE
  111. BEGIN
  112. IDR_MAINFRAME "IMTDemo\n\nIMTDemo\n\n\nIMTDemo.Document\nIMTDemo.Document"
  113. IDS_DEMO_MEASURE " IMT Max: %.3f mm Mean: %.3f mm StdDev: %.3f mm\n Q.I.: %.2f (%.2f mm) Valid Measures: %d"
  114. IDS_IMT_MEASURE "IMT measure"
  115. IDS_DEMO_DISTANCE " ( %3d , %3d ) - Distance: %.3f mm"
  116. IDS_DEMO_COORDINATES " ( %3d , %3d )"
  117. END
  118. STRINGTABLE
  119. BEGIN
  120. AFX_IDS_APP_TITLE "IMTDemo"
  121. END
  122. STRINGTABLE
  123. BEGIN
  124. ID_APP_EXIT "Exit the application\nExit"
  125. END
  126. STRINGTABLE
  127. BEGIN
  128. ID_OPENFILE "Open an existing file\nOpen"
  129. END
  130. #endif // English (U.S.) resources
  131. /////////////////////////////////////////////////////////////////////////////
  132. #ifndef APSTUDIO_INVOKED
  133. /////////////////////////////////////////////////////////////////////////////
  134. //
  135. // Generated from the TEXTINCLUDE 3 resource.
  136. //
  137. #define _AFX_NO_SPLITTER_RESOURCES
  138. #define _AFX_NO_OLE_RESOURCES
  139. #define _AFX_NO_TRACKER_RESOURCES
  140. #define _AFX_NO_PROPERTY_RESOURCES
  141. /////////////////////////////////////////////////////////////////////////////
  142. #endif // not APSTUDIO_INVOKED