lggt.glade

来自「非常好用的gps数据读写接口」· GLADE 代码 · 共 1,503 行 · 第 1/4 页

GLADE
1,503
字号
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--><!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"><glade-interface><widget class="GtkWindow" id="window1">  <property name="visible">True</property>  <property name="title" translatable="yes">Linux Garmin GPS Tool</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>  <signal name="destroy" handler="on_window1_destroy" last_modification_time="Sun, 11 Apr 2004 10:07:01 GMT"/>  <child>    <widget class="GtkVBox" id="vbox1">      <property name="visible">True</property>      <property name="homogeneous">False</property>      <property name="spacing">0</property>      <child>	<widget class="GtkMenuBar" id="menubar1">	  <property name="visible">True</property>	  <child>	    <widget class="GtkMenuItem" id="file1">	      <property name="visible">True</property>	      <property name="label" translatable="yes">_File</property>	      <property name="use_underline">True</property>	      <child>		<widget class="GtkMenu" id="file1_menu">		  <child>		    <widget class="GtkMenuItem" id="gps_power_off1">		      <property name="visible">True</property>		      <property name="label" translatable="yes">_GPS Power Off</property>		      <property name="use_underline">True</property>		      <signal name="activate" handler="on_gps_power_off1_activate" last_modification_time="Sun, 11 Apr 2004 17:28:08 GMT"/>		    </widget>		  </child>		  <child>		    <widget class="GtkMenuItem" id="trennlinie1">		      <property name="visible">True</property>		    </widget>		  </child>		  <child>		    <widget class="GtkMenuItem" id="quit1">		      <property name="visible">True</property>		      <property name="label" translatable="yes">_Quit</property>		      <property name="use_underline">True</property>		      <signal name="activate" handler="on_quit1_activate" last_modification_time="Mon, 05 Apr 2004 12:47:19 GMT"/>		    </widget>		  </child>		</widget>	      </child>	    </widget>	  </child>	  <child>	    <widget class="GtkMenuItem" id="preferences1">	      <property name="visible">True</property>	      <property name="label" translatable="yes">_Preferences</property>	      <property name="use_underline">True</property>	      <signal name="activate" handler="on_preferences1_activate" last_modification_time="Mon, 05 Apr 2004 12:47:19 GMT"/>	    </widget>	  </child>	  <child>	    <widget class="GtkMenuItem" id="help1">	      <property name="visible">True</property>	      <property name="label" translatable="yes">_Help</property>	      <property name="use_underline">True</property>	      <signal name="activate" handler="on_help1_activate" last_modification_time="Mon, 05 Apr 2004 12:47:53 GMT"/>	      <child>		<widget class="GtkMenu" id="help1_menu">		  <child>		    <widget class="GtkMenuItem" id="about1">		      <property name="visible">True</property>		      <property name="label" translatable="yes">_About</property>		      <property name="use_underline">True</property>		      <signal name="activate" handler="on_about1_activate" last_modification_time="Mon, 05 Apr 2004 12:47:53 GMT"/>		    </widget>		  </child>		</widget>	      </child>	    </widget>	  </child>	</widget>	<packing>	  <property name="padding">0</property>	  <property name="expand">False</property>	  <property name="fill">False</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>	  <signal name="switch_page" handler="on_notebook1_switch_page" last_modification_time="Fri, 09 Apr 2004 18:59:35 GMT"/>	  <child>	    <widget class="GtkVBox" id="vbox2">	      <property name="visible">True</property>	      <property name="homogeneous">False</property>	      <property name="spacing">0</property>	      <child>		<widget class="GtkFrame" id="frame3">		  <property name="visible">True</property>		  <property name="label_xalign">0</property>		  <property name="label_yalign">0.5</property>		  <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>		  <child>		    <widget class="GtkTable" id="table1">		      <property name="visible">True</property>		      <property name="n_rows">4</property>		      <property name="n_columns">2</property>		      <property name="homogeneous">False</property>		      <property name="row_spacing">0</property>		      <property name="column_spacing">0</property>		      <child>			<widget class="GtkEntry" id="latdegentry">			  <property name="visible">True</property>			  <property name="can_focus">True</property>			  <property name="editable">False</property>			  <property name="visibility">True</property>			  <property name="max_length">0</property>			  <property name="text" translatable="yes"></property>			  <property name="has_frame">True</property>			  <property name="invisible_char" translatable="yes">*</property>			  <property name="activates_default">False</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="y_padding">5</property>			  <property name="x_options">expand</property>			  <property name="y_options"></property>			</packing>		      </child>		      <child>			<widget class="GtkEntry" id="latdecentry">			  <property name="visible">True</property>			  <property name="can_focus">True</property>			  <property name="editable">False</property>			  <property name="visibility">True</property>			  <property name="max_length">0</property>			  <property name="text" translatable="yes"></property>			  <property name="has_frame">True</property>			  <property name="invisible_char" translatable="yes">*</property>			  <property name="activates_default">False</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="y_padding">5</property>			  <property name="x_options">expand</property>			  <property name="y_options"></property>			</packing>		      </child>		      <child>			<widget class="GtkEntry" id="londecentry">			  <property name="visible">True</property>			  <property name="can_focus">True</property>			  <property name="editable">False</property>			  <property name="visibility">True</property>			  <property name="max_length">0</property>			  <property name="text" translatable="yes"></property>			  <property name="has_frame">True</property>			  <property name="invisible_char" translatable="yes">*</property>			  <property name="activates_default">False</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="y_padding">5</property>			  <property name="x_options">expand</property>			  <property name="y_options"></property>			</packing>		      </child>		      <child>			<widget class="GtkHSeparator" id="hseparator2">			  <property name="visible">True</property>			</widget>			<packing>			  <property name="left_attach">1</property>			  <property name="right_attach">2</property>			  <property name="top_attach">2</property>			  <property name="bottom_attach">3</property>			  <property name="y_padding">5</property>			  <property name="x_options">fill</property>			  <property name="y_options">fill</property>			</packing>		      </child>		      <child>			<widget class="GtkVBox" id="vbox3">			  <property name="visible">True</property>			  <property name="homogeneous">False</property>			  <property name="spacing">0</property>			  <child>			    <widget class="GtkHSeparator" id="hseparator1">			      <property name="visible">True</property>			    </widget>			    <packing>			      <property name="padding">0</property>			      <property name="expand">False</property>			      <property name="fill">False</property>			    </packing>			  </child>			</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="y_padding">5</property>			  <property name="x_options">fill</property>			  <property name="y_options">fill</property>			</packing>		      </child>		      <child>			<widget class="GtkEntry" id="londegentry">			  <property name="visible">True</property>			  <property name="can_focus">True</property>			  <property name="editable">False</property>			  <property name="visibility">True</property>			  <property name="max_length">0</property>			  <property name="text" translatable="yes"></property>			  <property name="has_frame">True</property>			  <property name="invisible_char" translatable="yes">*</property>			  <property name="activates_default">False</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="y_padding">5</property>			  <property name="x_options">expand</property>			  <property name="y_options"></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">0</property>			  <property name="column_spacing">0</property>			  <child>			    <widget class="GtkEntry" id="fixentry">			      <property name="visible">True</property>			      <property name="can_focus">True</property>			      <property name="editable">False</property>			      <property name="visibility">True</property>			      <property name="max_length">0</property>			      <property name="text" translatable="yes"></property>			      <property name="has_frame">True</property>			      <property name="invisible_char" translatable="yes">*</property>			      <property name="activates_default">False</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_padding">5</property>			      <property name="x_options">expand</property>			      <property name="y_options"></property>			    </packing>			  </child>			  <child>			    <widget class="GtkEntry" id="heightentry">			      <property name="visible">True</property>			      <property name="can_focus">True</property>			      <property name="editable">False</property>			      <property name="visibility">True</property>			      <property name="max_length">0</property>			      <property name="text" translatable="yes"></property>			      <property name="has_frame">True</property>			      <property name="invisible_char" translatable="yes">*</property>			      <property name="activates_default">False</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_padding">5</property>			      <property name="x_options">expand</property>			      <property name="y_options"></property>			    </packing>			  </child>			  <child>			    <widget class="GtkLabel" id="label13">			      <property name="visible">True</property>			      <property name="label" translatable="yes">Height</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">10</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">expand</property>			      <property name="y_options"></property>			    </packing>			  </child>			  <child>			    <widget class="GtkLabel" id="label14">			      <property name="visible">True</property>			      <property name="label" translatable="yes">Fix</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">10</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">expand</property>			      <property name="y_options"></property>			    </packing>			  </child>			</widget>			<packing>			  <property name="left_attach">1</property>			  <property name="right_attach">2</property>			  <property name="top_attach">3</property>

⌨️ 快捷键说明

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