home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C Programming Starter Kit 2.0
/
SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso
/
tybc4
/
rwdlg1.rc
< prev
next >
Wrap
Text File
|
1993-12-01
|
661b
|
28 lines
#include <windows.h>
#include <owl\window.rh>
#include "rwdlg1.h"
IDD_LCLICK_DLG DIALOG 63, 76, 191, 65
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Mouse Event"
FONT 8, "MS Sans Serif"
{
DEFPUSHBUTTON "OK", IDOK, 70, 37, 50, 14
CTEXT "You clicked the left button!", -1, 18, 13, 154, 10
}
IDD_RCLICK_DLG DIALOG 63, 76, 191, 65
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Mouse Event"
FONT 8, "MS Sans Serif"
{
DEFPUSHBUTTON "OK", IDOK, 70, 37, 50, 14
CTEXT "You clicked the right button!", -1, 18, 13, 154, 10
}
EXITMENU MENU
{
MENUITEM "&Exit", CM_EXIT
}