view src/MPipeline2/src/mpipeline/ltpdapreferences/TimePrefGroupPanel.form @ 13:e05504b18072 database-connection-manager

Move more functions to utils.repository
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Mon, 05 Dec 2011 16:20:06 +0100
parents f0afece42f48
children
line wrap: on
line source

<?xml version="1.1" encoding="UTF-8" ?>

<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
  <AuxValues>
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  </AuxValues>

  <Layout>
    <DimensionLayout dim="0">
      <Group type="103" groupAlignment="0" attributes="0">
          <Group type="102" attributes="0">
              <EmptySpace max="-2" attributes="0"/>
              <Group type="103" groupAlignment="0" attributes="0">
                  <Group type="102" alignment="0" attributes="0">
                      <Component id="jLabel1" linkSize="1" min="-2" max="-2" attributes="0"/>
                      <EmptySpace type="unrelated" max="-2" attributes="0"/>
                      <Component id="timezoneCombo" min="-2" max="-2" attributes="0"/>
                  </Group>
                  <Group type="102" alignment="0" attributes="0">
                      <Component id="jLabel2" linkSize="1" min="-2" max="-2" attributes="0"/>
                      <EmptySpace max="-2" attributes="0"/>
                      <Component id="timestringTextEdit" pref="226" max="32767" attributes="0"/>
                  </Group>
              </Group>
              <EmptySpace max="-2" attributes="0"/>
          </Group>
      </Group>
    </DimensionLayout>
    <DimensionLayout dim="1">
      <Group type="103" groupAlignment="0" attributes="0">
          <Group type="102" alignment="0" attributes="0">
              <EmptySpace max="-2" attributes="0"/>
              <Group type="103" groupAlignment="3" attributes="0">
                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="timezoneCombo" alignment="3" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace max="-2" attributes="0"/>
              <Group type="103" groupAlignment="3" attributes="0">
                  <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="timestringTextEdit" alignment="3" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace max="32767" attributes="0"/>
          </Group>
      </Group>
    </DimensionLayout>
  </Layout>
  <SubComponents>
    <Component class="javax.swing.JComboBox" name="timezoneCombo">
      <Properties>
        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
          <StringArray count="31">
            <StringItem index="0" value="UTC"/>
            <StringItem index="1" value="CET"/>
            <StringItem index="2" value="PST"/>
            <StringItem index="3" value="CST"/>
            <StringItem index="4" value="EST"/>
            <StringItem index="5" value="JST   "/>
            <StringItem index="6" value="GMT-12"/>
            <StringItem index="7" value="GMT-11"/>
            <StringItem index="8" value="GMT-10"/>
            <StringItem index="9" value="GMT-09"/>
            <StringItem index="10" value="GMT-08"/>
            <StringItem index="11" value="GMT-07"/>
            <StringItem index="12" value="GMT-06"/>
            <StringItem index="13" value="GMT-05"/>
            <StringItem index="14" value="GMT-04"/>
            <StringItem index="15" value="GMT-03"/>
            <StringItem index="16" value="GMT-02"/>
            <StringItem index="17" value="GMT-01"/>
            <StringItem index="18" value="GMT"/>
            <StringItem index="19" value="GMT+01"/>
            <StringItem index="20" value="GMT+02"/>
            <StringItem index="21" value="GMT+03"/>
            <StringItem index="22" value="GMT+04"/>
            <StringItem index="23" value="GMT+05"/>
            <StringItem index="24" value="GMT+06"/>
            <StringItem index="25" value="GMT+07"/>
            <StringItem index="26" value="GMT+08"/>
            <StringItem index="27" value="GMT+09"/>
            <StringItem index="28" value="GMT+10"/>
            <StringItem index="29" value="GMT+11"/>
            <StringItem index="30" value="GMT+12"/>
          </StringArray>
        </Property>
      </Properties>
    </Component>
    <Component class="javax.swing.JLabel" name="jLabel1">
      <Properties>
        <Property name="horizontalAlignment" type="int" value="4"/>
        <Property name="text" type="java.lang.String" value="Timezone:"/>
      </Properties>
    </Component>
    <Component class="javax.swing.JLabel" name="jLabel2">
      <Properties>
        <Property name="horizontalAlignment" type="int" value="4"/>
        <Property name="text" type="java.lang.String" value="Time String Format:"/>
      </Properties>
    </Component>
    <Component class="javax.swing.JTextField" name="timestringTextEdit">
      <Properties>
        <Property name="text" type="java.lang.String" value="yyyy-mm-dd HH:MM:SS.FFF z"/>
      </Properties>
      <Events>
        <EventHandler event="keyTyped" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="timestringTextEditKeyTyped"/>
      </Events>
    </Component>
  </SubComponents>
</Form>