ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/cv.glade
Revision: 1.7
Committed: Tue Mar 17 07:22:19 2009 UTC (15 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-1_9, rel-1_8, rel-1_71, rel-1_61, rel-1_7, rel-2_0, rel-1_55, rel-1_54, rel-1_56, HEAD
Changes since 1.6: +33 -0 lines
Log Message:
fucking glade

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--*- mode: xml -*-->
4 <glade-interface>
5 <widget class="GtkDialog" id="PrintDialog">
6 <property name="visible">True</property>
7 <property name="title" translatable="yes">Print Image</property>
8 <property name="window_position">GTK_WIN_POS_MOUSE</property>
9 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
10 <child internal-child="vbox">
11 <widget class="GtkVBox" id="dialog-vbox1">
12 <property name="visible">True</property>
13 <child>
14 <widget class="GtkTable" id="table1">
15 <property name="visible">True</property>
16 <property name="n_rows">6</property>
17 <property name="n_columns">2</property>
18 <child>
19 <widget class="GtkLabel" id="label9">
20 <property name="visible">True</property>
21 <property name="xalign">0</property>
22 <property name="label" translatable="yes">Encoding</property>
23 </widget>
24 <packing>
25 <property name="top_attach">4</property>
26 <property name="bottom_attach">5</property>
27 <property name="x_options">GTK_FILL</property>
28 <property name="y_options"></property>
29 </packing>
30 </child>
31 <child>
32 <widget class="GtkLabel" id="label8">
33 <property name="visible">True</property>
34 <property name="xalign">0</property>
35 <property name="label" translatable="yes">_Destination</property>
36 <property name="use_underline">True</property>
37 <property name="mnemonic_widget">dest_type</property>
38 </widget>
39 <packing>
40 <property name="top_attach">5</property>
41 <property name="bottom_attach">6</property>
42 <property name="x_options">GTK_FILL</property>
43 <property name="y_options"></property>
44 </packing>
45 </child>
46 <child>
47 <widget class="GtkHBox" id="hbox4">
48 <property name="visible">True</property>
49 <child>
50 <widget class="GtkOptionMenu" id="dest_type">
51 <property name="visible">True</property>
52 <property name="can_focus">True</property>
53 <property name="response_id">0</property>
54
55 <child>
56 <widget class="GtkMenu" id="menu2">
57
58 <child>
59 <widget class="GtkMenuItem" id="dest_perl">
60 <property name="visible">True</property>
61 <property name="label" translatable="yes">Perl</property>
62 <property name="use_underline">True</property>
63 <signal name="activate" handler="on_dest_activate" last_modification_time="Tue, 11 Nov 2003 23:23:42 GMT"/>
64 </widget>
65 </child>
66
67 <child>
68 <widget class="GtkMenuItem" id="dest_file">
69 <property name="visible">True</property>
70 <property name="label" translatable="yes">File</property>
71 <property name="use_underline">True</property>
72 <signal name="activate" handler="on_dest_activate" last_modification_time="Tue, 11 Nov 2003 23:23:42 GMT"/>
73 </widget>
74 </child>
75
76 <child>
77 <widget class="GtkMenuItem" id="dest_pipe">
78 <property name="visible">True</property>
79 <property name="label" translatable="yes">Pipe</property>
80 <property name="use_underline">True</property>
81 <signal name="activate" handler="on_dest_activate" last_modification_time="Tue, 11 Nov 2003 23:23:42 GMT"/>
82 </widget>
83 </child>
84 </widget>
85 </child>
86
87 </widget>
88 <packing>
89 <property name="expand">False</property>
90 <property name="fill">False</property>
91 </packing>
92 </child>
93 <child>
94 <widget class="GtkEntry" id="destination">
95 <property name="visible">True</property>
96 <property name="can_focus">True</property>
97 <property name="invisible_char">*</property>
98 </widget>
99 <packing>
100 <property name="position">1</property>
101 </packing>
102 </child>
103 </widget>
104 <packing>
105 <property name="left_attach">1</property>
106 <property name="right_attach">2</property>
107 <property name="top_attach">5</property>
108 <property name="bottom_attach">6</property>
109 <property name="x_options">GTK_FILL</property>
110 <property name="y_options">GTK_FILL</property>
111 </packing>
112 </child>
113 <child>
114 <widget class="GtkHBox" id="hbox5">
115 <property name="visible">True</property>
116 <property name="homogeneous">True</property>
117 <child>
118 <widget class="GtkRadioButton" id="encoding_binary">
119 <property name="visible">True</property>
120 <property name="can_focus">True</property>
121 <property name="label" translatable="yes">Binary</property>
122 <property name="use_underline">True</property>
123 <property name="response_id">0</property>
124 <property name="active">True</property>
125 <property name="draw_indicator">True</property>
126 </widget>
127 <packing>
128 <property name="expand">False</property>
129 <property name="fill">False</property>
130 </packing>
131 </child>
132 <child>
133 <widget class="GtkRadioButton" id="encoding_ascii85">
134 <property name="visible">True</property>
135 <property name="can_focus">True</property>
136 <property name="label" translatable="yes">ASCII85</property>
137 <property name="use_underline">True</property>
138 <property name="response_id">0</property>
139 <property name="draw_indicator">True</property>
140 <property name="group">encoding_binary</property>
141 </widget>
142 <packing>
143 <property name="expand">False</property>
144 <property name="fill">False</property>
145 <property name="position">1</property>
146 </packing>
147 </child>
148 </widget>
149 <packing>
150 <property name="left_attach">1</property>
151 <property name="right_attach">2</property>
152 <property name="top_attach">4</property>
153 <property name="bottom_attach">5</property>
154 <property name="x_options">GTK_FILL</property>
155 <property name="y_options">GTK_FILL</property>
156 </packing>
157 </child>
158 <child>
159 <widget class="GtkHBox" id="hbox3">
160 <property name="visible">True</property>
161 <child>
162 <widget class="GtkCheckButton" id="interpolate_enable">
163 <property name="visible">True</property>
164 <property name="can_focus">True</property>
165 <property name="label" translatable="yes">enable</property>
166 <property name="use_underline">True</property>
167 <property name="response_id">0</property>
168 <property name="active">True</property>
169 <property name="draw_indicator">True</property>
170 </widget>
171 <packing>
172 <property name="fill">False</property>
173 </packing>
174 </child>
175 <child>
176 <widget class="GtkSpinButton" id="interpolate_mb">
177 <property name="visible">True</property>
178 <property name="can_focus">True</property>
179 <property name="adjustment">10 0 100 1 10 0</property>
180 <property name="climb_rate">1</property>
181 <property name="numeric">True</property>
182 </widget>
183 <packing>
184 <property name="expand">False</property>
185 <property name="fill">False</property>
186 <property name="position">1</property>
187 </packing>
188 </child>
189 <child>
190 <widget class="GtkLabel" id="label7">
191 <property name="visible">True</property>
192 <property name="label" translatable="yes">MB</property>
193 </widget>
194 <packing>
195 <property name="expand">False</property>
196 <property name="fill">False</property>
197 <property name="position">2</property>
198 </packing>
199 </child>
200 </widget>
201 <packing>
202 <property name="left_attach">1</property>
203 <property name="right_attach">2</property>
204 <property name="top_attach">3</property>
205 <property name="bottom_attach">4</property>
206 <property name="x_options"></property>
207 <property name="y_options"></property>
208 </packing>
209 </child>
210 <child>
211 <widget class="GtkOptionMenu" id="papersize">
212 <property name="visible">True</property>
213 <property name="can_focus">True</property>
214 <property name="response_id">0</property>
215 </widget>
216 <packing>
217 <property name="left_attach">1</property>
218 <property name="right_attach">2</property>
219 <property name="x_options">GTK_FILL</property>
220 <property name="y_options"></property>
221 </packing>
222 </child>
223 <child>
224 <widget class="GtkHBox" id="hbox2">
225 <property name="visible">True</property>
226 <property name="homogeneous">True</property>
227 <child>
228 <widget class="GtkRadioButton" id="type_color">
229 <property name="visible">True</property>
230 <property name="can_focus">True</property>
231 <property name="label" translatable="yes">_Color</property>
232 <property name="use_underline">True</property>
233 <property name="response_id">0</property>
234 <property name="active">True</property>
235 <property name="draw_indicator">True</property>
236 </widget>
237 <packing>
238 <property name="expand">False</property>
239 <property name="fill">False</property>
240 </packing>
241 </child>
242 <child>
243 <widget class="GtkRadioButton" id="type_bw">
244 <property name="visible">True</property>
245 <property name="can_focus">True</property>
246 <property name="label" translatable="yes">_B/W</property>
247 <property name="use_underline">True</property>
248 <property name="response_id">0</property>
249 <property name="draw_indicator">True</property>
250 <property name="group">type_color</property>
251 </widget>
252 <packing>
253 <property name="expand">False</property>
254 <property name="fill">False</property>
255 <property name="position">1</property>
256 </packing>
257 </child>
258 </widget>
259 <packing>
260 <property name="left_attach">1</property>
261 <property name="right_attach">2</property>
262 <property name="top_attach">2</property>
263 <property name="bottom_attach">3</property>
264 <property name="x_options">GTK_FILL</property>
265 <property name="y_options">GTK_FILL</property>
266 </packing>
267 </child>
268 <child>
269 <widget class="GtkHBox" id="hbox1">
270 <property name="visible">True</property>
271 <child>
272 <widget class="GtkSpinButton" id="margin">
273 <property name="visible">True</property>
274 <property name="can_focus">True</property>
275 <property name="adjustment">0 0 100 1 10 0</property>
276 <property name="climb_rate">1</property>
277 <property name="numeric">True</property>
278 </widget>
279 </child>
280 <child>
281 <widget class="GtkLabel" id="label6">
282 <property name="visible">True</property>
283 <property name="label" translatable="yes">mm</property>
284 </widget>
285 <packing>
286 <property name="expand">False</property>
287 <property name="fill">False</property>
288 <property name="position">1</property>
289 </packing>
290 </child>
291 </widget>
292 <packing>
293 <property name="left_attach">1</property>
294 <property name="right_attach">2</property>
295 <property name="top_attach">1</property>
296 <property name="bottom_attach">2</property>
297 <property name="x_options">GTK_FILL</property>
298 <property name="y_options">GTK_FILL</property>
299 </packing>
300 </child>
301 <child>
302 <widget class="GtkLabel" id="label4">
303 <property name="visible">True</property>
304 <property name="xalign">0</property>
305 <property name="label" translatable="yes">Pre-_Interpolate</property>
306 <property name="use_underline">True</property>
307 <property name="mnemonic_widget">interpolate_enable</property>
308 </widget>
309 <packing>
310 <property name="top_attach">3</property>
311 <property name="bottom_attach">4</property>
312 <property name="x_options">GTK_FILL</property>
313 <property name="y_options"></property>
314 </packing>
315 </child>
316 <child>
317 <widget class="GtkLabel" id="label3">
318 <property name="visible">True</property>
319 <property name="xalign">0</property>
320 <property name="label" translatable="yes">_Type</property>
321 <property name="use_underline">True</property>
322 </widget>
323 <packing>
324 <property name="top_attach">2</property>
325 <property name="bottom_attach">3</property>
326 <property name="x_options">GTK_FILL</property>
327 <property name="y_options"></property>
328 </packing>
329 </child>
330 <child>
331 <widget class="GtkLabel" id="label2">
332 <property name="visible">True</property>
333 <property name="xalign">0</property>
334 <property name="label" translatable="yes">_Margin</property>
335 <property name="use_underline">True</property>
336 <property name="mnemonic_widget">margin</property>
337 </widget>
338 <packing>
339 <property name="top_attach">1</property>
340 <property name="bottom_attach">2</property>
341 <property name="x_options">GTK_FILL</property>
342 <property name="y_options"></property>
343 </packing>
344 </child>
345 <child>
346 <widget class="GtkLabel" id="label1">
347 <property name="visible">True</property>
348 <property name="xalign">0</property>
349 <property name="label" translatable="yes">_Papersize</property>
350 <property name="use_underline">True</property>
351 <property name="mnemonic_widget">papersize</property>
352 </widget>
353 <packing>
354 <property name="x_options">GTK_FILL</property>
355 <property name="y_options"></property>
356 </packing>
357 </child>
358 </widget>
359 <packing>
360 <property name="position">2</property>
361 </packing>
362 </child>
363 <child internal-child="action_area">
364 <widget class="GtkHButtonBox" id="dialog-action_area1">
365 <property name="visible">True</property>
366 <property name="layout_style">GTK_BUTTONBOX_END</property>
367 <child>
368 <widget class="GtkButton" id="cancelbutton1">
369 <property name="visible">True</property>
370 <property name="can_focus">True</property>
371 <property name="can_default">True</property>
372 <property name="label">gtk-cancel</property>
373 <property name="use_stock">True</property>
374 <property name="response_id">-6</property>
375 </widget>
376 </child>
377 <child>
378 <widget class="GtkButton" id="okbutton1">
379 <property name="visible">True</property>
380 <property name="can_focus">True</property>
381 <property name="can_default">True</property>
382 <property name="label">gtk-ok</property>
383 <property name="use_stock">True</property>
384 <property name="response_id">-5</property>
385 </widget>
386 <packing>
387 <property name="position">1</property>
388 </packing>
389 </child>
390 </widget>
391 <packing>
392 <property name="expand">False</property>
393 <property name="pack_type">GTK_PACK_END</property>
394 </packing>
395 </child>
396 </widget>
397 </child>
398 </widget>
399 </glade-interface>