dlgsnap.src (e3349227) dlgsnap.src (922694f9)
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

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

26#include "dlgsnap.hrc"
27#include "helpids.h"
28
29ModalDialog DLG_SNAPLINE
30{
31 HelpID = CMD_SID_CAPTUREPOINT ;
32 OutputSize = TRUE ;
33 SVLook = TRUE ;
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

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

26#include "dlgsnap.hrc"
27#include "helpids.h"
28
29ModalDialog DLG_SNAPLINE
30{
31 HelpID = CMD_SID_CAPTUREPOINT ;
32 OutputSize = TRUE ;
33 SVLook = TRUE ;
34 Size = MAP_APPFONT ( 140 , 125 ) ;
34 Size = MAP_APPFONT ( 140, 125 ) ;
35 Text [ en-US ] = "New Snap Object" ;
36 Moveable = TRUE ;
37 OKButton BTN_OK
38 {
35 Text [ en-US ] = "New Snap Object" ;
36 Moveable = TRUE ;
37 OKButton BTN_OK
38 {
39 Pos = MAP_APPFONT ( 88 , 6 ) ;
40 Size = MAP_APPFONT ( 46 , 14 ) ;
39 Pos = MAP_APPFONT ( 88, 6 ) ;
40 Size = MAP_APPFONT ( 46, 14 ) ;
41 TabStop = TRUE ;
42 DefButton = TRUE ;
43 };
44 CancelButton BTN_CANCEL
45 {
41 TabStop = TRUE ;
42 DefButton = TRUE ;
43 };
44 CancelButton BTN_CANCEL
45 {
46 Pos = MAP_APPFONT ( 88 , 23 ) ;
47 Size = MAP_APPFONT ( 46 , 14 ) ;
46 Pos = MAP_APPFONT ( 88, 23 ) ;
47 Size = MAP_APPFONT ( 46, 14 ) ;
48 TabStop = TRUE ;
49 };
50 HelpButton BTN_HELP
51 {
48 TabStop = TRUE ;
49 };
50 HelpButton BTN_HELP
51 {
52 Pos = MAP_APPFONT ( 88 , 43 ) ;
53 Size = MAP_APPFONT ( 46 , 14 ) ;
52 Pos = MAP_APPFONT ( 88, 43 ) ;
53 Size = MAP_APPFONT ( 46, 14 ) ;
54 TabStop = TRUE ;
55 };
56 PushButton BTN_DELETE
57 {
54 TabStop = TRUE ;
55 };
56 PushButton BTN_DELETE
57 {
58 HelpID = "sd:PushButton:DLG_SNAPLINE:BTN_DELETE";
59 Pos = MAP_APPFONT ( 88 , 63 ) ;
60 Size = MAP_APPFONT ( 46 , 14 ) ;
61 /* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */
58 HelpID = "sd:PushButton:DLG_SNAPLINE:BTN_DELETE" ;
59 Pos = MAP_APPFONT ( 88, 63 ) ;
60 Size = MAP_APPFONT ( 46, 14 ) ;
62 Text [ en-US ] = "~Delete" ;
63 TabStop = TRUE ;
64 };
65 FixedLine FL_POSITION
66 {
61 Text [ en-US ] = "~Delete" ;
62 TabStop = TRUE ;
63 };
64 FixedLine FL_POSITION
65 {
67 Pos = MAP_APPFONT ( 6 , 3 ) ;
68 Size = MAP_APPFONT ( 76 , 8 ) ;
66 Pos = MAP_APPFONT ( 6, 3 ) ;
67 Size = MAP_APPFONT ( 76, 8 ) ;
69 Text [ en-US ] = "Position" ;
70 };
71 FixedText FT_X
72 {
68 Text [ en-US ] = "Position" ;
69 };
70 FixedText FT_X
71 {
73 Pos = MAP_APPFONT ( 12 , 16 ) ;
74 Size = MAP_APPFONT ( 7 , 10 ) ;
72 Pos = MAP_APPFONT ( 12, 16 ) ;
73 Size = MAP_APPFONT ( 7, 10 ) ;
75 Text = "~X" ;
76 };
77 MetricField MTR_FLD_X
78 {
74 Text = "~X" ;
75 };
76 MetricField MTR_FLD_X
77 {
79 HelpID = "sd:MetricField:DLG_SNAPLINE:MTR_FLD_X";
78 HelpID = "sd:MetricField:DLG_SNAPLINE:MTR_FLD_X" ;
80 Border = TRUE ;
79 Border = TRUE ;
81 Pos = MAP_APPFONT ( 22 , 14 ) ;
82 Size = MAP_APPFONT ( 54 , 12 ) ;
80 Pos = MAP_APPFONT ( 22, 14 ) ;
81 Size = MAP_APPFONT ( 54, 12 ) ;
83 TabStop = TRUE ;
84 Repeat = TRUE ;
85 Spin = TRUE ;
86 Minimum = -5000000 ;
87 Maximum = 5000000 ;
88 StrictFormat = TRUE ;
89 DecimalDigits = 2 ;
90 Unit = FUNIT_MM ;
91 First = -5000000 ;
92 Last = 5000000 ;
93 SpinSize = 50 ;
94 };
95 FixedText FT_Y
96 {
82 TabStop = TRUE ;
83 Repeat = TRUE ;
84 Spin = TRUE ;
85 Minimum = -5000000 ;
86 Maximum = 5000000 ;
87 StrictFormat = TRUE ;
88 DecimalDigits = 2 ;
89 Unit = FUNIT_MM ;
90 First = -5000000 ;
91 Last = 5000000 ;
92 SpinSize = 50 ;
93 };
94 FixedText FT_Y
95 {
97 Pos = MAP_APPFONT ( 12 , 32 ) ;
98 Size = MAP_APPFONT ( 7 , 10 ) ;
96 Pos = MAP_APPFONT ( 12, 32 ) ;
97 Size = MAP_APPFONT ( 7, 10 ) ;
99 Text = "~Y" ;
100 };
101 MetricField MTR_FLD_Y
102 {
98 Text = "~Y" ;
99 };
100 MetricField MTR_FLD_Y
101 {
103 HelpID = "sd:MetricField:DLG_SNAPLINE:MTR_FLD_Y";
102 HelpID = "sd:MetricField:DLG_SNAPLINE:MTR_FLD_Y" ;
104 Border = TRUE ;
103 Border = TRUE ;
105 Pos = MAP_APPFONT ( 22 , 30 ) ;
106 Size = MAP_APPFONT ( 54 , 12 ) ;
104 Pos = MAP_APPFONT ( 22, 30 ) ;
105 Size = MAP_APPFONT ( 54, 12 ) ;
107 TabStop = TRUE ;
108 Repeat = TRUE ;
109 Spin = TRUE ;
110 Minimum = -5000000 ;
111 Maximum = 5000000 ;
112 StrictFormat = TRUE ;
113 DecimalDigits = 2 ;
114 Unit = FUNIT_MM ;
115 First = -5000000 ;
116 Last = 5000000 ;
117 SpinSize = 50 ;
118 };
119 FixedLine FL_DIRECTION
120 {
106 TabStop = TRUE ;
107 Repeat = TRUE ;
108 Spin = TRUE ;
109 Minimum = -5000000 ;
110 Maximum = 5000000 ;
111 StrictFormat = TRUE ;
112 DecimalDigits = 2 ;
113 Unit = FUNIT_MM ;
114 First = -5000000 ;
115 Last = 5000000 ;
116 SpinSize = 50 ;
117 };
118 FixedLine FL_DIRECTION
119 {
121 Pos = MAP_APPFONT ( 6 , 50 ) ;
122 Size = MAP_APPFONT ( 76 , 8 ) ;
120 Pos = MAP_APPFONT ( 6, 50 ) ;
121 Size = MAP_APPFONT ( 76, 8 ) ;
123 Text [ en-US ] = "Type" ;
124 };
125 ImageRadioButton RB_POINT
126 {
122 Text [ en-US ] = "Type" ;
123 };
124 ImageRadioButton RB_POINT
125 {
127 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_POINT";
128 Pos = MAP_APPFONT ( 12 , 61 ) ;
129 Size = MAP_APPFONT ( 64 , 16 ) ;
126 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_POINT" ;
127 Pos = MAP_APPFONT ( 12, 61 ) ;
128 Size = MAP_APPFONT ( 64, 16 ) ;
130 Text [ en-US ] = "~Point" ;
131 TabStop = TRUE ;
132 RadioButtonImage = Image
133 {
129 Text [ en-US ] = "~Point" ;
130 TabStop = TRUE ;
131 RadioButtonImage = Image
132 {
134 MaskColor = IMAGE_MASK_STDCOLOR;
135 ImageBitmap = Bitmap { File = "hlppoint.bmp" ; };
133 ImageBitmap = Bitmap { File = "hlppoint.png" ; };
136 };
137 };
138 ImageRadioButton RB_VERTICAL
139 {
134 };
135 };
136 ImageRadioButton RB_VERTICAL
137 {
140 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_VERTICAL";
141 Pos = MAP_APPFONT ( 12 , 81 ) ;
142 Size = MAP_APPFONT ( 64 , 16 ) ;
138 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_VERTICAL" ;
139 Pos = MAP_APPFONT ( 12, 81 ) ;
140 Size = MAP_APPFONT ( 64, 16 ) ;
143 Text [ en-US ] = "~Vertical" ;
144 TabStop = TRUE ;
145 RadioButtonImage = Image
146 {
141 Text [ en-US ] = "~Vertical" ;
142 TabStop = TRUE ;
143 RadioButtonImage = Image
144 {
147 MaskColor = IMAGE_MASK_STDCOLOR;
148 ImageBitmap = Bitmap { File = "hlplvert.bmp" ; };
145 ImageBitmap = Bitmap { File = "hlplvert.png" ; };
149 };
150 };
151 ImageRadioButton RB_HORIZONTAL
152 {
146 };
147 };
148 ImageRadioButton RB_HORIZONTAL
149 {
153 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_HORIZONTAL";
154 Pos = MAP_APPFONT ( 12 , 101 ) ;
155 Size = MAP_APPFONT ( 65 , 16 ) ;
150 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_HORIZONTAL" ;
151 Pos = MAP_APPFONT ( 12, 101 ) ;
152 Size = MAP_APPFONT ( 65, 16 ) ;
156 Text [ en-US ] = "Hori~zontal" ;
157 TabStop = TRUE ;
158 RadioButtonImage = Image
159 {
153 Text [ en-US ] = "Hori~zontal" ;
154 TabStop = TRUE ;
155 RadioButtonImage = Image
156 {
160 MaskColor = IMAGE_MASK_STDCOLOR;
161 ImageBitmap = Bitmap { File = "hlplhorz.bmp" ; };
157 ImageBitmap = Bitmap { File = "hlplhorz.png" ; };
162 };
163 };
164
165 Image BMP_POINT_H
166 {
158 };
159 };
160
161 Image BMP_POINT_H
162 {
167 MaskColor = IMAGE_MASK_STDCOLOR_HC;
168 ImageBitmap = Bitmap { File = "hlppoint_h.bmp" ; };
163 ImageBitmap = Bitmap { File = "hlppoint_h.png" ; };
169 };
170
171 Image BMP_VERTICAL_H
172 {
164 };
165
166 Image BMP_VERTICAL_H
167 {
173 MaskColor = IMAGE_MASK_STDCOLOR_HC;
174 ImageBitmap = Bitmap { File = "hlplvert_h.bmp" ; };
168 ImageBitmap = Bitmap { File = "hlplvert_h.png" ; };
175 };
176
177 Image BMP_HORIZONTAL_H
178 {
169 };
170
171 Image BMP_HORIZONTAL_H
172 {
179 MaskColor = IMAGE_MASK_STDCOLOR_HC;
180 ImageBitmap = Bitmap { File = "hlplhorz_h.bmp" ; };
173 ImageBitmap = Bitmap { File = "hlplhorz_h.png" ; };
181 };
182};
174 };
175};
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210