1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22#ifndef _SV_SALIDS_HRC 23#define _SV_SALIDS_HRC 24 25// Cursor 26#define SAL_RESID_POINTER_NULL 10000 27//#define SAL_RESID_POINTER_HELP 10001 // "Help" cursor only needed for older Windows versions was removed in December 2025 28//#define SAL_RESID_POINTER_HSIZE 10002 // "Horizontal resize" cursor only needed for older Windows versions was removed in December 2025 29//#define SAL_RESID_POINTER_VSIZE 10003 // "Vertical resize" cursor only needed for older Windows versions was removed in December 2025 30//#define SAL_RESID_POINTER_NESWSIZE 10004 // "Diagonal resize NESW" cursor only needed for older Windows versions was removed in December 2025 31//#define SAL_RESID_POINTER_NWSESIZE 10005 // "Diagonal resize NWSE" cursor only needed for older Windows versions was removed in December 2025 32//#define SAL_RESID_POINTER_CROSS 10006 // "Cross" cursor for older Windows versions was replaced in December 2025 33//#define SAL_RESID_POINTER_MOVE 10007 // "Move" cursor for older Windows versions was replaced in December 2025 34//#define SAL_RESID_POINTER_HSPLIT 10008 // "Horizontal split" cursor for older Windows versions was replaced in December 2025 35//#define SAL_RESID_POINTER_VSPLIT 10009 // "Vertical split" cursor for older Windows versions was replaced in December 2025 36//#define SAL_RESID_POINTER_HSIZEBAR 10010 // "Horizontal sizebar" cursor for older Windows versions was replaced in December 2025 37//#define SAL_RESID_POINTER_VSIZEBAR 10011 // "Vertical sizebar" cursor for older Windows versions was replaced in December 2025 38//#define SAL_RESID_POINTER_HAND 10012 // "Hand" cursor for older Windows versions was replaced in December 2025 39//#define SAL_RESID_POINTER_REFHAND 10013 // "Refhand" cursor for older Windows versions was replaced in December 2025 40#define SAL_RESID_POINTER_PEN 10014 41#define SAL_RESID_POINTER_MAGNIFY 10015 42#define SAL_RESID_POINTER_FILL 10016 43#define SAL_RESID_POINTER_ROTATE 10017 44#define SAL_RESID_POINTER_HSHEAR 10018 45#define SAL_RESID_POINTER_VSHEAR 10019 46#define SAL_RESID_POINTER_MIRROR 10020 47#define SAL_RESID_POINTER_CROOK 10021 48#define SAL_RESID_POINTER_CROP 10022 49#define SAL_RESID_POINTER_MOVEPOINT 10023 50#define SAL_RESID_POINTER_MOVEBEZIERWEIGHT 10024 51#define SAL_RESID_POINTER_MOVEDATA 10025 52#define SAL_RESID_POINTER_COPYDATA 10026 53#define SAL_RESID_POINTER_LINKDATA 10027 54#define SAL_RESID_POINTER_MOVEDATALINK 10028 55#define SAL_RESID_POINTER_COPYDATALINK 10029 56#define SAL_RESID_POINTER_MOVEFILE 10030 57#define SAL_RESID_POINTER_COPYFILE 10031 58#define SAL_RESID_POINTER_LINKFILE 10032 59#define SAL_RESID_POINTER_MOVEFILELINK 10033 60#define SAL_RESID_POINTER_COPYFILELINK 10034 61#define SAL_RESID_POINTER_MOVEFILES 10035 62#define SAL_RESID_POINTER_COPYFILES 10036 63#define SAL_RESID_POINTER_NOTALLOWED 10037 64#define SAL_RESID_POINTER_DRAW_LINE 10038 65#define SAL_RESID_POINTER_DRAW_RECT 10039 66#define SAL_RESID_POINTER_DRAW_POLYGON 10040 67#define SAL_RESID_POINTER_DRAW_BEZIER 10041 68#define SAL_RESID_POINTER_DRAW_ARC 10042 69#define SAL_RESID_POINTER_DRAW_PIE 10043 70#define SAL_RESID_POINTER_DRAW_CIRCLECUT 10044 71#define SAL_RESID_POINTER_DRAW_ELLIPSE 10045 72#define SAL_RESID_POINTER_DRAW_FREEHAND 10046 73#define SAL_RESID_POINTER_DRAW_CONNECT 10047 74#define SAL_RESID_POINTER_DRAW_TEXT 10048 75#define SAL_RESID_POINTER_DRAW_CAPTION 10049 76#define SAL_RESID_POINTER_CHART 10050 77#define SAL_RESID_POINTER_DETECTIVE 10051 78#define SAL_RESID_POINTER_PIVOT_COL 10052 79#define SAL_RESID_POINTER_PIVOT_ROW 10053 80#define SAL_RESID_POINTER_PIVOT_FIELD 10054 81#define SAL_RESID_POINTER_CHAIN 10055 82#define SAL_RESID_POINTER_CHAIN_NOTALLOWED 10056 83#define SAL_RESID_POINTER_TIMEEVENT_MOVE 10057 84#define SAL_RESID_POINTER_TIMEEVENT_SIZE 10058 85#define SAL_RESID_POINTER_AUTOSCROLL_N 10059 86#define SAL_RESID_POINTER_AUTOSCROLL_S 10060 87#define SAL_RESID_POINTER_AUTOSCROLL_W 10061 88#define SAL_RESID_POINTER_AUTOSCROLL_E 10062 89#define SAL_RESID_POINTER_AUTOSCROLL_NW 10063 90#define SAL_RESID_POINTER_AUTOSCROLL_NE 10064 91#define SAL_RESID_POINTER_AUTOSCROLL_SW 10065 92#define SAL_RESID_POINTER_AUTOSCROLL_SE 10066 93#define SAL_RESID_POINTER_AUTOSCROLL_NS 10067 94#define SAL_RESID_POINTER_AUTOSCROLL_WE 10068 95#define SAL_RESID_POINTER_AUTOSCROLL_NSWE 10069 96#define SAL_RESID_POINTER_AIRBRUSH 10070 97#define SAL_RESID_POINTER_TEXT_VERTICAL 10071 98#define SAL_RESID_POINTER_PIVOT_DELETE 10072 99#define SAL_RESID_POINTER_TAB_SELECT_S 10073 100#define SAL_RESID_POINTER_TAB_SELECT_E 10074 101#define SAL_RESID_POINTER_TAB_SELECT_SE 10075 102#define SAL_RESID_POINTER_TAB_SELECT_W 10076 103#define SAL_RESID_POINTER_TAB_SELECT_SW 10077 104#define SAL_RESID_POINTER_PAINTBRUSH 10078 105 106#define SAL_RESID_BITMAP_50 11000 107 108#define SAL_RESID_ICON_DEFAULT 1 109 110#endif // _SV_SALIDS_HRC 111