1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- PSPP - a program for statistical analysis. -->
3 <!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
5 <!-- This program is free software: you can redistribute it and/or modify -->
6 <!-- it under the terms of the GNU General Public License as published by -->
7 <!-- the Free Software Foundation, either version 3 of the License, or -->
8 <!-- (at your option) any later version. -->
10 <!-- This program is distributed in the hope that it will be useful, -->
11 <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
12 <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
13 <!-- GNU General Public License for more details. -->
15 <!-- You should have received a copy of the GNU General Public License -->
16 <!-- along with this program. If not, see <http://www.gnu.org/licenses/>. -->
18 <!-- Generated with glade 3.18.3 -->
20 <requires lib="gtk+" version="3.22"/>
21 <requires lib="psppire" version="2054.17080"/>
22 <object class="PsppireDialog" id="weight-cases-dialog">
23 <property name="can_focus">False</property>
24 <property name="title" translatable="yes">Weight Cases</property>
25 <property name="modal">True</property>
26 <property name="help-page">WEIGHT</property>
28 <object class="GtkBox" id="dialog-hbox2">
29 <property name="visible">True</property>
30 <property name="can_focus">False</property>
31 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
33 <object class="GtkBox" id="hbox4">
34 <property name="visible">True</property>
35 <property name="can_focus">False</property>
36 <property name="margin_top">5</property>
37 <property name="margin_bottom">5</property>
38 <property name="spacing">5</property>
40 <object class="GtkScrolledWindow" id="scrolledwindow1">
41 <property name="visible">True</property>
42 <property name="can_focus">False</property>
43 <property name="hscrollbar_policy">never</property>
44 <property name="shadow_type">etched-in</property>
46 <object class="PsppireDictView" id="weight-cases-treeview">
47 <property name="visible">True</property>
48 <property name="can_focus">False</property>
49 <property name="border_width">0</property>
50 <property name="headers_visible">False</property>
51 <property name="fixed_height_mode">True</property>
52 <child internal-child="selection">
53 <object class="GtkTreeSelection" id="psppire-dictview-selection1"/>
59 <property name="expand">True</property>
60 <property name="fill">True</property>
61 <property name="position">0</property>
65 <object class="GtkBox" id="vbox4">
66 <property name="visible">True</property>
67 <property name="can_focus">False</property>
68 <property name="orientation">vertical</property>
70 <object class="GtkFrame" id="frame1">
71 <property name="visible">True</property>
72 <property name="can_focus">False</property>
73 <property name="border_width">5</property>
74 <property name="label_xalign">0</property>
76 <object class="GtkBox" id="vbox2">
77 <property name="visible">True</property>
78 <property name="can_focus">False</property>
79 <property name="border_width">5</property>
80 <property name="orientation">vertical</property>
82 <object class="GtkRadioButton" id="weight-cases-radiobutton1">
83 <property name="label" translatable="yes">Do not weight cases</property>
84 <property name="visible">True</property>
85 <property name="can_focus">False</property>
86 <property name="receives_default">False</property>
87 <property name="focus_on_click">False</property>
88 <property name="xalign">0.5</property>
89 <property name="active">True</property>
90 <property name="draw_indicator">True</property>
93 <property name="expand">False</property>
94 <property name="fill">True</property>
95 <property name="position">0</property>
99 <object class="GtkRadioButton" id="radiobutton2">
100 <property name="label" translatable="yes">Weight cases by</property>
101 <property name="visible">True</property>
102 <property name="sensitive">False</property>
103 <property name="can_focus">False</property>
104 <property name="receives_default">False</property>
105 <property name="focus_on_click">False</property>
106 <property name="xalign">0.5</property>
107 <property name="draw_indicator">True</property>
108 <property name="group">weight-cases-radiobutton1</property>
111 <property name="expand">False</property>
112 <property name="fill">True</property>
113 <property name="position">1</property>
117 <object class="GtkBox" id="hbox3">
118 <property name="visible">True</property>
119 <property name="can_focus">False</property>
121 <object class="PsppireSelector" id="weight-cases-selector">
122 <property name="visible">True</property>
123 <property name="can_focus">False</property>
124 <property name="receives_default">False</property>
125 <property name="border_width">5</property>
126 <property name="source_widget">weight-cases-treeview</property>
127 <property name="dest_widget">weight-cases-entry</property>
130 <property name="expand">False</property>
131 <property name="fill">True</property>
132 <property name="position">0</property>
136 <object class="GtkBox" id="vbox3">
137 <property name="visible">True</property>
138 <property name="can_focus">False</property>
139 <property name="orientation">vertical</property>
141 <object class="GtkLabel" id="label3">
142 <property name="visible">True</property>
143 <property name="can_focus">False</property>
144 <property name="label" translatable="yes">Frequency Variable</property>
147 <property name="expand">False</property>
148 <property name="fill">True</property>
149 <property name="position">0</property>
153 <object class="GtkEntry" id="weight-cases-entry">
154 <property name="visible">True</property>
155 <property name="can_focus">False</property>
158 <property name="expand">False</property>
159 <property name="fill">True</property>
160 <property name="position">1</property>
165 <property name="expand">False</property>
166 <property name="fill">True</property>
167 <property name="position">1</property>
172 <property name="expand">False</property>
173 <property name="fill">False</property>
174 <property name="position">2</property>
179 <child type="label_item">
184 <property name="expand">False</property>
185 <property name="fill">True</property>
186 <property name="position">0</property>
190 <object class="GtkBox" id="hbox2">
191 <property name="visible">True</property>
192 <property name="can_focus">False</property>
194 <object class="GtkLabel" id="label2">
195 <property name="visible">True</property>
196 <property name="can_focus">False</property>
197 <property name="xalign">1</property>
198 <property name="label" translatable="yes">Current Status: </property>
201 <property name="expand">False</property>
202 <property name="fill">True</property>
203 <property name="position">0</property>
207 <object class="GtkLabel" id="weight-status-label">
208 <property name="visible">True</property>
209 <property name="can_focus">False</property>
210 <property name="xalign">0</property>
211 <property name="label" translatable="yes">Do not weight cases</property>
214 <property name="expand">False</property>
215 <property name="fill">True</property>
216 <property name="position">1</property>
221 <property name="expand">False</property>
222 <property name="fill">True</property>
223 <property name="position">1</property>
228 <property name="expand">False</property>
229 <property name="fill">False</property>
230 <property name="position">1</property>
235 <property name="expand">True</property>
236 <property name="fill">True</property>
237 <property name="padding">5</property>
238 <property name="position">0</property>
242 <object class="PsppireButtonBox" id="psppire-buttonbox1">
243 <property name="orientation">vertical</property>
244 <property name="visible">True</property>
245 <property name="can_focus">False</property>
246 <property name="border_width">5</property>
249 <property name="expand">False</property>
250 <property name="fill">False</property>
251 <property name="pack_type">end</property>
252 <property name="position">1</property>