dlgsnap.src (922694f9) | dlgsnap.src (6a332f86) |
---|---|
1/************************************************************** | 1/************************************************************** |
2 * | 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 9 * with the License. You may obtain a copy of the License at | 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 9 * with the License. You may obtain a copy of the License at |
10 * | 10 * |
11 * http://www.apache.org/licenses/LICENSE-2.0 | 11 * http://www.apache.org/licenses/LICENSE-2.0 |
12 * | 12 * |
13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. | 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. |
19 * | 19 * |
20 *************************************************************/ 21 22 23 24#include "app.hrc" 25#include "res_bmp.hrc" 26#include "dlgsnap.hrc" 27#include "helpids.h" --- 97 unchanged lines hidden (view full) --- 125 { 126 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_POINT" ; 127 Pos = MAP_APPFONT ( 12, 61 ) ; 128 Size = MAP_APPFONT ( 64, 16 ) ; 129 Text [ en-US ] = "~Point" ; 130 TabStop = TRUE ; 131 RadioButtonImage = Image 132 { | 20 *************************************************************/ 21 22 23 24#include "app.hrc" 25#include "res_bmp.hrc" 26#include "dlgsnap.hrc" 27#include "helpids.h" --- 97 unchanged lines hidden (view full) --- 125 { 126 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_POINT" ; 127 Pos = MAP_APPFONT ( 12, 61 ) ; 128 Size = MAP_APPFONT ( 64, 16 ) ; 129 Text [ en-US ] = "~Point" ; 130 TabStop = TRUE ; 131 RadioButtonImage = Image 132 { |
133 ImageBitmap = Bitmap { File = "hlppoint.png" ; }; | 133 ImageBitmap = Bitmap {File = "hlppoint.png" ;} ; |
134 }; 135 }; 136 ImageRadioButton RB_VERTICAL 137 { 138 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_VERTICAL" ; 139 Pos = MAP_APPFONT ( 12, 81 ) ; 140 Size = MAP_APPFONT ( 64, 16 ) ; 141 Text [ en-US ] = "~Vertical" ; 142 TabStop = TRUE ; 143 RadioButtonImage = Image 144 { | 134 }; 135 }; 136 ImageRadioButton RB_VERTICAL 137 { 138 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_VERTICAL" ; 139 Pos = MAP_APPFONT ( 12, 81 ) ; 140 Size = MAP_APPFONT ( 64, 16 ) ; 141 Text [ en-US ] = "~Vertical" ; 142 TabStop = TRUE ; 143 RadioButtonImage = Image 144 { |
145 ImageBitmap = Bitmap { File = "hlplvert.png" ; }; | 145 ImageBitmap = Bitmap {File = "hlplvert.png" ;} ; |
146 }; 147 }; 148 ImageRadioButton RB_HORIZONTAL 149 { 150 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_HORIZONTAL" ; 151 Pos = MAP_APPFONT ( 12, 101 ) ; 152 Size = MAP_APPFONT ( 65, 16 ) ; 153 Text [ en-US ] = "Hori~zontal" ; 154 TabStop = TRUE ; 155 RadioButtonImage = Image 156 { | 146 }; 147 }; 148 ImageRadioButton RB_HORIZONTAL 149 { 150 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_HORIZONTAL" ; 151 Pos = MAP_APPFONT ( 12, 101 ) ; 152 Size = MAP_APPFONT ( 65, 16 ) ; 153 Text [ en-US ] = "Hori~zontal" ; 154 TabStop = TRUE ; 155 RadioButtonImage = Image 156 { |
157 ImageBitmap = Bitmap { File = "hlplhorz.png" ; }; | 157 ImageBitmap = Bitmap {File = "hlplhorz.png" ;} ; |
158 }; 159 }; 160 161 Image BMP_POINT_H 162 { | 158 }; 159 }; 160 161 Image BMP_POINT_H 162 { |
163 ImageBitmap = Bitmap { File = "hlppoint_h.png" ; }; | 163 ImageBitmap = Bitmap {File = "hlppoint_h.png" ;} ; |
164 }; 165 166 Image BMP_VERTICAL_H 167 { | 164 }; 165 166 Image BMP_VERTICAL_H 167 { |
168 ImageBitmap = Bitmap { File = "hlplvert_h.png" ; }; | 168 ImageBitmap = Bitmap {File = "hlplvert_h.png" ;} ; |
169 }; 170 171 Image BMP_HORIZONTAL_H 172 { | 169 }; 170 171 Image BMP_HORIZONTAL_H 172 { |
173 ImageBitmap = Bitmap { File = "hlplhorz_h.png" ; }; | 173 ImageBitmap = Bitmap {File = "hlplhorz_h.png" ;} ; |
174 }; 175}; | 174 }; 175}; |
176 177// ********************************************************************** EOF |
|