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.

130 lines
3.4 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. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Dialog
  22. //
  23. IDD_RASETTINGS_DIALOG DIALOG DISCARDABLE 0, 0, 224, 118
  24. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  25. CAPTION "Remote Assistance Settings"
  26. FONT 8, "MS Shell Dlg"
  27. BEGIN
  28. DEFPUSHBUTTON "OK",IDOK,49,93,50,14
  29. PUSHBUTTON "Cancel",IDCANCEL,104,93,50,14
  30. PUSHBUTTON "Apply",IDAPPLY,160,93,50,14
  31. CONTROL "Allow remote control of this computer",IDC_ALLOWRC,
  32. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,37,131,10
  33. CONTROL "Allow unsolicited offers of Remote Assistance",
  34. IDC_ALLOWUNSOLICIT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  35. 30,24,158,10
  36. LTEXT "Expiration limit for Remote Assistance invitations:",
  37. IDC_TIMEOUTTXT,30,50,153,8
  38. COMBOBOX IDC_NUMBERCOMBO,29,62,37,30,CBS_DROPDOWN | CBS_SORT |
  39. WS_VSCROLL | WS_TABSTOP
  40. COMBOBOX IDC_UNITCOMBO,76,62,48,30,CBS_DROPDOWN | CBS_SORT |
  41. WS_VSCROLL | WS_TABSTOP
  42. CONTROL "Enable Remote Assistance",IDC_ENABLERA,"Button",
  43. BS_AUTOCHECKBOX | WS_TABSTOP,17,12,101,10
  44. GROUPBOX "",IDC_GROUP1,13,13,196,72
  45. END
  46. /////////////////////////////////////////////////////////////////////////////
  47. //
  48. // DESIGNINFO
  49. //
  50. #ifdef APSTUDIO_INVOKED
  51. GUIDELINES DESIGNINFO DISCARDABLE
  52. BEGIN
  53. IDD_RASETTINGS_DIALOG, DIALOG
  54. BEGIN
  55. LEFTMARGIN, 7
  56. RIGHTMARGIN, 217
  57. TOPMARGIN, 7
  58. BOTTOMMARGIN, 111
  59. END
  60. END
  61. #endif // APSTUDIO_INVOKED
  62. #ifdef APSTUDIO_INVOKED
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // TEXTINCLUDE
  66. //
  67. 1 TEXTINCLUDE DISCARDABLE
  68. BEGIN
  69. "resource.h\0"
  70. END
  71. 2 TEXTINCLUDE DISCARDABLE
  72. BEGIN
  73. "#include ""afxres.h""\r\n"
  74. "\0"
  75. END
  76. 3 TEXTINCLUDE DISCARDABLE
  77. BEGIN
  78. "\r\n"
  79. "\0"
  80. END
  81. #endif // APSTUDIO_INVOKED
  82. #endif // English (U.S.) resources
  83. /////////////////////////////////////////////////////////////////////////////
  84. #ifndef APSTUDIO_INVOKED
  85. /////////////////////////////////////////////////////////////////////////////
  86. //
  87. // Generated from the TEXTINCLUDE 3 resource.
  88. //
  89. /////////////////////////////////////////////////////////////////////////////
  90. #endif // not APSTUDIO_INVOKED
  91. /////////////////////////////////////////////////////////////////////////////
  92. //
  93. // Version
  94. //
  95. #include <windows.h>
  96. #include <bldver.h>
  97. #define VER_FILETYPE VFT_DLL
  98. #define VER_FILESUBTYPE VFT2_UNKNOWN
  99. #define VER_FILEDESCRIPTION_STR "Remote Assistance Settings\0"
  100. #define VER_INTERNALNAME_STR "RACPLSettings.dll\0"
  101. #define VER_ORIGINALFILENAME_STR "RACPLSettings.dll\0"
  102. #include <common.ver>