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.

32 lines
973 B

  1. #include "windows.h"
  2. 100 DIALOG 6, 18, 205, 67
  3. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  4. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  5. CAPTION "TUISPI_providerGenericDialog"
  6. FONT 8, "MS Shell Dlg"
  7. BEGIN
  8. DEFPUSHBUTTON "Success", IDOK, 20, 46, 40, 14
  9. PUSHBUTTON "Error", 105, 80, 46, 40, 14
  10. PUSHBUTTON "Send data", 102, 140, 46, 40, 14
  11. LTEXT "Data in:", 103, 6, 10, 34, 8
  12. EDITTEXT 104, 42, 9, 159, 12, ES_AUTOHSCROLL | ES_READONLY
  13. END
  14. #if TAPI_NT
  15. #include <ntverp.h>
  16. #else
  17. #include <version.h>
  18. #endif
  19. #define VER_FILEDESCRIPTION_STR "Microsoft\256 Windows(TM) Economical Service Provider Configuration"
  20. #define VER_INTERNALNAME_STR "espui"
  21. #define VER_ORIGINALFILENAME_STR "ESPUI.TSP"
  22. #define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corporation 1995. All Rights Reserved."
  23. #define VER_FILETYPE VFT_DLL
  24. #define VER_FILESUBTYPE VFT2_UNKNOWN
  25. #include <common.ver>