Leaked source code of windows server 2003
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.

124 lines
3.7 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 "winres.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. #include "raeventmsg.rc"
  20. #ifdef APSTUDIO_INVOKED
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // TEXTINCLUDE
  24. //
  25. 1 TEXTINCLUDE DISCARDABLE
  26. BEGIN
  27. "resource.h\0"
  28. END
  29. 2 TEXTINCLUDE DISCARDABLE
  30. BEGIN
  31. "#include ""winres.h""\r\n"
  32. "\0"
  33. END
  34. 3 TEXTINCLUDE DISCARDABLE
  35. BEGIN
  36. "1 TYPELIB ""RAssistance.tlb""\r\n"
  37. "\0"
  38. END
  39. #endif // APSTUDIO_INVOKED
  40. IDD_RASETTINGS_DIALOG DIALOG DISCARDABLE 0, 0, 277, 151
  41. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  42. CAPTION "Remote Assistance Settings"
  43. FONT 8, "MS Shell Dlg"
  44. BEGIN
  45. DEFPUSHBUTTON "OK",IDOK,158,131,50,14
  46. PUSHBUTTON "Cancel",IDCANCEL,214,131,50,14
  47. LTEXT "You can set limits for the use of Remote Assistance on this computer.",
  48. IDC_STATIC_TEXT,13,9,253,8
  49. CONTROL "&Allow this computer to be controlled remotely.",
  50. IDC_ALLOWRC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,28,42,
  51. 225,10
  52. LTEXT "&Set the maximum amount of time invitations can remain open.",
  53. IDC_TIMEOUTTXT,28,89,192,8
  54. COMBOBOX IDC_NUMBERCOMBO,28,102,42,92,CBS_DROPDOWN | WS_VSCROLL |
  55. WS_TABSTOP
  56. COMBOBOX IDC_UNITCOMBO,83,102,84,50,CBS_DROPDOWNLIST | WS_VSCROLL |
  57. WS_TABSTOP
  58. GROUPBOX "Remote control",IDC_GROUP1,13,24,252,43
  59. GROUPBOX "Invitations",IDC_GROUP2,13,76,252,48
  60. END
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // REGISTRY
  64. //
  65. IDR_RASETTINGPROPERTY REGISTRY DISCARDABLE "RASettingProperty.rgs"
  66. IDR_RAREGSETTING REGISTRY DISCARDABLE "RARegSetting.rgs"
  67. IDR_RAEVENTLOG REGISTRY DISCARDABLE "RAEventLog.rgs"
  68. /////////////////////////////////////////////////////////////////////////////
  69. //
  70. // String Table
  71. //
  72. STRINGTABLE DISCARDABLE
  73. BEGIN
  74. IDS_PROJNAME "Remote Assistance"
  75. IDS_UNIT_DAY "Days"
  76. IDS_UNIT_MINUTE "Minutes"
  77. IDS_UNIT_HOUR "Hours"
  78. IDS_VALID_NUMBER "Please enter a value between 1 and 99"
  79. IDS_VALID_DAYS "The maximum expiry period is 30 days only. Select a value less than 30 days."
  80. END
  81. #endif // English (U.S.) resources
  82. /////////////////////////////////////////////////////////////////////////////
  83. #ifndef APSTUDIO_INVOKED
  84. /////////////////////////////////////////////////////////////////////////////
  85. //
  86. // Generated from the TEXTINCLUDE 3 resource.
  87. //
  88. 1 TYPELIB "RAssistance.tlb"
  89. /////////////////////////////////////////////////////////////////////////////
  90. #endif // not APSTUDIO_INVOKED
  91. #include <windows.h>
  92. #include <bldver.h>
  93. #define VER_FILETYPE VFT_APP
  94. #define VER_FILESUBTYPE VFT2_UNKNOWN
  95. #define VER_FILEDESCRIPTION_STR "Microsoft Remote Assistance\0"
  96. #define VER_INTERNALNAME_STR "RACPLDLG.DLL\0"
  97. #define VER_ORIGINALFILENAME_STR "RACPLDLG.DLL\0"
  98. #include <common.ver>