bump product version to 5.0.4.1
[LibreOffice.git] / sc / uiconfig / scalc / ui / solversuccessdialog.ui
blob7ded5cfd3b7e5da508a2c5a505a0421b4aaf598c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.18.3 -->
3 <interface>
4 <requires lib="gtk+" version="3.0"/>
5 <object class="GtkDialog" id="SolverSuccessDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes">Solving Result</property>
9 <property name="resizable">False</property>
10 <property name="type_hint">dialog</property>
11 <child internal-child="vbox">
12 <object class="GtkBox" id="dialog-vbox1">
13 <property name="can_focus">False</property>
14 <property name="orientation">vertical</property>
15 <property name="spacing">12</property>
16 <child>
17 <object class="GtkGrid" id="grid1">
18 <property name="visible">True</property>
19 <property name="can_focus">False</property>
20 <property name="row_spacing">24</property>
21 <child>
22 <object class="GtkLabel" id="label1">
23 <property name="visible">True</property>
24 <property name="can_focus">False</property>
25 <property name="xalign">0</property>
26 <property name="label" translatable="yes">Do you want to keep the result or do you want to restore previous values?</property>
27 <property name="wrap">True</property>
28 <property name="max_width_chars">40</property>
29 </object>
30 <packing>
31 <property name="left_attach">0</property>
32 <property name="top_attach">2</property>
33 </packing>
34 </child>
35 <child>
36 <object class="GtkLabel" id="label2">
37 <property name="visible">True</property>
38 <property name="can_focus">False</property>
39 <property name="xalign">0</property>
40 <property name="label" translatable="yes">Solving successfully finished.</property>
41 </object>
42 <packing>
43 <property name="left_attach">0</property>
44 <property name="top_attach">0</property>
45 </packing>
46 </child>
47 <child>
48 <object class="GtkLabel" id="result">
49 <property name="visible">True</property>
50 <property name="can_focus">False</property>
51 <property name="xalign">0</property>
52 <property name="label" translatable="yes">Result:</property>
53 </object>
54 <packing>
55 <property name="left_attach">0</property>
56 <property name="top_attach">1</property>
57 </packing>
58 </child>
59 </object>
60 <packing>
61 <property name="expand">False</property>
62 <property name="fill">True</property>
63 <property name="position">0</property>
64 </packing>
65 </child>
66 <child internal-child="action_area">
67 <object class="GtkButtonBox" id="dialog-action_area1">
68 <property name="can_focus">False</property>
69 <property name="layout_style">end</property>
70 <child>
71 <object class="GtkButton" id="ok">
72 <property name="label" translatable="yes">Keep Result</property>
73 <property name="visible">True</property>
74 <property name="can_focus">True</property>
75 <property name="can_default">True</property>
76 <property name="has_default">True</property>
77 <property name="receives_default">True</property>
78 <property name="use_underline">True</property>
79 </object>
80 <packing>
81 <property name="expand">False</property>
82 <property name="fill">True</property>
83 <property name="position">0</property>
84 </packing>
85 </child>
86 <child>
87 <object class="GtkButton" id="cancel">
88 <property name="label" translatable="yes">Restore Previous</property>
89 <property name="visible">True</property>
90 <property name="can_focus">True</property>
91 <property name="receives_default">True</property>
92 <property name="use_underline">True</property>
93 </object>
94 <packing>
95 <property name="expand">False</property>
96 <property name="fill">True</property>
97 <property name="position">1</property>
98 </packing>
99 </child>
100 </object>
101 <packing>
102 <property name="expand">False</property>
103 <property name="fill">True</property>
104 <property name="pack_type">end</property>
105 <property name="position">2</property>
106 </packing>
107 </child>
108 </object>
109 </child>
110 <action-widgets>
111 <action-widget response="0">ok</action-widget>
112 <action-widget response="0">cancel</action-widget>
113 </action-widgets>
114 </object>
115 </interface>