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.

96 lines
2.1 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "Dialog.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include <commctrl.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. "Dialog.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include <commctrl.h>\0"
  31. END
  32. 3 TEXTINCLUDE DISCARDABLE
  33. BEGIN
  34. "\r\n"
  35. "\0"
  36. END
  37. #endif // APSTUDIO_INVOKED
  38. /////////////////////////////////////////////////////////////////////////////
  39. //
  40. // Dialog
  41. //
  42. IDD_WATCHER DIALOG DISCARDABLE 0, 0, 244, 131
  43. STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_THICKFRAME
  44. CAPTION "Adapters"
  45. FONT 10, "Courier"
  46. BEGIN
  47. CONTROL "List1",IDL_ADAPTERS,"SysListView32",LVS_REPORT |
  48. LVS_SINGLESEL | LVS_NOLABELWRAP | WS_BORDER | WS_TABSTOP,
  49. 7,7,230,117
  50. END
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // DESIGNINFO
  54. //
  55. #ifdef APSTUDIO_INVOKED
  56. GUIDELINES DESIGNINFO DISCARDABLE
  57. BEGIN
  58. IDD_WATCHER, DIALOG
  59. BEGIN
  60. LEFTMARGIN, 7
  61. RIGHTMARGIN, 237
  62. TOPMARGIN, 7
  63. BOTTOMMARGIN, 124
  64. END
  65. END
  66. #endif // APSTUDIO_INVOKED
  67. #endif // English (U.S.) resources
  68. /////////////////////////////////////////////////////////////////////////////
  69. #ifndef APSTUDIO_INVOKED
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // Generated from the TEXTINCLUDE 3 resource.
  73. //
  74. /////////////////////////////////////////////////////////////////////////////
  75. #endif // not APSTUDIO_INVOKED