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.

72 lines
2.9 KiB

  1. //THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  2. //ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  3. //THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  4. // PARTICULAR PURPOSE.
  5. //
  6. // Copyright 1993-1995 Microsoft Corporation. All Rights Reserved.
  7. //
  8. // MODULE: rcids.h
  9. //
  10. // PURPOSE: Constant definitions for resources
  11. //
  12. // PLATFORMS: Windows 95
  13. //
  14. // FUNCTIONS: N/A
  15. //
  16. // SPECIAL INSTRUCTIONS: N/A
  17. //
  18. #define IDI_SCRIPT 100
  19. #define IDD_TERMINALDLG 1000
  20. #define CID_T_EB_SCREEN (IDD_TERMINALDLG)
  21. #define CID_T_PB_ENTER (IDD_TERMINALDLG+1)
  22. #define CID_T_CB_INPUT (IDD_TERMINALDLG+2)
  23. #define CID_T_CB_MIN (IDD_TERMINALDLG+3)
  24. #define IDD_TERMINALTESTDLG 2000
  25. #define CID_T_ST_FILE (IDD_TERMINALTESTDLG+2)
  26. #define CID_T_EB_SCRIPT (IDD_TERMINALTESTDLG+3)
  27. #define CID_T_PB_STEP (IDD_TERMINALTESTDLG+4)
  28. #define IDC_STATIC -1
  29. //
  30. // String IDs
  31. //
  32. #define IDS_ERR_ScriptNotFound (IDS_ERR_BASE+0x0001)
  33. #define IDS_ERR_UnexpectedEOF (IDS_ERR_BASE+0x0002)
  34. #define IDS_ERR_SyntaxError (IDS_ERR_BASE+0x0003)
  35. #define IDS_ERR_MainProcMissing (IDS_ERR_BASE+0x0004)
  36. #define IDS_ERR_IdentifierMissing (IDS_ERR_BASE+0x0005)
  37. #define IDS_ERR_StringMissing (IDS_ERR_BASE+0x0006)
  38. #define IDS_ERR_IntMissing (IDS_ERR_BASE+0x0007)
  39. #define IDS_ERR_InvalidType (IDS_ERR_BASE+0x0008)
  40. #define IDS_ERR_OutOfMemory (IDS_ERR_BASE+0x0009)
  41. #define IDS_ERR_InternalError (IDS_ERR_BASE+0x000a)
  42. #define IDS_ERR_InvalidParam (IDS_ERR_BASE+0x000b)
  43. #define IDS_ERR_InvalidIPParam (IDS_ERR_BASE+0x000c)
  44. #define IDS_ERR_InvalidPortParam (IDS_ERR_BASE+0x000d)
  45. #define IDS_ERR_InvalidRange (IDS_ERR_BASE+0x000e)
  46. #define IDS_ERR_InvalidScreenParam (IDS_ERR_BASE+0x000f)
  47. #define IDS_ERR_RParenMissing (IDS_ERR_BASE+0x0010)
  48. #define IDS_ERR_RequireInt (IDS_ERR_BASE+0x0011)
  49. #define IDS_ERR_RequireString (IDS_ERR_BASE+0x0012)
  50. #define IDS_ERR_RequireBool (IDS_ERR_BASE+0x0013)
  51. #define IDS_ERR_RequireIntString (IDS_ERR_BASE+0x0014)
  52. #define IDS_ERR_TypeMismatch (IDS_ERR_BASE+0x0015)
  53. #define IDS_ERR_Redefined (IDS_ERR_BASE+0x0016)
  54. #define IDS_ERR_Undefined (IDS_ERR_BASE+0x0017)
  55. #define IDS_ERR_RequireLabel (IDS_ERR_BASE+0x0018)
  56. #define IDS_ERR_DivByZero (IDS_ERR_BASE+0x0019)
  57. #define IDS_ERR_RequireIntStrBool (IDS_ERR_BASE+0x001a)
  58. #define IDS_CAP_Script (IDS_RANDO_BASE+0x0001)
  59. #define IDS_IP_Address (IDS_RANDO_BASE+0X002)
  60. #define IDS_RUN (IDS_RANDO_BASE+0X0010)
  61. #define IDS_TEST (IDS_RANDO_BASE+0X0011)
  62. #define IDS_COMPLETE (IDS_RANDO_BASE+0X0012)
  63. #define IDS_HALT (IDS_RANDO_BASE+0X0013)