ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/cv.glade
Revision: 1.6
Committed: Tue Mar 17 00:16:10 2009 UTC (15 years, 2 months ago) by root
Branch: MAIN
Changes since 1.5: +364 -607 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.6 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2     <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3     <!--*- mode: xml -*-->
4 root 1.1 <glade-interface>
5 root 1.6 <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     </widget>
55     <packing>
56     <property name="expand">False</property>
57     <property name="fill">False</property>
58     </packing>
59     </child>
60     <child>
61     <widget class="GtkEntry" id="destination">
62     <property name="visible">True</property>
63     <property name="can_focus">True</property>
64     <property name="invisible_char">*</property>
65     </widget>
66     <packing>
67     <property name="position">1</property>
68     </packing>
69     </child>
70     </widget>
71     <packing>
72     <property name="left_attach">1</property>
73     <property name="right_attach">2</property>
74     <property name="top_attach">5</property>
75     <property name="bottom_attach">6</property>
76     <property name="x_options">GTK_FILL</property>
77     <property name="y_options">GTK_FILL</property>
78     </packing>
79     </child>
80     <child>
81     <widget class="GtkHBox" id="hbox5">
82     <property name="visible">True</property>
83     <property name="homogeneous">True</property>
84     <child>
85     <widget class="GtkRadioButton" id="encoding_binary">
86     <property name="visible">True</property>
87     <property name="can_focus">True</property>
88     <property name="label" translatable="yes">Binary</property>
89     <property name="use_underline">True</property>
90     <property name="response_id">0</property>
91     <property name="active">True</property>
92     <property name="draw_indicator">True</property>
93     </widget>
94     <packing>
95     <property name="expand">False</property>
96     <property name="fill">False</property>
97     </packing>
98     </child>
99     <child>
100     <widget class="GtkRadioButton" id="encoding_ascii85">
101     <property name="visible">True</property>
102     <property name="can_focus">True</property>
103     <property name="label" translatable="yes">ASCII85</property>
104     <property name="use_underline">True</property>
105     <property name="response_id">0</property>
106     <property name="draw_indicator">True</property>
107     <property name="group">encoding_binary</property>
108     </widget>
109     <packing>
110     <property name="expand">False</property>
111     <property name="fill">False</property>
112     <property name="position">1</property>
113     </packing>
114     </child>
115     </widget>
116     <packing>
117     <property name="left_attach">1</property>
118     <property name="right_attach">2</property>
119     <property name="top_attach">4</property>
120     <property name="bottom_attach">5</property>
121     <property name="x_options">GTK_FILL</property>
122     <property name="y_options">GTK_FILL</property>
123     </packing>
124     </child>
125     <child>
126     <widget class="GtkHBox" id="hbox3">
127     <property name="visible">True</property>
128     <child>
129     <widget class="GtkCheckButton" id="interpolate_enable">
130     <property name="visible">True</property>
131     <property name="can_focus">True</property>
132     <property name="label" translatable="yes">enable</property>
133     <property name="use_underline">True</property>
134     <property name="response_id">0</property>
135     <property name="active">True</property>
136     <property name="draw_indicator">True</property>
137     </widget>
138     <packing>
139     <property name="fill">False</property>
140     </packing>
141     </child>
142     <child>
143     <widget class="GtkSpinButton" id="interpolate_mb">
144     <property name="visible">True</property>
145     <property name="can_focus">True</property>
146     <property name="adjustment">10 0 100 1 10 0</property>
147     <property name="climb_rate">1</property>
148     <property name="numeric">True</property>
149     </widget>
150     <packing>
151     <property name="expand">False</property>
152     <property name="fill">False</property>
153     <property name="position">1</property>
154     </packing>
155     </child>
156     <child>
157     <widget class="GtkLabel" id="label7">
158     <property name="visible">True</property>
159     <property name="label" translatable="yes">MB</property>
160     </widget>
161     <packing>
162     <property name="expand">False</property>
163     <property name="fill">False</property>
164     <property name="position">2</property>
165     </packing>
166     </child>
167     </widget>
168     <packing>
169     <property name="left_attach">1</property>
170     <property name="right_attach">2</property>
171     <property name="top_attach">3</property>
172     <property name="bottom_attach">4</property>
173     <property name="x_options"></property>
174     <property name="y_options"></property>
175     </packing>
176     </child>
177     <child>
178     <widget class="GtkOptionMenu" id="papersize">
179     <property name="visible">True</property>
180     <property name="can_focus">True</property>
181     <property name="response_id">0</property>
182     </widget>
183     <packing>
184     <property name="left_attach">1</property>
185     <property name="right_attach">2</property>
186     <property name="x_options">GTK_FILL</property>
187     <property name="y_options"></property>
188     </packing>
189     </child>
190     <child>
191     <widget class="GtkHBox" id="hbox2">
192     <property name="visible">True</property>
193     <property name="homogeneous">True</property>
194     <child>
195     <widget class="GtkRadioButton" id="type_color">
196     <property name="visible">True</property>
197     <property name="can_focus">True</property>
198     <property name="label" translatable="yes">_Color</property>
199     <property name="use_underline">True</property>
200     <property name="response_id">0</property>
201     <property name="active">True</property>
202     <property name="draw_indicator">True</property>
203     </widget>
204     <packing>
205     <property name="expand">False</property>
206     <property name="fill">False</property>
207     </packing>
208     </child>
209     <child>
210     <widget class="GtkRadioButton" id="type_bw">
211     <property name="visible">True</property>
212     <property name="can_focus">True</property>
213     <property name="label" translatable="yes">_B/W</property>
214     <property name="use_underline">True</property>
215     <property name="response_id">0</property>
216     <property name="draw_indicator">True</property>
217     <property name="group">type_color</property>
218     </widget>
219     <packing>
220     <property name="expand">False</property>
221     <property name="fill">False</property>
222     <property name="position">1</property>
223     </packing>
224     </child>
225     </widget>
226     <packing>
227     <property name="left_attach">1</property>
228     <property name="right_attach">2</property>
229     <property name="top_attach">2</property>
230     <property name="bottom_attach">3</property>
231     <property name="x_options">GTK_FILL</property>
232     <property name="y_options">GTK_FILL</property>
233     </packing>
234     </child>
235     <child>
236     <widget class="GtkHBox" id="hbox1">
237     <property name="visible">True</property>
238     <child>
239     <widget class="GtkSpinButton" id="margin">
240     <property name="visible">True</property>
241     <property name="can_focus">True</property>
242     <property name="adjustment">0 0 100 1 10 0</property>
243     <property name="climb_rate">1</property>
244     <property name="numeric">True</property>
245     </widget>
246     </child>
247     <child>
248     <widget class="GtkLabel" id="label6">
249     <property name="visible">True</property>
250     <property name="label" translatable="yes">mm</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">1</property>
263     <property name="bottom_attach">2</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="GtkLabel" id="label4">
270     <property name="visible">True</property>
271     <property name="xalign">0</property>
272     <property name="label" translatable="yes">Pre-_Interpolate</property>
273     <property name="use_underline">True</property>
274     <property name="mnemonic_widget">interpolate_enable</property>
275     </widget>
276     <packing>
277     <property name="top_attach">3</property>
278     <property name="bottom_attach">4</property>
279     <property name="x_options">GTK_FILL</property>
280     <property name="y_options"></property>
281     </packing>
282     </child>
283     <child>
284     <widget class="GtkLabel" id="label3">
285     <property name="visible">True</property>
286     <property name="xalign">0</property>
287     <property name="label" translatable="yes">_Type</property>
288     <property name="use_underline">True</property>
289     </widget>
290     <packing>
291     <property name="top_attach">2</property>
292     <property name="bottom_attach">3</property>
293     <property name="x_options">GTK_FILL</property>
294     <property name="y_options"></property>
295     </packing>
296     </child>
297     <child>
298     <widget class="GtkLabel" id="label2">
299     <property name="visible">True</property>
300     <property name="xalign">0</property>
301     <property name="label" translatable="yes">_Margin</property>
302     <property name="use_underline">True</property>
303     <property name="mnemonic_widget">margin</property>
304     </widget>
305     <packing>
306     <property name="top_attach">1</property>
307     <property name="bottom_attach">2</property>
308     <property name="x_options">GTK_FILL</property>
309     <property name="y_options"></property>
310     </packing>
311     </child>
312     <child>
313     <widget class="GtkLabel" id="label1">
314     <property name="visible">True</property>
315     <property name="xalign">0</property>
316     <property name="label" translatable="yes">_Papersize</property>
317     <property name="use_underline">True</property>
318     <property name="mnemonic_widget">papersize</property>
319     </widget>
320     <packing>
321     <property name="x_options">GTK_FILL</property>
322     <property name="y_options"></property>
323     </packing>
324     </child>
325     </widget>
326     <packing>
327     <property name="position">2</property>
328     </packing>
329     </child>
330     <child internal-child="action_area">
331     <widget class="GtkHButtonBox" id="dialog-action_area1">
332     <property name="visible">True</property>
333     <property name="layout_style">GTK_BUTTONBOX_END</property>
334     <child>
335     <widget class="GtkButton" id="cancelbutton1">
336     <property name="visible">True</property>
337     <property name="can_focus">True</property>
338     <property name="can_default">True</property>
339     <property name="label">gtk-cancel</property>
340     <property name="use_stock">True</property>
341     <property name="response_id">-6</property>
342     </widget>
343     </child>
344     <child>
345     <widget class="GtkButton" id="okbutton1">
346     <property name="visible">True</property>
347     <property name="can_focus">True</property>
348     <property name="can_default">True</property>
349     <property name="label">gtk-ok</property>
350     <property name="use_stock">True</property>
351     <property name="response_id">-5</property>
352     </widget>
353     <packing>
354     <property name="position">1</property>
355     </packing>
356     </child>
357     </widget>
358     <packing>
359     <property name="expand">False</property>
360     <property name="pack_type">GTK_PACK_END</property>
361     </packing>
362     </child>
363     </widget>
364     </child>
365     </widget>
366 root 1.1 </glade-interface>