blob: 073073f64e6cc13d2cecad896fd6d2849a890a15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
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.
*/
#define ID_MENU_COPY 15
#define ID_MENU_PRINT 27
#define ID_MENU_SELECTALL 31
#define IDI_RTL_ON 100
#define IDI_RTL_OFF 101
#define IDI_GROUP_ON 102
#define IDI_GROUP_OFF 103
#define IDD_SRMM_OPTIONS 153
#define IDD_GENERAL_OPTIONS 155
#define IDR_CONTEXTMENU 200
#define IDC_BACKGROUND_IMAGE 1000
#define IDC_BACKGROUND_IMAGE_FILENAME 1001
#define IDC_BROWSE_BACKGROUND_IMAGE 1002
#define IDC_SCROLL_BACKGROUND_IMAGE 1003
#define IDC_ENABLE_BBCODES 1004
#define IDC_ENABLE_FLASH 1005
#define IDC_ENABLE_MATHMODULE 1006
#define IDC_ENABLE_PNGHACK 1007
#define IDC_SMILEYS_IN_NAMES 1008
#define IDC_NO_BORDER 1009
#define IDC_ENABLE_EMBED 1010
#define IDC_EMBED_SIZE 1011
#define IDC_EXTERNALCSS 1020
#define IDC_EXTERNALCSS_FILENAME 1021
#define IDC_BROWSE_EXTERNALCSS 1022
#define IDC_EXTERNALCSS_FILENAME_RTL 1023
#define IDC_BROWSE_EXTERNALCSS_RTL 1024
#define IDC_TEMPLATES 1030
#define IDC_TEMPLATES_FILENAME 1031
#define IDC_BROWSE_TEMPLATES 1032
#define IDC_TEMPLATES_FILENAME_RTL 1033
#define IDC_BROWSE_TEMPLATES_RTL 1034
#define IDC_LOG_SHOW_NICKNAMES 1043
#define IDC_LOG_SHOW_TIME 1044
#define IDC_LOG_SHOW_DATE 1045
#define IDC_LOG_SHOW_SECONDS 1046
#define IDC_LOG_LONG_DATE 1047
#define IDC_LOG_RELATIVE_DATE 1048
#define IDC_LOG_GROUP_MESSAGES 1050
#define IDC_GROUPCHAT_CSS 1051
#define IDC_GROUPCHAT_CSS_FILENAME 1052
#define IDC_GROUPCHAT_CSS_BROWSE 1053
#define IDC_GROUPCHAT_TEMPLATES_BROWSE 1054
#define IDC_GROUPCHAT_TEMPLATES_FILENAME 1055
#define IDC_GROUPCHAT_TEMPLATES 1056
#define IDC_MODE_COMPATIBLE 1060
#define IDC_MODE_CSS 1061
#define IDC_MODE_TEMPLATE 1062
#define IDC_PROTOLIST 1063
#define IDC_RTLSUPPORT 1070
#define IDC_GROUPSUPPORT 1071
#define IDC_TABS 2000
#define ID_MENU_SHOWSOURCE 2139
#define ID_MENU_COPYLINK 2262
#define ID_MENU_SAVEIMAGE 2270
#define ID_MENU_SAVEHTML 6012
#define ID_MENU_CLEARLOG 40000
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1000
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|