From f04d64869f3b1de54fb343f28f955584780001b8 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 26 Nov 2011 15:41:10 +0000 Subject: Project folders rename part 3 git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- GTalkExt/resources.h | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 GTalkExt/resources.h (limited to 'GTalkExt/resources.h') diff --git a/GTalkExt/resources.h b/GTalkExt/resources.h new file mode 100644 index 0000000..d72e34d --- /dev/null +++ b/GTalkExt/resources.h @@ -0,0 +1,67 @@ +//*************************************************************************************** +// +// Google Extension plugin for the Miranda IM's Jabber protocol +// Copyright (c) 2011 bems@jabber.org, George Hazan (ghazan@jabber.ru) +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// +//*************************************************************************************** + +#pragma once + +#define SHORT_PLUGIN_NAME "GTalkExt" + +#define IDD_MAILSETTINGS 2001 + +#define IDC_BASE 1001 +#define IDC_POPUPSENABLED IDC_BASE + 0 +#define IDC_PSEUDOCONTACTENABLED IDC_BASE + 1 +#define IDC_CLEARPSEUDOCONTACTLOG IDC_BASE + 2 +#define IDC_POPUPSINFULLSCREEN IDC_BASE + 3 +#define IDC_SUPRESSFOREIGN IDC_BASE + 4 +#define IDC_MARKEVENTREAD IDC_BASE + 5 +#define IDC_AUTHONMAILBOX IDC_BASE + 6 +#define IDC_ADDSNIP IDC_BASE + 7 +#define IDC_UNKNOWNVIEW IDC_BASE + 8 +#define IDC_STANDARDVIEW IDC_BASE + 9 +#define IDC_HTMLVIEW IDC_BASE + 10 +#define IDC_POPUPSINFULLSCREENLABEL IDC_BASE + 32 +#define IDC_NOTE IDC_BASE + 33 +#define IDC_WARNBAR IDC_BASE + 34 +#define IDC_AUTHONMAILBOXLABEL IDC_BASE + 35 +#define IDC_MAILBOXVIEWLABEL IDC_BASE + 36 + +#define IDD_POPUPSETTINGS 2002 + +#define IDC_BACKCOLORLABEL 1001 +#define IDC_BACKCOLORPICKER 1002 +#define IDC_TEXTCOLORLABEL 1003 +#define IDC_TEXTCOLORPICKER 1004 +#define IDC_TIMEOUTLABEL 1005 +#define IDC_TIMEOUTEDIT 1006 +#define IDC_DEFCOLORSLABEL 1007 +#define IDC_DEFTIMEOUTLABEL 1008 +#define IDC_TESTBUTTON 1009 +#define IDC_GROUP 1010 + +#define IDI_POPUP 3001 +#define IDI_PSEUDOAVA 3002 + +#define PLUGIN_VERSION_STRING "0.0.0.20 BETA" +#define PLUGIN_FILE_VERSION 0, 0, 0, 20 +#define PLUGIN_VERSION_DWORD PLUGIN_MAKE_VERSION(0, 0, 0, 20) + +#define PLUGIN_DESCRIPTION "GTalk extensions for Jabber protocol" +#define COPYRIGHT_STRING "2010, 11 bems" -- cgit v1.2.3