mystyle-java-fx-tools/src/main/resources/fxml/telephone.fxml

19 lines
1.0 KiB
Plaintext
Raw Normal View History

2023-03-16 10:00:13 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.CheckBox?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.Separator?>
<?import javafx.scene.layout.AnchorPane?>
<AnchorPane fx:id="root" fx:controller="com.zhangmeng.tools.controller.TelephoneController" prefHeight="649.0" prefWidth="1200.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1">
<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="59.0" layoutY="325.0" text="电信:" />
<CheckBox layoutX="105.0" layoutY="148.0" mnemonicParsing="false" text="CheckBox" AnchorPane.bottomAnchor="484.0" AnchorPane.leftAnchor="105.0" AnchorPane.rightAnchor="1017.0" AnchorPane.topAnchor="148.0" />
</children>
</AnchorPane>