123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387 |
- <?xml version="1.0" encoding="UTF-8"?>
- <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.its.vds.ui.MainUI">
- <grid id="27dc6" binding="rootPanel" layout-manager="GridLayoutManager" row-count="3" 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="979" height="620"/>
- </constraints>
- <properties/>
- <border type="none"/>
- <children>
- <grid id="d0095" binding="pnlCtlr" layout-manager="GridLayoutManager" row-count="3" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
- <margin top="10" left="4" bottom="0" right="4"/>
- <constraints>
- <grid row="0" 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>
- <grid id="d1b2f" binding="pnlCtlrTitle" layout-manager="GridLayoutManager" row-count="1" column-count="6" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
- <margin top="0" 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="25222" 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"/>
- <horizontalTextPosition value="11"/>
- <icon value="static/image/controller.png"/>
- <text value="제어기 정보"/>
- </properties>
- </component>
- <hspacer id="e90f6">
- <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>
- <component id="c9b9" class="javax.swing.JLabel">
- <constraints>
- <grid row="0" column="2" 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="20b88" class="javax.swing.JLabel">
- <constraints>
- <grid row="0" column="4" 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="baf10" class="javax.swing.JLabel" binding="lblTotal">
- <constraints>
- <grid row="0" column="3" 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="1"/>
- <horizontalAlignment value="0"/>
- <horizontalTextPosition value="0"/>
- <text value=" -"/>
- </properties>
- </component>
- <component id="1c841" class="javax.swing.JLabel" binding="lblError">
- <constraints>
- <grid row="0" 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="1"/>
- <foreground color="-65536"/>
- <horizontalAlignment value="0"/>
- <horizontalTextPosition value="0"/>
- <text value=" -"/>
- </properties>
- </component>
- </children>
- </grid>
- <scrollpane id="b21be">
- <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="a0dd1" class="javax.swing.JTable" binding="tblCtlrList">
- <constraints/>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- </properties>
- </component>
- </children>
- </scrollpane>
- <grid id="17544" binding="pnlControl" layout-manager="GridLayoutManager" row-count="1" column-count="8" same-size-horizontally="false" same-size-vertically="false" hgap="1" vgap="1">
- <margin top="0" left="0" bottom="0" right="2"/>
- <constraints>
- <grid row="2" 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="660a8" class="javax.swing.JButton" binding="btnImage">
- <constraints>
- <grid row="0" column="7" 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>
- <hspacer id="60c19">
- <constraints>
- <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- </hspacer>
- <component id="3d84f" class="javax.swing.JButton" binding="btnInitialize">
- <constraints>
- <grid row="0" column="6" 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="7c99b" class="javax.swing.JButton" binding="btnReset">
- <constraints>
- <grid row="0" column="5" 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="btnDisconnect">
- <constraints>
- <grid row="0" column="4" 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="a6a03" class="javax.swing.JTextField" binding="txtName">
- <constraints>
- <grid row="0" column="3" 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="200" height="-1"/>
- <preferred-size width="200" height="-1"/>
- <maximum-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="6d1e0" class="javax.swing.JTextField" binding="txtId">
- <constraints>
- <grid row="0" column="2" 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="ID"/>
- </properties>
- </component>
- <component id="7eb53" class="javax.swing.JLabel">
- <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"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <icon value="static/image/select.png"/>
- <text value="선택한 제어기 "/>
- </properties>
- </component>
- </children>
- </grid>
- </children>
- </grid>
- <grid id="1a658" binding="pnlLog" 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="300"/>
- <preferred-size width="-1" height="300"/>
- <maximum-size width="-1" height="300"/>
- </grid>
- </constraints>
- <properties/>
- <border type="none"/>
- <children>
- <grid id="dbb05" binding="pnlLogTitle" layout-manager="GridLayoutManager" row-count="1" column-count="6" same-size-horizontally="false" same-size-vertically="false" hgap="1" vgap="1">
- <margin top="0" 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="9ac90" 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>
- <hspacer id="656fd">
- <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>
- <component id="df2a0" class="javax.swing.JButton" binding="btnLogDirOpen">
- <constraints>
- <grid row="0" column="5" 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>
- <component id="69a98" class="javax.swing.JButton" binding="btnLogPause">
- <constraints>
- <grid row="0" column="3" 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>
- <component id="1e9e7" class="javax.swing.JCheckBox" binding="chkLogPause">
- <constraints>
- <grid row="0" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <horizontalAlignment value="0"/>
- <horizontalTextPosition value="11"/>
- <text value="멈춤"/>
- </properties>
- </component>
- <component id="ba97c" class="javax.swing.JButton" binding="btnLogCopy">
- <constraints>
- <grid row="0" column="4" 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"/>
- <text value="복사"/>
- </properties>
- </component>
- </children>
- </grid>
- <scrollpane id="a6866">
- <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>
- <font name="D2Coding" size="12" style="0"/>
- </properties>
- <border type="none"/>
- <children>
- <component id="8ce8a" 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="[10:50:08.561] [ INFO] ************************************************************************************ [10:50:08.561] [ INFO] ** Center Communication Server Information ** [10:50:08.561] [ INFO] ** bindAddress: 0.0.0.0 [10:50:08.561] [ INFO] ** listenPort: 9901 [10:50:08.561] [ INFO] ** backlog: 1024 [10:50:08.561] [ INFO] ** acceptThreads: 16 [10:50:08.561] [ INFO] ** workerThreads: 16 [10:50:08.561] [ INFO] ************************************************************************************ "/>
- </properties>
- </component>
- </children>
- </scrollpane>
- </children>
- </grid>
- <grid id="e0774" binding="pnlStatusBar" layout-manager="GridLayoutManager" row-count="1" column-count="7" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
- <margin top="0" left="4" bottom="4" right="4"/>
- <constraints>
- <grid row="2" 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>
- <hspacer id="653ec">
- <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>
- <component id="20f9" class="javax.swing.JLabel" binding="lblSystime">
- <constraints>
- <grid row="0" column="6" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="1"/>
- <horizontalAlignment value="0"/>
- <horizontalTextPosition value="0"/>
- <text value=" 2022-08-04 13:24:33 "/>
- </properties>
- </component>
- <component id="a516b" 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>
- <icon value="static/image/on.png"/>
- <text value=" "/>
- </properties>
- </component>
- <component id="94189" class="javax.swing.JLabel" binding="lblCpuRate">
- <constraints>
- <grid row="0" column="5" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false">
- <minimum-size width="40" height="-1"/>
- <preferred-size width="40" height="-1"/>
- <maximum-size width="40" height="-1"/>
- </grid>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="1"/>
- <horizontalAlignment value="2"/>
- <horizontalTextPosition value="0"/>
- <text value=" "/>
- </properties>
- </component>
- <component id="19dbe" class="javax.swing.JLabel" binding="lblMemoryUsage">
- <constraints>
- <grid row="0" column="3" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false">
- <minimum-size width="40" height="-1"/>
- <preferred-size width="40" height="-1"/>
- <maximum-size width="40" height="-1"/>
- </grid>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="1"/>
- <horizontalAlignment value="2"/>
- <horizontalTextPosition value="0"/>
- <text value=" "/>
- </properties>
- </component>
- <component id="f6d5e" class="javax.swing.JLabel">
- <constraints>
- <grid row="0" column="4" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <horizontalAlignment value="0"/>
- <horizontalTextPosition value="0"/>
- <text value=" CPU 사용율(%):"/>
- </properties>
- </component>
- <component id="d8ff5" class="javax.swing.JLabel">
- <constraints>
- <grid row="0" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font name="Malgun Gothic" size="12" style="0"/>
- <horizontalAlignment value="0"/>
- <horizontalTextPosition value="0"/>
- <text value=" 메모리 사용율(%):"/>
- </properties>
- </component>
- </children>
- </grid>
- </children>
- </grid>
- </form>
|