123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436 |
- <?xml version="1.0" encoding="UTF-8"?>
- <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.its.vms.ui.SubUI">
- <grid id="27dc6" binding="rootPanel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
- <margin top="0" left="0" bottom="0" right="0"/>
- <constraints>
- <xy x="20" y="20" width="924" height="502"/>
- </constraints>
- <properties/>
- <border type="none"/>
- <children>
- <grid id="d0095" binding="pnlCtlr" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
- <margin top="0" left="4" bottom="0" right="4"/>
- <constraints>
- <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties/>
- <border type="none"/>
- <children>
- <grid id="17544" binding="pnlControl" layout-manager="GridLayoutManager" row-count="5" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="1" vgap="1">
- <margin top="0" left="0" bottom="0" right="2"/>
- <constraints>
- <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties/>
- <border type="none"/>
- <children>
- <grid id="31344" layout-manager="GridLayoutManager" row-count="5" column-count="11" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
- <margin top="0" left="0" bottom="0" right="0"/>
- <constraints>
- <grid row="0" column="0" row-span="5" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties/>
- <border type="none"/>
- <children>
- <component id="a6a03" class="javax.swing.JTextField" binding="txtName">
- <constraints>
- <grid row="1" column="4" row-span="1" col-span="3" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
- <preferred-size width="200" height="-1"/>
- </grid>
- </constraints>
- <properties>
- <editable value="false"/>
- <font name="Malgun Gothic" size="12" style="0"/>
- <horizontalAlignment value="2"/>
- <text value="제어기 명칭"/>
- </properties>
- </component>
- <component id="11da9" class="javax.swing.JLabel">
- <constraints>
- <grid row="1" column="0" row-span="1" col-span="4" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="ㅣ명칭"/>
- </properties>
- </component>
- <component id="dcc88" class="javax.swing.JLabel">
- <constraints>
- <grid row="2" column="0" row-span="1" col-span="3" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="ㅣIP / Port "/>
- </properties>
- </component>
- <component id="40583" class="javax.swing.JLabel">
- <constraints>
- <grid row="3" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="ㅣ도어"/>
- </properties>
- </component>
- <component id="a2741" class="javax.swing.JTextField" binding="txtDoor">
- <constraints>
- <grid row="3" column="4" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="1" indent="0" use-parent-layout="false">
- <minimum-size width="100" height="-1"/>
- <preferred-size width="100" height="-1"/>
- <maximum-size width="100" height="-1"/>
- </grid>
- </constraints>
- <properties>
- <editable value="false"/>
- <font name="Malgun Gothic" size="12" style="0"/>
- <horizontalAlignment value="0"/>
- <text value="열림/닫힘"/>
- </properties>
- </component>
- <component id="4b05a" class="javax.swing.JTextField" binding="txtState">
- <constraints>
- <grid row="0" column="8" row-span="1" col-span="2" vsize-policy="0" hsize-policy="0" anchor="8" fill="1" indent="0" use-parent-layout="false">
- <minimum-size width="100" height="-1"/>
- <preferred-size width="100" height="-1"/>
- <maximum-size width="100" height="-1"/>
- </grid>
- </constraints>
- <properties>
- <editable value="false"/>
- <font name="Malgun Gothic" size="12" style="0"/>
- <horizontalAlignment value="0"/>
- <text value="통신"/>
- </properties>
- </component>
- <component id="9e468" class="javax.swing.JTextField" binding="txtCtlrId">
- <constraints>
- <grid row="0" column="5" row-span="1" col-span="2" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
- <preferred-size width="150" height="-1"/>
- </grid>
- </constraints>
- <properties>
- <editable value="false"/>
- <font name="Malgun Gothic" size="12" style="0"/>
- <horizontalAlignment value="0"/>
- <text value="제어기 ID"/>
- </properties>
- </component>
- <component id="6d1e0" class="javax.swing.JTextField" binding="txtNmbr">
- <constraints>
- <grid row="0" column="4" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <editable value="false"/>
- <font name="Malgun Gothic" size="12" style="0"/>
- <horizontalAlignment value="0"/>
- <text value="관리번호"/>
- </properties>
- </component>
- <component id="a60a6" class="javax.swing.JLabel">
- <constraints>
- <grid row="0" column="0" row-span="1" col-span="4" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="ㅣVMS"/>
- </properties>
- </component>
- <component id="72a2d" class="javax.swing.JTextField" binding="txtFan">
- <constraints>
- <grid row="3" column="6" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="1" indent="0" use-parent-layout="false">
- <minimum-size width="100" height="-1"/>
- <preferred-size width="100" height="-1"/>
- <maximum-size width="100" height="-1"/>
- </grid>
- </constraints>
- <properties>
- <editable value="false"/>
- <font name="Malgun Gothic" size="12" style="0"/>
- <horizontalAlignment value="0"/>
- <text value="가동/중지"/>
- </properties>
- </component>
- <component id="3b1f0" class="javax.swing.JTextField" binding="txtPort">
- <constraints>
- <grid row="2" column="6" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="1" indent="0" use-parent-layout="false">
- <minimum-size width="100" height="-1"/>
- <preferred-size width="100" height="-1"/>
- <maximum-size width="100" height="-1"/>
- </grid>
- </constraints>
- <properties>
- <editable value="false"/>
- <font name="Malgun Gothic" size="12" style="0"/>
- <horizontalAlignment value="0"/>
- <text value="3001"/>
- </properties>
- </component>
- <component id="ba507" 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"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="ㅣ함체온도"/>
- </properties>
- </component>
- <component id="140c3" class="javax.swing.JLabel">
- <constraints>
- <grid row="4" column="5" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="ㅣ히터"/>
- </properties>
- </component>
- <component id="bb275" class="javax.swing.JTextField" binding="txtTemp">
- <constraints>
- <grid row="4" column="4" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="1" indent="0" use-parent-layout="false">
- <minimum-size width="100" height="-1"/>
- <preferred-size width="100" height="-1"/>
- <maximum-size width="100" height="-1"/>
- </grid>
- </constraints>
- <properties>
- <editable value="false"/>
- <font name="Malgun Gothic" size="12" style="0"/>
- <horizontalAlignment value="0"/>
- <text value="34"/>
- </properties>
- </component>
- <component id="81652" class="javax.swing.JTextField" binding="txtHeater">
- <constraints>
- <grid row="4" column="6" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="1" indent="0" use-parent-layout="false">
- <minimum-size width="100" height="-1"/>
- <preferred-size width="100" height="-1"/>
- <maximum-size width="100" height="-1"/>
- </grid>
- </constraints>
- <properties>
- <editable value="false"/>
- <font name="Malgun Gothic" size="12" style="0"/>
- <horizontalAlignment value="0"/>
- <text value="가동/중지"/>
- </properties>
- </component>
- <component id="5de49" class="javax.swing.JTextField" binding="txtIpAddr">
- <constraints>
- <grid row="2" column="4" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <editable value="false"/>
- <font name="Malgun Gothic" size="12" style="0"/>
- <horizontalAlignment value="0"/>
- <text value="192.168.113.112"/>
- </properties>
- </component>
- <component id="8df61" class="javax.swing.JButton" binding="btnReqStatus">
- <constraints>
- <grid row="1" column="8" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="상태정보요청"/>
- </properties>
- </component>
- <component id="1fbd2" class="javax.swing.JButton" binding="btnReqParam">
- <constraints>
- <grid row="2" column="8" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="파라미터 요청"/>
- </properties>
- </component>
- <component id="b14ca" class="javax.swing.JButton" binding="btnScnDnld">
- <constraints>
- <grid row="3" column="8" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="시나리오 다운로드"/>
- </properties>
- </component>
- <component id="1d668" class="javax.swing.JButton" binding="btnTimeSync">
- <constraints>
- <grid row="4" column="8" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="시간 설정"/>
- </properties>
- </component>
- <component id="a85f9" class="javax.swing.JButton" binding="btnSignBoardOff">
- <constraints>
- <grid row="1" column="9" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="전광판 전원 OFF"/>
- <toolTipText value=""/>
- </properties>
- </component>
- <component id="7c99b" class="javax.swing.JButton" binding="btnSignBoardOn">
- <constraints>
- <grid row="1" column="10" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="전광판 전원 ON"/>
- <toolTipText value=""/>
- </properties>
- </component>
- <component id="660a8" class="javax.swing.JButton" binding="btnReqFan">
- <constraints>
- <grid row="4" column="9" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="Fan 제어"/>
- <toolTipText value=""/>
- </properties>
- </component>
- <component id="3d84f" class="javax.swing.JButton" binding="btnReqHeater">
- <constraints>
- <grid row="4" column="10" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="Heater 제어"/>
- <toolTipText value=""/>
- </properties>
- </component>
- <component id="58c64" class="javax.swing.JComboBox" binding="cboControl">
- <constraints>
- <grid row="3" column="9" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <model>
- <item value="0x00: 꺼짐"/>
- <item value="0x01: 켜짐"/>
- <item value="0x02: 자동"/>
- </model>
- </properties>
- </component>
- <component id="54bbc" class="javax.swing.JLabel">
- <constraints>
- <grid row="3" column="5" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="ㅣ팬"/>
- </properties>
- </component>
- <component id="89546" class="javax.swing.JLabel">
- <constraints>
- <grid row="2" column="9" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="ㅣ팬/히터 제어 구분"/>
- </properties>
- </component>
- <component id="ce753" class="javax.swing.JLabel">
- <constraints>
- <grid row="2" column="10" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <text value="ㅣ팬/히터 제어 값"/>
- </properties>
- </component>
- <grid id="37f8a" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
- <margin top="0" left="0" bottom="0" right="0"/>
- <constraints>
- <grid row="3" column="10" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties/>
- <border type="none"/>
- <children>
- <component id="b2552" class="javax.swing.JSpinner" binding="spControl">
- <constraints>
- <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties/>
- </component>
- </children>
- </grid>
- </children>
- </grid>
- </children>
- </grid>
- </children>
- </grid>
- <grid id="f1a93" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
- <margin top="0" left="4" bottom="0" right="4"/>
- <constraints>
- <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false">
- <minimum-size width="-1" height="200"/>
- </grid>
- </constraints>
- <properties/>
- <border type="none"/>
- <children>
- <grid id="28ac8" layout-manager="GridLayoutManager" row-count="1" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
- <margin top="2" left="0" bottom="0" right="2"/>
- <constraints>
- <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties/>
- <border type="none"/>
- <children>
- <component id="3346d" 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"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <horizontalAlignment value="2"/>
- <icon value="static/image/logging.png"/>
- <text value="제어 로그"/>
- </properties>
- </component>
- <component id="8bdd0" class="javax.swing.JButton" binding="btnLogClear">
- <constraints>
- <grid row="0" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <horizontalTextPosition value="0"/>
- <text value="지우기"/>
- </properties>
- </component>
- <hspacer id="b4fd9">
- <constraints>
- <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- </hspacer>
- </children>
- </grid>
- <scrollpane id="149c1">
- <constraints>
- <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="7" hsize-policy="7" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties/>
- <border type="none"/>
- <children>
- <component id="f75b0" class="javax.swing.JTextArea" binding="taLog">
- <constraints/>
- <properties>
- <background color="-16777216"/>
- <caretColor color="-1"/>
- <editable value="false"/>
- <font name="D2Coding" size="14" style="0"/>
- <foreground color="-1"/>
- <margin top="4" left="4" bottom="4" right="4"/>
- <text value="제어로그"/>
- </properties>
- </component>
- </children>
- </scrollpane>
- </children>
- </grid>
- </children>
- </grid>
- </form>
|