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 #include <commctrl.h>
00004 
00005 /* metrics */
00006 #define PROPSHEETWIDTH      246
00007 #define PROPSHEETHEIGHT     228
00008 #define PROPSHEETPADDING    6
00009 
00010 #define SYSTEM_COLUMN       (18 * PROPSHEETPADDING)
00011 #define LABELLINE(x)        (((PROPSHEETPADDING + 2) * x) + (x + 2))
00012 
00013 #define ICONSIZE            16
00014 
00015 
00016 /* Icons */
00017 #define IDI_USRMGR_ICON                 40
00018 #define IDI_USRMGR_ICON2                100 // Needed for theme compatibility with Windows.
00019 #define IDI_USER                        41
00020 #define IDI_LOCKED_USER                 42
00021 #define IDI_GROUP                       43
00022 
00023 
00024 #define IDD_USERS                       100
00025 #define IDD_GROUPS                      101
00026 #define IDD_EXTRA                       102
00027 
00028 #define IDC_USERS_LIST                  200
00029 
00030 #define IDC_GROUPS_LIST                 300
00031 
00032 #define IDC_STATIC                      -1
00033 
00034 
00035 /* Dialogs */
00036 
00037 #define IDD_USER_GENERAL               310
00038 #define IDC_USER_GENERAL_NAME          311
00039 #define IDC_USER_GENERAL_FULL_NAME     312
00040 #define IDC_USER_GENERAL_DESCRIPTION   313
00041 #define IDC_USER_GENERAL_FORCE_CHANGE  314
00042 #define IDC_USER_GENERAL_CANNOT_CHANGE 315
00043 #define IDC_USER_GENERAL_NEVER_EXPIRES 316
00044 #define IDC_USER_GENERAL_DISABLED      317
00045 #define IDC_USER_GENERAL_LOCKED        318
00046 
00047 #define IDD_GROUP_GENERAL              340
00048 #define IDC_GROUP_GENERAL_NAME         341
00049 #define IDC_GROUP_GENERAL_DESCRIPTION  342
00050 #define IDC_GROUP_GENERAL_MEMBERS      343
00051 #define IDC_GROUP_GENERAL_ADD          344
00052 #define IDC_GROUP_GENERAL_REMOVE       345
00053 
00054 #define IDD_CHANGE_PASSWORD         350
00055 #define IDC_EDIT_PASSWORD1          351
00056 #define IDC_EDIT_PASSWORD2          352
00057 
00058 
00059 #define IDD_USER_NEW                360
00060 #define IDC_USER_NEW_NAME           361
00061 #define IDC_USER_NEW_FULL_NAME      362
00062 #define IDC_USER_NEW_DESCRIPTION    363
00063 #define IDC_USER_NEW_PASSWORD1      364
00064 #define IDC_USER_NEW_PASSWORD2      365
00065 #define IDC_USER_NEW_FORCE_CHANGE   366
00066 #define IDC_USER_NEW_CANNOT_CHANGE  367
00067 #define IDC_USER_NEW_NEVER_EXPIRES  368
00068 #define IDC_USER_NEW_DISABLED       369
00069 
00070 #define IDD_USER_MEMBERSHIP          370
00071 #define IDC_USER_MEMBERSHIP_LIST     371
00072 #define IDC_USER_MEMBERSHIP_ADD      372
00073 #define IDC_USER_MEMBERSHIP_REMOVE   373
00074 
00075 #define IDD_USER_PROFILE             380
00076 #define IDC_USER_PROFILE_PATH        381
00077 #define IDC_USER_PROFILE_SCRIPT      382
00078 #define IDC_USER_PROFILE_LOCAL       383
00079 #define IDC_USER_PROFILE_REMOTE      384
00080 #define IDC_USER_PROFILE_LOCAL_PATH  385
00081 #define IDC_USER_PROFILE_DRIVE       386
00082 #define IDC_USER_PROFILE_REMOTE_PATH 387
00083 
00084 #define IDD_GROUP_NEW                390
00085 #define IDC_GROUP_NEW_NAME           391
00086 #define IDC_GROUP_NEW_DESCRIPTION    392
00087 
00088 
00089 #define IDD_USER_ADD_MEMBERSHIP      400
00090 #define IDC_USER_ADD_MEMBERSHIP_LIST 401
00091 
00092 /* Strings */
00093 
00094 #define IDS_CPLNAME                 2000
00095 #define IDS_CPLDESCRIPTION          2001
00096 
00097 #define IDS_NAME                    2100
00098 #define IDS_FULLNAME                2101
00099 #define IDS_DESCRIPTION             2102
00100 
00101 
00102 /* Menus */
00103 
00104 #define IDM_POPUP_GROUP             120
00105 #define IDM_GROUP_ADD_MEMBER        121
00106 #define IDM_GROUP_NEW               122
00107 #define IDM_GROUP_DELETE            123
00108 #define IDM_GROUP_RENAME            124
00109 #define IDM_GROUP_PROPERTIES        125
00110 
00111 #define IDM_POPUP_USER              130
00112 #define IDM_USER_CHANGE_PASSWORD    131
00113 #define IDM_USER_NEW                132
00114 #define IDM_USER_DELETE             133
00115 #define IDM_USER_RENAME             134
00116 #define IDM_USER_PROPERTIES         135

Generated on Sun May 27 2012 04:16:27 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.