2010-11-25 04:57:40 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2022-01-28 02:34:26 +08:00
|
|
|
<!-- Generated with glade 3.38.2 -->
|
2012-02-02 06:26:46 +08:00
|
|
|
<interface>
|
2019-04-03 05:48:16 +08:00
|
|
|
<requires lib="gtk+" version="3.22"/>
|
2012-02-02 06:26:46 +08:00
|
|
|
<object class="GtkWindow" id="vmm-create-net">
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="width-request">400</property>
|
|
|
|
<property name="height-request">400</property>
|
|
|
|
<property name="can-focus">False</property>
|
2008-10-31 22:18:55 +08:00
|
|
|
<property name="title" translatable="yes">Create a new virtual network</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="type-hint">dialog</property>
|
2012-02-02 06:26:46 +08:00
|
|
|
<signal name="delete-event" handler="on_vmm_create_delete_event" swapped="no"/>
|
2008-10-31 22:18:55 +08:00
|
|
|
<child>
|
2013-09-28 01:36:22 +08:00
|
|
|
<object class="GtkBox" id="box1">
|
2008-10-31 22:18:55 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">6</property>
|
2013-09-23 21:41:01 +08:00
|
|
|
<child>
|
2013-09-28 01:36:22 +08:00
|
|
|
<object class="GtkViewport" id="header">
|
2013-09-23 21:41:01 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2013-09-23 21:41:01 +08:00
|
|
|
<child>
|
2017-04-12 18:47:41 +08:00
|
|
|
<object class="GtkBox" id="box77">
|
2013-09-23 21:41:01 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="border-width">6</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="spacing">10</property>
|
2008-10-31 22:18:55 +08:00
|
|
|
<child>
|
2013-09-28 01:36:22 +08:00
|
|
|
<object class="GtkImage" id="image3">
|
2008-10-31 22:18:55 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="icon-name">network-idle</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="icon_size">6</property>
|
2012-02-02 06:26:46 +08:00
|
|
|
</object>
|
2008-10-31 22:18:55 +08:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2013-09-23 21:41:01 +08:00
|
|
|
<property name="fill">False</property>
|
2009-09-23 22:45:44 +08:00
|
|
|
<property name="position">0</property>
|
2008-10-31 22:18:55 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2017-04-12 18:47:41 +08:00
|
|
|
<object class="GtkBox" id="hbox2">
|
2008-10-31 22:18:55 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2008-10-31 22:18:55 +08:00
|
|
|
<child>
|
2017-04-12 18:47:41 +08:00
|
|
|
<object class="GtkBox" id="vbox3">
|
2008-10-31 22:18:55 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2017-05-31 21:08:31 +08:00
|
|
|
<property name="orientation">vertical</property>
|
2013-09-23 21:41:01 +08:00
|
|
|
<child>
|
2013-09-28 01:36:22 +08:00
|
|
|
<object class="GtkLabel" id="label2">
|
2013-09-23 21:41:01 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2017-05-31 21:08:33 +08:00
|
|
|
<property name="halign">start</property>
|
2020-02-02 06:16:45 +08:00
|
|
|
<property name="label" translatable="yes"><span size='large'>Create virtual network</span></property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="use-markup">True</property>
|
2020-02-02 06:16:45 +08:00
|
|
|
<style>
|
|
|
|
<class name="vmm-header-text"/>
|
|
|
|
</style>
|
2013-09-23 21:41:01 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
2013-09-23 21:41:01 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
2012-02-02 06:26:46 +08:00
|
|
|
</object>
|
2013-09-28 01:36:22 +08:00
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2008-10-31 22:18:55 +08:00
|
|
|
</child>
|
2012-02-02 06:26:46 +08:00
|
|
|
</object>
|
2008-10-31 22:18:55 +08:00
|
|
|
<packing>
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="expand">True</property>
|
2012-02-02 06:26:46 +08:00
|
|
|
<property name="fill">True</property>
|
2008-10-31 22:18:55 +08:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2012-02-02 06:26:46 +08:00
|
|
|
</object>
|
2008-10-31 22:18:55 +08:00
|
|
|
</child>
|
2020-02-02 06:16:45 +08:00
|
|
|
<style>
|
|
|
|
<class name="vmm-header"/>
|
|
|
|
</style>
|
2013-09-28 01:36:22 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2017-04-12 18:47:41 +08:00
|
|
|
<object class="GtkBox" id="vbox23">
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="border-width">12</property>
|
2017-05-31 21:08:31 +08:00
|
|
|
<property name="orientation">vertical</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="spacing">12</property>
|
2008-10-31 22:18:55 +08:00
|
|
|
<child>
|
2022-02-20 03:23:32 +08:00
|
|
|
<object class="GtkBox" id="net-details-align">
|
2008-10-31 22:18:55 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2013-09-23 21:41:01 +08:00
|
|
|
<child>
|
2019-05-06 01:58:20 +08:00
|
|
|
<object class="GtkBox" id="net-details">
|
2008-10-31 22:18:55 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2017-05-31 21:08:31 +08:00
|
|
|
<property name="orientation">vertical</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="spacing">12</property>
|
|
|
|
<child>
|
2022-01-28 02:34:26 +08:00
|
|
|
<!-- n-columns=2 n-rows=5 -->
|
2019-05-06 01:58:20 +08:00
|
|
|
<object class="GtkGrid">
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="row-spacing">6</property>
|
|
|
|
<property name="column-spacing">6</property>
|
2008-10-31 22:18:55 +08:00
|
|
|
<child>
|
2019-05-06 01:58:20 +08:00
|
|
|
<object class="GtkComboBox" id="net-forward-mode">
|
2008-10-31 22:18:55 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="halign">start</property>
|
|
|
|
<signal name="changed" handler="on_net_forward_mode_changed" swapped="no"/>
|
2020-08-22 04:06:25 +08:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="net-forward-mode-atkobject">
|
|
|
|
<property name="AtkObject::accessible-name">net-mode</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">1</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="label" translatable="yes">_Mode:</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="use-underline">True</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">1</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label392">
|
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="label" translatable="yes">Fo_rward to:</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<property name="mnemonic-widget">net-forward-device</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">2</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label393">
|
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="label" translatable="yes">Device _List:</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<property name="mnemonic-widget">net-forward-device</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">4</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox" id="net-forward-device">
|
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2020-01-26 09:23:23 +08:00
|
|
|
<signal name="changed" handler="on_net_forward_device_changed" swapped="no"/>
|
2019-05-06 01:58:20 +08:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="net-forward-device-atkobject">
|
2020-08-22 04:06:25 +08:00
|
|
|
<property name="AtkObject::accessible-name">net-forward</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">2</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox" id="net-hostdevs">
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="width-request">200</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="halign">start</property>
|
2020-08-22 04:06:25 +08:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="net-hostdevs-atkobject">
|
|
|
|
<property name="AtkObject::accessible-name">net-devicelist</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">4</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label173">
|
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="label" translatable="yes">_Name:</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="use-markup">True</property>
|
|
|
|
<property name="use-underline">True</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="justify">right</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="mnemonic-widget">net-name</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">0</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="net-name">
|
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="width-chars">25</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="net-name-atkobject">
|
|
|
|
<property name="AtkObject::accessible-name">Net Name Field</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
</object>
|
2008-10-31 22:18:55 +08:00
|
|
|
</child>
|
2013-09-28 01:36:22 +08:00
|
|
|
</object>
|
2019-05-06 01:58:20 +08:00
|
|
|
<packing>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">0</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</packing>
|
2013-09-28 01:36:22 +08:00
|
|
|
</child>
|
2020-01-26 09:23:23 +08:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2020-01-26 09:23:23 +08:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="label" translatable="yes">De_vice:</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="use-underline">True</property>
|
2020-01-26 09:23:23 +08:00
|
|
|
<property name="justify">right</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="mnemonic-widget">net-forward-manual</property>
|
2020-01-26 09:23:23 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">3</property>
|
2020-01-26 09:23:23 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="net-forward-manual">
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">True</property>
|
2020-08-22 04:06:25 +08:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="net-forward-manual-atkobject">
|
|
|
|
<property name="AtkObject::accessible-name">net-device</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-01-26 09:23:23 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">3</property>
|
2020-01-26 09:23:23 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
2013-09-28 01:36:22 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-05-06 01:58:20 +08:00
|
|
|
<object class="GtkExpander" id="net-ipv4-expander">
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">True</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<child>
|
2019-05-06 01:58:20 +08:00
|
|
|
<object class="GtkBox">
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="orientation">vertical</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="spacing">6</property>
|
2008-10-31 22:18:55 +08:00
|
|
|
<child>
|
2019-05-06 01:58:20 +08:00
|
|
|
<object class="GtkCheckButton" id="net-ipv4-enable">
|
|
|
|
<property name="label" translatable="yes">_Enable IPv4</property>
|
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="receives-default">False</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="halign">start</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="use-underline">True</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="active">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="draw-indicator">True</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<signal name="toggled" handler="on_net-ipv4-enable_toggled" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-02-20 03:23:32 +08:00
|
|
|
<object class="GtkBox" id="net-ipv4-box">
|
2008-10-31 22:18:55 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2022-02-20 03:23:32 +08:00
|
|
|
<property name="margin-start">15</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">6</property>
|
2008-10-31 22:18:55 +08:00
|
|
|
<child>
|
2022-02-20 03:23:32 +08:00
|
|
|
<object class="GtkBox" id="box5">
|
2008-10-31 22:18:55 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="orientation">vertical</property>
|
2022-02-20 03:23:32 +08:00
|
|
|
<property name="spacing">3</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<child>
|
2022-02-20 03:23:32 +08:00
|
|
|
<object class="GtkBox" id="box6">
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2022-02-20 03:23:32 +08:00
|
|
|
<property name="spacing">6</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<child>
|
2022-02-20 03:23:32 +08:00
|
|
|
<object class="GtkLabel" id="label385">
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2022-02-20 03:23:32 +08:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="label" translatable="yes">_Network:</property>
|
|
|
|
<property name="use-underline">True</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-02-20 03:23:32 +08:00
|
|
|
<object class="GtkEntry" id="net-ipv4-network">
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">True</property>
|
2022-02-20 03:23:32 +08:00
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="max-length">20</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="invisible-char">●</property>
|
|
|
|
<property name="width-chars">25</property>
|
2022-02-20 03:23:32 +08:00
|
|
|
<signal name="changed" handler="on_net-ipv4-network_changed" swapped="no"/>
|
2020-08-22 04:06:25 +08:00
|
|
|
<child internal-child="accessible">
|
2022-02-20 03:23:32 +08:00
|
|
|
<object class="AtkObject" id="net-ipv4-network-atkobject">
|
|
|
|
<property name="AtkObject::accessible-name">ipv4-network</property>
|
2020-08-22 04:06:25 +08:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
2022-02-20 03:23:32 +08:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
2022-02-20 03:23:32 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<!-- n-columns=2 n-rows=3 -->
|
|
|
|
<object class="GtkGrid" id="table5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="row-spacing">3</property>
|
|
|
|
<property name="column-spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="net-dhcpv4-start">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="max-length">15</property>
|
|
|
|
<property name="invisible-char">●</property>
|
|
|
|
<property name="width-chars">25</property>
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="net-dhcpv4-start-atkobject">
|
|
|
|
<property name="AtkObject::accessible-name">ipv4-start</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
</child>
|
2022-02-20 03:23:32 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="net-dhcpv4-end">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="max-length">15</property>
|
|
|
|
<property name="invisible-char">●</property>
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="net-dhcpv4-end-atkobject">
|
|
|
|
<property name="AtkObject::accessible-name">ipv4-end</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
</child>
|
2013-09-28 01:36:22 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
2022-02-20 03:23:32 +08:00
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label26">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="label" translatable="yes">Start:</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label27">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="label" translatable="yes">End:</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="net-dhcpv4-enable">
|
|
|
|
<property name="label" translatable="yes">Enable DHCPv4</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="receives-default">False</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="active">True</property>
|
|
|
|
<property name="draw-indicator">True</property>
|
|
|
|
<signal name="toggled" handler="on_net-dhcpv4-enable_toggled" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
<property name="width">2</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
2012-02-02 06:26:46 +08:00
|
|
|
</object>
|
2022-02-20 03:23:32 +08:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
2013-09-28 01:36:22 +08:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-05-06 01:58:20 +08:00
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="label" translatable="yes"><b>IPv_4 configuration</b></property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="use-markup">True</property>
|
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<property name="mnemonic-widget">net-ipv4-expander</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
</child>
|
2013-09-28 01:36:22 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-05-06 01:58:20 +08:00
|
|
|
<object class="GtkExpander" id="net-ipv6-expander">
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">True</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<child>
|
2019-05-06 01:58:20 +08:00
|
|
|
<object class="GtkBox">
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="orientation">vertical</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="net-ipv6-enable">
|
|
|
|
<property name="label" translatable="yes">_Enable IPv6</property>
|
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="receives-default">False</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="halign">start</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="use-underline">True</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="active">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="draw-indicator">True</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<signal name="toggled" handler="on_net-ipv6-enable_toggled" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2013-09-28 01:36:22 +08:00
|
|
|
<child>
|
2022-02-20 03:23:32 +08:00
|
|
|
<object class="GtkBox" id="net-ipv6-box">
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2022-02-20 03:23:32 +08:00
|
|
|
<property name="margin-start">15</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">6</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<child>
|
2022-02-20 03:23:32 +08:00
|
|
|
<object class="GtkBox" id="box9">
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="orientation">vertical</property>
|
2022-02-20 03:23:32 +08:00
|
|
|
<property name="spacing">3</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<child>
|
2022-02-20 03:23:32 +08:00
|
|
|
<object class="GtkBox" id="box10">
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2022-02-20 03:23:32 +08:00
|
|
|
<property name="spacing">6</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<child>
|
2022-02-20 03:23:32 +08:00
|
|
|
<object class="GtkLabel" id="label12">
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2022-02-20 03:23:32 +08:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="label" translatable="yes">_Network:</property>
|
|
|
|
<property name="use-underline">True</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-02-20 03:23:32 +08:00
|
|
|
<object class="GtkEntry" id="net-ipv6-network">
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">True</property>
|
2022-02-20 03:23:32 +08:00
|
|
|
<property name="halign">start</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="max-length">40</property>
|
|
|
|
<property name="invisible-char">●</property>
|
|
|
|
<property name="width-chars">25</property>
|
2022-02-20 03:23:32 +08:00
|
|
|
<signal name="changed" handler="on_net-ipv6-network_changed" swapped="no"/>
|
2020-08-22 04:06:25 +08:00
|
|
|
<child internal-child="accessible">
|
2022-02-20 03:23:32 +08:00
|
|
|
<object class="AtkObject" id="net-ipv6-network-atkobject">
|
|
|
|
<property name="AtkObject::accessible-name">ipv6-network</property>
|
2020-08-22 04:06:25 +08:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
2022-02-20 03:23:32 +08:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
2022-02-20 03:23:32 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<!-- n-columns=2 n-rows=3 -->
|
|
|
|
<object class="GtkGrid" id="table6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="row-spacing">3</property>
|
|
|
|
<property name="column-spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="net-dhcpv6-start">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="max-length">40</property>
|
|
|
|
<property name="invisible-char">●</property>
|
|
|
|
<property name="width-chars">25</property>
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="net-dhcpv6-start-atkobject">
|
|
|
|
<property name="AtkObject::accessible-name">ipv6-start</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
</child>
|
2022-02-20 03:23:32 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="net-dhcpv6-end">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="max-length">40</property>
|
|
|
|
<property name="invisible-char">●</property>
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="net-dhcpv6-end-atkobject">
|
|
|
|
<property name="AtkObject::accessible-name">ipv6-end</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
</child>
|
2013-09-28 01:36:22 +08:00
|
|
|
</object>
|
|
|
|
<packing>
|
2022-02-20 03:23:32 +08:00
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label29">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="label" translatable="yes">Start:</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label38">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="label" translatable="yes">End:</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="net-dhcpv6-enable">
|
|
|
|
<property name="label" translatable="yes">Enable DHCPv6</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="receives-default">False</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="active">True</property>
|
|
|
|
<property name="draw-indicator">True</property>
|
|
|
|
<signal name="toggled" handler="on_net-dhcpv6-enable_toggled" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
<property name="width">2</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
2022-02-20 03:23:32 +08:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
2013-09-28 01:36:22 +08:00
|
|
|
</child>
|
2012-02-02 06:26:46 +08:00
|
|
|
</object>
|
2009-09-23 22:07:22 +08:00
|
|
|
<packing>
|
2013-09-23 21:41:01 +08:00
|
|
|
<property name="expand">False</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
2008-10-31 22:18:55 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="label" translatable="yes"><b>IPv_6 configuration</b></property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="use-markup">True</property>
|
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<property name="mnemonic-widget">net-ipv6-expander</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkExpander" id="net-dns-expander">
|
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">True</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<child>
|
2022-02-20 03:23:32 +08:00
|
|
|
<!-- n-columns=2 n-rows=2 -->
|
|
|
|
<object class="GtkGrid">
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2022-02-20 03:23:32 +08:00
|
|
|
<property name="margin-start">15</property>
|
|
|
|
<property name="row-spacing">6</property>
|
|
|
|
<property name="column-spacing">6</property>
|
2013-05-15 00:15:02 +08:00
|
|
|
<child>
|
2022-02-20 03:23:32 +08:00
|
|
|
<object class="GtkEntry" id="net-domain-name">
|
2013-05-15 00:15:02 +08:00
|
|
|
<property name="visible">True</property>
|
2022-02-20 03:23:32 +08:00
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="invisible-char">●</property>
|
|
|
|
<property name="width-chars">20</property>
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="net-domain-name-atkobject">
|
|
|
|
<property name="AtkObject::accessible-name">domain-custom</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
</object>
|
|
|
|
</child>
|
2013-09-23 21:41:01 +08:00
|
|
|
</object>
|
2022-02-20 03:23:32 +08:00
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioButton" id="net-dns-use-netname">
|
|
|
|
<property name="label" translatable="yes">Use net_work name</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="receives-default">False</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<property name="active">True</property>
|
|
|
|
<property name="draw-indicator">True</property>
|
|
|
|
<property name="group">net-dns-use-custom</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
<property name="width">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioButton" id="net-dns-use-custom">
|
|
|
|
<property name="label" translatable="yes">Cust_om</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="receives-default">False</property>
|
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<property name="draw-indicator">True</property>
|
|
|
|
<signal name="toggled" handler="on_net_dns_use_toggled" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
2013-09-23 21:41:01 +08:00
|
|
|
</child>
|
2012-02-02 06:26:46 +08:00
|
|
|
</object>
|
2008-10-31 22:18:55 +08:00
|
|
|
</child>
|
2019-05-06 01:58:20 +08:00
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel">
|
2013-03-30 02:38:29 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="label" translatable="yes"><b>DNS domain name</b></property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="use-markup">True</property>
|
2013-05-15 00:15:02 +08:00
|
|
|
</object>
|
2013-03-30 02:38:29 +08:00
|
|
|
</child>
|
2012-02-02 06:26:46 +08:00
|
|
|
</object>
|
2013-09-28 01:36:22 +08:00
|
|
|
<packing>
|
2019-05-06 00:54:52 +08:00
|
|
|
<property name="expand">False</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="fill">True</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="position">4</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
</packing>
|
2008-10-31 22:18:55 +08:00
|
|
|
</child>
|
2012-02-02 06:26:46 +08:00
|
|
|
</object>
|
2022-02-20 03:23:32 +08:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2008-10-31 22:18:55 +08:00
|
|
|
</child>
|
2012-02-02 06:26:46 +08:00
|
|
|
</object>
|
2008-10-31 22:18:55 +08:00
|
|
|
<packing>
|
2019-05-06 04:12:54 +08:00
|
|
|
<property name="expand">True</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="fill">True</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="position">0</property>
|
2009-09-23 23:49:35 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2017-05-31 21:08:32 +08:00
|
|
|
<object class="GtkButtonBox" id="hbuttonbox1">
|
2009-09-23 23:49:35 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">False</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="spacing">12</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="layout-style">end</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="create-cancel">
|
2022-02-20 01:01:55 +08:00
|
|
|
<property name="label" translatable="yes">_Cancel</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="receives-default">True</property>
|
2022-02-20 01:01:55 +08:00
|
|
|
<property name="use-underline">True</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<signal name="clicked" handler="on_create_cancel_clicked" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="position">0</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="create-finish">
|
|
|
|
<property name="label" translatable="yes">_Finish</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="visible">True</property>
|
2022-01-28 02:34:26 +08:00
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
<property name="use-underline">True</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<signal name="clicked" handler="on_create_finish_clicked" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2019-05-06 01:58:20 +08:00
|
|
|
<property name="position">2</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
2012-02-02 06:26:46 +08:00
|
|
|
</object>
|
2009-09-23 23:49:35 +08:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="fill">True</property>
|
2009-09-23 23:49:35 +08:00
|
|
|
<property name="position">2</property>
|
2008-10-31 22:18:55 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
2012-02-02 06:26:46 +08:00
|
|
|
</object>
|
2008-10-31 22:18:55 +08:00
|
|
|
<packing>
|
2019-05-06 04:12:54 +08:00
|
|
|
<property name="expand">True</property>
|
2012-02-02 06:26:46 +08:00
|
|
|
<property name="fill">True</property>
|
2013-09-28 01:36:22 +08:00
|
|
|
<property name="position">1</property>
|
2008-10-31 22:18:55 +08:00
|
|
|
</packing>
|
|
|
|
</child>
|
2012-02-02 06:26:46 +08:00
|
|
|
</object>
|
2008-10-31 22:18:55 +08:00
|
|
|
</child>
|
2012-02-02 06:26:46 +08:00
|
|
|
</object>
|
|
|
|
</interface>
|