diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-19 11:12:34 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-19 11:12:34 +0000 |
commit | 927add1b301c9f38808f3d35854d3ce896bff095 (patch) | |
tree | 244dfff95aee5393ec835e5804252ff8cf07866d /plugins/Updater/resource.h | |
parent | e447995b61b645d48ebe837a0ee4fdb28373aa1c (diff) |
adding SpellChecker plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@69 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Updater/resource.h')
-rw-r--r-- | plugins/Updater/resource.h | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/plugins/Updater/resource.h b/plugins/Updater/resource.h new file mode 100644 index 0000000000..294c46cf4f --- /dev/null +++ b/plugins/Updater/resource.h @@ -0,0 +1,57 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by updater.rc
+//
+#define IDD_DIALOG1 101
+#define IDD_OPT1 102
+#define IDI_MAINMENU 104
+#define IDI_RESTART 105
+#define IDD_CONFIRMUPDATES 106
+#define IDD_PROGRESS 107
+#define IDD_CONFIRMCOMPONENTS 108
+#define IDI_UPDATEANDEXIT 128
+#define IDC_BTN_RESTART 1000
+#define IDC_CHK_ONSTART 1001
+#define IDC_BTN_CHECK 1002
+#define IDC_LIST_UPDATES 1002
+#define IDC_LST_REGISTERED 1003
+#define IDC_PROGRESS 1004
+#define IDC_BTN_CHECKNORESTART 1004
+#define IDC_PROGMSG 1005
+#define IDC_CHK_ONCE 1006
+#define IDC_CHK_DAILY 1007
+#define IDC_CHK_NOCONFIDLE 1008
+#define IDC_CHK_BACKUP 1009
+#define IDC_CHK_DLLSONLY 1010
+#define IDC_CHK_CONFALL 1012
+#define IDC_CHK_NOINSTALL 1013
+#define IDC_CHK_STARTOFFLINE 1013
+#define IDC_LIST_COMPONENTS 1014
+#define IDC_ED_UPDATES 1016
+#define IDC_BTN_BRUPDATES 1019
+#define IDC_CHK_POPUP 1021
+#define IDC_CHK_RESTART 1022
+#define IDC_CHK_UPDATEANDEXIT 1023
+#define IDC_SLID_VERREQ 1024
+#define IDC_ST_VERREQ 1025
+#define IDC_CHK_SAVEZIPS 1026
+#define IDC_ANIMATE1 1027
+#define IDC_CHK_SAVEZIPS2 1027
+#define IDC_CHK_NOUNZIP 1027
+#define IDC_BTN_CHANGELOG 1028
+#define IDC_BTN_SELECTDLLS 1029
+#define IDC_BTN_SELECTDLLS2 1030
+#define IDC_BTN_SELECTINV 1030
+#define IDC_BTN_SELECTALL 1031
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NO_MFC 1
+#define _APS_NEXT_RESOURCE_VALUE 129
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1030
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|