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 cFerretText                     1001
  27 #define cFerretMenus                    10000
  28 
  29 #define cFileMenu                       10100
  30 #define cAccessBridgeDLLLoaded          10101
  31 #define cExitMenuItem                   10102
  32 
  33 #define cJavaEventsMenu                 10200
  34 #define cTrackMouseMenuItem             10201
  35 #define cTrackFocusMenuItem             10203
  36 #define cTrackCaretMenuItem             10204
  37 #define cTrackMenuSelectedMenuItem      10205
  38 #define cTrackMenuDeselectedMenuItem    10206
  39 #define cTrackMenuCanceledItem          10207
  40 #define cTrackPopupBecomeVisibleMenuItem 10208
  41 #define cTrackPopupBecomeInvisibleMenuItem 10209
  42 #define cTrackPopupCanceledItem         10210
  43 
  44 #define cUpdateSettingsMenu             10300
  45 #define cUpdateWithF1Item               10301
  46 #define cUpdateWithF2Item               10302
  47 #define cUpdateFromMouseMenuItem        10304
  48 
  49 #define cAccessibilityEventsMenu            10400
  50 #define cTrackPropertyNameItem              10401
  51 #define cTrackPropertyDescriptionItem       10402
  52 #define cTrackPropertyStateItem             10403
  53 #define cTrackPropertyValueItem             10404
  54 #define cTrackPropertySelectionItem         10405
  55 #define cTrackPropertyTextItem              10406
  56 #define cTrackPropertyCaretItem             10407
  57 #define cTrackPropertyVisibleDataItem       10408
  58 #define cTrackPropertyChildItem             10409
  59 #define cTrackPropertyActiveDescendentItem  10410
  60 #define cTrackPropertyTableModelChangeItem  10411
  61 
  62 #define cTrackShutdownMenuItem              10412
  63 
  64 
  65 // Next default values for new objects
  66 //
  67 #ifdef APSTUDIO_INVOKED
  68 #ifndef APSTUDIO_READONLY_SYMBOLS
  69 #define _APS_NO_MFC                     1
  70 #define _APS_NEXT_RESOURCE_VALUE        102
  71 #define _APS_NEXT_COMMAND_VALUE         40001
  72 #define _APS_NEXT_CONTROL_VALUE         1029
  73 #define _APS_NEXT_SYMED_VALUE           101
  74 #endif
  75 #endif