120 lines
8.0 KiB
XML
120 lines
8.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
<?import javafx.scene.paint.Color?>
|
|
<?import javafx.scene.text.Font?>
|
|
<BorderPane maxHeight="900" maxWidth="1024" minHeight="300" minWidth="200" prefHeight="600.0" prefWidth="800.0"
|
|
xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1"
|
|
fx:controller="com.ecep.contract.manager.ds.contract.controller.VendorBidWindowController">
|
|
<center>
|
|
<TabPane fx:id="tabPane" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minWidth="150.0"
|
|
tabClosingPolicy="UNAVAILABLE" tabMaxWidth="100.0" tabMinWidth="40.0">
|
|
<tabs>
|
|
<Tab fx:id="baseInfoTab" text="基本信息">
|
|
<content>
|
|
<ScrollPane fitToHeight="true" fitToWidth="true" maxHeight="1.7976931348623157E308"
|
|
maxWidth="1.7976931348623157E308" minWidth="150.0" pannable="true">
|
|
<content>
|
|
<VBox maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308"
|
|
minHeight="600.0" minWidth="150.0">
|
|
<children>
|
|
<GridPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308"
|
|
minWidth="150.0" VBox.vgrow="NEVER">
|
|
<columnConstraints>
|
|
<ColumnConstraints halignment="CENTER" hgrow="NEVER" maxWidth="200.0"
|
|
minWidth="80.0" prefWidth="120.0"/>
|
|
<ColumnConstraints hgrow="ALWAYS" maxWidth="1.7976931348623157E308"
|
|
minWidth="50.0" prefWidth="180.0"/>
|
|
<ColumnConstraints halignment="CENTER" hgrow="NEVER" maxWidth="200.0"
|
|
minWidth="80.0" prefWidth="120.0"/>
|
|
<ColumnConstraints hgrow="ALWAYS" maxWidth="1.7976931348623157E308"
|
|
minWidth="50.0" prefWidth="180.0"/>
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints fillHeight="false" minHeight="30.0" prefHeight="30.0"
|
|
vgrow="NEVER"/>
|
|
<RowConstraints fillHeight="false" minHeight="30.0" prefHeight="30.0"
|
|
vgrow="NEVER"/>
|
|
<RowConstraints fillHeight="false" maxHeight="1.7976931348623157E308"
|
|
minHeight="30.0" prefHeight="80.0" vgrow="NEVER"/>
|
|
<RowConstraints fillHeight="false" minHeight="30.0" prefHeight="30.0"
|
|
vgrow="NEVER"/>
|
|
<RowConstraints fillHeight="false" minHeight="30.0" prefHeight="30.0"
|
|
vgrow="NEVER"/>
|
|
<RowConstraints fillHeight="false" maxHeight="1.7976931348623157E308"
|
|
minHeight="30.0" prefHeight="42.0" vgrow="NEVER"/>
|
|
</rowConstraints>
|
|
<children>
|
|
<Label text="公司"/>
|
|
<HBox GridPane.columnIndex="1">
|
|
<children>
|
|
<TextField fx:id="companyField" HBox.hgrow="ALWAYS"/>
|
|
<Button fx:id="relativeCompanyBtn" mnemonicParsing="false"
|
|
text="打开"/>
|
|
</children>
|
|
</HBox>
|
|
<Label text="报价表" GridPane.rowIndex="1"/>
|
|
<TextField fx:id="fileField" GridPane.columnIndex="1"
|
|
GridPane.rowIndex="1"/>
|
|
<Label text="日期" GridPane.rowIndex="3"/>
|
|
<DatePicker fx:id="developDateField" promptText="yyyy-MM-dd" GridPane.columnIndex="1"
|
|
GridPane.rowIndex="3"/>
|
|
<Label text="日期" GridPane.rowIndex="4"/>
|
|
<TextField fx:id="createdField" disable="true" promptText="yyyy-MM-dd"
|
|
GridPane.columnIndex="1" GridPane.rowIndex="4"/>
|
|
<Label layoutX="20.0" layoutY="28.0" text="备注" GridPane.rowIndex="2"/>
|
|
<TextArea fx:id="descriptionField" GridPane.columnIndex="1"
|
|
GridPane.columnSpan="3" GridPane.rowIndex="2"/>
|
|
<HBox alignment="CENTER_RIGHT" spacing="5.0" GridPane.columnIndex="1"
|
|
GridPane.columnSpan="3" GridPane.rowIndex="5">
|
|
<children>
|
|
|
|
</children>
|
|
</HBox>
|
|
<Label fx:id="versionLabel" text="\@Version" GridPane.rowIndex="5"/>
|
|
</children>
|
|
<VBox.margin>
|
|
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0"/>
|
|
</VBox.margin>
|
|
</GridPane>
|
|
<Pane prefHeight="50.0" prefWidth="200.0"/>
|
|
</children>
|
|
</VBox>
|
|
</content>
|
|
</ScrollPane>
|
|
</content>
|
|
</Tab>
|
|
</tabs>
|
|
</TabPane>
|
|
</center>
|
|
<top>
|
|
<ToolBar prefHeight="40.0" prefWidth="200.0" BorderPane.alignment="CENTER">
|
|
<items>
|
|
<Button fx:id="saveBtn" disable="true" text="保存(_S)"/>
|
|
</items>
|
|
</ToolBar>
|
|
</top>
|
|
<bottom>
|
|
<HBox id="HBox" alignment="CENTER_LEFT" spacing="5.0">
|
|
<children>
|
|
<Label fx:id="leftStatusLabel" maxHeight="1.7976931348623157E308" text="Left status"
|
|
HBox.hgrow="ALWAYS">
|
|
<font>
|
|
<Font size="11.0" fx:id="x3"/>
|
|
</font>
|
|
<textFill>
|
|
<Color red="0.625" green="0.625" blue="0.625" fx:id="x4"/>
|
|
</textFill>
|
|
</Label>
|
|
<Pane HBox.hgrow="ALWAYS"/>
|
|
<Label fx:id="rightStatusLabel" font="$x3" text="Right status" textFill="$x4" HBox.hgrow="NEVER"/>
|
|
</children>
|
|
<padding>
|
|
<Insets bottom="3.0" left="3.0" right="3.0" top="3.0"/>
|
|
</padding>
|
|
</HBox>
|
|
</bottom>
|
|
</BorderPane>
|