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.

176 lines
5.3 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. #define APSTUDIO_HIDDEN_SYMBOLS
  10. #include "windows.h"
  11. #undef APSTUDIO_HIDDEN_SYMBOLS
  12. #ifndef APSTUDIO_INVOKED
  13. #include <ntverp.h>
  14. #define VER_FILETYPE VFT_DLL
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "Infrared Class Coinstaller"
  17. #define VER_INTERNALNAME_STR "irclass.dll"
  18. #define VER_ORIGINALFILENAME_STR "irclass.dll"
  19. #include "common.ver"
  20. #endif
  21. /////////////////////////////////////////////////////////////////////////////
  22. #undef APSTUDIO_READONLY_SYMBOLS
  23. /////////////////////////////////////////////////////////////////////////////
  24. // English (U.S.) resources
  25. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  26. #ifdef _WIN32
  27. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  28. #pragma code_page(1252)
  29. #endif //_WIN32
  30. /////////////////////////////////////////////////////////////////////////////
  31. //
  32. // Dialog
  33. //
  34. IDD_PP_IRDA_SETTINGS DIALOG DISCARDABLE 20, 20, 252, 209
  35. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  36. CAPTION "IrDA Settings"
  37. FONT 8, "MS Shell Dlg"
  38. BEGIN
  39. LISTBOX IDC_MAX_CONNECT,16,73,220,35,LBS_NOINTEGRALHEIGHT |
  40. WS_VSCROLL | WS_TABSTOP
  41. LISTBOX IDC_PORT,16,158,220,35,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  42. NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
  43. ICON IDI_IRDA,IDC_IRDA_ICON,7,8,20,20
  44. LTEXT "Select the Communications Port your Infrared Device is attached to.",
  45. IDC_PORT_TEXT,16,135,220,18,NOT WS_VISIBLE
  46. GROUPBOX "Communications Port",IDC_PORT_BOX,7,122,238,80,NOT
  47. WS_VISIBLE
  48. LTEXT "Irda Device Description",IDC_DEVICE_DESC,40,12,199,18
  49. GROUPBOX "Maximum Connection Rate",IDC_STATIC,7,36,238,80
  50. LTEXT "If you experience communications problems with Infrared, try lowering the Maximum Connect Rate.",
  51. IDC_RATE_TEXT,16,49,220,18
  52. END
  53. IDD_INSTALL_PORT_SELECT DIALOG DISCARDABLE 0, 0, 317, 143
  54. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  55. WS_SYSMENU
  56. CAPTION "Add Hardware Wizard"
  57. FONT 8, "MS Shell Dlg"
  58. BEGIN
  59. LTEXT "Select the Communications Port your Infrared device is attached to, then click Next.",
  60. IDC_SELECT_PORT_TEXT,7,7,303,26,NOT WS_GROUP
  61. LTEXT "Serial Port:",IDC_STATIC,7,43,51,8
  62. LISTBOX IDC_PORT,7,52,303,70,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  63. WS_VSCROLL | WS_TABSTOP
  64. END
  65. #ifdef APSTUDIO_INVOKED
  66. /////////////////////////////////////////////////////////////////////////////
  67. //
  68. // TEXTINCLUDE
  69. //
  70. 1 TEXTINCLUDE DISCARDABLE
  71. BEGIN
  72. "resource.h\0"
  73. END
  74. 2 TEXTINCLUDE DISCARDABLE
  75. BEGIN
  76. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  77. "#include ""windows.h""\r\n"
  78. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  79. "#ifndef APSTUDIO_INVOKED\r\n"
  80. "#include <ntverp.h>\r\n"
  81. "#define VER_FILETYPE VFT_DLL\r\n"
  82. "#define VER_FILESUBTYPE VFT2_UNKNOWN\r\n"
  83. "#define VER_FILEDESCRIPTION_STR ""Infrared Class Coinstaller""\r\n"
  84. "#define VER_INTERNALNAME_STR ""irclass.dll""\r\n"
  85. "#define VER_ORIGINALFILENAME_STR ""irclass.dll""\r\n"
  86. "#include ""common.ver""\r\n"
  87. "#endif\0"
  88. END
  89. 3 TEXTINCLUDE DISCARDABLE
  90. BEGIN
  91. "\r\n"
  92. "\0"
  93. END
  94. #endif // APSTUDIO_INVOKED
  95. /////////////////////////////////////////////////////////////////////////////
  96. //
  97. // DESIGNINFO
  98. //
  99. #ifdef APSTUDIO_INVOKED
  100. GUIDELINES DESIGNINFO DISCARDABLE
  101. BEGIN
  102. IDD_PP_IRDA_SETTINGS, DIALOG
  103. BEGIN
  104. LEFTMARGIN, 7
  105. RIGHTMARGIN, 245
  106. TOPMARGIN, 8
  107. BOTTOMMARGIN, 202
  108. END
  109. IDD_INSTALL_PORT_SELECT, DIALOG
  110. BEGIN
  111. LEFTMARGIN, 7
  112. RIGHTMARGIN, 310
  113. TOPMARGIN, 7
  114. BOTTOMMARGIN, 136
  115. END
  116. END
  117. #endif // APSTUDIO_INVOKED
  118. /////////////////////////////////////////////////////////////////////////////
  119. //
  120. // Icon
  121. //
  122. // Icon with lowest ID value placed first to ensure application icon
  123. // remains consistent on all systems.
  124. IDI_IRDA ICON DISCARDABLE "irexe.ico"
  125. /////////////////////////////////////////////////////////////////////////////
  126. //
  127. // String Table
  128. //
  129. STRINGTABLE DISCARDABLE
  130. BEGIN
  131. IDS_MEM_ERROR "Insufficient memory for this operation;\r\rclose one or more Windows applications to increase available memory."
  132. IDS_DLL "IRCLASS.DLL"
  133. IDS_PPSTART "PropPage Entry point called."
  134. IDS_PPENDOK "PropPage Created"
  135. IDS_LOCATION_FORMAT "External Port %s"
  136. IDS_INTERNAL_PORT "Internal Port"
  137. IDS_SELECT_PORT_TITLE "Infrared Device Installation"
  138. IDS_SELECT_PORT_SUBTITLE
  139. "Select the port you want to install the Infrared device on."
  140. END
  141. #endif // English (U.S.) resources
  142. /////////////////////////////////////////////////////////////////////////////
  143. #ifndef APSTUDIO_INVOKED
  144. /////////////////////////////////////////////////////////////////////////////
  145. //
  146. // Generated from the TEXTINCLUDE 3 resource.
  147. //
  148. /////////////////////////////////////////////////////////////////////////////
  149. #endif // not APSTUDIO_INVOKED