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 23 24#include "sc.hrc" // -> RID_SCDLG_CHANGES 25 26#define BTN_OK 1 27#define BTN_CANCEL 2 28#define BTN_HELP 5 29 30#define CB_HIGHLIGHT_ACCEPT 6 31#define CB_HIGHLIGHT_REJECT 7 32 33// 34#define FL_FILTER 10 35#define TP_FILTER 11 36#define TP_VIEW 12 37#define CB_HIGHLIGHT 13 38 39#define FT_ASSIGN 14 40#define ED_ASSIGN 15 41#define RB_ASSIGN 16 42 43 44 45 46 47 48 49#define STR_INSERT_COLS 20 50#define STR_INSERT_ROWS 21 51#define STR_INSERT_TABS 22 52#define STR_DELETE_COLS 23 53#define STR_DELETE_ROWS 24 54#define STR_DELETE_TABS 25 55#define STR_MOVE 26 56#define STR_CONTENT 27 57#define STR_REJECT 28 58 59// Bitmaps 60#define BMP_STR_CLOSE 31 61#define BMP_STR_OPEN 32 62#define BMP_STR_END 33 63#define BMP_STR_ERROR 34 64 65 66// 67 68