diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-17 19:07:22 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-17 19:07:22 +0000 |
commit | 3fda20c00f0d7e8a266970475719717cfbcf00c9 (patch) | |
tree | 0341f47f0045e4d1a6acb8d6f821d73536fadffc /plugins/NewsAggregator/Src | |
parent | 955305b73ea680d0f7c184eac2c56986da8a6b37 (diff) |
added dialogs for future
git-svn-id: http://svn.miranda-ng.org/main/trunk@5401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src')
-rw-r--r-- | plugins/NewsAggregator/Src/resource.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/NewsAggregator/Src/resource.h b/plugins/NewsAggregator/Src/resource.h index d795f44add..7966677bf4 100644 --- a/plugins/NewsAggregator/Src/resource.h +++ b/plugins/NewsAggregator/Src/resource.h @@ -3,6 +3,7 @@ // Used by C:\Temp\Myranda\plugins\NewsAggregator\res\Resource.rc
//
#define IDD_OPTIONS 101
+#define IDD_AUTHENTICATION 102
#define IDI_ICON 109
#define IDD_ADDFEED 110
#define IDI_CHECKALL 111
@@ -11,6 +12,8 @@ #define IDI_EXPORTFEEDS 114
#define IDI_ENABLED 115
#define IDI_DISABLED 116
+#define IDD_FEEDEXPORT 140
+#define IDD_FEEDIMPORT 141
#define IDC_TIMEOUT_VALUE_SPIN 1035
#define IDC_FEEDLIST 1036
#define IDC_ADD 1037
@@ -29,6 +32,19 @@ #define IDC_RESET 1050
#define IDC_TAGHELP 1051
#define IDC_STARTUPRETRIEVE 1052
+#define IDC_FEEDUSERNAME 1105
+#define IDC_FEEDPASSWORD 1106
+#define IDC_FEEDSLIST 1108
+#define IDC_FEEDSEXPORTLIST 1109
+#define IDC_FEEDSIMPORTLIST 1117
+#define IDC_ADDFEED 1110
+#define IDC_REMOVEFEED 1111
+#define IDC_EXPORTFILEPATH 1112
+#define IDC_BROWSEEXPORTFILE 1113
+#define IDC_IMPORTFILEPATH 1114
+#define IDC_BROWSEIMPORTFILE 1115
+#define IDC_LOADIMPORTFILE 1116
+#define IDC_FEEDNAME 1124
// Next default values for new objects
//
|