1 #pragma once 2 3 /* Icons */ 4 5 #define IDC_CPLICON_1 100 6 #define IDC_CPLICON_2 200 7 8 #define IDI_MOUSE_SPEED 104 9 #define IDI_REPEAT_DELAY 105 10 #define IDI_REPEAT_RATE 106 11 #define IDI_MOUSE_BUTTON 108 12 #define IDI_MOUSE_LEFT 109 13 #define IDI_MOUSE_RIGHT 110 14 #define IDI_PRINTERS_FOLDER 300 15 #define IDI_FONTS_FOLDER 400 16 #define IDI_ADMIN_TOOLS_FOLDER 500 17 #define IDI_MOUSE_TRAILS 600 18 #define IDI_MOUSE_HIDE 601 19 #define IDI_MOUSE_POINTER 602 20 #define IDI_MOUSE_WHEEL 603 21 #define IDI_FOLDER_CLOSED 605 22 #define IDI_FOLDER_OPEN 606 23 #define IDI_LOCK_KEY 607 24 25 #define IDD_PAGE_BUTTON 101 26 #define IDD_PAGE_POINTER 102 27 #define IDD_PAGE_OPTION 103 28 #define IDD_PAGE_WHEEL 104 29 #define IDD_PAGE_HARDWARE 105 30 #define IDD_HARDWARE 105 31 #define IDD_KEYBSPEED 106 32 #define IDD_CURSOR_SCHEME_SAVEAS 107 33 #define IDD_CLICK_LOCK 108 34 35 /* Strings */ 36 #define IDS_CPLNAME_1 1000 37 #define IDS_CPLDESCRIPTION_1 1001 38 #define IDS_CPLNAME_2 1002 39 #define IDS_CPLDESCRIPTION_2 1003 40 #define IDS_ARROW 1016 41 #define IDS_HELP 1017 42 #define IDS_APPSTARTING 1018 43 #define IDS_WAIT 1019 44 #define IDS_CROSSHAIR 1020 45 #define IDS_IBEAM 1021 46 #define IDS_NWPEN 1022 47 #define IDS_NO 1023 48 #define IDS_SIZENS 1024 49 #define IDS_SIZEWE 1025 50 #define IDS_SIZENWSE 1026 51 #define IDS_SIZENESW 1027 52 #define IDS_SIZEALL 1028 53 #define IDS_UPARROW 1029 54 #define IDS_HAND 1030 55 #define IDS_NONE 1031 56 #define IDS_SYSTEM_SCHEME 1032 57 #define IDS_BROWSE_FILTER 1033 58 #define IDS_BROWSE_TITLE 1034 59 #define IDS_REMOVE_TITLE 1035 60 #define IDS_REMOVE_TEXT 1036 61 #define IDS_OVERWRITE_TITLE 1037 62 #define IDS_OVERWRITE_TEXT 1038 63 #define IDS_ANIMATE_CURSOR 1039 64 65 #define IDC_SWAP_MOUSE_BUTTONS 2000 66 #define IDC_SLIDER_DOUBLE_CLICK_SPEED 2001 67 #define IDC_CHECK_CLICK_LOCK 2002 68 #define IDC_BUTTON_CLICK_LOCK 2003 69 #define IDC_RADIO_WHEEL_SCROLL_LINES 2004 70 #define IDC_EDIT_WHEEL_SCROLL_LINES 2005 71 #define IDC_UPDOWN_WHEEL_SCROLL_LINES 2006 72 #define IDC_RADIO_WHEEL_SCROLL_PAGE 2007 73 #define IDC_SLIDER_MOUSE_SPEED 2008 74 #define IDC_CHECK_SNAP_TO 2009 75 #define IDC_CHECK_SHOW_POINTER 2010 76 #define IDC_CHECK_HIDE_POINTER 2011 77 #define IDC_CHECK_POINTER_TRAIL 2012 78 #define IDC_CHECK_POINTER_PRECISION 2013 79 #define IDC_SLIDER_POINTER_TRAIL 2014 80 #define IDC_LISTBOX_CURSOR 2015 81 #define IDC_COMBO_CURSOR_SCHEME 2030 82 #define IDC_BUTTON_DELETE_SCHEME 2033 83 #define IDC_CHECK_CURSOR_SHADOW 2034 84 #define IDC_IMAGE_SWAP_MOUSE 2035 85 #define IDC_IMAGE_DOUBLE_CLICK_SPEED 2036 86 #define IDC_ICON_MOUSE_SPEED 2037 87 #define IDC_ICON_SNAP_TO 2038 88 #define IDC_ICON_POINTER_TRAIL 2039 89 #define IDC_ICON_SHOW_POINTER 2040 90 #define IDC_ICON_HIDE_POINTER 2041 91 #define IDC_BUTTON_USE_DEFAULT_CURSOR 2042 92 #define IDC_BUTTON_BROWSE_CURSOR 2043 93 #define IDC_BUTTON_SAVEAS_SCHEME 2044 94 #define IDC_EDIT_SCHEME_NAME 2045 95 #define IDC_ICON_CLICK_LOCK 2046 96 #define IDC_SLIDER_CLICK_LOCK 2047 97 #define IDC_ICON_WHEEL 2048 98 #define IDC_IMAGE_CURRENT_CURSOR 2049 99 #define IDC_ICON_REPEAT_DELAY 2050 100 #define IDC_SLIDER_REPEAT_DELAY 2051 101 #define IDC_ICON_REPEAT_RATE 2052 102 #define IDC_SLIDER_REPEAT_RATE 2053 103 #define IDC_EDIT_REPEAT_RATE 2054 104 #define IDC_SLIDER_CURSOR_BLINK 2055 105 #define IDC_TEXT_CURSOR_BLINK 2056 106 #define IDC_TEXT_TRAIL_SHORT 2057 107 #define IDC_TEXT_TRAIL_LONG 2058 108