<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TableView?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.AnchorPane?>

<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="417.0" prefWidth="366.0" xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.softgraf.vendas.control.ControleProduto">
   <children>
      <Button layoutX="112.0" layoutY="355.0" mnemonicParsing="false" onAction="#acaoSalvarAtualizar" text="Salvar" />
      <TextField fx:id="txtId" disable="true" editable="false" layoutX="27.0" layoutY="314.0" prefHeight="26.0" prefWidth="45.0" />
      <TextField fx:id="txtNome" layoutX="131.0" layoutY="311.0" prefHeight="26.0" prefWidth="115.0" />
      <TextField fx:id="txtPreco" layoutX="307.0" layoutY="311.0" prefHeight="26.0" prefWidth="52.0" />
      <Label layoutX="4.0" layoutY="319.0" text="ID" />
      <Label layoutX="88.0" layoutY="318.0" text="Nome" />
      <Label layoutX="264.0" layoutY="316.0" text="Preço" />
      <Label fx:id="lblMensagem" layoutX="13.0" layoutY="393.0" prefHeight="16.0" prefWidth="344.0" />
      <TableView fx:id="produtoTableView" prefHeight="303.0" prefWidth="363.0" />
      <Button layoutX="198.0" layoutY="354.0" mnemonicParsing="false" onAction="#acaoNovo" text="Novo" />
   </children>
</AnchorPane>
