home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the 3D Game Programming Gurus / gurus.iso / DirectX / dx9sdkcp.exe / SDK (C++) / Bin / DXUtils / Visual Studio 6.0 Wizards / Source Code / Template / netconnectres.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-11-12  |  1.2 KB  |  29 lines

  1.  
  2. #define IDD_MULTIPLAYER_CONNECT         10001
  3. #define IDD_MULTIPLAYER_GAMES           10002
  4. #define IDD_MULTIPLAYER_CREATE          10003
  5. #define IDD_LOBBY_WAIT_STATUS           10004
  6. #define IDD_MULTIPLAYER_ADDRESS         10005
  7. #define IDC_RETURN                      11001
  8. #define IDC_PLAYER_NAME_EDIT            11002
  9. #define IDC_GAMES_LIST                  11003
  10. #define IDC_JOIN                        11004
  11. #define IDC_CREATE                      11005
  12. #define IDC_CONNECTION_LIST             11006
  13. #define IDC_BACK                        11007
  14. #define IDC_EDIT_SESSION_NAME           11009
  15. #define IDC_SEARCH_CHECK                11010
  16. #define IDC_LOBBYCONNECTCANCEL          11011
  17. #define IDC_WAIT_TEXT                   11012
  18. #define IDC_MIGRATE_HOST                11013 
  19. #define IDI_MAIN                        11014
  20. #define IDC_IP_ADDRESS                  11015
  21. #define IDC_SIGNING_FAST                11016
  22. #define IDC_SIGNING_FULL                11017
  23. #define IDC_LOCAL_PORT                  11018
  24. #define IDC_LOCAL_PORT_TEXT             11019
  25. #define IDC_USE_DPNSVR                  11020
  26. #define IDC_REMOTE_PORT                 11021
  27. #define IDC_REMOTE_HOSTNAME             11022                  
  28.  
  29.