1*80fe9c7bSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*80fe9c7bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*80fe9c7bSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*80fe9c7bSAndrew Rist * distributed with this work for additional information 6*80fe9c7bSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*80fe9c7bSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*80fe9c7bSAndrew Rist * "License"); you may not use this file except in compliance 9*80fe9c7bSAndrew Rist * with the License. You may obtain a copy of the License at 10*80fe9c7bSAndrew Rist * 11*80fe9c7bSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*80fe9c7bSAndrew Rist * 13*80fe9c7bSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*80fe9c7bSAndrew Rist * software distributed under the License is distributed on an 15*80fe9c7bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*80fe9c7bSAndrew Rist * KIND, either express or implied. See the License for the 17*80fe9c7bSAndrew Rist * specific language governing permissions and limitations 18*80fe9c7bSAndrew Rist * under the License. 19*80fe9c7bSAndrew Rist * 20*80fe9c7bSAndrew Rist *************************************************************/ 21*80fe9c7bSAndrew Rist 22*80fe9c7bSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#ifndef EXTENSIONS_PROPRESID_HRC 25cdf0e10cSrcweir#include "formresid.hrc" 26cdf0e10cSrcweir#endif 27cdf0e10cSrcweir#ifndef _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_ 28cdf0e10cSrcweir#include "formlocalid.hrc" 29cdf0e10cSrcweir#endif 30cdf0e10cSrcweir 31cdf0e10cSrcweirString RID_STR_CONFIRM_DELETE_DATA_TYPE 32cdf0e10cSrcweir{ 33cdf0e10cSrcweir Text [ en-US ] = "Do you want to delete the data type '#type#' from the model?\n" 34cdf0e10cSrcweir "Please note that this will affect all controls which are bound to this data type."; 35cdf0e10cSrcweir}; 36cdf0e10cSrcweir 37cdf0e10cSrcweirResource RID_RSC_BUTTON_IMAGES 38cdf0e10cSrcweir{ 39cdf0e10cSrcweir Image IMG_PLUS 40cdf0e10cSrcweir { 41cdf0e10cSrcweir ImageBitmap = Bitmap{ file = "buttonplus.png"; }; 42cdf0e10cSrcweir }; 43cdf0e10cSrcweir Image IMG_MINUS 44cdf0e10cSrcweir { 45cdf0e10cSrcweir ImageBitmap = Bitmap{ file = "buttonminus.png"; }; 46cdf0e10cSrcweir }; 47cdf0e10cSrcweir Image IMG_PLUS_HC 48cdf0e10cSrcweir { 49cdf0e10cSrcweir ImageBitmap = Bitmap{ file = "buttonplus_hc.png"; }; 50cdf0e10cSrcweir }; 51cdf0e10cSrcweir Image IMG_MINUS_HC 52cdf0e10cSrcweir { 53cdf0e10cSrcweir ImageBitmap = Bitmap{ file = "buttonminus_hc.png"; }; 54cdf0e10cSrcweir }; 55cdf0e10cSrcweir}; 56cdf0e10cSrcweir 57cdf0e10cSrcweir#define IMAGE_IDS \ 58cdf0e10cSrcweir IdList = \ 59cdf0e10cSrcweir { \ 60cdf0e10cSrcweir RID_SVXIMG_CONTROL; \ 61cdf0e10cSrcweir RID_SVXIMG_BUTTON; \ 62cdf0e10cSrcweir RID_SVXIMG_RADIOBUTTON; \ 63cdf0e10cSrcweir RID_SVXIMG_CHECKBOX; \ 64cdf0e10cSrcweir RID_SVXIMG_FIXEDTEXT; \ 65cdf0e10cSrcweir RID_SVXIMG_GROUPBOX; \ 66cdf0e10cSrcweir RID_SVXIMG_EDIT; \ 67cdf0e10cSrcweir RID_SVXIMG_LISTBOX; \ 68cdf0e10cSrcweir RID_SVXIMG_COMBOBOX; \ 69cdf0e10cSrcweir RID_SVXIMG_URLBUTTON; \ 70cdf0e10cSrcweir RID_SVXIMG_GRID; \ 71cdf0e10cSrcweir RID_SVXIMG_IMAGEBUTTON; \ 72cdf0e10cSrcweir RID_SVXIMG_FILECONTROL; \ 73cdf0e10cSrcweir RID_SVXIMG_DATEFIELD; \ 74cdf0e10cSrcweir RID_SVXIMG_TIMEFIELD; \ 75cdf0e10cSrcweir RID_SVXIMG_NUMERICFIELD; \ 76cdf0e10cSrcweir RID_SVXIMG_CURRENCYFIELD; \ 77cdf0e10cSrcweir RID_SVXIMG_PATTERNFIELD; \ 78cdf0e10cSrcweir RID_SVXIMG_IMAGECONTROL; \ 79cdf0e10cSrcweir RID_SVXIMG_HIDDEN; \ 80cdf0e10cSrcweir RID_SVXIMG_FORMATTEDFIELD; \ 81cdf0e10cSrcweir RID_SVXIMG_FILTER; \ 82cdf0e10cSrcweir RID_SVXIMG_FORMS; \ 83cdf0e10cSrcweir RID_SVXIMG_FORM; \ 84cdf0e10cSrcweir RID_SVXIMG_COLLAPSEDNODE; \ 85cdf0e10cSrcweir RID_SVXIMG_EXPANDEDNODE; \ 86cdf0e10cSrcweir RID_SVXIMG_SCROLLBAR; \ 87cdf0e10cSrcweir RID_SVXIMG_SPINBUTTON; \ 88cdf0e10cSrcweir RID_SVXIMG_NAVIGATIONBAR; \ 89cdf0e10cSrcweir }; \ 90cdf0e10cSrcweir IdCount = 29 91cdf0e10cSrcweir 92cdf0e10cSrcweirImageList RID_IL_FORMEXPLORER 93cdf0e10cSrcweir{ 94cdf0e10cSrcweir Prefix = "sx"; 95cdf0e10cSrcweir MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; 96cdf0e10cSrcweir IMAGE_IDS; 97cdf0e10cSrcweir}; 98cdf0e10cSrcweir 99cdf0e10cSrcweirImageList RID_IL_FORMEXPLORER_HC 100cdf0e10cSrcweir{ 101cdf0e10cSrcweir Prefix = "sxh"; 102cdf0e10cSrcweir MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; 103cdf0e10cSrcweir IMAGE_IDS; 104cdf0e10cSrcweir}; 105cdf0e10cSrcweir 106cdf0e10cSrcweirString RID_STR_PROPTITLE_PUSHBUTTON 107cdf0e10cSrcweir{ 108cdf0e10cSrcweir Text [ en-US ] = "Button" ; 109cdf0e10cSrcweir}; 110cdf0e10cSrcweirString RID_STR_PROPTITLE_RADIOBUTTON 111cdf0e10cSrcweir{ 112cdf0e10cSrcweir Text [ en-US ] = "Option Button" ; 113cdf0e10cSrcweir}; 114cdf0e10cSrcweirString RID_STR_PROPTITLE_CHECKBOX 115cdf0e10cSrcweir{ 116cdf0e10cSrcweir Text [ en-US ] = "Check Box" ; 117cdf0e10cSrcweir}; 118cdf0e10cSrcweirString RID_STR_PROPTITLE_FIXEDTEXT 119cdf0e10cSrcweir{ 120cdf0e10cSrcweir Text [ en-US ] = "Label Field" ; 121cdf0e10cSrcweir}; 122cdf0e10cSrcweirString RID_STR_PROPTITLE_GROUPBOX 123cdf0e10cSrcweir{ 124cdf0e10cSrcweir Text [ en-US ] = "Group Box" ; 125cdf0e10cSrcweir}; 126cdf0e10cSrcweirString RID_STR_PROPTITLE_EDIT 127cdf0e10cSrcweir{ 128cdf0e10cSrcweir Text [ en-US ] = "Text Box" ; 129cdf0e10cSrcweir}; 130cdf0e10cSrcweirString RID_STR_PROPTITLE_FORMATTED 131cdf0e10cSrcweir{ 132cdf0e10cSrcweir Text [ en-US ] = "Formatted Field"; 133cdf0e10cSrcweir}; 134cdf0e10cSrcweirString RID_STR_PROPTITLE_LISTBOX 135cdf0e10cSrcweir{ 136cdf0e10cSrcweir Text [ en-US ] = "List Box" ; 137cdf0e10cSrcweir}; 138cdf0e10cSrcweirString RID_STR_PROPTITLE_COMBOBOX 139cdf0e10cSrcweir{ 140cdf0e10cSrcweir Text [ en-US ] = "Combo Box" ; 141cdf0e10cSrcweir}; 142cdf0e10cSrcweirString RID_STR_PROPTITLE_IMAGEBUTTON 143cdf0e10cSrcweir{ 144cdf0e10cSrcweir Text [ en-US ] = "Image Button" ; 145cdf0e10cSrcweir}; 146cdf0e10cSrcweirString RID_STR_PROPTITLE_HIDDENCONTROL 147cdf0e10cSrcweir{ 148cdf0e10cSrcweir Text [ en-US ] = "Hidden Control" ; 149cdf0e10cSrcweir}; 150cdf0e10cSrcweirString RID_STR_PROPTITLE_UNKNOWNCONTROL 151cdf0e10cSrcweir{ 152cdf0e10cSrcweir Text [ en-US ] = "Control (unknown type)" ; 153cdf0e10cSrcweir}; 154cdf0e10cSrcweirString RID_STR_PROPTITLE_IMAGECONTROL 155cdf0e10cSrcweir{ 156cdf0e10cSrcweir Text [ en-US ] = "Image Control" ; 157cdf0e10cSrcweir}; 158cdf0e10cSrcweirString RID_STR_PROPTITLE_FILECONTROL 159cdf0e10cSrcweir{ 160cdf0e10cSrcweir Text [ en-US ] = "File Selection" ; 161cdf0e10cSrcweir}; 162cdf0e10cSrcweirString RID_STR_PROPTITLE_DATEFIELD 163cdf0e10cSrcweir{ 164cdf0e10cSrcweir Text [ en-US ] = "Date Field" ; 165cdf0e10cSrcweir}; 166cdf0e10cSrcweirString RID_STR_PROPTITLE_TIMEFIELD 167cdf0e10cSrcweir{ 168cdf0e10cSrcweir Text [ en-US ] = "Time Field" ; 169cdf0e10cSrcweir}; 170cdf0e10cSrcweirString RID_STR_PROPTITLE_NUMERICFIELD 171cdf0e10cSrcweir{ 172cdf0e10cSrcweir Text [ en-US ] = "Numeric Field" ; 173cdf0e10cSrcweir}; 174cdf0e10cSrcweirString RID_STR_PROPTITLE_CURRENCYFIELD 175cdf0e10cSrcweir{ 176cdf0e10cSrcweir Text [ en-US ] = "Currency Field" ; 177cdf0e10cSrcweir}; 178cdf0e10cSrcweirString RID_STR_PROPTITLE_PATTERNFIELD 179cdf0e10cSrcweir{ 180cdf0e10cSrcweir Text [ en-US ] = "Pattern Field" ; 181cdf0e10cSrcweir}; 182cdf0e10cSrcweirString RID_STR_PROPTITLE_DBGRID 183cdf0e10cSrcweir{ 184cdf0e10cSrcweir Text [ en-US ] = "Table Control " ; 185cdf0e10cSrcweir}; 186