home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1995 November
/
PCWK1195.iso
/
inne
/
podstawy
/
os2
/
ssaver
/
ssaver23.exe
/
SAMPLE.ZIP
/
sample.h
< prev
next >
Wrap
Text File
|
1994-08-07
|
625b
|
32 lines
/*
sample.h
sample saver module dialog/control ids include file
(C) 1993-94 Siegfried Hanisch
*/
// ===== resource ids, string ids
#define IDR_ICON 10001
#define IDS_MODULENAME 1
// ===== timer ids
#define IDT_ZORDERTIMER 1000
// ===== dialog ids
#define IDD_CONFIGURE 3000
// ===== dialog control ids
#define IDC_OK 1
#define IDC_CANCEL 2
#define IDC_ENABLED 3001
#define IDC_SPEED 4001
#define IDC_SPEEDTEXT 4002
/*
$$$$$ insert code here $$$$$
If you add new controls to the dialog, insert the control ID
values here
$$$$$ for example $$$$$
*/
#define IDC_COUNT 3002