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 /* Icons */
00004 #define IDI_MAIN                 10
00005 #define IDI_EXIT                 11
00006 #define IDI_INSTALL              12
00007 #define IDI_UNINSTALL            13
00008 #define IDI_SETTINGS             14
00009 #define IDI_MODIFY               15
00010 #define IDI_REFRESH              16
00011 #define IDI_APPS                 17
00012 #define IDI_APPUPD               18
00013 #define IDI_CATEGORY             19
00014 
00015 /* Icons for categories */
00016 #define IDI_CAT_AUDIO            50
00017 #define IDI_CAT_DEVEL            51
00018 #define IDI_CAT_DRIVERS          52
00019 #define IDI_CAT_EDU              53
00020 #define IDI_CAT_ENGINEER         54
00021 #define IDI_CAT_FINANCE          55
00022 #define IDI_CAT_GAMES            56
00023 #define IDI_CAT_GRAPHICS         57
00024 #define IDI_CAT_INTERNET         58
00025 #define IDI_CAT_LIBS             59
00026 #define IDI_CAT_OFFICE           60
00027 #define IDI_CAT_OTHER            61
00028 #define IDI_CAT_SCIENCE          62
00029 #define IDI_CAT_TOOLS            63
00030 #define IDI_CAT_VIDEO            64
00031 
00032 /* Bitmaps */
00033 
00034 /* Controls */
00035 #define IDC_STATUSBAR            1000
00036 #define IDC_DOWNLOAD_PROGRESS    1001
00037 #define IDC_DOWNLOAD_STATUS      1002
00038 #define IDC_SAVE_WINDOW_POS      1003
00039 #define IDC_UPDATE_AVLIST        1004
00040 #define IDC_DOWNLOAD_DIR_EDIT    1005
00041 #define IDC_DEL_AFTER_INSTALL    1006
00042 #define IDC_LOG_ENABLED          1007
00043 #define IDC_CHOOSE               1008
00044 #define IDC_DEFAULT_SETTINGS     1009
00045 #define IDC_INSTALL_TEXT         1010
00046 #define IDC_CD_INSTALL           1011
00047 #define IDC_DOWNLOAD_INSTALL     1012
00048 
00049 /* Dialogs */
00050 #define IDD_SETTINGS_DIALOG      300
00051 #define IDD_INSTALL_DIALOG       301
00052 #define IDD_DOWNLOAD_DIALOG      302
00053 #define IDD_ABOUT_DIALOG         303
00054 
00055 /* Menus */
00056 #define IDR_MAINMENU             500
00057 #define IDR_LINKMENU             501
00058 #define IDR_APPLICATIONMENU      502
00059 
00060 /* Menu items */
00061 #define ID_EXIT                  550
00062 #define ID_INSTALL               551
00063 #define ID_UNINSTALL             552
00064 #define ID_HELP                  553
00065 #define ID_ABOUT                 554
00066 #define ID_MODIFY                555
00067 #define ID_OPEN_LINK             556
00068 #define ID_COPY_LINK             557
00069 #define ID_SETTINGS              558
00070 #define ID_REFRESH               559
00071 #define ID_REGREMOVE             560
00072 
00073 /* Strings */
00074 #define IDS_APPTITLE             100
00075 #define IDS_SEARCH_TEXT          101
00076 #define IDS_INSTALL              102
00077 #define IDS_UNINSTALL            103
00078 #define IDS_MODIFY               104
00079 #define IDS_APPS_COUNT           105
00080 #define IDS_WELCOME_TITLE        106
00081 #define IDS_WELCOME_TEXT         107
00082 #define IDS_WELCOME_URL          108
00083 #define IDS_INSTALLED            109
00084 #define IDS_AVAILABLEFORINST     110
00085 #define IDS_UPDATES              111
00086 #define IDS_APPLICATIONS         112
00087 #define IDS_CHOOSE_FOLDER_TEXT   113
00088 #define IDS_CHOOSE_FOLDER_ERROR  114
00089 #define IDS_USER_NOT_ADMIN       115
00090 #define IDS_APP_REG_REMOVE       116
00091 #define IDS_INFORMATION          117
00092 #define IDS_UNABLE_TO_REMOVE     118
00093 
00094 /* Tooltips */
00095 #define IDS_TOOLTIP_INSTALL      200
00096 #define IDS_TOOLTIP_UNINSTALL    201
00097 #define IDS_TOOLTIP_MODIFY       202
00098 #define IDS_TOOLTIP_SETTINGS     203
00099 #define IDS_TOOLTIP_REFRESH      204
00100 #define IDS_TOOLTIP_EXIT         205
00101 
00102 /* Columns info */
00103 #define IDS_APP_NAME             250
00104 #define IDS_APP_INST_VERSION     251
00105 #define IDS_APP_DESCRIPTION      252
00106 
00107 /* Apps info */
00108 #define IDS_INFO_VERSION         280
00109 #define IDS_INFO_DESCRIPTION     281
00110 #define IDS_INFO_PUBLISHER       282
00111 #define IDS_INFO_HELPLINK        283
00112 #define IDS_INFO_HELPPHONE       284
00113 #define IDS_INFO_README          285
00114 #define IDS_INFO_REGOWNER        286
00115 #define IDS_INFO_PRODUCTID       287
00116 #define IDS_INFO_CONTACT         288
00117 #define IDS_INFO_UPDATEINFO      289
00118 #define IDS_INFO_INFOABOUT       290
00119 #define IDS_INFO_COMMENTS        291
00120 #define IDS_INFO_INSTLOCATION    292
00121 #define IDS_INFO_INSTALLSRC      293
00122 #define IDS_INFO_UNINSTALLSTR    294
00123 #define IDS_INFO_MODIFYPATH      295
00124 #define IDS_INFO_INSTALLDATE     296
00125 
00126 /* Info for availabled apps */
00127 #define IDS_AINFO_VERSION        350
00128 #define IDS_AINFO_DESCRIPTION    351
00129 #define IDS_AINFO_SIZE           352
00130 #define IDS_AINFO_URLSITE        353
00131 #define IDS_AINFO_LICENCE        354
00132 
00133 /* Names of categories */
00134 #define IDS_CAT_AUDIO            700
00135 #define IDS_CAT_DEVEL            701
00136 #define IDS_CAT_DRIVERS          702
00137 #define IDS_CAT_EDU              703
00138 #define IDS_CAT_ENGINEER         704
00139 #define IDS_CAT_FINANCE          705
00140 #define IDS_CAT_GAMES            706
00141 #define IDS_CAT_GRAPHICS         707
00142 #define IDS_CAT_INTERNET         708
00143 #define IDS_CAT_LIBS             709
00144 #define IDS_CAT_OFFICE           710
00145 #define IDS_CAT_OTHER            711
00146 #define IDS_CAT_SCIENCE          712
00147 #define IDS_CAT_TOOLS            713
00148 #define IDS_CAT_VIDEO            714
00149 
00150 /* Other */
00151 #ifndef IDC_STATIC
00152 #define IDC_STATIC               -1
00153 #endif

Generated on Sat May 26 2012 04:15: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.