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

<?import javafx.scene.effect.*?>
<?import javafx.scene.*?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import java.lang.*?>
<?import javafx.scene.layout.*?>

<AnchorPane fx:id="painelCliente" maxHeight="360.0" maxWidth="629.0" prefHeight="360.0" prefWidth="629.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.softgraf.control.ControleCliente">
   <children>
      <Button fx:id="btnSalvar" layoutX="153.0" layoutY="298.0" mnemonicParsing="false" prefHeight="25.0" prefWidth="71.0" text="Salvar" />
      <Label layoutX="40.0" layoutY="46.0" text="Código:" />
      <Label layoutX="260.0" layoutY="46.0" text="Tipo de cliente:" />
      <Label layoutX="38.0" layoutY="90.0" text="Nome:" />
      <TextField fx:id="txtCodigo" layoutX="99.0" layoutY="42.0" prefHeight="25.0" prefWidth="61.0" promptText="id cliente" />
      <RadioButton fx:id="radPF" layoutX="352.0" layoutY="42.0" mnemonicParsing="false" prefHeight="26.0" prefWidth="96.0" text="Pessoa Física" />
      <RadioButton fx:id="radPJ" layoutX="462.0" layoutY="46.0" mnemonicParsing="false" text="Pessoa Jurídica" />
      <Label layoutX="406.0" layoutY="90.0" text="CPF/CNPJ:" />
      <TextField fx:id="txtNome" layoutX="99.0" layoutY="86.0" prefHeight="25.0" prefWidth="292.0" promptText="nome do cliente ou empresa" />
      <TextField fx:id="txtCpfCnpj" layoutX="471.0" layoutY="86.0" prefHeight="25.0" prefWidth="121.0" />
      <Label layoutX="410.0" layoutY="140.0" prefHeight="17.0" prefWidth="61.0" text="Telefone:" />
      <TextField fx:id="txtTelefone" layoutX="492.0" layoutY="136.0" prefHeight="25.0" prefWidth="101.0" promptText="(99)99999-9999" />
      <Label layoutX="42.0" layoutY="140.0" text="E-mail:" />
      <TextField fx:id="txtEmail" layoutX="99.0" layoutY="136.0" prefHeight="25.0" prefWidth="292.0" promptText="e-mail para contato" />
      <Label layoutX="41.0" layoutY="191.0" text="Estado:" />
      <ChoiceBox fx:id="cmbEstado" layoutX="99.0" layoutY="187.0" prefHeight="25.0" prefWidth="143.0" />
      <Label layoutX="263.0" layoutY="191.0" text="Cidade:" />
      <Label layoutX="160.0" layoutY="241.0" text="Rua:" />
      <Label layoutX="406.0" layoutY="241.0" text="Bairro:" />
      <Label layoutX="41.0" layoutY="241.0" text="CEP:" />
      <TextField fx:id="txtCidade" layoutX="315.0" layoutY="187.0" prefHeight="25.0" prefWidth="278.0" />
      <TextField fx:id="txtCep" layoutX="71.0" layoutY="237.0" prefHeight="25.0" prefWidth="71.0" promptText="00000-000" />
      <TextField fx:id="txtRua" layoutX="188.0" layoutY="237.0" prefHeight="25.0" prefWidth="207.0" />
      <TextField fx:id="txtBairro" layoutX="450.0" layoutY="237.0" prefHeight="25.0" prefWidth="143.0" />
      <Button fx:id="btnReset" layoutX="279.0" layoutY="298.0" mnemonicParsing="false" prefHeight="25.0" prefWidth="71.0" text="Reset" />
      <Label fx:id="lblModo" layoutX="517.0" layoutY="10.0" text="Modo INCLUSÃO" />
      <Button fx:id="btnFechar" layoutX="403.0" layoutY="298.0" mnemonicParsing="false" prefHeight="25.0" prefWidth="61.0" text="Fechar" />
   </children>
</AnchorPane>
