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.

78 lines
2.4 KiB

  1. // tssdsql.rc
  2. //
  3. // Version resource for tssdsql.dll.
  4. //
  5. // Copyright (C) 2000 Microsoft Corp.
  6. #include "resource.h"
  7. #include "windows.h"
  8. #include <ntverp.h>
  9. #define VER_FILETYPE VFT_DLL
  10. #define VER_FILESUBTYPE 0
  11. #define VER_FILEDESCRIPTION_STR "Terminal Server Load Balancing SQL interface"
  12. #define VER_INTERNALNAME_STR "tssdsql.dll"
  13. #define VER_ORIGINALFILENAME_STR "tssdsql.dll"
  14. #include "common.ver"
  15. //
  16. // Dialog
  17. //
  18. IDD_DIALOG_SDS DIALOG DISCARDABLE 0, 0, 226, 202
  19. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  20. CAPTION "Session Directory Service"
  21. FONT 8, "MS Shell Dlg"
  22. BEGIN
  23. CONTROL "&Enable Session Directory Service",IDC_CHECK_ENABLE,"Button",
  24. BS_AUTOCHECKBOX | WS_TABSTOP,7,18,121,10
  25. LTEXT "&SQL Server Name:",IDC_STATIC_SQLNAME,24,35,60,8
  26. EDITTEXT IDC_EDIT_SERVERNAME,24,48,175,14,ES_AUTOHSCROLL
  27. LTEXT "&Cluster Name:",IDC_STATIC_CLUSTERNAME,24,70,45,8
  28. EDITTEXT IDC_EDIT_CLUSTERNAME,24,83,175,14,ES_AUTOHSCROLL
  29. LTEXT "S&QL Account Name:",IDC_STATIC_SQLACCOUNT,24,105,66,8
  30. EDITTEXT IDC_EDIT_ACCOUNTNAME,24,117,175,14,ES_AUTOHSCROLL
  31. LTEXT "SQL &Account Password:",IDC_STATIC_SQLPWD,24,137,78,8
  32. EDITTEXT IDC_EDIT_PASSWORD,24,150,175,14,ES_PASSWORD | ES_AUTOHSCROLL
  33. DEFPUSHBUTTON "OK",IDOK,77,181,50,14
  34. PUSHBUTTON "Cancel",IDCANCEL,132,181,50,14
  35. END
  36. STRINGTABLE DISCARDABLE
  37. BEGIN
  38. IDS_DISABLE "Disable"
  39. IDS_ENABLE "Enable"
  40. IDS_ATTRIBUTE_NAME "Session Directory Service"
  41. IDS_DESCRIP_PROPS "Displays property settings for Session Directory Service"
  42. IDS_DESCRIP_ENABLE "Enables or disables Session Directory Service"
  43. IDS_PROPERTIES "Properties"
  44. IDS_ERROR_TITLE "Session Directory Service"
  45. IDS_ERROR_TEXT "Unable to load properties: %s"
  46. IDS_ERROR_TEXT2 "Unable to save properties: %s"
  47. IDS_ERROR_TEXT3 "Operation failed: %s"
  48. END
  49. /////////////////////////////////////////////////////////////////////////////
  50. //
  51. // DESIGNINFO
  52. //
  53. #ifdef APSTUDIO_INVOKED
  54. GUIDELINES DESIGNINFO DISCARDABLE
  55. BEGIN
  56. IDD_DIALOG1, DIALOG
  57. BEGIN
  58. LEFTMARGIN, 7
  59. RIGHTMARGIN, 182
  60. TOPMARGIN, 7
  61. BOTTOMMARGIN, 195
  62. END
  63. END
  64. #endif // APSTUDIO_INVOKED