home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cscout.zip / SAMPLES / ABOUT.DLG next >
Text File  |  1995-05-24  |  2KB  |  31 lines

  1. /************************************************************************/
  2. /***                                                                  ***/
  3. /*** AUTHOR            : RH                                           ***/
  4. /***                                                                  ***/
  5. /*** SHORT DESCRIPTION : C-Scout test info dialog box                 ***/
  6. /***                                                                  ***/
  7. /*** PART OF           : mtestpm                                      ***/
  8. /***                                                                  ***/
  9. /*** COPYRIGHT         : (C)  a priori Computer Solutions GmbH        ***/
  10. /***                                                                  ***/
  11. /************************************************************************/
  12.  
  13. DLGTEMPLATE IDD_ABOUTDLG LOADONCALL MOVEABLE DISCARDABLE
  14.  
  15. BEGIN
  16.     DIALOG  "Product Information of mtestpm", IDD_ABOUTDLG, -53, -11, 296, 90,
  17.             WS_VISIBLE, FCF_TITLEBAR
  18.     BEGIN
  19.         ICON            ID_mtestpm, 0, 134, 69, 21, 16
  20.         CTEXT           "mtestpm Version 1.0", 0, 5, 56, 283, 8
  21.         CTEXT           "test PM tracing", 0, 5, 46, 283, 8
  22.         CTEXT           "(C)1995  a priori computer solutions GmbH. "
  23.                         "All Rights reserved.", 0, 5, 32, 283, 8
  24.         CTEXT           "Written by Roy Heaton", 0, 5, 21, 283, 8
  25.         PUSHBUTTON      "~OK", DID_OK, 115, 3, 56, 14
  26.     END
  27. END
  28. /************************************************************************/
  29. /*** EOF about.dlg                                                    ***/
  30. /************************************************************************/
  31.