2023年3月3日18:08:28

master
zhangmeng 2023-03-03 18:08:33 +08:00
parent f393cc6b07
commit d8f2430e31
1 changed files with 8 additions and 8 deletions

View File

@ -8,13 +8,13 @@
<AnchorPane prefHeight="649.0" prefWidth="1200.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.zhangmeng.tools.controller.NettyClientController"> <AnchorPane prefHeight="649.0" prefWidth="1200.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.zhangmeng.tools.controller.NettyClientController">
<children> <children>
<Label layoutX="98.0" layoutY="141.0" text="链接地址:" AnchorPane.topAnchor="141.0" /> <Label layoutX="98.0" layoutY="92.0" text="链接地址:" AnchorPane.topAnchor="92.0" />
<TextField fx:id="url_address" layoutX="169.0" layoutY="137.0" prefHeight="25.0" prefWidth="431.0" /> <TextField fx:id="url_address" layoutX="169.0" layoutY="88.0" prefHeight="25.0" prefWidth="431.0" />
<Label layoutX="626.0" layoutY="141.0" text="端口:" /> <Label layoutX="626.0" layoutY="92.0" text="端口:" />
<TextField fx:id="port" layoutX="662.0" layoutY="137.0" /> <TextField fx:id="port" layoutX="660.0" layoutY="88.0" />
<TextArea fx:id="send_msg" layoutX="98.0" layoutY="255.0" prefHeight="114.0" prefWidth="1031.0" AnchorPane.bottomAnchor="280.0" AnchorPane.leftAnchor="98.0" AnchorPane.rightAnchor="71.0" AnchorPane.topAnchor="255.0" /> <TextArea fx:id="send_msg" layoutX="98.0" layoutY="169.0" prefHeight="127.0" prefWidth="1031.0" AnchorPane.bottomAnchor="353.0" AnchorPane.leftAnchor="98.0" AnchorPane.rightAnchor="71.0" AnchorPane.topAnchor="169.0" />
<Button fx:id="send" layoutX="653.0" layoutY="379.0" mnemonicParsing="false" text="发送" AnchorPane.bottomAnchor="245.0" AnchorPane.leftAnchor="653.0" /> <Button fx:id="send" layoutX="653.0" layoutY="312.0" mnemonicParsing="false" text="发送" AnchorPane.bottomAnchor="312.0" AnchorPane.leftAnchor="653.0" />
<Button fx:id="connect" layoutX="847.0" layoutY="137.0" mnemonicParsing="false" text="连接" /> <Button fx:id="connect" layoutX="845.0" layoutY="88.0" mnemonicParsing="false" text="连接" />
<TextArea fx:id="result_show" layoutX="98.0" layoutY="410.0" prefHeight="200.0" prefWidth="1031.0" AnchorPane.bottomAnchor="39.0" AnchorPane.leftAnchor="98.0" AnchorPane.rightAnchor="71.0" /> <TextArea fx:id="result_show" layoutX="98.0" layoutY="410.0" prefHeight="245.0" prefWidth="1031.0" AnchorPane.bottomAnchor="39.0" AnchorPane.leftAnchor="98.0" AnchorPane.rightAnchor="71.0" />
</children> </children>
</AnchorPane> </AnchorPane>