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

<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
  <Properties>
    <Property name="defaultCloseOperation" type="int" value="2"/>
    <Property name="title" type="java.lang.String" value="Informacje o pokojach"/>
    <Property name="resizable" type="boolean" value="false"/>
    <Property name="modal" type="boolean" value="true"/>
  </Properties>
  <SyntheticProperties>
    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
    <SyntheticProperty name="generateCenter" type="boolean" value="true"/>
  </SyntheticProperties>
  <AuxValues>
    <AuxValue name="FormSettings_autoResourcing" type="int" value="0"/>
    <AuxValue name="FormSettings_generateFQN" type="boolean" value="true"/>
    <AuxValue name="originalPackageName" type="java.lang.String" value="hotelrejestracja"/>
  </AuxValues>

  <Layout>
    <DimensionLayout dim="0">
      <Group type="103" groupAlignment="0" attributes="0">
        <Group type="102" alignment="0" attributes="0">
          <EmptySpace max="-2" attributes="0" min="-2" pref="20"/>
          <Group type="103" groupAlignment="0" attributes="0">
            <Component id="lblTytul" alignment="0" max="32767" attributes="0"/>
            <Group type="102" alignment="0" attributes="0">
              <Component id="panelStandard" min="-2" pref="190" max="-2" attributes="0"/>
              <EmptySpace max="-2" attributes="0" min="-2" pref="15"/>
              <Component id="panelDeluxe" min="-2" pref="190" max="-2" attributes="0"/>
              <EmptySpace max="-2" attributes="0" min="-2" pref="15"/>
              <Component id="panelApartament" min="-2" pref="190" max="-2" attributes="0"/>
            </Group>
            <Component id="btnZamknij" alignment="0" min="-2" max="-2" pref="100" attributes="0"/>
          </Group>
          <EmptySpace max="-2" attributes="0" min="-2" pref="20"/>
        </Group>
      </Group>
    </DimensionLayout>
    <DimensionLayout dim="1">
      <Group type="103" groupAlignment="0" attributes="0">
        <Group type="102" alignment="0" attributes="0">
          <EmptySpace max="-2" attributes="0" min="-2" pref="15"/>
          <Component id="lblTytul" min="-2" max="-2" attributes="0" pref="35"/>
          <EmptySpace max="-2" attributes="0" min="-2" pref="15"/>
          <Group type="103" groupAlignment="0" attributes="0">
            <Component id="panelStandard" min="-2" pref="220" max="-2" attributes="0"/>
            <Component id="panelDeluxe" min="-2" pref="220" max="-2" attributes="0"/>
            <Component id="panelApartament" min="-2" pref="220" max="-2" attributes="0"/>
          </Group>
          <EmptySpace max="-2" attributes="0" min="-2" pref="15"/>
          <Component id="btnZamknij" min="-2" max="-2" attributes="0" pref="30"/>
          <EmptySpace max="-2" attributes="0" min="-2" pref="15"/>
        </Group>
      </Group>
    </DimensionLayout>
  </Layout>
  <SubComponents>
    <Component class="javax.swing.JLabel" name="lblTytul">
      <Properties>
        <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
          <Font name="Arial" size="18" style="1"/>
        </Property>
        <Property name="horizontalAlignment" type="int" value="0"/>
        <Property name="text" type="java.lang.String" value="Informacje o pokojach"/>
      </Properties>
    </Component>
    <Container class="javax.swing.JPanel" name="panelStandard">
      <Properties>
        <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
          <Color blue="ff" green="ff" red="ff" type="rgb"/>
        </Property>
      </Properties>
    </Container>
    <Container class="javax.swing.JPanel" name="panelDeluxe">
      <Properties>
        <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
          <Color blue="93" green="14" red="ff" type="rgb"/>
        </Property>
      </Properties>
    </Container>
    <Container class="javax.swing.JPanel" name="panelApartament">
      <Properties>
        <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
          <Color blue="7a" green="a0" red="ff" type="rgb"/>
        </Property>
      </Properties>
    </Container>
    <Component class="javax.swing.JButton" name="btnZamknij">
      <Properties>
        <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
          <Font name="Arial" size="14" style="0"/>
        </Property>
        <Property name="text" type="java.lang.String" value="Zamknij"/>
      </Properties>
      <Events>
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnZamknijActionPerformed"/>
      </Events>
    </Component>
  </SubComponents>
</Form>
