home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / sna / aremote / arsetup.rc < prev    next >
Text File  |  1997-04-09  |  4KB  |  122 lines

  1. //Microsoft App Studio generated resource script.
  2. //
  3. #include "setupdlg.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #define APSTUDIO_HIDDEN_SYMBOLS
  11. #include "windows.h"
  12. #undef APSTUDIO_HIDDEN_SYMBOLS
  13. #include "arsetup.h"
  14.  
  15. /////////////////////////////////////////////////////////////////////////////////////
  16. #undef APSTUDIO_READONLY_SYMBOLS
  17.  
  18.  
  19. //////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Dialog
  22. //
  23.  
  24. MAINDLG DIALOG DISCARDABLE  37, 27, 302, 76
  25. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  26. CAPTION "APPC Remote TP Installation"
  27. FONT 8, "MS Sans Serif"
  28. BEGIN
  29.     LTEXT           "Service &Name: ",-1,7,8,68,8
  30.     EDITTEXT        IDE_TPNAME,75,6,65,12,ES_AUTOHSCROLL
  31.     RTEXT           "&Local LU Alias: ",101,159,8,55,8
  32.     EDITTEXT        IDE_LOCALLU,215,6,80,12,ES_UPPERCASE | ES_AUTOHSCROLL
  33.     LTEXT           "APPC &Remote Path: ",-1,7,24,68,8
  34.     EDITTEXT        IDE_REMOTEPATH,75,22,170,12,ES_AUTOHSCROLL
  35.     PUSHBUTTON      "&Browse...",IDC_REMOTEPATH_BROWSE,250,21,45,14
  36.     LTEXT           "&Command path: ",-1,7,40,68,8
  37.     EDITTEXT        IDE_CMDPATH,75,38,170,12,ES_AUTOHSCROLL
  38.     PUSHBUTTON      "Bro&wse...",IDC_CMDPATH_BROWSE,250,38,45,14
  39.     DEFPUSHBUTTON   "OK",IDOK,99,55,51,14,WS_GROUP
  40.     PUSHBUTTON      "Cancel",IDCANCEL,166,55,51,14,WS_GROUP
  41. END
  42.  
  43. #ifdef APSTUDIO_INVOKED
  44. //////////////////////////////////////////////////////////////////////////////
  45. //
  46. // TEXTINCLUDE
  47. //
  48.  
  49. 2 TEXTINCLUDE DISCARDABLE 
  50. BEGIN
  51.     "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  52.     "#include ""windows.h""\r\n"
  53.     "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  54.     "#include ""arsetup.h""\r\n"
  55.     "\0"
  56. END
  57.  
  58. 3 TEXTINCLUDE DISCARDABLE 
  59. BEGIN
  60.     "\r\n"
  61.     "\0"
  62. END
  63.  
  64. 1 TEXTINCLUDE DISCARDABLE 
  65. BEGIN
  66.     "setupdlg.h\0"
  67. END
  68.  
  69. /////////////////////////////////////////////////////////////////////////////////////
  70. #endif    // APSTUDIO_INVOKED
  71.  
  72.  
  73. //////////////////////////////////////////////////////////////////////////////
  74. //
  75. // String Table
  76. //
  77.  
  78. STRINGTABLE DISCARDABLE 
  79. BEGIN
  80.     IDS_ERRORTITLE          "Installation Error"
  81.     IDS_UNKNOWN             "An unknown error has occured.\rError code: %u"
  82.     IDS_OPENSCMFAILED       "Unable to open Service Control Manager."
  83.     IDS_CREATEFAILED        "Unable to register service."
  84.     IDS_LOCKFAILED          "Unable to acquire lock on registry."
  85.     IDS_SETKEYFAILED        "Unable to set a key's value in the registry."
  86.     IDS_OPENKEYFAILED       "Unable to open a key in the registry."
  87.     IDS_INIWRITEFAILED      "Unable to write to WIN.INI."
  88.     IDS_BADPATHNAME         "You must fill in the ""Command line"" field."
  89.     IDS_BADTPNAME           "You must fill in the TP Name field."
  90.     IDS_SERVICEEXISTS       "This TP has already been installed.\rEither delete it from the registry or choose a new name."
  91.     IDS_BADTIMEOUT          "You have left the Timeout field blank.\rIf you specify a finite timeout, you must fill in this field with a number."
  92.     IDS_INFOTITLE           "Installation Notice"
  93.     IDS_NOMESSAGE           "This text for this message is missing."
  94.     IDS_SUCCESS             "Installation is complete."
  95.     IDS_REGISTRYPATH        "SYSTEM\\CurrentControlSet\\Services\\"
  96. END
  97.  
  98. STRINGTABLE DISCARDABLE 
  99. BEGIN
  100.     IDS_NOUSERNAME          "You must specify a username."
  101.     IDS_NOPASSWORD          "You must specify a password."
  102.     IDS_OUTOFMEMORY         "Out of memory.\rPlease free some memory and try again."
  103.     IDS_REGISTRYAPPLPATH    "SYSTEM\\CurrentControlSet\\Services\\SnaBase\\Parameters\\TPs\\"
  104.     IDS_REPLACECAPTION      "TP Name Already Exists"
  105.     IDS_REPLACETEXT         "An Invokable TP has already been installed with this TP name.\n\nDo you want to overwrite the existing settings ?"
  106.     IDS_BADCMDPATH          "The Command Path must point to a valid filename."
  107.     IDS_BADREMOTEPATH       "The remote path must point to a valid filename."
  108.     IDS_BADLUNAME           "You must fill in the Local LU Alias field"
  109. END
  110.  
  111.  
  112. #ifndef APSTUDIO_INVOKED
  113. ////////////////////////////////////////////////////////////////////////////////
  114. //
  115. // Generated from the TEXTINCLUDE 3 resource.
  116. //
  117.  
  118.  
  119. /////////////////////////////////////////////////////////////////////////////////////
  120. #endif    // not APSTUDIO_INVOKED
  121.  
  122.