home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pentlk11.zip / MOVEKBD.DLG < prev    next >
Text File  |  1994-01-13  |  2KB  |  31 lines

  1. /*****************************************************************************/
  2. /*                                                                           */
  3. /*  File Name: MOVEKBD.DLG                                                   */
  4. /*                                                                           */
  5. /*                                                                           */
  6. /*  Copyright (C) 1993 IBM Corporation                                       */
  7. /*                                                                           */
  8. /*      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is          */
  9. /*      sample code created by IBM Corporation. This sample code is not      */
  10. /*      part of any standard or IBM product and is provided to you solely    */
  11. /*      for  the purpose of assisting you in the development of your         */
  12. /*      applications.  The code is provided "AS IS", without                 */
  13. /*      warranty of any kind.  IBM shall not be liable for any damages       */
  14. /*      arising out of your use of the sample code, even if they have been   */
  15. /*      advised of the possibility of such damages.                          */
  16. /*                                                                           */
  17. /*****************************************************************************/
  18. DLGINCLUDE 1 "MOVEKBD.H"
  19.  
  20. DLGTEMPLATE IDD_DLG_MOVE LOADONCALL MOVEABLE DISCARDABLE
  21. BEGIN
  22.     DIALOG  "", IDD_DLG_MOVE, 5, 5, 227, 20, WS_VISIBLE
  23.     BEGIN
  24.         PUSHBUTTON      "Load", IDD_LOAD, 1, 3, 40, 14
  25.         PUSHBUTTON      "Move", IDD_MOVE, 47, 3, 40, 14
  26.         PUSHBUTTON      "Enlarge", IDD_ENLARGE, 93, 3, 40, 14
  27.         PUSHBUTTON      "Shrink", IDD_SHRINK, 139, 3, 40, 14
  28.         PUSHBUTTON      "Close", IDD_CLOSE, 185, 3, 40, 14
  29.     END
  30. END
  31.