Teach symstore more duplicated DLLs
[LibreOffice.git] / sd / uiconfig / simpress / ui / customanimationtimingtab.ui
blob05334e8477ffff55c3b7b431af6226a04ccdb44d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="sd">
4 <requires lib="gtk+" version="3.18"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="upper">1000</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 </object>
10 <object class="GtkAdjustment" id="adjustment2">
11 <property name="upper">1000</property>
12 <property name="step_increment">1</property>
13 <property name="page_increment">10</property>
14 </object>
15 <object class="GtkBox" id="TimingTab">
16 <property name="visible">True</property>
17 <property name="can_focus">False</property>
18 <property name="hexpand">True</property>
19 <property name="vexpand">True</property>
20 <property name="border_width">6</property>
21 <property name="orientation">vertical</property>
22 <property name="spacing">12</property>
23 <child>
24 <object class="GtkFrame">
25 <property name="visible">True</property>
26 <property name="can_focus">False</property>
27 <property name="label_xalign">0</property>
28 <property name="shadow_type">none</property>
29 <child>
30 <object class="GtkAlignment">
31 <property name="visible">True</property>
32 <property name="can_focus">False</property>
33 <property name="top_padding">6</property>
34 <property name="left_padding">12</property>
35 <child>
36 <object class="GtkGrid" id="grid2">
37 <property name="visible">True</property>
38 <property name="can_focus">False</property>
39 <property name="hexpand">True</property>
40 <property name="vexpand">True</property>
41 <property name="row_spacing">6</property>
42 <property name="column_spacing">12</property>
43 <child>
44 <object class="GtkLabel" id="start_label">
45 <property name="visible">True</property>
46 <property name="can_focus">False</property>
47 <property name="label" translatable="yes" context="customanimationtimingtab|start_label">_Start:</property>
48 <property name="use_underline">True</property>
49 <property name="mnemonic_widget">start_list</property>
50 <property name="xalign">0</property>
51 </object>
52 <packing>
53 <property name="left_attach">0</property>
54 <property name="top_attach">0</property>
55 </packing>
56 </child>
57 <child>
58 <object class="GtkLabel" id="delay_label">
59 <property name="visible">True</property>
60 <property name="can_focus">False</property>
61 <property name="label" translatable="yes" context="customanimationtimingtab|delay_label">_Delay:</property>
62 <property name="use_underline">True</property>
63 <property name="mnemonic_widget">delay_value</property>
64 <property name="xalign">0</property>
65 </object>
66 <packing>
67 <property name="left_attach">0</property>
68 <property name="top_attach">1</property>
69 </packing>
70 </child>
71 <child>
72 <object class="GtkLabel" id="duration_label">
73 <property name="visible">True</property>
74 <property name="can_focus">False</property>
75 <property name="label" translatable="yes" context="customanimationtimingtab|duration_label">D_uration:</property>
76 <property name="use_underline">True</property>
77 <property name="mnemonic_widget">anim_duration</property>
78 <property name="xalign">0</property>
79 </object>
80 <packing>
81 <property name="left_attach">0</property>
82 <property name="top_attach">2</property>
83 </packing>
84 </child>
85 <child>
86 <object class="GtkLabel" id="repeat_label">
87 <property name="visible">True</property>
88 <property name="can_focus">False</property>
89 <property name="label" translatable="yes" context="customanimationtimingtab|repeat_label">_Repeat:</property>
90 <property name="use_underline">True</property>
91 <property name="mnemonic_widget">repeat_list</property>
92 <property name="xalign">0</property>
93 </object>
94 <packing>
95 <property name="left_attach">0</property>
96 <property name="top_attach">3</property>
97 </packing>
98 </child>
99 <child>
100 <object class="GtkComboBoxText" id="start_list">
101 <property name="visible">True</property>
102 <property name="can_focus">False</property>
103 <property name="valign">center</property>
104 <property name="hexpand">True</property>
105 <items>
106 <item translatable="yes" context="customanimationtimingtab|start_list">On click</item>
107 <item translatable="yes" context="customanimationtimingtab|start_list">With previous</item>
108 <item translatable="yes" context="customanimationtimingtab|start_list">After previous</item>
109 </items>
110 </object>
111 <packing>
112 <property name="left_attach">1</property>
113 <property name="top_attach">0</property>
114 </packing>
115 </child>
116 <child>
117 <object class="GtkSpinButton" id="delay_value">
118 <property name="visible">True</property>
119 <property name="can_focus">True</property>
120 <property name="valign">center</property>
121 <property name="hexpand">True</property>
122 <property name="activates_default">True</property>
123 <property name="adjustment">adjustment1</property>
124 <property name="digits">1</property>
125 </object>
126 <packing>
127 <property name="left_attach">1</property>
128 <property name="top_attach">1</property>
129 </packing>
130 </child>
131 <child>
132 <object class="GtkSpinButton" id="anim_duration">
133 <property name="visible">True</property>
134 <property name="can_focus">True</property>
135 <property name="has_tooltip">True</property>
136 <property name="tooltip_text" translatable="yes" context="customanimationtimingtab|anim_duration|tooltip_text">Select the speed of the Animation.</property>
137 <property name="valign">center</property>
138 <property name="hexpand">True</property>
139 <property name="activates_default">True</property>
140 <property name="adjustment">adjustment2</property>
141 <property name="digits">2</property>
142 </object>
143 <packing>
144 <property name="left_attach">1</property>
145 <property name="top_attach">2</property>
146 </packing>
147 </child>
148 <child>
149 <object class="GtkComboBoxText" id="repeat_list">
150 <property name="visible">True</property>
151 <property name="can_focus">False</property>
152 <property name="valign">center</property>
153 <property name="hexpand">True</property>
154 </object>
155 <packing>
156 <property name="left_attach">1</property>
157 <property name="top_attach">3</property>
158 </packing>
159 </child>
160 <child>
161 <object class="GtkCheckButton" id="rewind">
162 <property name="label" translatable="yes" context="customanimationtimingtab|rewind">Rewind _when done playing</property>
163 <property name="visible">True</property>
164 <property name="can_focus">True</property>
165 <property name="receives_default">False</property>
166 <property name="use_underline">True</property>
167 <property name="xalign">0</property>
168 <property name="draw_indicator">True</property>
169 </object>
170 <packing>
171 <property name="left_attach">0</property>
172 <property name="top_attach">4</property>
173 <property name="width">2</property>
174 </packing>
175 </child>
176 </object>
177 </child>
178 </object>
179 </child>
180 <child type="label">
181 <object class="GtkLabel" id="label1">
182 <property name="visible">True</property>
183 <property name="can_focus">False</property>
184 <property name="label" translatable="yes" context="customanimationtimingtab|label11">Timing</property>
185 <attributes>
186 <attribute name="weight" value="bold"/>
187 </attributes>
188 </object>
189 </child>
190 </object>
191 <packing>
192 <property name="expand">False</property>
193 <property name="fill">True</property>
194 <property name="position">0</property>
195 </packing>
196 </child>
197 <child>
198 <object class="GtkFrame" id="frame3">
199 <property name="visible">True</property>
200 <property name="can_focus">False</property>
201 <property name="label_xalign">0</property>
202 <property name="shadow_type">none</property>
203 <child>
204 <object class="GtkAlignment" id="alignment3">
205 <property name="visible">True</property>
206 <property name="can_focus">False</property>
207 <property name="top_padding">6</property>
208 <property name="left_padding">12</property>
209 <child>
210 <object class="GtkBox" id="box6">
211 <property name="visible">True</property>
212 <property name="can_focus">False</property>
213 <property name="orientation">vertical</property>
214 <property name="spacing">6</property>
215 <child>
216 <object class="GtkRadioButton" id="rb_click_sequence">
217 <property name="label" translatable="yes" context="customanimationtimingtab|rb_click_sequence">_Animate as part of click sequence</property>
218 <property name="visible">True</property>
219 <property name="can_focus">True</property>
220 <property name="receives_default">False</property>
221 <property name="use_underline">True</property>
222 <property name="xalign">0</property>
223 <property name="active">True</property>
224 <property name="draw_indicator">True</property>
225 </object>
226 <packing>
227 <property name="expand">False</property>
228 <property name="fill">True</property>
229 <property name="position">0</property>
230 </packing>
231 </child>
232 <child>
233 <object class="GtkBox">
234 <property name="visible">True</property>
235 <property name="can_focus">False</property>
236 <property name="spacing">12</property>
237 <child>
238 <object class="GtkRadioButton" id="rb_interactive">
239 <property name="label" translatable="yes" context="customanimationtimingtab|rb_interactive">Start _effect on click of:</property>
240 <property name="visible">True</property>
241 <property name="can_focus">True</property>
242 <property name="receives_default">False</property>
243 <property name="use_underline">True</property>
244 <property name="xalign">0</property>
245 <property name="draw_indicator">True</property>
246 <property name="group">rb_click_sequence</property>
247 </object>
248 <packing>
249 <property name="expand">False</property>
250 <property name="fill">True</property>
251 <property name="position">0</property>
252 </packing>
253 </child>
254 <child>
255 <object class="GtkComboBoxText" id="trigger_list">
256 <property name="visible">True</property>
257 <property name="can_focus">False</property>
258 <property name="valign">center</property>
259 <property name="hexpand">True</property>
260 </object>
261 <packing>
262 <property name="expand">False</property>
263 <property name="fill">True</property>
264 <property name="position">1</property>
265 </packing>
266 </child>
267 </object>
268 <packing>
269 <property name="expand">False</property>
270 <property name="fill">True</property>
271 <property name="position">1</property>
272 </packing>
273 </child>
274 </object>
275 </child>
276 </object>
277 </child>
278 <child type="label">
279 <object class="GtkLabel" id="label11">
280 <property name="visible">True</property>
281 <property name="can_focus">False</property>
282 <property name="label" translatable="yes" context="customanimationtimingtab|label11">Trigger</property>
283 <attributes>
284 <attribute name="weight" value="bold"/>
285 </attributes>
286 </object>
287 </child>
288 </object>
289 <packing>
290 <property name="expand">False</property>
291 <property name="fill">True</property>
292 <property name="position">1</property>
293 </packing>
294 </child>
295 </object>
296 </interface>