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

📄 gspy.glade

📁 基于V4L开发的一个运动监测的程序
💻 GLADE
📖 第 1 页 / 共 3 页
字号:
<?xml version="1.0"?><GTK-Interface><project>  <name>Gspy</name>  <program_name>gspy</program_name>  <directory></directory>  <source_directory>src</source_directory>  <pixmaps_directory>pixmaps</pixmaps_directory>  <language>C</language>  <gnome_support>True</gnome_support>  <gettext_support>False</gettext_support>  <backup_source_files>False</backup_source_files>  <translatable_strings_file>texttable.txt</translatable_strings_file></project><widget>  <class>GtkWindow</class>  <name>window1</name>  <signal>    <name>destroy_event</name>    <handler>gtk_main_quit</handler>    <last_modification_time>Sat, 03 Jun 2000 19:28:14 GMT</last_modification_time>  </signal>  <signal>    <name>destroy</name>    <handler>gtk_main_quit</handler>    <last_modification_time>Sat, 03 Jun 2000 19:27:57 GMT</last_modification_time>  </signal>  <title>gspy - A Gnome Security Camera Application (c)2000 Lawrence Glaister VE7IT</title>  <type>GTK_WINDOW_TOPLEVEL</type>  <position>GTK_WIN_POS_NONE</position>  <modal>False</modal>  <allow_shrink>False</allow_shrink>  <allow_grow>True</allow_grow>  <auto_shrink>True</auto_shrink>  <widget>    <class>GtkVBox</class>    <name>vbox1</name>    <homogeneous>False</homogeneous>    <spacing>0</spacing>    <widget>      <class>GtkMenuBar</class>      <name>menubar1</name>      <shadow_type>GTK_SHADOW_OUT</shadow_type>      <child>	<padding>0</padding>	<expand>False</expand>	<fill>False</fill>      </child>      <widget>	<class>GtkMenuItem</class>	<name>file1</name>	<stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>	<widget>	  <class>GtkMenu</class>	  <name>file1_menu</name>	  <widget>	    <class>GtkPixmapMenuItem</class>	    <name>makempeg1</name>	    <tooltip>Create a new mpeg video</tooltip>	    <accelerator>	      <modifiers>GDK_MOD1_MASK</modifiers>	      <key>GDK_M</key>	      <signal>activate</signal>	    </accelerator>	    <signal>	      <name>activate</name>	      <handler>on_makempeg1_activate</handler>	      <last_modification_time>Wed, 12 Jul 2000 02:56:07 GMT</last_modification_time>	    </signal>	    <label>_MakeMpeg</label>	    <right_justify>False</right_justify>	    <stock_icon>GNOME_STOCK_MENU_SAVE</stock_icon>	  </widget>	  <widget>	    <class>GtkPixmapMenuItem</class>	    <name>save1</name>	    <signal>	      <name>activate</name>	      <handler>on_save1_activate</handler>	      <last_modification_time>Sat, 03 Jun 2000 19:34:48 GMT</last_modification_time>	    </signal>	    <stock_item>GNOMEUIINFO_MENU_SAVE_ITEM</stock_item>	  </widget>	  <widget>	    <class>GtkPixmapMenuItem</class>	    <name>exit1</name>	    <signal>	      <name>activate</name>	      <handler>on_exit1_activate</handler>	      <last_modification_time>Fri, 02 Jun 2000 22:40:37 GMT</last_modification_time>	    </signal>	    <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>	  </widget>	</widget>      </widget>      <widget>	<class>GtkMenuItem</class>	<name>settings1</name>	<stock_item>GNOMEUIINFO_MENU_SETTINGS_TREE</stock_item>	<widget>	  <class>GtkMenu</class>	  <name>settings1_menu</name>	  <widget>	    <class>GtkPixmapMenuItem</class>	    <name>preferences1</name>	    <signal>	      <name>activate</name>	      <handler>on_preferences1_activate</handler>	      <last_modification_time>Fri, 02 Jun 2000 22:41:45 GMT</last_modification_time>	    </signal>	    <stock_item>GNOMEUIINFO_MENU_PREFERENCES_ITEM</stock_item>	  </widget>	</widget>      </widget>      <widget>	<class>GtkMenuItem</class>	<name>help1</name>	<signal>	  <name>activate</name>	  <handler>on_help1_activate</handler>	  <last_modification_time>Fri, 02 Jun 2000 22:42:17 GMT</last_modification_time>	</signal>	<stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>	<widget>	  <class>GtkMenu</class>	  <name>help1_menu</name>	  <widget>	    <class>GtkPixmapMenuItem</class>	    <name>about1</name>	    <signal>	      <name>activate</name>	      <handler>on_about1_activate</handler>	      <last_modification_time>Sat, 03 Jun 2000 00:45:34 GMT</last_modification_time>	    </signal>	    <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>	  </widget>	</widget>      </widget>    </widget>    <widget>      <class>GtkHBox</class>      <name>hbox1</name>      <homogeneous>False</homogeneous>      <spacing>0</spacing>      <child>	<padding>0</padding>	<expand>True</expand>	<fill>True</fill>      </child>      <widget>	<class>GtkFrame</class>	<name>frame1</name>	<border_width>5</border_width>	<label>Live Image</label>	<label_xalign>0.51</label_xalign>	<shadow_type>GTK_SHADOW_OUT</shadow_type>	<child>	  <padding>0</padding>	  <expand>False</expand>	  <fill>False</fill>	</child>	<widget>	  <class>GtkDrawingArea</class>	  <name>drawingarea1</name>	  <width>640</width>	  <height>480</height>	  <tooltip>Live Image from Camera</tooltip>	  <signal>	    <name>expose_event</name>	    <handler>on_drawingarea1_expose_event</handler>	    <last_modification_time>Wed, 07 Jun 2000 18:51:16 GMT</last_modification_time>	  </signal>	</widget>      </widget>      <widget>	<class>GtkVBox</class>	<name>vbox2</name>	<homogeneous>False</homogeneous>	<spacing>0</spacing>	<child>	  <padding>0</padding>	  <expand>True</expand>	  <fill>True</fill>	</child>	<widget>	  <class>GtkFrame</class>	  <name>frame2</name>	  <border_width>3</border_width>	  <label>Reference Image</label>	  <label_xalign>0.5</label_xalign>	  <shadow_type>GTK_SHADOW_OUT</shadow_type>	  <child>	    <padding>0</padding>	    <expand>False</expand>	    <fill>False</fill>	  </child>	  <widget>	    <class>GtkDrawingArea</class>	    <name>drawingarea2</name>	    <width>320</width>	    <height>240</height>	    <signal>	      <name>expose_event</name>	      <handler>on_drawingarea2_expose_event</handler>	      <last_modification_time>Thu, 08 Jun 2000 00:47:20 GMT</last_modification_time>	    </signal>	  </widget>	</widget>	<widget>	  <class>GtkFrame</class>	  <name>frame3</name>	  <border_width>3</border_width>	  <label>Motion Analysis Image</label>	  <label_xalign>0.54</label_xalign>	  <shadow_type>GTK_SHADOW_OUT</shadow_type>	  <child>	    <padding>0</padding>	    <expand>False</expand>	    <fill>False</fill>	  </child>	  <widget>	    <class>GtkDrawingArea</class>	    <name>drawingarea3</name>	    <width>320</width>	    <height>240</height>	    <signal>	      <name>expose_event</name>	      <handler>on_drawingarea3_expose_event</handler>	      <last_modification_time>Thu, 08 Jun 2000 00:49:09 GMT</last_modification_time>	    </signal>	  </widget>	</widget>      </widget>    </widget>    <widget>      <class>GtkHBox</class>      <name>hbox2</name>      <homogeneous>False</homogeneous>      <spacing>0</spacing>      <child>	<padding>0</padding>	<expand>True</expand>	<fill>True</fill>      </child>      <widget>	<class>Placeholder</class>      </widget>      <widget>	<class>Placeholder</class>      </widget>      <widget>	<class>GtkDrawingArea</class>	<name>drawingarea4</name>	<width>320</width>	<height>50</height>	<signal>	  <name>expose_event</name>	  <handler>on_drawingarea4_expose_event</handler>	  <last_modification_time>Thu, 08 Jun 2000 05:07:02 GMT</last_modification_time>	</signal>	<child>	  <padding>5</padding>	  <expand>False</expand>	  <fill>False</fill>	  <pack>GTK_PACK_END</pack>	</child>      </widget>    </widget>    <widget>      <class>GtkStatusbar</class>      <name>statusbar1</name>      <child>	<padding>0</padding>	<expand>False</expand>	<fill>False</fill>      </child>    </widget>  </widget></widget><widget>  <class>GnomeAbout</class>  <name>about2</name>  <modal>True</modal>  <logo>lpg2.xpm</logo>  <copyright>Copyright 2000 - released under GPL</copyright>  <authors>Lawrence Glaister VE7IT</authors>  <comments>                 A gnome video for linux security camera                                    ve7it@shaw.ca                        http://gspy.sourceforge.net/</comments></widget><widget>  <class>GnomePropertyBox</class>  <name>propertybox1</name>  <border_width>5</border_width>  <can_focus>True</can_focus>  <has_focus>True</has_focus>  <signal>    <name>apply</name>    <handler>on_propertybox1_apply</handler>    <last_modification_time>Sun, 11 Jun 2000 19:18:22 GMT</last_modification_time>  </signal>  <title>gspy - preferences</title>  <position>GTK_WIN_POS_CENTER</position>  <modal>False</modal>  <allow_shrink>False</allow_shrink>  <allow_grow>False</allow_grow>  <auto_shrink>False</auto_shrink>  <widget>    <class>GtkNotebook</class>    <child_name>GnomePropertyBox:notebook</child_name>    <name>notebook1</name>    <border_width>4</border_width>    <can_focus>True</can_focus>    <show_tabs>True</show_tabs>    <show_border>True</show_border>    <tab_pos>GTK_POS_TOP</tab_pos>    <scrollable>False</scrollable>    <tab_hborder>5</tab_hborder>    <tab_vborder>0</tab_vborder>    <popup_enable>False</popup_enable>    <child>      <padding>0</padding>      <expand>False</expand>      <fill>True</fill>    </child>    <widget>      <class>GtkTable</class>      <name>table1</name>      <rows>4</rows>      <columns>3</columns>      <homogeneous>False</homogeneous>      <row_spacing>0</row_spacing>      <column_spacing>0</column_spacing>      <widget>	<class>GtkLabel</class>	<name>label4</name>	<label>Image Save Directory</label>	<justify>GTK_JUSTIFY_RIGHT</justify>	<wrap>False</wrap>	<xalign>0.5</xalign>	<yalign>0.5</yalign>	<xpad>0</xpad>	<ypad>0</ypad>	<child>	  <left_attach>0</left_attach>	  <right_attach>1</right_attach>	  <top_attach>0</top_attach>	  <bottom_attach>1</bottom_attach>	  <xpad>0</xpad>	  <ypad>0</ypad>	  <xexpand>False</xexpand>	  <yexpand>False</yexpand>	  <xshrink>False</xshrink>	  <yshrink>False</yshrink>	  <xfill>False</xfill>	  <yfill>False</yfill>	</child>      </widget>      <widget>	<class>GtkLabel</class>	<name>label5</name>	<label>Image Label</label>	<justify>GTK_JUSTIFY_RIGHT</justify>	<wrap>False</wrap>	<xalign>0.5</xalign>	<yalign>0.5</yalign>	<xpad>0</xpad>	<ypad>0</ypad>	<child>	  <left_attach>0</left_attach>	  <right_attach>1</right_attach>	  <top_attach>1</top_attach>	  <bottom_attach>2</bottom_attach>	  <xpad>0</xpad>	  <ypad>0</ypad>	  <xexpand>False</xexpand>	  <yexpand>False</yexpand>	  <xshrink>False</xshrink>	  <yshrink>False</yshrink>	  <xfill>False</xfill>	  <yfill>False</yfill>	</child>      </widget>      <widget>	<class>GtkLabel</class>	<name>label6</name>	<label>Picture Interval</label>

⌨️ 快捷键说明

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