Bumped copyright dates for 2013
[barry.git] / gui / src / ConfigDlg.glade
bloba694ac415739a3b44333f1d6c891e283b3c91efb
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--Generated with glade3 3.4.5 on Tue Jun 30 22:16:00 2009 -->
4 <glade-interface>
5 <widget class="GtkDialog" id="ConfigDlg">
6 <property name="visible">True</property>
7 <property name="title" translatable="yes">Configuration of Current PIN</property>
8 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
9 <child internal-child="vbox">
10 <widget class="GtkVBox" id="dialog-vbox1">
11 <property name="visible">True</property>
12 <child>
13 <widget class="GtkTable" id="table1">
14 <property name="visible">True</property>
15 <property name="n_rows">5</property>
16 <property name="n_columns">3</property>
17 <child>
18 <widget class="GtkFileChooserButton" id="BackupPath">
19 <property name="visible">True</property>
20 <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
21 </widget>
22 <packing>
23 <property name="left_attach">2</property>
24 <property name="right_attach">3</property>
25 <property name="top_attach">1</property>
26 <property name="bottom_attach">2</property>
27 </packing>
28 </child>
29 <child>
30 <widget class="GtkLabel" id="label5">
31 <property name="visible">True</property>
32 <property name="xalign">0</property>
33 <property name="label" translatable="yes">Backup path:</property>
34 </widget>
35 <packing>
36 <property name="left_attach">1</property>
37 <property name="right_attach">2</property>
38 <property name="top_attach">1</property>
39 <property name="bottom_attach">2</property>
40 </packing>
41 </child>
42 <child>
43 <widget class="GtkImage" id="image1">
44 <property name="visible">True</property>
45 <property name="stock">gtk-execute</property>
46 <property name="icon_size">6</property>
47 </widget>
48 <packing>
49 <property name="bottom_attach">5</property>
50 <property name="y_options">GTK_FILL</property>
51 <property name="x_padding">5</property>
52 <property name="y_padding">5</property>
53 </packing>
54 </child>
55 <child>
56 <widget class="GtkEntry" id="DeviceName">
57 <property name="visible">True</property>
58 <property name="can_focus">True</property>
59 </widget>
60 <packing>
61 <property name="left_attach">2</property>
62 <property name="right_attach">3</property>
63 <property name="y_options"></property>
64 </packing>
65 </child>
66 <child>
67 <widget class="GtkLabel" id="label4">
68 <property name="visible">True</property>
69 <property name="xalign">0</property>
70 <property name="label" translatable="yes">Device name:</property>
71 </widget>
72 <packing>
73 <property name="left_attach">1</property>
74 <property name="right_attach">2</property>
75 <property name="x_options">GTK_FILL</property>
76 <property name="y_options"></property>
77 </packing>
78 </child>
79 <child>
80 <widget class="GtkCheckButton" id="PromptBackupLabel">
81 <property name="visible">True</property>
82 <property name="can_focus">True</property>
83 <property name="label" translatable="yes">Prompt for label on every backup.</property>
84 <property name="use_underline">True</property>
85 <property name="response_id">0</property>
86 <property name="draw_indicator">True</property>
87 </widget>
88 <packing>
89 <property name="left_attach">1</property>
90 <property name="right_attach">3</property>
91 <property name="top_attach">4</property>
92 <property name="bottom_attach">5</property>
93 <property name="x_options">GTK_FILL</property>
94 <property name="y_options"></property>
95 <property name="y_padding">8</property>
96 </packing>
97 </child>
98 <child>
99 <widget class="GtkLabel" id="label3">
100 <property name="visible">True</property>
101 <property name="xalign">0</property>
102 <property name="label" translatable="yes">Database restore filter. Only databases selected in this list will be restored, even if more exist in the backup.</property>
103 <property name="wrap">True</property>
104 </widget>
105 <packing>
106 <property name="left_attach">1</property>
107 <property name="right_attach">2</property>
108 <property name="top_attach">3</property>
109 <property name="bottom_attach">4</property>
110 <property name="x_options">GTK_FILL</property>
111 <property name="y_options"></property>
112 </packing>
113 </child>
114 <child>
115 <widget class="GtkLabel" id="label2">
116 <property name="visible">True</property>
117 <property name="xalign">0</property>
118 <property name="label" translatable="yes">Device database backup list:</property>
119 <property name="wrap">True</property>
120 </widget>
121 <packing>
122 <property name="left_attach">1</property>
123 <property name="right_attach">2</property>
124 <property name="top_attach">2</property>
125 <property name="bottom_attach">3</property>
126 <property name="x_options">GTK_FILL</property>
127 <property name="y_options"></property>
128 </packing>
129 </child>
130 <child>
131 <widget class="GtkHButtonBox" id="hbuttonbox2">
132 <property name="visible">True</property>
133 <child>
134 <widget class="GtkButton" id="configure_restore">
135 <property name="visible">True</property>
136 <property name="can_focus">True</property>
137 <property name="can_default">True</property>
138 <property name="label" translatable="yes">Configure...</property>
139 <property name="use_underline">True</property>
140 <property name="response_id">0</property>
141 </widget>
142 <packing>
143 <property name="expand">False</property>
144 <property name="fill">False</property>
145 </packing>
146 </child>
147 </widget>
148 <packing>
149 <property name="left_attach">2</property>
150 <property name="right_attach">3</property>
151 <property name="top_attach">3</property>
152 <property name="bottom_attach">4</property>
153 <property name="x_options">GTK_FILL</property>
154 <property name="x_padding">5</property>
155 <property name="y_padding">5</property>
156 </packing>
157 </child>
158 <child>
159 <widget class="GtkHButtonBox" id="hbuttonbox1">
160 <property name="visible">True</property>
161 <child>
162 <widget class="GtkButton" id="configure_backup">
163 <property name="visible">True</property>
164 <property name="can_focus">True</property>
165 <property name="can_default">True</property>
166 <property name="label" translatable="yes">Configure...</property>
167 <property name="use_underline">True</property>
168 <property name="response_id">0</property>
169 </widget>
170 <packing>
171 <property name="expand">False</property>
172 <property name="fill">False</property>
173 </packing>
174 </child>
175 </widget>
176 <packing>
177 <property name="left_attach">2</property>
178 <property name="right_attach">3</property>
179 <property name="top_attach">2</property>
180 <property name="bottom_attach">3</property>
181 <property name="x_padding">5</property>
182 <property name="y_padding">5</property>
183 </packing>
184 </child>
185 </widget>
186 <packing>
187 <property name="position">2</property>
188 </packing>
189 </child>
190 <child internal-child="action_area">
191 <widget class="GtkHButtonBox" id="dialog-action_area1">
192 <property name="visible">True</property>
193 <property name="layout_style">GTK_BUTTONBOX_END</property>
194 <child>
195 <widget class="GtkButton" id="okbutton1">
196 <property name="visible">True</property>
197 <property name="can_focus">True</property>
198 <property name="can_default">True</property>
199 <property name="label">gtk-ok</property>
200 <property name="use_stock">True</property>
201 <property name="response_id">-5</property>
202 </widget>
203 <packing>
204 <property name="expand">False</property>
205 <property name="fill">False</property>
206 </packing>
207 </child>
208 <child>
209 <widget class="GtkButton" id="cancelbutton1">
210 <property name="visible">True</property>
211 <property name="can_focus">True</property>
212 <property name="can_default">True</property>
213 <property name="label">gtk-cancel</property>
214 <property name="use_stock">True</property>
215 <property name="response_id">-6</property>
216 </widget>
217 <packing>
218 <property name="expand">False</property>
219 <property name="fill">False</property>
220 <property name="position">1</property>
221 </packing>
222 </child>
223 </widget>
224 <packing>
225 <property name="expand">False</property>
226 <property name="pack_type">GTK_PACK_END</property>
227 </packing>
228 </child>
229 </widget>
230 </child>
231 </widget>
232 </glade-interface>