home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / ras / rasberry / authdlg.dlg < prev    next >
Text File  |  1996-01-16  |  2KB  |  39 lines

  1. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  2.  
  3. AUTHDLGBOX DIALOG DISCARDABLE  0, 0, 237, 107
  4. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  5. CAPTION "Authentication"
  6. BEGIN
  7.     LTEXT           "&User Name",IDC_STATIC,9,46,38,13
  8.     EDITTEXT        IDE_USERNAME,50,45,115,12,ES_AUTOHSCROLL
  9.     LTEXT           "&Password",IDC_STATIC,9,67,36,13
  10.     EDITTEXT        IDE_PASSWORD,50,65,115,12,ES_PASSWORD | ES_AUTOHSCROLL
  11.     LTEXT           "&Domain",IDC_STATIC,9,86,38,13
  12.     EDITTEXT        IDE_DOMAIN,50,85,115,12,ES_AUTOHSCROLL
  13.     DEFPUSHBUTTON   "OK",IDOK,180,10,50,16
  14.     PUSHBUTTON      "Cancel",IDCANCEL,180,30,50,16
  15.     LTEXT           "Enter a user name and password with access to the remote network domain.  The remote server may not require entries in all three fields.",
  16.                     IDC_STATIC,10,10,165,25
  17. END
  18.  
  19.  
  20. LANGUAGE LANG_JAPANESE, SUBLANG_NEUTRAL
  21.  
  22. AUTHDLGBOX DIALOG DISCARDABLE  0, 0, 237, 107
  23. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  24. CAPTION "Authentication"
  25. BEGIN
  26.     LTEXT           "&User Name",IDC_STATIC,9,46,47,13
  27.     EDITTEXT        IDE_USERNAME,58,45,115,12,ES_AUTOHSCROLL
  28.     LTEXT           "&Password",IDC_STATIC,9,67,47,13
  29.     EDITTEXT        IDE_PASSWORD,58,65,115,12,ES_PASSWORD | ES_AUTOHSCROLL
  30.     LTEXT           "&Domain",IDC_STATIC,9,86,47,13
  31.     EDITTEXT        IDE_DOMAIN,58,85,115,12,ES_AUTOHSCROLL
  32.     DEFPUSHBUTTON   "OK",IDOK,180,10,50,16
  33.     PUSHBUTTON      "Cancel",IDCANCEL,180,30,50,16
  34.     LTEXT           "Enter a user name and password with access to the remote network domain.  The remote server may not require entries in all three fields.",
  35.                     IDC_STATIC,10,10,165,25
  36. END
  37.  
  38.  
  39.