ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

resource.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 /* Metrics */
00004 #define PROPSHEETWIDTH                  246
00005 #define PROPSHEETHEIGHT                 228
00006 #define PROPSHEETPADDING                6
00007 
00008 #define SYSTEM_COLUMN                   (18 * PROPSHEETPADDING)
00009 #define LABELLINE(x)                    (((PROPSHEETPADDING + 2) * x) + (x + 2))
00010 
00011 #define ICONSIZE                        16
00012 
00013 /* ids */
00014 #define IDC_DESK_ICON                   40
00015 #define IDC_DESK_ICON2                  100 // Needed for theme compatability with Windows.
00016 
00017 #define IDC_STATIC                      -1
00018 
00019 /* Dialogs */
00020 #define IDD_BACKGROUND                  100
00021 #define IDD_SCREENSAVER                 101
00022 #define IDD_APPEARANCE                  102
00023 #define IDD_SETTINGS                    103
00024 #define IDD_ADVAPPEARANCE               104
00025 #define IDD_EFFAPPEARANCE               105
00026 #define IDD_ADVANCED_GENERAL            200
00027 
00028 /* Background Page */
00029 #define IDC_BACKGROUND_LIST             1000
00030 #define IDC_MONITOR                     1001
00031 #define IDC_BACKGROUND_PREVIEW          1002
00032 #define IDC_BROWSE_BUTTON               1003
00033 #define IDC_COLOR_BUTTON                1004
00034 #define IDC_PLACEMENT_COMBO             1005
00035 #define IDS_BACKGROUND_COMDLG_FILTER    1006
00036 #define IDS_SUPPORTED_EXT               1007
00037 
00038 /* Screensaver Page */
00039 #define IDC_SCREENS_PREVIEW             1010
00040 #define IDC_SCREENS_LIST                1011
00041 #define IDC_SCREENS_POWER_BUTTON        1012
00042 #define IDC_SCREENS_SETTINGS            1013
00043 #define IDC_SCREENS_TESTSC              1014
00044 #define IDC_SCREENS_USEPASSCHK          1015
00045 #define IDC_SCREENS_TIMEDELAY           1016
00046 #define IDC_SCREENS_TIME                1017
00047 #define IDC_WAITTEXT                    1018
00048 #define IDC_MINTEXT                     1019
00049 #define IDC_SCREENS_DUMMY               5000
00050 #define IDC_SCREENS_DUMMY2              5001
00051 
00052 #define IDC_SCREENS_CHOICES -1
00053 
00054 #define IDS_CPLNAME                     2000
00055 #define IDS_CPLDESCRIPTION              2001
00056 
00057 #define IDS_NONE                        2002
00058 #define IDS_CENTER                      2003
00059 #define IDS_STRETCH                     2004
00060 #define IDS_TILE                        2005
00061 
00062 #define IDC_SETTINGS_DEVICE             201
00063 #define IDC_SETTINGS_BPP                202
00064 #define IDC_SETTINGS_RESOLUTION         203
00065 #define IDC_SETTINGS_RESOLUTION_TEXT    204
00066 #define IDC_SETTINGS_ADVANCED           205
00067 #define IDC_SETTINGS_MONSEL             206
00068 #define IDC_SETTINGS_SPECTRUM           207
00069 
00070 #define IDB_SPECTRUM_4                  208
00071 #define IDB_SPECTRUM_8                  209
00072 #define IDB_SPECTRUM_16                 210
00073 
00074 #define IDR_PREVIEW_MENU                2100
00075 #define ID_MENU_NORMAL                  2101
00076 #define ID_MENU_DISABLED                2102
00077 #define ID_MENU_SELECTED                2103
00078 
00079 #define IDM_MONITOR_MENU                2110
00080 #define ID_MENU_ATTACHED                2111
00081 #define ID_MENU_PRIMARY                 2112
00082 #define ID_MENU_IDENTIFY                2113
00083 #define ID_MENU_PROPERTIES              2114
00084 
00085 /* Settings Page */
00086 #define IDS_PIXEL                       2301
00087 #define IDS_COLOR_4BIT                  2904
00088 #define IDS_COLOR_8BIT                  2908
00089 #define IDS_COLOR_16BIT                 2916
00090 #define IDS_COLOR_24BIT                 2924
00091 #define IDS_COLOR_32BIT                 2932
00092 
00093 /* Appearance Page */
00094 #define IDC_APPEARANCE_PREVIEW          1500
00095 #define IDC_APPEARANCE_COLORSCHEME      1501
00096 #define IDC_APPEARANCE_FONTSIZE         1502
00097 #define IDC_APPEARANCE_EFFECTS          1503
00098 #define IDC_APPEARANCE_ADVANCED         1504
00099 #define IDC_APPEARANCE_VISUAL_STYLE     1505
00100 
00101 #define IDS_INACTWIN                    1510
00102 #define IDS_ACTWIN                      1511
00103 #define IDS_WINTEXT                     1512
00104 #define IDS_MESSBOX                     1513
00105 #define IDS_MESSTEXT                    1514
00106 #define IDS_BUTTEXT                     1515
00107 
00108 /* Update these IDs when you change the string id list */
00109 #define IDS_ITEM_FIRST                  (IDS_ITEM_3D_OBJECTS)
00110 #define IDS_ITEM_LAST                   (IDS_ITEM_CAPTION_BUTTONS + 1)
00111 
00112 /* Advanced Appearance Dialog */
00113 #define IDC_ADVAPPEARANCE_PREVIEW       3101
00114 #define IDC_ADVAPPEARANCE_ELEMENT       3102
00115 #define IDC_ADVAPPEARANCE_SIZE_T        3103
00116 #define IDC_ADVAPPEARANCE_SIZE_E        3104
00117 #define IDC_ADVAPPEARANCE_SIZE_UD       3105
00118 #define IDC_ADVAPPEARANCE_COLOR1_T      3106
00119 #define IDC_ADVAPPEARANCE_COLOR1_B      3107
00120 #define IDC_ADVAPPEARANCE_COLOR2_T      3108
00121 #define IDC_ADVAPPEARANCE_COLOR2_B      3109
00122 #define IDC_ADVAPPEARANCE_FONT_T        3110
00123 #define IDC_ADVAPPEARANCE_FONT_C        3111
00124 #define IDC_ADVAPPEARANCE_FONTSIZE_T    3112
00125 #define IDC_ADVAPPEARANCE_FONTSIZE_E    3113
00126 #define IDC_ADVAPPEARANCE_FONTCOLOR_T   3114
00127 #define IDC_ADVAPPEARANCE_FONTCOLOR_B   3115
00128 #define IDC_ADVAPPEARANCE_FONTBOLD      3116
00129 #define IDC_ADVAPPEARANCE_FONTITALIC    3117
00130 
00131 #define IDS_ELEMENT_0                   3200
00132 #define IDS_ELEMENT_1                   3201
00133 #define IDS_ELEMENT_2                   3202
00134 #define IDS_ELEMENT_3                   3203
00135 #define IDS_ELEMENT_4                   3204
00136 #define IDS_ELEMENT_5                   3205
00137 #define IDS_ELEMENT_6                   3206
00138 #define IDS_ELEMENT_7                   3207
00139 #define IDS_ELEMENT_8                   3208
00140 #define IDS_ELEMENT_9                   3209
00141 #define IDS_ELEMENT_10                  3210
00142 #define IDS_ELEMENT_11                  3211
00143 #define IDS_ELEMENT_12                  3212
00144 #define IDS_ELEMENT_13                  3213
00145 #define IDS_ELEMENT_14                  3214
00146 #define IDS_ELEMENT_15                  3215
00147 #define IDS_ELEMENT_16                  3216
00148 #define IDS_ELEMENT_17                  3217
00149 #define IDS_ELEMENT_18                  3218
00150 #define IDS_ELEMENT_19                  3219
00151 #define IDS_ELEMENT_20                  3220
00152 #define IDS_ELEMENT_21                  3221
00153 #define IDS_ELEMENT_22                  3222
00154 #define IDS_ELEMENT_23                  3223
00155 
00156 #define IDS_MULTIPLEMONITORS            3300
00157 #define IDS_UNKNOWNMONITOR              3301
00158 #define IDS_ADVANCEDTITLEFMT            3302
00159 
00160 #define IDS_DISPLAY_SETTINGS        3400
00161 
00162 #define IDS_APPLY_FAILED        3500
00163 #define IDS_APPLY_NEEDS_RESTART         3501
00164 
00165 /* Effects Appearance Dialog */
00166 #define IDC_EFFAPPEARANCE_KEYBOARDCUES      3601
00167 #define IDC_EFFAPPEARANCE_ANIMATION         3602
00168 #define IDC_EFFAPPEARANCE_ANIMATIONTYPE     3603
00169 #define IDC_EFFAPPEARANCE_SMOOTHING         3604
00170 #define IDC_EFFAPPEARANCE_SMOOTHINGTYPE     3605
00171 #define IDC_EFFAPPEARANCE_LARGEICONS        3606
00172 #define IDC_EFFAPPEARANCE_SETDROPSHADOW     3607
00173 #define IDC_EFFAPPEARANCE_DRAGFULLWINDOWS   3608
00174 
00175 #define IDS_SLIDEEFFECT 3701
00176 #define IDS_FADEEFFECT  3702
00177 
00178 #define IDS_STANDARDEFFECT  3711
00179 #define IDS_CLEARTYPEEFFECT 3712
00180 
00181 /* Advanced General Dialog */
00182 #define IDC_FONTSIZE_COMBO              5000
00183 #define IDC_FONTSIZE_COSTOM             5001
00184 #define IDC_RESTART_RB                  5002
00185 #define IDC_WITHOUTREBOOT_RB            5003
00186 #define IDC_ASKME_RB                    5004

Generated on Thu May 24 2012 04:16:26 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.