animobjs.src (e3349227) animobjs.src (ca6cfdb2)
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

--- 163 unchanged lines hidden (view full) ---

172 {
173 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_GET_ONE_OBJECT";
174 Pos = MAP_APPFONT ( 12 , 132 ) ;
175 Size = MAP_APPFONT ( 16 , 14 ) ;
176 ButtonImage = Image
177 {
178 ImageBitmap = Bitmap
179 {
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

--- 163 unchanged lines hidden (view full) ---

172 {
173 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_GET_ONE_OBJECT";
174 Pos = MAP_APPFONT ( 12 , 132 ) ;
175 Size = MAP_APPFONT ( 16 , 14 ) ;
176 ButtonImage = Image
177 {
178 ImageBitmap = Bitmap
179 {
180 File = "get1obj.bmp" ;
180 File = "get1obj.png" ;
181 };
182 MaskColor = IMAGE_MASK_STDCOLOR;
183 };
184 TabStop = TRUE ;
185 /* ### ACHTUNG: Neuer Text in Resource? Objekt �bernehmen : Objekt �bernehmen */
186 QuickHelpText [ en-US ] = "Apply Object" ;
187 };
188 ImageButton BTN_GET_ALL_OBJECTS
189 {
190 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_GET_ALL_OBJECTS";
191 Pos = MAP_APPFONT ( 31 , 132 ) ;
192 Size = MAP_APPFONT ( 16 , 14 ) ;
193 ButtonImage = Image
194 {
195 ImageBitmap = Bitmap
196 {
181 };
182 MaskColor = IMAGE_MASK_STDCOLOR;
183 };
184 TabStop = TRUE ;
185 /* ### ACHTUNG: Neuer Text in Resource? Objekt �bernehmen : Objekt �bernehmen */
186 QuickHelpText [ en-US ] = "Apply Object" ;
187 };
188 ImageButton BTN_GET_ALL_OBJECTS
189 {
190 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_GET_ALL_OBJECTS";
191 Pos = MAP_APPFONT ( 31 , 132 ) ;
192 Size = MAP_APPFONT ( 16 , 14 ) ;
193 ButtonImage = Image
194 {
195 ImageBitmap = Bitmap
196 {
197 File = "getallob.bmp" ;
197 File = "getallob.png" ;
198 };
199 MaskColor = IMAGE_MASK_STDCOLOR;
200 };
201 TabStop = TRUE ;
202 /* ### ACHTUNG: Neuer Text in Resource? Objekte einzeln �bernehmen : Objekte einzeln �bernehmen */
203 QuickHelpText [ en-US ] = "Apply Objects Individually" ;
204 };
205 ImageButton BTN_REMOVE_BITMAP
206 {
207 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_REMOVE_BITMAP";
208 Pos = MAP_APPFONT ( 60 , 132 ) ;
209 Size = MAP_APPFONT ( 16 , 14 ) ;
210 ButtonImage = Image
211 {
212 ImageBitmap = Bitmap
213 {
198 };
199 MaskColor = IMAGE_MASK_STDCOLOR;
200 };
201 TabStop = TRUE ;
202 /* ### ACHTUNG: Neuer Text in Resource? Objekte einzeln �bernehmen : Objekte einzeln �bernehmen */
203 QuickHelpText [ en-US ] = "Apply Objects Individually" ;
204 };
205 ImageButton BTN_REMOVE_BITMAP
206 {
207 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_REMOVE_BITMAP";
208 Pos = MAP_APPFONT ( 60 , 132 ) ;
209 Size = MAP_APPFONT ( 16 , 14 ) ;
210 ButtonImage = Image
211 {
212 ImageBitmap = Bitmap
213 {
214 File = "del1bmp.bmp" ;
214 File = "del1bmp.png" ;
215 };
216 MaskColor = IMAGE_MASK_STDCOLOR;
217 };
218 TabStop = TRUE ;
219 /* ### ACHTUNG: Neuer Text in Resource? Aktuelles Bild l�schen : Aktuelles Bild l�schen */
220 QuickHelpText [ en-US ] = "Delete Current Image" ;
221 };
222 ImageButton BTN_REMOVE_ALL
223 {
224 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_REMOVE_ALL";
225 Pos = MAP_APPFONT ( 79 , 132 ) ;
226 Size = MAP_APPFONT ( 16 , 14 ) ;
227 ButtonImage = Image
228 {
229 ImageBitmap = Bitmap
230 {
215 };
216 MaskColor = IMAGE_MASK_STDCOLOR;
217 };
218 TabStop = TRUE ;
219 /* ### ACHTUNG: Neuer Text in Resource? Aktuelles Bild l�schen : Aktuelles Bild l�schen */
220 QuickHelpText [ en-US ] = "Delete Current Image" ;
221 };
222 ImageButton BTN_REMOVE_ALL
223 {
224 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_REMOVE_ALL";
225 Pos = MAP_APPFONT ( 79 , 132 ) ;
226 Size = MAP_APPFONT ( 16 , 14 ) ;
227 ButtonImage = Image
228 {
229 ImageBitmap = Bitmap
230 {
231 File = "delall.bmp" ;
231 File = "delall.png" ;
232 };
233 MaskColor = IMAGE_MASK_STDCOLOR;
234 };
235 TabStop = TRUE ;
236 /* ### ACHTUNG: Neuer Text in Resource? Alle Bilder l�schen : Alle Bilder l�schen */
237 QuickHelpText [ en-US ] = "Delete All Images" ;
238 };
239 FixedText FT_COUNT

--- 135 unchanged lines hidden ---
232 };
233 MaskColor = IMAGE_MASK_STDCOLOR;
234 };
235 TabStop = TRUE ;
236 /* ### ACHTUNG: Neuer Text in Resource? Alle Bilder l�schen : Alle Bilder l�schen */
237 QuickHelpText [ en-US ] = "Delete All Images" ;
238 };
239 FixedText FT_COUNT

--- 135 unchanged lines hidden ---