EVOLUTION-MANAGER
Edit File: mappingdialog.ui
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkDialog" id="MappingDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">Column Layout for Table %1</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="orientation">vertical</property> <property name="spacing">12</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="ok"> <property name="label">gtk-ok</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkButton" id="cancel"> <property name="label">gtk-cancel</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkButton" id="help"> <property name="label">gtk-help</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> <property name="secondary">True</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">end</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkFrame" id="frame1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> <object class="GtkAlignment" id="alignment1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="top_padding">6</property> <property name="left_padding">12</property> <child> <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="row_spacing">6</property> <property name="column_spacing">12</property> <child> <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">_Short name</property> <property name="use_underline">True</property> <property name="mnemonic_widget">identifierCombobox</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">_Author(s)</property> <property name="use_underline">True</property> <property name="mnemonic_widget">authorCombobox</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">_Publisher</property> <property name="use_underline">True</property> <property name="mnemonic_widget">publisherCombobox</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">_Chapter</property> <property name="use_underline">True</property> <property name="mnemonic_widget">chapterCombobox</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">Editor</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkComboBox" id="authorCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkComboBox" id="publisherCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkComboBox" id="chapterCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkComboBox" id="editorCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkLabel" id="label7"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">_Type</property> <property name="use_underline">True</property> <property name="mnemonic_widget">authorityTypeCombobox</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="label8"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">_Year</property> <property name="use_underline">True</property> <property name="mnemonic_widget">yearCombobox</property> </object> <packing> <property name="left_attach">4</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="label9"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">Tit_le</property> <property name="use_underline">True</property> <property name="mnemonic_widget">titleCombobox</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkComboBox" id="authorityTypeCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">3</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkComboBox" id="yearCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">5</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkComboBox" id="titleCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">3</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkLabel" id="label10"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">A_ddress</property> <property name="use_underline">True</property> <property name="mnemonic_widget">addressCombobox</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="label11"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">_ISBN</property> <property name="use_underline">True</property> <property name="mnemonic_widget">ISBNCombobox</property> </object> <packing> <property name="left_attach">4</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="label12"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">Pa_ge(s)</property> <property name="use_underline">True</property> <property name="mnemonic_widget">pagesCombobox</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkComboBox" id="addressCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">3</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkComboBox" id="ISBNCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">5</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkComboBox" id="pagesCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">3</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkLabel" id="label13"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">Ed_ition</property> <property name="use_underline">True</property> <property name="mnemonic_widget">editionCombobox</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkComboBox" id="editionCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">3</property> <property name="top_attach">4</property> </packing> </child> <child> <object class="GtkLabel" id="label14"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">_Book title</property> <property name="use_underline">True</property> <property name="mnemonic_widget">bookTitleCombobox</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkLabel" id="label15"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">Volume</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkLabel" id="label16"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">Publication t_ype</property> <property name="use_underline">True</property> <property name="mnemonic_widget">howPublishedCombobox</property> </object> <packing> <property name="left_attach">4</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkComboBox" id="bookTitleCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkComboBox" id="volumeCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">3</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkComboBox" id="howPublishedCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">5</property> <property name="top_attach">5</property> </packing> </child> <child> <object class="GtkLabel" id="label17"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">Organi_zation</property> <property name="use_underline">True</property> <property name="mnemonic_widget">organizationCombobox</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">6</property> </packing> </child> <child> <object class="GtkLabel" id="label18"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">Instit_ution</property> <property name="use_underline">True</property> <property name="mnemonic_widget">institutionCombobox</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">6</property> </packing> </child> <child> <object class="GtkLabel" id="label19"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">Uni_versity</property> <property name="use_underline">True</property> <property name="mnemonic_widget">schoolCombobox</property> </object> <packing> <property name="left_attach">4</property> <property name="top_attach">6</property> </packing> </child> <child> <object class="GtkComboBox" id="organizationCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">6</property> </packing> </child> <child> <object class="GtkComboBox" id="institutionCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">3</property> <property name="top_attach">6</property> </packing> </child> <child> <object class="GtkComboBox" id="schoolCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">5</property> <property name="top_attach">6</property> </packing> </child> <child> <object class="GtkLabel" id="label20"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">Type of re_port</property> <property name="use_underline">True</property> <property name="mnemonic_widget">reportTypeCombobox</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">7</property> </packing> </child> <child> <object class="GtkLabel" id="label21"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">_Month</property> <property name="use_underline">True</property> <property name="mnemonic_widget">monthCombobox</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">7</property> </packing> </child> <child> <object class="GtkComboBox" id="reportTypeCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">7</property> </packing> </child> <child> <object class="GtkComboBox" id="monthCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">3</property> <property name="top_attach">7</property> </packing> </child> <child> <object class="GtkLabel" id="label22"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">_Journal</property> <property name="use_underline">True</property> <property name="mnemonic_widget">journalCombobox</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">8</property> </packing> </child> <child> <object class="GtkLabel" id="label23"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">Numb_er</property> <property name="use_underline">True</property> <property name="mnemonic_widget">numberCombobox</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">8</property> </packing> </child> <child> <object class="GtkLabel" id="label24"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">Se_ries</property> <property name="use_underline">True</property> <property name="mnemonic_widget">seriesCombobox</property> </object> <packing> <property name="left_attach">4</property> <property name="top_attach">8</property> </packing> </child> <child> <object class="GtkComboBox" id="journalCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">8</property> </packing> </child> <child> <object class="GtkComboBox" id="numberCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">3</property> <property name="top_attach">8</property> </packing> </child> <child> <object class="GtkComboBox" id="seriesCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">5</property> <property name="top_attach">8</property> </packing> </child> <child> <object class="GtkLabel" id="label25"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">Ann_otation</property> <property name="use_underline">True</property> <property name="mnemonic_widget">annoteCombobox</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">9</property> </packing> </child> <child> <object class="GtkLabel" id="label26"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">_Note</property> <property name="use_underline">True</property> <property name="mnemonic_widget">noteCombobox</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">9</property> </packing> </child> <child> <object class="GtkLabel" id="label27"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">URL</property> </object> <packing> <property name="left_attach">4</property> <property name="top_attach">9</property> </packing> </child> <child> <object class="GtkComboBox" id="annoteCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">9</property> </packing> </child> <child> <object class="GtkComboBox" id="noteCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">3</property> <property name="top_attach">9</property> </packing> </child> <child> <object class="GtkComboBox" id="URLCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">5</property> <property name="top_attach">9</property> </packing> </child> <child> <object class="GtkLabel" id="label28"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">User-defined field _1</property> <property name="use_underline">True</property> <property name="mnemonic_widget">custom1Combobox</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">10</property> </packing> </child> <child> <object class="GtkLabel" id="label29"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">User-defined field _2</property> <property name="use_underline">True</property> <property name="mnemonic_widget">custom2Combobox</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">10</property> </packing> </child> <child> <object class="GtkLabel" id="label30"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">User-defined field _3</property> <property name="use_underline">True</property> <property name="mnemonic_widget">custom3Combobox</property> </object> <packing> <property name="left_attach">4</property> <property name="top_attach">10</property> </packing> </child> <child> <object class="GtkLabel" id="label31"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">User-defined field _4</property> <property name="use_underline">True</property> <property name="mnemonic_widget">custom4Combobox</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">11</property> </packing> </child> <child> <object class="GtkLabel" id="label32"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="vexpand">True</property> <property name="label" translatable="yes">User-defined field _5</property> <property name="use_underline">True</property> <property name="mnemonic_widget">custom5Combobox</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">11</property> </packing> </child> <child> <object class="GtkComboBox" id="custom1Combobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">10</property> </packing> </child> <child> <object class="GtkComboBox" id="custom2Combobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">3</property> <property name="top_attach">10</property> </packing> </child> <child> <object class="GtkComboBox" id="custom3Combobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">5</property> <property name="top_attach">10</property> </packing> </child> <child> <object class="GtkComboBox" id="custom4Combobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">11</property> </packing> </child> <child> <object class="GtkComboBox" id="custom5Combobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">3</property> <property name="top_attach">11</property> </packing> </child> <child> <object class="GtkComboBox" id="identifierCombobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> </object> </child> </object> </child> <child type="label"> <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Column Names</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> </object> </child> <action-widgets> <action-widget response="0">ok</action-widget> <action-widget response="0">cancel</action-widget> <action-widget response="0">help</action-widget> </action-widgets> </object> </interface>