28 lines
1.7 KiB
XML
28 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.control.Separator?>
|
|
<?import javafx.scene.control.TextArea?>
|
|
<?import javafx.scene.control.TextField?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
|
|
<AnchorPane fx:id="root" 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.TelephoneController">
|
|
<children>
|
|
<Label layoutX="61.0" layoutY="87.0" text="号码生成设置" />
|
|
<Separator layoutX="141.0" layoutY="94.0" prefWidth="200.0" AnchorPane.leftAnchor="144.0" AnchorPane.rightAnchor="0.0" />
|
|
<Label layoutX="61.0" layoutY="148.0" text="移动:" />
|
|
<Label layoutX="61.0" layoutY="241.0" text="联通:" />
|
|
<Label layoutX="61.0" layoutY="325.0" text="电信:" />
|
|
<TextArea fx:id="result_show" layoutX="97.0" layoutY="401.0" prefHeight="200.0" prefWidth="1056.0" AnchorPane.bottomAnchor="48.0" AnchorPane.leftAnchor="97.0" AnchorPane.rightAnchor="47.0" AnchorPane.topAnchor="401.0" />
|
|
<Button fx:id="gen" layoutX="328.0" layoutY="366.0" mnemonicParsing="false" text="生成" />
|
|
<Label layoutX="63.0" layoutY="370.0" text="生成个数:" />
|
|
<TextField fx:id="num" layoutX="123.0" layoutY="366.0" />
|
|
<Label layoutX="59.0" layoutY="401.0" text="结果:" />
|
|
<Label layoutX="430.0" layoutY="370.0" text="手机号:" />
|
|
<TextField fx:id="telephone" layoutX="486.0" layoutY="366.0" prefHeight="23.0" prefWidth="229.0" />
|
|
<Button fx:id="query" layoutX="746.0" layoutY="366.0" mnemonicParsing="false" text="查询" />
|
|
|
|
</children>
|
|
</AnchorPane>
|