<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>AddDirectoryServiceDialog</class>
<widget class="TQDialog">
    <property name="name">
        <cstring>AddDirectoryServiceDialog</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>389</width>
            <height>257</height>
        </rect>
    </property>
    <property name="caption">
        <string>Add or Change Directory Service</string>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>11</number>
        </property>
        <property name="spacing">
            <number>6</number>
        </property>
        <widget class="TQLabel" row="0" column="0">
            <property name="name">
                <cstring>serverNameLA</cstring>
            </property>
            <property name="text">
                <string>&amp;Server name:</string>
            </property>
            <property name="buddy" stdset="0">
                <cstring>serverNameED</cstring>
            </property>
        </widget>
        <widget class="TQLineEdit" row="2" column="1" rowspan="1" colspan="3">
            <property name="name">
                <cstring>descriptionED</cstring>
            </property>
        </widget>
        <widget class="TQLineEdit" row="1" column="1" rowspan="1" colspan="3">
            <property name="name">
                <cstring>portED</cstring>
            </property>
            <property name="text">
                <string>389</string>
            </property>
        </widget>
        <widget class="TQLineEdit" row="0" column="1" rowspan="1" colspan="3">
            <property name="name">
                <cstring>serverNameED</cstring>
            </property>
        </widget>
        <widget class="TQLabel" row="3" column="0">
            <property name="name">
                <cstring>usernameLA</cstring>
            </property>
            <property name="text">
                <string>&amp;User name (optional):</string>
            </property>
            <property name="buddy" stdset="0">
                <cstring>usernameED</cstring>
            </property>
        </widget>
        <spacer row="5" column="3">
            <property name="name">
                <cstring>spacer23</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="tqsizeHint">
                <size>
                    <width>20</width>
                    <height>60</height>
                </size>
            </property>
        </spacer>
        <widget class="TQLabel" row="4" column="0">
            <property name="name">
                <cstring>passwordLA</cstring>
            </property>
            <property name="text">
                <string>Pass&amp;word (optional):</string>
            </property>
            <property name="buddy" stdset="0">
                <cstring>passwordED</cstring>
            </property>
        </widget>
        <widget class="TQPushButton" row="8" column="2">
            <property name="name">
                <cstring>PushButton3</cstring>
            </property>
            <property name="text">
                <string>&amp;OK</string>
            </property>
            <property name="default">
                <bool>true</bool>
            </property>
        </widget>
        <widget class="TQPushButton" row="8" column="3">
            <property name="name">
                <cstring>PushButton4</cstring>
            </property>
            <property name="text">
                <string>&amp;Cancel</string>
            </property>
        </widget>
        <widget class="Line" row="6" column="0" rowspan="1" colspan="4">
            <property name="name">
                <cstring>line1</cstring>
            </property>
            <property name="frameShape">
                <enum>HLine</enum>
            </property>
            <property name="frameShadow">
                <enum>Sunken</enum>
            </property>
            <property name="orientation">
                <enum>Horizontal</enum>
            </property>
        </widget>
        <spacer row="7" column="0" rowspan="2" colspan="2">
            <property name="name">
                <cstring>spacer21</cstring>
            </property>
            <property name="orientation">
                <enum>Horizontal</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="tqsizeHint">
                <size>
                    <width>260</width>
                    <height>21</height>
                </size>
            </property>
        </spacer>
        <widget class="TQLineEdit" row="3" column="1" rowspan="1" colspan="3">
            <property name="name">
                <cstring>usernameED</cstring>
            </property>
        </widget>
        <widget class="TQLineEdit" row="4" column="1" rowspan="1" colspan="3">
            <property name="name">
                <cstring>passwordED</cstring>
            </property>
            <property name="echoMode">
                <enum>Password</enum>
            </property>
        </widget>
        <widget class="TQLabel" row="2" column="0">
            <property name="name">
                <cstring>descriptionLA</cstring>
            </property>
            <property name="text">
                <string>&amp;Base DN:</string>
            </property>
            <property name="buddy" stdset="0">
                <cstring>descriptionED</cstring>
            </property>
        </widget>
        <widget class="TQLabel" row="1" column="0">
            <property name="name">
                <cstring>portLA</cstring>
            </property>
            <property name="text">
                <string>&amp;Port:</string>
            </property>
            <property name="buddy" stdset="0">
                <cstring>portED</cstring>
            </property>
        </widget>
    </grid>
</widget>
<connections>
    <connection>
        <sender>PushButton3</sender>
        <signal>clicked()</signal>
        <receiver>AddDirectoryServiceDialog</receiver>
        <slot>accept()</slot>
    </connection>
    <connection>
        <sender>PushButton4</sender>
        <signal>clicked()</signal>
        <receiver>AddDirectoryServiceDialog</receiver>
        <slot>reject()</slot>
    </connection>
</connections>
<tabstops>
    <tabstop>serverNameED</tabstop>
    <tabstop>portED</tabstop>
    <tabstop>descriptionED</tabstop>
    <tabstop>usernameED</tabstop>
    <tabstop>passwordED</tabstop>
    <tabstop>PushButton3</tabstop>
    <tabstop>PushButton4</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
</UI>