reactos/rosapps/applications/screensavers/mazescr/resource.h
Daniel Reimer 44fe04c85c [MAZESCR]
INI files for setting parameters? Lets get to the past Win 3.11 standards and make a configure dialog for that which reads and writes the stuff to the registry.

svn path=/trunk/; revision=67833
2015-05-20 01:57:07 +00:00

16 lines
423 B
C

#pragma once
#define IDS_DESCRIPTION 1
#define IDABOUT 10
#define IDI_ICON 101
#define IDD_DLG_ABOUT 110
#define IDC_SLIDER_SIZE 1000
#define IDC_SLIDER_PRESD 1001
#define IDC_SLIDER_POSTSD 1002
#define IDC_SLIDER_SD 1003
#define IDC_TEXT_SIZE 1004
#define IDC_TEXT_PRESD 1005
#define IDC_TEXT_POSTSD 1006
#define IDC_TEXT_SD 1007
#define IDD_DLG_SCREEN 2003