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