MainUI.form 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.its.wthr.ui.MainUI">
  3. <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">
  4. <margin top="0" left="0" bottom="0" right="0"/>
  5. <constraints>
  6. <xy x="20" y="20" width="927" height="563"/>
  7. </constraints>
  8. <properties/>
  9. <border type="none"/>
  10. <children>
  11. <grid id="d0095" binding="pnlCtlr" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
  12. <margin top="10" left="4" bottom="0" right="4"/>
  13. <constraints>
  14. <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"/>
  15. </constraints>
  16. <properties/>
  17. <border type="none"/>
  18. <children>
  19. <tabbedpane id="bb81f" binding="tabInfo">
  20. <constraints>
  21. <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">
  22. <preferred-size width="200" height="200"/>
  23. </grid>
  24. </constraints>
  25. <properties>
  26. <font name="Malgun Gothic" size="12" style="0"/>
  27. </properties>
  28. <border type="none"/>
  29. <children>
  30. <grid id="deba2" binding="tabAtmp" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
  31. <margin top="0" left="0" bottom="0" right="0"/>
  32. <constraints>
  33. <tabbedpane title="대기환경 "/>
  34. </constraints>
  35. <properties>
  36. <font name="Malgun Gothic" size="12" style="0"/>
  37. </properties>
  38. <border type="none"/>
  39. <children>
  40. <scrollpane id="8694">
  41. <constraints>
  42. <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"/>
  43. </constraints>
  44. <properties/>
  45. <border type="none"/>
  46. <children>
  47. <component id="e6226" class="javax.swing.JTable" binding="listAtmp">
  48. <constraints/>
  49. <properties/>
  50. </component>
  51. </children>
  52. </scrollpane>
  53. </children>
  54. </grid>
  55. <grid id="e611a" binding="tabFrcs" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
  56. <margin top="0" left="0" bottom="0" right="0"/>
  57. <constraints>
  58. <tabbedpane title="동네예보 "/>
  59. </constraints>
  60. <properties>
  61. <font name="Malgun Gothic" size="12" style="0"/>
  62. </properties>
  63. <border type="none"/>
  64. <children>
  65. <scrollpane id="ee5ca">
  66. <constraints>
  67. <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"/>
  68. </constraints>
  69. <properties/>
  70. <border type="none"/>
  71. <children>
  72. <component id="1b73a" class="javax.swing.JTable" binding="listFrcs">
  73. <constraints/>
  74. <properties/>
  75. </component>
  76. </children>
  77. </scrollpane>
  78. </children>
  79. </grid>
  80. </children>
  81. </tabbedpane>
  82. </children>
  83. </grid>
  84. <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">
  85. <margin top="0" left="4" bottom="0" right="4"/>
  86. <constraints>
  87. <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">
  88. <minimum-size width="-1" height="200"/>
  89. <preferred-size width="-1" height="200"/>
  90. <maximum-size width="-1" height="200"/>
  91. </grid>
  92. </constraints>
  93. <properties/>
  94. <border type="none"/>
  95. <children>
  96. <grid id="dbb05" binding="pnlLogTitle" layout-manager="GridLayoutManager" row-count="1" column-count="7" same-size-horizontally="false" same-size-vertically="false" hgap="1" vgap="1">
  97. <margin top="0" left="0" bottom="0" right="2"/>
  98. <constraints>
  99. <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"/>
  100. </constraints>
  101. <properties/>
  102. <border type="none"/>
  103. <children>
  104. <component id="9ac90" class="javax.swing.JLabel">
  105. <constraints>
  106. <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"/>
  107. </constraints>
  108. <properties>
  109. <font name="Malgun Gothic" size="12" style="0"/>
  110. <horizontalAlignment value="2"/>
  111. <icon value="static/image/logging.png"/>
  112. <text value="시스템 로그"/>
  113. </properties>
  114. </component>
  115. <hspacer id="656fd">
  116. <constraints>
  117. <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"/>
  118. </constraints>
  119. </hspacer>
  120. <component id="df2a0" class="javax.swing.JButton" binding="btnLogDirOpen">
  121. <constraints>
  122. <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"/>
  123. </constraints>
  124. <properties>
  125. <font name="Malgun Gothic" size="12" style="0"/>
  126. <horizontalTextPosition value="0"/>
  127. <text value="로그 폴더"/>
  128. </properties>
  129. </component>
  130. <component id="69a98" class="javax.swing.JButton" binding="btnLogPause">
  131. <constraints>
  132. <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"/>
  133. </constraints>
  134. <properties>
  135. <font name="Malgun Gothic" size="12" style="0"/>
  136. <horizontalTextPosition value="0"/>
  137. <text value="지우기"/>
  138. </properties>
  139. </component>
  140. <component id="1e9e7" class="javax.swing.JCheckBox" binding="chkLogPause">
  141. <constraints>
  142. <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"/>
  143. </constraints>
  144. <properties>
  145. <font name="Malgun Gothic" size="12" style="0"/>
  146. <horizontalAlignment value="0"/>
  147. <horizontalTextPosition value="11"/>
  148. <text value="멈춤"/>
  149. </properties>
  150. </component>
  151. <component id="ba97c" class="javax.swing.JButton" binding="btnLogCopy">
  152. <constraints>
  153. <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"/>
  154. </constraints>
  155. <properties>
  156. <font name="Malgun Gothic" size="12" style="0"/>
  157. <text value="복사"/>
  158. </properties>
  159. </component>
  160. <component id="f3eb2" class="javax.swing.JButton" binding="btnRequest">
  161. <constraints>
  162. <grid row="0" column="6" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
  163. </constraints>
  164. <properties>
  165. <font name="Malgun Gothic" size="12" style="0"/>
  166. <text value=" 기상정보요청 "/>
  167. </properties>
  168. </component>
  169. </children>
  170. </grid>
  171. <scrollpane id="a6866">
  172. <constraints>
  173. <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"/>
  174. </constraints>
  175. <properties>
  176. <font name="D2Coding" size="12" style="0"/>
  177. </properties>
  178. <border type="none"/>
  179. <children>
  180. <component id="8ce8a" class="javax.swing.JTextArea" binding="taLog">
  181. <constraints/>
  182. <properties>
  183. <background color="-16777216"/>
  184. <caretColor color="-1"/>
  185. <editable value="false"/>
  186. <font name="D2Coding" size="14" style="0"/>
  187. <foreground color="-1"/>
  188. <margin top="4" left="4" bottom="4" right="4"/>
  189. <text value="[10:50:08.561] [ INFO] ************************************************************************************&#10;[10:50:08.561] [ INFO] ** Center Communication Server Information **&#10;[10:50:08.561] [ INFO] ** bindAddress: 0.0.0.0&#10;[10:50:08.561] [ INFO] ** listenPort: 9901&#10;[10:50:08.561] [ INFO] ** backlog: 1024&#10;[10:50:08.561] [ INFO] ** acceptThreads: 16&#10;[10:50:08.561] [ INFO] ** workerThreads: 16&#10;[10:50:08.561] [ INFO] ************************************************************************************&#10;"/>
  190. </properties>
  191. </component>
  192. </children>
  193. </scrollpane>
  194. </children>
  195. </grid>
  196. <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">
  197. <margin top="0" left="4" bottom="4" right="4"/>
  198. <constraints>
  199. <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"/>
  200. </constraints>
  201. <properties/>
  202. <border type="none"/>
  203. <children>
  204. <hspacer id="653ec">
  205. <constraints>
  206. <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"/>
  207. </constraints>
  208. </hspacer>
  209. <component id="20f9" class="javax.swing.JLabel" binding="lblSystime">
  210. <constraints>
  211. <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"/>
  212. </constraints>
  213. <properties>
  214. <font name="Malgun Gothic" size="12" style="1"/>
  215. <horizontalAlignment value="0"/>
  216. <horizontalTextPosition value="0"/>
  217. <text value=" 2022-08-04 13:24:33 "/>
  218. </properties>
  219. </component>
  220. <component id="a516b" class="javax.swing.JLabel">
  221. <constraints>
  222. <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"/>
  223. </constraints>
  224. <properties>
  225. <icon value="static/image/on.png"/>
  226. <text value=" "/>
  227. </properties>
  228. </component>
  229. <component id="94189" class="javax.swing.JLabel" binding="lblCpuRate">
  230. <constraints>
  231. <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">
  232. <minimum-size width="40" height="-1"/>
  233. <preferred-size width="40" height="-1"/>
  234. <maximum-size width="40" height="-1"/>
  235. </grid>
  236. </constraints>
  237. <properties>
  238. <font name="Malgun Gothic" size="12" style="1"/>
  239. <horizontalAlignment value="2"/>
  240. <horizontalTextPosition value="0"/>
  241. <text value=" "/>
  242. </properties>
  243. </component>
  244. <component id="19dbe" class="javax.swing.JLabel" binding="lblMemoryUsage">
  245. <constraints>
  246. <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">
  247. <minimum-size width="40" height="-1"/>
  248. <preferred-size width="40" height="-1"/>
  249. <maximum-size width="40" height="-1"/>
  250. </grid>
  251. </constraints>
  252. <properties>
  253. <font name="Malgun Gothic" size="12" style="1"/>
  254. <horizontalAlignment value="2"/>
  255. <horizontalTextPosition value="0"/>
  256. <text value=" "/>
  257. </properties>
  258. </component>
  259. <component id="f6d5e" class="javax.swing.JLabel">
  260. <constraints>
  261. <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"/>
  262. </constraints>
  263. <properties>
  264. <font name="Malgun Gothic" size="12" style="0"/>
  265. <horizontalAlignment value="0"/>
  266. <horizontalTextPosition value="0"/>
  267. <text value=" CPU 사용율(%):"/>
  268. </properties>
  269. </component>
  270. <component id="d8ff5" class="javax.swing.JLabel">
  271. <constraints>
  272. <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"/>
  273. </constraints>
  274. <properties>
  275. <font name="Malgun Gothic" size="12" style="0"/>
  276. <horizontalAlignment value="0"/>
  277. <horizontalTextPosition value="0"/>
  278. <text value=" 메모리 사용율(%):"/>
  279. </properties>
  280. </component>
  281. </children>
  282. </grid>
  283. </children>
  284. </grid>
  285. </form>