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#ifndef EXTENSIONS_PROPRESID_HRC 25#include "formresid.hrc" 26#endif 27#ifndef _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_ 28#include "formlocalid.hrc" 29#endif 30 31String RID_STR_CONFIRM_DELETE_DATA_TYPE 32{ 33 Text [ en-US ] = "Do you want to delete the data type '#type#' from the model?\n" 34 "Please note that this will affect all controls which are bound to this data type."; 35}; 36 37Resource RID_RSC_BUTTON_IMAGES 38{ 39 Image IMG_PLUS 40 { 41 ImageBitmap = Bitmap{ file = "buttonplus.png"; }; 42 }; 43 Image IMG_MINUS 44 { 45 ImageBitmap = Bitmap{ file = "buttonminus.png"; }; 46 }; 47 Image IMG_PLUS_HC 48 { 49 ImageBitmap = Bitmap{ file = "buttonplus_hc.png"; }; 50 }; 51 Image IMG_MINUS_HC 52 { 53 ImageBitmap = Bitmap{ file = "buttonminus_hc.png"; }; 54 }; 55}; 56 57#define IMAGE_IDS \ 58 IdList = \ 59 { \ 60 RID_SVXIMG_CONTROL; \ 61 RID_SVXIMG_BUTTON; \ 62 RID_SVXIMG_RADIOBUTTON; \ 63 RID_SVXIMG_CHECKBOX; \ 64 RID_SVXIMG_FIXEDTEXT; \ 65 RID_SVXIMG_GROUPBOX; \ 66 RID_SVXIMG_EDIT; \ 67 RID_SVXIMG_LISTBOX; \ 68 RID_SVXIMG_COMBOBOX; \ 69 RID_SVXIMG_URLBUTTON; \ 70 RID_SVXIMG_GRID; \ 71 RID_SVXIMG_IMAGEBUTTON; \ 72 RID_SVXIMG_FILECONTROL; \ 73 RID_SVXIMG_DATEFIELD; \ 74 RID_SVXIMG_TIMEFIELD; \ 75 RID_SVXIMG_NUMERICFIELD; \ 76 RID_SVXIMG_CURRENCYFIELD; \ 77 RID_SVXIMG_PATTERNFIELD; \ 78 RID_SVXIMG_IMAGECONTROL; \ 79 RID_SVXIMG_HIDDEN; \ 80 RID_SVXIMG_FORMATTEDFIELD; \ 81 RID_SVXIMG_FILTER; \ 82 RID_SVXIMG_FORMS; \ 83 RID_SVXIMG_FORM; \ 84 RID_SVXIMG_COLLAPSEDNODE; \ 85 RID_SVXIMG_EXPANDEDNODE; \ 86 RID_SVXIMG_SCROLLBAR; \ 87 RID_SVXIMG_SPINBUTTON; \ 88 RID_SVXIMG_NAVIGATIONBAR; \ 89 }; \ 90 IdCount = 29 91 92ImageList RID_IL_FORMEXPLORER 93{ 94 Prefix = "sx"; 95 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; 96 IMAGE_IDS; 97}; 98 99ImageList RID_IL_FORMEXPLORER_HC 100{ 101 Prefix = "sxh"; 102 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; 103 IMAGE_IDS; 104}; 105 106String RID_STR_PROPTITLE_PUSHBUTTON 107{ 108 Text [ en-US ] = "Button" ; 109}; 110String RID_STR_PROPTITLE_RADIOBUTTON 111{ 112 Text [ en-US ] = "Option Button" ; 113}; 114String RID_STR_PROPTITLE_CHECKBOX 115{ 116 Text [ en-US ] = "Check Box" ; 117}; 118String RID_STR_PROPTITLE_FIXEDTEXT 119{ 120 Text [ en-US ] = "Label Field" ; 121}; 122String RID_STR_PROPTITLE_GROUPBOX 123{ 124 Text [ en-US ] = "Group Box" ; 125}; 126String RID_STR_PROPTITLE_EDIT 127{ 128 Text [ en-US ] = "Text Box" ; 129}; 130String RID_STR_PROPTITLE_FORMATTED 131{ 132 Text [ en-US ] = "Formatted Field"; 133}; 134String RID_STR_PROPTITLE_LISTBOX 135{ 136 Text [ en-US ] = "List Box" ; 137}; 138String RID_STR_PROPTITLE_COMBOBOX 139{ 140 Text [ en-US ] = "Combo Box" ; 141}; 142String RID_STR_PROPTITLE_IMAGEBUTTON 143{ 144 Text [ en-US ] = "Image Button" ; 145}; 146String RID_STR_PROPTITLE_HIDDENCONTROL 147{ 148 Text [ en-US ] = "Hidden Control" ; 149}; 150String RID_STR_PROPTITLE_UNKNOWNCONTROL 151{ 152 Text [ en-US ] = "Control (unknown type)" ; 153}; 154String RID_STR_PROPTITLE_IMAGECONTROL 155{ 156 Text [ en-US ] = "Image Control" ; 157}; 158String RID_STR_PROPTITLE_FILECONTROL 159{ 160 Text [ en-US ] = "File Selection" ; 161}; 162String RID_STR_PROPTITLE_DATEFIELD 163{ 164 Text [ en-US ] = "Date Field" ; 165}; 166String RID_STR_PROPTITLE_TIMEFIELD 167{ 168 Text [ en-US ] = "Time Field" ; 169}; 170String RID_STR_PROPTITLE_NUMERICFIELD 171{ 172 Text [ en-US ] = "Numeric Field" ; 173}; 174String RID_STR_PROPTITLE_CURRENCYFIELD 175{ 176 Text [ en-US ] = "Currency Field" ; 177}; 178String RID_STR_PROPTITLE_PATTERNFIELD 179{ 180 Text [ en-US ] = "Pattern Field" ; 181}; 182String RID_STR_PROPTITLE_DBGRID 183{ 184 Text [ en-US ] = "Table Control " ; 185}; 186