Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspectorResource.h
40957 views
1
/*
2
* Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
6
* under the terms of the GNU General Public License version 2 only, as
7
* published by the Free Software Foundation. Oracle designates this
8
* particular file as subject to the "Classpath" exception as provided
9
* by Oracle in the LICENSE file that accompanied this code.
10
*
11
* This code is distributed in the hope that it will be useful, but WITHOUT
12
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14
* version 2 for more details (a copy is included in the LICENSE file that
15
* accompanied this code).
16
*
17
* You should have received a copy of the GNU General Public License version
18
* 2 along with this work; if not, write to the Free Software Foundation,
19
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20
*
21
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22
* or visit www.oracle.com if you need additional information or have any
23
* questions.
24
*/
25
26
#define IDR_ACCELERATOR 102
27
#define IDD_GO_TO_MESSAGE 103
28
#define cjaccessinspectorText 1001
29
#define cFirstMessage 1029
30
#define cPreviousMessage 1030
31
#define cNextMessage 1031
32
#define cLastMessage 1032
33
#define cMessageNumber 1033
34
#define IDC_MESSAGE_NUMBER_EDIT 1034
35
#define cFerretMenus 10000
36
#define cFileMenu 10100
37
#define cAccessBridgeDLLLoaded 10101
38
#define cExitMenuItem 10102
39
#define cJavaEventsMenu 10200
40
#define cTrackMouseMenuItem 10201
41
#define cTrackFocusMenuItem 10203
42
#define cTrackCaretMenuItem 10204
43
#define cTrackMenuSelectedMenuItem 10205
44
#define cTrackMenuDeselectedMenuItem 10206
45
#define cTrackMenuCanceledItem 10207
46
#define cTrackPopupBecomeVisibleMenuItem 10208
47
#define cTrackPopupBecomeInvisibleMenuItem 10209
48
#define cTrackPopupCanceledItem 10210
49
#define cUpdateSettingsMenu 10300
50
#define cUpdateWithF1Item 10301
51
#define cUpdateWithF2Item 10302
52
#define cUpdateFromMouseMenuItem 10304
53
#define cAccessibilityEventsMenu 10400
54
#define cTrackPropertyNameItem 10401
55
#define cTrackPropertyDescriptionItem 10402
56
#define cTrackPropertyStateItem 10403
57
#define cTrackPropertyValueItem 10404
58
#define cTrackPropertySelectionItem 10405
59
#define cTrackPropertyTextItem 10406
60
#define cTrackPropertyCaretItem 10407
61
#define cTrackPropertyVisibleDataItem 10408
62
#define cTrackPropertyChildItem 10409
63
#define cTrackPropertyActiveDescendentItem 10410
64
#define cTrackPropertyTableModelChangeItem 10411
65
#define cTrackShutdownMenuItem 10412
66
#define cMonitorTheSameEventsAsJAWS 10413
67
#define cTrackFocusLostMenuItem 10414
68
#define cTrackMouseExitedMenuItem 10415
69
#define cTrackMouseClickedMenuItem 10416
70
#define cTrackMousePressedMenuItem 10417
71
#define cTrackMouseReleasedMenuItem 10418
72
#define cResetAllEvents 10419
73
#define cGoToMessage 10420
74
#define cClearMessageHistory 10421
75
#define cMonitorAllEvents 10422
76
#define IDC_STATIC -1
77
78
// Next default values for new objects
79
//
80
#ifdef APSTUDIO_INVOKED
81
#ifndef APSTUDIO_READONLY_SYMBOLS
82
#define _APS_NO_MFC 1
83
#define _APS_NEXT_RESOURCE_VALUE 104
84
#define _APS_NEXT_COMMAND_VALUE 10423
85
#define _APS_NEXT_CONTROL_VALUE 1035
86
#define _APS_NEXT_SYMED_VALUE 101
87
#endif
88
#endif
89
90