Warning, /education/kstars/kstars/ekos/focus/opsfocussettings.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>OpsFocusSettings</class>
0004  <widget class="QWidget" name="OpsFocusSettings">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>450</width>
0010     <height>347</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Focus Settings</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_3">
0017    <item>
0018     <widget class="QGroupBox" name="generaGroupBox">
0019      <property name="title">
0020       <string>General</string>
0021      </property>
0022      <layout class="QGridLayout" name="gridLayoutSettings_2" columnstretch="0,0,0,0,0">
0023       <property name="spacing">
0024        <number>6</number>
0025       </property>
0026       <item row="0" column="0">
0027        <widget class="QCheckBox" name="focusAutoStarEnabled">
0028         <property name="sizePolicy">
0029          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0030           <horstretch>0</horstretch>
0031           <verstretch>0</verstretch>
0032          </sizepolicy>
0033         </property>
0034         <property name="toolTip">
0035          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This option is only active when Sub Frame is selected.  Check to allow Ekos to select a single star for focus; uncheck to allow the user to select the star to use in FitsViewer.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0036         </property>
0037         <property name="text">
0038          <string>Auto Select Star</string>
0039         </property>
0040         <property name="autoRepeatDelay">
0041          <number>298</number>
0042         </property>
0043        </widget>
0044       </item>
0045       <item row="1" column="0">
0046        <widget class="QRadioButton" name="focusUseFullField">
0047         <property name="sizePolicy">
0048          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0049           <horstretch>0</horstretch>
0050           <verstretch>0</verstretch>
0051          </sizepolicy>
0052         </property>
0053         <property name="toolTip">
0054          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select Full Field to allow focus to use multiple stars (note: Sub Frame uses a single star).  In this mode Ekos will automatically select multiple stars during Autofocus and,  for example,  average the HFR of all stars detected to perform focus. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0055         </property>
0056         <property name="text">
0057          <string>Full Field</string>
0058         </property>
0059         <property name="checked">
0060          <bool>false</bool>
0061         </property>
0062        </widget>
0063       </item>
0064       <item row="1" column="3">
0065        <widget class="QLabel" name="label_16">
0066         <property name="sizePolicy">
0067          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0068           <horstretch>0</horstretch>
0069           <verstretch>0</verstretch>
0070          </sizepolicy>
0071         </property>
0072         <property name="text">
0073          <string>Box:</string>
0074         </property>
0075         <property name="alignment">
0076          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0077         </property>
0078         <property name="buddy">
0079          <cstring>focusBoxSize</cstring>
0080         </property>
0081        </widget>
0082       </item>
0083       <item row="2" column="3">
0084        <widget class="QLabel" name="label_18">
0085         <property name="sizePolicy">
0086          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0087           <horstretch>0</horstretch>
0088           <verstretch>0</verstretch>
0089          </sizepolicy>
0090         </property>
0091         <property name="text">
0092          <string>Guide Settle:</string>
0093         </property>
0094         <property name="alignment">
0095          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0096         </property>
0097         <property name="buddy">
0098          <cstring>focusGuideSettleTime</cstring>
0099         </property>
0100        </widget>
0101       </item>
0102       <item row="2" column="0">
0103        <widget class="QLabel" name="label_39">
0104         <property name="sizePolicy">
0105          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0106           <horstretch>0</horstretch>
0107           <verstretch>0</verstretch>
0108          </sizepolicy>
0109         </property>
0110         <property name="text">
0111          <string>Display Units:</string>
0112         </property>
0113         <property name="alignment">
0114          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0115         </property>
0116         <property name="buddy">
0117          <cstring>focusUnits</cstring>
0118         </property>
0119        </widget>
0120       </item>
0121       <item row="1" column="4">
0122        <widget class="QSpinBox" name="focusBoxSize">
0123         <property name="sizePolicy">
0124          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0125           <horstretch>0</horstretch>
0126           <verstretch>0</verstretch>
0127          </sizepolicy>
0128         </property>
0129         <property name="toolTip">
0130          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Size of the subframe in pixels.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0131         </property>
0132         <property name="suffix">
0133          <string> px</string>
0134         </property>
0135         <property name="minimum">
0136          <number>16</number>
0137         </property>
0138         <property name="maximum">
0139          <number>256</number>
0140         </property>
0141         <property name="singleStep">
0142          <number>16</number>
0143         </property>
0144         <property name="value">
0145          <number>32</number>
0146         </property>
0147        </widget>
0148       </item>
0149       <item row="1" column="1" colspan="2">
0150        <widget class="QRadioButton" name="focusSubFrame">
0151         <property name="sizePolicy">
0152          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0153           <horstretch>0</horstretch>
0154           <verstretch>0</verstretch>
0155          </sizepolicy>
0156         </property>
0157         <property name="toolTip">
0158          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select Sub Frame to make focus to use a single star (note: Full Field uses multiple stars).  In this mode the Auto Select Star checkbox becomes active to allow either Ekos to select a star (when checked) or to allow the user to manually select the star in FitsViewer (when unchecked).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0159         </property>
0160         <property name="text">
0161          <string>Sub Frame</string>
0162         </property>
0163         <property name="checked">
0164          <bool>false</bool>
0165         </property>
0166        </widget>
0167       </item>
0168       <item row="2" column="4">
0169        <widget class="QDoubleSpinBox" name="focusGuideSettleTime">
0170         <property name="sizePolicy">
0171          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0172           <horstretch>0</horstretch>
0173           <verstretch>0</verstretch>
0174          </sizepolicy>
0175         </property>
0176         <property name="toolTip">
0177          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Wait this many seconds after autofocus completes before resuming guiding.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0178         </property>
0179         <property name="suffix">
0180          <string> s</string>
0181         </property>
0182         <property name="maximum">
0183          <double>60.000000000000000</double>
0184         </property>
0185        </widget>
0186       </item>
0187       <item row="0" column="1">
0188        <widget class="QCheckBox" name="focusSuspendGuiding">
0189         <property name="sizePolicy">
0190          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0191           <horstretch>0</horstretch>
0192           <verstretch>0</verstretch>
0193          </sizepolicy>
0194         </property>
0195         <property name="toolTip">
0196          <string>Suspend Guiding while autofocus in progress</string>
0197         </property>
0198         <property name="text">
0199          <string>Suspend Guiding</string>
0200         </property>
0201        </widget>
0202       </item>
0203       <item row="0" column="3">
0204        <widget class="QCheckBox" name="useFocusDarkFrame">
0205         <property name="sizePolicy">
0206          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0207           <horstretch>0</horstretch>
0208           <verstretch>0</verstretch>
0209          </sizepolicy>
0210         </property>
0211         <property name="toolTip">
0212          <string>Use dark frames from the library.</string>
0213         </property>
0214         <property name="text">
0215          <string>Dark Frame</string>
0216         </property>
0217        </widget>
0218       </item>
0219       <item row="2" column="1">
0220        <widget class="QComboBox" name="focusUnits">
0221         <property name="toolTip">
0222          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Display units for HFR and FWHM.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0223         </property>
0224         <item>
0225          <property name="text">
0226           <string>Pixels</string>
0227          </property>
0228         </item>
0229         <item>
0230          <property name="text">
0231           <string>Arc Seconds</string>
0232          </property>
0233         </item>
0234        </widget>
0235       </item>
0236      </layout>
0237     </widget>
0238    </item>
0239    <item>
0240     <widget class="QGroupBox" name="maskGroupBox">
0241      <property name="title">
0242       <string>Mask</string>
0243      </property>
0244      <layout class="QGridLayout" name="gridLayout">
0245       <property name="spacing">
0246        <number>6</number>
0247       </property>
0248       <item row="2" column="0">
0249        <widget class="QRadioButton" name="focusMosaicMaskRB">
0250         <property name="sizePolicy">
0251          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0252           <horstretch>0</horstretch>
0253           <verstretch>0</verstretch>
0254          </sizepolicy>
0255         </property>
0256         <property name="toolTip">
0257          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Aberration inspector style mask with a 3x3 mosaic formed with tiles from the center, the corners and the edges.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0258         </property>
0259         <property name="text">
0260          <string>Mosaic Mask:</string>
0261         </property>
0262        </widget>
0263       </item>
0264       <item row="1" column="0">
0265        <widget class="QRadioButton" name="focusRingMaskRB">
0266         <property name="sizePolicy">
0267          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0268           <horstretch>0</horstretch>
0269           <verstretch>0</verstretch>
0270          </sizepolicy>
0271         </property>
0272         <property name="toolTip">
0273          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;During Full Field focusing, this controls the size of an Annulus centred at the middle of the sensor to include for processing. Set inner % to zero to include the centre of the sensor and set outer % to 100 to include the outer edges of the sensor. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0274         </property>
0275         <property name="text">
0276          <string>Ring Mask:</string>
0277         </property>
0278         <property name="checked">
0279          <bool>false</bool>
0280         </property>
0281        </widget>
0282       </item>
0283       <item row="2" column="3">
0284        <widget class="QSpinBox" name="focusMosaicSpace">
0285         <property name="sizePolicy">
0286          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0287           <horstretch>0</horstretch>
0288           <verstretch>0</verstretch>
0289          </sizepolicy>
0290         </property>
0291         <property name="toolTip">
0292          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Size of the separator between the tiles.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0293         </property>
0294         <property name="alignment">
0295          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0296         </property>
0297         <property name="suffix">
0298          <string> px</string>
0299         </property>
0300         <property name="minimum">
0301          <number>1</number>
0302         </property>
0303         <property name="value">
0304          <number>5</number>
0305         </property>
0306        </widget>
0307       </item>
0308       <item row="2" column="1">
0309        <widget class="QSpinBox" name="focusMosaicTileWidth">
0310         <property name="sizePolicy">
0311          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0312           <horstretch>0</horstretch>
0313           <verstretch>0</verstretch>
0314          </sizepolicy>
0315         </property>
0316         <property name="toolTip">
0317          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Tiles are squares with an edge length calculated by the given percentage of the image width. The percentage is limited such that the tile size does not exceed one third of the shorter side of the image (in most cases, it's height).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0318         </property>
0319         <property name="alignment">
0320          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0321         </property>
0322         <property name="suffix">
0323          <string> %</string>
0324         </property>
0325         <property name="prefix">
0326          <string/>
0327         </property>
0328         <property name="minimum">
0329          <number>1</number>
0330         </property>
0331         <property name="maximum">
0332          <number>33</number>
0333         </property>
0334         <property name="singleStep">
0335          <number>1</number>
0336         </property>
0337         <property name="value">
0338          <number>25</number>
0339         </property>
0340        </widget>
0341       </item>
0342       <item row="1" column="1">
0343        <widget class="QDoubleSpinBox" name="focusFullFieldInnerRadius">
0344         <property name="sizePolicy">
0345          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0346           <horstretch>0</horstretch>
0347           <verstretch>0</verstretch>
0348          </sizepolicy>
0349         </property>
0350         <property name="toolTip">
0351          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Diameter of the inner circle to be excluded from focusing (e.g. a centered galaxy or star cluster). The diameter is given as percentage of the image diagonal. Set to zero to include the centre of the sensor.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0352         </property>
0353         <property name="alignment">
0354          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0355         </property>
0356         <property name="suffix">
0357          <string> %</string>
0358         </property>
0359         <property name="decimals">
0360          <number>1</number>
0361         </property>
0362         <property name="singleStep">
0363          <double>10.000000000000000</double>
0364         </property>
0365        </widget>
0366       </item>
0367       <item row="2" column="2">
0368        <widget class="QLabel" name="focusSpacerLabel">
0369         <property name="sizePolicy">
0370          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0371           <horstretch>0</horstretch>
0372           <verstretch>0</verstretch>
0373          </sizepolicy>
0374         </property>
0375         <property name="text">
0376          <string>Spacer:</string>
0377         </property>
0378         <property name="buddy">
0379          <cstring>focusMosaicSpace</cstring>
0380         </property>
0381        </widget>
0382       </item>
0383       <item row="0" column="0" colspan="2">
0384        <widget class="QRadioButton" name="focusNoMaskRB">
0385         <property name="sizePolicy">
0386          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0387           <horstretch>0</horstretch>
0388           <verstretch>0</verstretch>
0389          </sizepolicy>
0390         </property>
0391         <property name="toolTip">
0392          <string>All stars are used for focusing.</string>
0393         </property>
0394         <property name="text">
0395          <string>Use all stars for focusing</string>
0396         </property>
0397         <property name="checked">
0398          <bool>true</bool>
0399         </property>
0400        </widget>
0401       </item>
0402       <item row="1" column="3">
0403        <widget class="QDoubleSpinBox" name="focusFullFieldOuterRadius">
0404         <property name="sizePolicy">
0405          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0406           <horstretch>0</horstretch>
0407           <verstretch>0</verstretch>
0408          </sizepolicy>
0409         </property>
0410         <property name="toolTip">
0411          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Diameter of the outer circle to be excluded from focusing. The diameter is given as percentage of the image diagonal. Set to 100% to include the outer edges of the sensor. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0412         </property>
0413         <property name="alignment">
0414          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0415         </property>
0416         <property name="suffix">
0417          <string> %</string>
0418         </property>
0419         <property name="decimals">
0420          <number>1</number>
0421         </property>
0422         <property name="singleStep">
0423          <double>10.000000000000000</double>
0424         </property>
0425         <property name="value">
0426          <double>100.000000000000000</double>
0427         </property>
0428        </widget>
0429       </item>
0430      </layout>
0431     </widget>
0432    </item>
0433    <item>
0434     <widget class="QGroupBox" name="adaptiveFocusGroup">
0435      <property name="enabled">
0436       <bool>true</bool>
0437      </property>
0438      <property name="sizePolicy">
0439       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0440        <horstretch>0</horstretch>
0441        <verstretch>0</verstretch>
0442       </sizepolicy>
0443      </property>
0444      <property name="title">
0445       <string>Adaptive Focus</string>
0446      </property>
0447      <layout class="QGridLayout" name="gridLayout_2">
0448       <property name="leftMargin">
0449        <number>12</number>
0450       </property>
0451       <property name="topMargin">
0452        <number>12</number>
0453       </property>
0454       <property name="rightMargin">
0455        <number>12</number>
0456       </property>
0457       <property name="bottomMargin">
0458        <number>12</number>
0459       </property>
0460       <property name="spacing">
0461        <number>6</number>
0462       </property>
0463       <item row="0" column="2">
0464        <widget class="QSpinBox" name="focusAdaptiveMinMove">
0465         <property name="sizePolicy">
0466          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0467           <horstretch>0</horstretch>
0468           <verstretch>0</verstretch>
0469          </sizepolicy>
0470         </property>
0471         <property name="toolTip">
0472          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The minimum size of an adaptive focus change that will be sent to the focuser.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0473         </property>
0474         <property name="suffix">
0475          <string> ticks</string>
0476         </property>
0477         <property name="minimum">
0478          <number>1</number>
0479         </property>
0480         <property name="maximum">
0481          <number>10000</number>
0482         </property>
0483         <property name="value">
0484          <number>1</number>
0485         </property>
0486        </widget>
0487       </item>
0488       <item row="3" column="2" rowspan="4">
0489        <widget class="QSpinBox" name="focusAdaptiveMaxMove">
0490         <property name="sizePolicy">
0491          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0492           <horstretch>0</horstretch>
0493           <verstretch>0</verstretch>
0494          </sizepolicy>
0495         </property>
0496         <property name="toolTip">
0497          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The maximum total Adaptive focuser movement between Autofocus runs.  If this value is hit,  adaptive focusing is suspended.  The purpose of this control is to handle runaway adaptive focusing.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0498         </property>
0499         <property name="suffix">
0500          <string> ticks</string>
0501         </property>
0502         <property name="minimum">
0503          <number>1</number>
0504         </property>
0505         <property name="maximum">
0506          <number>100000</number>
0507         </property>
0508         <property name="value">
0509          <number>1000</number>
0510         </property>
0511        </widget>
0512       </item>
0513       <item row="0" column="0">
0514        <widget class="QCheckBox" name="focusAdaptive">
0515         <property name="sizePolicy">
0516          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0517           <horstretch>0</horstretch>
0518           <verstretch>0</verstretch>
0519          </sizepolicy>
0520         </property>
0521         <property name="toolTip">
0522          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enable Adaptive Focus between subframes. This is an experimental feature.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0523         </property>
0524         <property name="text">
0525          <string>Adaptive Focus</string>
0526         </property>
0527        </widget>
0528       </item>
0529       <item row="0" column="1">
0530        <widget class="QLabel" name="label_7">
0531         <property name="sizePolicy">
0532          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0533           <horstretch>0</horstretch>
0534           <verstretch>0</verstretch>
0535          </sizepolicy>
0536         </property>
0537         <property name="toolTip">
0538          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Minimum focuser movement when using Adaptive Focus.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0539         </property>
0540         <property name="text">
0541          <string>Min Move:</string>
0542         </property>
0543         <property name="alignment">
0544          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0545         </property>
0546         <property name="buddy">
0547          <cstring>focusAdaptiveMinMove</cstring>
0548         </property>
0549        </widget>
0550       </item>
0551       <item row="3" column="0" rowspan="4">
0552        <widget class="QCheckBox" name="focusAdaptStart">
0553         <property name="sizePolicy">
0554          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0555           <horstretch>0</horstretch>
0556           <verstretch>0</verstretch>
0557          </sizepolicy>
0558         </property>
0559         <property name="toolTip">
0560          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Adapt the Autofocus start position based on filter and the Adaptive Focus settings. This is an experimental feature.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0561         </property>
0562         <property name="text">
0563          <string>Adapt Start Pos</string>
0564         </property>
0565        </widget>
0566       </item>
0567       <item row="4" column="1">
0568        <widget class="QLabel" name="label_6">
0569         <property name="sizePolicy">
0570          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0571           <horstretch>0</horstretch>
0572           <verstretch>0</verstretch>
0573          </sizepolicy>
0574         </property>
0575         <property name="text">
0576          <string>Max Total Move:</string>
0577         </property>
0578         <property name="alignment">
0579          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0580         </property>
0581         <property name="buddy">
0582          <cstring>focusAdaptiveMaxMove</cstring>
0583         </property>
0584        </widget>
0585       </item>
0586      </layout>
0587     </widget>
0588    </item>
0589   </layout>
0590  </widget>
0591  <tabstops>
0592   <tabstop>focusAutoStarEnabled</tabstop>
0593   <tabstop>focusSuspendGuiding</tabstop>
0594   <tabstop>useFocusDarkFrame</tabstop>
0595   <tabstop>focusUseFullField</tabstop>
0596   <tabstop>focusSubFrame</tabstop>
0597   <tabstop>focusBoxSize</tabstop>
0598   <tabstop>focusUnits</tabstop>
0599   <tabstop>focusGuideSettleTime</tabstop>
0600   <tabstop>focusNoMaskRB</tabstop>
0601   <tabstop>focusRingMaskRB</tabstop>
0602   <tabstop>focusFullFieldInnerRadius</tabstop>
0603   <tabstop>focusFullFieldOuterRadius</tabstop>
0604   <tabstop>focusMosaicMaskRB</tabstop>
0605   <tabstop>focusMosaicTileWidth</tabstop>
0606   <tabstop>focusMosaicSpace</tabstop>
0607   <tabstop>focusAdaptive</tabstop>
0608   <tabstop>focusAdaptiveMinMove</tabstop>
0609   <tabstop>focusAdaptStart</tabstop>
0610   <tabstop>focusAdaptiveMaxMove</tabstop>
0611  </tabstops>
0612  <resources/>
0613  <connections/>
0614 </ui>