Version 6.1.0.2, tag libreoffice-6.1.0.2
[LibreOffice.git] / basctl / uiconfig / basicide / ui / exportdialog.ui
bloba345c436a5aa24c63b3b380d48f5572a2d8befd0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="basctl">
4 <requires lib="gtk+" version="3.18"/>
5 <object class="GtkDialog" id="ExportDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes" context="exportdialog|ExportDialog">Export Basic library</property>
9 <property name="resizable">False</property>
10 <property name="modal">True</property>
11 <property name="default_width">0</property>
12 <property name="default_height">0</property>
13 <property name="type_hint">dialog</property>
14 <child>
15 <placeholder/>
16 </child>
17 <child internal-child="vbox">
18 <object class="GtkBox" id="dialog-vbox1">
19 <property name="can_focus">False</property>
20 <property name="orientation">vertical</property>
21 <property name="spacing">12</property>
22 <child internal-child="action_area">
23 <object class="GtkButtonBox" id="dialog-action_area1">
24 <property name="can_focus">False</property>
25 <property name="layout_style">end</property>
26 <child>
27 <object class="GtkButton" id="ok">
28 <property name="label">gtk-ok</property>
29 <property name="visible">True</property>
30 <property name="can_focus">True</property>
31 <property name="can_default">True</property>
32 <property name="has_default">True</property>
33 <property name="receives_default">True</property>
34 <property name="use_stock">True</property>
35 </object>
36 <packing>
37 <property name="expand">False</property>
38 <property name="fill">True</property>
39 <property name="position">0</property>
40 </packing>
41 </child>
42 <child>
43 <object class="GtkButton" id="cancel">
44 <property name="label">gtk-cancel</property>
45 <property name="visible">True</property>
46 <property name="can_focus">True</property>
47 <property name="receives_default">True</property>
48 <property name="use_stock">True</property>
49 </object>
50 <packing>
51 <property name="expand">False</property>
52 <property name="fill">True</property>
53 <property name="position">1</property>
54 </packing>
55 </child>
56 <child>
57 <object class="GtkButton" id="help">
58 <property name="label">gtk-help</property>
59 <property name="visible">True</property>
60 <property name="can_focus">True</property>
61 <property name="receives_default">True</property>
62 <property name="margin_right">6</property>
63 <property name="use_stock">True</property>
64 </object>
65 <packing>
66 <property name="expand">False</property>
67 <property name="fill">True</property>
68 <property name="position">2</property>
69 <property name="secondary">True</property>
70 </packing>
71 </child>
72 </object>
73 <packing>
74 <property name="expand">False</property>
75 <property name="fill">True</property>
76 <property name="pack_type">end</property>
77 <property name="position">2</property>
78 </packing>
79 </child>
80 <child>
81 <object class="GtkGrid" id="grid3">
82 <property name="visible">True</property>
83 <property name="can_focus">False</property>
84 <property name="halign">center</property>
85 <property name="hexpand">True</property>
86 <property name="row_spacing">6</property>
87 <child>
88 <object class="GtkRadioButton" id="extension">
89 <property name="label" translatable="yes" context="exportdialog|extension">Export as _extension</property>
90 <property name="visible">True</property>
91 <property name="can_focus">True</property>
92 <property name="receives_default">False</property>
93 <property name="use_underline">True</property>
94 <property name="xalign">0</property>
95 <property name="active">True</property>
96 <property name="draw_indicator">True</property>
97 </object>
98 <packing>
99 <property name="left_attach">0</property>
100 <property name="top_attach">0</property>
101 </packing>
102 </child>
103 <child>
104 <object class="GtkRadioButton" id="basic">
105 <property name="label" translatable="yes" context="exportdialog|basic">Export as BASIC library</property>
106 <property name="visible">True</property>
107 <property name="can_focus">True</property>
108 <property name="receives_default">False</property>
109 <property name="use_underline">True</property>
110 <property name="xalign">0</property>
111 <property name="draw_indicator">True</property>
112 <property name="group">extension</property>
113 </object>
114 <packing>
115 <property name="left_attach">0</property>
116 <property name="top_attach">1</property>
117 </packing>
118 </child>
119 </object>
120 <packing>
121 <property name="expand">False</property>
122 <property name="fill">True</property>
123 <property name="position">0</property>
124 </packing>
125 </child>
126 </object>
127 </child>
128 <action-widgets>
129 <action-widget response="-5">ok</action-widget>
130 <action-widget response="-6">cancel</action-widget>
131 </action-widgets>
132 </object>
133 </interface>