Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

174 lines
4.2 KiB

  1. //Microsoft Developer Studio 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. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // Dialog
  42. //
  43. IDD_CPANEL_DEVICES DIALOGEX 0, 0, 226, 202
  44. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  45. CAPTION "Devices"
  46. FONT 8, "MS Shell Dlg"
  47. BEGIN
  48. CONTROL "List1",IDC_DEVICES_LIST,"SysListView32",LVS_REPORT |
  49. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOLABELWRAP |
  50. LVS_EDITLABELS | WS_BORDER | WS_TABSTOP,7,46,212,105,
  51. WS_EX_CLIENTEDGE
  52. PUSHBUTTON "Re&fresh",IDC_DEVICES_REFRESH,114,166,50,14
  53. PUSHBUTTON "&Troubleshoot",IDC_DEVICES_TSHOOT,170,166,50,14
  54. LTEXT "The following point of sale devices are installed :",
  55. IDC_DEVICES_INFO,7,32,153,8
  56. ICON IDI_POS,IDC_DEVICES_ICON,7,7,20,20
  57. END
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // DESIGNINFO
  61. //
  62. #ifdef APSTUDIO_INVOKED
  63. GUIDELINES DESIGNINFO DISCARDABLE
  64. BEGIN
  65. IDD_CPANEL_DEVICES, DIALOG
  66. BEGIN
  67. LEFTMARGIN, 7
  68. RIGHTMARGIN, 220
  69. TOPMARGIN, 7
  70. BOTTOMMARGIN, 195
  71. END
  72. END
  73. #endif // APSTUDIO_INVOKED
  74. /////////////////////////////////////////////////////////////////////////////
  75. //
  76. // Icon
  77. //
  78. // Icon with lowest ID value placed first to ensure application icon
  79. // remains consistent on all systems.
  80. IDI_POS ICON DISCARDABLE "res\\pos.ico"
  81. #ifndef _MAC
  82. /////////////////////////////////////////////////////////////////////////////
  83. //
  84. // Version
  85. //
  86. VS_VERSION_INFO VERSIONINFO
  87. FILEVERSION 1,0,0,1
  88. PRODUCTVERSION 1,0,0,1
  89. FILEFLAGSMASK 0x3fL
  90. #ifdef _DEBUG
  91. FILEFLAGS 0x1L
  92. #else
  93. FILEFLAGS 0x0L
  94. #endif
  95. FILEOS 0x40004L
  96. FILETYPE 0x2L
  97. FILESUBTYPE 0x0L
  98. BEGIN
  99. BLOCK "StringFileInfo"
  100. BEGIN
  101. BLOCK "040904b0"
  102. BEGIN
  103. VALUE "Comments", "\0"
  104. VALUE "CompanyName", "Microsoft Corp.\0"
  105. VALUE "FileDescription", "Point Of Sale Devices - Control Panel Applet\0"
  106. VALUE "FileVersion", "1, 0, 0, 1\0"
  107. VALUE "InternalName", "pos.cpl\0"
  108. VALUE "LegalCopyright", "Copyright � Microsoft Corp. 1999\0"
  109. VALUE "LegalTrademarks", "\0"
  110. VALUE "OriginalFilename", "pos.cpl\0"
  111. VALUE "PrivateBuild", "\0"
  112. VALUE "ProductName", "Microsoft� Windows NT� Operating System\0"
  113. VALUE "ProductVersion", "1, 0, 0, 1\0"
  114. VALUE "SpecialBuild", "\0"
  115. END
  116. END
  117. BLOCK "VarFileInfo"
  118. BEGIN
  119. VALUE "Translation", 0x409, 1200
  120. END
  121. END
  122. #endif // !_MAC
  123. /////////////////////////////////////////////////////////////////////////////
  124. //
  125. // String Table
  126. //
  127. STRINGTABLE DISCARDABLE
  128. BEGIN
  129. IDS_POS_NAME "Point Of Sale Devices"
  130. IDS_POS_INFO "Configures point of sale devices"
  131. IDS_DEVICES_LIST_NAME "Name"
  132. IDS_DEVICES_LIST_PORT "Port"
  133. IDS_TSHOOT_CMD "hh.exe mk@msitstore:tshoot.chm::/TsHardw.htm"
  134. END
  135. #endif // English (U.S.) resources
  136. /////////////////////////////////////////////////////////////////////////////
  137. #ifndef APSTUDIO_INVOKED
  138. /////////////////////////////////////////////////////////////////////////////
  139. //
  140. // Generated from the TEXTINCLUDE 3 resource.
  141. //
  142. /////////////////////////////////////////////////////////////////////////////
  143. #endif // not APSTUDIO_INVOKED