⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sniffer2.glade

📁 在linux下的网络嗅探器 使用的是GTK2.0+GLADE做的前台 具体的后台是ANSI C 编译器 GCC
💻 GLADE
字号:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"><!--Generated with glade3 3.1.5 on Fri Dec 19 20:28:16 2008 by tyz@debian--><glade-interface>  <widget class="GtkWindow" id="window">    <property name="width_request">700</property>    <property name="window_position">GTK_WIN_POS_CENTER</property>    <property name="default_width">500</property>    <signal name="destroy" handler="on_window_destroy"/>    <child>      <widget class="GtkVBox" id="vbox1">        <property name="visible">True</property>        <child>          <widget class="GtkMenuBar" id="menubar1">            <property name="visible">True</property>            <child>              <widget class="GtkMenuItem" id="menuitem1">                <property name="visible">True</property>                <property name="label" translatable="yes">_File</property>                <property name="use_underline">True</property>              </widget>            </child>            <child>              <widget class="GtkMenuItem" id="menuitem2">                <property name="visible">True</property>                <property name="label" translatable="yes">_Edit</property>                <property name="use_underline">True</property>              </widget>            </child>            <child>              <widget class="GtkMenuItem" id="menuitem3">                <property name="visible">True</property>                <property name="label" translatable="yes">_View</property>                <property name="use_underline">True</property>              </widget>            </child>            <child>              <widget class="GtkMenuItem" id="menuitem4">                <property name="visible">True</property>                <property name="label" translatable="yes">_Help</property>                <property name="use_underline">True</property>              </widget>            </child>          </widget>          <packing>            <property name="expand">False</property>          </packing>        </child>        <child>          <widget class="GtkHBox" id="hbox1">            <property name="visible">True</property>            <child>              <widget class="GtkButton" id="buttonopen">                <property name="visible">True</property>                <property name="label" translatable="yes">鎵撳紑</property>              </widget>            </child>            <child>              <widget class="GtkButton" id="buttonclear">                <property name="visible">True</property>                <property name="label" translatable="yes">鍒锋柊</property>              </widget>              <packing>                <property name="position">1</property>              </packing>            </child>            <child>              <widget class="GtkButton" id="buttonsave">                <property name="visible">True</property>                <property name="label" translatable="yes">淇濆瓨</property>              </widget>              <packing>                <property name="position">2</property>              </packing>            </child>            <child>              <widget class="GtkButton" id="buttonsaveas">                <property name="visible">True</property>                <property name="label" translatable="yes">鍙﹀瓨涓

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -