mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
16 lines
423 B
C
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
|