diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-22 14:36:18 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-22 14:36:18 +0000 |
commit | 99886c5ca7bfcbf8a885387fb1c40c1f467f8ed5 (patch) | |
tree | 7296729c0ebb8cd8e976e1f72f2062513694d98c /plugins/IgnoreState/res/ignore.rc | |
parent | 7633e70a238510430450964f05395c28a8627c18 (diff) |
removed notice about extraicons plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@2792 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IgnoreState/res/ignore.rc')
-rw-r--r-- | plugins/IgnoreState/res/ignore.rc | 45 |
1 files changed, 14 insertions, 31 deletions
diff --git a/plugins/IgnoreState/res/ignore.rc b/plugins/IgnoreState/res/ignore.rc index 9ee105b653..aad44a7619 100644 --- a/plugins/IgnoreState/res/ignore.rc +++ b/plugins/IgnoreState/res/ignore.rc @@ -15,12 +15,6 @@ /////////////////////////////////////////////////////////////////////////////
// Russian resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
-#ifdef _WIN32
-LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
-#pragma code_page(1251)
-#endif //_WIN32
-
/////////////////////////////////////////////////////////////////////////////
//
// Icon
@@ -36,13 +30,11 @@ IDI_IMESS ICON "ignore_message.ico" /////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
+// Английский (США) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -75,24 +67,15 @@ END // Dialog
//
-IDD_RATE_OPT DIALOGEX 0, 0, 314, 240
+IDD_IGNORE_OPT DIALOGEX 0, 0, 292, 174
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
- COMBOBOX IDC_ADVICON,84,33,102,81,CBS_DROPDOWNLIST | WS_VSCROLL |
- WS_TABSTOP,WS_EX_CLIENTEDGE
- GROUPBOX "Plugin settings",IDC_STATIC,17,17,278,207
- RTEXT "Use",IDC_STATIC,28,33,49,8
- LTEXT "slot to draw the icon",IDC_STATIC,192,33,92,8
- LTEXT "Warning: classic contact list plugin doesn`t have ability to use extraicons",
- IDC_NOTICE,54,51,230,20,NOT WS_VISIBLE
- LTEXT "Filtered events:",IDC_STATIC,54,70,113,10
- CONTROL "",IDC_FILTER,"SysTreeView32",TVS_DISABLEDRAGDROP |
- TVS_NOTOOLTIPS | TVS_CHECKBOXES | WS_BORDER | WS_TABSTOP,
- 84,85,102,90
- CONTROL "Use Miranda ignore settings for All Contacts",
- IDC_IGNORE_IGNOREALL,"Button",BS_AUTOCHECKBOX | BS_TOP |
- BS_MULTILINE | WS_TABSTOP,84,182,200,25
+ GROUPBOX "Plugin settings",IDC_STATIC,7,7,278,159
+ LTEXT "Filtered events:",IDC_STATIC,44,19,113,10
+ CONTROL "",IDC_FILTER,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_NOTOOLTIPS | TVS_CHECKBOXES | WS_BORDER | WS_HSCROLL | WS_TABSTOP,74,34,102,90
+ CONTROL "Use Miranda ignore settings for All Contacts",IDC_IGNORE_IGNOREALL,
+ "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,74,131,200,25
END
@@ -102,32 +85,32 @@ END //
#ifdef APSTUDIO_INVOKED
-GUIDELINES DESIGNINFO
+GUIDELINES DESIGNINFO
BEGIN
- IDD_RATE_OPT, DIALOG
+ IDD_IGNORE_OPT, DIALOG
BEGIN
LEFTMARGIN, 7
- RIGHTMARGIN, 307
+ RIGHTMARGIN, 285
VERTGUIDE, 17
VERTGUIDE, 54
VERTGUIDE, 84
VERTGUIDE, 186
VERTGUIDE, 192
VERTGUIDE, 284
- VERTGUIDE, 295
TOPMARGIN, 7
- BOTTOMMARGIN, 233
+ BOTTOMMARGIN, 167
HORZGUIDE, 17
HORZGUIDE, 33
HORZGUIDE, 70
- HORZGUIDE, 224
END
END
#endif // APSTUDIO_INVOKED
-#endif // English (U.S.) resources
+#endif // Английский (США) resources
/////////////////////////////////////////////////////////////////////////////
+
+
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
|