bump product version to 6.3.0.0.beta1
[LibreOffice.git] / extensions / uiconfig / sabpilot / ui / optiondbfieldpage.ui
blob0f23a27c9d229ac03e3e1d612d92abfbdae0b91c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.16.1 -->
3 <interface domain="pcr">
4 <requires lib="gtk+" version="3.18"/>
5 <object class="GtkBox" id="OptionDBField">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <property name="hexpand">True</property>
9 <property name="vexpand">True</property>
10 <property name="border_width">6</property>
11 <property name="orientation">vertical</property>
12 <property name="spacing">12</property>
13 <child>
14 <object class="GtkLabel" id="explLabel">
15 <property name="visible">True</property>
16 <property name="can_focus">False</property>
17 <property name="halign">start</property>
18 <property name="valign">start</property>
19 <property name="hexpand">True</property>
20 <property name="xalign">0</property>
21 <property name="wrap">True</property>
22 <accessibility>
23 <role type="static"/>
24 </accessibility>
25 </object>
26 <packing>
27 <property name="expand">False</property>
28 <property name="fill">True</property>
29 <property name="position">0</property>
30 </packing>
31 </child>
32 <child>
33 <object class="GtkLabel" id="label1">
34 <property name="visible">True</property>
35 <property name="can_focus">False</property>
36 <property name="halign">start</property>
37 <property name="label" translatable="yes" context="optiondbfieldpage|label1">Do you want to save the value in a database field?</property>
38 <accessibility>
39 <role type="static"/>
40 </accessibility>
41 </object>
42 <packing>
43 <property name="expand">False</property>
44 <property name="fill">True</property>
45 <property name="position">1</property>
46 </packing>
47 </child>
48 <child>
49 <object class="GtkGrid" id="grid1">
50 <property name="visible">True</property>
51 <property name="can_focus">False</property>
52 <property name="hexpand">True</property>
53 <property name="vexpand">True</property>
54 <property name="row_spacing">6</property>
55 <property name="column_spacing">12</property>
56 <child>
57 <object class="GtkRadioButton" id="yesRadiobutton">
58 <property name="label" translatable="yes" context="optiondbfieldpage|yesRadiobutton">_Yes, I want to save it in the following database field:</property>
59 <property name="visible">True</property>
60 <property name="can_focus">True</property>
61 <property name="receives_default">False</property>
62 <property name="use_underline">True</property>
63 <property name="xalign">0</property>
64 <property name="active">True</property>
65 <property name="draw_indicator">True</property>
66 <property name="group">noRadiobutton</property>
67 </object>
68 <packing>
69 <property name="left_attach">0</property>
70 <property name="top_attach">0</property>
71 <property name="width">1</property>
72 <property name="height">1</property>
73 </packing>
74 </child>
75 <child>
76 <object class="GtkRadioButton" id="noRadiobutton">
77 <property name="label" translatable="yes" context="optiondbfieldpage|noRadiobutton">_No, I only want to save the value in the form.</property>
78 <property name="visible">True</property>
79 <property name="can_focus">True</property>
80 <property name="receives_default">False</property>
81 <property name="use_underline">True</property>
82 <property name="xalign">0</property>
83 <property name="draw_indicator">True</property>
84 <property name="group">yesRadiobutton</property>
85 </object>
86 <packing>
87 <property name="left_attach">0</property>
88 <property name="top_attach">1</property>
89 <property name="width">2</property>
90 <property name="height">1</property>
91 </packing>
92 </child>
93 <child>
94 <object class="GtkComboBox" id="storeInFieldCombobox">
95 <property name="visible">True</property>
96 <property name="can_focus">False</property>
97 <property name="hexpand">True</property>
98 </object>
99 <packing>
100 <property name="left_attach">1</property>
101 <property name="top_attach">0</property>
102 <property name="width">1</property>
103 <property name="height">1</property>
104 </packing>
105 </child>
106 </object>
107 <packing>
108 <property name="expand">False</property>
109 <property name="fill">True</property>
110 <property name="position">2</property>
111 </packing>
112 </child>
113 </object>
114 </interface>