]> git.sur5r.net Git - glabels/blob - glabels2/data/builder/merge-properties-dialog.builder
18ae33dda43a38e25abf271b11b91dfb791cedf6
[glabels] / glabels2 / data / builder / merge-properties-dialog.builder
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.16"/>
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkWindow" id="window1">
6     <child>
7       <object class="GtkVBox" id="merge_properties_vbox">
8         <property name="visible">True</property>
9         <property name="orientation">vertical</property>
10         <property name="spacing">6</property>
11         <child>
12           <object class="GtkFrame" id="frame1">
13             <property name="visible">True</property>
14             <property name="label_xalign">0</property>
15             <property name="shadow_type">none</property>
16             <child>
17               <object class="GtkAlignment" id="alignment1">
18                 <property name="visible">True</property>
19                 <property name="left_padding">12</property>
20                 <child>
21                   <object class="GtkTable" id="table1">
22                     <property name="visible">True</property>
23                     <property name="border_width">12</property>
24                     <property name="n_rows">2</property>
25                     <property name="n_columns">2</property>
26                     <property name="column_spacing">6</property>
27                     <property name="row_spacing">6</property>
28                     <child>
29                       <object class="GtkLabel" id="label3">
30                         <property name="visible">True</property>
31                         <property name="xalign">0</property>
32                         <property name="label" translatable="yes">Format:</property>
33                       </object>
34                       <packing>
35                         <property name="x_options">GTK_FILL</property>
36                         <property name="y_options"></property>
37                       </packing>
38                     </child>
39                     <child>
40                       <object class="GtkComboBox" id="type_combo">
41                         <property name="visible">True</property>
42                         <property name="focus_on_click">False</property>
43                       </object>
44                       <packing>
45                         <property name="left_attach">1</property>
46                         <property name="right_attach">2</property>
47                         <property name="y_options">GTK_FILL</property>
48                       </packing>
49                     </child>
50                     <child>
51                       <object class="GtkVBox" id="location_vbox">
52                         <property name="visible">True</property>
53                         <property name="orientation">vertical</property>
54                         <child>
55                           <placeholder/>
56                         </child>
57                       </object>
58                       <packing>
59                         <property name="left_attach">1</property>
60                         <property name="right_attach">2</property>
61                         <property name="top_attach">1</property>
62                         <property name="bottom_attach">2</property>
63                         <property name="x_options">GTK_FILL</property>
64                         <property name="y_options">GTK_FILL</property>
65                       </packing>
66                     </child>
67                     <child>
68                       <object class="GtkLabel" id="label4">
69                         <property name="visible">True</property>
70                         <property name="xalign">0</property>
71                         <property name="label" translatable="yes">Location:</property>
72                       </object>
73                       <packing>
74                         <property name="top_attach">1</property>
75                         <property name="bottom_attach">2</property>
76                         <property name="x_options">GTK_FILL</property>
77                         <property name="y_options"></property>
78                       </packing>
79                     </child>
80                   </object>
81                 </child>
82               </object>
83             </child>
84             <child type="label">
85               <object class="GtkLabel" id="label1">
86                 <property name="visible">True</property>
87                 <property name="label" translatable="yes">&lt;b&gt;Source&lt;/b&gt;</property>
88                 <property name="use_markup">True</property>
89               </object>
90             </child>
91           </object>
92           <packing>
93             <property name="expand">False</property>
94             <property name="position">0</property>
95           </packing>
96         </child>
97         <child>
98           <object class="GtkFrame" id="frame2">
99             <property name="visible">True</property>
100             <property name="label_xalign">0</property>
101             <property name="shadow_type">none</property>
102             <child>
103               <object class="GtkAlignment" id="alignment2">
104                 <property name="visible">True</property>
105                 <property name="left_padding">12</property>
106                 <child>
107                   <object class="GtkVBox" id="vbox3">
108                     <property name="visible">True</property>
109                     <property name="orientation">vertical</property>
110                     <property name="spacing">6</property>
111                     <child>
112                       <object class="GtkScrolledWindow" id="scrolledwindow1">
113                         <property name="width_request">500</property>
114                         <property name="height_request">350</property>
115                         <property name="visible">True</property>
116                         <property name="can_focus">False</property>
117                         <property name="border_width">6</property>
118                         <property name="hscrollbar_policy">automatic</property>
119                         <property name="vscrollbar_policy">automatic</property>
120                         <property name="shadow_type">in</property>
121                         <child>
122                           <object class="GtkTreeView" id="treeview">
123                             <property name="visible">True</property>
124                           </object>
125                         </child>
126                       </object>
127                       <packing>
128                         <property name="position">0</property>
129                       </packing>
130                     </child>
131                     <child>
132                       <object class="GtkHBox" id="hbox1">
133                         <property name="visible">True</property>
134                         <property name="border_width">6</property>
135                         <property name="spacing">12</property>
136                         <child>
137                           <object class="GtkButton" id="select_all_button">
138                             <property name="label" translatable="yes">Select all</property>
139                             <property name="visible">True</property>
140                             <property name="can_focus">False</property>
141                             <property name="receives_default">False</property>
142                             <property name="use_underline">True</property>
143                             <property name="focus_on_click">False</property>
144                           </object>
145                           <packing>
146                             <property name="expand">False</property>
147                             <property name="fill">False</property>
148                             <property name="position">0</property>
149                           </packing>
150                         </child>
151                         <child>
152                           <object class="GtkButton" id="unselect_all_button">
153                             <property name="label" translatable="yes">Unselect all</property>
154                             <property name="visible">True</property>
155                             <property name="can_focus">False</property>
156                             <property name="receives_default">False</property>
157                             <property name="use_underline">True</property>
158                             <property name="focus_on_click">False</property>
159                           </object>
160                           <packing>
161                             <property name="expand">False</property>
162                             <property name="fill">False</property>
163                             <property name="position">1</property>
164                           </packing>
165                         </child>
166                       </object>
167                       <packing>
168                         <property name="expand">False</property>
169                         <property name="position">1</property>
170                       </packing>
171                     </child>
172                   </object>
173                 </child>
174               </object>
175             </child>
176             <child type="label">
177               <object class="GtkLabel" id="label2">
178                 <property name="visible">True</property>
179                 <property name="label" translatable="yes">&lt;b&gt;Record selection/preview&lt;/b&gt;</property>
180                 <property name="use_markup">True</property>
181               </object>
182             </child>
183           </object>
184           <packing>
185             <property name="position">1</property>
186           </packing>
187         </child>
188       </object>
189     </child>
190   </object>
191 </interface>