dogename的个人镜像,超前版本,GitHub:https://github.com/lensferno/dogename
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.4 KiB
25 lines
1.4 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.layout.VBox?>
|
|
<?import javafx.scene.shape.Rectangle?>
|
|
<?import javafx.scene.text.*?>
|
|
<fx:root alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="380.0" prefWidth="794.0" spacing="15.0" style="-fx-background-color: white;" type="VBox" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
|
|
<children>
|
|
<Text fx:id="contentText" strokeType="OUTSIDE" strokeWidth="0.0" text="“欲把西湖比西子,淡妆浓抹总相宜。”" textAlignment="CENTER" wrappingWidth="794.0">
|
|
<font>
|
|
<Font name="Microsoft YaHei Bold" size="30.0" />
|
|
</font>
|
|
</Text>
|
|
<Rectangle fill="#1f93ff41" height="58.0" stroke="BLACK" strokeType="INSIDE" strokeWidth="0.0" width="795.0" />
|
|
<Text fx:id="contentInfo" strokeType="OUTSIDE" strokeWidth="0.0" text="《饮湖上初晴后雨二首·其二》——苏轼" textAlignment="CENTER" wrappingWidth="794.0">
|
|
<font>
|
|
<Font name="Microsoft YaHei" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="contentType" strokeType="OUTSIDE" strokeWidth="0.0" text="古诗文-山水-西湖" textAlignment="CENTER" wrappingWidth="794.0">
|
|
<font>
|
|
<Font name="Microsoft YaHei" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</fx:root>
|
|
|