1 #pragma once 2 3 #define IDS_DESCRIPTION 1 4 #define IDABOUT 10 5 #define IDI_ICON 101 6 #define IDD_DLG_ABOUT 110 7 #define IDC_SLIDER_SIZE 1000 8 #define IDC_SLIDER_PRESD 1001 9 #define IDC_SLIDER_POSTSD 1002 10 #define IDC_SLIDER_SD 1003 11 #define IDC_TEXT_SIZE 1004 12 #define IDC_TEXT_PRESD 1005 13 #define IDC_TEXT_POSTSD 1006 14 #define IDC_TEXT_SD 1007 15 #define IDD_DLG_SCREEN 2003 16