View | Details | Raw Unified | Return to issue 56304
Collapse All | Expand All

(-)source/dialog/zoom.src (+73 lines)
Lines 45-50 ModalDialog RID_SVXDLG_ZOOM Link Here
45
	Size = MAP_APPFONT ( 160 , 142 ) ;
45
	Size = MAP_APPFONT ( 160 , 142 ) ;
46
    Text [ de ] = "Maßstab" ;
46
    Text [ de ] = "Maßstab" ;
47
	Moveable = TRUE ;
47
	Moveable = TRUE ;
48
	Sizeable = TRUE ;
48
	RadioButton BTN_WHOLE_PAGE
49
	RadioButton BTN_WHOLE_PAGE
49
	{
50
	{
50
        Pos = MAP_APPFONT ( 12 , 14 ) ;
51
        Pos = MAP_APPFONT ( 12 , 14 ) ;
Lines 52-57 ModalDialog RID_SVXDLG_ZOOM Link Here
52
		Text [ de ] = "~Ganze Seite" ;
53
		Text [ de ] = "~Ganze Seite" ;
53
		Text [ en-US ] = "~Entire Page" ;
54
		Text [ en-US ] = "~Entire Page" ;
54
		Text [ x-comment ] = " ";
55
		Text [ x-comment ] = " ";
56
		Springs = 
57
		{
58
			NORTH ; 10 ; SOUTH ; FL_ZOOM ;
59
			WEST ; 10 ; WEST ; RID_SVXDLG_ZOOM ;
60
		};
55
	};
61
	};
56
	RadioButton BTN_PAGE_WIDTH
62
	RadioButton BTN_PAGE_WIDTH
57
	{
63
	{
Lines 60-65 ModalDialog RID_SVXDLG_ZOOM Link Here
60
		Text [ de ] = "Seiten~breite" ;
66
		Text [ de ] = "Seiten~breite" ;
61
		Text [ en-US ] = "~Page Width" ;
67
		Text [ en-US ] = "~Page Width" ;
62
		Text [ x-comment ] = " ";
68
		Text [ x-comment ] = " ";
69
		Springs = 
70
		{
71
			NORTH ; 10 ; SOUTH ; BTN_WHOLE_PAGE ;
72
			WEST ; 10 ; WEST ; RID_SVXDLG_ZOOM ;
73
		};
63
	};
74
	};
64
	RadioButton BTN_OPTIMAL
75
	RadioButton BTN_OPTIMAL
65
	{
76
	{
Lines 68-103 ModalDialog RID_SVXDLG_ZOOM Link Here
68
		Text [ de ] = "~Optimal" ;
79
		Text [ de ] = "~Optimal" ;
69
		Text [ en-US ] = "~Optimal" ;
80
		Text [ en-US ] = "~Optimal" ;
70
		Text [ x-comment ] = " ";
81
		Text [ x-comment ] = " ";
82
		Springs = 
83
		{
84
			NORTH ; 10 ; SOUTH ; BTN_PAGE_WIDTH ;
85
			WEST ; 10 ; WEST ; RID_SVXDLG_ZOOM ;
86
		};
71
	};
87
	};
72
	RadioButton BTN_200
88
	RadioButton BTN_200
73
	{
89
	{
74
        Pos = MAP_APPFONT ( 12 , 53 ) ;
90
        Pos = MAP_APPFONT ( 12 , 53 ) ;
75
		Size = MAP_APPFONT ( 80 , 10 ) ;
91
		Size = MAP_APPFONT ( 80 , 10 ) ;
76
		Text = "~200 %" ;
92
		Text = "~200 %" ;
93
		Springs = 
94
		{
95
			NORTH ; 10 ; SOUTH ; BTN_OPTIMAL ;
96
			WEST ; 10 ; WEST ; RID_SVXDLG_ZOOM ;
97
		};
77
	};
98
	};
78
	RadioButton BTN_150
99
	RadioButton BTN_150
79
	{
100
	{
80
        Pos = MAP_APPFONT ( 12 , 66 ) ;
101
        Pos = MAP_APPFONT ( 12 , 66 ) ;
81
		Size = MAP_APPFONT ( 80 , 10 ) ;
102
		Size = MAP_APPFONT ( 80 , 10 ) ;
82
		Text = "15~0 %" ;
103
		Text = "15~0 %" ;
104
		Springs = 
105
		{
106
			NORTH ; 10 ; SOUTH ; BTN_200 ;
107
			WEST ; 10 ; WEST ; RID_SVXDLG_ZOOM ;
108
		};
83
	};
109
	};
84
	RadioButton BTN_100
110
	RadioButton BTN_100
85
	{
111
	{
86
        Pos = MAP_APPFONT ( 12 , 79 ) ;
112
        Pos = MAP_APPFONT ( 12 , 79 ) ;
87
		Size = MAP_APPFONT ( 80 , 10 ) ;
113
		Size = MAP_APPFONT ( 80 , 10 ) ;
88
		Text = "~100 %" ;
114
		Text = "~100 %" ;
115
		Springs = 
116
		{
117
			NORTH ; 10 ; SOUTH ; BTN_150 ;
118
			WEST ; 10 ; WEST ; RID_SVXDLG_ZOOM ;
119
		};
89
	};
120
	};
90
	RadioButton BTN_75
121
	RadioButton BTN_75
91
	{
122
	{
92
        Pos = MAP_APPFONT ( 12 , 92 ) ;
123
        Pos = MAP_APPFONT ( 12 , 92 ) ;
93
		Size = MAP_APPFONT ( 80 , 10 ) ;
124
		Size = MAP_APPFONT ( 80 , 10 ) ;
94
		Text = "~75 %" ;
125
		Text = "~75 %" ;
126
		Springs = 
127
		{
128
			NORTH ; 10 ; SOUTH ; BTN_100 ;
129
			WEST ; 10 ; WEST ; RID_SVXDLG_ZOOM ;
130
		};
95
	};
131
	};
96
	RadioButton BTN_50
132
	RadioButton BTN_50
97
	{
133
	{
98
        Pos = MAP_APPFONT ( 12 , 105 ) ;
134
        Pos = MAP_APPFONT ( 12 , 105 ) ;
99
		Size = MAP_APPFONT ( 80 , 10 ) ;
135
		Size = MAP_APPFONT ( 80 , 10 ) ;
100
		Text = "~50 %" ;
136
		Text = "~50 %" ;
137
		Springs = 
138
		{
139
			NORTH ; 10 ; SOUTH ; BTN_75 ;
140
			WEST ; 10 ; WEST ; RID_SVXDLG_ZOOM ;
141
		};
101
	};
142
	};
102
	RadioButton BTN_USER
143
	RadioButton BTN_USER
103
	{
144
	{
Lines 106-111 ModalDialog RID_SVXDLG_ZOOM Link Here
106
		Text [ de ] = "~Stufenlos" ;
147
		Text [ de ] = "~Stufenlos" ;
107
		Text [ en-US ] = "~Variable" ;
148
		Text [ en-US ] = "~Variable" ;
108
		Text [ x-comment ] = " ";
149
		Text [ x-comment ] = " ";
150
		Springs = 
151
		{
152
			NORTH ; 10 ; SOUTH ; BTN_50 ;
153
			WEST ; 10 ; WEST ; RID_SVXDLG_ZOOM ;
154
		};
109
	};
155
	};
110
	MetricField ED_USER
156
	MetricField ED_USER
111
	{
157
	{
Lines 119-124 ModalDialog RID_SVXDLG_ZOOM Link Here
119
		Unit = FUNIT_CUSTOM ;
165
		Unit = FUNIT_CUSTOM ;
120
		CustomUnitText = "%" ;
166
		CustomUnitText = "%" ;
121
		SpinSize = 1 ;
167
		SpinSize = 1 ;
168
		Springs = 
169
		{
170
			NORTH ; 8 ; SOUTH ; BTN_50 ;
171
			WEST ; 10 ; EAST ; BTN_USER ;
172
		};
122
	};
173
	};
123
    FixedLine FL_ZOOM
174
    FixedLine FL_ZOOM
124
	{
175
	{
Lines 126-147 ModalDialog RID_SVXDLG_ZOOM Link Here
126
        Size = MAP_APPFONT ( 92 , 8 ) ;
177
        Size = MAP_APPFONT ( 92 , 8 ) ;
127
        Text [ de ] = "Zoomfaktor" ;
178
        Text [ de ] = "Zoomfaktor" ;
128
		Text [ en-US ] = "Zoom factor";
179
		Text [ en-US ] = "Zoom factor";
180
		Springs = 
181
		{
182
			NORTH ; 10 ; NORTH ; RID_SVXDLG_ZOOM ;
183
			WEST ; 10 ; WEST ; RID_SVXDLG_ZOOM ;
184
		};
129
	};
185
	};
130
	OKButton BTN_ZOOM_OK
186
	OKButton BTN_ZOOM_OK
131
	{
187
	{
132
		Pos = MAP_APPFONT ( 104 , 6 ) ;
188
		Pos = MAP_APPFONT ( 104 , 6 ) ;
133
		Size = MAP_APPFONT ( 50 , 14 ) ;
189
		Size = MAP_APPFONT ( 50 , 14 ) ;
134
		DefButton = TRUE ;
190
		DefButton = TRUE ;
191
		Springs = 
192
		{
193
			WEST ; 10 ; WEST ; FL_ZOOM ;
194
			NORTH ; 10 ; NORTH ; RID_SVXDLG_ZOOM ;
195
			EAST ; -10 ; EAST ; RID_SVXDLG_ZOOM ;
196
		};
135
	};
197
	};
136
	CancelButton BTN_ZOOM_CANCEL
198
	CancelButton BTN_ZOOM_CANCEL
137
	{
199
	{
138
		Pos = MAP_APPFONT ( 104 , 23 ) ;
200
		Pos = MAP_APPFONT ( 104 , 23 ) ;
139
		Size = MAP_APPFONT ( 50 , 14 ) ;
201
		Size = MAP_APPFONT ( 50 , 14 ) ;
202
		Springs = 
203
		{
204
			NORTH ; 10 ; SOUTH ; BTN_ZOOM_OK ;
205
			EAST ; -10 ; EAST ; RID_SVXDLG_ZOOM ;
206
		};
140
	};
207
	};
141
	HelpButton BTN_ZOOM_HELP
208
	HelpButton BTN_ZOOM_HELP
142
	{
209
	{
143
		Pos = MAP_APPFONT ( 104 , 43 ) ;
210
		Pos = MAP_APPFONT ( 104 , 43 ) ;
144
		Size = MAP_APPFONT ( 50 , 14 ) ;
211
		Size = MAP_APPFONT ( 50 , 14 ) ;
212
		Springs = 
213
		{
214
			NORTH ; 10 ; SOUTH ; BTN_ZOOM_CANCEL ;
215
			EAST ; -10 ; EAST ; RID_SVXDLG_ZOOM ;
216
//			SOUTH ; -10 ; SOUTH ; RID_SVXDLG_ZOOM ;
217
		};
145
	};
218
	};
146
	Text [ x-comment ] = " ";
219
	Text [ x-comment ] = " ";
147
	Text [ en-US ] = "Zoom";
220
	Text [ en-US ] = "Zoom";

Return to issue 56304