aboutsummaryrefslogblamecommitdiffstats
path: root/calendar/gui/dialogs/cal-prefs-dialog.glade
blob: bf45b072ce370a584fc07cf6778e593c30ed9314 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063











                                                























































































                                                             
                           





                                        





















































































































































                                                                                            




























































































































































































































































                                                                                              
























                                             














                                                         

                                
















                                                   

                                                











                                        


                                          
                                  

                                
                     

                                              



                                                
                                       





                                        












                                                  





                                           
                                                                               



                                                   


                                                

                              
                                        











                                           
                                                            



                                                   


                                                








                                        
















































































































































































































































































































































































































                                                           
                                      
                                        
                            



                                 



                                                         
                                






































































                                                              



                                                         
                                

















                                                          



                                                         
                                


































































































































































                                                                
<?xml version="1.0"?>
<GTK-Interface>

<project>
  <name>preferences</name>
  <program_name>preferences</program_name>
  <directory></directory>
  <source_directory>src</source_directory>
  <pixmaps_directory>pixmaps</pixmaps_directory>
  <language>C</language>
  <gnome_support>True</gnome_support>
  <gettext_support>True</gettext_support>
</project>

<widget>
  <class>GnomeDialog</class>
  <name>cal-prefs-dialog</name>
  <title>Calendar Preferences</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>False</allow_grow>
  <auto_shrink>False</auto_shrink>
  <auto_close>False</auto_close>
  <hide_on_close>True</hide_on_close>

  <widget>
    <class>GtkVBox</class>
    <child_name>GnomeDialog:vbox</child_name>
    <name>vbox1</name>
    <homogeneous>False</homogeneous>
    <spacing>8</spacing>
    <child>
      <padding>4</padding>
      <expand>True</expand>
      <fill>True</fill>
    </child>

    <widget>
      <class>GtkHButtonBox</class>
      <child_name>GnomeDialog:action_area</child_name>
      <name>hbuttonbox1</name>
      <layout_style>GTK_BUTTONBOX_END</layout_style>
      <spacing>8</spacing>
      <child_min_width>85</child_min_width>
      <child_min_height>27</child_min_height>
      <child_ipad_x>7</child_ipad_x>
      <child_ipad_y>0</child_ipad_y>
      <child>
    <padding>0</padding>
    <expand>False</expand>
    <fill>True</fill>
    <pack>GTK_PACK_END</pack>
      </child>

      <widget>
    <class>GtkButton</class>
    <name>button1</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
      </widget>

      <widget>
    <class>GtkButton</class>
    <name>button2</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <stock_button>GNOME_STOCK_BUTTON_APPLY</stock_button>
      </widget>

      <widget>
    <class>GtkButton</class>
    <name>button3</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <stock_button>GNOME_STOCK_BUTTON_CLOSE</stock_button>
      </widget>
    </widget>

    <widget>
      <class>GtkNotebook</class>
      <name>notebook1</name>
      <can_focus>True</can_focus>
      <show_tabs>True</show_tabs>
      <show_border>True</show_border>
      <tab_pos>GTK_POS_TOP</tab_pos>
      <scrollable>False</scrollable>
      <tab_hborder>2</tab_hborder>
      <tab_vborder>2</tab_vborder>
      <popup_enable>False</popup_enable>
      <child>
    <padding>0</padding>
    <expand>True</expand>
    <fill>True</fill>
      </child>

      <widget>
    <class>GtkVBox</class>
    <name>vbox10</name>
    <border_width>4</border_width>
    <homogeneous>False</homogeneous>
    <spacing>6</spacing>

    <widget>
      <class>GtkFrame</class>
      <name>frame12</name>
      <label>Time</label>
      <label_xalign>0</label_xalign>
      <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
      <child>
        <padding>0</padding>
        <expand>False</expand>
        <fill>True</fill>
      </child>

      <widget>
        <class>GtkTable</class>
        <name>table5</name>
        <border_width>4</border_width>
        <rows>2</rows>
        <columns>2</columns>
        <homogeneous>False</homogeneous>
        <row_spacing>4</row_spacing>
        <column_spacing>4</column_spacing>

        <widget>
          <class>GtkLabel</class>
          <name>label22</name>
          <label>Time zone:</label>
          <justify>GTK_JUSTIFY_CENTER</justify>
          <wrap>False</wrap>
          <xalign>0</xalign>
          <yalign>0.5</yalign>
          <xpad>0</xpad>
          <ypad>0</ypad>
          <child>
        <left_attach>0</left_attach>
        <right_attach>1</right_attach>
        <top_attach>0</top_attach>
        <bottom_attach>1</bottom_attach>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <xexpand>False</xexpand>
        <yexpand>False</yexpand>
        <xshrink>False</xshrink>
        <yshrink>False</yshrink>
        <xfill>True</xfill>
        <yfill>False</yfill>
          </child>
        </widget>

        <widget>
          <class>Custom</class>
          <name>timezone</name>
          <creation_function>make_timezone_entry</creation_function>
          <int1>0</int1>
          <int2>0</int2>
          <last_modification_time>Wed, 20 Jun 2001 02:22:46 GMT</last_modification_time>
          <child>
        <left_attach>1</left_attach>
        <right_attach>2</right_attach>
        <top_attach>0</top_attach>
        <bottom_attach>1</bottom_attach>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <xexpand>True</xexpand>
        <yexpand>False</yexpand>
        <xshrink>False</xshrink>
        <yshrink>False</yshrink>
        <xfill>True</xfill>
        <yfill>True</yfill>
          </child>
        </widget>

        <widget>
          <class>GtkLabel</class>
          <name>label20</name>
          <label>Time format:</label>
          <justify>GTK_JUSTIFY_CENTER</justify>
          <wrap>False</wrap>
          <xalign>0</xalign>
          <yalign>0.5</yalign>
          <xpad>0</xpad>
          <ypad>0</ypad>
          <child>
        <left_attach>0</left_attach>
        <right_attach>1</right_attach>
        <top_attach>1</top_attach>
        <bottom_attach>2</bottom_attach>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <xexpand>False</xexpand>
        <yexpand>False</yexpand>
        <xshrink>False</xshrink>
        <yshrink>False</yshrink>
        <xfill>True</xfill>
        <yfill>False</yfill>
          </child>
        </widget>

        <widget>
          <class>GtkHBox</class>
          <name>hbox10</name>
          <homogeneous>True</homogeneous>
          <spacing>4</spacing>
          <child>
        <left_attach>1</left_attach>
        <right_attach>2</right_attach>
        <top_attach>1</top_attach>
        <bottom_attach>2</bottom_attach>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <xexpand>False</xexpand>
        <yexpand>False</yexpand>
        <xshrink>False</xshrink>
        <yshrink>False</yshrink>
        <xfill>True</xfill>
        <yfill>True</yfill>
          </child>

          <widget>
        <class>GtkRadioButton</class>
        <name>use_12_hour</name>
        <can_focus>True</can_focus>
        <label>12 hour (am/pm)</label>
        <active>False</active>
        <draw_indicator>True</draw_indicator>
        <group>time_format_group</group>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>True</fill>
        </child>
          </widget>

          <widget>
        <class>GtkRadioButton</class>
        <name>use_24_hour</name>
        <can_focus>True</can_focus>
        <label>24 hour</label>
        <active>False</active>
        <draw_indicator>True</draw_indicator>
        <group>time_format_group</group>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>True</fill>
        </child>
          </widget>
        </widget>
      </widget>
    </widget>

    <widget>
      <class>GtkFrame</class>
      <name>frame9</name>
      <label>Work week</label>
      <label_xalign>0</label_xalign>
      <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
      <child>
        <padding>0</padding>
        <expand>False</expand>
        <fill>True</fill>
      </child>

      <widget>
        <class>GtkVBox</class>
        <name>vbox9</name>
        <border_width>4</border_width>
        <homogeneous>False</homogeneous>
        <spacing>3</spacing>

        <widget>
          <class>GtkHBox</class>
          <name>hbox8</name>
          <homogeneous>True</homogeneous>
          <spacing>0</spacing>
          <child>
        <padding>0</padding>
        <expand>False</expand>
        <fill>True</fill>
          </child>

          <widget>
        <class>GtkCheckButton</class>
        <name>mon_button</name>
        <can_focus>True</can_focus>
        <label>Mon</label>
        <active>False</active>
        <draw_indicator>True</draw_indicator>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>True</fill>
        </child>
          </widget>

          <widget>
        <class>GtkCheckButton</class>
        <name>tue_button</name>
        <can_focus>True</can_focus>
        <label>Tue</label>
        <active>False</active>
        <draw_indicator>True</draw_indicator>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>True</fill>
        </child>
          </widget>

          <widget>
        <class>GtkCheckButton</class>
        <name>wed_button</name>
        <can_focus>True</can_focus>
        <label>Wed</label>
        <active>False</active>
        <draw_indicator>True</draw_indicator>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>True</fill>
        </child>
          </widget>

          <widget>
        <class>GtkCheckButton</class>
        <name>thu_button</name>
        <can_focus>True</can_focus>
        <label>Thu</label>
        <active>False</active>
        <draw_indicator>True</draw_indicator>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>True</fill>
        </child>
          </widget>

          <widget>
        <class>GtkCheckButton</class>
        <name>fri_button</name>
        <can_focus>True</can_focus>
        <label>Fri</label>
        <active>False</active>
        <draw_indicator>True</draw_indicator>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>True</fill>
        </child>
          </widget>

          <widget>
        <class>GtkCheckButton</class>
        <name>sat_button</name>
        <can_focus>True</can_focus>
        <label>Sat</label>
        <active>False</active>
        <draw_indicator>True</draw_indicator>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>True</fill>
        </child>
          </widget>

          <widget>
        <class>GtkCheckButton</class>
        <name>sun_button</name>
        <can_focus>True</can_focus>
        <label>Sun</label>
        <active>False</active>
        <draw_indicator>True</draw_indicator>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>True</fill>
        </child>
          </widget>
        </widget>

        <widget>
          <class>GtkHBox</class>
          <name>hbox9</name>
          <homogeneous>False</homogeneous>
          <spacing>4</spacing>
          <child>
        <padding>0</padding>
        <expand>False</expand>
        <fill>False</fill>
          </child>

          <widget>
        <class>GtkLabel</class>
        <name>label16</name>
        <label>First day of week:</label>
        <justify>GTK_JUSTIFY_CENTER</justify>
        <wrap>False</wrap>
        <xalign>0.5</xalign>
        <yalign>0.5</yalign>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>False</fill>
        </child>
          </widget>

          <widget>
        <class>GtkOptionMenu</class>
        <name>first_day_of_week</name>
        <can_focus>True</can_focus>
        <items>Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday
</items>
        <initial_choice>0</initial_choice>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>False</fill>
        </child>
          </widget>
        </widget>

        <widget>
          <class>GtkHBox</class>
          <name>hbox11</name>
          <homogeneous>False</homogeneous>
          <spacing>4</spacing>
          <child>
        <padding>0</padding>
        <expand>True</expand>
        <fill>True</fill>
          </child>

          <widget>
        <class>GtkLabel</class>
        <name>label17</name>
        <label>Start of day:</label>
        <justify>GTK_JUSTIFY_CENTER</justify>
        <wrap>False</wrap>
        <xalign>0.5</xalign>
        <yalign>0.5</yalign>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>False</fill>
        </child>
          </widget>

          <widget>
        <class>Custom</class>
        <name>start_of_day</name>
        <creation_function>cal_prefs_dialog_create_time_edit</creation_function>
        <int1>0</int1>
        <int2>0</int2>
        <last_modification_time>Tue, 10 Oct 2000 15:12:12 GMT</last_modification_time>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>True</fill>
        </child>
          </widget>

          <widget>
        <class>GtkLabel</class>
        <name>label18</name>
        <label>End of day:</label>
        <justify>GTK_JUSTIFY_CENTER</justify>
        <wrap>False</wrap>
        <xalign>0.5</xalign>
        <yalign>0.5</yalign>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>False</fill>
        </child>
          </widget>

          <widget>
        <class>Custom</class>
        <name>end_of_day</name>
        <creation_function>cal_prefs_dialog_create_time_edit</creation_function>
        <int1>0</int1>
        <int2>0</int2>
        <last_modification_time>Tue, 10 Oct 2000 15:12:21 GMT</last_modification_time>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>True</fill>
        </child>
          </widget>
        </widget>
      </widget>
    </widget>

    <widget>
      <class>Placeholder</class>
    </widget>
      </widget>

      <widget>
    <class>GtkLabel</class>
    <child_name>Notebook:tab</child_name>
    <name>label21</name>
    <label>General</label>
    <justify>GTK_JUSTIFY_CENTER</justify>
    <wrap>False</wrap>
    <xalign>0.5</xalign>
    <yalign>0.5</yalign>
    <xpad>0</xpad>
    <ypad>0</ypad>
      </widget>

      <widget>
    <class>GtkVBox</class>
    <name>vbox8</name>
    <border_width>4</border_width>
    <homogeneous>False</homogeneous>
    <spacing>6</spacing>

    <widget>
      <class>GtkFrame</class>
      <name>frame10</name>
      <label>Display options</label>
      <label_xalign>0</label_xalign>
      <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
      <child>
        <padding>0</padding>
        <expand>False</expand>
        <fill>True</fill>
      </child>

      <widget>
        <class>GtkTable</class>
        <name>table4</name>
        <border_width>4</border_width>
        <rows>3</rows>
        <columns>7</columns>
        <homogeneous>False</homogeneous>
        <row_spacing>0</row_spacing>
        <column_spacing>4</column_spacing>

        <widget>
          <class>GtkLabel</class>
          <name>label19</name>
          <label>Time divisions:</label>
          <justify>GTK_JUSTIFY_CENTER</justify>
          <wrap>False</wrap>
          <xalign>7.45058e-09</xalign>
          <yalign>0.5</yalign>
          <xpad>0</xpad>
          <ypad>0</ypad>
          <child>
        <left_attach>0</left_attach>
        <right_attach>1</right_attach>
        <top_attach>0</top_attach>
        <bottom_attach>1</bottom_attach>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <xexpand>False</xexpand>
        <yexpand>False</yexpand>
        <xshrink>False</xshrink>
        <yshrink>False</yshrink>
        <xfill>True</xfill>
        <yfill>False</yfill>
          </child>
        </widget>

        <widget>
          <class>GtkAlignment</class>
          <name>alignment4</name>
          <xalign>7.45058e-09</xalign>
          <yalign>0.5</yalign>
          <xscale>0</xscale>
          <yscale>1</yscale>
          <child>
        <left_attach>1</left_attach>
        <right_attach>2</right_attach>
        <top_attach>0</top_attach>
        <bottom_attach>1</bottom_attach>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <xexpand>True</xexpand>
        <yexpand>False</yexpand>
        <xshrink>False</xshrink>
        <yshrink>False</yshrink>
        <xfill>True</xfill>
        <yfill>False</yfill>
          </child>

          <widget>
        <class>GtkOptionMenu</class>
        <name>time_divisions</name>
        <can_focus>True</can_focus>
        <items>60 minutes
30 minutes
15 minutes
10 minutes
05 minutes
</items>
        <initial_choice>0</initial_choice>
          </widget>
        </widget>

        <widget>
          <class>GtkCheckButton</class>
          <name>show_end_times</name>
          <can_focus>True</can_focus>
          <label>Show appointment end times in week and month views</label>
          <active>False</active>
          <draw_indicator>True</draw_indicator>
          <child>
        <left_attach>0</left_attach>
        <right_attach>7</right_attach>
        <top_attach>1</top_attach>
        <bottom_attach>2</bottom_attach>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <xexpand>False</xexpand>
        <yexpand>False</yexpand>
        <xshrink>False</xshrink>
        <yshrink>False</yshrink>
        <xfill>True</xfill>
        <yfill>False</yfill>
          </child>
        </widget>

        <widget>
          <class>GtkCheckButton</class>
          <name>compress_weekend</name>
          <can_focus>True</can_focus>
          <label>Compress weekends in month view</label>
          <active>False</active>
          <draw_indicator>True</draw_indicator>
          <child>
        <left_attach>0</left_attach>
        <right_attach>7</right_attach>
        <top_attach>2</top_attach>
        <bottom_attach>3</bottom_attach>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <xexpand>False</xexpand>
        <yexpand>False</yexpand>
        <xshrink>False</xshrink>
        <yshrink>False</yshrink>
        <xfill>True</xfill>
        <yfill>True</yfill>
          </child>
        </widget>
      </widget>
    </widget>

    <widget>
      <class>GtkFrame</class>
      <name>frame11</name>
      <label>Date navigator options</label>
      <label_xalign>0</label_xalign>
      <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
      <child>
        <padding>0</padding>
        <expand>False</expand>
        <fill>True</fill>
      </child>

      <widget>
        <class>GtkCheckButton</class>
        <name>dnav_show_week_no</name>
        <border_width>4</border_width>
        <can_focus>True</can_focus>
        <label>Show week numbers</label>
        <active>False</active>
        <draw_indicator>True</draw_indicator>
      </widget>
    </widget>
      </widget>

      <widget>
    <class>GtkLabel</class>
    <child_name>Notebook:tab</child_name>
    <name>label7</name>
    <label>Calendar</label>
    <justify>GTK_JUSTIFY_CENTER</justify>
    <wrap>False</wrap>
    <xalign>0.5</xalign>
    <yalign>0.5</yalign>
    <xpad>0</xpad>
    <ypad>0</ypad>
      </widget>

      <widget>
    <class>GtkVBox</class>
    <name>vbox3</name>
    <border_width>4</border_width>
    <homogeneous>False</homogeneous>
    <spacing>4</spacing>

    <widget>
      <class>GtkHBox</class>
      <name>hbox4</name>
      <homogeneous>False</homogeneous>
      <spacing>0</spacing>
      <child>
        <padding>0</padding>
        <expand>True</expand>
        <fill>True</fill>
      </child>

      <widget>
        <class>GtkFrame</class>
        <name>frame3</name>
        <label>Show</label>
        <label_xalign>0</label_xalign>
        <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
        <child>
          <padding>0</padding>
          <expand>True</expand>
          <fill>True</fill>
        </child>

        <widget>
          <class>GtkVBox</class>
          <name>vbox4</name>
          <border_width>4</border_width>
          <homogeneous>False</homogeneous>
          <spacing>0</spacing>

          <widget>
        <class>GtkCheckButton</class>
        <name>checkbutton1</name>
        <can_focus>True</can_focus>
        <label>Due Date</label>
        <active>True</active>
        <draw_indicator>True</draw_indicator>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>False</fill>
        </child>
          </widget>

          <widget>
        <class>GtkCheckButton</class>
        <name>checkbutton2</name>
        <can_focus>True</can_focus>
        <label>Time Until Due</label>
        <active>True</active>
        <draw_indicator>True</draw_indicator>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>False</fill>
        </child>
          </widget>

          <widget>
        <class>GtkCheckButton</class>
        <name>checkbutton3</name>
        <can_focus>True</can_focus>
        <label>Priority</label>
        <active>True</active>
        <draw_indicator>True</draw_indicator>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>False</fill>
        </child>
          </widget>
        </widget>
      </widget>

      <widget>
        <class>GtkFrame</class>
        <name>frame4</name>
        <label>Highlight</label>
        <label_xalign>0</label_xalign>
        <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
        <child>
          <padding>0</padding>
          <expand>True</expand>
          <fill>True</fill>
        </child>

        <widget>
          <class>GtkVBox</class>
          <name>vbox5</name>
          <border_width>4</border_width>
          <homogeneous>False</homogeneous>
          <spacing>0</spacing>

          <widget>
        <class>GtkCheckButton</class>
        <name>checkbutton4</name>
        <can_focus>True</can_focus>
        <label>Overdue Items</label>
        <active>False</active>
        <draw_indicator>True</draw_indicator>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>False</fill>
        </child>
          </widget>

          <widget>
        <class>GtkCheckButton</class>
        <name>checkbutton5</name>
        <can_focus>True</can_focus>
        <label>Items Due Today</label>
        <active>False</active>
        <draw_indicator>True</draw_indicator>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>False</fill>
        </child>
          </widget>

          <widget>
        <class>GtkCheckButton</class>
        <name>checkbutton6</name>
        <can_focus>True</can_focus>
        <label>Items Not Yet Due</label>
        <active>False</active>
        <draw_indicator>True</draw_indicator>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>False</fill>
        </child>
          </widget>
        </widget>
      </widget>
    </widget>

    <widget>
      <class>GtkFrame</class>
      <name>frame5</name>
      <label>Colors</label>
      <label_xalign>0</label_xalign>
      <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
      <child>
        <padding>0</padding>
        <expand>True</expand>
        <fill>True</fill>
      </child>

      <widget>
        <class>GtkTable</class>
        <name>table3</name>
        <border_width>4</border_width>
        <rows>3</rows>
        <columns>2</columns>
        <homogeneous>False</homogeneous>
        <row_spacing>4</row_spacing>
        <column_spacing>4</column_spacing>

        <widget>
          <class>GnomeColorPicker</class>
          <name>colorpicker1</name>
          <can_focus>True</can_focus>
          <dither>True</dither>
          <use_alpha>False</use_alpha>
          <title>Pick a color</title>
          <child>
        <left_attach>1</left_attach>
        <right_attach>2</right_attach>
        <top_attach>0</top_attach>
        <bottom_attach>1</bottom_attach>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <xexpand>False</xexpand>
        <yexpand>False</yexpand>
        <xshrink>False</xshrink>
        <yshrink>False</yshrink>
        <xfill>False</xfill>
        <yfill>False</yfill>
          </child>
        </widget>

        <widget>
          <class>GnomeColorPicker</class>
          <name>colorpicker2</name>
          <can_focus>True</can_focus>
          <dither>True</dither>
          <use_alpha>False</use_alpha>
          <title>Pick a color</title>
          <child>
        <left_attach>1</left_attach>
        <right_attach>2</right_attach>
        <top_attach>1</top_attach>
        <bottom_attach>2</bottom_attach>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <xexpand>False</xexpand>
        <yexpand>False</yexpand>
        <xshrink>False</xshrink>
        <yshrink>False</yshrink>
        <xfill>False</xfill>
        <yfill>False</yfill>
          </child>
        </widget>

        <widget>
          <class>GnomeColorPicker</class>
          <name>colorpicker3</name>
          <can_focus>True</can_focus>
          <dither>True</dither>
          <use_alpha>False</use_alpha>
          <title>Pick a color</title>
          <child>
        <left_attach>1</left_attach>
        <right_attach>2</right_attach>
        <top_attach>2</top_attach>
        <bottom_attach>3</bottom_attach>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <xexpand>False</xexpand>
        <yexpand>False</yexpand>
        <xshrink>False</xshrink>
        <yshrink>False</yshrink>
        <xfill>False</xfill>
        <yfill>False</yfill>
          </child>
        </widget>

        <widget>
          <class>GtkAlignment</class>
          <name>alignment1</name>
          <xalign>1</xalign>
          <yalign>0.5</yalign>
          <xscale>1</xscale>
          <yscale>1</yscale>
          <child>
        <left_attach>0</left_attach>
        <right_attach>1</right_attach>
        <top_attach>0</top_attach>
        <bottom_attach>1</bottom_attach>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <xexpand>False</xexpand>
        <yexpand>False</yexpand>
        <xshrink>False</xshrink>
        <yshrink>False</yshrink>
        <xfill>True</xfill>
        <yfill>True</yfill>
          </child>

          <widget>
        <class>GtkLabel</class>
        <name>label8</name>
        <label>Items Not Yet Due:</label>
        <justify>GTK_JUSTIFY_RIGHT</justify>
        <wrap>False</wrap>
        <xalign>1</xalign>
        <yalign>0.5</yalign>
        <xpad>0</xpad>
        <ypad>0</ypad>
          </widget>
        </widget>

        <widget>
          <class>GtkAlignment</class>
          <name>alignment2</name>
          <xalign>1</xalign>
          <yalign>0.5</yalign>
          <xscale>1</xscale>
          <yscale>1</yscale>
          <child>
        <left_attach>0</left_attach>
        <right_attach>1</right_attach>
        <top_attach>1</top_attach>
        <bottom_attach>2</bottom_attach>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <xexpand>False</xexpand>
        <yexpand>False</yexpand>
        <xshrink>False</xshrink>
        <yshrink>False</yshrink>
        <xfill>True</xfill>
        <yfill>True</yfill>
          </child>

          <widget>
        <class>GtkLabel</class>
        <name>label9</name>
        <label>Items Due Today:</label>
        <justify>GTK_JUSTIFY_RIGHT</justify>
        <wrap>True</wrap>
        <xalign>1</xalign>
        <yalign>0.5</yalign>
        <xpad>0</xpad>
        <ypad>0</ypad>
          </widget>
        </widget>

        <widget>
          <class>GtkAlignment</class>
          <name>alignment3</name>
          <xalign>1</xalign>
          <yalign>0.5</yalign>
          <xscale>1</xscale>
          <yscale>1</yscale>
          <child>
        <left_attach>0</left_attach>
        <right_attach>1</right_attach>
        <top_attach>2</top_attach>
        <bottom_attach>3</bottom_attach>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <xexpand>False</xexpand>
        <yexpand>False</yexpand>
        <xshrink>False</xshrink>
        <yshrink>False</yshrink>
        <xfill>True</xfill>
        <yfill>True</yfill>
          </child>

          <widget>
        <class>GtkLabel</class>
        <name>label10</name>
        <label>Overdue Items:</label>
        <justify>GTK_JUSTIFY_RIGHT</justify>
        <wrap>False</wrap>
        <xalign>1</xalign>
        <yalign>0.5</yalign>
        <xpad>0</xpad>
        <ypad>0</ypad>
          </widget>
        </widget>
      </widget>
    </widget>
      </widget>

      <widget>
    <class>GtkLabel</class>
    <child_name>Notebook:tab</child_name>
    <name>label11</name>
    <label>TaskPad</label>
    <justify>GTK_JUSTIFY_CENTER</justify>
    <wrap>False</wrap>
    <xalign>0.5</xalign>
    <yalign>0.5</yalign>
    <xpad>0</xpad>
    <ypad>0</ypad>
      </widget>

      <widget>
    <class>GtkVBox</class>
    <name>vbox6</name>
    <border_width>4</border_width>
    <homogeneous>False</homogeneous>
    <spacing>6</spacing>

    <widget>
      <class>GtkFrame</class>
      <name>frame6</name>
      <label>Defaults</label>
      <label_xalign>0</label_xalign>
      <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
      <child>
        <padding>0</padding>
        <expand>False</expand>
        <fill>True</fill>
      </child>

      <widget>
        <class>GtkHBox</class>
        <name>hbox5</name>
        <border_width>4</border_width>
        <homogeneous>False</homogeneous>
        <spacing>0</spacing>

        <widget>
          <class>GtkCheckButton</class>
          <name>checkbutton7</name>
          <border_width>2</border_width>
          <can_focus>True</can_focus>
          <label>Remind me of all appointments</label>
          <active>True</active>
          <draw_indicator>True</draw_indicator>
          <child>
        <padding>0</padding>
        <expand>False</expand>
        <fill>False</fill>
          </child>
        </widget>

        <widget>
          <class>GtkSpinButton</class>
          <name>spinbutton1</name>
          <can_focus>True</can_focus>
          <climb_rate>1</climb_rate>
          <digits>0</digits>
          <numeric>False</numeric>
          <update_policy>GTK_UPDATE_ALWAYS</update_policy>
          <snap>False</snap>
          <wrap>False</wrap>
          <value>1</value>
          <lower>0</lower>
          <upper>100</upper>
          <step>1</step>
          <page>10</page>
          <page_size>10</page_size>
          <child>
        <padding>0</padding>
        <expand>True</expand>
        <fill>True</fill>
          </child>
        </widget>

        <widget>
          <class>GtkLabel</class>
          <name>label12</name>
          <label>minutes before they occur.</label>
          <justify>GTK_JUSTIFY_CENTER</justify>
          <wrap>False</wrap>
          <xalign>0.5</xalign>
          <yalign>0.5</yalign>
          <xpad>3</xpad>
          <ypad>0</ypad>
          <child>
        <padding>0</padding>
        <expand>False</expand>
        <fill>False</fill>
          </child>
        </widget>
      </widget>
    </widget>

    <widget>
      <class>GtkFrame</class>
      <name>frame7</name>
      <label>Visual Alarms</label>
      <label_xalign>0</label_xalign>
      <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
      <child>
        <padding>0</padding>
        <expand>False</expand>
        <fill>True</fill>
      </child>

      <widget>
        <class>GtkCheckButton</class>
        <name>checkbutton8</name>
        <border_width>4</border_width>
        <can_focus>True</can_focus>
        <label>Beep when alarm windows appear.</label>
        <active>False</active>
        <draw_indicator>True</draw_indicator>
      </widget>
    </widget>

    <widget>
      <class>GtkFrame</class>
      <name>frame8</name>
      <label>Audio Alarms</label>
      <label_xalign>0</label_xalign>
      <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
      <child>
        <padding>0</padding>
        <expand>False</expand>
        <fill>True</fill>
      </child>

      <widget>
        <class>GtkVBox</class>
        <name>vbox7</name>
        <border_width>4</border_width>
        <homogeneous>False</homogeneous>
        <spacing>4</spacing>

        <widget>
          <class>GtkHBox</class>
          <name>hbox6</name>
          <homogeneous>False</homogeneous>
          <spacing>0</spacing>
          <child>
        <padding>0</padding>
        <expand>False</expand>
        <fill>True</fill>
          </child>

          <widget>
        <class>GtkCheckButton</class>
        <name>checkbutton9</name>
        <can_focus>True</can_focus>
        <label>Alarms timeout after</label>
        <active>False</active>
        <draw_indicator>True</draw_indicator>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>False</fill>
        </child>
          </widget>

          <widget>
        <class>GtkSpinButton</class>
        <name>spinbutton2</name>
        <can_focus>True</can_focus>
        <climb_rate>1</climb_rate>
        <digits>0</digits>
        <numeric>False</numeric>
        <update_policy>GTK_UPDATE_ALWAYS</update_policy>
        <snap>False</snap>
        <wrap>False</wrap>
        <value>5</value>
        <lower>0</lower>
        <upper>100</upper>
        <step>1</step>
        <page>10</page>
        <page_size>10</page_size>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>False</fill>
        </child>
          </widget>

          <widget>
        <class>GtkLabel</class>
        <name>label13</name>
        <label>seconds.</label>
        <justify>GTK_JUSTIFY_CENTER</justify>
        <wrap>False</wrap>
        <xalign>0.5</xalign>
        <yalign>0.5</yalign>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>False</fill>
        </child>
          </widget>
        </widget>

        <widget>
          <class>GtkHBox</class>
          <name>hbox7</name>
          <homogeneous>False</homogeneous>
          <spacing>0</spacing>
          <child>
        <padding>0</padding>
        <expand>True</expand>
        <fill>True</fill>
          </child>

          <widget>
        <class>GtkCheckButton</class>
        <name>checkbutton10</name>
        <can_focus>True</can_focus>
        <label>Enable snoozing for</label>
        <active>False</active>
        <draw_indicator>True</draw_indicator>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>False</fill>
        </child>
          </widget>

          <widget>
        <class>GtkSpinButton</class>
        <name>spinbutton3</name>
        <can_focus>True</can_focus>
        <climb_rate>1</climb_rate>
        <digits>0</digits>
        <numeric>False</numeric>
        <update_policy>GTK_UPDATE_ALWAYS</update_policy>
        <snap>False</snap>
        <wrap>False</wrap>
        <value>600</value>
        <lower>0</lower>
        <upper>1000</upper>
        <step>1</step>
        <page>10</page>
        <page_size>10</page_size>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>False</fill>
        </child>
          </widget>

          <widget>
        <class>GtkLabel</class>
        <name>label14</name>
        <label>seconds.</label>
        <justify>GTK_JUSTIFY_CENTER</justify>
        <wrap>False</wrap>
        <xalign>0.5</xalign>
        <yalign>0.5</yalign>
        <xpad>0</xpad>
        <ypad>0</ypad>
        <child>
          <padding>0</padding>
          <expand>False</expand>
          <fill>False</fill>
        </child>
          </widget>
        </widget>
      </widget>
    </widget>
      </widget>

      <widget>
    <class>GtkLabel</class>
    <child_name>Notebook:tab</child_name>
    <name>label15</name>
    <label>Reminders</label>
    <justify>GTK_JUSTIFY_CENTER</justify>
    <wrap>False</wrap>
    <xalign>0.5</xalign>
    <yalign>0.5</yalign>
    <xpad>0</xpad>
    <ypad>0</ypad>
      </widget>
    </widget>
  </widget>
</widget>

</GTK-Interface>