copydlg.src (49d1bb38) | copydlg.src (b24e6838) |
---|---|
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 "copydlg.hrc" 27#include "helpids.h" --- 28 unchanged lines hidden (view full) --- 56 FixedText FT_COPIES 57 { 58 Pos = MAP_APPFONT ( 6, 9 ) ; 59 Size = MAP_APPFONT ( 60, 8 ) ; 60 Text [ en-US ] = "Number of ~copies" ; 61 }; 62 NumericField NUM_FLD_COPIES 63 { | 20 *************************************************************/ 21 22 23 24#include "app.hrc" 25#include "res_bmp.hrc" 26#include "copydlg.hrc" 27#include "helpids.h" --- 28 unchanged lines hidden (view full) --- 56 FixedText FT_COPIES 57 { 58 Pos = MAP_APPFONT ( 6, 9 ) ; 59 Size = MAP_APPFONT ( 60, 8 ) ; 60 Text [ en-US ] = "Number of ~copies" ; 61 }; 62 NumericField NUM_FLD_COPIES 63 { |
64 HelpID = "sd:NumericField:DLG_COPY:NUM_FLD_COPIES"; | 64 HelpID = "sd:NumericField:DLG_COPY:NUM_FLD_COPIES" ; |
65 Border = TRUE ; 66 Pos = MAP_APPFONT ( 76, 7 ) ; 67 Size = MAP_APPFONT ( 35, 12 ) ; 68 TabStop = TRUE ; 69 Repeat = TRUE ; 70 Spin = TRUE ; 71 Minimum = 1 ; 72 Maximum = 999 ; 73 StrictFormat = TRUE ; 74 First = 1 ; 75 Last = 999 ; 76 SpinSize = 1 ; 77 }; 78 ImageButton BTN_SET_VIEWDATA 79 { | 65 Border = TRUE ; 66 Pos = MAP_APPFONT ( 76, 7 ) ; 67 Size = MAP_APPFONT ( 35, 12 ) ; 68 TabStop = TRUE ; 69 Repeat = TRUE ; 70 Spin = TRUE ; 71 Minimum = 1 ; 72 Maximum = 999 ; 73 StrictFormat = TRUE ; 74 First = 1 ; 75 Last = 999 ; 76 SpinSize = 1 ; 77 }; 78 ImageButton BTN_SET_VIEWDATA 79 { |
80 HelpID = "sd:ImageButton:DLG_COPY:BTN_SET_VIEWDATA"; | 80 HelpID = "sd:ImageButton:DLG_COPY:BTN_SET_VIEWDATA" ; |
81 Pos = MAP_APPFONT ( 122, 6 ) ; 82 Size = MAP_APPFONT ( 14, 14 ) ; 83 ButtonImage = Image 84 { 85 ImageBitmap = Bitmap { File = "pipette.png" ; }; 86 }; 87 TabStop = TRUE ; 88 QuickHelpText [ en-US ] = "Values from Selection" ; 89 }; 90 PushButton BTN_SET_DEFAULT 91 { | 81 Pos = MAP_APPFONT ( 122, 6 ) ; 82 Size = MAP_APPFONT ( 14, 14 ) ; 83 ButtonImage = Image 84 { 85 ImageBitmap = Bitmap { File = "pipette.png" ; }; 86 }; 87 TabStop = TRUE ; 88 QuickHelpText [ en-US ] = "Values from Selection" ; 89 }; 90 PushButton BTN_SET_DEFAULT 91 { |
92 HelpID = "sd:PushButton:DLG_COPY:BTN_SET_DEFAULT"; | 92 HelpID = "sd:PushButton:DLG_COPY:BTN_SET_DEFAULT" ; |
93 Pos = MAP_APPFONT ( 148, 63 ) ; 94 Size = MAP_APPFONT ( 50, 14 ) ; 95 TabStop = TRUE ; | 93 Pos = MAP_APPFONT ( 148, 63 ) ; 94 Size = MAP_APPFONT ( 50, 14 ) ; 95 TabStop = TRUE ; |
96 Text [ en-US ] = "~Default"; | 96 Text [ en-US ] = "~Default" ; |
97 }; 98 MetricField MTR_FLD_ANGLE 99 { | 97 }; 98 MetricField MTR_FLD_ANGLE 99 { |
100 HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_ANGLE"; | 100 HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_ANGLE" ; |
101 Border = TRUE ; 102 Pos = MAP_APPFONT ( 76, 69 ) ; 103 Size = MAP_APPFONT ( 45, 12 ) ; 104 TabStop = TRUE ; 105 Repeat = TRUE ; 106 Spin = TRUE ; 107 Maximum = 359 ; 108 StrictFormat = TRUE ; --- 11 unchanged lines hidden (view full) --- 120 FixedText FT_MOVE_X 121 { 122 Pos = MAP_APPFONT ( 12, 39 ) ; 123 Size = MAP_APPFONT ( 60, 8 ) ; 124 Text [ en-US ] = "~X axis" ; 125 }; 126 MetricField MTR_FLD_MOVE_X 127 { | 101 Border = TRUE ; 102 Pos = MAP_APPFONT ( 76, 69 ) ; 103 Size = MAP_APPFONT ( 45, 12 ) ; 104 TabStop = TRUE ; 105 Repeat = TRUE ; 106 Spin = TRUE ; 107 Maximum = 359 ; 108 StrictFormat = TRUE ; --- 11 unchanged lines hidden (view full) --- 120 FixedText FT_MOVE_X 121 { 122 Pos = MAP_APPFONT ( 12, 39 ) ; 123 Size = MAP_APPFONT ( 60, 8 ) ; 124 Text [ en-US ] = "~X axis" ; 125 }; 126 MetricField MTR_FLD_MOVE_X 127 { |
128 HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_MOVE_X"; | 128 HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_MOVE_X" ; |
129 Border = TRUE ; 130 Pos = MAP_APPFONT ( 76, 37 ) ; 131 Size = MAP_APPFONT ( 45, 12 ) ; 132 TabStop = TRUE ; 133 Repeat = TRUE ; 134 Spin = TRUE ; 135 Minimum = -120000 ; 136 Maximum = 120000 ; 137 StrictFormat = TRUE ; 138 DecimalDigits = 2 ; 139 Unit = FUNIT_MM ; 140 First = -120000 ; 141 Last = 120000 ; 142 SpinSize = 100 ; 143 }; 144 MetricField MTR_FLD_MOVE_Y 145 { | 129 Border = TRUE ; 130 Pos = MAP_APPFONT ( 76, 37 ) ; 131 Size = MAP_APPFONT ( 45, 12 ) ; 132 TabStop = TRUE ; 133 Repeat = TRUE ; 134 Spin = TRUE ; 135 Minimum = -120000 ; 136 Maximum = 120000 ; 137 StrictFormat = TRUE ; 138 DecimalDigits = 2 ; 139 Unit = FUNIT_MM ; 140 First = -120000 ; 141 Last = 120000 ; 142 SpinSize = 100 ; 143 }; 144 MetricField MTR_FLD_MOVE_Y 145 { |
146 HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_MOVE_Y"; | 146 HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_MOVE_Y" ; |
147 Border = TRUE ; 148 Pos = MAP_APPFONT ( 76, 53 ) ; 149 Size = MAP_APPFONT ( 45, 12 ) ; 150 TabStop = TRUE ; 151 Repeat = TRUE ; 152 Spin = TRUE ; 153 Minimum = -120000 ; 154 Maximum = 120000 ; 155 StrictFormat = TRUE ; 156 DecimalDigits = 2 ; 157 Unit = FUNIT_MM ; 158 First = -120000 ; 159 Last = 120000 ; 160 SpinSize = 100 ; 161 }; 162 MetricField MTR_FLD_WIDTH 163 { | 147 Border = TRUE ; 148 Pos = MAP_APPFONT ( 76, 53 ) ; 149 Size = MAP_APPFONT ( 45, 12 ) ; 150 TabStop = TRUE ; 151 Repeat = TRUE ; 152 Spin = TRUE ; 153 Minimum = -120000 ; 154 Maximum = 120000 ; 155 StrictFormat = TRUE ; 156 DecimalDigits = 2 ; 157 Unit = FUNIT_MM ; 158 First = -120000 ; 159 Last = 120000 ; 160 SpinSize = 100 ; 161 }; 162 MetricField MTR_FLD_WIDTH 163 { |
164 HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_WIDTH"; | 164 HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_WIDTH" ; |
165 Border = TRUE ; 166 Pos = MAP_APPFONT ( 76, 98 ) ; 167 Size = MAP_APPFONT ( 45, 12 ) ; 168 TabStop = TRUE ; 169 Repeat = TRUE ; 170 Spin = TRUE ; 171 Minimum = -120000 ; 172 Maximum = 120000 ; 173 StrictFormat = TRUE ; 174 DecimalDigits = 2 ; 175 Unit = FUNIT_MM ; 176 First = -120000 ; 177 Last = 120000 ; 178 SpinSize = 100 ; 179 }; 180 MetricField MTR_FLD_HEIGHT 181 { | 165 Border = TRUE ; 166 Pos = MAP_APPFONT ( 76, 98 ) ; 167 Size = MAP_APPFONT ( 45, 12 ) ; 168 TabStop = TRUE ; 169 Repeat = TRUE ; 170 Spin = TRUE ; 171 Minimum = -120000 ; 172 Maximum = 120000 ; 173 StrictFormat = TRUE ; 174 DecimalDigits = 2 ; 175 Unit = FUNIT_MM ; 176 First = -120000 ; 177 Last = 120000 ; 178 SpinSize = 100 ; 179 }; 180 MetricField MTR_FLD_HEIGHT 181 { |
182 HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_HEIGHT"; | 182 HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_HEIGHT" ; |
183 Border = TRUE ; 184 Pos = MAP_APPFONT ( 76, 114 ) ; 185 Size = MAP_APPFONT ( 45, 12 ) ; 186 TabStop = TRUE ; 187 Repeat = TRUE ; 188 Spin = TRUE ; 189 Minimum = -120000 ; 190 Maximum = 120000 ; --- 37 unchanged lines hidden (view full) --- 228 FixedLine GRP_COLOR 229 { 230 Pos = MAP_APPFONT ( 6, 132 ) ; 231 Size = MAP_APPFONT ( 136, 8 ) ; 232 Text [ en-US ] = "Colors" ; 233 }; 234 ListBox LB_START_COLOR 235 { | 183 Border = TRUE ; 184 Pos = MAP_APPFONT ( 76, 114 ) ; 185 Size = MAP_APPFONT ( 45, 12 ) ; 186 TabStop = TRUE ; 187 Repeat = TRUE ; 188 Spin = TRUE ; 189 Minimum = -120000 ; 190 Maximum = 120000 ; --- 37 unchanged lines hidden (view full) --- 228 FixedLine GRP_COLOR 229 { 230 Pos = MAP_APPFONT ( 6, 132 ) ; 231 Size = MAP_APPFONT ( 136, 8 ) ; 232 Text [ en-US ] = "Colors" ; 233 }; 234 ListBox LB_START_COLOR 235 { |
236 HelpID = "sd:ListBox:DLG_COPY:LB_START_COLOR"; | 236 HelpID = "sd:ListBox:DLG_COPY:LB_START_COLOR" ; |
237 Border = TRUE ; 238 Pos = MAP_APPFONT ( 76, 143 ) ; 239 Size = MAP_APPFONT ( 60, 90 ) ; 240 TabStop = TRUE ; 241 DropDown = TRUE ; 242 DDExtraWidth = TRUE ; 243 }; 244 FixedText FT_START_COLOR 245 { 246 Pos = MAP_APPFONT ( 12, 145 ) ; 247 Size = MAP_APPFONT ( 60, 8 ) ; 248 Text [ en-US ] = "~Start" ; 249 }; 250 ListBox LB_END_COLOR 251 { | 237 Border = TRUE ; 238 Pos = MAP_APPFONT ( 76, 143 ) ; 239 Size = MAP_APPFONT ( 60, 90 ) ; 240 TabStop = TRUE ; 241 DropDown = TRUE ; 242 DDExtraWidth = TRUE ; 243 }; 244 FixedText FT_START_COLOR 245 { 246 Pos = MAP_APPFONT ( 12, 145 ) ; 247 Size = MAP_APPFONT ( 60, 8 ) ; 248 Text [ en-US ] = "~Start" ; 249 }; 250 ListBox LB_END_COLOR 251 { |
252 HelpID = "sd:ListBox:DLG_COPY:LB_END_COLOR"; | 252 HelpID = "sd:ListBox:DLG_COPY:LB_END_COLOR" ; |
253 Border = TRUE ; 254 Pos = MAP_APPFONT ( 76, 159 ) ; 255 Size = MAP_APPFONT ( 60, 90 ) ; 256 TabStop = TRUE ; 257 DropDown = TRUE ; 258 DDExtraWidth = TRUE ; 259 }; 260 FixedText FT_END_COLOR 261 { 262 Pos = MAP_APPFONT ( 12, 161 ) ; 263 Size = MAP_APPFONT ( 60, 8 ) ; 264 Text [ en-US ] = "~End" ; 265 }; 266}; | 253 Border = TRUE ; 254 Pos = MAP_APPFONT ( 76, 159 ) ; 255 Size = MAP_APPFONT ( 60, 90 ) ; 256 TabStop = TRUE ; 257 DropDown = TRUE ; 258 DDExtraWidth = TRUE ; 259 }; 260 FixedText FT_END_COLOR 261 { 262 Pos = MAP_APPFONT ( 12, 161 ) ; 263 Size = MAP_APPFONT ( 60, 8 ) ; 264 Text [ en-US ] = "~End" ; 265 }; 266}; |
267 268// ******************************************************************* EOF |
|