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

📄 statistics.glade

📁 linux下的一款播放器
💻 GLADE
📖 第 1 页 / 共 5 页
字号:
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--><!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"><glade-interface><widget class="GtkDialog" id="hxplayer_statistics_dialog">  <property name="border_width">12</property>  <property name="title" translatable="yes">Statistics</property>  <property name="type">GTK_WINDOW_TOPLEVEL</property>  <property name="window_position">GTK_WIN_POS_NONE</property>  <property name="modal">False</property>  <property name="resizable">True</property>  <property name="destroy_with_parent">False</property>  <property name="icon">icon.png</property>  <property name="decorated">True</property>  <property name="skip_taskbar_hint">False</property>  <property name="skip_pager_hint">False</property>  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>  <property name="has_separator">True</property>  <child internal-child="vbox">    <widget class="GtkVBox" id="dialog-vbox1">      <property name="visible">True</property>      <property name="homogeneous">False</property>      <property name="spacing">12</property>      <child internal-child="action_area">	<widget class="GtkHButtonBox" id="dialog-action_area1">	  <property name="visible">True</property>	  <property name="layout_style">GTK_BUTTONBOX_END</property>	  <child>	    <widget class="GtkButton" id="okbutton1">	      <property name="visible">True</property>	      <property name="can_default">True</property>	      <property name="has_default">True</property>	      <property name="can_focus">True</property>	      <property name="label">gtk-close</property>	      <property name="use_stock">True</property>	      <property name="relief">GTK_RELIEF_NORMAL</property>	      <property name="focus_on_click">True</property>	      <property name="response_id">-7</property>	    </widget>	  </child>	</widget>	<packing>	  <property name="padding">0</property>	  <property name="expand">False</property>	  <property name="fill">True</property>	  <property name="pack_type">GTK_PACK_END</property>	</packing>      </child>      <child>	<widget class="GtkNotebook" id="notebook1">	  <property name="visible">True</property>	  <property name="can_focus">True</property>	  <property name="show_tabs">True</property>	  <property name="show_border">True</property>	  <property name="tab_pos">GTK_POS_TOP</property>	  <property name="scrollable">False</property>	  <property name="enable_popup">False</property>	  <child>	    <widget class="GtkAlignment" id="alignment2">	      <property name="visible">True</property>	      <property name="xalign">0</property>	      <property name="yalign">0</property>	      <property name="xscale">1</property>	      <property name="yscale">0</property>	      <property name="top_padding">0</property>	      <property name="bottom_padding">0</property>	      <property name="left_padding">0</property>	      <property name="right_padding">0</property>	      <child>		<widget class="GtkVBox" id="vbox1">		  <property name="visible">True</property>		  <property name="homogeneous">False</property>		  <property name="spacing">0</property>		  <child>		    <widget class="GtkTable" id="table1">		      <property name="border_width">12</property>		      <property name="visible">True</property>		      <property name="n_rows">3</property>		      <property name="n_columns">2</property>		      <property name="homogeneous">False</property>		      <property name="row_spacing">6</property>		      <property name="column_spacing">6</property>		      <child>			<widget class="GtkLabel" id="label16">			  <property name="visible">True</property>			  <property name="label" translatable="yes">Target bandwidth</property>			  <property name="use_underline">False</property>			  <property name="use_markup">False</property>			  <property name="justify">GTK_JUSTIFY_LEFT</property>			  <property name="wrap">False</property>			  <property name="selectable">False</property>			  <property name="xalign">0</property>			  <property name="yalign">0.5</property>			  <property name="xpad">0</property>			  <property name="ypad">0</property>			</widget>			<packing>			  <property name="left_attach">1</property>			  <property name="right_attach">2</property>			  <property name="top_attach">0</property>			  <property name="bottom_attach">1</property>			  <property name="x_options">fill</property>			  <property name="y_options"></property>			</packing>		      </child>		      <child>			<widget class="Custom" id="hsd_bandwidth_graph">			  <property name="width_request">435</property>			  <property name="height_request">110</property>			  <property name="visible">True</property>			  <property name="creation_function">hsd_create_bandwidth_graph</property>			  <property name="int1">0</property>			  <property name="int2">0</property>			  <property name="last_modification_time">Fri, 09 Apr 2004 18:30:07 GMT</property>			</widget>			<packing>			  <property name="left_attach">1</property>			  <property name="right_attach">2</property>			  <property name="top_attach">1</property>			  <property name="bottom_attach">3</property>			  <property name="x_options">fill</property>			  <property name="y_options">fill</property>			</packing>		      </child>		      <child>			<widget class="GtkLabel" id="label17">			  <property name="visible">True</property>			  <property name="label" translatable="yes">110 %</property>			  <property name="use_underline">False</property>			  <property name="use_markup">False</property>			  <property name="justify">GTK_JUSTIFY_LEFT</property>			  <property name="wrap">False</property>			  <property name="selectable">False</property>			  <property name="xalign">1</property>			  <property name="yalign">0</property>			  <property name="xpad">0</property>			  <property name="ypad">0</property>			</widget>			<packing>			  <property name="left_attach">0</property>			  <property name="right_attach">1</property>			  <property name="top_attach">1</property>			  <property name="bottom_attach">2</property>			  <property name="x_options">fill</property>			  <property name="y_options">fill</property>			</packing>		      </child>		      <child>			<widget class="GtkLabel" id="label18">			  <property name="visible">True</property>			  <property name="label" translatable="yes">0 %</property>			  <property name="use_underline">False</property>			  <property name="use_markup">False</property>			  <property name="justify">GTK_JUSTIFY_LEFT</property>			  <property name="wrap">False</property>			  <property name="selectable">False</property>			  <property name="xalign">1</property>			  <property name="yalign">1</property>			  <property name="xpad">0</property>			  <property name="ypad">0</property>			</widget>			<packing>			  <property name="left_attach">0</property>			  <property name="right_attach">1</property>			  <property name="top_attach">2</property>			  <property name="bottom_attach">3</property>			  <property name="x_options">fill</property>			  <property name="y_options">fill</property>			</packing>		      </child>		    </widget>		    <packing>		      <property name="padding">0</property>		      <property name="expand">False</property>		      <property name="fill">False</property>		    </packing>		  </child>		  <child>		    <widget class="GtkHBox" id="hbox1">		      <property name="border_width">12</property>		      <property name="visible">True</property>		      <property name="homogeneous">True</property>		      <property name="spacing">12</property>		      <child>			<widget class="GtkTable" id="table2">			  <property name="visible">True</property>			  <property name="n_rows">2</property>			  <property name="n_columns">2</property>			  <property name="homogeneous">False</property>			  <property name="row_spacing">6</property>			  <property name="column_spacing">6</property>			  <child>			    <widget class="GtkLabel" id="label29">			      <property name="visible">True</property>			      <property name="label" translatable="yes">Encoded at:</property>			      <property name="use_underline">False</property>			      <property name="use_markup">False</property>			      <property name="justify">GTK_JUSTIFY_LEFT</property>			      <property name="wrap">False</property>			      <property name="selectable">False</property>			      <property name="xalign">0</property>			      <property name="yalign">0.5</property>			      <property name="xpad">0</property>			      <property name="ypad">0</property>			    </widget>			    <packing>			      <property name="left_attach">0</property>			      <property name="right_attach">1</property>			      <property name="top_attach">0</property>			      <property name="bottom_attach">1</property>			      <property name="x_options">fill</property>			      <property name="y_options"></property>			    </packing>			  </child>			  <child>			    <widget class="GtkLabel" id="label30">			      <property name="visible">True</property>			      <property name="label" translatable="yes">Current:</property>			      <property name="use_underline">False</property>			      <property name="use_markup">False</property>			      <property name="justify">GTK_JUSTIFY_LEFT</property>			      <property name="wrap">False</property>			      <property name="selectable">False</property>			      <property name="xalign">0</property>			      <property name="yalign">0.5</property>			      <property name="xpad">0</property>			      <property name="ypad">0</property>			    </widget>			    <packing>			      <property name="left_attach">0</property>			      <property name="right_attach">1</property>			      <property name="top_attach">1</property>			      <property name="bottom_attach">2</property>			      <property name="x_options">fill</property>			      <property name="y_options"></property>			    </packing>			  </child>			  <child>			    <widget class="GtkLabel" id="hsd_clip_bandwidth">			      <property name="visible">True</property>			      <property name="label" translatable="yes">0.0 Kbps</property>			      <property name="use_underline">False</property>			      <property name="use_markup">False</property>			      <property name="justify">GTK_JUSTIFY_LEFT</property>			      <property name="wrap">False</property>			      <property name="selectable">False</property>			      <property name="xalign">0</property>			      <property name="yalign">0.5</property>			      <property name="xpad">0</property>			      <property name="ypad">0</property>			    </widget>			    <packing>			      <property name="left_attach">1</property>			      <property name="right_attach">2</property>			      <property name="top_attach">0</property>			      <property name="bottom_attach">1</property>			      <property name="x_options">fill</property>			      <property name="y_options"></property>			    </packing>			  </child>			  <child>			    <widget class="GtkLabel" id="hsd_current_bandwidth">			      <property name="visible">True</property>			      <property name="label" translatable="yes">0.0 Kbps</property>			      <property name="use_underline">False</property>			      <property name="use_markup">False</property>			      <property name="justify">GTK_JUSTIFY_LEFT</property>			      <property name="wrap">False</property>			      <property name="selectable">False</property>			      <property name="xalign">0</property>			      <property name="yalign">0.5</property>			      <property name="xpad">0</property>			      <property name="ypad">0</property>			    </widget>			    <packing>			      <property name="left_attach">1</property>			      <property name="right_attach">2</property>			      <property name="top_attach">1</property>			      <property name="bottom_attach">2</property>			      <property name="x_options">fill</property>			      <property name="y_options"></property>			    </packing>			  </child>			</widget>			<packing>			  <property name="padding">0</property>			  <property name="expand">False</property>			  <property name="fill">False</property>			</packing>		      </child>		      <child>			<widget class="GtkTable" id="table3">			  <property name="visible">True</property>			  <property name="n_rows">2</property>			  <property name="n_columns">2</property>			  <property name="homogeneous">False</property>			  <property name="row_spacing">6</property>			  <property name="column_spacing">6</property>			  <child>			    <widget class="GtkLabel" id="label33">			      <property name="visible">True</property>			      <property name="label" translatable="yes">Minimum:</property>			      <property name="use_underline">False</property>			      <property name="use_markup">False</property>			      <property name="justify">GTK_JUSTIFY_LEFT</property>			      <property name="wrap">False</property>			      <property name="selectable">False</property>			      <property name="xalign">0</property>			      <property name="yalign">0.5</property>			      <property name="xpad">0</property>			      <property name="ypad">0</property>			    </widget>

⌨️ 快捷键说明

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