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.

48 lines
1.3 KiB

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1996 - 1999
  3. Module Name:
  4. dialogs.h
  5. Abstract:
  6. Dialog definitions for ActiveMovie RTP Network Filters.
  7. Environment:
  8. User Mode - Win32
  9. Revision History:
  10. 02-Dec-1996 DonRyan
  11. Created.
  12. --*/
  13. #ifndef _INC_DIALOGS
  14. #define _INC_DIALOGS
  15. ///////////////////////////////////////////////////////////////////////////////
  16. // //
  17. // Dialog IDs //
  18. // //
  19. ///////////////////////////////////////////////////////////////////////////////
  20. #define IDSBASE_AMRTPNET 3000
  21. #define IDS_RTPPROPERTIES 3001
  22. #define IDD_RTPPROPERTIES 3001
  23. #define IDC_RTPADDR 3002
  24. #define IDC_RTPPORT 3003
  25. #define IDC_RTCPADDR 3004
  26. #define IDC_RTCPPORT 3005
  27. #define IDC_RTCPONOFF 3006
  28. #define IDC_USERNAME 3007
  29. #define IDC_SCOPE 3008
  30. #define IDC_QOS 3009
  31. #define IDC_MCLOOPBACK 3010
  32. #define IDC_STATIC -1
  33. #endif // _INC_DIALOGS