~ubuntu-branches/debian/jessie/ugene/jessie

« back to all changes in this revision

Viewing changes to src/core/src/util_find_dialog/ui/FindDialogUI.ui

  • Committer: Package Import Robot
  • Author(s): Steffen Moeller
  • Date: 2011-11-02 13:29:07 UTC
  • mfrom: (1.2.1) (3.1.11 natty)
  • Revision ID: package-import@ubuntu.com-20111102132907-o34gwnt0uj5g6hen
Tags: 1.9.8+repack-1
* First release to Debian
  - added README.Debian
  - increased policy version to 3.9.2
  - added URLs for version control system
* Added debug package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>FindDialogBase</class>
3
 
 <widget class="QDialog" name="FindDialogBase" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>686</width>
9
 
    <height>450</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="sizePolicy" >
13
 
   <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
14
 
    <horstretch>0</horstretch>
15
 
    <verstretch>0</verstretch>
16
 
   </sizepolicy>
17
 
  </property>
18
 
  <property name="minimumSize" >
19
 
   <size>
20
 
    <width>0</width>
21
 
    <height>0</height>
22
 
   </size>
23
 
  </property>
24
 
  <property name="maximumSize" >
25
 
   <size>
26
 
    <width>32767</width>
27
 
    <height>32767</height>
28
 
   </size>
29
 
  </property>
30
 
  <property name="mouseTracking" >
31
 
   <bool>false</bool>
32
 
  </property>
33
 
  <property name="windowTitle" >
34
 
   <string>find_dialog_caption</string>
35
 
  </property>
36
 
  <property name="toolTip" >
37
 
   <string/>
38
 
  </property>
39
 
  <property name="whatsThis" >
40
 
   <string>find_dialog_wit</string>
41
 
  </property>
42
 
  <property name="sizeGripEnabled" >
43
 
   <bool>true</bool>
44
 
  </property>
45
 
  <layout class="QVBoxLayout" name="verticalLayout_3" >
46
 
   <item>
47
 
    <layout class="QHBoxLayout" >
48
 
     <item>
49
 
      <widget class="QLabel" name="tlFind" >
50
 
       <property name="sizePolicy" >
51
 
        <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
52
 
         <horstretch>0</horstretch>
53
 
         <verstretch>0</verstretch>
54
 
        </sizepolicy>
55
 
       </property>
56
 
       <property name="minimumSize" >
57
 
        <size>
58
 
         <width>50</width>
59
 
         <height>0</height>
60
 
        </size>
61
 
       </property>
62
 
       <property name="text" >
63
 
        <string>find_label</string>
64
 
       </property>
65
 
       <property name="wordWrap" >
66
 
        <bool>false</bool>
67
 
       </property>
68
 
       <property name="buddy" >
69
 
        <cstring>leFind</cstring>
70
 
       </property>
71
 
      </widget>
72
 
     </item>
73
 
     <item>
74
 
      <widget class="QLineEdit" name="leFind" >
75
 
       <property name="sizePolicy" >
76
 
        <sizepolicy vsizetype="Minimum" hsizetype="Expanding" >
77
 
         <horstretch>0</horstretch>
78
 
         <verstretch>0</verstretch>
79
 
        </sizepolicy>
80
 
       </property>
81
 
       <property name="minimumSize" >
82
 
        <size>
83
 
         <width>450</width>
84
 
         <height>0</height>
85
 
        </size>
86
 
       </property>
87
 
       <property name="toolTip" >
88
 
        <string/>
89
 
       </property>
90
 
       <property name="whatsThis" >
91
 
        <string>search_edit_wit</string>
92
 
       </property>
93
 
      </widget>
94
 
     </item>
95
 
    </layout>
96
 
   </item>
97
 
   <item>
98
 
    <layout class="QHBoxLayout" >
99
 
     <item>
100
 
      <widget class="QGroupBox" name="bgFindIn" >
101
 
       <property name="sizePolicy" >
102
 
        <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
103
 
         <horstretch>0</horstretch>
104
 
         <verstretch>0</verstretch>
105
 
        </sizepolicy>
106
 
       </property>
107
 
       <property name="title" >
108
 
        <string>find_in_group</string>
109
 
       </property>
110
 
       <layout class="QVBoxLayout" name="verticalLayout_2" >
111
 
        <item>
112
 
         <widget class="QRadioButton" name="rbSequence" >
113
 
          <property name="toolTip" >
114
 
           <string/>
115
 
          </property>
116
 
          <property name="whatsThis" >
117
 
           <string>find_in_seq_wit</string>
118
 
          </property>
119
 
          <property name="text" >
120
 
           <string>find_in_seq_label</string>
121
 
          </property>
122
 
          <property name="shortcut" >
123
 
           <string/>
124
 
          </property>
125
 
          <property name="checked" >
126
 
           <bool>true</bool>
127
 
          </property>
128
 
         </widget>
129
 
        </item>
130
 
        <item>
131
 
         <widget class="QRadioButton" name="rbTranslation" >
132
 
          <property name="toolTip" >
133
 
           <string/>
134
 
          </property>
135
 
          <property name="whatsThis" >
136
 
           <string>find_in_transl_wit</string>
137
 
          </property>
138
 
          <property name="text" >
139
 
           <string>find_in_transl_label</string>
140
 
          </property>
141
 
          <property name="shortcut" >
142
 
           <string/>
143
 
          </property>
144
 
         </widget>
145
 
        </item>
146
 
        <item>
147
 
         <spacer name="verticalSpacer" >
148
 
          <property name="orientation" >
149
 
           <enum>Qt::Vertical</enum>
150
 
          </property>
151
 
          <property name="sizeHint" stdset="0" >
152
 
           <size>
153
 
            <width>20</width>
154
 
            <height>25</height>
155
 
           </size>
156
 
          </property>
157
 
         </spacer>
158
 
        </item>
159
 
       </layout>
160
 
      </widget>
161
 
     </item>
162
 
     <item>
163
 
      <widget class="QGroupBox" name="bgStrand" >
164
 
       <property name="sizePolicy" >
165
 
        <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
166
 
         <horstretch>0</horstretch>
167
 
         <verstretch>0</verstretch>
168
 
        </sizepolicy>
169
 
       </property>
170
 
       <property name="title" >
171
 
        <string>strand_group</string>
172
 
       </property>
173
 
       <layout class="QVBoxLayout" name="verticalLayout" >
174
 
        <item>
175
 
         <widget class="QRadioButton" name="rbBoth" >
176
 
          <property name="text" >
177
 
           <string>strand_both</string>
178
 
          </property>
179
 
          <property name="checked" >
180
 
           <bool>true</bool>
181
 
          </property>
182
 
         </widget>
183
 
        </item>
184
 
        <item>
185
 
         <widget class="QRadioButton" name="rbDirect" >
186
 
          <property name="toolTip" >
187
 
           <string/>
188
 
          </property>
189
 
          <property name="whatsThis" >
190
 
           <string>strand_direct_wit</string>
191
 
          </property>
192
 
          <property name="text" >
193
 
           <string>strand_direct_label</string>
194
 
          </property>
195
 
          <property name="shortcut" >
196
 
           <string/>
197
 
          </property>
198
 
          <property name="checked" >
199
 
           <bool>false</bool>
200
 
          </property>
201
 
         </widget>
202
 
        </item>
203
 
        <item>
204
 
         <widget class="QRadioButton" name="rbComplement" >
205
 
          <property name="toolTip" >
206
 
           <string/>
207
 
          </property>
208
 
          <property name="whatsThis" >
209
 
           <string>strand_complement_wit</string>
210
 
          </property>
211
 
          <property name="text" >
212
 
           <string>strand_complement_label</string>
213
 
          </property>
214
 
          <property name="shortcut" >
215
 
           <string/>
216
 
          </property>
217
 
         </widget>
218
 
        </item>
219
 
        <item>
220
 
         <spacer name="verticalSpacer_2" >
221
 
          <property name="orientation" >
222
 
           <enum>Qt::Vertical</enum>
223
 
          </property>
224
 
          <property name="sizeHint" stdset="0" >
225
 
           <size>
226
 
            <width>20</width>
227
 
            <height>0</height>
228
 
           </size>
229
 
          </property>
230
 
         </spacer>
231
 
        </item>
232
 
       </layout>
233
 
      </widget>
234
 
     </item>
235
 
     <item>
236
 
      <widget class="QGroupBox" name="bgAlgo" >
237
 
       <property name="sizePolicy" >
238
 
        <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
239
 
         <horstretch>0</horstretch>
240
 
         <verstretch>0</verstretch>
241
 
        </sizepolicy>
242
 
       </property>
243
 
       <property name="title" >
244
 
        <string>algorithm_group</string>
245
 
       </property>
246
 
       <layout class="QVBoxLayout" >
247
 
        <item>
248
 
         <layout class="QHBoxLayout" >
249
 
          <item>
250
 
           <widget class="QLabel" name="lMatch" >
251
 
            <property name="enabled" >
252
 
             <bool>true</bool>
253
 
            </property>
254
 
            <property name="text" >
255
 
             <string>match_label</string>
256
 
            </property>
257
 
            <property name="wordWrap" >
258
 
             <bool>false</bool>
259
 
            </property>
260
 
            <property name="buddy" >
261
 
             <cstring>sbMatch</cstring>
262
 
            </property>
263
 
           </widget>
264
 
          </item>
265
 
          <item>
266
 
           <widget class="QSpinBox" name="sbMatch" >
267
 
            <property name="enabled" >
268
 
             <bool>true</bool>
269
 
            </property>
270
 
            <property name="sizePolicy" >
271
 
             <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
272
 
              <horstretch>0</horstretch>
273
 
              <verstretch>0</verstretch>
274
 
             </sizepolicy>
275
 
            </property>
276
 
            <property name="toolTip" >
277
 
             <string/>
278
 
            </property>
279
 
            <property name="whatsThis" >
280
 
             <string>match_wit</string>
281
 
            </property>
282
 
            <property name="suffix" >
283
 
             <string>%</string>
284
 
            </property>
285
 
            <property name="minimum" >
286
 
             <number>1</number>
287
 
            </property>
288
 
            <property name="maximum" >
289
 
             <number>100</number>
290
 
            </property>
291
 
            <property name="value" >
292
 
             <number>100</number>
293
 
            </property>
294
 
           </widget>
295
 
          </item>
296
 
         </layout>
297
 
        </item>
298
 
        <item>
299
 
         <widget class="QRadioButton" name="rbMismatchAlg" >
300
 
          <property name="toolTip" >
301
 
           <string>mismatches_tt</string>
302
 
          </property>
303
 
          <property name="whatsThis" >
304
 
           <string>mismatches_wit</string>
305
 
          </property>
306
 
          <property name="text" >
307
 
           <string>mismatches_only</string>
308
 
          </property>
309
 
          <property name="shortcut" >
310
 
           <string/>
311
 
          </property>
312
 
          <property name="checked" >
313
 
           <bool>true</bool>
314
 
          </property>
315
 
         </widget>
316
 
        </item>
317
 
        <item>
318
 
         <widget class="QRadioButton" name="rbInsDelAlg" >
319
 
          <property name="toolTip" >
320
 
           <string>insertions_deletions_tt</string>
321
 
          </property>
322
 
          <property name="whatsThis" >
323
 
           <string>insertions_deletions_wit</string>
324
 
          </property>
325
 
          <property name="text" >
326
 
           <string>insertions_deletions</string>
327
 
          </property>
328
 
          <property name="shortcut" >
329
 
           <string/>
330
 
          </property>
331
 
         </widget>
332
 
        </item>
333
 
        <item>
334
 
         <spacer name="verticalSpacer_3" >
335
 
          <property name="orientation" >
336
 
           <enum>Qt::Vertical</enum>
337
 
          </property>
338
 
          <property name="sizeHint" stdset="0" >
339
 
           <size>
340
 
            <width>20</width>
341
 
            <height>0</height>
342
 
           </size>
343
 
          </property>
344
 
         </spacer>
345
 
        </item>
346
 
       </layout>
347
 
      </widget>
348
 
     </item>
349
 
     <item>
350
 
      <layout class="QVBoxLayout" >
351
 
       <item>
352
 
        <spacer name="spacer4_2" >
353
 
         <property name="orientation" >
354
 
          <enum>Qt::Vertical</enum>
355
 
         </property>
356
 
         <property name="sizeType" >
357
 
          <enum>QSizePolicy::MinimumExpanding</enum>
358
 
         </property>
359
 
         <property name="sizeHint" stdset="0" >
360
 
          <size>
361
 
           <width>20</width>
362
 
           <height>1</height>
363
 
          </size>
364
 
         </property>
365
 
        </spacer>
366
 
       </item>
367
 
       <item>
368
 
        <widget class="QPushButton" name="pbFind" >
369
 
         <property name="enabled" >
370
 
          <bool>false</bool>
371
 
         </property>
372
 
         <property name="sizePolicy" >
373
 
          <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
374
 
           <horstretch>0</horstretch>
375
 
           <verstretch>0</verstretch>
376
 
          </sizepolicy>
377
 
         </property>
378
 
         <property name="toolTip" >
379
 
          <string/>
380
 
         </property>
381
 
         <property name="whatsThis" >
382
 
          <string>find_next_wit</string>
383
 
         </property>
384
 
         <property name="text" >
385
 
          <string>find_next_button</string>
386
 
         </property>
387
 
         <property name="shortcut" >
388
 
          <string/>
389
 
         </property>
390
 
         <property name="default" >
391
 
          <bool>true</bool>
392
 
         </property>
393
 
        </widget>
394
 
       </item>
395
 
       <item>
396
 
        <widget class="QPushButton" name="pbFindAll" >
397
 
         <property name="enabled" >
398
 
          <bool>false</bool>
399
 
         </property>
400
 
         <property name="sizePolicy" >
401
 
          <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
402
 
           <horstretch>0</horstretch>
403
 
           <verstretch>0</verstretch>
404
 
          </sizepolicy>
405
 
         </property>
406
 
         <property name="toolTip" >
407
 
          <string/>
408
 
         </property>
409
 
         <property name="whatsThis" >
410
 
          <string>find_all_wit</string>
411
 
         </property>
412
 
         <property name="text" >
413
 
          <string>find_all_button</string>
414
 
         </property>
415
 
         <property name="shortcut" >
416
 
          <string/>
417
 
         </property>
418
 
         <property name="flat" >
419
 
          <bool>false</bool>
420
 
         </property>
421
 
        </widget>
422
 
       </item>
423
 
       <item>
424
 
        <widget class="QPushButton" name="pbClose" >
425
 
         <property name="sizePolicy" >
426
 
          <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
427
 
           <horstretch>0</horstretch>
428
 
           <verstretch>0</verstretch>
429
 
          </sizepolicy>
430
 
         </property>
431
 
         <property name="toolTip" >
432
 
          <string/>
433
 
         </property>
434
 
         <property name="whatsThis" >
435
 
          <string>hide_button_wit</string>
436
 
         </property>
437
 
         <property name="text" >
438
 
          <string>close_button</string>
439
 
         </property>
440
 
         <property name="shortcut" >
441
 
          <string/>
442
 
         </property>
443
 
        </widget>
444
 
       </item>
445
 
       <item>
446
 
        <spacer name="spacer4" >
447
 
         <property name="orientation" >
448
 
          <enum>Qt::Vertical</enum>
449
 
         </property>
450
 
         <property name="sizeType" >
451
 
          <enum>QSizePolicy::MinimumExpanding</enum>
452
 
         </property>
453
 
         <property name="sizeHint" stdset="0" >
454
 
          <size>
455
 
           <width>20</width>
456
 
           <height>1</height>
457
 
          </size>
458
 
         </property>
459
 
        </spacer>
460
 
       </item>
461
 
      </layout>
462
 
     </item>
463
 
    </layout>
464
 
   </item>
465
 
   <item>
466
 
    <layout class="QHBoxLayout" >
467
 
     <item>
468
 
      <layout class="QHBoxLayout" >
469
 
       <item>
470
 
        <widget class="QPushButton" name="pbSaveAnnotations" >
471
 
         <property name="toolTip" >
472
 
          <string>save_as_features_tt</string>
473
 
         </property>
474
 
         <property name="whatsThis" >
475
 
          <string>save_as_features_wit</string>
476
 
         </property>
477
 
         <property name="text" >
478
 
          <string>save_as_annotations_button</string>
479
 
         </property>
480
 
         <property name="shortcut" >
481
 
          <string/>
482
 
         </property>
483
 
        </widget>
484
 
       </item>
485
 
       <item>
486
 
        <widget class="QPushButton" name="pbRemoveOverlaps" >
487
 
         <property name="text" >
488
 
          <string>remove_overlaps</string>
489
 
         </property>
490
 
        </widget>
491
 
       </item>
492
 
       <item>
493
 
        <widget class="QPushButton" name="pbClearList" >
494
 
         <property name="sizePolicy" >
495
 
          <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
496
 
           <horstretch>0</horstretch>
497
 
           <verstretch>0</verstretch>
498
 
          </sizepolicy>
499
 
         </property>
500
 
         <property name="text" >
501
 
          <string>clear_list_button</string>
502
 
         </property>
503
 
         <property name="shortcut" >
504
 
          <string/>
505
 
         </property>
506
 
        </widget>
507
 
       </item>
508
 
      </layout>
509
 
     </item>
510
 
     <item>
511
 
      <spacer name="spacer2_2" >
512
 
       <property name="orientation" >
513
 
        <enum>Qt::Horizontal</enum>
514
 
       </property>
515
 
       <property name="sizeType" >
516
 
        <enum>QSizePolicy::Expanding</enum>
517
 
       </property>
518
 
       <property name="sizeHint" stdset="0" >
519
 
        <size>
520
 
         <width>211</width>
521
 
         <height>31</height>
522
 
        </size>
523
 
       </property>
524
 
      </spacer>
525
 
     </item>
526
 
    </layout>
527
 
   </item>
528
 
   <item>
529
 
    <widget class="QListWidget" name="lbResult" >
530
 
     <property name="enabled" >
531
 
      <bool>true</bool>
532
 
     </property>
533
 
     <property name="sizePolicy" >
534
 
      <sizepolicy vsizetype="Expanding" hsizetype="Minimum" >
535
 
       <horstretch>0</horstretch>
536
 
       <verstretch>4</verstretch>
537
 
      </sizepolicy>
538
 
     </property>
539
 
     <property name="minimumSize" >
540
 
      <size>
541
 
       <width>0</width>
542
 
       <height>140</height>
543
 
      </size>
544
 
     </property>
545
 
     <property name="toolTip" >
546
 
      <string/>
547
 
     </property>
548
 
     <property name="whatsThis" >
549
 
      <string>matches_area_wit</string>
550
 
     </property>
551
 
    </widget>
552
 
   </item>
553
 
   <item>
554
 
    <layout class="QHBoxLayout" name="horizontalLayout" >
555
 
     <item>
556
 
      <widget class="QLabel" name="lRangeStart" >
557
 
       <property name="text" >
558
 
        <string>rstart_label</string>
559
 
       </property>
560
 
      </widget>
561
 
     </item>
562
 
     <item>
563
 
      <widget class="QSpinBox" name="sbRangeStart" >
564
 
       <property name="minimumSize" >
565
 
        <size>
566
 
         <width>100</width>
567
 
         <height>0</height>
568
 
        </size>
569
 
       </property>
570
 
       <property name="alignment" >
571
 
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
572
 
       </property>
573
 
       <property name="accelerated" >
574
 
        <bool>true</bool>
575
 
       </property>
576
 
      </widget>
577
 
     </item>
578
 
     <item>
579
 
      <widget class="QLabel" name="lCurrentPos" >
580
 
       <property name="text" >
581
 
        <string>cpos_label</string>
582
 
       </property>
583
 
      </widget>
584
 
     </item>
585
 
     <item>
586
 
      <widget class="QSpinBox" name="sbCurrentPos" >
587
 
       <property name="minimumSize" >
588
 
        <size>
589
 
         <width>100</width>
590
 
         <height>0</height>
591
 
        </size>
592
 
       </property>
593
 
       <property name="alignment" >
594
 
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
595
 
       </property>
596
 
       <property name="accelerated" >
597
 
        <bool>true</bool>
598
 
       </property>
599
 
      </widget>
600
 
     </item>
601
 
     <item>
602
 
      <widget class="QLabel" name="lRangeEnd" >
603
 
       <property name="text" >
604
 
        <string>rend_label</string>
605
 
       </property>
606
 
      </widget>
607
 
     </item>
608
 
     <item>
609
 
      <widget class="QSpinBox" name="sbRangeEnd" >
610
 
       <property name="minimumSize" >
611
 
        <size>
612
 
         <width>100</width>
613
 
         <height>0</height>
614
 
        </size>
615
 
       </property>
616
 
       <property name="alignment" >
617
 
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
618
 
       </property>
619
 
       <property name="accelerated" >
620
 
        <bool>true</bool>
621
 
       </property>
622
 
       <property name="maximum" >
623
 
        <number>99</number>
624
 
       </property>
625
 
      </widget>
626
 
     </item>
627
 
     <item>
628
 
      <spacer name="horizontalSpacer" >
629
 
       <property name="orientation" >
630
 
        <enum>Qt::Horizontal</enum>
631
 
       </property>
632
 
       <property name="sizeHint" stdset="0" >
633
 
        <size>
634
 
         <width>1</width>
635
 
         <height>22</height>
636
 
        </size>
637
 
       </property>
638
 
      </spacer>
639
 
     </item>
640
 
     <item>
641
 
      <widget class="QPushButton" name="pbRangeToSelection" >
642
 
       <property name="text" >
643
 
        <string>sel_button</string>
644
 
       </property>
645
 
      </widget>
646
 
     </item>
647
 
     <item>
648
 
      <widget class="QPushButton" name="pbRangeToSeq" >
649
 
       <property name="text" >
650
 
        <string>wh_seq_button</string>
651
 
       </property>
652
 
      </widget>
653
 
     </item>
654
 
    </layout>
655
 
   </item>
656
 
   <item>
657
 
    <widget class="QLabel" name="statusBar" >
658
 
     <property name="sizePolicy" >
659
 
      <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
660
 
       <horstretch>0</horstretch>
661
 
       <verstretch>0</verstretch>
662
 
      </sizepolicy>
663
 
     </property>
664
 
     <property name="font" >
665
 
      <font/>
666
 
     </property>
667
 
     <property name="frameShape" >
668
 
      <enum>QFrame::Panel</enum>
669
 
     </property>
670
 
     <property name="frameShadow" >
671
 
      <enum>QFrame::Sunken</enum>
672
 
     </property>
673
 
     <property name="text" >
674
 
      <string/>
675
 
     </property>
676
 
     <property name="wordWrap" >
677
 
      <bool>false</bool>
678
 
     </property>
679
 
    </widget>
680
 
   </item>
681
 
  </layout>
682
 
 </widget>
683
 
 <layoutdefault spacing="6" margin="11" />
684
 
 <tabstops>
685
 
  <tabstop>leFind</tabstop>
686
 
  <tabstop>pbFind</tabstop>
687
 
  <tabstop>pbFindAll</tabstop>
688
 
  <tabstop>pbClose</tabstop>
689
 
  <tabstop>rbSequence</tabstop>
690
 
  <tabstop>rbTranslation</tabstop>
691
 
  <tabstop>rbBoth</tabstop>
692
 
  <tabstop>rbDirect</tabstop>
693
 
  <tabstop>rbComplement</tabstop>
694
 
  <tabstop>sbMatch</tabstop>
695
 
  <tabstop>rbMismatchAlg</tabstop>
696
 
  <tabstop>rbInsDelAlg</tabstop>
697
 
  <tabstop>pbSaveAnnotations</tabstop>
698
 
  <tabstop>pbClearList</tabstop>
699
 
  <tabstop>lbResult</tabstop>
700
 
  <tabstop>sbRangeStart</tabstop>
701
 
  <tabstop>sbCurrentPos</tabstop>
702
 
  <tabstop>sbRangeEnd</tabstop>
703
 
  <tabstop>pbRangeToSelection</tabstop>
704
 
  <tabstop>pbRangeToSeq</tabstop>
705
 
 </tabstops>
706
 
 <resources/>
707
 
 <connections/>
708
 
</ui>