diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-04 23:23:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-04 23:23:45 +0000 |
commit | 15855fa84a09fd1fd486d357c38db0f2bd181e74 (patch) | |
tree | c98d1ae74abca41c776522059343eda13a7e0a31 /plugins/HistoryStats/src/resource.h | |
parent | 819f8efabea6b0d7d971f9e6e4b21bbc18838874 (diff) |
HistoryStats compiles ok now
git-svn-id: http://svn.miranda-ng.org/main/trunk@8399 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryStats/src/resource.h')
-rw-r--r-- | plugins/HistoryStats/src/resource.h | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/plugins/HistoryStats/src/resource.h b/plugins/HistoryStats/src/resource.h new file mode 100644 index 0000000000..d64b457a5f --- /dev/null +++ b/plugins/HistoryStats/src/resource.h @@ -0,0 +1,86 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by resource.rc
+//
+#define IDD_PROGRESS 102
+#define IDI_HISTORYSTATS 102
+#define IDD_COLADD 116
+#define IDD_CONFLICT 117
+#define IDD_SUB_GLOBAL 119
+#define IDI_COL_ADD 123
+#define IDI_COL_UP 124
+#define IDI_COL_DEL 125
+#define IDI_COL_DOWN 126
+#define IDI_SETT_GLOBAL 127
+#define IDI_SETT_COLUMNS 128
+#define IDI_SETT_EXCLUDE 129
+#define IDI_SETT_INPUT 130
+#define IDI_SETT_OUTPUT 131
+#define IDI_CREATE 132
+#define IDD_SUB_EXCLUDE 133
+#define IDD_SUB_INPUT 134
+#define IDI_EXCLUDE_NO 135
+#define IDI_EXCLUDE_YES 136
+#define IDI_TREE_RADIO4 137
+#define IDI_TREE_CHECK1 138
+#define IDI_TREE_CHECK2 139
+#define IDI_TREE_CHECK3 140
+#define IDI_TREE_CHECK4 141
+#define IDI_TREE_EDIT1 142
+#define IDI_TREE_EDIT2 143
+#define IDI_TREE_FOLDER1 144
+#define IDI_TREE_FOLDER2 145
+#define IDI_TREE_RADIO1 146
+#define IDI_TREE_RADIO2 147
+#define IDI_TREE_RADIO3 148
+#define IDI_CREATE_WARNING 149
+#define IDI_DROPDOWN 150
+#define IDI_TREE_COMBO1 151
+#define IDI_TREE_COMBO2 152
+#define IDD_SUPPORTINFO 153
+#define IDD_FILTERWORDS 154
+#define IDI_TREE_BUTTON1 155
+#define IDI_TREE_BUTTON2 156
+#define IDD_CONFIGURE 157
+#define IDI_TREE_DATETIME1 158
+#define IDI_TREE_DATETIME2 159
+#define IDD_OPTIONS 236
+#define IDD_SUB_OUTPUT 237
+#define IDD_SUB_COLUMNS 238
+#define IDC_MAINBAR 1013
+#define IDC_MAINTEXT 1026
+#define IDC_SUBBAR 1038
+#define IDC_SUBTEXT 1039
+#define IDC_MAINPERCENT 1063
+#define IDC_SUBPERCENT 1064
+#define IDC_COLUMNS 1065
+#define IDC_DESCRIPTION 1071
+#define IDC_COLUMN 1072
+#define IDC_FILES 1073
+#define IDC_BAND 1083
+#define IDC_OPTIONS 1089
+#define IDC_CONTACTS 1090
+#define IDC_INFO 1091
+#define IDC_INFOLABEL 1093
+#define IDC_PLUGIN 1098
+#define IDC_FEATURES 1099
+#define IDC_LINK1 1101
+#define IDC_LINK2 1102
+#define IDC_SETS 1103
+#define IDC_MODE 1104
+#define IDC_WORDS 1105
+#define IDC_SETNAME 1106
+#define IDC_CUSTOM1 1112
+#define IDC_APPLY 1113
+#define IDC_MESSAGE 1114
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 160
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1115
+#define _APS_NEXT_SYMED_VALUE 102
+#endif
+#endif
|