3 <!-- interface-requires psppire 0.0 -->
4 <requires lib="gtk+" version="2.16"/>
5 <!-- interface-naming-policy project-wide -->
6 <object class="PsppireDialog" id="autorecode-dialog">
7 <property name="title" translatable="yes">Automatic Recode</property>
8 <property name="modal">True</property>
9 <child internal-child="hbox">
10 <object class="GtkHBox" id="dialog-hbox1">
11 <property name="visible">True</property>
12 <property name="spacing">2</property>
14 <object class="GtkVBox" id="vbox1">
15 <property name="visible">True</property>
16 <property name="orientation">vertical</property>
18 <object class="GtkTable" id="table1">
19 <property name="visible">True</property>
20 <property name="n_rows">3</property>
21 <property name="n_columns">3</property>
22 <property name="row_spacing">5</property>
24 <object class="GtkScrolledWindow" id="scrolledwindow1">
25 <property name="visible">True</property>
26 <property name="can_focus">True</property>
27 <property name="hscrollbar_policy">never</property>
28 <property name="vscrollbar_policy">automatic</property>
29 <property name="shadow_type">in</property>
31 <object class="PsppireDictView" id="dict-view">
32 <property name="visible">True</property>
33 <property name="can_focus">True</property>
34 <property name="has_tooltip">True</property>
35 <property name="border_width">5</property>
36 <property name="headers_visible">False</property>
37 <property name="headers_clickable">False</property>
42 <property name="bottom_attach">3</property>
46 <object class="PsppireSelector" id="psppire-selector1">
47 <property name="visible">True</property>
48 <property name="can_focus">True</property>
49 <property name="receives_default">True</property>
50 <property name="border_width">5</property>
51 <property name="source_widget">dict-view</property>
52 <property name="dest_widget">var-view</property>
55 <property name="left_attach">1</property>
56 <property name="right_attach">2</property>
57 <property name="x_options"></property>
58 <property name="y_options">GTK_EXPAND</property>
62 <object class="GtkFrame" id="frame1">
63 <property name="visible">True</property>
64 <property name="label_xalign">0</property>
65 <property name="shadow_type">none</property>
67 <object class="GtkAlignment" id="alignment1">
68 <property name="visible">True</property>
69 <property name="left_padding">12</property>
71 <object class="GtkScrolledWindow" id="scrolledwindow2">
72 <property name="visible">True</property>
73 <property name="can_focus">True</property>
74 <property name="hscrollbar_policy">automatic</property>
75 <property name="vscrollbar_policy">automatic</property>
76 <property name="shadow_type">in</property>
78 <object class="PsppireVarView" id="var-view">
79 <property name="visible">True</property>
80 <property name="can_focus">True</property>
81 <property name="border_width">5</property>
82 <property name="headers_clickable">False</property>
90 <object class="GtkLabel" id="label1">
91 <property name="visible">True</property>
92 <property name="label" translatable="yes">Variable -> New Name</property>
93 <property name="use_markup">True</property>
98 <property name="left_attach">2</property>
99 <property name="right_attach">3</property>
103 <object class="GtkFrame" id="frame2">
104 <property name="visible">True</property>
105 <property name="label_xalign">0</property>
107 <object class="GtkAlignment" id="alignment2">
108 <property name="visible">True</property>
109 <property name="left_padding">12</property>
111 <object class="GtkHButtonBox" id="hbuttonbox1">
112 <property name="visible">True</property>
114 <object class="GtkRadioButton" id="radiobutton1">
115 <property name="label" translatable="yes">_Lowest value</property>
116 <property name="visible">True</property>
117 <property name="can_focus">True</property>
118 <property name="receives_default">False</property>
119 <property name="use_underline">True</property>
120 <property name="active">True</property>
121 <property name="draw_indicator">True</property>
124 <property name="expand">False</property>
125 <property name="fill">False</property>
126 <property name="position">0</property>
130 <object class="GtkRadioButton" id="radiobutton2">
131 <property name="label" translatable="yes">_Highest value</property>
132 <property name="visible">True</property>
133 <property name="can_focus">True</property>
134 <property name="receives_default">False</property>
135 <property name="use_underline">True</property>
136 <property name="active">True</property>
137 <property name="draw_indicator">True</property>
138 <property name="group">radiobutton1</property>
141 <property name="expand">False</property>
142 <property name="fill">False</property>
143 <property name="position">1</property>
151 <object class="GtkLabel" id="label2">
152 <property name="visible">True</property>
153 <property name="label" translatable="yes">Recode starting from</property>
154 <property name="use_markup">True</property>
159 <property name="left_attach">2</property>
160 <property name="right_attach">3</property>
161 <property name="top_attach">2</property>
162 <property name="bottom_attach">3</property>
163 <property name="y_options"></property>
167 <object class="GtkTable" id="table2">
168 <property name="visible">True</property>
169 <property name="n_rows">2</property>
170 <property name="n_columns">2</property>
171 <property name="column_spacing">3</property>
173 <object class="GtkLabel" id="label3">
174 <property name="visible">True</property>
175 <property name="label" translatable="yes">_New Name</property>
176 <property name="use_underline">True</property>
177 <property name="mnemonic_widget">entry1</property>
181 <object class="GtkEntry" id="entry1">
182 <property name="visible">True</property>
183 <property name="can_focus">True</property>
184 <property name="invisible_char">●</property>
187 <property name="left_attach">1</property>
188 <property name="right_attach">2</property>
192 <object class="GtkButton" id="button1">
193 <property name="label" translatable="yes">_Add New Name</property>
194 <property name="visible">True</property>
195 <property name="can_focus">True</property>
196 <property name="receives_default">True</property>
197 <property name="use_underline">True</property>
200 <property name="left_attach">1</property>
201 <property name="right_attach">2</property>
202 <property name="top_attach">1</property>
203 <property name="bottom_attach">2</property>
211 <property name="left_attach">2</property>
212 <property name="right_attach">3</property>
213 <property name="top_attach">1</property>
214 <property name="bottom_attach">2</property>
215 <property name="y_options"></property>
226 <property name="position">0</property>
230 <object class="GtkVButtonBox" id="vbuttonbox1">
231 <property name="visible">True</property>
232 <property name="orientation">vertical</property>
234 <object class="GtkCheckButton" id="checkbutton1">
235 <property name="label" translatable="yes">_Use the same recoding scheme for all variables</property>
236 <property name="visible">True</property>
237 <property name="can_focus">True</property>
238 <property name="receives_default">False</property>
239 <property name="use_underline">True</property>
240 <property name="draw_indicator">True</property>
243 <property name="expand">False</property>
244 <property name="fill">False</property>
245 <property name="position">0</property>
249 <object class="GtkCheckButton" id="checkbutton2">
250 <property name="label" translatable="yes">Treat _blank string values as missing</property>
251 <property name="visible">True</property>
252 <property name="can_focus">True</property>
253 <property name="receives_default">False</property>
254 <property name="use_underline">True</property>
255 <property name="draw_indicator">True</property>
258 <property name="expand">False</property>
259 <property name="fill">False</property>
260 <property name="position">1</property>
265 <property name="expand">False</property>
266 <property name="fill">False</property>
267 <property name="position">1</property>
272 <property name="position">0</property>
276 <object class="PsppireVButtonBox" id="psppire-vbuttonbox1">
277 <property name="visible">True</property>
278 <property name="border_width">5</property>
279 <property name="default">PSPPIRE_BUTTON_GOTO_MASK</property>
282 <property name="expand">False</property>
283 <property name="fill">False</property>
284 <property name="pack_type">end</property>
285 <property name="position">1</property>