home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win3 / util / trmnat / terminat.dlg < prev    next >
Text File  |  1992-02-05  |  2KB  |  39 lines

  1. DLGINCLUDE RCDATA DISCARDABLE
  2. BEGIN
  3.     "TERMINAT.H\0"
  4. END
  5.  
  6. TERMINAT DIALOG 60, 44, 184, 138
  7. STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
  8.     WS_SYSMENU
  9. CAPTION "Terminator"
  10. FONT 8, "Helv"
  11. BEGIN
  12.     LTEXT           "&Modules/Tasks", -1, 6, 4, 74, 8
  13.     LISTBOX         ID_LIST, 8, 16, 98, 122, LBS_SORT | LBS_DISABLENOSCROLL | 
  14.                     WS_VSCROLL | WS_GROUP | WS_TABSTOP
  15.     PUSHBUTTON      "&Terminate", ID_TERMINATE, 112, 100, 60, 14
  16.     PUSHBUTTON      "&Close", ID_CLOSE, 112, 114, 60, 14
  17.     PUSHBUTTON      "&Quit", IDOK, 140, 8, 42, 14
  18.     LTEXT           "Terminator -- sample ToolHelp aplication.  Copyright ⌐ 1992, Gordon Harris", 
  19.                     -1, 112, 30, 68, 34
  20.     ICON            "terminat", -1, 110, 6, 18, 20
  21.     LTEXT           "Portions Copyright ⌐ Microsoft Corporation", -1, 112, 
  22.                     70, 70, 26
  23. END
  24.  
  25. ABOUT DIALOG 78, 70, 236, 120
  26. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  27. CAPTION "About Terminator"
  28. FONT 8, "Helv"
  29. BEGIN
  30.     DEFPUSHBUTTON   "&Ok", IDOK, 4, 86, 28, 18
  31.     ICON            "terminat", -1, 6, 8, 18, 20
  32.     LTEXT           "The listbox lists all currently loaded Windows modules and tasks.  If a highlighted entry is a task, then the ""Close"" button will be enabled.  ", 
  33.                     -1, 38, 12, 192, 28
  34.     LTEXT           "Pressing the ""Close"" button for a task entry will cause the Terminator to send it a WM_CLOSE message.  Pressing the ""Terminate"" button for a task entry will invoke a call to the ToolHelp ""TerminateApp"" function.", 
  35.                     -1, 38, 42, 190, 34
  36.     LTEXT           "Pressing the ""Terminate"" button for a module entry will cause Terminator to unload the module by attempting to reduce its reference count to 0.", 
  37.                     -1, 38, 82, 190, 26
  38. END
  39.