Newer
Older
CasicTimeGuard / src / com / casic / swing / ui / TimeGuardNtp.form
Pengxh on 8 Dec 2021 5 KB First Commit
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.casic.swing.ui.TimeGuardNtp">
  <grid id="27dc6" binding="ntpPanel" layout-manager="GridBagLayout">
    <constraints>
      <xy x="20" y="20" width="353" height="400"/>
    </constraints>
    <properties/>
    <border type="none"/>
    <children>
      <component id="b6e4c" class="javax.swing.JLabel">
        <constraints>
          <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
          <gridbag top="5" left="0" bottom="5" right="0" weightx="0.0" weighty="0.0"/>
        </constraints>
        <properties>
          <text value="授时状态:"/>
        </properties>
      </component>
      <component id="c3382" class="javax.swing.JLabel">
        <constraints>
          <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
          <gridbag top="5" left="0" bottom="5" right="0" weightx="0.0" weighty="0.0"/>
        </constraints>
        <properties>
          <text value="最近授时同步时间:"/>
        </properties>
      </component>
      <component id="bc2bd" class="javax.swing.JLabel" binding="timeValueLabel">
        <constraints>
          <grid row="2" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
          <gridbag top="0" left="5" bottom="0" right="5" weightx="0.0" weighty="0.0"/>
        </constraints>
        <properties>
          <text value="Wed, 08 Dec 2021 09:51:06 +0800"/>
        </properties>
      </component>
      <component id="d3d4f" class="javax.swing.JLabel">
        <constraints>
          <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
          <gridbag weightx="0.0" weighty="0.0"/>
        </constraints>
        <properties>
          <text value="授时中心服务器:"/>
        </properties>
      </component>
      <component id="d475" class="javax.swing.JComboBox" binding="hostComboBox">
        <constraints>
          <grid row="3" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
          <gridbag weightx="0.0" weighty="0.0"/>
        </constraints>
        <properties/>
      </component>
      <component id="f1817" class="javax.swing.JButton" binding="updateTimeButton">
        <constraints>
          <grid row="6" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
          <gridbag top="5" left="0" bottom="5" right="0" weightx="0.0" weighty="0.0"/>
        </constraints>
        <properties>
          <text value="手动同步"/>
        </properties>
      </component>
      <component id="ff586" class="javax.swing.JLabel" binding="dotView">
        <constraints>
          <grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
          <gridbag top="0" left="5" bottom="0" right="0" weightx="0.0" weighty="0.0"/>
        </constraints>
        <properties>
          <text value="未同步"/>
        </properties>
      </component>
      <component id="3a427" class="javax.swing.JLabel">
        <constraints>
          <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
          <gridbag weightx="0.0" weighty="0.0"/>
        </constraints>
        <properties>
          <text value="当前时间:"/>
        </properties>
      </component>
      <component id="af75c" class="javax.swing.JLabel" binding="currentTimeLabel">
        <constraints>
          <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
          <gridbag top="5" left="5" bottom="5" right="5" weightx="0.0" weighty="0.0"/>
        </constraints>
        <properties>
          <font size="14"/>
          <foreground color="-4473925"/>
          <text value="--"/>
        </properties>
      </component>
      <component id="992a6" class="javax.swing.JCheckBox" binding="autoCheckBox">
        <constraints>
          <grid row="5" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="4" fill="0" indent="0" use-parent-layout="false"/>
          <gridbag weightx="0.0" weighty="0.0"/>
        </constraints>
        <properties>
          <horizontalAlignment value="2"/>
          <horizontalTextPosition value="11"/>
          <selected value="false"/>
          <text value="自动同步"/>
        </properties>
      </component>
      <component id="61bae" class="javax.swing.JLabel">
        <constraints>
          <grid row="4" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
          <gridbag top="5" left="0" bottom="5" right="0" weightx="0.0" weighty="0.0"/>
        </constraints>
        <properties>
          <text value="同步周期(小时):"/>
        </properties>
      </component>
      <component id="84647" class="javax.swing.JComboBox" binding="periodComboBox">
        <constraints>
          <grid row="4" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
          <gridbag weightx="0.0" weighty="0.0"/>
        </constraints>
        <properties>
          <editable value="false"/>
          <enabled value="false"/>
        </properties>
      </component>
    </children>
  </grid>
</form>