mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
44fe04c85c
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
15 lines
423 B
C
15 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
|