home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / winsock / wsock / wsock.res / Dialogs / Hostname.rc < prev    next >
Encoding:
Text File  |  1998-03-30  |  645 b   |  12 lines

  1. HOSTNAME DIALOG 43, 59, 160, 100
  2. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  3. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  4. CAPTION "Enter a host name:"
  5. FONT 8, "MS Sans Serif"
  6. {
  7.  CONTROL "", 201, EDIT, ES_LEFT | ES_AUTOHSCROLL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 30, 41, 95, 12
  8.  CONTROL "Enter in the host name (ASCII String name):", 202, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 32, 15, 93, 25
  9.  CONTROL "Ok", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 32, 80, 40, 14
  10.  CONTROL "Cancel", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 88, 80, 40, 14
  11. }
  12.