<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="ru.skipy.test.ide.idea6.DirectoryDialog">
<grid id="27dc6" binding="mainPanel" layout-manager="GridBagLayout">
<constraints>
<xy x="20" y="20" width="420" height="260"/>
</constraints>
<properties/>
<border type="empty">
<size top="5" left="5" bottom="5" right="5"/>
</border>
<children>
<component id="4797f" class="javax.swing.JComboBox" binding="chooseDriveComboBox" default-binding="true">
<constraints>
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
<gridbag weightx="0.0" weighty="0.0"/>
</constraints>
<properties>
<model>
<item value="C:\"/>
<item value="D:\"/>
<item value="E:\"/>
</model>
</properties>
</component>
<component id="a45e3" class="javax.swing.JLabel">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="10" fill="0" indent="0" use-parent-layout="false"/>
<gridbag weightx="1.0" weighty="0.0"/>
</constraints>
<properties>
<labelFor value="4797f"/>
<text value="Choose Drive"/>
</properties>
</component>
<component id="afc74" class="javax.swing.JButton" binding="okButton" default-binding="true">
<constraints>
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
<gridbag top="0" left="5" bottom="0" right="0" weightx="0.0" weighty="0.0"/>
</constraints>
<properties>
<text value="Ok"/>
</properties>
</component>
<component id="72a86" class="javax.swing.JLabel">
<constraints>
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="10" fill="0" indent="0" use-parent-layout="false"/>
<gridbag weightx="0.0" weighty="0.0"/>
</constraints>
<properties>
<labelFor value="bc7b"/>
<text value="Choose Directory"/>
</properties>
</component>
<component id="20d40" class="javax.swing.JButton" binding="cancelButton" default-binding="true">
<constraints>
<grid row="2" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
<gridbag top="0" left="5" bottom="10" right="0" weightx="0.0" weighty="0.0"/>
</constraints>
<properties>
<text value="Cancel"/>
</properties>
</component>
<scrollpane id="bc7b">
<constraints>
<grid row="3" column="0" row-span="2" col-span="1" vsize-policy="7" hsize-policy="7" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
<gridbag weightx="1.0" weighty="1.0"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<component id="c0203" class="javax.swing.JTree" binding="chooseDirectoryTree" default-binding="true">
<constraints/>
<properties/>
</component>
</children>
</scrollpane>
<component id="1c60b" class="javax.swing.JButton" binding="projectRootButton" default-binding="true">
<constraints>
<grid row="4" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="1" fill="1" indent="0" use-parent-layout="false"/>
<gridbag top="0" left="5" bottom="0" right="0" weightx="0.0" weighty="1.0"/>
</constraints>
<properties>
<text value="Project Root..."/>
</properties>
</component>
<component id="76747" class="javax.swing.JButton" binding="createNewButton" default-binding="true">
<constraints>
<grid row="3" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
<gridbag top="0" left="5" bottom="10" right="0" weightx="0.0" weighty="0.0"/>
</constraints>
<properties>
<text value="Create New..."/>
</properties>
</component>
</children>
</grid>
</form>