ctredlin.src (4d7c9de0) ctredlin.src (38972840)
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

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

102 {
103 HelpId = HID_REDLINING_FILTER_IB_CLOCK ;
104 Disable = TRUE ;
105 Pos = MAP_APPFONT ( 240 , 5 ) ;
106 Size = MAP_APPFONT ( 13 , 15 ) ;
107 TabStop = TRUE ;
108 ButtonImage = Image
109 {
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

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

102 {
103 HelpId = HID_REDLINING_FILTER_IB_CLOCK ;
104 Disable = TRUE ;
105 Pos = MAP_APPFONT ( 240 , 5 ) ;
106 Size = MAP_APPFONT ( 13 , 15 ) ;
107 TabStop = TRUE ;
108 ButtonImage = Image
109 {
110 ImageBitmap = Bitmap { File = "time.bmp" ; };
110 ImageBitmap = Bitmap { File = "time.png" ; };
111 MASKCOLOR
112 };
113 //QuickHelpText [ en-US ] = "Set Date/Time" ;
114 QuickHelpText [ en-US ] = "Set Start Date/Time" ;
115 };
116 FixedText FT_DATE2
117 {
118 Pos = MAP_APPFONT ( 60 , 24 ) ;

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

159 {
160 HelpId = HID_REDLINING_FILTER_IB_CLOCK2 ;
161 Disable = TRUE ;
162 Pos = MAP_APPFONT ( 240 , 21 ) ;
163 Size = MAP_APPFONT ( 13 , 15 ) ;
164 TabStop = TRUE ;
165 ButtonImage = Image
166 {
111 MASKCOLOR
112 };
113 //QuickHelpText [ en-US ] = "Set Date/Time" ;
114 QuickHelpText [ en-US ] = "Set Start Date/Time" ;
115 };
116 FixedText FT_DATE2
117 {
118 Pos = MAP_APPFONT ( 60 , 24 ) ;

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

159 {
160 HelpId = HID_REDLINING_FILTER_IB_CLOCK2 ;
161 Disable = TRUE ;
162 Pos = MAP_APPFONT ( 240 , 21 ) ;
163 Size = MAP_APPFONT ( 13 , 15 ) ;
164 TabStop = TRUE ;
165 ButtonImage = Image
166 {
167 ImageBitmap = Bitmap { File = "time.bmp" ; };
167 ImageBitmap = Bitmap { File = "time.png" ; };
168 MASKCOLOR
169 };
170 //QuickHelpText [ en-US ] = "Set Date/Time" ;
171 QuickHelpText [ en-US ] = "Set End Date/Time" ;
172 };
173 CheckBox CB_AUTOR
174 {
175 HelpId = HID_REDLINING_FILTER_CB_AUTOR ;

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

244 Disable = TRUE ;
245 Border = TRUE ;
246 Pos = MAP_APPFONT ( 60 , 70 ) ;
247 Size = MAP_APPFONT ( 178 , 12 ) ;
248 TabStop = TRUE ;
249 };
250 Image IMG_TIME_H
251 {
168 MASKCOLOR
169 };
170 //QuickHelpText [ en-US ] = "Set Date/Time" ;
171 QuickHelpText [ en-US ] = "Set End Date/Time" ;
172 };
173 CheckBox CB_AUTOR
174 {
175 HelpId = HID_REDLINING_FILTER_CB_AUTOR ;

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

244 Disable = TRUE ;
245 Border = TRUE ;
246 Pos = MAP_APPFONT ( 60 , 70 ) ;
247 Size = MAP_APPFONT ( 178 , 12 ) ;
248 TabStop = TRUE ;
249 };
250 Image IMG_TIME_H
251 {
252 ImageBitmap = Bitmap { File = "time_h.bmp" ; };
252 ImageBitmap = Bitmap { File = "time_h.png" ; };
253 MASKCOLOR
254 };
255 String STR_DATE_COMBOX
256 {
257 Text [ en-US ] = "Date Condition" ;
258 };
259 String STR_DATE_SPIN
260 {

--- 127 unchanged lines hidden ---
253 MASKCOLOR
254 };
255 String STR_DATE_COMBOX
256 {
257 Text [ en-US ] = "Date Condition" ;
258 };
259 String STR_DATE_SPIN
260 {

--- 127 unchanged lines hidden ---