Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / dbaccess / uiconfig / ui / postgrespage.ui
blobce814a40a3101c64bbe276a5de521448a621fe5f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="dba">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="upper">1000000000000</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 </object>
10 <object class="GtkBox" id="SpecialPostgresPage">
11 <property name="visible">True</property>
12 <property name="can_focus">False</property>
13 <property name="hexpand">True</property>
14 <property name="vexpand">True</property>
15 <property name="border_width">6</property>
16 <property name="orientation">vertical</property>
17 <property name="spacing">12</property>
18 <child>
19 <object class="GtkLabel" id="header">
20 <property name="visible">True</property>
21 <property name="can_focus">False</property>
22 <property name="halign">start</property>
23 <property name="margin_bottom">6</property>
24 <child internal-child="accessible">
25 <object class="AtkObject">
26 <property name="AtkObject::accessible-description" translatable="yes" context="specialpostgrespage|header">Set up connection to a PostgreSQL database</property>
27 <property name="AtkObject::accessible-role">static</property>
28 </object>
29 </child>
30 <attributes>
31 <attribute name="weight" value="bold"/>
32 </attributes>
33 </object>
34 <packing>
35 <property name="expand">False</property>
36 <property name="fill">True</property>
37 <property name="position">0</property>
38 </packing>
39 </child>
40 <child>
41 <object class="GtkLabel" id="helpLabel">
42 <property name="visible">True</property>
43 <property name="can_focus">False</property>
44 <child internal-child="accessible">
45 <object class="AtkObject">
46 <property name="AtkObject::accessible-description" translatable="yes" context="specialpostgrespage|helpLabel">Please enter the required information to connect to a PostgreSQL database. Please contact your system administrator if you are unsure about the following settings. </property>
47 <property name="AtkObject::accessible-role">static</property>
48 </object>
49 </child>
50 <property name="wrap">True</property>
51 <property name="width_chars">72</property>
52 <property name="max_width_chars">72</property>
53 <property name="xalign">0</property>
54 </object>
55 <packing>
56 <property name="expand">False</property>
57 <property name="fill">True</property>
58 <property name="position">1</property>
59 </packing>
60 </child>
61 <child>
62 <!-- n-columns=1 n-rows=1 -->
63 <object class="GtkGrid" id="grid1">
64 <property name="visible">True</property>
65 <property name="can_focus">False</property>
66 <property name="hexpand">True</property>
67 <property name="vexpand">True</property>
68 <property name="row_spacing">6</property>
69 <property name="column_spacing">12</property>
70 <child>
71 <object class="GtkLabel" id="dbNameLabel">
72 <property name="visible">True</property>
73 <property name="can_focus">False</property>
74 <property name="label" translatable="yes" context="specialpostgrespage|dbNameLabel">_Database name:</property>
75 <property name="use_underline">True</property>
76 <property name="mnemonic_widget">dbNameEntry</property>
77 <property name="xalign">1</property>
78 </object>
79 <packing>
80 <property name="left_attach">0</property>
81 <property name="top_attach">0</property>
82 </packing>
83 </child>
84 <child>
85 <object class="GtkLabel" id="hostNameLabel">
86 <property name="visible">True</property>
87 <property name="can_focus">False</property>
88 <property name="label" translatable="yes" context="specialpostgrespage|hostNameLabel">_Server:</property>
89 <property name="use_underline">True</property>
90 <property name="mnemonic_widget">hostNameEntry</property>
91 <property name="xalign">1</property>
92 </object>
93 <packing>
94 <property name="left_attach">0</property>
95 <property name="top_attach">1</property>
96 </packing>
97 </child>
98 <child>
99 <object class="GtkLabel" id="portNumLabel">
100 <property name="visible">True</property>
101 <property name="can_focus">False</property>
102 <property name="label" translatable="yes" context="specialpostgrespage|portNumLabel">_Port number:</property>
103 <property name="use_underline">True</property>
104 <property name="mnemonic_widget">portNumEntry</property>
105 <property name="xalign">1</property>
106 </object>
107 <packing>
108 <property name="left_attach">0</property>
109 <property name="top_attach">2</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkEntry" id="dbNameEntry">
114 <property name="visible">True</property>
115 <property name="can_focus">True</property>
116 <property name="hexpand">True</property>
117 <property name="truncate-multiline">True</property>
118 <property name="activates_default">True</property>
119 </object>
120 <packing>
121 <property name="left_attach">1</property>
122 <property name="top_attach">0</property>
123 </packing>
124 </child>
125 <child>
126 <object class="GtkEntry" id="hostNameEntry">
127 <property name="visible">True</property>
128 <property name="can_focus">True</property>
129 <property name="hexpand">True</property>
130 <property name="truncate-multiline">True</property>
131 <property name="activates_default">True</property>
132 </object>
133 <packing>
134 <property name="left_attach">1</property>
135 <property name="top_attach">1</property>
136 </packing>
137 </child>
138 <child>
139 <object class="GtkBox" id="box1">
140 <property name="visible">True</property>
141 <property name="can_focus">False</property>
142 <property name="hexpand">True</property>
143 <property name="spacing">12</property>
144 <child>
145 <object class="GtkSpinButton" id="portNumEntry">
146 <property name="visible">True</property>
147 <property name="can_focus">True</property>
148 <property name="hexpand">True</property>
149 <property name="activates_default">True</property>
150 <property name="truncate-multiline">True</property>
151 <property name="adjustment">adjustment1</property>
152 </object>
153 <packing>
154 <property name="expand">False</property>
155 <property name="fill">True</property>
156 <property name="position">0</property>
157 </packing>
158 </child>
159 <child>
160 <object class="GtkLabel" id="portNumDefLabel">
161 <property name="visible">True</property>
162 <property name="can_focus">False</property>
163 <property name="label" translatable="yes" context="specialpostgrespage|portNumDefLabel">Default: 5432</property>
164 </object>
165 <packing>
166 <property name="expand">False</property>
167 <property name="fill">True</property>
168 <property name="position">1</property>
169 </packing>
170 </child>
171 </object>
172 <packing>
173 <property name="left_attach">1</property>
174 <property name="top_attach">2</property>
175 </packing>
176 </child>
177 </object>
178 <packing>
179 <property name="expand">False</property>
180 <property name="fill">True</property>
181 <property name="position">2</property>
182 </packing>
183 </child>
184 <child>
185 <!-- n-columns=2 n-rows=1 -->
186 <object class="GtkGrid" id="grid2">
187 <property name="visible">True</property>
188 <property name="can_focus">False</property>
189 <property name="hexpand">True</property>
190 <property name="vexpand">True</property>
191 <property name="row_spacing">6</property>
192 <property name="column_spacing">12</property>
193 <child>
194 <object class="GtkLabel" id="connectionStringLabel">
195 <property name="visible">True</property>
196 <property name="can_focus">False</property>
197 <property name="halign">start</property>
198 <property name="label" translatable="yes" context="specialpostgrespage|connectionStringLabel">And/OR Enter the DBMS/driver-specific connection string here</property>
199 <property name="use_underline">True</property>
200 <property name="mnemonic_widget">browseurl</property>
201 </object>
202 <packing>
203 <property name="left_attach">0</property>
204 <property name="top_attach">0</property>
205 </packing>
206 </child>
207 <child>
208 <!-- n-columns=2 n-rows=1 -->
209 <object class="GtkGrid" id ="grid3">
210 <property name="visible">True</property>
211 <property name="can-focus">False</property>
212 <property name="hexpand">True</property>
213 <child>
214 <object class="GtkEntry" id="browseurl">
215 <property name="visible">True</property>
216 <property name="can-focus">True</property>
217 <property name="hexpand">True</property>
218 <property name="activates-default">True</property>
219 <property name="truncate-multiline">True</property>
220 </object>
221 <packing>
222 <property name="left-attach">1</property>
223 <property name="top-attach">0</property>
224 </packing>
225 </child>
226 <child>
227 <object class="GtkLabel" id="browselabel">
228 <property name="visible">True</property>
229 <property name="can-focus">False</property>
230 </object>
231 <packing>
232 <property name="left-attach">0</property>
233 <property name="top-attach">0</property>
234 </packing>
235 </child>
236 </object>
237 <packing>
238 <property name="left_attach">0</property>
239 <property name="top_attach">1</property>
240 </packing>
241 </child>
242 <child>
243 <placeholder/>
244 </child>
245 </object>
246 <packing>
247 <property name="expand">False</property>
248 <property name="fill">True</property>
249 <property name="position">3</property>
250 </packing>
251 </child>
252 </object>
253 </interface>