home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
pentlk11.zip
/
IMAGES
/
PENTLKT2.IMG
/
unc.dsk
/
MOVEKBD.DLG
< prev
next >
Wrap
Text File
|
1994-01-13
|
2KB
|
31 lines
/*****************************************************************************/
/* */
/* File Name: MOVEKBD.DLG */
/* */
/* */
/* Copyright (C) 1993 IBM Corporation */
/* */
/* DISCLAIMER OF WARRANTIES. The following [enclosed] code is */
/* sample code created by IBM Corporation. This sample code is not */
/* part of any standard or IBM product and is provided to you solely */
/* for the purpose of assisting you in the development of your */
/* applications. The code is provided "AS IS", without */
/* warranty of any kind. IBM shall not be liable for any damages */
/* arising out of your use of the sample code, even if they have been */
/* advised of the possibility of such damages. */
/* */
/*****************************************************************************/
DLGINCLUDE 1 "MOVEKBD.H"
DLGTEMPLATE IDD_DLG_MOVE LOADONCALL MOVEABLE DISCARDABLE
BEGIN
DIALOG "", IDD_DLG_MOVE, 5, 5, 227, 20, WS_VISIBLE
BEGIN
PUSHBUTTON "Load", IDD_LOAD, 1, 3, 40, 14
PUSHBUTTON "Move", IDD_MOVE, 47, 3, 40, 14
PUSHBUTTON "Enlarge", IDD_ENLARGE, 93, 3, 40, 14
PUSHBUTTON "Shrink", IDD_SHRINK, 139, 3, 40, 14
PUSHBUTTON "Close", IDD_CLOSE, 185, 3, 40, 14
END
END