home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / dialog / dlgtext.dlg < prev    next >
Text File  |  1988-08-10  |  428b  |  9 lines

  1. 1 DIALOG LOADONCALL MOVEABLE DISCARDABLE 35, 10, 166, 54
  2. STYLE WS_DLGFRAME | WS_VISIBLE | WS_POPUP
  3. BEGIN
  4.            CONTROL "Ok" IDOK, "button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_CHILD, 64, 30, 40, 14
  5.            CONTROL "Sending text strings to this edit box:" -1, "static", SS_CENTER | WS_CHILD, 0, 2, 165, 14
  6.            CONTROL "" ID_EDITBOX, "edit", ES_LEFT | WS_BORDER | WS_TABSTOP | WS_CHILD, 26, 15, 114, 11
  7. END
  8.  
  9.