sisga / target / classes / layout / dialog_add_act.fxml
dialog_add_act.fxml
Raw
<?xml version="1.0" encoding="UTF-8"?>

<?import com.jfoenix.controls.JFXButton?>
<?import com.jfoenix.controls.JFXComboBox?>
<?import com.jfoenix.controls.JFXDatePicker?>
<?import com.jfoenix.controls.JFXTextField?>
<?import com.jfoenix.controls.JFXTimePicker?>
<?import de.jensd.fx.glyphs.materialdesignicons.MaterialDesignIconView?>
<?import java.lang.String?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Separator?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.VBox?>

<VBox fx:id="vBox" alignment="TOP_CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="565.0" prefWidth="517.0" spacing="30.0" stylesheets="@../css/light-theme.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="info.cortestudios.controllers.DialogAddActController">
   <padding>
      <Insets bottom="20.0" />
   </padding>
   <children>
      <Pane prefHeight="506.0" prefWidth="517.0">
         <children>
            <AnchorPane fx:id="anchorPaneImage" cache="true" cacheHint="SPEED" layoutX="149.0" layoutY="258.0" maxWidth="-Infinity" prefHeight="188.0" prefWidth="216.0" styleClass="border-curve-blue">
               <children>
                  <ImageView fx:id="imageView" fitHeight="180.0" fitWidth="200.0" onMouseClicked="#showImageDialog" pickOnBounds="true" AnchorPane.bottomAnchor="7.0" AnchorPane.leftAnchor="7.0" AnchorPane.rightAnchor="7.0" AnchorPane.topAnchor="7.0">
                     <styleClass>
                        <String fx:value="profile-image-background" />
                        <String fx:value="hand-mode" />
                     </styleClass>
                  </ImageView>
               </children>
            </AnchorPane>
            <JFXComboBox fx:id="meetingJComboBox" focusColor="#209ee7" labelFloat="true" layoutX="16.0" layoutY="60.0" prefHeight="31.0" prefWidth="481.0" promptText="Reunión" unFocusColor="#4d4d4d45" visibleRowCount="5" />
            <JFXTextField fx:id="titleText" labelFloat="true" layoutX="16.0" layoutY="130.0" maxWidth="-Infinity" prefHeight="31.0" prefWidth="481.0" promptText="Tiitulo del acta" />
            <JFXDatePicker fx:id="datePicker" defaultColor="#419fd9" layoutX="11.0" layoutY="203.0" prefHeight="30.0" prefWidth="140.0" promptText="Fecha" styleClass="hand-mode" />
            <JFXTimePicker fx:id="timePicker" defaultColor="#419fd9" editable="true" layoutX="367.0" layoutY="203.0" prefHeight="30.0" prefWidth="140.0" promptText="Hora" styleClass="hand-mode" />
            <JFXButton alignment="CENTER" buttonType="RAISED" contentDisplay="GRAPHIC_ONLY" layoutX="391.0" layoutY="301.0" onAction="#loadImageDialog" prefHeight="35.0" prefWidth="35.0" styleClass="button-2">
               <graphic>
                  <MaterialDesignIconView glyphName="FOLDER" size="18" styleClass="icons-1" />
               </graphic>
            </JFXButton>
            <JFXButton alignment="CENTER" buttonType="RAISED" contentDisplay="GRAPHIC_ONLY" layoutX="391.0" layoutY="361.0" onAction="#deleteImageDialog" prefHeight="35.0" prefWidth="38.0" styleClass="button-2">
               <graphic>
                  <MaterialDesignIconView glyphName="DELETE" size="18" styleClass="icons-1" />
               </graphic>
            </JFXButton>
         </children>
      </Pane>
      <Separator prefHeight="57.0" prefWidth="517.0">
         <VBox.margin>
            <Insets />
         </VBox.margin></Separator>
   </children>
</VBox>