home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / sybase / starbuck / rc.z / WMEMDLG.DLG < prev    next >
Text File  |  1995-05-12  |  688b  |  12 lines

  1. WClassMemoryError DIALOG FIXED IMPURE  45, 47, 296, 103
  2. STYLE DS_MODALFRAME | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME
  3. CAPTION "Unrecoverable Error"
  4. FONT 8, "Helv"
  5. BEGIN
  6.     CONTROL "WCLASS_APP_ICON", 106, "STATIC", SS_ICON | WS_CHILD | WS_VISIBLE, 11, 7, 32, 32
  7.     CONTROL "OUT OF MEMORY", 101, "STATIC", SS_CENTER | WS_CHILD | WS_VISIBLE, 67, 15, 154, 12
  8.     CONTROL "An out of memory error has been detected and execution must be terminated.  Free up memory by closing down other applications and try again.", 102, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE, 11, 47, 275, 22
  9.     CONTROL "OK", IDOK, "BUTTON", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 119, 78, 50, 14
  10. END
  11.  
  12.