-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcertview.rh2
81 lines (63 loc) · 2.53 KB
/
certview.rh2
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
//****************************************************************************
//
// Copyright (c) ALTAP, spol. s r.o. All rights reserved.
//
// This is a part of the Altap Salamander SDK library.
//
// The SDK is provided "AS IS" and without warranty of any kind and
// ALTAP EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS AND IMPLIED, INCLUDING,
// BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
// FOR A PARTICULAR PURPOSE and NON-INFRINGEMENT.
//
//****************************************************************************
#pragma once
#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS)
#error this file is not editable by Microsoft Visual C++
#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS)
#define IDC_STATIC_1 3000
#include "statics.rh2" // 3000 - 3039 are allocated there!!!
#define IDS_PLUGINNAME 46
#define IDS_ABOUT 47
#define IDS_PLUGIN_DESCRIPTION 48
#define IDS_PLUGIN_HOME 49
#define IDS_PLUGIN_BUGREP 50
#define IDS_PLUGIN_EMAIL 51
#define IDS_VIEWER_OPENWNDS 52
#define IDS_INVALID_NUM 53
#define IDB_TOOLBAR16 100
#define IDB_TOOLBAR256 101
#define IDH_VIEWBMPFROMCLIP 900
#define CML_VIEWER_FILES 1500
#define CM_VIEWER_OPEN 1501
#define CM_VIEWER_EXIT 1502
#define CML_VIEWER_EDIT 1520
#define CM_VIEWER_CUT 1521
#define CM_VIEWER_COPY 1522
#define CM_VIEWER_PASTE 1523
#define CM_VIEWER_FILTER 1523
#define CML_VIEWER_OPTIONS 1525
#define CM_VIEWER_CFG 1526
#define CML_VIEWER_HELP 1530
#define CM_VIEWER_ABOUT 1531
#define CML_VIEWER_VIEW 1540
#define CML_VIEWER_FILTER 1545
#define CM_FILTER_FIRST 1550 // vyhrazeny interval
#define CM_FILTER_LAST 1559
#define IDS_MENU_FILES 2000
#define IDS_MENU_FILES_OPEN 2001
#define IDS_MENU_FILES_EXIT 2002
#define IDS_MENU_EDIT 2010
#define IDS_MENU_EDIT_CUT 2011
#define IDS_MENU_EDIT_COPY 2012
#define IDS_MENU_EDIT_PASTE 2013
#define IDS_MENU_VIEW 2020
#define IDS_MENU_FILTER 2021
#define IDS_FILTER 2022
#define IDS_MENU_OPTIONS 2025
#define IDS_MENU_OPTIONS_CFG 2026
#define IDS_MENU_HELP 2032
#define IDS_MENU_HELP_ABOUT 2033
#define IDS_TBTT_CUT 2500
#define IDS_TBTT_COPY 2501
#define IDS_TBTT_PASTE 2502
#define IDS_TBTT_FILTER 2503