<ui version="4.0" >
 <class>grpPDF417</class>
 <widget class="QWidget" name="grpPDF417" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>390</width>
    <height>223</height>
   </rect>
  </property>
  <property name="maximumSize">
   <size>
    <width>600</width>
    <height>16777215</height>
   </size>
  </property>
  <property name="windowTitle" >
   <string>Form</string>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout" >
   <item>
    <layout class="QGridLayout" name="gridLayout" >
     <item row="0" column="0" >
      <widget class="QLabel" name="lblPDFCols" >
       <property name="text" >
        <string>&amp;Number of Data Columns:</string>
       </property>
       <property name="alignment" >
        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
       </property>
       <property name="buddy" >
        <cstring>cmbPDFCols</cstring>
       </property>
      </widget>
     </item>
     <item row="0" column="1" >
      <widget class="QComboBox" name="cmbPDFCols" >
       <item>
        <property name="text" >
         <string>Automatic</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>1</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>2</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>3</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>4</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>5</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>6</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>7</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>8</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>9</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>10</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>11</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>12</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>13</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>14</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>15</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>16</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>17</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>18</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>19</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>20</string>
        </property>
       </item>
      </widget>
     </item>
     <item row="1" column="0" >
      <widget class="QLabel" name="lblPDFECC" >
       <property name="text" >
        <string>E&amp;rror Correction Capacity:</string>
       </property>
       <property name="alignment" >
        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
       </property>
       <property name="buddy" >
        <cstring>cmbPDFECC</cstring>
       </property>
      </widget>
     </item>
     <item row="1" column="1" >
      <widget class="QComboBox" name="cmbPDFECC" >
       <item>
        <property name="text" >
         <string>Automatic</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>0 (2 words)</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>1 (4 words)</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>2 (8 words)</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>3 (16 words)</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>4 (32 words)</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>5 (64 words)</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>6 (128 words)</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>7 (256 words)</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>8 (512 words)</string>
        </property>
       </item>
      </widget>
     </item>
    </layout>
   </item>
   <item>
    <widget class="QGroupBox" name="groupBoxPDFEncodingMode">
     <property name="title">
      <string>Encoding Mode</string>
     </property>
     <layout class="QGridLayout" name="gridLayoutPDFEncodingMode">
      <property name="sizeConstraint">
       <enum>QLayout::SetMinimumSize</enum>
      </property>
      <item row="0" column="0">
       <widget class="QRadioButton" name="radPDFStand">
        <property name="text">
         <string>S&amp;tandard Mode</string>
        </property>
        <property name="checked">
         <bool>true</bool>
        </property>
       </widget>
      </item>
      <item row="0" column="1">
       <widget class="QRadioButton" name="radPDFHIBC">
        <property name="text">
         <string>H&amp;IBC PDF417</string>
        </property>
       </widget>
      </item>
      <item row="1" column="0">
       <widget class="QRadioButton" name="radPDFTruncated">
        <property name="text">
         <string>&amp;Compact PDF417</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <spacer name="verticalSpacer" >
     <property name="orientation" >
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" stdset="0" >
      <size>
       <width>20</width>
       <height>52</height>
      </size>
     </property>
    </spacer>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>