File:  [Synchronet] / sbbs / src / sbbs3 / gtkmonitor / gtkmonitor.glade
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:45:05 2018 UTC (8 years, 3 months ago) by root
Branches: digitaldynamics, MAIN
CVS tags: v_315b, HEAD
3.15b

<?xml version="1.0"?>
<glade-interface>
  <!-- interface-requires gtk+ 2.6 -->
  <!-- interface-naming-policy toplevel-contextual -->
  <widget class="GtkWindow" id="MainWindow">
    <property name="visible">True</property>
    <property name="title" translatable="yes">GTK Monitor</property>
    <property name="icon_name">gtk-execute</property>
    <signal name="destroy" handler="gtk_main_quit"/>
    <child>
      <widget class="GtkVBox" id="vbox1">
        <property name="visible">True</property>
        <property name="orientation">vertical</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>
                <child>
                  <widget class="GtkMenu" id="menuitem1_menu">
                    <child>
                      <widget class="GtkImageMenuItem" id="edit1">
                        <property name="label">gtk-edit</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <child>
                          <widget class="GtkMenu" id="edit1_menu">
                            <child>
                              <widget class="GtkMenuItem" id="text_file1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_Text File...</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_text_file1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="javascript_file1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_JavaScript File...</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_javascript_file1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="configuration_file1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_Configuration File...</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_configuration_file1_activate"/>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
                        <property name="visible">True</property>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="properties1">
                        <property name="label">gtk-properties</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <signal name="activate" handler="on_properties1_activate"/>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkSeparatorMenuItem" id="separator2">
                        <property name="visible">True</property>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="quit1">
                        <property name="label">gtk-quit</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <signal name="activate" handler="gtk_main_quit"/>
                      </widget>
                    </child>
                  </widget>
                </child>
              </widget>
            </child>
            <child>
              <widget class="GtkMenuItem" id="bbs1">
                <property name="visible">True</property>
                <property name="label" translatable="yes">_BBS</property>
                <property name="use_underline">True</property>
                <child>
                  <widget class="GtkMenu" id="bbs1_menu">
                    <child>
                      <widget class="GtkImageMenuItem" id="stop6">
                        <property name="label">gtk-stop</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <signal name="activate" handler="on_stop6_activate"/>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="recycle6">
                        <property name="label">Recycle</property>
                        <property name="visible">True</property>
                        <property name="use_stock">False</property>
                        <signal name="activate" handler="on_recycle6_activate"/>
                        <child internal-child="image">
                          <widget class="GtkImage" id="image1">
                            <property name="visible">True</property>
                            <property name="stock">gtk-refresh</property>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="configure1">
                        <property name="label">_Configure</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">False</property>
                        <signal name="activate" handler="on_configure1_activate"/>
                        <child internal-child="image">
                          <widget class="GtkImage" id="image2">
                            <property name="visible">True</property>
                            <property name="stock">gtk-preferences</property>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="reload_configuration1">
                        <property name="label">_Reload Configuration</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">False</property>
                        <signal name="activate" handler="on_reload_configuration1_activate"/>
                        <child internal-child="image">
                          <widget class="GtkImage" id="image3">
                            <property name="visible">True</property>
                            <property name="stock">gtk-refresh</property>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="force_timed_event1">
                        <property name="label">_Force Timed Event</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">False</property>
                        <child>
                          <widget class="GtkMenu" id="force_timed_event1_menu">
                            <child>
                              <widget class="GtkSeparatorMenuItem" id="separator12">
                                <property name="visible">True</property>
                              </widget>
                            </child>
                          </widget>
                        </child>
                        <child internal-child="image">
                          <widget class="GtkImage" id="image4">
                            <property name="visible">True</property>
                            <property name="stock">gtk-execute</property>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="force_network_callout1">
                        <property name="label">Force _Network Call-out</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">False</property>
                        <child>
                          <widget class="GtkMenu" id="force_network_callout1_menu">
                            <child>
                              <widget class="GtkSeparatorMenuItem" id="separator13">
                                <property name="visible">True</property>
                              </widget>
                            </child>
                          </widget>
                        </child>
                        <child internal-child="image">
                          <widget class="GtkImage" id="image5">
                            <property name="visible">True</property>
                            <property name="stock">gtk-network</property>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkSeparatorMenuItem" id="separator3">
                        <property name="visible">True</property>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkMenuItem" id="view1">
                        <property name="visible">True</property>
                        <property name="label" translatable="yes">_View</property>
                        <property name="use_underline">True</property>
                        <child>
                          <widget class="GtkMenu" id="view1_menu">
                            <child>
                              <widget class="GtkImageMenuItem" id="error_log1">
                                <property name="label">_Error Log...</property>
                                <property name="visible">True</property>
                                <property name="use_underline">True</property>
                                <property name="use_stock">False</property>
                                <signal name="activate" handler="on_error_log1_activate"/>
                                <child internal-child="image">
                                  <widget class="GtkImage" id="image6">
                                    <property name="visible">True</property>
                                    <property name="stock">gtk-dialog-error</property>
                                  </widget>
                                </child>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkImageMenuItem" id="statistics_log1">
                                <property name="label">_Statistics Log...</property>
                                <property name="visible">True</property>
                                <property name="use_underline">True</property>
                                <property name="use_stock">False</property>
                                <signal name="activate" handler="on_statistics_log1_activate"/>
                                <child internal-child="image">
                                  <widget class="GtkImage" id="image7">
                                    <property name="visible">True</property>
                                    <property name="stock">gtk-info</property>
                                  </widget>
                                </child>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="todays_log1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_Todays Log...</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_todays_log1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="yesterdays_log1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_Yesterdays Log...</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_yesterdays_log1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="another_days_log1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_Another Days Log...</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_another_days_log1_activate"/>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="edit2">
                        <property name="label">gtk-edit</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <child>
                          <widget class="GtkMenu" id="edit2_menu">
                            <child>
                              <widget class="GtkMenuItem" id="guru_brain1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_Guru Brain</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_guru_brain1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="text_strings1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_Text Strings</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_text_strings1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="default_colours1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">Default _Colours</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_default_colours1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="nodes_full_message1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">Nodes _Full Message</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_nodes_full_message1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="answer_screen1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_Answer Screen</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_answer_screen1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="logon_message1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_Logon Message</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_logon_message1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="auto_message1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">A_uto Message</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_auto_message1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="zip_file_comment1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_ZIP File Comment</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_zip_file_comment1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="system_information1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_System Information</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_system_information1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="new_user_message1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_New User Message</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_new_user_message1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="new_user_welcome_email1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">New User _Welcome E-mail</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_new_user_welcome_email1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="new_user_password_failure1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">New User _Password Failure</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_new_user_password_failure1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="new_user_feedbakc_instructions1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">New User _Feedbakc Instructions</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_new_user_feedbakc_instructions1_activate"/>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkMenuItem" id="filters1">
                        <property name="visible">True</property>
                        <property name="label" translatable="yes">_Filters</property>
                        <property name="use_underline">True</property>
                        <child>
                          <widget class="GtkMenu" id="filters1_menu">
                            <child>
                              <widget class="GtkMenuItem" id="ip_address_filter1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_IP Address Filter</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_ip_address_filter1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="ip_address_filter_silent1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">IP Address Filter (silent)</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_ip_address_filter_silent1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="ip_address_filter_message1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">IP Address Filter Message</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_ip_address_filter_message1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="host_name_filter1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_Host Name Filter</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_host_name_filter1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="host_name_filter_message1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">Host Name Filter Message</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_host_name_filter_message1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="user_name_filter1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_User Name Filter</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_user_name_filter1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="user_name_filter_message1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">User Name Filter Message</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_user_name_filter_message1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="email_address_filter1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">E-mail _Address Filter</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_email_address_filter1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="email_address_filter_message1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">E-mail Address Filter Message</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_email_address_filter_message1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="email_subject_filter1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">E-mail _Subject Filter</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_email_subject_filter1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="file_name_filter1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_File Name Filter</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_file_name_filter1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="file_name_filter_message1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">File Name Filter Message</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_file_name_filter_message1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="phone_number_filter1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_Phone Number Filter</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_phone_number_filter1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="phone_number_filter_message1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">Phone Number Filter Message</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_phone_number_filter_message1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="twit_list1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">Twit List</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_twit_list1_activate"/>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkSeparatorMenuItem" id="separator4">
                        <property name="visible">True</property>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkMenuItem" id="preview_file1">
                        <property name="visible">True</property>
                        <property name="label" translatable="yes">_Preview File</property>
                        <property name="use_underline">True</property>
                        <signal name="activate" handler="on_preview_file1_activate"/>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="edit_and_preview_file1">
                        <property name="label">_Edit and Preview File</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">False</property>
                        <signal name="activate" handler="on_edit_and_preview_file1_activate"/>
                        <child internal-child="image">
                          <widget class="GtkImage" id="image8">
                            <property name="visible">True</property>
                            <property name="stock">gtk-edit</property>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkMenuItem" id="edit_and_compile_baja_script1">
                        <property name="visible">True</property>
                        <property name="label" translatable="yes">Edit and Compile _Baja Script</property>
                        <property name="use_underline">True</property>
                        <signal name="activate" handler="on_edit_and_compile_baja_script1_activate"/>
                      </widget>
                    </child>
                  </widget>
                </child>
              </widget>
            </child>
            <child>
              <widget class="GtkMenuItem" id="user1">
                <property name="visible">True</property>
                <property name="label" translatable="yes">_User</property>
                <property name="use_underline">True</property>
                <child>
                  <widget class="GtkMenu" id="user1_menu">
                    <child>
                      <widget class="GtkImageMenuItem" id="list1">
                        <property name="label">_List</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">False</property>
                        <signal name="activate" handler="on_list1_activate"/>
                        <child internal-child="image">
                          <widget class="GtkImage" id="image9">
                            <property name="visible">True</property>
                            <property name="stock">gtk-index</property>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="edit3">
                        <property name="label">gtk-edit</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <signal name="activate" handler="on_edit3_activate"/>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="truncate_deleted_users1">
                        <property name="label">_Truncate Deleted Users</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">False</property>
                        <signal name="activate" handler="on_truncate_deleted_users1_activate"/>
                        <child internal-child="image">
                          <widget class="GtkImage" id="image10">
                            <property name="visible">True</property>
                            <property name="stock">gtk-clear</property>
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
              </widget>
            </child>
            <child>
              <widget class="GtkMenuItem" id="telnet1">
                <property name="visible">True</property>
                <property name="label" translatable="yes">_Telnet</property>
                <property name="use_underline">True</property>
                <child>
                  <widget class="GtkMenu" id="telnet1_menu">
                    <child>
                      <widget class="GtkImageMenuItem" id="stop1">
                        <property name="label">gtk-stop</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <signal name="activate" handler="on_stop1_activate"/>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="recycle5">
                        <property name="label">Recycle</property>
                        <property name="visible">True</property>
                        <property name="use_stock">False</property>
                        <signal name="activate" handler="on_recycle5_activate"/>
                        <child internal-child="image">
                          <widget class="GtkImage" id="image11">
                            <property name="visible">True</property>
                            <property name="stock">gtk-refresh</property>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkSeparatorMenuItem" id="separator5">
                        <property name="visible">True</property>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="edit4">
                        <property name="label">gtk-edit</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <child>
                          <widget class="GtkMenu" id="edit4_menu">
                            <child>
                              <widget class="GtkMenuItem" id="allowed_rlogin_list1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">_Allowed RLogin List</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_allowed_rlogin_list1_activate"/>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
              </widget>
            </child>
            <child>
              <widget class="GtkMenuItem" id="mail1">
                <property name="visible">True</property>
                <property name="label" translatable="yes">_Mail</property>
                <property name="use_underline">True</property>
                <child>
                  <widget class="GtkMenu" id="mail1_menu">
                    <child>
                      <widget class="GtkImageMenuItem" id="stop2">
                        <property name="label">gtk-stop</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <signal name="activate" handler="on_stop2_activate"/>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="recycle1">
                        <property name="label">Recycle</property>
                        <property name="visible">True</property>
                        <property name="use_stock">False</property>
                        <signal name="activate" handler="on_recycle1_activate"/>
                        <child internal-child="image">
                          <widget class="GtkImage" id="image12">
                            <property name="visible">True</property>
                            <property name="stock">gtk-refresh</property>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkSeparatorMenuItem" id="separator6">
                        <property name="visible">True</property>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkMenuItem" id="view2">
                        <property name="visible">True</property>
                        <property name="label" translatable="yes">_View</property>
                        <property name="use_underline">True</property>
                        <child>
                          <widget class="GtkMenu" id="view2_menu">
                            <child>
                              <widget class="GtkMenuItem" id="spam_log1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">Spam Log</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_spam_log1_activate"/>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkMenuItem" id="edit5">
                        <property name="visible">True</property>
                        <property name="label" translatable="yes">_Edit</property>
                        <property name="use_underline">True</property>
                        <child>
                          <widget class="GtkMenu" id="edit5_menu">
                            <child>
                              <widget class="GtkMenuItem" id="alias_list1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">Alias List</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_alias_list1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="domain_list1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">Domain List</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_domain_list1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="spam_bait_list1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">Spam Bait List</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_spam_bait_list1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="spam_block_list1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">Spam Block List</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_spam_block_list1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="allowed_relay_list1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">Allowed Relay List</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_allowed_relay_list1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="dnsbased_blacklists1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">DNS-based Blacklists</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_dnsbased_blacklists1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="dnsblacklist_exempt_ips1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">DNS-blacklist Exempt IPs</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_dnsblacklist_exempt_ips1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="external_mail_processing1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">External Mail Processing</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_external_mail_processing1_activate"/>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
              </widget>
            </child>
            <child>
              <widget class="GtkMenuItem" id="ftp1">
                <property name="visible">True</property>
                <property name="label" translatable="yes">_FTP</property>
                <property name="use_underline">True</property>
                <child>
                  <widget class="GtkMenu" id="ftp1_menu">
                    <child>
                      <widget class="GtkImageMenuItem" id="stop3">
                        <property name="label">gtk-stop</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <signal name="activate" handler="on_stop3_activate"/>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="recycle2">
                        <property name="label">_Recycle</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">False</property>
                        <signal name="activate" handler="on_recycle2_activate"/>
                        <child internal-child="image">
                          <widget class="GtkImage" id="image13">
                            <property name="visible">True</property>
                            <property name="stock">gtk-refresh</property>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkSeparatorMenuItem" id="separator7">
                        <property name="visible">True</property>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="edit6">
                        <property name="label">gtk-edit</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <child>
                          <widget class="GtkMenu" id="edit6_menu">
                            <child>
                              <widget class="GtkMenuItem" id="login_message1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">Login Message</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_login_message1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="failed_login_mesage1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">Failed Login Mesage</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_failed_login_mesage1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="hello_message1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">Hello Message</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_hello_message1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="goodbye_message1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">Goodbye Message</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_goodbye_message1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="filename_aliases1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">Filename Aliases</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_filename_aliases1_activate"/>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
              </widget>
            </child>
            <child>
              <widget class="GtkMenuItem" id="web1">
                <property name="visible">True</property>
                <property name="label" translatable="yes">_Web</property>
                <property name="use_underline">True</property>
                <child>
                  <widget class="GtkMenu" id="web1_menu">
                    <child>
                      <widget class="GtkImageMenuItem" id="stop4">
                        <property name="label">gtk-stop</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <signal name="activate" handler="on_stop4_activate"/>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="recycle3">
                        <property name="label">_Recycle</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">False</property>
                        <signal name="activate" handler="on_recycle3_activate"/>
                        <child internal-child="image">
                          <widget class="GtkImage" id="image14">
                            <property name="visible">True</property>
                            <property name="stock">gtk-refresh</property>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkSeparatorMenuItem" id="separator8">
                        <property name="visible">True</property>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="edit7">
                        <property name="label">gtk-edit</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <child>
                          <widget class="GtkMenu" id="edit7_menu">
                            <child>
                              <widget class="GtkMenuItem" id="mime_types1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">MIME Types</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_mime_types1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="cgi_environment_variables1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">CGI Environment Variables</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_cgi_environment_variables1_activate"/>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkMenuItem" id="external_content_handlers1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">External Content Handlers</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_external_content_handlers1_activate"/>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
              </widget>
            </child>
            <child>
              <widget class="GtkMenuItem" id="services1">
                <property name="visible">True</property>
                <property name="label" translatable="yes">_Services</property>
                <property name="use_underline">True</property>
                <child>
                  <widget class="GtkMenu" id="services1_menu">
                    <child>
                      <widget class="GtkImageMenuItem" id="stop5">
                        <property name="label">gtk-stop</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <signal name="activate" handler="on_stop5_activate"/>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="recycle4">
                        <property name="label">_Recycle</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">False</property>
                        <signal name="activate" handler="on_recycle4_activate"/>
                        <child internal-child="image">
                          <widget class="GtkImage" id="image15">
                            <property name="visible">True</property>
                            <property name="stock">gtk-refresh</property>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkSeparatorMenuItem" id="separator9">
                        <property name="visible">True</property>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="edit8">
                        <property name="label">gtk-edit</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <child>
                          <widget class="GtkMenu" id="edit8_menu">
                            <child>
                              <widget class="GtkMenuItem" id="servicesini1">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">services.ini</property>
                                <property name="use_underline">True</property>
                                <signal name="activate" handler="on_servicesini1_activate"/>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
              </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>
                <child>
                  <widget class="GtkMenu" id="menuitem3_menu">
                    <child>
                      <widget class="GtkCheckMenuItem" id="statistics_pane1">
                        <property name="visible">True</property>
                        <property name="label" translatable="yes">Statistics Pane</property>
                        <property name="use_underline">True</property>
                        <property name="active">True</property>
                        <signal name="activate" handler="on_statistics_pane1_activate"/>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkSeparatorMenuItem" id="separator11">
                        <property name="visible">True</property>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkMenuItem" id="hack_attempt_log1">
                        <property name="visible">True</property>
                        <property name="label" translatable="yes">Hack Attempt Log</property>
                        <property name="use_underline">True</property>
                        <signal name="activate" handler="on_hack_attempt_log1_activate"/>
                      </widget>
                    </child>
                  </widget>
                </child>
              </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>
                <child>
                  <widget class="GtkMenu" id="menuitem4_menu">
                    <child>
                      <widget class="GtkImageMenuItem" id="index1">
                        <property name="label">gtk-index</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <signal name="activate" handler="on_index1_activate"/>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="sysop_manual1">
                        <property name="label">Sysop Manual</property>
                        <property name="visible">True</property>
                        <property name="use_stock">False</property>
                        <signal name="activate" handler="on_sysop_manual1_activate"/>
                        <child internal-child="image">
                          <widget class="GtkImage" id="image16">
                            <property name="visible">True</property>
                            <property name="stock">gtk-help</property>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="frequently_asked_questions_(faq)1">
                        <property name="label">Frequently Asked Questions (FAQ)</property>
                        <property name="visible">True</property>
                        <property name="use_stock">False</property>
                        <signal name="activate" handler="on_frequently_asked_questions_faq1_activate"/>
                        <child internal-child="image">
                          <widget class="GtkImage" id="image17">
                            <property name="visible">True</property>
                            <property name="stock">gtk-info</property>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkSeparatorMenuItem" id="separator10">
                        <property name="visible">True</property>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkImageMenuItem" id="about1">
                        <property name="label">gtk-about</property>
                        <property name="visible">True</property>
                        <property name="use_underline">True</property>
                        <property name="use_stock">True</property>
                        <signal name="activate" handler="on_about1_activate"/>
                      </widget>
                    </child>
                  </widget>
                </child>
              </widget>
            </child>
          </widget>
          <packing>
            <property name="expand">False</property>
            <property name="fill">False</property>
            <property name="position">0</property>
          </packing>
        </child>
        <child>
          <widget class="GtkToolbar" id="toolbar1">
            <property name="visible">True</property>
            <property name="toolbar_style">icons</property>
            <child>
              <widget class="GtkToolButton" id="locknodebutton">
                <property name="visible">True</property>
                <property name="sensitive">False</property>
                <property name="tooltip" translatable="yes">Lock Node</property>
                <property name="label" translatable="yes">Lock</property>
                <property name="use_underline">True</property>
                <property name="stock_id">gtk-dialog-authentication</property>
                <signal name="clicked" handler="lock_nodes"/>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="homogeneous">True</property>
              </packing>
            </child>
            <child>
              <widget class="GtkToolButton" id="downnodebutton">
                <property name="visible">True</property>
                <property name="sensitive">False</property>
                <property name="tooltip" translatable="yes">Down Node</property>
                <property name="use_underline">True</property>
                <property name="stock_id">gtk-go-down</property>
                <signal name="clicked" handler="down_nodes"/>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="homogeneous">True</property>
              </packing>
            </child>
            <child>
              <widget class="GtkToolButton" id="interruptnodebutton">
                <property name="visible">True</property>
                <property name="sensitive">False</property>
                <property name="tooltip" translatable="yes">Interrupt Node</property>
                <property name="use_underline">True</property>
                <property name="stock_id">gtk-cancel</property>
                <signal name="clicked" handler="interrupt_nodes"/>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="homogeneous">True</property>
              </packing>
            </child>
            <child>
              <widget class="GtkToolButton" id="bRerunNode">
                <property name="visible">True</property>
                <property name="sensitive">False</property>
                <property name="tooltip" translatable="yes">Rerun Node</property>
                <property name="use_underline">True</property>
                <property name="stock_id">gtk-refresh</property>
                <signal name="clicked" handler="rerun_nodes"/>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="homogeneous">True</property>
              </packing>
            </child>
            <child>
              <widget class="GtkToolButton" id="bClearErrors">
                <property name="visible">True</property>
                <property name="tooltip" translatable="yes">Clear Errors</property>
                <property name="use_underline">True</property>
                <property name="stock_id">gtk-clear</property>
                <signal name="clicked" handler="clear_errors"/>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="homogeneous">True</property>
              </packing>
            </child>
            <child>
              <widget class="GtkToolButton" id="bChatWithUser">
                <property name="visible">True</property>
                <property name="sensitive">False</property>
                <property name="tooltip" translatable="yes">Chat With User</property>
                <property name="label" translatable="yes">Chat</property>
                <property name="use_underline">True</property>
                <property name="icon_name">call-start</property>
                <signal name="clicked" handler="chatwith_node"/>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="homogeneous">True</property>
              </packing>
            </child>
            <child>
              <widget class="GtkToolButton" id="bSendMessageToUser">
                <property name="visible">True</property>
                <property name="sensitive">False</property>
                <property name="tooltip" translatable="yes">Send Message to User</property>
                <property name="label" translatable="yes">E-mail</property>
                <property name="icon_name">mail-message-new</property>
                <signal name="clicked" handler="sendmessageto_node"/>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="homogeneous">True</property>
              </packing>
            </child>
            <child>
              <widget class="GtkToolButton" id="bEditUser">
                <property name="visible">True</property>
                <property name="sensitive">False</property>
                <property name="tooltip" translatable="yes">Edit User</property>
                <property name="stock_id">gtk-edit</property>
                <signal name="clicked" handler="edituseron_node"/>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="homogeneous">True</property>
              </packing>
            </child>
            <child>
              <widget class="GtkToolItem" id="toolitem1">
                <property name="visible">True</property>
                <child>
                  <widget class="GtkComboBox" id="cNodeQuickValidate">
                    <property name="visible">True</property>
                    <property name="sensitive">False</property>
                    <property name="items" translatable="yes">Quick Validation Sets
Set0
Set1
Set2
Set3
Set4
Set5
Set6
Set7
Set8
Set9</property>
                    <signal name="changed" handler="quickvalidate_useron_node"/>
                  </widget>
                </child>
              </widget>
              <packing>
                <property name="expand">False</property>
              </packing>
            </child>
          </widget>
          <packing>
            <property name="expand">False</property>
            <property name="fill">False</property>
            <property name="position">1</property>
          </packing>
        </child>
        <child>
          <widget class="GtkScrolledWindow" id="scrolledwindow1">
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="hscrollbar_policy">automatic</property>
            <property name="vscrollbar_policy">automatic</property>
            <property name="shadow_type">in</property>
            <child>
              <widget class="GtkTreeView" id="lNodeList">
                <property name="visible">True</property>
                <property name="can_focus">True</property>
                <property name="headers_visible">False</property>
                <property name="enable_search">False</property>
              </widget>
            </child>
          </widget>
          <packing>
            <property name="position">2</property>
          </packing>
        </child>
        <child>
          <widget class="GtkHBox" id="StatisticsPane">
            <property name="visible">True</property>
            <child>
              <widget class="GtkFrame" id="frame1">
                <property name="visible">True</property>
                <property name="label_xalign">0</property>
                <property name="shadow_type">none</property>
                <child>
                  <widget class="GtkAlignment" id="alignment1">
                    <property name="visible">True</property>
                    <property name="left_padding">12</property>
                    <child>
                      <widget class="GtkTable" id="table1">
                        <property name="visible">True</property>
                        <property name="n_rows">6</property>
                        <property name="n_columns">2</property>
                        <property name="column_spacing">10</property>
                        <child>
                          <widget class="GtkLabel" id="label5">
                            <property name="visible">True</property>
                            <property name="xalign">0</property>
                            <property name="label" translatable="yes">Logons</property>
                          </widget>
                          <packing>
                            <property name="x_options">GTK_FILL</property>
                            <property name="y_options"></property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkLabel" id="label6">
                            <property name="visible">True</property>
                            <property name="xalign">0</property>
                            <property name="label" translatable="yes">Time</property>
                          </widget>
                          <packing>
                            <property name="top_attach">1</property>
                            <property name="bottom_attach">2</property>
                            <property name="x_options">GTK_FILL</property>
                            <property name="y_options"></property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkLabel" id="label7">
                            <property name="visible">True</property>
                            <property name="xalign">0</property>
                            <property name="label" translatable="yes">E-mail</property>
                          </widget>
                          <packing>
                            <property name="top_attach">2</property>
                            <property name="bottom_attach">3</property>
                            <property name="x_options">GTK_FILL</property>
                            <property name="y_options"></property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkLabel" id="label8">
                            <property name="visible">True</property>
                            <property name="xalign">0</property>
                            <property name="label" translatable="yes">Feedback</property>
                          </widget>
                          <packing>
                            <property name="top_attach">3</property>
                            <property name="bottom_attach">4</property>
                            <property name="x_options">GTK_FILL</property>
                            <property name="y_options"></property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkLabel" id="label9">
                            <property name="visible">True</property>
                            <property name="xalign">0</property>
                            <property name="label" translatable="yes">New Users</property>
                          </widget>
                          <packing>
                            <property name="top_attach">4</property>
                            <property name="bottom_attach">5</property>
                            <property name="x_options">GTK_FILL</property>
                            <property name="y_options"></property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkLabel" id="label10">
                            <property name="visible">True</property>
                            <property name="xalign">0</property>
                            <property name="label" translatable="yes">Posts</property>
                          </widget>
                          <packing>
                            <property name="top_attach">5</property>
                            <property name="bottom_attach">6</property>
                            <property name="x_options">GTK_FILL</property>
                            <property name="y_options"></property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkHBox" id="hbox1">
                            <property name="visible">True</property>
                            <child>
                              <widget class="GtkEntry" id="eEmailToday">
                                <property name="visible">True</property>
                                <property name="editable">False</property>
                                <property name="max_length">15</property>
                                <property name="width_chars">15</property>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">0</property>
                              </packing>
                            </child>
                          </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="x_options">GTK_FILL</property>
                            <property name="y_options">GTK_FILL</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkHBox" id="hbox2">
                            <property name="visible">True</property>
                            <child>
                              <widget class="GtkEntry" id="eFeedbackToday">
                                <property name="visible">True</property>
                                <property name="editable">False</property>
                                <property name="max_length">15</property>
                                <property name="width_chars">15</property>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">0</property>
                              </packing>
                            </child>
                          </widget>
                          <packing>
                            <property name="left_attach">1</property>
                            <property name="right_attach">2</property>
                            <property name="top_attach">3</property>
                            <property name="bottom_attach">4</property>
                            <property name="x_options">GTK_FILL</property>
                            <property name="y_options">GTK_FILL</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkHBox" id="hbox4">
                            <property name="visible">True</property>
                            <child>
                              <widget class="GtkEntry" id="eNewUsersToday">
                                <property name="visible">True</property>
                                <property name="editable">False</property>
                                <property name="max_length">15</property>
                                <property name="width_chars">15</property>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">0</property>
                              </packing>
                            </child>
                          </widget>
                          <packing>
                            <property name="left_attach">1</property>
                            <property name="right_attach">2</property>
                            <property name="top_attach">4</property>
                            <property name="bottom_attach">5</property>
                            <property name="x_options">GTK_FILL</property>
                            <property name="y_options">GTK_FILL</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkHBox" id="hbox7">
                            <property name="visible">True</property>
                            <child>
                              <widget class="GtkEntry" id="ePostsToday">
                                <property name="visible">True</property>
                                <property name="editable">False</property>
                                <property name="max_length">15</property>
                                <property name="width_chars">15</property>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">0</property>
                              </packing>
                            </child>
                          </widget>
                          <packing>
                            <property name="left_attach">1</property>
                            <property name="right_attach">2</property>
                            <property name="top_attach">5</property>
                            <property name="bottom_attach">6</property>
                            <property name="x_options">GTK_FILL</property>
                            <property name="y_options">GTK_FILL</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkHBox" id="hbox13">
                            <property name="visible">True</property>
                            <child>
                              <widget class="GtkEntry" id="eLogonsToday">
                                <property name="visible">True</property>
                                <property name="editable">False</property>
                                <property name="max_length">15</property>
                                <property name="width_chars">15</property>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">0</property>
                              </packing>
                            </child>
                          </widget>
                          <packing>
                            <property name="left_attach">1</property>
                            <property name="right_attach">2</property>
                            <property name="x_options">GTK_FILL</property>
                            <property name="y_options">GTK_FILL</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkHBox" id="hbox14">
                            <property name="visible">True</property>
                            <child>
                              <widget class="GtkEntry" id="eTimeToday">
                                <property name="visible">True</property>
                                <property name="editable">False</property>
                                <property name="max_length">15</property>
                                <property name="width_chars">15</property>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">0</property>
                              </packing>
                            </child>
                          </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">GTK_FILL</property>
                            <property name="y_options">GTK_FILL</property>
                          </packing>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
                <child>
                  <widget class="GtkLabel" id="label1">
                    <property name="visible">True</property>
                    <property name="label" translatable="yes">&lt;b&gt;Today&lt;/b&gt;</property>
                    <property name="use_markup">True</property>
                  </widget>
                  <packing>
                    <property name="type">label_item</property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="position">0</property>
              </packing>
            </child>
            <child>
              <widget class="GtkFrame" id="frame2">
                <property name="visible">True</property>
                <property name="label_xalign">0</property>
                <property name="shadow_type">none</property>
                <child>
                  <widget class="GtkAlignment" id="alignment2">
                    <property name="visible">True</property>
                    <property name="left_padding">12</property>
                    <child>
                      <widget class="GtkVBox" id="vbox3">
                        <property name="visible">True</property>
                        <child>
                          <widget class="GtkTable" id="table2">
                            <property name="visible">True</property>
                            <property name="n_rows">5</property>
                            <property name="n_columns">2</property>
                            <property name="column_spacing">10</property>
                            <child>
                              <widget class="GtkLabel" id="label11">
                                <property name="visible">True</property>
                                <property name="xalign">0</property>
                                <property name="label" translatable="yes">Logons</property>
                              </widget>
                              <packing>
                                <property name="x_options">GTK_FILL</property>
                                <property name="y_options"></property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkLabel" id="label12">
                                <property name="visible">True</property>
                                <property name="xalign">0</property>
                                <property name="label" translatable="yes">Time</property>
                              </widget>
                              <packing>
                                <property name="top_attach">1</property>
                                <property name="bottom_attach">2</property>
                                <property name="x_options">GTK_FILL</property>
                                <property name="y_options"></property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkLabel" id="label13">
                                <property name="visible">True</property>
                                <property name="xalign">0</property>
                                <property name="label" translatable="yes">E-mail</property>
                              </widget>
                              <packing>
                                <property name="top_attach">2</property>
                                <property name="bottom_attach">3</property>
                                <property name="x_options">GTK_FILL</property>
                                <property name="y_options"></property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkLabel" id="label14">
                                <property name="visible">True</property>
                                <property name="xalign">0</property>
                                <property name="label" translatable="yes">Feedback</property>
                              </widget>
                              <packing>
                                <property name="top_attach">3</property>
                                <property name="bottom_attach">4</property>
                                <property name="x_options">GTK_FILL</property>
                                <property name="y_options"></property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkLabel" id="label15">
                                <property name="visible">True</property>
                                <property name="xalign">0</property>
                                <property name="label" translatable="yes">Users</property>
                              </widget>
                              <packing>
                                <property name="top_attach">4</property>
                                <property name="bottom_attach">5</property>
                                <property name="x_options">GTK_FILL</property>
                                <property name="y_options"></property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkHBox" id="hbox8">
                                <property name="visible">True</property>
                                <child>
                                  <widget class="GtkEntry" id="eEmailTotal">
                                    <property name="visible">True</property>
                                    <property name="editable">False</property>
                                    <property name="max_length">7</property>
                                    <property name="width_chars">7</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">0</property>
                                  </packing>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                              </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="x_options">GTK_FILL</property>
                                <property name="y_options">GTK_FILL</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkHBox" id="hbox9">
                                <property name="visible">True</property>
                                <child>
                                  <widget class="GtkEntry" id="eFeedbackTotal">
                                    <property name="visible">True</property>
                                    <property name="editable">False</property>
                                    <property name="max_length">7</property>
                                    <property name="width_chars">7</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">0</property>
                                  </packing>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                              </widget>
                              <packing>
                                <property name="left_attach">1</property>
                                <property name="right_attach">2</property>
                                <property name="top_attach">3</property>
                                <property name="bottom_attach">4</property>
                                <property name="x_options">GTK_FILL</property>
                                <property name="y_options">GTK_FILL</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkHBox" id="hbox10">
                                <property name="visible">True</property>
                                <child>
                                  <widget class="GtkEntry" id="eUsersTotal">
                                    <property name="visible">True</property>
                                    <property name="editable">False</property>
                                    <property name="max_length">7</property>
                                    <property name="width_chars">7</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">0</property>
                                  </packing>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                              </widget>
                              <packing>
                                <property name="left_attach">1</property>
                                <property name="right_attach">2</property>
                                <property name="top_attach">4</property>
                                <property name="bottom_attach">5</property>
                                <property name="x_options">GTK_FILL</property>
                                <property name="y_options">GTK_FILL</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkHBox" id="hbox15">
                                <property name="visible">True</property>
                                <child>
                                  <widget class="GtkEntry" id="eLogonsTotal">
                                    <property name="visible">True</property>
                                    <property name="editable">False</property>
                                    <property name="max_length">15</property>
                                    <property name="width_chars">15</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">0</property>
                                  </packing>
                                </child>
                              </widget>
                              <packing>
                                <property name="left_attach">1</property>
                                <property name="right_attach">2</property>
                                <property name="x_options">GTK_FILL</property>
                                <property name="y_options">GTK_FILL</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkHBox" id="hbox16">
                                <property name="visible">True</property>
                                <child>
                                  <widget class="GtkEntry" id="eTimeTotal">
                                    <property name="visible">True</property>
                                    <property name="editable">False</property>
                                    <property name="max_length">15</property>
                                    <property name="width_chars">15</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">0</property>
                                  </packing>
                                </child>
                              </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">GTK_FILL</property>
                                <property name="y_options">GTK_FILL</property>
                              </packing>
                            </child>
                          </widget>
                          <packing>
                            <property name="position">0</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkButton" id="button1">
                            <property name="label" translatable="yes">View Log</property>
                            <property name="visible">True</property>
                            <property name="can_focus">True</property>
                            <property name="receives_default">False</property>
                            <property name="use_underline">True</property>
                          </widget>
                          <packing>
                            <property name="expand">False</property>
                            <property name="fill">False</property>
                            <property name="position">1</property>
                          </packing>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
                <child>
                  <widget class="GtkLabel" id="label2">
                    <property name="visible">True</property>
                    <property name="label" translatable="yes">&lt;b&gt;Total&lt;/b&gt;</property>
                    <property name="use_markup">True</property>
                  </widget>
                  <packing>
                    <property name="type">label_item</property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="position">1</property>
              </packing>
            </child>
            <child>
              <widget class="GtkVBox" id="vbox2">
                <property name="visible">True</property>
                <child>
                  <widget class="GtkFrame" id="frame3">
                    <property name="visible">True</property>
                    <property name="label_xalign">0</property>
                    <property name="shadow_type">none</property>
                    <child>
                      <widget class="GtkAlignment" id="alignment3">
                        <property name="visible">True</property>
                        <property name="left_padding">12</property>
                        <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="column_spacing">10</property>
                            <child>
                              <widget class="GtkLabel" id="label16">
                                <property name="visible">True</property>
                                <property name="xalign">0</property>
                                <property name="label" translatable="yes">Files</property>
                              </widget>
                              <packing>
                                <property name="x_options">GTK_FILL</property>
                                <property name="y_options"></property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkLabel" id="label17">
                                <property name="visible">True</property>
                                <property name="xalign">0</property>
                                <property name="label" translatable="yes">Bytes</property>
                              </widget>
                              <packing>
                                <property name="top_attach">1</property>
                                <property name="bottom_attach">2</property>
                                <property name="x_options">GTK_FILL</property>
                                <property name="y_options"></property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkHBox" id="hbox11">
                                <property name="visible">True</property>
                                <child>
                                  <widget class="GtkEntry" id="eFilesUploadedToday">
                                    <property name="visible">True</property>
                                    <property name="editable">False</property>
                                    <property name="max_length">7</property>
                                    <property name="width_chars">7</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">0</property>
                                  </packing>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                              </widget>
                              <packing>
                                <property name="left_attach">1</property>
                                <property name="right_attach">2</property>
                                <property name="x_options">GTK_FILL</property>
                                <property name="y_options">GTK_FILL</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkEntry" id="eBytesUploadedToday">
                                <property name="visible">True</property>
                                <property name="editable">False</property>
                                <property name="max_length">15</property>
                                <property name="width_chars">15</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">GTK_FILL</property>
                                <property name="y_options"></property>
                              </packing>
                            </child>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkLabel" id="label3">
                        <property name="visible">True</property>
                        <property name="label" translatable="yes">&lt;b&gt;Uploads Today&lt;/b&gt;</property>
                        <property name="use_markup">True</property>
                      </widget>
                      <packing>
                        <property name="type">label_item</property>
                      </packing>
                    </child>
                  </widget>
                  <packing>
                    <property name="position">0</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkFrame" id="frame4">
                    <property name="visible">True</property>
                    <property name="label_xalign">0</property>
                    <property name="shadow_type">none</property>
                    <child>
                      <widget class="GtkAlignment" id="alignment4">
                        <property name="visible">True</property>
                        <property name="left_padding">12</property>
                        <child>
                          <widget class="GtkTable" id="table4">
                            <property name="visible">True</property>
                            <property name="n_rows">2</property>
                            <property name="n_columns">2</property>
                            <property name="column_spacing">10</property>
                            <child>
                              <widget class="GtkLabel" id="label18">
                                <property name="visible">True</property>
                                <property name="xalign">0</property>
                                <property name="label" translatable="yes">Files</property>
                              </widget>
                              <packing>
                                <property name="x_options">GTK_FILL</property>
                                <property name="y_options"></property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkLabel" id="label19">
                                <property name="visible">True</property>
                                <property name="xalign">0</property>
                                <property name="label" translatable="yes">Bytes</property>
                              </widget>
                              <packing>
                                <property name="top_attach">1</property>
                                <property name="bottom_attach">2</property>
                                <property name="x_options">GTK_FILL</property>
                                <property name="y_options"></property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkHBox" id="hbox12">
                                <property name="visible">True</property>
                                <child>
                                  <widget class="GtkEntry" id="eFilesDownloadedToday">
                                    <property name="visible">True</property>
                                    <property name="editable">False</property>
                                    <property name="max_length">7</property>
                                    <property name="width_chars">7</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">0</property>
                                  </packing>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                              </widget>
                              <packing>
                                <property name="left_attach">1</property>
                                <property name="right_attach">2</property>
                                <property name="x_options">GTK_FILL</property>
                                <property name="y_options">GTK_FILL</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkEntry" id="eBytesDownloadedToday">
                                <property name="visible">True</property>
                                <property name="editable">False</property>
                                <property name="max_length">15</property>
                                <property name="width_chars">15</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"></property>
                                <property name="y_options"></property>
                              </packing>
                            </child>
                          </widget>
                        </child>
                      </widget>
                    </child>
                    <child>
                      <widget class="GtkLabel" id="label4">
                        <property name="visible">True</property>
                        <property name="label" translatable="yes">&lt;b&gt;Downloads Today&lt;/b&gt;</property>
                        <property name="use_markup">True</property>
                      </widget>
                      <packing>
                        <property name="type">label_item</property>
                      </packing>
                    </child>
                  </widget>
                  <packing>
                    <property name="position">1</property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="position">2</property>
              </packing>
            </child>
          </widget>
          <packing>
            <property name="expand">False</property>
            <property name="position">3</property>
          </packing>
        </child>
      </widget>
    </child>
  </widget>
  <widget class="GtkAboutDialog" id="AboutWindow">
    <property name="visible">True</property>
    <property name="type_hint">normal</property>
    <property name="copyright" translatable="yes">Copyright (c) 2006 by Rob Swindell</property>
    <property name="website">http://www.synchro.net/</property>
    <property name="website_label" translatable="yes">Synchronet</property>
    <property name="license" translatable="yes">GNU GENERAL PUBLIC LICENSE
</property>
    <property name="authors">Stephen Hurd</property>
    <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
    <child internal-child="vbox">
      <widget class="GtkVBox" id="dialog-vbox1">
        <child internal-child="action_area">
          <widget class="GtkHButtonBox" id="dialog-action_area1"/>
          <packing>
            <property name="expand">False</property>
            <property name="pack_type">end</property>
            <property name="position">0</property>
          </packing>
        </child>
      </widget>
    </child>
  </widget>
  <widget class="GtkDialog" id="PreferencesDialog">
    <property name="visible">True</property>
    <property name="title" translatable="yes">Preferences</property>
    <property name="modal">True</property>
    <property name="icon_name">gtk-preferences</property>
    <property name="type_hint">dialog</property>
    <child internal-child="vbox">
      <widget class="GtkVBox" id="dialog-vbox1">
        <property name="visible">True</property>
        <child>
          <widget class="GtkVBox" id="vbox5">
            <property name="visible">True</property>
            <child>
              <widget class="GtkLabel" id="label24">
                <property name="visible">True</property>
                <property name="label" translatable="yes">Command Lines</property>
                <property name="justify">center</property>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="fill">False</property>
                <property name="position">0</property>
              </packing>
            </child>
            <child>
              <widget class="GtkTable" id="table6">
                <property name="visible">True</property>
                <property name="n_rows">5</property>
                <property name="n_columns">2</property>
                <property name="column_spacing">10</property>
                <child>
                  <widget class="GtkEntry" id="eViewTextFile">
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <property name="text" translatable="yes">xmessage -file %f</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_options"></property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkEntry" id="eViewStdout">
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <property name="text" translatable="yes">%f | xmessage -file -</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_options"></property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkEntry" id="eViewHTMLFile">
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <property name="text" translatable="yes">firefox file://%f</property>
                  </widget>
                  <packing>
                    <property name="left_attach">1</property>
                    <property name="right_attach">2</property>
                    <property name="top_attach">3</property>
                    <property name="bottom_attach">4</property>
                    <property name="y_options"></property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkEntry" id="eViewCtrlAFile">
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <property name="text" translatable="yes">%!asc2ans %f | %!syncview -l</property>
                  </widget>
                  <packing>
                    <property name="left_attach">1</property>
                    <property name="right_attach">2</property>
                    <property name="top_attach">4</property>
                    <property name="bottom_attach">5</property>
                    <property name="y_options"></property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkLabel" id="label25">
                    <property name="visible">True</property>
                    <property name="xalign">0</property>
                    <property name="label" translatable="yes">Edit Text File</property>
                  </widget>
                  <packing>
                    <property name="x_options">GTK_FILL</property>
                    <property name="y_options"></property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkLabel" id="label26">
                    <property name="visible">True</property>
                    <property name="xalign">0</property>
                    <property name="label" translatable="yes">View Text File</property>
                  </widget>
                  <packing>
                    <property name="top_attach">1</property>
                    <property name="bottom_attach">2</property>
                    <property name="x_options">GTK_FILL</property>
                    <property name="y_options"></property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkLabel" id="label27">
                    <property name="visible">True</property>
                    <property name="xalign">0</property>
                    <property name="label" translatable="yes">View Stdout</property>
                  </widget>
                  <packing>
                    <property name="top_attach">2</property>
                    <property name="bottom_attach">3</property>
                    <property name="x_options">GTK_FILL</property>
                    <property name="y_options"></property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkEntry" id="eEditTextFile">
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <property name="text" translatable="yes">xedit %f</property>
                  </widget>
                  <packing>
                    <property name="left_attach">1</property>
                    <property name="right_attach">2</property>
                    <property name="y_options"></property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkLabel" id="label28">
                    <property name="visible">True</property>
                    <property name="xalign">0</property>
                    <property name="label" translatable="yes">View HTML File</property>
                  </widget>
                  <packing>
                    <property name="top_attach">3</property>
                    <property name="bottom_attach">4</property>
                    <property name="x_options">GTK_FILL</property>
                    <property name="y_options"></property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkLabel" id="label29">
                    <property name="visible">True</property>
                    <property name="xalign">0</property>
                    <property name="label" translatable="yes">View Ctrl-A File</property>
                  </widget>
                  <packing>
                    <property name="top_attach">4</property>
                    <property name="bottom_attach">5</property>
                    <property name="x_options">GTK_FILL</property>
                    <property name="y_options"></property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="position">1</property>
              </packing>
            </child>
          </widget>
          <packing>
            <property name="position">2</property>
          </packing>
        </child>
        <child internal-child="action_area">
          <widget class="GtkHButtonBox" id="dialog-action_area1">
            <property name="visible">True</property>
            <property name="layout_style">end</property>
            <child>
              <widget class="GtkButton" id="cancelbutton1">
                <property name="label">gtk-cancel</property>
                <property name="response_id">-6</property>
                <property name="visible">True</property>
                <property name="can_focus">True</property>
                <property name="can_default">True</property>
                <property name="receives_default">False</property>
                <property name="use_stock">True</property>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="fill">False</property>
                <property name="position">0</property>
              </packing>
            </child>
            <child>
              <widget class="GtkButton" id="okbutton1">
                <property name="label">gtk-ok</property>
                <property name="response_id">-5</property>
                <property name="visible">True</property>
                <property name="can_focus">True</property>
                <property name="can_default">True</property>
                <property name="receives_default">False</property>
                <property name="use_stock">True</property>
              </widget>
              <packing>
                <property name="expand">False</property>
                <property name="fill">False</property>
                <property name="position">1</property>
              </packing>
            </child>
          </widget>
          <packing>
            <property name="expand">False</property>
            <property name="pack_type">end</property>
            <property name="position">0</property>
          </packing>
        </child>
      </widget>
    </child>
  </widget>
  <widget class="GtkWindow" id="CalendarWindow">
    <property name="title" translatable="yes">Calendar</property>
    <property name="modal">True</property>
    <property name="destroy_with_parent">True</property>
    <property name="type_hint">dialog</property>
    <property name="skip_taskbar_hint">True</property>
    <property name="skip_pager_hint">True</property>
    <signal name="destroy" handler="destroy_calendar_window"/>
    <child>
      <widget class="GtkCalendar" id="Calendar">
        <property name="visible">True</property>
        <property name="can_focus">True</property>
        <signal name="day_selected_double_click" handler="changed_day"/>
      </widget>
    </child>
  </widget>
</glade-interface>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.