parawin.src (156c3fdf) parawin.src (21a95b74)
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

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

36#define FXBUTTONBLOCK( y ) \
37 Pos = MAP_APPFONT (83 , y-1 ) ; \
38 Size = MAP_APPFONT ( 13 , 15 ) ; \
39 TabStop = TRUE ; \
40 ButtonImage = Image\
41 {\
42 ImageBitmap = Bitmap\
43 {\
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

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

36#define FXBUTTONBLOCK( y ) \
37 Pos = MAP_APPFONT (83 , y-1 ) ; \
38 Size = MAP_APPFONT ( 13 , 15 ) ; \
39 TabStop = TRUE ; \
40 ButtonImage = Image\
41 {\
42 ImageBitmap = Bitmap\
43 {\
44 File = "fx.bmp" ; \
44 File = "fx.png" ; \
45 };\
46 MaskColor = STD_MASKCOLOR;\
47 };
48
49#define ED_ARGBLOCK( y ) \
50 Border = TRUE; \
51 Pos = MAP_APPFONT( 98, y ); \
52 Size = MAP_APPFONT( 66, 12 ); \

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

164 };
165 String STR_REQUIRED
166 {
167 Text [ en-US ] = "(required)" ;
168 };
169
170 Image IMG_FX_H
171 {
45 };\
46 MaskColor = STD_MASKCOLOR;\
47 };
48
49#define ED_ARGBLOCK( y ) \
50 Border = TRUE; \
51 Pos = MAP_APPFONT( 98, y ); \
52 Size = MAP_APPFONT( 66, 12 ); \

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

164 };
165 String STR_REQUIRED
166 {
167 Text [ en-US ] = "(required)" ;
168 };
169
170 Image IMG_FX_H
171 {
172 ImageBitmap = Bitmap { File = "fx_h.bmp" ; };
172 ImageBitmap = Bitmap { File = "fx_h.png" ; };
173 MaskColor = STD_MASKCOLOR;
174 };
175
176};
177
178
179
180

--- 14 unchanged lines hidden ---
173 MaskColor = STD_MASKCOLOR;
174 };
175
176};
177
178
179
180

--- 14 unchanged lines hidden ---