diff options
author | Maciej Wycik <makar@poczta.of.pl> | 2013-06-03 11:14:59 +0000 |
---|---|---|
committer | Maciej Wycik <makar@poczta.of.pl> | 2013-06-03 11:14:59 +0000 |
commit | de9cbaa3b7e815a2a95e894e796196bf5629543d (patch) | |
tree | c2dbe4d2d241d580fc43e238fb5689f1d887aa83 /plugins/ConnectionNotify/src/resource.h | |
parent | f9944b07bb7623a9c27802c5e83d5f0e3f0e8597 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@4869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ConnectionNotify/src/resource.h')
-rw-r--r-- | plugins/ConnectionNotify/src/resource.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/plugins/ConnectionNotify/src/resource.h b/plugins/ConnectionNotify/src/resource.h new file mode 100644 index 0000000000..19b940548b --- /dev/null +++ b/plugins/ConnectionNotify/src/resource.h @@ -0,0 +1,34 @@ +#ifndef IDC_STATIC
+#define IDC_STATIC (-1)
+#endif
+
+#define IDI_ICON1 101
+#define IDD_OPT_DIALOG 102
+#define IDI_ICON2 103
+#define IDD_FILTER_DIALOG 105
+#define IDI_ICON3 110
+#define IDI_ICON4 111
+#define IDI_ICON5 114
+#define IDI_ICON6 115
+#define ID_TEXT_NAME 1000
+#define IDC_RESOLVEIP 1001
+#define IDC_LIST_EXCEPTIONS 1002
+#define IDC_INTERVAL 1003
+#define ID_CHK_DEFAULTACTION 1004
+#define ID_DELETE 1005
+#define ID_DOWN 1006
+#define ID_ADD 1007
+#define ID_UP 1008
+#define IDC_SETCOLOURS 1009
+#define IDC_INTERVAL1 1010
+#define IDC_BGCOLOR 1011
+#define IDC_FGCOLOR 1012
+#define IDC_STATUS 1016
+#define IDC_VERSION 1017
+#define ID_TXT_LOCAL_IP 1070
+#define ID_TXT_REMOTE_IP 1071
+#define ID_CBO_ACTION 1074
+#define ID_TXT_REMOTE_PORT 1075
+#define ID_TXT_LOCAL_PORT 1076
+#define ID_CANCEL 1077
+#define ID_OK 1078
|