<?xml version="1.0"?>
<!DOCTYPE uiml PUBLIC "-//Harmonia//DTD UIML 2.0 Draft//EN" "http://uiml.org/dtds/UIML2_0e.dtd">

<uiml>
  <head>
    <meta name="Purpose" content="Calculator"/>
    <meta name="Original Author" content="Mir Farooq Ali"/>
    <meta name="Author" content="Constantinos Phanouriou"/>
    <meta name="Description" content="Phd Dissertation: Appendix B1"/>
  </head>

  <interface name="Calendar">
    <structure name="JavaJFC">
      <part name="Month" class="JFrame">
        <style>
          <property name="title">Appointment Manager</property>
          <property name="layout">java.awt.BorderLayout</property>
          <property name="layout_vgap">5</property>
          <property name="layout_hgap">5</property>
          <property name="resizable">true</property>
          <property name="background">lightGray</property>
          <property name="size">500,400</property>
          <property name="location">100,100</property>
        </style>
        <part name="panelHaut" class="JPanel">
          <style>
            <property name="borderAlignment">North</property>
            <property name="layout">java.awt.BorderLayout</property>
          </style>
          <part name="Menubar" class="JMenuBar">
            <style>
              <property name="borderAlignment">North</property>
              <property name="layout">java.awt.FlowLayout</property>
              <property name="layout_flowAlignment">LEFT</property>
            </style>
            <part name="File" class="JMenu">
              <style>
                <property name="text">File</property>
              </style>
            </part>
            <part name="View" class="JMenu">
              <style>
                <property name="text">View</property>
              </style>
            </part>
            <part name="Go" class="JMenu">
              <style>
                <property name="text">Go</property>
              </style>
            </part>
            <part name="Help" class="JMenu">
              <style>
                <property name="text">File</property>
              </style>
            </part>
          </part>

          <part name="panelmiddle" class="JPanel">
            <style>
              <property name="borderAlignment">Center</property>
              <property name="layout">java.awt.BorderLayout</property>
            </style>
            <part name="ButtonPrevious" class="JButton">
              <style>
                <property name="borderAlignment">West</property>
                <property name="font">Serif-bold-20</property>
                <property name="text">&lt; May</property>
              </style>
            </part>
            <part name="ButtonNext" class="JButton">
              <style>
                <property name="borderAlignment">East</property>
                <property name="font">Serif-bold-20</property>
                <property name="text">July &gt;</property>
              </style>
            </part>
            <part name="MonthJLabel" class="JLabel">
              <style>
                <property name="horizontalAlignment">CENTER</property>
                <property name="font">*-*-20</property>
                <property name="text">June, 2000</property>
              </style>
            </part>
          </part>
          <part name="panelbottom" class="JPanel">
            <style>
              <property name="borderAlignment">South</property>
              <property name="layout">java.awt.GridLayout</property>
              <property name="layout_columns">7</property>
              <property name="layout_rows">1</property>
            </style>
            <part name="SunJLabel" class="JLabel">
              <style>
                <property name="text">Sunday</property>
                <property name="font">ProportionalSpaced-Bold-12</property>
              </style>
            </part>
            <part name="MonJLabel" class="JLabel">
              <style>
                <property name="text">Monday</property>
                <property name="font">ProportionalSpaced-Bold-12</property>
              </style>
            </part>
            <part name="TueJLabel" class="JLabel">
              <style>
                <property name="text">Tuesday</property>
                <property name="font">ProportionalSpaced-Bold-12</property>
              </style>
            </part>
            <part name="WedJLabel" class="JLabel">
              <style>
                <property name="text">Wednesday</property>
                <property name="font">ProportionalSpaced-Bold-12</property>
              </style>
            </part>
            <part name="ThuJLabel" class="JLabel">
              <style>
                <property name="text">Thursday</property>
                <property name="font">ProportionalSpaced-Bold-12</property>
              </style>
            </part>
            <part name="FriJLabel" class="JLabel">
              <style>
                <property name="text">Friday</property>
                <property name="font">ProportionalSpaced-Bold-12</property>
              </style>
            </part>
            <part name="SatJLabel" class="JLabel">
              <style>
                <property name="text">Saturday</property>
                <property name="font">ProportionalSpaced-Bold-12</property>
              </style>
            </part>
          </part>
        </part>
        <part name="PanelAM" class="JPanel">
          <style>
            <property name="borderAlignment">Center</property>
            <property name="layout">java.awt.GridLayout</property>
            <property name="layout_vgap">5</property>
            <property name="layout_hgap">5</property>
            <property name="background">lightGray</property>
          </style>
          <part name="Panel-Sun" class="JPanel">
            <style>
              <property name="layout">java.awt.GridLayout</property>
              <property name="layout_columns">1</property>
              <property name="layout_rows">5</property>
              <property name="layout_vgap">1</property>
              <property name="layout_hgap">1</property>
              <property name="background">lightGray</property>
            </style>
            <part name="Week-Sun-1" class="JList">
              <style>
                <property name="size">60,50</property>
              </style>
            </part>
            <part name="Week-Sun-2" class="JList">
              <style>
                <property name="size">60,50</property>
                <property name="content">
                  <constant model="list">
                  <constant value="4"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Sun-3" class="JList">
              <style>
                <property name="size">60,50</property>
                <property name="content">
                  <constant model="list">
                  <constant value="11"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Sun-4" class="JList">
              <style>
                <property name="size">60,50</property>
                <property name="content">
                  <constant model="list">
                  <constant value="18"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Sun-5" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="25"/>
                  </constant>
                </property>
                <property name="size">60,50</property>
              </style>
            </part>
          </part>
          <part name="Panel-Mon" class="JPanel">
            <style>
              <property name="layout">java.awt.GridLayout</property>
              <property name="layout_columns">1</property>
              <property name="layout_rows">5</property>
              <property name="layout_vgap">1</property>
              <property name="layout_hgap">1</property>
              <property name="background">lightGray</property>
            </style>
            <part name="Week-Mon-1" class="JList"/>
            <part name="Week-Mon-2" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="5"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Mon-3" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="12"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Mon-4" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="19"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Mon-5" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="26"/>
                  </constant>
                </property>
              </style>
            </part>
          </part>
          <part name="Panel-Tue" class="JPanel">
            <style>
              <property name="layout">java.awt.GridLayout</property>
              <property name="layout_columns">1</property>
              <property name="layout_rows">5</property>
              <property name="layout_vgap">1</property>
              <property name="layout_hgap">1</property>
              <property name="background">lightGray</property>
            </style>
            <part name="Week-Tue-1" class="JList"/>
            <part name="Week-Tue-2" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="6"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Tue-3" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="13"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Tue-4" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="20"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Tue-5" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="27"/>
                  </constant>
                </property>
              </style>
            </part>
          </part>
          <part name="Panel-Wed" class="JPanel">
            <style>
              <property name="layout">java.awt.GridLayout</property>
              <property name="layout_columns">1</property>
              <property name="layout_rows">5</property>
              <property name="layout_vgap">1</property>
              <property name="layout_hgap">1</property>
              <property name="background">lightGray</property>
            </style>
            <part name="Week-Wed-1" class="JList"/>
            <part name="Week-Wed-2" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="7"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Wed-3" class="JList">
              <style>

                <property name="content">
                  <constant model="list">
                  <constant value="14"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Wed-4" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="21"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Wed-5" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="28"/>
                  </constant>
                </property>
              </style>
            </part>
          </part>
          <part name="Panel-Thu" class="JPanel">
            <style>
              <property name="layout">java.awt.GridLayout</property>
              <property name="layout_columns">1</property>
              <property name="layout_rows">5</property>
              <property name="layout_vgap">1</property>
              <property name="layout_hgap">1</property>
              <property name="background">lightGray</property>
            </style>
            <part name="Week-Thu-1" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="1"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Thu-2" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="8"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Thu-3" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="15"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Thu-4" class="JList">
              <style>
                <property name="background">blue</property>
                <property name="content">
                  <constant model="list">
                  <constant value="22"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Thu-5" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="29"/>
                  </constant>
                </property>
              </style>
            </part>
          </part>
          <part name="Panel-Fri" class="JPanel">
            <style>
              <property name="layout">java.awt.GridLayout</property>
              <property name="layout_columns">1</property>
              <property name="layout_rows">5</property>
              <property name="layout_vgap">1</property>
              <property name="layout_hgap">1</property>
              <property name="background">lightGray</property>
            </style>
            <part name="Week-Fri-1" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="2"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Fri-2" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="9"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Fri-3" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="16"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Fri-4" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="23"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Fri-5" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="30"/>
                  </constant>
                </property>
              </style>
            </part>
          </part>
          <part name="Panel-Sat" class="JPanel">
            <style>
              <property name="layout">java.awt.GridLayout</property>
              <property name="layout_columns">1</property>
              <property name="layout_rows">5</property>
              <property name="layout_vgap">1</property>
              <property name="layout_hgap">1</property>
              <property name="background">lightGray</property>
            </style>
            <part name="Week-Sat-1" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="3"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Sat-2" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="10"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Sat-3" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="17"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Sat-4" class="JList">
              <style>
                <property name="content">
                  <constant model="list">
                  <constant value="24"/>
                  </constant>
                </property>
              </style>
            </part>
            <part name="Week-Sat-5" class="JList"/>
          </part>
        </part>
        <part name="MBasePanel" class="JPanel">
          <style>
            <property name="borderAlignment">South</property>
            <property name="layout">java.awt.GridLayout</property>
            <property name="layout_columns">4</property>
            <property name="layout_rows">1</property>
            <property name="layout_vgap">20</property>
            <property name="layout_hgap">20</property>
            <property name="background">lightGray</property>
          </style>
          <part name="MButtonDay" class="JButton">
            <style>
              <property name="text">Day</property>
            </style>
          </part>
          <part name="MButtonWeek" class="JButton">
            <style>
              <property name="text">Week</property>
            </style>
          </part>
          <part name="MButtonMonth" class="JButton">
            <style>
              <property name="text">Month</property>
              <property name="enabled">false</property>
            </style>
          </part>
          <part name="MGoToButton" class="JButton">
            <style>
              <property name="text">Go To</property>
            </style>
          </part>
        </part>
      </part>

      <part name="WeekFrame" class="JFrame">
        <style>
          <property name="title">Appointment Manager</property>
          <property name="layout">java.awt.BorderLayout</property>
          <property name="layout_vgap">5</property>
          <property name="layout_hgap">5</property>
          <property name="resizable">true</property>
          <property name="background">lightGray</property>
          <property name="size">400,400</property>
          <property name="location">100,100</property>
          <property name="visible">false</property>
        </style>
        <part name="WeekPanel" class="JPanel">
          <style>
            <property name="layout">java.awt.BorderLayout</property>
            <property name="layout_vgap">5</property>
            <property name="layout_hgap">5</property>
            <property name="background">lightGray</property>
            <property name="borderAlignment">Center</property>
          </style>
          <part name="WTopPanel" class="JPanel">
            <style>
              <property name="borderAlignment">North</property>
              <property name="layout">java.awt.BorderLayout</property>
            </style>
            <part name="WButtonPrevious" class="JButton">
              <style>
                <property name="borderAlignment">West</property>
                <property name="font">Serif-bold-20</property>
                <property name="text">&lt;</property>
              </style>
            </part>
            <part name="WButtonNext" class="JButton">
              <style>
                <property name="borderAlignment">East</property>
                <property name="font">Serif-bold-20</property>
                <property name="text">&gt;</property>
              </style>
            </part>
            <part name="WeekLabel" class="JLabel">
              <style>
                <property name="horizontalAlignment">CENTER</property>
                <property name="font">--20</property>
                <property name="text">Week 4 (06/18/2000 to 06/24/2000)</property>
              </style>
            </part>
          </part>
          <part name="WCenterPanel" class="JPanel">
            <style>
              <property name="borderAlignment">Center</property>
              <property name="layout">java.awt.BorderLayout</property>
              <property name="layout_vgap">2</property>
              <property name="layout_hgap">2</property>
              <property name="background">lightGray</property>
            </style>
            <part name="ButtonPanel" class="JPanel">
              <style>
                <property name="borderAlignment">West</property>
                <property name="layout">java.awt.GridLayout</property>
                <property name="layout_columns">1</property>
                <property name="layout_rows">7</property>
                <property name="layout_vgap">2</property>
                <property name="layout_hgap">2</property>
                <property name="background">lightGray</property>
              </style>
              <part name="ButtonSunday" class="JButton">
                <style>
                  <property name="text">S</property>
                  <property name="font">Serif-bold-20</property>
                </style>
              </part>
              <part name="ButtonMonday" class="JButton">
                <style>
                  <property name="text">M</property>
                  <property name="font">Serif-bold-20</property>
                </style>
              </part>
              <part name="ButtonTuesday" class="JButton">
                <style>
                  <property name="text">T</property>
                  <property name="font">Serif-bold-20</property>
                </style>
              </part>
              <part name="ButtonWednesday" class="JButton">
                <style>
                  <property name="text">W</property>
                  <property name="font">Serif-bold-20</property>
                </style>
              </part>
              <part name="ButtonThursday" class="JButton">
                <style>
                  <property name="text">T</property>
                  <property name="font">Serif-bold-20</property>
                </style>
              </part>
              <part name="ButtonFriday" class="JButton">
                <style>
                  <property name="text">F</property>
                  <property name="font">Serif-bold-20</property>
                </style>
              </part>
              <part name="ButtonSaturday" class="JButton">
                <style>
                  <property name="text">S</property>
                  <property name="font">Serif-bold-20</property>
                </style>
              </part>
            </part>
            <part name="PanelListes" class="JPanel">
              <style>
                <property name="borderAlignment">Center</property>
                <property name="layout">java.awt.GridLayout</property>
                <property name="layout_columns">1</property>
                <property name="layout_rows">7</property>
                <property name="layout_vgap">2</property>
                <property name="layout_hgap">2</property>
                <property name="background">lightGray</property>
              </style>
              <part name="ListLundi" class="JList"/>
              <part name="ListMardi" class="JList">
                <style>
                  <property name="content">
                    <constant model="list">
                    <constant value="09:00-10:00 Research Meeting"/>
                    <constant value="11:00-12:00 Project Meeting"/>
                    </constant>
                  </property>
                </style>
              </part>
              <part name="ListMercredi" class="JList"/>
              <part name="ListJeudi" class="JList">
                <style>
                  <property name="content">
                    <constant model="list">
                    <constant value="09:00-10:00 evt 1"/>
                    <constant value="10:00-11:00 evt 2"/>
                    <constant value="11:00-12:00 evt 3"/>
                    <constant value="12:00-13:00 evt 4"/>
                    </constant>
                  </property>
                </style>
              </part>
              <part name="ListVendredi" class="JList"/>
              <part name="ListSamedi" class="JList">
                <style>
                  <property name="content">
                    <constant model="list">
                    <constant value="09:00-12:00 Course UIML"/>
                    <constant value="13:30-16:30 Course UIML"/>
                    </constant>
                  </property>
                </style>
              </part>
              <part name="ListDimanche" class="JList"/>
            </part>
          </part>
          <part name="WBasePanel" class="JPanel">
            <style>
              <property name="borderAlignment">South</property>
              <property name="layout">java.awt.GridLayout</property>
              <property name="layout_columns">4</property>
              <property name="layout_rows">1</property>
              <property name="layout_vgap">20</property>
              <property name="layout_hgap">20</property>
              <property name="background">lightGray</property>
            </style>
            <part name="WButtonDay" class="JButton">
              <style>
                <property name="text">Day</property>
              </style>
            </part>
            <part name="WButtonWeek" class="JButton">
              <style>
                <property name="text">Week</property>
                <property name="enabled">false</property>
              </style>
            </part>
            <part name="WButtonMonth" class="JButton">
              <style>
                <property name="text">Month</property>
              </style>
            </part>
            <part name="WGoToButton" class="JButton">
              <style>
                <property name="text">Go To</property>
              </style>
            </part>
          </part>
        </part>
      </part> <!-- End of WeekFrame -->

      <part name="DayFrame" class="JFrame">
        <style>
          <property name="title">Appointment Manager</property>
          <property name="layout">java.awt.BorderLayout</property>
          <property name="layout_vgap">5</property>
          <property name="layout_hgap">5</property>
          <property name="resizable">true</property>
          <property name="background">lightGray</property>
          <property name="size">400,350</property>
          <property name="location">100,100</property>
          <property name="visible">false</property>
        </style>
        <part name="DayPanel" class="JPanel">
          <style>
            <property name="layout">java.awt.BorderLayout</property>
            <property name="layout_vgap">5</property>
            <property name="layout_hgap">5</property>
            <property name="background">lightGray</property>
            <property name="borderAlignment">South</property>
          </style>
          <part name="DTopPanel" class="JPanel">
            <style>
              <property name="borderAlignment">North</property>
              <property name="layout">java.awt.BorderLayout</property>
            </style>
            <part name="DButtonPrevious" class="JButton">
              <style>
                <property name="borderAlignment">West</property>
                <property name="font">Serif-bold-20</property>
                <property name="text">&lt;</property>
              </style>
            </part>
            <part name="DButtonNext" class="JButton">
              <style>
                <property name="borderAlignment">East</property>
                <property name="font">Serif-bold-20</property>
                <property name="text">&gt;</property>
              </style>
            </part>
            <part name="DayLabel" class="JLabel">
              <style>
                <property name="horizontalAlignment">CENTER</property>
                <property name="font">--20</property>
                <property name="text">Monday June 19, 2000</property>
              </style>
            </part>
          </part>
          <part name="DCenterPanel" class="JPanel">
            <style>
              <property name="borderAlignment">Center</property>
              <property name="layout">java.awt.GridLayout</property>
              <property name="layout_columns">2</property>
              <property name="layout_rows">1</property>
              <property name="layout_vgap">5</property>
              <property name="layout_hgap">5</property>
              <property name="background">lightGray</property>
            </style>
            <part name="DPanelAM" class="JPanel">
              <style>
                <property name="layout">java.awt.BorderLayout</property>
                <property name="layout_vgap">5</property>
                <property name="layout_hgap">5</property>
                <property name="background">lightGray</property>
              </style>
              <part name="PanelLabelAM" class="JPanel">
                <style>
                  <property name="borderAlignment">West</property>
                  <property name="layout">java.awt.GridLayout</property>
                  <property name="layout_columns">1</property>
                  <property name="layout_rows">12</property>
                  <property name="layout_vgap">1</property>
                  <property name="layout_hgap">1</property>
                  <property name="background">lightGray</property>
                </style>
                <part name="Label0" class="JLabel">
                  <style>
                    <property name="text">00:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label1" class="JLabel">
                  <style>
                    <property name="text">01:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label2" class="JLabel">
                  <style>
                    <property name="text">02:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label3" class="JLabel">
                  <style>
                    <property name="text">03:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label4" class="JLabel">
                  <style>
                    <property name="text">04:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label5" class="JLabel">
                  <style>
                    <property name="text">05:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label6" class="JLabel">
                  <style>
                    <property name="text">06:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label7" class="JLabel">
                  <style>
                    <property name="text">07:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label8" class="JLabel">
                  <style>
                    <property name="text">08:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label9" class="JLabel">
                  <style>
                    <property name="text">09:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label10" class="JLabel">
                  <style>
                    <property name="text">10:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label11" class="JLabel">
                  <style>
                    <property name="text">11:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
              </part>
              <part name="PanelListesAM" class="JPanel">
                <style>
                  <property name="borderAlignment">Center</property>
                  <property name="layout">java.awt.GridLayout</property>
                  <property name="layout_columns">1</property>
                  <property name="layout_rows">12</property>
                  <property name="layout_vgap">1</property>
                  <property name="layout_hgap">1</property>
                  <property name="background">lightGray</property>
                </style>
                <part name="List0" class="JList"/>
                <part name="List1" class="JList"/>
                <part name="List2" class="JList"/>
                <part name="List3" class="JList"/>
                <part name="List4" class="JList"/>
                <part name="List5" class="JList"/>
                <part name="List6" class="JList"/>
                <part name="List7" class="JList"/>
                <part name="List8" class="JList"/>
                <part name="List9" class="JList">
                  <style>
                    <property name="background">orange</property>
                    <property name="content">
                      <constant model="list">
                      <constant value="Research Meeting"/>
                      </constant>
                    </property>
                  </style>
                </part>
                <part name="List10" class="JList"/>
                <part name="List11" class="JList">
                  <style>
                    <property name="content">
                      <constant model="list">
                      <constant value="Project Meeting"/>
                      </constant>
                    </property>
                  </style>
                </part>
              </part>
            </part>
            <part name="PanelPM" class="JPanel">
              <style>
                <property name="layout">java.awt.BorderLayout</property>
                <property name="layout_vgap">5</property>
                <property name="layout_hgap">5</property>
                <property name="background">lightGray</property>
              </style>
              <part name="PanelLabelPM" class="JPanel">
                <style>
                  <property name="borderAlignment">West</property>
                  <property name="layout">java.awt.GridLayout</property>
                  <property name="layout_columns">1</property>
                  <property name="layout_rows">12</property>
                  <property name="layout_vgap">1</property>
                  <property name="layout_hgap">1</property>
                  <property name="background">lightGray</property>
                </style>
                <part name="Label12" class="JLabel">
                  <style>
                    <property name="text">12:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label13" class="JLabel">
                  <style>
                    <property name="text">13:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label14" class="JLabel">
                  <style>
                    <property name="text">14:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label15" class="JLabel">
                  <style>
                    <property name="text">15:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label16" class="JLabel">
                  <style>
                    <property name="text">16:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label17" class="JLabel">
                  <style>
                    <property name="text">17:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label18" class="JLabel">
                  <style>
                    <property name="text">18:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label19" class="JLabel">
                  <style>
                    <property name="text">19:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label20" class="JLabel">
                  <style>
                    <property name="text">20:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label21" class="JLabel">
                  <style>
                    <property name="text">21:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label22" class="JLabel">
                  <style>
                    <property name="text">22:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
                <part name="Label123" class="JLabel">
                  <style>
                    <property name="text">23:00</property>
                    <property name="horizontalAlignment">RIGHT</property>
                  </style>
                </part>
              </part>
              <part name="PanelListesPM" class="JPanel">
                <style>
                  <property name="borderAlignment">Center</property>
                  <property name="layout">java.awt.GridLayout</property>
                  <property name="layout_columns">1</property>
                  <property name="layout_rows">12</property>
                  <property name="layout_vgap">1</property>
                  <property name="layout_hgap">1</property>
                  <property name="background">lightGray</property>
                </style>
                <part name="List12" class="JList"/>
                <part name="List13" class="JList"/>
                <part name="List14" class="JList"/>
                <part name="List15" class="JList"/>
                <part name="List16" class="JList"/>
                <part name="List17" class="JList"/>
                <part name="List18" class="JList"/>
                <part name="List19" class="JList"/>
                <part name="List20" class="JList"/>
                <part name="List21" class="JList"/>
                <part name="List22" class="JList"/>
                <part name="List23" class="JList"/>
              </part>
            </part>
          </part>
          <part name="DBasePanel" class="JPanel">
            <style>
              <property name="borderAlignment">South</property>
              <property name="layout">java.awt.GridLayout</property>
              <property name="layout_columns">4</property>
              <property name="layout_rows">1</property>
              <property name="layout_vgap">20</property>
              <property name="layout_hgap">20</property>
              <property name="background">lightGray</property>
            </style>
            <part name="DButtonDay" class="JButton">
              <style>
                <property name="text">Day</property>
                <property name="enabled">false</property>
              </style>
            </part>
            <part name="DButtonWeek" class="JButton">
              <style>
                <property name="text">Week</property>
              </style>
            </part>
            <part name="DButtonMonth" class="JButton">
              <style>
                <property name="text">Month</property>
              </style>
            </part>
            <part name="DGoToButton" class="JButton">
              <style>
                <property name="text">Go To</property>
              </style>
            </part>
          </part>
        </part>
      </part>
    </structure>

    <behavior name="JavaJFC">
      <rule>
        <condition>
          <event class="actionPerformed" part-name="MButtonDay"/>
        </condition>
        <action>
          <property part-name="Month" name="visible">false</property>
          <property part-name="DayFrame" name="visible">true</property>
        </action>
      </rule>
      <rule>
        <condition>
          <event class="actionPerformed" part-name="MButtonWeek"/>
        </condition>
        <action>
          <property part-name="Month" name="visible">false</property>
          <property part-name="WeekFrame" name="visible">true</property>
        </action>
      </rule>
      <rule>
        <condition>
          <event class="actionPerformed" part-name="WButtonDay"/>
        </condition>
        <action>
          <property part-name="WeekFrame" name="visible">false</property>
          <property part-name="DayFrame" name="visible">true</property>
        </action>
      </rule>
      <rule>
        <condition>
          <event class="actionPerformed" part-name="WButtonMonth"/>
        </condition>
        <action>
          <property part-name="Month" name="visible">true</property>
          <property part-name="WeekFrame" name="visible">false</property>
        </action>
      </rule>
      <rule>
        <condition>
          <event class="actionPerformed" part-name="DButtonWeek"/>
        </condition>
        <action>
          <property part-name="DayFrame" name="visible">false</property>
          <property part-name="WeekFrame" name="visible">true</property>
        </action>
      </rule>
      <rule>
        <condition>
          <event class="actionPerformed" part-name="DButtonMonth"/>
        </condition>
        <action>
          <property part-name="DayFrame" name="visible">false</property>
          <property part-name="Month" name="visible">true</property>
        </action>
      </rule>
    </behavior>

    <structure name="WML">
    <part name="Main" class="Deck">
      <style>
        <property name="title">Appointment Manager</property>
      </style>

      <part name="AppointmentManager" class="Menu">
        <style>
          <property name="title">Select a view:</property>
        </style>
        <part name="dayitem" class="MenuItem">
          <part name="daytxt" class="RichText">
            <style>
              <property name="content">Today (June 19)</property>
            </style>
          </part>
        </part>
        <part name="week4item" class="MenuItem">
          <part name="weektxt" class="RichText">
            <style>
              <property name="content">Week (18-24)</property>
            </style>
          </part>
        </part>
        <part name="monthitem" class="MenuItem">
          <part name="monthtxt" class="RichText">
            <style>
              <property name="content">Month (June)</property>
            </style>
          </part>
        </part>
      </part>

      <!-- Main Menu ends here -->

      <part name="day1" class="Menu">
        <style>
          <property name="title">Monday June 19, 2000</property>
        </style>
        <part name="day1s1" class="MenuItem">
          <part name="firsttxt" class="RichText">
            <style>
              <property name="content">9-10 -> Research Meeting</property>
            </style>
          </part>
        </part>
        <part name="day1s2" class="MenuItem">
          <part name="secondtxt" class="RichText">
            <style>
              <property name="content">11-12 -> Project Meeting</property>
            </style>
          </part>
        </part>
        <part name="day1s3" class="MenuItem">
          <part name="thirdtxt" class="RichText">
            <style>
              <property name="content">Go To Next Day</property>
            </style>
          </part>
        </part>
        <part name="day1s4" class="MenuItem">
          <part name="thirdtxt" class="RichText">
            <style>
              <property name="content">Go To Previous Day</property>
            </style>
          </part>
        </part>
      </part>

      <part name="day2" class="Menu">
        <style>
          <property name="title">Tuesday June 20, 2000</property>
        </style>
        <part name="day2s1" class="MenuItem">
          <part name="firsttxt" class="RichText">
            <style>
              <property name="content">Go To Next Day</property>
            </style>
          </part>
        </part>
        <part name="day2s2" class="MenuItem">
          <part name="thirdtxt" class="RichText">
            <style>
              <property name="content">Go To Previous Day</property>
            </style>
          </part>
        </part>
      </part>

      <part name="day3" class="Menu">
        <style>
          <property name="title">Wedensday June 21, 2000</property>
        </style>
        <part name="day3s1" class="MenuItem">
          <part name="firsttxt" class="RichText">
            <style>
              <property name="content">Go To Next Day</property>
            </style>
          </part>
        </part>
        <part name="day3s2" class="MenuItem">
          <part name="thirdtxt" class="RichText">
            <style>
              <property name="content">Go To Previous Day</property>
            </style>
          </part>
        </part>
      </part>

      <part name="day4" class="Menu">
        <style>
          <property name="title">Thursday June 21, 2000</property>
        </style>
        <part name="day4s1" class="MenuItem">
          <part name="firsttxt" class="RichText">
            <style>
              <property name="content">Go To Next Day</property>
            </style>
          </part>
        </part>
        <part name="day4s2" class="MenuItem">
          <part name="thirdtxt" class="RichText">
            <style>
              <property name="content">Go To Previous Day</property>
            </style>
          </part>
        </part>
      </part>

      <part name="day5" class="Menu">
        <style>
          <property name="title">Friday June 22, 2000</property>
        </style>
        <part name="day5s1" class="MenuItem">
          <part name="firsttxt" class="RichText">
            <style>
              <property name="content">Go To Next Day</property>
            </style>
          </part>
        </part>
        <part name="day5s2" class="MenuItem">
          <part name="thirdtxt" class="RichText">
            <style>
              <property name="content">Go To Previous Day</property>
            </style>
          </part>
        </part>
      </part>

      <!-- Menu for Week -->

      <part name="week4" class="Menu">
        <style>
          <property name="title">Select a day</property>
        </style>
        <part name="sunitem" class="MenuItem">
          <part name="suntxt" class="RichText">
            <style>
              <property name="content">Sunday</property>
            </style>
          </part>
        </part>

        <part name="monitem" class="MenuItem">
          <part name="suntxt" class="RichText">
            <style>
              <property name="content">Monday</property>
            </style>
          </part>
        </part>

        <part name="tueitem" class="MenuItem">
          <part name="tuetxt" class="RichText">
            <style>
              <property name="content">Tuesday</property>
            </style>
          </part>
        </part>

        <part name="weditem" class="MenuItem">
          <part name="wedtxt" class="RichText">
            <style>
              <property name="content">Wednesday</property>
            </style>
          </part>
        </part>

        <part name="thuitem" class="MenuItem">
          <part name="thutxt" class="RichText">
            <style>
              <property name="content">Thursday</property>
            </style>
          </part>
        </part>

        <part name="friitem" class="MenuItem">
          <part name="fritxt" class="RichText">
            <style>
              <property name="content">Friday</property>
            </style>
          </part>
        </part>

        <part name="satitem" class="MenuItem">
          <part name="sattxt" class="RichText">
            <style>
              <property name="content">Saturday</property>
            </style>
          </part>
        </part>
      </part>

      <part name="month" class="Menu">
        <style>
          <property name="title">Select week in June</property>
        </style>
        <part name="week1item" class="MenuItem">
          <part name="week1txt" class="RichText">
            <style>
              <property name="content">Week 1 (1 - 3)</property>
            </style>
          </part>
        </part>
        <part name="week2item" class="MenuItem">
          <part name="week2txt" class="RichText">
            <style>
              <property name="content">Week 2 (4 - 10)</property>
            </style>
          </part>
        </part>
        <part name="week3item" class="MenuItem">
          <part name="week3txt" class="RichText">
            <style>
              <property name="content">Week 3 (11 - 17)</property>
            </style>
          </part>
        </part>
        <part name="week4item" class="MenuItem">
          <part name="week4txt" class="RichText">
            <style>
              <property name="content">Week 4 (18 - 24)</property>
            </style>
          </part>
        </part>
        <part name="week5item" class="MenuItem">
          <part name="week5txt" class="RichText">
            <style>
              <property name="content">Week 5 (25 - 30)</property>
            </style>
          </part>
        </part>
      </part>
    </part>
  </structure>

  <behavior name="WML">
    <rule>
      <condition>
        <event class="selected" part-name="dayitem" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day1" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="day1s3" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day2" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="day1s4" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day1" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="day2s1" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day3" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="day2s2" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day1" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="day3s1" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day4" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="day3s2" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day2" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="day4s1" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day5" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="day4s2" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day3" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="day5s1" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day5" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="day5s2" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day4" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="week4item" name="itemselect"/>
      </condition>
      <action>
        <property part-name="week4" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="monthitem" name="itemselect"/>
      </condition>
      <action>
        <property part-name="month" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="sunitem" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="monitem" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="tueitem" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="weditem" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="thuitem" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="friitem" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="satitem" name="itemselect"/>
      </condition>
      <action>
        <property part-name="day" name="visible">true</property>
      </action>
    </rule>


    <rule>
      <condition>
        <event class="selected" part-name="week1item" name="itemselect"/>
      </condition>
      <action>
        <property part-name="week4" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="week2item" name="itemselect"/>
      </condition>
      <action>
        <property part-name="week4" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="week3item" name="itemselect"/>
      </condition>
      <action>
        <property part-name="week4" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="week4item" name="itemselect"/>
      </condition>
      <action>
        <property part-name="week4" name="visible">true</property>
      </action>
    </rule>

    <rule>
      <condition>
        <event class="selected" part-name="week5item" name="itemselect"/>
      </condition>
      <action>
        <property part-name="week4" name="visible">true</property>
      </action>
    </rule>
  </behavior>

    <structure name="PalmOS">
      <part name="Month" class="FrmNewForm">
        <style>
          <property name="title">June</property>
          <property name="height">160</property>
          <property name="width">160</property>
          <property name="x">0</property>
          <property name="y">0</property>
        </style>
        <part name="MMayButton" class="buttonCtl">
          <style>
            <property name="x">10</property>
            <property name="y">17</property>
            <property name="width">30</property>
            <property name="height">10</property>
            <property name="textP">&lt; May</property>
          </style>
        </part>

        <part name="MJulyButton" class="buttonCtl">
          <style>
            <property name="x">120</property>
            <property name="y">17</property>
            <property name="width">30</property>
            <property name="height">10</property>
            <property name="textP">July &gt;</property>
          </style>
        </part>

        <part name="March" class="FrmNewLabel">
          <style>
            <property name="x">50</property>
            <property name="y">15</property>
            <property name="font">boldFont</property>
            <property name="textP">June, 2000</property>
          </style>
        </part>

        <part name="Sunday" class="FrmNewLabel">
          <style>
            <property name="x">11</property>
            <property name="y">29</property>
            <property name="textP">Sun</property>
          </style>
        </part>

        <part name="Monday" class="FrmNewLabel">
          <style>
            <property name="x">31</property>
            <property name="y">29</property>
            <property name="textP">Mon</property>
          </style>
        </part>

        <part name="Tuesday" class="FrmNewLabel">
          <style>
            <property name="x">51</property>
            <property name="y">29</property>
            <property name="textP">Tue</property>
          </style>
        </part>

        <part name="Wednesday" class="FrmNewLabel">
          <style>
            <property name="x">71</property>
            <property name="y">29</property>
            <property name="textP">Wed</property>
          </style>
        </part>

        <part name="Thursday" class="FrmNewLabel">
          <style>
            <property name="x">91</property>
            <property name="y">29</property>
            <property name="textP">Thu</property>
          </style>
        </part>

        <part name="Friday" class="FrmNewLabel">
          <style>
            <property name="x">111</property>
            <property name="y">29</property>
            <property name="textP">Fri</property>
          </style>
        </part>

        <part name="Saturday" class="FrmNewLabel">
          <style>
            <property name="x">131</property>
            <property name="y">29</property>
            <property name="textP">Sat</property>
          </style>
        </part>

        <part name="LineOne" class="WinDrawLine">
          <style>
            <property name="x1">10</property>
            <property name="y1">40</property>
            <property name="x2">150</property>
            <property name="y2">40</property>
          </style>
        </part>

        <part name="LineTwo" class="WinDrawLine">
          <style>
            <property name="x1">10</property>
            <property name="y1">60</property>
            <property name="x2">150</property>
            <property name="y2">60</property>
          </style>
        </part>

        <part name="LineThree" class="WinDrawLine">
          <style>
            <property name="x1">10</property>
            <property name="y1">80</property>
            <property name="x2">150</property>
            <property name="y2">80</property>
          </style>
        </part>

        <part name="LineFour" class="WinDrawLine">
          <style>
            <property name="x1">10</property>
            <property name="y1">100</property>
            <property name="x2">150</property>
            <property name="y2">100</property>
          </style>
        </part>

        <part name="LineFive" class="WinDrawLine">
          <style>
            <property name="x1">10</property>
            <property name="y1">120</property>
            <property name="x2">150</property>
            <property name="y2">120</property>
          </style>
        </part>

        <part name="LineSix" class="WinDrawLine">
          <style>
            <property name="x1">10</property>
            <property name="y1">140</property>
            <property name="x2">150</property>
            <property name="y2">140</property>
          </style>
        </part>

        <part name="VLineOne" class="WinDrawLine">
          <style>
            <property name="x1">10</property>
            <property name="y1">40</property>
            <property name="x2">10</property>
            <property name="y2">140</property>
          </style>
        </part>

        <part name="VLineTwo" class="WinDrawLine">
          <style>
            <property name="x1">30</property>
            <property name="y1">40</property>
            <property name="x2">30</property>
            <property name="y2">140</property>
          </style>
        </part>

        <part name="VLineThree" class="WinDrawLine">
          <style>
            <property name="x1">50</property>
            <property name="y1">40</property>
            <property name="x2">50</property>
            <property name="y2">140</property>
          </style>
        </part>

        <part name="VLineFour" class="WinDrawLine">
          <style>
            <property name="x1">70</property>
            <property name="y1">40</property>
            <property name="x2">70</property>
            <property name="y2">140</property>
          </style>
        </part>

        <part name="VLineFive" class="WinDrawLine">
          <style>
            <property name="x1">90</property>
            <property name="y1">40</property>
            <property name="x2">90</property>
            <property name="y2">140</property>
          </style>
        </part>

        <part name="VLineSix" class="WinDrawLine">
          <style>
            <property name="x1">110</property>
            <property name="y1">40</property>
            <property name="x2">110</property>
            <property name="y2">140</property>
          </style>
        </part>

        <part name="VLineSeven" class="WinDrawLine">
          <style>
            <property name="x1">130</property>
            <property name="y1">40</property>
            <property name="x2">130</property>
            <property name="y2">140</property>
          </style>
        </part>

        <part name="VLineEight" class="WinDrawLine">
          <style>
            <property name="x1">150</property>
            <property name="y1">40</property>
            <property name="x2">150</property>
            <property name="y2">140</property>
          </style>
        </part>

        <part name="MGoToButton" class="buttonCtl">
          <style>
            <property name="x">122</property>
            <property name="y">145</property>
            <property name="width">30</property>
            <property name="height">10</property>
            <property name="textP">Go To</property>
          </style>
        </part>

        <part name="MMonthButton" class="buttonCtl">
          <style>
            <property name="x">84</property>
            <property name="y">145</property>
            <property name="width">30</property>
            <property name="height">10</property>
            <property name="textP">Month</property>
          </style>
        </part>

        <part name="MWeekButton" class="buttonCtl">
          <style>
            <property name="x">46</property>
            <property name="y">145</property>
            <property name="width">30</property>
            <property name="height">10</property>
            <property name="textP">Week</property>
          </style>
        </part>

        <part name="MDayButton" class="buttonCtl">
          <style>
            <property name="x">8</property>
            <property name="y">145</property>
            <property name="width">30</property>
            <property name="height">10</property>
            <property name="textP">Day</property>
          </style>
        </part>

<!-- Week 1 -->

        <part name="1" class="FrmNewLabel">
          <style>
            <property name="x">92</property>
            <property name="y">41</property>
            <property name="textP">1</property>
          </style>
        </part>

        <part name="2" class="FrmNewLabel">
          <style>
            <property name="x">112</property>
            <property name="y">41</property>
            <property name="textP">2</property>
          </style>
        </part>

        <part name="3" class="FrmNewLabel">
          <style>
            <property name="x">132</property>
            <property name="y">41</property>
            <property name="textP">3</property>
          </style>
        </part>

<!-- Week 2 -->

        <part name="4" class="FrmNewLabel">
          <style>
            <property name="x">12</property>
            <property name="y">61</property>
            <property name="textP">4</property>
          </style>
        </part>

        <part name="5" class="FrmNewLabel">
          <style>
            <property name="x">32</property>
            <property name="y">61</property>
            <property name="textP">5</property>
          </style>
        </part>

        <part name="6" class="FrmNewLabel">
          <style>
            <property name="x">52</property>
            <property name="y">61</property>
            <property name="textP">6</property>
          </style>
        </part>

        <part name="7" class="FrmNewLabel">
          <style>
            <property name="x">72</property>
            <property name="y">61</property>
            <property name="textP">7</property>
          </style>
        </part>

        <part name="8" class="FrmNewLabel">
          <style>
            <property name="x">92</property>
            <property name="y">61</property>
            <property name="textP">8</property>
          </style>
        </part>

        <part name="9" class="FrmNewLabel">
          <style>
            <property name="x">112</property>
            <property name="y">61</property>
            <property name="textP">9</property>
          </style>
        </part>

        <part name="10" class="FrmNewLabel">
          <style>
            <property name="x">132</property>
            <property name="y">61</property>
            <property name="textP">10</property>
          </style>
        </part>

<!-- Week 3 -->

        <part name="11" class="FrmNewLabel">
          <style>
            <property name="x">12</property>
            <property name="y">81</property>
            <property name="textP">11</property>
          </style>
        </part>

        <part name="12" class="FrmNewLabel">
          <style>
            <property name="x">32</property>
            <property name="y">81</property>
            <property name="textP">12</property>
          </style>
        </part>

        <part name="13" class="FrmNewLabel">
          <style>
            <property name="x">52</property>
            <property name="y">81</property>
            <property name="textP">13</property>
          </style>
        </part>

        <part name="14" class="FrmNewLabel">
          <style>
            <property name="x">72</property>
            <property name="y">81</property>
            <property name="textP">14</property>
          </style>
        </part>

        <part name="15" class="FrmNewLabel">
          <style>
            <property name="x">92</property>
            <property name="y">81</property>
            <property name="textP">15</property>
          </style>
        </part>

        <part name="16" class="FrmNewLabel">
          <style>
            <property name="x">112</property>
            <property name="y">81</property>
            <property name="textP">16</property>
          </style>
        </part>

        <part name="17" class="FrmNewLabel">
          <style>
            <property name="x">132</property>
            <property name="y">81</property>
            <property name="textP">17</property>
          </style>
        </part>

<!-- Week 4 -->

        <part name="18" class="FrmNewLabel">
          <style>
            <property name="x">12</property>
            <property name="y">101</property>
            <property name="textP">18</property>
          </style>
        </part>

        <part name="19" class="FrmNewLabel">
          <style>
            <property name="x">32</property>
            <property name="y">101</property>
            <property name="textP">19</property>
          </style>
        </part>

        <part name="20" class="FrmNewLabel">
          <style>
            <property name="x">52</property>
            <property name="y">101</property>
            <property name="textP">20</property>
          </style>
        </part>

        <part name="21" class="FrmNewLabel">
          <style>
            <property name="x">72</property>
            <property name="y">101</property>
            <property name="textP">21</property>
          </style>
        </part>

        <part name="22" class="FrmNewLabel">
          <style>
            <property name="x">92</property>
            <property name="y">101</property>
            <property name="textP">22</property>
          </style>
        </part>

        <part name="23" class="FrmNewLabel">
          <style>
            <property name="x">112</property>
            <property name="y">101</property>
            <property name="textP">23</property>
          </style>
        </part>

        <part name="24" class="FrmNewLabel">
          <style>
            <property name="x">132</property>
            <property name="y">101</property>
            <property name="textP">24</property>
          </style>
        </part>

<!-- Week 5 -->

        <part name="25" class="FrmNewLabel">
          <style>
            <property name="x">12</property>
            <property name="y">121</property>
            <property name="textP">25</property>
          </style>
        </part>

        <part name="26" class="FrmNewLabel">
          <style>
            <property name="x">32</property>
            <property name="y">121</property>
            <property name="textP">26</property>
          </style>
        </part>

        <part name="27" class="FrmNewLabel">
          <style>
            <property name="x">52</property>
            <property name="y">121</property>
            <property name="textP">27</property>
          </style>
        </part>

        <part name="28" class="FrmNewLabel">
          <style>
            <property name="x">72</property>
            <property name="y">121</property>
            <property name="textP">28</property>
          </style>
        </part>

        <part name="29" class="FrmNewLabel">
          <style>
            <property name="x">92</property>
            <property name="y">121</property>
            <property name="textP">29</property>
          </style>
        </part>

        <part name="30" class="FrmNewLabel">
          <style>
            <property name="x">112</property>
            <property name="y">121</property>
            <property name="textP">30</property>
          </style>
        </part>
      </part>

  <!-- *************************************************************** -->
  <!--                    Form for Week                                -->
  <!-- *************************************************************** -->

      <part name="Week" class="FrmNewForm">
        <style>
          <property name="title">This Week</property>
          <property name="height">160</property>
          <property name="width">160</property>
          <property name="x">0</property>
          <property name="y">0</property>
        </style>

    <!-- *************************************************************** -->
    <!-- Parts for top buttons and label                                 -->
    <!-- *************************************************************** -->

        <part name="title" class="FrmNewLabel">
          <style>
            <property name="x">35</property>
            <property name="y">15</property>
            <property name="textP">Week 4 (6/18 - 6/24)</property>
          </style>
        </part>
        <part name="WLeftButton" class="buttonCtl">
          <style>
            <property name="x">10</property>
            <property name="y">17</property>
            <property name="width">20</property>
            <property name="height">10</property>
            <property name="textP">&lt;-</property>
          </style>
        </part>

        <part name="WRightButton" class="buttonCtl">
          <style>
            <property name="x">130</property>
            <property name="y">17</property>
            <property name="width">20</property>
            <property name="height">10</property>
            <property name="textP">-&gt;</property>
          </style>
        </part>

    <!-- *************************************************************** -->
    <!-- Main body of week                                               -->
    <!-- *************************************************************** -->

        <part name="WLine1" class="WinDrawLine">
          <style>
            <property name="x1">30</property>
            <property name="y1">40</property>
            <property name="x2">155</property>
            <property name="y2">40</property>
          </style>
        </part>

        <part name="WLine2" class="WinDrawLine">
          <style>
            <property name="x1">30</property>
            <property name="y1">54</property>
            <property name="x2">155</property>
            <property name="y2">54</property>
          </style>
        </part>

        <part name="WLine3" class="WinDrawLine">
          <style>
            <property name="x1">30</property>
            <property name="y1">68</property>
            <property name="x2">155</property>
            <property name="y2">68</property>
          </style>
        </part>

        <part name="WLine4" class="WinDrawLine">
          <style>
            <property name="x1">30</property>
            <property name="y1">82</property>
            <property name="x2">155</property>
            <property name="y2">82</property>
          </style>
        </part>

        <part name="WLine5" class="WinDrawLine">
          <style>
            <property name="x1">30</property>
            <property name="y1">96</property>
            <property name="x2">155</property>
            <property name="y2">96</property>
          </style>
        </part>

        <part name="WLine6" class="WinDrawLine">
          <style>
            <property name="x1">30</property>
            <property name="y1">110</property>
            <property name="x2">155</property>
            <property name="y2">110</property>
          </style>
        </part>

        <part name="WLine7" class="WinDrawLine">
          <style>
            <property name="x1">30</property>
            <property name="y1">124</property>
            <property name="x2">155</property>
            <property name="y2">124</property>
          </style>
        </part>

        <part name="WLine8" class="WinDrawLine">
          <style>
            <property name="x1">30</property>
            <property name="y1">138</property>
            <property name="x2">155</property>
            <property name="y2">138</property>
          </style>
        </part>

        <part name="WVLine2" class="WinDrawLine">
          <style>
            <property name="x1">155</property>
            <property name="y1">40</property>
            <property name="x2">155</property>
            <property name="y2">138</property>
          </style>
        </part>

        <part name="WVLine3" class="WinDrawLine">
          <style>
            <property name="x1">30</property>
            <property name="y1">40</property>
            <property name="x2">30</property>
            <property name="y2">138</property>
          </style>
        </part>

    <!-- *************************************************************** -->
    <!-- Labels for days                                                 -->
    <!-- *************************************************************** -->

        <part name="sun" class="FrmNewLabel">
          <style>
            <property name="x">10</property>
            <property name="y">41</property>
            <property name="textP">Sun</property>
            <property name="font">stdFont</property>
          </style>
        </part>

        <part name="mon" class="FrmNewLabel">
          <style>
            <property name="x">10</property>
            <property name="y">55</property>
            <property name="textP">Mon</property>
          </style>
        </part>

        <part name="Tue" class="FrmNewLabel">
          <style>
            <property name="x">10</property>
            <property name="y">69</property>
            <property name="textP">Tue</property>
          </style>
        </part>

        <part name="Wed" class="FrmNewLabel">
          <style>
            <property name="x">10</property>
            <property name="y">83</property>
            <property name="textP">Wed</property>
          </style>
        </part>

        <part name="Thu" class="FrmNewLabel">
          <style>
            <property name="x">10</property>
            <property name="y">97</property>
            <property name="textP">Thu</property>
          </style>
        </part>

        <part name="Fri" class="FrmNewLabel">
          <style>
            <property name="x">10</property>
            <property name="y">111</property>
            <property name="textP">Fri</property>
          </style>
        </part>

        <part name="sat" class="FrmNewLabel">
          <style>
            <property name="x">10</property>
            <property name="y">125</property>
            <property name="textP">Sat</property>
          </style>
        </part>

    <!-- *************************************************************** -->
    <!-- Labels for appointments                                         -->
    <!-- *************************************************************** -->

        <part name="first" class="FrmNewLabel">
          <style>
            <property name="x">32</property>
            <property name="y">56</property>
            <property name="textP">9-10 Research Meeting...</property>
            <property name="font">stdFont</property>
          </style>
        </part>

        <part name="second" class="FrmNewLabel">
          <style>
            <property name="x">32</property>
            <property name="y">84</property>
            <property name="textP">9-10 evt 1...</property>
            <property name="font">stdFont</property>
          </style>
        </part>

        <part name="third" class="FrmNewLabel">
          <style>
            <property name="x">32</property>
            <property name="y">112</property>
            <property name="textP">9-12 Course UIML...</property>
            <property name="font">stdFont</property>
          </style>
        </part>

    <!-- *************************************************************** -->
    <!-- Parts for bottom buttons                                        -->
    <!-- *************************************************************** -->

        <part name="WGoToButton" class="buttonCtl">
          <style>
            <property name="x">122</property>
            <property name="y">145</property>
            <property name="width">30</property>
            <property name="height">10</property>
            <property name="textP">Go To</property>
          </style>
        </part>

        <part name="WMonthButton" class="buttonCtl">
          <style>
            <property name="x">84</property>
            <property name="y">145</property>
            <property name="width">30</property>
            <property name="height">10</property>
            <property name="textP">Month</property>
          </style>
        </part>

        <part name="WWeekButton" class="buttonCtl">
          <style>
            <property name="x">46</property>
            <property name="y">145</property>
            <property name="width">30</property>
            <property name="height">10</property>
            <property name="textP">Week</property>
          </style>
        </part>

        <part name="WDayButton" class="buttonCtl">
          <style>
            <property name="x">8</property>
            <property name="y">145</property>
            <property name="width">30</property>
            <property name="height">10</property>
            <property name="textP">Day</property>
          </style>
        </part>
      </part>

  <!-- *************************************************************** -->
  <!-- Form for Day                                                    -->
  <!-- *************************************************************** -->

      <part name="Day" class="FrmNewForm">
        <style>
          <property name="title">Today</property>
          <property name="height">160</property>
          <property name="width">160</property>
          <property name="x">0</property>
          <property name="y">0</property>
        </style>

    <!-- *************************************************************** -->
    <!-- Parts for top buttons and label                                 -->
    <!-- *************************************************************** -->

        <part name="Dtitle" class="FrmNewLabel">
          <style>
            <property name="x">35</property>
            <property name="y">15</property>
            <property name="textP">Monday June 19, 2000</property>
          </style>
        </part>

        <part name="DLeftButton" class="buttonCtl">
          <style>
            <property name="x">10</property>
            <property name="y">17</property>
            <property name="width">20</property>
            <property name="height">10</property>
            <property name="textP">&lt;-</property>
          </style>
        </part>

        <part name="DRightButton" class="buttonCtl">
          <style>
            <property name="x">130</property>
            <property name="y">17</property>
            <property name="width">20</property>
            <property name="height">10</property>
            <property name="textP">-&gt;</property>
          </style>
        </part>

    <!-- *************************************************************** -->
    <!-- Labels for times                                                -->
    <!-- *************************************************************** -->

        <part name="8A" class="FrmNewLabel">
          <style>
            <property name="x">5</property>
            <property name="y">30</property>
            <property name="textP">08:00</property>
          </style>
        </part>

        <part name="9A" class="FrmNewLabel">
          <style>
            <property name="x">5</property>
            <property name="y">40</property>
            <property name="textP">09:00</property>
          </style>
        </part>

        <part name="Dfirstappt" class="FrmNewLabel">
          <style>
            <property name="x">35</property>
            <property name="y">40</property>
            <property name="textP">Research Meeting</property>
          </style>
        </part>

        <part name="10A" class="FrmNewLabel">
          <style>
            <property name="x">5</property>
            <property name="y">50</property>
            <property name="textP">10:00</property>
          </style>
        </part>

        <part name="11A" class="FrmNewLabel">
          <style>
            <property name="x">5</property>
            <property name="y">60</property>
            <property name="textP">11:00</property>
          </style>
        </part>

        <part name="Dsecondappt" class="FrmNewLabel">
          <style>
            <property name="x">35</property>
            <property name="y">60</property>
            <property name="textP">Project Meeting</property>
          </style>
        </part>

        <part name="12A" class="FrmNewLabel">
          <style>
            <property name="x">5</property>
            <property name="y">70</property>
            <property name="textP">12:00</property>
          </style>
        </part>

        <part name="1P" class="FrmNewLabel">
          <style>
            <property name="x">5</property>
            <property name="y">80</property>
            <property name="textP">01:00</property>
          </style>
        </part>

        <part name="2P" class="FrmNewLabel">
          <style>
            <property name="x">5</property>
            <property name="y">90</property>
            <property name="textP">02:00</property>
          </style>
        </part>

        <part name="3P" class="FrmNewLabel">
          <style>
            <property name="x">5</property>
            <property name="y">100</property>
            <property name="textP">03:00</property>
          </style>
        </part>

        <part name="4P" class="FrmNewLabel">
          <style>
            <property name="x">5</property>
            <property name="y">110</property>
            <property name="textP">04:00</property>
          </style>
        </part>

        <part name="5P" class="FrmNewLabel">
          <style>
            <property name="x">5</property>
            <property name="y">120</property>
            <property name="textP">05:00</property>
          </style>
        </part>

        <part name="6P" class="FrmNewLabel">
          <style>
            <property name="x">5</property>
            <property name="y">130</property>
            <property name="textP">06:00</property>
          </style>
        </part>

    <!-- *************************************************************** -->
    <!-- Lines between appointments                                      -->
    <!-- *************************************************************** -->

        <part name="DLine1" class="WinDrawLine">
          <style>
            <property name="x1">28</property>
            <property name="y1">40</property>
            <property name="x2">155</property>
            <property name="y2">40</property>
          </style>
        </part>

        <part name="DLine2" class="WinDrawLine">
          <style>
            <property name="x1">28</property>
            <property name="y1">50</property>
            <property name="x2">155</property>
            <property name="y2">50</property>
          </style>
        </part>

        <part name="DLine3" class="WinDrawLine">
          <style>
            <property name="x1">28</property>
            <property name="y1">60</property>
            <property name="x2">155</property>
            <property name="y2">60</property>
          </style>
        </part>

        <part name="DLine4" class="WinDrawLine">
          <style>
            <property name="x1">28</property>
            <property name="y1">70</property>
            <property name="x2">155</property>
            <property name="y2">70</property>
          </style>
        </part>

        <part name="DLine5" class="WinDrawLine">
          <style>
            <property name="x1">28</property>
            <property name="y1">80</property>
            <property name="x2">155</property>
            <property name="y2">80</property>
          </style>
        </part>

        <part name="DLine6" class="WinDrawLine">
          <style>
            <property name="x1">28</property>
            <property name="y1">90</property>
            <property name="x2">155</property>
            <property name="y2">90</property>
          </style>
        </part>

        <part name="DLine7" class="WinDrawLine">
          <style>
            <property name="x1">28</property>
            <property name="y1">100</property>
            <property name="x2">155</property>
            <property name="y2">100</property>
          </style>
        </part>

        <part name="DLine8" class="WinDrawLine">
          <style>
            <property name="x1">28</property>
            <property name="y1">110</property>
            <property name="x2">155</property>
            <property name="y2">110</property>
          </style>
        </part>

        <part name="DLine9" class="WinDrawLine">
          <style>
            <property name="x1">28</property>
            <property name="y1">120</property>
            <property name="x2">155</property>
            <property name="y2">120</property>
          </style>
        </part>

        <part name="DLine10" class="WinDrawLine">
          <style>
            <property name="x1">28</property>
            <property name="y1">130</property>
            <property name="x2">155</property>
            <property name="y2">130</property>
          </style>
        </part>

        <part name="DLine11" class="WinDrawLine">
          <style>
            <property name="x1">28</property>
            <property name="y1">140</property>
            <property name="x2">155</property>
            <property name="y2">140</property>
          </style>
        </part>

    <!-- *************************************************************** -->
    <!-- Parts for bottom buttons                                        -->
    <!-- *************************************************************** -->

        <part name="DGoToButton" class="buttonCtl">
          <style>
            <property name="x">122</property>
            <property name="y">150</property>
            <property name="width">30</property>
            <property name="height">9</property>
            <property name="textP">Go To</property>
          </style>
        </part>

        <part name="DMonthButton" class="buttonCtl">
          <style>
            <property name="x">84</property>
            <property name="y">150</property>
            <property name="width">30</property>
            <property name="height">9</property>
            <property name="textP">Month</property>
          </style>
        </part>

        <part name="DWeekButton" class="buttonCtl">
          <style>
            <property name="x">46</property>
            <property name="y">150</property>
            <property name="width">30</property>
            <property name="height">9</property>
            <property name="textP">Week</property>
          </style>
        </part>

        <part name="DDayButton" class="buttonCtl">
          <style>
            <property name="x">8</property>
            <property name="y">150</property>
            <property name="width">30</property>
            <property name="height">9</property>
            <property name="textP">Day</property>
          </style>
        </part>

      </part>
    </structure>

    <behavior name="PalmOS">
      <rule>
        <condition>
          <event class="ctlSelectEvent" part-name="MMonthButton"/>
        </condition>
        <action>
          <property part-name="Month" name="visible">true</property>
        </action>
      </rule>

      <rule>
        <condition>
          <event class="ctlSelectEvent" part-name="MWeekButton"/>
        </condition>
        <action>
          <property part-name="Week" name="visible">true</property>
        </action>
      </rule>

      <rule>
        <condition>
          <event class="ctlSelectEvent" part-name="MDayButton"/>
        </condition>
        <action>
          <property part-name="Day" name="visible">true</property>
        </action>
      </rule>

      <rule>
        <condition>
          <event class="ctlSelectEvent" part-name="WMonthButton"/>
        </condition>
        <action>
          <property part-name="Month" name="visible">true</property>
        </action>
      </rule>

      <rule>
        <condition>
          <event class="ctlSelectEvent" part-name="WWeekButton"/>
        </condition>
        <action>
          <property part-name="Week" name="visible">true</property>
        </action>
      </rule>

      <rule>
        <condition>
          <event class="ctlSelectEvent" part-name="WDayButton"/>
        </condition>
        <action>
          <property part-name="Day" name="visible">true</property>
        </action>
      </rule>

      <rule>
        <condition>
          <event class="ctlSelectEvent" part-name="DMonthButton"/>
        </condition>
        <action>
          <property part-name="Month" name="visible">true</property>
        </action>
      </rule>

      <rule>
        <condition>
          <event class="ctlSelectEvent" part-name="DWeekButton"/>
        </condition>
        <action>
          <property part-name="Week" name="visible">true</property>
        </action>
      </rule>

      <rule>
        <condition>
          <event class="ctlSelectEvent" part-name="DDayButton"/>
        </condition>
        <action>
          <property part-name="Day" name="visible">true</property>
        </action>
      </rule>
    </behavior>

  </interface>
</uiml>
