25 lines
1.7 KiB
XML
25 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.TextArea?>
|
|
<?import javafx.scene.control.TextField?>
|
|
<?import javafx.scene.image.ImageView?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
|
|
<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.WordOcrController">
|
|
<children>
|
|
<AnchorPane layoutX="201.0" layoutY="117.0" style="-fx-border-color: #cbcacb; -fx-border-width: 1;" AnchorPane.bottomAnchor="202.0" AnchorPane.leftAnchor="201.0" AnchorPane.topAnchor="117.0">
|
|
<children>
|
|
<ImageView fx:id="image_view" fitHeight="330.0" fitWidth="508.0" pickOnBounds="true" preserveRatio="true" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
|
</children>
|
|
</AnchorPane>
|
|
<TextArea fx:id="res_view" layoutX="727.0" layoutY="69.0" prefHeight="534.0" prefWidth="430.0" AnchorPane.bottomAnchor="46.0" AnchorPane.rightAnchor="43.0" AnchorPane.topAnchor="69.0" />
|
|
<Button fx:id="file_choose_button" layoutX="202.0" layoutY="67.0" mnemonicParsing="false" text="Button" />
|
|
<Label layoutX="58.0" layoutY="71.0" text="请选择将要识别的图片:" />
|
|
<TextField fx:id="file_path" layoutX="280.0" layoutY="67.0" prefHeight="25.0" prefWidth="430.0" />
|
|
<Label layoutX="129.0" layoutY="116.0" text="图片预览:" />
|
|
<Button fx:id="cover" layoutX="390.0" layoutY="492.0" mnemonicParsing="false" text="Button" AnchorPane.bottomAnchor="134.0" />
|
|
</children>
|
|
</AnchorPane>
|