79ab29be652c467d2d0c1e6e782ff4e039636686
[pspp] / src / ui / gui / missing-val-dialog.ui
1 <!-- PSPP - a program for statistical analysis. -->
2 <!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
3
4 <!-- This program is free software: you can redistribute it and/or modify -->
5 <!-- it under the terms of the GNU General Public License as published by -->
6 <!-- the Free Software Foundation, either version 3 of the License, or -->
7 <!-- (at your option) any later version. -->
8
9 <!-- This program is distributed in the hope that it will be useful, -->
10 <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
11 <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
12 <!-- GNU General Public License for more details. -->
13
14 <!-- You should have received a copy of the GNU General Public License -->
15 <!-- along with this program.  If not, see <http://www.gnu.org/licenses/>. -->
16
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!-- Generated with glade 3.18.3 -->
19 <interface>
20   <requires lib="gtk+" version="3.4.2"/>
21   <requires lib="psppire" version="0.0"/>
22   <object class="GtkBox" id="missing-values-dialog">
23     <property name="visible">True</property>
24     <property name="can_focus">False</property>
25     <property name="margin_left">5</property>
26     <property name="margin_right">5</property>
27     <property name="margin_top">5</property>
28     <property name="margin_bottom">5</property>
29     <property name="orientation">vertical</property>
30     <property name="spacing">12</property>
31     <child>
32       <object class="GtkFrame" id="frame9">
33         <property name="visible">True</property>
34         <property name="can_focus">False</property>
35         <property name="label_xalign">0</property>
36         <property name="shadow_type">none</property>
37         <child>
38           <object class="GtkEventBox" id="eventbox1">
39             <property name="visible">True</property>
40             <property name="can_focus">False</property>
41             <child>
42               <placeholder/>
43             </child>
44           </object>
45         </child>
46         <child type="label">
47           <object class="GtkRadioButton" id="no_missing">
48             <property name="label" translatable="yes">_No missing values</property>
49             <property name="visible">True</property>
50             <property name="can_focus">True</property>
51             <property name="receives_default">False</property>
52             <property name="use_underline">True</property>
53             <property name="xalign">0.5</property>
54             <property name="active">True</property>
55             <property name="draw_indicator">True</property>
56           </object>
57         </child>
58       </object>
59       <packing>
60         <property name="expand">True</property>
61         <property name="fill">True</property>
62         <property name="position">0</property>
63       </packing>
64     </child>
65     <child>
66       <object class="PsppireButtonbox" id="hbuttonbox">
67         <property name="orientation">horizontal</property>
68         <property name="visible">True</property>
69         <property name="can_focus">False</property>
70         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
71         <property name="border_width">5</property>
72         <property name="buttons">PSPPIRE_BUTTON_OK_MASK | PSPPIRE_BUTTON_CANCEL_MASK | PSPPIRE_BUTTON_HELP_MASK</property>
73       </object>
74       <packing>
75         <property name="expand">False</property>
76         <property name="fill">False</property>
77         <property name="pack_type">end</property>
78         <property name="position">1</property>
79       </packing>
80     </child>
81     <child>
82       <object class="GtkFrame" id="frame4">
83         <property name="visible">True</property>
84         <property name="can_focus">False</property>
85         <property name="label_xalign">0</property>
86         <property name="shadow_type">none</property>
87         <child>
88           <object class="GtkBox" id="hbox5">
89             <property name="visible">True</property>
90             <property name="can_focus">False</property>
91             <property name="margin_left">12</property>
92             <property name="margin_start">12</property>
93             <property name="border_width">5</property>
94             <property name="spacing">6</property>
95             <property name="homogeneous">True</property>
96             <child>
97               <object class="GtkEntry" id="mv0">
98                 <property name="width_request">75</property>
99                 <property name="visible">True</property>
100                 <property name="can_focus">True</property>
101               </object>
102               <packing>
103                 <property name="expand">False</property>
104                 <property name="fill">False</property>
105                 <property name="position">0</property>
106               </packing>
107             </child>
108             <child>
109               <object class="GtkEntry" id="mv1">
110                 <property name="width_request">75</property>
111                 <property name="visible">True</property>
112                 <property name="can_focus">True</property>
113               </object>
114               <packing>
115                 <property name="expand">False</property>
116                 <property name="fill">False</property>
117                 <property name="position">1</property>
118               </packing>
119             </child>
120             <child>
121               <object class="GtkEntry" id="mv2">
122                 <property name="width_request">75</property>
123                 <property name="visible">True</property>
124                 <property name="can_focus">True</property>
125               </object>
126               <packing>
127                 <property name="expand">False</property>
128                 <property name="fill">False</property>
129                 <property name="position">2</property>
130               </packing>
131             </child>
132           </object>
133         </child>
134         <child type="label">
135           <object class="GtkRadioButton" id="discrete_missing">
136             <property name="label" translatable="yes">_Discrete missing values</property>
137             <property name="visible">True</property>
138             <property name="can_focus">True</property>
139             <property name="receives_default">False</property>
140             <property name="use_underline">True</property>
141             <property name="focus_on_click">False</property>
142             <property name="xalign">0</property>
143             <property name="draw_indicator">True</property>
144             <property name="group">no_missing</property>
145           </object>
146         </child>
147       </object>
148       <packing>
149         <property name="expand">True</property>
150         <property name="fill">True</property>
151         <property name="position">2</property>
152       </packing>
153     </child>
154     <child>
155       <object class="GtkFrame" id="frame10">
156         <property name="visible">True</property>
157         <property name="can_focus">False</property>
158         <property name="label_xalign">0</property>
159         <property name="shadow_type">none</property>
160         <child>
161           <object class="GtkGrid" id="table1">
162             <property name="visible">True</property>
163             <property name="can_focus">False</property>
164             <property name="margin_left">12</property>
165             <property name="margin_start">12</property>
166             <property name="row_spacing">6</property>
167             <property name="column_spacing">6</property>
168             <child>
169               <object class="GtkLabel" id="label11">
170                 <property name="visible">True</property>
171                 <property name="can_focus">False</property>
172                 <property name="label" translatable="yes">_Low:</property>
173                 <property name="use_underline">True</property>
174                 <property name="mnemonic_widget">mv-low</property>
175               </object>
176               <packing>
177                 <property name="left_attach">0</property>
178                 <property name="top_attach">0</property>
179               </packing>
180             </child>
181             <child>
182               <object class="GtkEntry" id="mv-low">
183                 <property name="width_request">75</property>
184                 <property name="visible">True</property>
185                 <property name="can_focus">True</property>
186                 <property name="hexpand">True</property>
187               </object>
188               <packing>
189                 <property name="left_attach">1</property>
190                 <property name="top_attach">0</property>
191               </packing>
192             </child>
193             <child>
194               <object class="GtkLabel" id="label12">
195                 <property name="visible">True</property>
196                 <property name="can_focus">False</property>
197                 <property name="label" translatable="yes">_High:</property>
198                 <property name="use_underline">True</property>
199                 <property name="mnemonic_widget">mv-high</property>
200               </object>
201               <packing>
202                 <property name="left_attach">0</property>
203                 <property name="top_attach">1</property>
204               </packing>
205             </child>
206             <child>
207               <object class="GtkEntry" id="mv-high">
208                 <property name="width_request">75</property>
209                 <property name="visible">True</property>
210                 <property name="can_focus">True</property>
211               </object>
212               <packing>
213                 <property name="left_attach">1</property>
214                 <property name="top_attach">1</property>
215               </packing>
216             </child>
217             <child>
218               <object class="GtkLabel" id="label10">
219                 <property name="visible">True</property>
220                 <property name="can_focus">False</property>
221                 <property name="label" translatable="yes">Di_screte value:</property>
222                 <property name="use_underline">True</property>
223                 <property name="mnemonic_widget">mv-discrete</property>
224               </object>
225               <packing>
226                 <property name="left_attach">0</property>
227                 <property name="top_attach">2</property>
228               </packing>
229             </child>
230             <child>
231               <object class="GtkEntry" id="mv-discrete">
232                 <property name="width_request">75</property>
233                 <property name="visible">True</property>
234                 <property name="can_focus">True</property>
235               </object>
236               <packing>
237                 <property name="left_attach">1</property>
238                 <property name="top_attach">2</property>
239               </packing>
240             </child>
241           </object>
242         </child>
243         <child type="label">
244           <object class="GtkRadioButton" id="range_missing">
245             <property name="label" translatable="yes">_Range plus one optional discrete missing value</property>
246             <property name="visible">True</property>
247             <property name="can_focus">True</property>
248             <property name="receives_default">False</property>
249             <property name="use_underline">True</property>
250             <property name="focus_on_click">False</property>
251             <property name="xalign">0</property>
252             <property name="draw_indicator">True</property>
253             <property name="group">no_missing</property>
254           </object>
255         </child>
256       </object>
257       <packing>
258         <property name="expand">False</property>
259         <property name="fill">True</property>
260         <property name="position">3</property>
261       </packing>
262     </child>
263   </object>
264 </interface>