sesi.glade

only for RuBoard - do not distribute or recompile

sesi.glade

The file sesi.glade is the project file where Glade keeps the specifications you create when you point-and-click the user interface into existence (see Listing A.2). Like interface.c , it is not something you want to tweak manually unless you really, really need to. Remember, unlike interface.c , it is read into as well as written out of Glade. However, it does provide instructive insight into the way Glade organizes and handles the various GTK+ widgets.

Listing A.2 sesi.glade : The Glade Project File for the SESI Order Application
  <?xml version="1.0"?> <GTK-Interface> <project> <name>sesi</name> <program_name>sesi</program_name> <directory></directory> <source_directory>src</source_directory> <pixmaps_directory>pixmaps</pixmaps_directory> <language>C</language> <gnome_support>False</gnome_support> <gettext_support>False</gettext_support> <use_widget_names>False</use_widget_names> <output_main_file>True</output_main_file> <output_support_files>True</output_support_files> <output_build_files>True</output_build_files> <backup_source_files>True</backup_source_files> <main_source_file>interface.c</main_source_file> <main_header_file>interface.h</main_header_file> <handler_source_file>callbacks.c</handler_source_file> <handler_header_file>callbacks.h</handler_header_file> <support_source_file>support.c</support_source_file> support_header_file>support.h</support_header_file> <translatable_strings_file></translatable_strings_file> </project> <widget> <class>GtkWindow</class> <name>frm_main</name> <signal> <name>set_focus</name> <handler>on_frm_main_set_focus</handler> <last_modification_time>Thu, 16 Nov 2000 01:56:53 GMT</last_modification_time> </signal> <signal> <name>button_press_event</name> <handler>on_frm_main_button_press_event</handler> <last_modification_time>Thu, 16 Nov 2000 01:58:11 GMT</last_modification_time> </signal> <signal> <name>button_release_event</name> <handler>on_frm_main_button_release_event</handler> <last_modification_time>Thu, 16 Nov 2000 01:58:15 GMT</last_modification_time> </signal> <signal> <name>delete_event</name> <handler>on_frm_main_delete_event</handler> <last_modification_time>Thu, 16 Nov 2000 01:58:24 GMT</last_modification_time> </signal> <signal> <name>hide</name> <handler>on_frm_main_hide</handler> <last_modification_time>Thu, 16 Nov 2000 01:58:54 GMT</last_modification_time> </signal> <signal> <name>key_release_event</name> <handler>on_frm_main_key_press_event</handler> <last_modification_time>Thu, 16 Nov 2000 01:59:17 GMT</last_modification_time> </signal> <signal> <name>key_press_event</name> <handler>on_frm_main_key_press_event</handler> <last_modification_time>Thu, 16 Nov 2000 01:59:27 GMT</last_modification_time> </signal> <signal> <name>realize</name> <handler>on_frm_main_realize</handler> <last_modification_time>Thu, 16 Nov 2000 01:59:43 GMT</last_modification_time> </signal> <signal> <name>destroy_event</name> <handler>on_frm_main_destroy_event</handler> <last_modification_time>Fri, 17 Nov 2000 02:45:55 GMT</last_modification_time> </signal> <signal> <name>event</name> <handler>on_frm_main_event</handler> <last_modification_time>Fri, 17 Nov 2000 02:46:34 GMT</last_modification_time> </signal> <signal> <name>show</name> <handler>on_frm_main_show</handler> <last_modification_time>Tue, 21 Nov 2000 13:26:03 GMT</last_modification_time> </signal> <title>SESI Customer Order</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>False</auto_shrink> <widget> <class>GtkVBox</class> <name>vbox_main</name> <homogeneous>False</homogeneous> <spacing>0</spacing> <widget> <class>GtkTable</class> <name>table_2_by_2</name> <rows>2</rows> <columns>2</columns> <homogeneous>False</homogeneous> <row_spacing>0</row_spacing> <column_spacing>0</column_spacing> <child> <padding>0</padding> <expand>True</expand> <fill>True</fill> </child> <widget> <class>GtkVBox</class> <name>vbox_customer_number</name> <homogeneous>False</homogeneous> <spacing>0</spacing> <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>True</xexpand> <yexpand>True</yexpand> <xshrink>False</xshrink> <yshrink>False</yshrink> <xfill>True</xfill> <yfill>True</yfill> </child> <widget> <class>GtkLabel</class> <name>lbl_customer_number</name> <label>Customer Number</label> <justify>GTK_JUSTIFY_LEFT</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkCombo</class> <name>cbo_customer_number</name> <value_in_list>False</value_in_list> <ok_if_empty>True</ok_if_empty> <case_sensitive>False</case_sensitive> <use_arrows>True</use_arrows> <use_arrows_always>False</use_arrows_always> <items></items> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> <widget> <class>GtkEntry</class> <child_name>GtkCombo:entry</child_name> <name>combo-entry_customer_number</name> <can_focus>True</can_focus> <signal> <name>activate</name> <handler>on_combo-entry_customer_number_activate</handler> <last_modification_time>Mon, 20 Nov 2000 13:31:03 GMT</last_modification_time> </signal> <signal> <name>changed</name> <handler>on_combo-entry_customer_number_changed</handler> <last_modification_time>Mon, 20 Nov 2000 13:31:10 GMT</last_modification_time> </signal> <signal> <name>delete_text</name> <handler>on_combo-entry_customer_number_delete_text</handler> <last_modification_time>Mon, 20 Nov 2000 13:32:26 GMT</last_modification_time> </signal> <signal> <name>insert_text</name> <handler>on_combo-entry_customer_number_insert_text</handler> <last_modification_time>Mon, 20 Nov 2000 13:32:33 GMT</last_modification_time> </signal> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> </widget> </widget> </widget> <widget> <class>GtkVBox</class> <name>vbox_customer_name</name> <homogeneous>False</homogeneous> <spacing>0</spacing> <child> <left_attach>1</left_attach> <right_attach>2</right_attach> <top_attach>0</top_attach> <bottom_attach>1</bottom_attach> <xpad>0</xpad> <ypad>0</ypad> <xexpand>True</xexpand> <yexpand>False</yexpand> <xshrink>False</xshrink> <yshrink>False</yshrink> <xfill>True</xfill> <yfill>True</yfill> </child> <widget> <class>GtkLabel</class> <name>cmd_customer_name</name> <label>Customer Name</label> <justify>GTK_JUSTIFY_LEFT</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkEntry</class> <name>entry_customer_name</name> <can_focus>True</can_focus> <signal> <name>changed</name> <handler>on_entry_customer_name_changed</handler> <last_modification_time>Tue, 28 Nov 2000 02:05:23 GMT</last_modification_time> </signal> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> </widget> <widget> <class>GtkVButtonBox</class> <name>vbuttonbox</name> <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style> <spacing>10</spacing> <child_min_width>85</child_min_width> <child_min_height>27</child_min_height> <child_ipad_x>7</child_ipad_x> <child_ipad_y>0</child_ipad_y> <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>True</yexpand> <xshrink>False</xshrink> <yshrink>False</yshrink> <xfill>True</xfill> <yfill>True</yfill> </child> <widget> <class>GtkButton</class> <name>cmd_search</name> <can_default>True</can_default> <can_focus>True</can_focus> <accelerator> <modifiers>GDK_MOD1_MASK</modifiers> <key>GDK_S</key> <signal>clicked</signal> </accelerator> <signal> <name>clicked</name> <handler>on_cmd_search_clicked</handler> <last_modification_time>Fri, 17 Nov 2000 02:33:45 GMT</last_modification_time> </signal> <label>_Search...</label> </widget> <widget> <class>GtkButton</class> <name>cmd_save_edits</name> <sensitive>False</sensitive> <can_default>True</can_default> <can_focus>True</can_focus> <accelerator> <modifiers>GDK_MOD1_MASK</modifiers> <key>GDK_E</key> <signal>clicked</signal> </accelerator> <signal> <name>clicked</name> <handler>on_cmd_save_edits_clicked</handler> <last_modification_time>Fri, 17 Nov 2000 02:43:10 GMT</last_modification_time> </signal> <label>Save _Edits</label> </widget> <widget> <class>GtkButton</class> <name>cmd_select_items</name> <can_default>True</can_default> <can_focus>True</can_focus> <accelerator> <modifiers>GDK_MOD1_MASK</modifiers> <key>GDK_I</key> <signal>clicked</signal> </accelerator> <signal> <name>clicked</name> <handler>on_cmd_select_items_clicked</handler> <last_modification_time>Fri, 17 Nov 2000 02:43:15 GMT</last_modification_time> </signal> <label>Select _Items</label> </widget> <widget> <class>GtkButton</class> <name>cmd_print_order</name> <can_default>True</can_default> <can_focus>True</can_focus> <accelerator> <modifiers>GDK_MOD1_MASK</modifiers> <key>GDK_P</key> <signal>clicked</signal> </accelerator> <signal> <name>clicked</name> <handler>on_cmd_print_order_clicked</handler> <last_modification_time>Fri, 17 Nov 2000 02:43:23 GMT</last_modification_time> </signal> <label>_Print Order</label> </widget> <widget> <class>GtkButton</class> <name>cmd_exit</name> <can_default>True</can_default> <can_focus>True</can_focus> <accelerator> <modifiers>GDK_MOD1_MASK</modifiers> <key>GDK_x</key> <signal>clicked</signal> </accelerator> <signal> <name>clicked</name> <handler>on_cmd_exit_clicked</handler> <last_modification_time>Fri, 17 Nov 2000 02:43:29 GMT</last_modification_time> </signal> <label>E_xit</label> </widget> </widget> <widget> <class>GtkVBox</class> <name>vbox_data</name> <homogeneous>False</homogeneous> <spacing>0</spacing> <child> <left_attach>1</left_attach> <right_attach>2</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>True</xfill> <yfill>True</yfill> </child> <widget> <class>GtkTable</class> <name>table_3_by_3</name> <rows>3</rows> <columns>3</columns> <homogeneous>False</homogeneous> <row_spacing>0</row_spacing> <column_spacing>0</column_spacing> <child> <padding>0</padding> <expand>True</expand> <fill>True</fill> </child> <widget> <class>GtkLabel</class> <name>lbl_primary_contact</name> <label>Primary Contact:</label> <justify>GTK_JUSTIFY_LEFT</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>3</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>lbl_name_last_first</name> <label>Name (Last, First):</label> <justify>GTK_JUSTIFY_LEFT</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>lbl_title_and_phone</name> <label>Title and Phone</label> <justify>GTK_JUSTIFY_LEFT</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>2</top_attach> <bottom_attach>3</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>GtkEntry</class> <name>entry_last</name> <width>100</width> <can_focus>True</can_focus> <signal> <name>changed</name> <handler>on_entry_last_changed</handler> <last_modification_time>Tue, 28 Nov 2000 02:05:36 GMT</last_modification_time> </signal> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <left_attach>1</left_attach> <right_attach>2</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>True</xfill> <yfill>False</yfill> </child> </widget> <widget> <class>GtkEntry</class> <name>entry_first</name> <width>100</width> <can_focus>True</can_focus> <signal> <name>changed</name> <handler>on_entry_first_changed</handler> <last_modification_time>Tue, 28 Nov 2000 02:05:43 GMT</last_modification_time> </signal> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <left_attach>2</left_attach> <right_attach>3</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>True</xfill> <yfill>False</yfill> </child> </widget> <widget> <class>GtkEntry</class> <name>entry_title</name> <width>100</width> <can_focus>True</can_focus> <signal> <name>changed</name> <handler>on_entry_title_changed</handler> <last_modification_time>Tue, 28 Nov 2000 02:06:02 GMT</last_modification_time> </signal> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <left_attach>1</left_attach> <right_attach>2</right_attach> <top_attach>2</top_attach> <bottom_attach>3</bottom_attach> <xpad>0</xpad> <ypad>0</ypad> <xexpand>False</xexpand> <yexpand>False</yexpand> <xshrink>False</xshrink> <yshrink>False</yshrink> <xfill>True</xfill> <yfill>False</yfill> </child> </widget> <widget> <class>GtkEntry</class> <name>entry_phone</name> <width>100</width> <can_focus>True</can_focus> <signal> <name>changed</name> <handler>on_entry_phone_changed</handler> <last_modification_time>Tue, 28 Nov 2000 02:06:08 GMT</last_modification_time> </signal> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <left_attach>2</left_attach> <right_attach>3</right_attach> <top_attach>2</top_attach> <bottom_attach>3</bottom_attach> <xpad>0</xpad> <ypad>0</ypad> <xexpand>False</xexpand> <yexpand>False</yexpand> <xshrink>False</xshrink> <yshrink>False</yshrink> <xfill>True</xfill> <yfill>False</yfill> </child> </widget> </widget> <widget> <class>GtkTable</class> <name>table_4_by_2</name> <rows>4</rows> <columns>2</columns> <homogeneous>False</homogeneous> <row_spacing>0</row_spacing> <column_spacing>0</column_spacing> <child> <padding>0</padding> <expand>True</expand> <fill>True</fill> </child> <widget> <class>GtkLabel</class> <name>lbl_ship_to</name> <label>Ship To:</label> <justify>GTK_JUSTIFY_LEFT</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>lbl_bill_to</name> <label>Bill To:</label> <justify>GTK_JUSTIFY_LEFT</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> <child> <left_attach>1</left_attach> <right_attach>2</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>GtkEntry</class> <name>entry_ship_to_addr1</name> <width>160</width> <can_focus>True</can_focus> <signal> <name>changed</name> <handler>on_entry_ship_to_addr1_changed</handler> <last_modification_time>Tue, 28 Nov 2000 02:05:51 GMT</last_modification_time> </signal> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <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>True</xfill> <yfill>False</yfill> </child> </widget> <widget> <class>GtkEntry</class> <name>entry_bill_to_addr1</name> <can_focus>True</can_focus> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <left_attach>1</left_attach> <right_attach>2</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>True</xfill> <yfill>False</yfill> </child> </widget> <widget> <class>GtkEntry</class> <name>entry_ship_to_addr2</name> <can_focus>True</can_focus> <signal> <name>changed</name> <handler>on_entry_ship_to_addr2_changed</handler> <last_modification_time>Tue, 28 Nov 2000 02:06:19 GMT</last_modification_time> </signal> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <left_attach>0</left_attach> <right_attach>1</right_attach> <top_attach>2</top_attach> <bottom_attach>3</bottom_attach> <xpad>0</xpad> <ypad>0</ypad> <xexpand>False</xexpand> <yexpand>False</yexpand> <xshrink>False</xshrink> <yshrink>False</yshrink> <xfill>True</xfill> <yfill>False</yfill> </child> </widget> <widget> <class>GtkEntry</class> <name>entry_bill_to_addr2</name> <can_focus>True</can_focus> <signal> <name>changed</name> <handler>on_entry_bill_to_addr2_changed</handler> <last_modification_time>Tue, 28 Nov 2000 02:06:25 GMT</last_modification_time> </signal> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <left_attach>1</left_attach> <right_attach>2</right_attach> <top_attach>2</top_attach> <bottom_attach>3</bottom_attach> <xpad>0</xpad> <ypad>0</ypad> <xexpand>False</xexpand> <yexpand>False</yexpand> <xshrink>False</xshrink> <yshrink>False</yshrink> <xfill>True</xfill> <yfill>False</yfill> </child> </widget> <widget> <class>GtkHBox</class> <name>hbox1</name> <homogeneous>False</homogeneous> <spacing>0</spacing> <child> <left_attach>0</left_attach> <right_attach>1</right_attach> <top_attach>3</top_attach> <bottom_attach>4</bottom_attach> <xpad>0</xpad> <ypad>0</ypad> <xexpand>False</xexpand> <yexpand>True</yexpand> <xshrink>False</xshrink> <yshrink>False</yshrink> <xfill>True</xfill> <yfill>True</yfill> </child> <widget> <class>GtkEntry</class> <name>entry_ship_to_city</name> <width>100</width> <can_focus>True</can_focus> <signal> <name>changed</name> <handler>on_entry_ship_to_city_changed</handler> <last_modification_time>Tue, 28 Nov 2000 02:06:32 GMT</last_modification_time> </signal> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <padding>0</padding> <expand>False</expand> <fill>True</fill> </child> </widget> <widget> <class>GtkEntry</class> <name>entry_ship_to_st</name> <width>35</width> <can_focus>True</can_focus> <signal> <name>changed</name> <handler>on_entry_ship_to_st_changed</handler> <last_modification_time>Tue, 28 Nov 2000 02:06:38 GMT</last_modification_time> </signal> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <padding>0</padding> <expand>False</expand> <fill>True</fill> </child> </widget> <widget> <class>GtkEntry</class> <name>entry_ship_to_zip</name> <width>70</width> <can_focus>True</can_focus> <signal> <name>changed</name> <handler>on_entry_ship_to_zip_changed</handler> <last_modification_time>Tue, 28 Nov 2000 02:06:45 GMT</last_modification_time> </signal> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <padding>0</padding> <expand>False</expand> <fill>True</fill> </child> </widget> </widget> <widget> <class>GtkHBox</class> <name>hbox2</name> <homogeneous>False</homogeneous> <spacing>0</spacing> <child> <left_attach>1</left_attach> <right_attach>2</right_attach> <top_attach>3</top_attach> <bottom_attach>4</bottom_attach> <xpad>0</xpad> <ypad>0</ypad> <xexpand>False</xexpand> <yexpand>False</yexpand> <xshrink>False</xshrink> <yshrink>False</yshrink> <xfill>True</xfill> <yfill>True</yfill> </child> <widget> <class>GtkEntry</class> <name>entry_bill_to_city</name> <width>100</width> <can_focus>True</can_focus> <signal> <name>changed</name> <handler>on_entry_bill_to_city_changed</handler> <last_modification_time>Tue, 28 Nov 2000 02:07:06 GMT</last_modification_time> </signal> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <padding>0</padding> <expand>False</expand> <fill>True</fill> </child> </widget> <widget> <class>GtkEntry</class> <name>entry_bill_to_st</name> <width>35</width> <can_focus>True</can_focus> <signal> <name>changed</name> <handler>on_entry_bill_to_st_changed</handler> <last_modification_time>Tue, 28 Nov 2000 02:07:16 GMT</last_modification_time> </signal> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <padding>0</padding> <expand>False</expand> <fill>True</fill> </child> </widget> <widget> <class>GtkEntry</class> <name>entry_bill_to_zip</name> <width>70</width> <can_focus>True</can_focus> <signal> <name>changed</name> <handler>on_entry_bill_to_zip_changed</handler> <last_modification_time>Tue, 28 Nov 2000 02:07:22 GMT</last_modification_time> </signal> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <padding>0</padding> <expand>False</expand> <fill>True</fill> </child> </widget> </widget> </widget> <widget> <class>GtkLabel</class> <name>lbl_order_comments</name> <label>Order Comments</label> <justify>GTK_JUSTIFY_LEFT</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkScrolledWindow</class> <name>scrolledwindow1</name> <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy> <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy> <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy> <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy> <child> <padding>0</padding> <expand>True</expand> <fill>True</fill> </child> <widget> <class>GtkText</class> <name>txt_order_comments</name> <can_focus>True</can_focus> <editable>True</editable> <text></text> </widget> </widget> <widget> <class>GtkLabel</class> <name>lbl_customer_comments</name> <label>Customer Comments</label> <justify>GTK_JUSTIFY_LEFT</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkScrolledWindow</class> <name>scrolledwindow2</name> <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy> <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy> <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy> <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy> <child> <padding>0</padding> <expand>True</expand> <fill>True</fill> </child> <widget> <class>GtkText</class> <name>txt_customer_comments</name> <can_focus>True</can_focus> <signal> <name>changed</name> <handler>on_txt_customer_comments_changed</handler> <last_modification_time>Tue, 28 Nov 2000 02:07:29 GMT</last_modification_time> </signal> <editable>True</editable> <text></text> </widget> </widget> </widget> </widget> <widget> <class>GtkStatusbar</class> <name>statusbar</name> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> </widget> </widget> <widget> <class>GtkWindow</class> <name>frm_items_ordered</name> <signal> <name>set_focus</name> <handler>on_frm_items_ordered_set_focus</handler> <last_modification_time>Mon, 20 Nov 2000 23:07:30 GMT</last_modification_time> </signal> <signal> <name>button_press_event</name> <handler>on_frm_items_ordered_button_press_event</handler> <last_modification_time>Mon, 20 Nov 2000 23:07:40 GMT</last_modification_time> </signal> <signal> <name>button_release_event</name> <handler>on_frm_items_ordered_button_release_event</handler> <last_modification_time>Mon, 20 Nov 2000 23:07:45 GMT</last_modification_time> </signal> <signal> <name>delete_event</name> <handler>on_frm_items_ordered_delete_event</handler> <last_modification_time>Mon, 20 Nov 2000 23:07:56 GMT</last_modification_time> </signal> <signal> <name>destroy_event</name> <handler>on_frm_items_ordered_destroy_event</handler> <last_modification_time>Mon, 20 Nov 2000 23:08:05 GMT</last_modification_time> </signal> <signal> <name>event</name> <handler>on_frm_items_ordered_event</handler> <last_modification_time>Mon, 20 Nov 2000 23:08:22 GMT</last_modification_time> </signal> <signal> <name>hide</name> <handler>on_frm_items_ordered_hide</handler> <last_modification_time>Mon, 20 Nov 2000 23:08:40 GMT</last_modification_time> </signal> <signal> <name>key_press_event</name> <handler>on_frm_items_ordered_key_press_event</handler> <last_modification_time>Mon, 20 Nov 2000 23:08:50 GMT</last_modification_time> </signal> <signal> <name>key_release_event</name> <handler>on_frm_items_ordered_key_release_event</handler> <last_modification_time>Mon, 20 Nov 2000 23:08:58 GMT</last_modification_time> </signal> <signal> <name>realize</name> <handler>on_frm_items_ordered_realize</handler> <last_modification_time>Mon, 20 Nov 2000 23:09:09 GMT</last_modification_time> </signal> <signal> <name>show</name> <handler>on_frm_items_ordered_show</handler> <last_modification_time>Mon, 20 Nov 2000 23:09:18 GMT</last_modification_time> </signal> <signal> <name>unrealize</name> <handler>on_frm_items_ordered_unrealize</handler> <last_modification_time>Mon, 20 Nov 2000 23:09:38 GMT</last_modification_time> </signal> <signal> <name>destroy</name> <handler>on_frm_items_ordered_destroy</handler> <last_modification_time>Mon, 20 Nov 2000 23:09:45 GMT</last_modification_time> </signal> <title>Items Ordered</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>False</auto_shrink> <widget> <class>GtkHPaned</class> <name>hpaned1</name> <handle_size>10</handle_size> <gutter_size>10</gutter_size> <widget> <class>GtkVBox</class> <name>vbox3</name> <homogeneous>False</homogeneous> <spacing>0</spacing> <child> <shrink>True</shrink> <resize>False</resize> </child> <widget> <class>GtkLabel</class> <name>lbl_item_number</name> <label>Item Number:</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkEntry</class> <name>entry_item_number</name> <can_focus>True</can_focus> <signal> <name>activate</name> <handler>on_entry_item_number_activate</handler> <last_modification_time>Mon, 20 Nov 2000 23:21:16 GMT</last_modification_time> </signal> <signal> <name>changed</name> <handler>on_entry_item_number_changed</handler> <last_modification_time>Mon, 20 Nov 2000 23:21:20 GMT</last_modification_time> </signal> <signal> <name>delete_text</name> <handler>on_entry_item_number_delete_text</handler> <last_modification_time>Mon, 20 Nov 2000 23:21:31 GMT</last_modification_time> </signal> <signal> <name>insert_text</name> <handler>on_entry_item_number_insert_text</handler> <last_modification_time>Mon, 20 Nov 2000 23:21:36 GMT</last_modification_time> </signal> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkLabel</class> <name>lbl_quantity</name> <label>Quantity</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkSpinButton</class> <name>spinbutton_quantity</name> <can_focus>True</can_focus> <signal> <name>activate</name> <handler>on_spinbutton_quantity_activate</handler> <last_modification_time>Mon, 20 Nov 2000 23:21:59 GMT</last_modification_time> </signal> <signal> <name>changed</name> <handler>on_spinbutton_quantity_changed</handler> <last_modification_time>Mon, 20 Nov 2000 23:22:11 GMT</last_modification_time> </signal> <climb_rate>1</climb_rate> <digits>0</digits> <numeric>False</numeric> <update_policy>GTK_UPDATE_ALWAYS</update_policy> <snap>False</snap> <wrap>False</wrap> <value>1</value> <lower>0</lower> <upper>100</upper> <step>1</step> <page>10</page> <page_size>10</page_size> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkButton</class> <name>cmd_Add</name> <border_width>5</border_width> <can_focus>True</can_focus> <accelerator> <modifiers>GDK_MOD1_MASK</modifiers> <key>GDK_A</key> <signal>clicked</signal> </accelerator> <signal> <name>clicked</name> <handler>on_cmd_Add_clicked</handler> <last_modification_time>Mon, 20 Nov 2000 23:10:00 GMT</last_modification_time> </signal> <label>_Add</label> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkButton</class> <name>cmd_search_for_item</name> <border_width>5</border_width> <can_focus>True</can_focus> <accelerator> <modifiers>GDK_MOD1_MASK</modifiers> <key>GDK_f</key> <signal>clicked</signal> </accelerator> <signal> <name>clicked</name> <handler>on_cmd_search_for_item_clicked</handler> <last_modification_time>Mon, 20 Nov 2000 23:10:07 GMT</last_modification_time> </signal> <label>Search _For Item</label> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkLabel</class> <name>lbl_order_total</name> <label>Order Total:</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkFrame</class> <name>frame1</name> <label_xalign>0</label_xalign> <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> <widget> <class>GtkLabel</class> <name>lbl_order_total_numeric</name> <label>0.00</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> </widget> <widget> <class>GtkButton</class> <name>cmd_done</name> <border_width>5</border_width> <can_focus>True</can_focus> <accelerator> <modifiers>GDK_MOD1_MASK</modifiers> <key>GDK_d</key> <signal>clicked</signal> </accelerator> <signal> <name>clicked</name> <handler>on_cmd_done_clicked</handler> <last_modification_time>Mon, 20 Nov 2000 23:10:15 GMT</last_modification_time> </signal> <label>_Done</label> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> </widget> <widget> <class>GtkVPaned</class> <name>vpaned1</name> <handle_size>10</handle_size> <gutter_size>10</gutter_size> <child> <shrink>True</shrink> <resize>True</resize> </child> <widget> <class>GtkScrolledWindow</class> <name>scrolledwindow3</name> <hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy> <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy> <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy> <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy> <child> <shrink>True</shrink> <resize>False</resize> </child> <widget> <class>GtkCList</class> <name>clist_items</name> <width>266</width> <height>150</height> <can_focus>True</can_focus> <signal> <name>select_row</name> <handler>on_clist_items_select_row</handler> <last_modification_time>Mon, 20 Nov 2000 23:27:05 GMT</last_modification_time> </signal> <signal> <name>unselect_row</name> <handler>on_clist_items_unselect_row</handler> <last_modification_time>Mon, 20 Nov 2000 23:27:15 GMT</last_modification_time> </signal> <signal> <name>button_press_event</name> <handler>on_clist_items_button_press_event</handler> <last_modification_time>Mon, 20 Nov 2000 23:27:23 GMT</last_modification_time> </signal> <signal> <name>button_release_event</name> <handler>on_clist_items_button_release_event</handler> <last_modification_time>Mon, 20 Nov 2000 23:27:31 GMT</last_modification_time> </signal> <columns>3</columns> <column_widths>80,154,80</column_widths> <selection_mode>GTK_SELECTION_SINGLE</selection_mode> <show_titles>True</show_titles> <shadow_type>GTK_SHADOW_IN</shadow_type> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>clist_items_lbl_item_number</name> <label>Item Number</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>clist_items_lbl_description</name> <label>Description</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>clist_items_lbl_price</name> <label>Price</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> </widget> </widget> <widget> <class>GtkVPaned</class> <name>vpaned2</name> <handle_size>10</handle_size> <gutter_size>10</gutter_size> <child> <shrink>True</shrink> <resize>True</resize> </child> <widget> <class>GtkHBox</class> <name>hbox3</name> <border_width>10</border_width> <homogeneous>True</homogeneous> <spacing>12</spacing> <child> <shrink>True</shrink> <resize>False</resize> </child> <widget> <class>GtkButton</class> <name>cmd_add_down</name> <can_focus>True</can_focus> <signal> <name>clicked</name> <handler>on_cmd_add_down_clicked</handler> <last_modification_time>Mon, 20 Nov 2000 23:10:22 GMT</last_modification_time> </signal> <label>Add</label> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkSpinButton</class> <name>spinbutton1</name> <can_focus>True</can_focus> <climb_rate>1</climb_rate> <digits>0</digits> <numeric>False</numeric> <update_policy>GTK_UPDATE_ALWAYS</update_policy> <snap>False</snap> <wrap>False</wrap> <value>1</value> <lower>0</lower> <upper>100</upper> <step>1</step> <page>10</page> <page_size>10</page_size> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkButton</class> <name>cmd_remove</name> <can_focus>True</can_focus> <signal> <name>clicked</name> <handler>on_cmd_remove_clicked</handler> <last_modification_time>Mon, 20 Nov 2000 23:10:29 GMT</last_modification_time> </signal> <label>Remove</label> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> </widget> <widget> <class>GtkScrolledWindow</class> <name>scrolledwindow4</name> <hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy> <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy> <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy> <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy> <child> <shrink>True</shrink> <resize>True</resize> </child> <widget> <class>GtkCList</class> <name>clist_items_ordered</name> <width>353</width> <height>100</height> <can_focus>True</can_focus> <signal> <name>select_row</name> <handler>on_clist_items_ordered_select_row</handler> <last_modification_time>Mon, 20 Nov 2000 23:28:50 GMT</last_modification_time> </signal> <signal> <name>unselect_row</name> <handler>on_clist_items_ordered_unselect_row</handler> <last_modification_time>Mon, 20 Nov 2000 23:29:04 GMT</last_modification_time> </signal> <signal> <name>button_press_event</name> <handler>on_clist_items_ordered_button_press_event</handler> <last_modification_time>Mon, 20 Nov 2000 23:29:09 GMT</last_modification_time> </signal> <signal> <name>button_release_event</name> <handler>on_clist_items_ordered_button_release_event</handler> <last_modification_time>Mon, 20 Nov 2000 23:29:16 GMT</last_modification_time> </signal> <columns>4</columns> <column_widths>80,80,80,80</column_widths> <selection_mode>GTK_SELECTION_SINGLE</selection_mode> <show_titles>True</show_titles> <shadow_type>GTK_SHADOW_IN</shadow_type> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>clist_items_ordered_lbl_item_number</name> <label>Item Number</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>clist_items_ordered_lbl_description</name> <label>Description</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>clist_items_ordered_lbl_quantity</name> <label>Quantity</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>clist_items_ordered_lbl_total_price</name> <label>Total Price</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> </widget> </widget> </widget> </widget> </widget> </widget> <widget> <class>GtkWindow</class> <name>frm_find_customer</name> <signal> <name>delete_event</name> <handler>on_frm_find_customer_delete_event</handler> <last_modification_time>Tue, 21 Nov 2000 15:31:24 GMT</last_modification_time> </signal> <title>Find Customer</title> <type>GTK_WINDOW_TOPLEVEL</type> <position>GTK_WIN_POS_NONE</position> <modal>True</modal> <allow_shrink>False</allow_shrink> <allow_grow>True</allow_grow> <auto_shrink>False</auto_shrink> <widget> <class>GtkHBox</class> <name>hbox4</name> <homogeneous>False</homogeneous> <spacing>0</spacing> <widget> <class>GtkVBox</class> <name>vbox4</name> <border_width>11</border_width> <homogeneous>False</homogeneous> <spacing>11</spacing> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> <widget> <class>GtkLabel</class> <name>lbl_search_for_customer</name> <label>Search for Customer...</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkEntry</class> <name>entry_find_customer</name> <can_focus>True</can_focus> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkButton</class> <name>cmd_find_customer</name> <can_focus>True</can_focus> <signal> <name>clicked</name> <handler>on_cmd_find_customer_clicked</handler> <last_modification_time>Tue, 21 Nov 2000 15:31:02 GMT</last_modification_time> </signal> <label>Find...</label> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkButton</class> <name>cmd_find_customer_done</name> <can_focus>True</can_focus> <signal> <name>clicked</name> <handler>on_cmd_find_customer_done_clicked</handler> <last_modification_time>Tue, 21 Nov 2000 15:31:06 GMT</last_modification_time> </signal> <label>Done</label> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> </widget> <widget> <class>GtkScrolledWindow</class> <name>scrolledwindow7</name> <hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy> <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy> <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy> <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy> <child> <padding>0</padding> <expand>True</expand> <fill>True</fill> </child> <widget> <class>GtkCList</class> <name>clist_found_customer</name> <can_focus>True</can_focus> <columns>17</columns> <column_widths>80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80</column_widths> <selection_mode>GTK_SELECTION_SINGLE</selection_mode> <show_titles>True</show_titles> <shadow_type>GTK_SHADOW_IN</shadow_type> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label7</name> <label>Customer</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label8</name> <label>Name</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label9</name> <label>Ship Addr</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label10</name> <label>Ship Addr</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label11</name> <label>Ship City</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label12</name> <label>Ship St</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label13</name> <label>Ship Zip</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label14</name> <label>Bill Addr</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label15</name> <label>Bill Addr</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label16</name> <label>Bill City</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label17</name> <label>Bill St</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label18</name> <label>Bill Zip</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label19</name> <label>First</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label20</name> <label>Last</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label21</name> <label>Phone</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label22</name> <label>Title</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label23</name> <label>Comments</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> </widget> </widget> </widget> </widget> <widget> <class>GtkWindow</class> <name>frm_find_item</name> <signal> <name>delete_event</name> <handler>on_frm_find_item_delete_event</handler> <last_modification_time>Tue, 21 Nov 2000 15:31:32 GMT</last_modification_time> </signal> <title>Find Item</title> <type>GTK_WINDOW_TOPLEVEL</type> <position>GTK_WIN_POS_NONE</position> <modal>True</modal> <allow_shrink>False</allow_shrink> <allow_grow>True</allow_grow> <auto_shrink>False</auto_shrink> <widget> <class>GtkHBox</class> <name>hbox5</name> <homogeneous>False</homogeneous> <spacing>0</spacing> <widget> <class>GtkVBox</class> <name>vbox5</name> <border_width>15</border_width> <homogeneous>False</homogeneous> <spacing>10</spacing> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> <widget> <class>GtkLabel</class> <name>lbl_search_for_item</name> <label>Search for Item...</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkEntry</class> <name>entry_find_item</name> <can_focus>True</can_focus> <editable>True</editable> <text_visible>True</text_visible> <text_max_length>0</text_max_length> <text></text> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkButton</class> <name>cmd_find_item</name> <can_focus>True</can_focus> <signal> <name>clicked</name> <handler>on_cmd_find_item_clicked</handler> <last_modification_time>Tue, 21 Nov 2000 15:30:45 GMT</last_modification_time> </signal> <label>Find...</label> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkButton</class> <name>cmd_find_item_done</name> <can_focus>True</can_focus> <signal> <name>clicked</name> <handler>on_cmd_find_item_done_clicked</handler> <last_modification_time>Mon, 27 Nov 2000 01:52:37 GMT</last_modification_time> </signal> <label>Done</label> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> </widget> <widget> <class>GtkScrolledWindow</class> <name>scrolledwindow6</name> <hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy> <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy> <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy> <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy> <child> <padding>0</padding> <expand>True</expand> <fill>True</fill> </child> <widget> <class>GtkCList</class> <name>clist_found_items</ name > <can_focus>True</can_focus> <columns>3</ columns > <column_widths>80,80,80</column_widths> <selection_mode>GTK_SELECTION_SINGLE</selection_mode> <show_titles>True</show_titles> <shadow_type>GTK_SHADOW_IN</shadow_type> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label4</name> <label>Item Num.</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label5</name> <label>Description</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> <widget> <class>GtkLabel</class> <child_name> CList :title</child_name> <name>label6</name> <label>Price</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> </widget> </widget> </widget> </widget> </widget> </GTK-Interface>  
only for RuBoard - do not distribute or recompile


MySQL Building User Interfaces
MySQL: Building User Interfaces (Landmark)
ISBN: 073571049X
EAN: 2147483647
Year: 2001
Pages: 119

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net