~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to gui/XEchelle/prj/BackgroundShell.i

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
! UIMX ascii 2.0 key: 2769                                                      
 
2
*action.FileSelectACT: {\
 
3
#include <xm_defs.h>\
 
4
#include <spec_comm.h>\
 
5
\
 
6
extern swidget FileListInterface, TextFieldSwidget;\
 
7
extern Widget FileListWidget;\
 
8
extern char  DirSpecs[];\
 
9
extern int ListType;\
 
10
\
 
11
int  strip = 1; /* strip off */\
 
12
\
 
13
TextFieldSwidget = UxThisWidget;\
 
14
\
 
15
if ( UxWidget == UxGetWidget(UxFindSwidget("tf_lincat")) ) {\
 
16
    SET_LIST_TITLE("Enter line catalog");\
 
17
    ListType = LIST_LINCAT;\
 
18
}\
 
19
else if ( UxWidget == UxGetWidget(UxFindSwidget("tf_guess")) ) {\
 
20
    SET_LIST_TITLE("Enter guess table");\
 
21
    ListType = LIST_GUESS;\
 
22
}\
 
23
else if ( UxWidget == UxGetWidget(UxFindSwidget("tf_flux_tbl")) ) {\
 
24
    SET_LIST_TITLE("Enter flux table");\
 
25
    ListType = LIST_FLUX_TBL;\
 
26
}\
 
27
else if ( UxWidget == UxGetWidget(UxFindSwidget("tf_extin_tbl")) )  {\
 
28
    SET_LIST_TITLE("Enter extinction table");\
 
29
    ListType = LIST_EXTIN_TBL;\
 
30
}\
 
31
\
 
32
strcpy(DirSpecs, "*.tbl");      \
 
33
SetFileList(FileListWidget, strip, DirSpecs);\
 
34
UxPopupInterface(FileListInterface, exclusive_grab);\
 
35
\
 
36
}
 
37
*action.HelpShort: {WidgetEnter(UxWidget);}
 
38
*action.ClearShort: {WidgetLeave(UxWidget);}  
 
39
*action.UpdateDirectory: {\
 
40
\
 
41
 char node[80];\
 
42
\
 
43
 /* if (XmTextGetSelection(UxWidget) == NULL) return; */\
 
44
 strcpy(node,\
 
45
     XmTextGetSelection(UxWidget));\
 
46
 XmTextClearSelection(UxWidget,XtLastTimestampProcessed(UxDisplay));\
 
47
\
 
48
node[strlen(node)-1] = '\0';\
 
49
WGet_all_dirs(node);\
 
50
WChange_Midas_dir();\
 
51
WGet_all_files();\
 
52
\
 
53
}
 
54
 
 
55
*translation.table: transTable14
 
56
*translation.parent: BackgroundShell
 
57
*translation.policy: override
 
58
*translation.<Btn3Down>: FileSelectACT()
 
59
 
 
60
*translation.table: transTable15
 
61
*translation.parent: BackgroundShell
 
62
*translation.policy: override
 
63
*translation.<Btn3Down>: HelpHelp()
 
64
*translation.<EnterWindow>: HelpShort()
 
65
*translation.<LeaveWindow>: ClearShort()
 
66
 
 
67
*translation.table: transTable16
 
68
*translation.parent: BackgroundShell
 
69
*translation.policy: override
 
70
*translation.<Btn1Up>: UpdateDirectory()
 
71
 
 
72
*BackgroundShell.class: transientShell
 
73
*BackgroundShell.parent: NO_PARENT
 
74
*BackgroundShell.static: true
 
75
*BackgroundShell.gbldecl: #include <stdio.h>\
 
76
#include <ExternResources.h>
 
77
*BackgroundShell.ispecdecl:
 
78
*BackgroundShell.funcdecl: swidget create_BackgroundShell()\
 
79
 
 
80
*BackgroundShell.funcname: create_BackgroundShell
 
81
*BackgroundShell.funcdef: "swidget", "<create_BackgroundShell>(%)"
 
82
*BackgroundShell.icode:
 
83
*BackgroundShell.fcode: return(rtrn);\
 
84
 
 
85
*BackgroundShell.auxdecl:
 
86
*BackgroundShell.name: BackgroundShell
 
87
*BackgroundShell.x: 604
 
88
*BackgroundShell.y: 466
 
89
*BackgroundShell.width: 520
 
90
*BackgroundShell.height: 505
 
91
*BackgroundShell.geometry: "+10+60"
 
92
*BackgroundShell.title: "XEchelle: Interorder Background"
 
93
 
 
94
*form29.class: form
 
95
*form29.parent: BackgroundShell
 
96
*form29.static: true
 
97
*form29.name: form29
 
98
*form29.resizePolicy: "resize_none"
 
99
*form29.unitType: "pixels"
 
100
*form29.x: 0
 
101
*form29.y: -2
 
102
*form29.width: 408
 
103
*form29.height: 348
 
104
*form29.background: WindowBackground
 
105
 
 
106
*form30.class: form
 
107
*form30.parent: form29
 
108
*form30.static: true
 
109
*form30.name: form30
 
110
*form30.resizePolicy: "resize_none"
 
111
*form30.x: 6
 
112
*form30.y: 460
 
113
*form30.width: 508
 
114
*form30.height: 40
 
115
*form30.background: ButtonBackground
 
116
 
 
117
*pushButton4.class: pushButton
 
118
*pushButton4.parent: form30
 
119
*pushButton4.static: true
 
120
*pushButton4.name: pushButton4
 
121
*pushButton4.x: 422
 
122
*pushButton4.y: 4
 
123
*pushButton4.width: 80
 
124
*pushButton4.height: 30
 
125
*pushButton4.background: ButtonBackground
 
126
*pushButton4.fontList: BoldTextFont
 
127
*pushButton4.foreground: CancelForeground
 
128
*pushButton4.labelString: "Cancel"
 
129
*pushButton4.activateCallback: {\
 
130
UxPopdownInterface(UxFindSwidget("BackgroundShell"));\
 
131
}
 
132
 
 
133
*pb_search_plot1.class: pushButton
 
134
*pb_search_plot1.parent: form30
 
135
*pb_search_plot1.static: true
 
136
*pb_search_plot1.name: pb_search_plot1
 
137
*pb_search_plot1.x: 340
 
138
*pb_search_plot1.y: 4
 
139
*pb_search_plot1.width: 80
 
140
*pb_search_plot1.height: 30
 
141
*pb_search_plot1.background: ButtonBackground
 
142
*pb_search_plot1.fontList: BoldTextFont
 
143
*pb_search_plot1.foreground: ButtonForeground
 
144
*pb_search_plot1.labelString: "Help..."
 
145
*pb_search_plot1.activateCallback: {\
 
146
GetExtendedHelp(UxWidget);\
 
147
}
 
148
 
 
149
*pb_search_search6.class: pushButton
 
150
*pb_search_search6.parent: form30
 
151
*pb_search_search6.static: true
 
152
*pb_search_search6.name: pb_search_search6
 
153
*pb_search_search6.x: 8
 
154
*pb_search_search6.y: 4
 
155
*pb_search_search6.width: 80
 
156
*pb_search_search6.height: 30
 
157
*pb_search_search6.background: ButtonBackground
 
158
*pb_search_search6.fontList: BoldTextFont
 
159
*pb_search_search6.foreground: ApplyForeground
 
160
*pb_search_search6.labelString: "Subtract"
 
161
*pb_search_search6.activateCallback: {\
 
162
 MidasCommand(UxThisWidget);\
 
163
\
 
164
}
 
165
 
 
166
*pb_search_plot9.class: pushButton
 
167
*pb_search_plot9.parent: form30
 
168
*pb_search_plot9.static: true
 
169
*pb_search_plot9.name: pb_search_plot9
 
170
*pb_search_plot9.x: 92
 
171
*pb_search_plot9.y: 4
 
172
*pb_search_plot9.width: 80
 
173
*pb_search_plot9.height: 30
 
174
*pb_search_plot9.background: ButtonBackground
 
175
*pb_search_plot9.fontList: BoldTextFont
 
176
*pb_search_plot9.foreground: ButtonForeground
 
177
*pb_search_plot9.labelString: "Positions"
 
178
*pb_search_plot9.activateCallback: {\
 
179
 MidasCommand(UxThisWidget);\
 
180
\
 
181
}
 
182
 
 
183
*pb_search_plot10.class: pushButton
 
184
*pb_search_plot10.parent: form30
 
185
*pb_search_plot10.static: true
 
186
*pb_search_plot10.name: pb_search_plot10
 
187
*pb_search_plot10.x: 176
 
188
*pb_search_plot10.y: 4
 
189
*pb_search_plot10.width: 80
 
190
*pb_search_plot10.height: 30
 
191
*pb_search_plot10.background: ButtonBackground
 
192
*pb_search_plot10.fontList: BoldTextFont
 
193
*pb_search_plot10.foreground: ButtonForeground
 
194
*pb_search_plot10.labelString: "Select"
 
195
*pb_search_plot10.activateCallback: {\
 
196
MidasCommand(UxThisWidget);\
 
197
\
 
198
}
 
199
 
 
200
*pb_search_plot12.class: pushButton
 
201
*pb_search_plot12.parent: form30
 
202
*pb_search_plot12.static: true
 
203
*pb_search_plot12.name: pb_search_plot12
 
204
*pb_search_plot12.x: 258
 
205
*pb_search_plot12.y: 4
 
206
*pb_search_plot12.width: 80
 
207
*pb_search_plot12.height: 30
 
208
*pb_search_plot12.background: ButtonBackground
 
209
*pb_search_plot12.fontList: BoldTextFont
 
210
*pb_search_plot12.foreground: ButtonForeground
 
211
*pb_search_plot12.labelString: "Plot"
 
212
*pb_search_plot12.activateCallback: {\
 
213
MidasCommand(UxThisWidget);\
 
214
\
 
215
}
 
216
 
 
217
*shelp_search4.class: text
 
218
*shelp_search4.parent: form29
 
219
*shelp_search4.static: true
 
220
*shelp_search4.name: shelp_search4
 
221
*shelp_search4.x: 4
 
222
*shelp_search4.y: 402
 
223
*shelp_search4.width: 508
 
224
*shelp_search4.height: 50
 
225
*shelp_search4.background: SHelpBackground
 
226
*shelp_search4.cursorPositionVisible: "false"
 
227
*shelp_search4.editable: "false"
 
228
*shelp_search4.fontList: TextFont
 
229
 
 
230
*separator24.class: separator
 
231
*separator24.parent: form29
 
232
*separator24.static: true
 
233
*separator24.name: separator24
 
234
*separator24.x: 4
 
235
*separator24.y: 452
 
236
*separator24.width: 514
 
237
*separator24.height: 10
 
238
*separator24.background: WindowBackground
 
239
 
 
240
*separator25.class: separator
 
241
*separator25.parent: form29
 
242
*separator25.static: true
 
243
*separator25.name: separator25
 
244
*separator25.x: 2
 
245
*separator25.y: 388
 
246
*separator25.width: 518
 
247
*separator25.height: 10
 
248
*separator25.background: WindowBackground
 
249
 
 
250
*label69.class: label
 
251
*label69.parent: form29
 
252
*label69.static: true
 
253
*label69.name: label69
 
254
*label69.x: 16
 
255
*label69.y: 342
 
256
*label69.width: 100
 
257
*label69.height: 30
 
258
*label69.background: LabelBackground
 
259
*label69.fontList: TextFont
 
260
*label69.labelString: "Radius (pixel):"
 
261
*label69.alignment: "alignment_beginning"
 
262
*label69.foreground: TextForeground
 
263
 
 
264
*tf_alpha8.class: textField
 
265
*tf_alpha8.parent: form29
 
266
*tf_alpha8.static: true
 
267
*tf_alpha8.name: tf_alpha8
 
268
*tf_alpha8.x: 370
 
269
*tf_alpha8.y: 296
 
270
*tf_alpha8.width: 96
 
271
*tf_alpha8.height: 32
 
272
*tf_alpha8.background: TextBackground
 
273
*tf_alpha8.fontList: TextFont
 
274
*tf_alpha8.highlightOnEnter: "true"
 
275
*tf_alpha8.foreground: TextForeground
 
276
*tf_alpha8.losingFocusCallback: {\
 
277
\
 
278
}
 
279
 
 
280
*tf_alpha9.class: textField
 
281
*tf_alpha9.parent: form29
 
282
*tf_alpha9.static: true
 
283
*tf_alpha9.name: tf_alpha9
 
284
*tf_alpha9.x: 370
 
285
*tf_alpha9.y: 222
 
286
*tf_alpha9.width: 96
 
287
*tf_alpha9.height: 32
 
288
*tf_alpha9.background: TextBackground
 
289
*tf_alpha9.fontList: TextFont
 
290
*tf_alpha9.highlightOnEnter: "true"
 
291
*tf_alpha9.foreground: TextForeground
 
292
*tf_alpha9.losingFocusCallback: {\
 
293
\
 
294
}
 
295
 
 
296
*label70.class: label
 
297
*label70.parent: form29
 
298
*label70.static: true
 
299
*label70.name: label70
 
300
*label70.x: 222
 
301
*label70.y: 224
 
302
*label70.width: 140
 
303
*label70.height: 30
 
304
*label70.background: LabelBackground
 
305
*label70.fontList: TextFont
 
306
*label70.labelString: "Number of iterations:"
 
307
*label70.alignment: "alignment_beginning"
 
308
*label70.foreground: TextForeground
 
309
 
 
310
*tf_alpha10.class: textField
 
311
*tf_alpha10.parent: form29
 
312
*tf_alpha10.static: true
 
313
*tf_alpha10.name: tf_alpha10
 
314
*tf_alpha10.x: 214
 
315
*tf_alpha10.y: 338
 
316
*tf_alpha10.width: 96
 
317
*tf_alpha10.height: 32
 
318
*tf_alpha10.background: TextBackground
 
319
*tf_alpha10.fontList: TextFont
 
320
*tf_alpha10.highlightOnEnter: "true"
 
321
*tf_alpha10.foreground: TextForeground
 
322
*tf_alpha10.losingFocusCallback: {\
 
323
\
 
324
}
 
325
 
 
326
*tf_alpha12.class: textField
 
327
*tf_alpha12.parent: form29
 
328
*tf_alpha12.static: true
 
329
*tf_alpha12.name: tf_alpha12
 
330
*tf_alpha12.x: 368
 
331
*tf_alpha12.y: 338
 
332
*tf_alpha12.width: 96
 
333
*tf_alpha12.height: 32
 
334
*tf_alpha12.background: TextBackground
 
335
*tf_alpha12.fontList: TextFont
 
336
*tf_alpha12.highlightOnEnter: "true"
 
337
*tf_alpha12.foreground: TextForeground
 
338
*tf_alpha12.losingFocusCallback: {\
 
339
\
 
340
}
 
341
 
 
342
*tf_alpha13.class: textField
 
343
*tf_alpha13.parent: form29
 
344
*tf_alpha13.static: true
 
345
*tf_alpha13.name: tf_alpha13
 
346
*tf_alpha13.x: 120
 
347
*tf_alpha13.y: 222
 
348
*tf_alpha13.width: 96
 
349
*tf_alpha13.height: 32
 
350
*tf_alpha13.background: TextBackground
 
351
*tf_alpha13.fontList: TextFont
 
352
*tf_alpha13.highlightOnEnter: "true"
 
353
*tf_alpha13.foreground: TextForeground
 
354
*tf_alpha13.losingFocusCallback: {\
 
355
\
 
356
}
 
357
 
 
358
*label71.class: label
 
359
*label71.parent: form29
 
360
*label71.static: true
 
361
*label71.name: label71
 
362
*label71.x: 14
 
363
*label71.y: 222
 
364
*label71.width: 94
 
365
*label71.height: 30
 
366
*label71.background: LabelBackground
 
367
*label71.fontList: TextFont
 
368
*label71.labelString: "Step (pixel):"
 
369
*label71.alignment: "alignment_beginning"
 
370
*label71.foreground: TextForeground
 
371
 
 
372
*label72.class: label
 
373
*label72.parent: form29
 
374
*label72.static: true
 
375
*label72.name: label72
 
376
*label72.x: 16
 
377
*label72.y: 302
 
378
*label72.width: 136
 
379
*label72.height: 30
 
380
*label72.background: LabelBackground
 
381
*label72.fontList: TextFont
 
382
*label72.labelString: "Polynomial Degree:"
 
383
*label72.alignment: "alignment_beginning"
 
384
*label72.foreground: TextForeground
 
385
 
 
386
*tf_alpha14.class: textField
 
387
*tf_alpha14.parent: form29
 
388
*tf_alpha14.static: true
 
389
*tf_alpha14.name: tf_alpha14
 
390
*tf_alpha14.x: 216
 
391
*tf_alpha14.y: 298
 
392
*tf_alpha14.width: 96
 
393
*tf_alpha14.height: 32
 
394
*tf_alpha14.background: TextBackground
 
395
*tf_alpha14.fontList: TextFont
 
396
*tf_alpha14.highlightOnEnter: "true"
 
397
*tf_alpha14.foreground: TextForeground
 
398
*tf_alpha14.losingFocusCallback: {\
 
399
\
 
400
}
 
401
 
 
402
*label74.class: label
 
403
*label74.parent: form29
 
404
*label74.static: true
 
405
*label74.name: label74
 
406
*label74.x: 166
 
407
*label74.y: 340
 
408
*label74.width: 36
 
409
*label74.height: 30
 
410
*label74.background: LabelBackground
 
411
*label74.fontList: TextFont
 
412
*label74.labelString: "X="
 
413
*label74.alignment: "alignment_beginning"
 
414
*label74.foreground: TextForeground
 
415
 
 
416
*label75.class: label
 
417
*label75.parent: form29
 
418
*label75.static: true
 
419
*label75.name: label75
 
420
*label75.x: 342
 
421
*label75.y: 296
 
422
*label75.width: 20
 
423
*label75.height: 30
 
424
*label75.background: LabelBackground
 
425
*label75.fontList: TextFont
 
426
*label75.labelString: "Y="
 
427
*label75.alignment: "alignment_beginning"
 
428
*label75.foreground: TextForeground
 
429
 
 
430
*label77.class: label
 
431
*label77.parent: form29
 
432
*label77.static: true
 
433
*label77.name: label77
 
434
*label77.x: 336
 
435
*label77.y: 338
 
436
*label77.width: 20
 
437
*label77.height: 30
 
438
*label77.background: LabelBackground
 
439
*label77.fontList: TextFont
 
440
*label77.labelString: "Y="
 
441
*label77.alignment: "alignment_beginning"
 
442
*label77.foreground: TextForeground
 
443
 
 
444
*label78.class: label
 
445
*label78.parent: form29
 
446
*label78.static: true
 
447
*label78.name: label78
 
448
*label78.x: 166
 
449
*label78.y: 302
 
450
*label78.width: 34
 
451
*label78.height: 30
 
452
*label78.background: LabelBackground
 
453
*label78.fontList: TextFont
 
454
*label78.labelString: "X="
 
455
*label78.alignment: "alignment_beginning"
 
456
*label78.foreground: TextForeground
 
457
 
 
458
*toggleButton17.class: toggleButton
 
459
*toggleButton17.parent: form29
 
460
*toggleButton17.static: true
 
461
*toggleButton17.name: toggleButton17
 
462
*toggleButton17.x: 12
 
463
*toggleButton17.y: 172
 
464
*toggleButton17.width: 136
 
465
*toggleButton17.height: 29
 
466
*toggleButton17.recomputeSize: "false"
 
467
*toggleButton17.background: WindowBackground
 
468
*toggleButton17.fontList: TextFont
 
469
*toggleButton17.foreground: TextForeground
 
470
*toggleButton17.labelString: "Plot Background"
 
471
*toggleButton17.selectColor: "Yellow"
 
472
*toggleButton17.valueChangedCallback: {\
 
473
\
 
474
}
 
475
*toggleButton17.armCallback: RadioSet(UxWidget);
 
476
 
 
477
*rowColumn1.class: rowColumn
 
478
*rowColumn1.parent: form29
 
479
*rowColumn1.static: true
 
480
*rowColumn1.name: rowColumn1
 
481
*rowColumn1.x: 88
 
482
*rowColumn1.y: 129
 
483
*rowColumn1.width: 106
 
484
*rowColumn1.height: 96
 
485
*rowColumn1.radioBehavior: "true"
 
486
*rowColumn1.background: WindowBackground
 
487
*rowColumn1.entryBorder: 0
 
488
*rowColumn1.labelString: ""
 
489
*rowColumn1.shadowThickness: 0
 
490
*rowColumn1.borderWidth: 0
 
491
*rowColumn1.entryAlignment: "alignment_beginning"
 
492
*rowColumn1.adjustLast: "false"
 
493
*rowColumn1.adjustMargin: "true"
 
494
*rowColumn1.isAligned: "true"
 
495
*rowColumn1.orientation: "horizontal"
 
496
*rowColumn1.resizeWidth: "true"
 
497
 
 
498
*rb_seamtd_gaus1.class: toggleButton
 
499
*rb_seamtd_gaus1.parent: rowColumn1
 
500
*rb_seamtd_gaus1.static: true
 
501
*rb_seamtd_gaus1.name: rb_seamtd_gaus1
 
502
*rb_seamtd_gaus1.x: 12
 
503
*rb_seamtd_gaus1.y: 12
 
504
*rb_seamtd_gaus1.width: 148
 
505
*rb_seamtd_gaus1.height: 30
 
506
*rb_seamtd_gaus1.background: WindowBackground
 
507
*rb_seamtd_gaus1.fontList: TextFont
 
508
*rb_seamtd_gaus1.labelString: "Spline"
 
509
*rb_seamtd_gaus1.set: "true"
 
510
*rb_seamtd_gaus1.selectColor: SelectColor
 
511
*rb_seamtd_gaus1.highlightOnEnter: "true"
 
512
*rb_seamtd_gaus1.valueChangedCallback: {\
 
513
\
 
514
}
 
515
*rb_seamtd_gaus1.indicatorSize: 16
 
516
*rb_seamtd_gaus1.foreground: TextForeground
 
517
*rb_seamtd_gaus1.armCallback: RadioSet(UxWidget);
 
518
 
 
519
*rb_seamtd_grav1.class: toggleButton
 
520
*rb_seamtd_grav1.parent: rowColumn1
 
521
*rb_seamtd_grav1.static: true
 
522
*rb_seamtd_grav1.name: rb_seamtd_grav1
 
523
*rb_seamtd_grav1.x: 136
 
524
*rb_seamtd_grav1.y: 3
 
525
*rb_seamtd_grav1.width: 108
 
526
*rb_seamtd_grav1.height: 28
 
527
*rb_seamtd_grav1.background: WindowBackground
 
528
*rb_seamtd_grav1.fontList: TextFont
 
529
*rb_seamtd_grav1.labelString: "Polynomial  "
 
530
*rb_seamtd_grav1.selectColor: SelectColor
 
531
*rb_seamtd_grav1.highlightOnEnter: "true"
 
532
*rb_seamtd_grav1.valueChangedCallback: {\
 
533
\
 
534
}
 
535
*rb_seamtd_grav1.indicatorSize: 16
 
536
*rb_seamtd_grav1.foreground: TextForeground
 
537
*rb_seamtd_grav1.armCallback: RadioSet(UxWidget);
 
538
 
 
539
*rb_seamtd_maxi1.class: toggleButton
 
540
*rb_seamtd_maxi1.parent: rowColumn1
 
541
*rb_seamtd_maxi1.static: true
 
542
*rb_seamtd_maxi1.name: rb_seamtd_maxi1
 
543
*rb_seamtd_maxi1.x: 4
 
544
*rb_seamtd_maxi1.y: 66
 
545
*rb_seamtd_maxi1.width: 96
 
546
*rb_seamtd_maxi1.height: 24
 
547
*rb_seamtd_maxi1.background: WindowBackground
 
548
*rb_seamtd_maxi1.fontList: TextFont
 
549
*rb_seamtd_maxi1.labelString: "Smooth"
 
550
*rb_seamtd_maxi1.selectColor: SelectColor
 
551
*rb_seamtd_maxi1.highlightOnEnter: "true"
 
552
*rb_seamtd_maxi1.valueChangedCallback: {\
 
553
\
 
554
}
 
555
*rb_seamtd_maxi1.indicatorSize: 16
 
556
*rb_seamtd_maxi1.foreground: TextForeground
 
557
*rb_seamtd_maxi1.armCallback: RadioSet(UxWidget);
 
558
 
 
559
*label79.class: label
 
560
*label79.parent: form29
 
561
*label79.static: true
 
562
*label79.name: label79
 
563
*label79.x: 14
 
564
*label79.y: 262
 
565
*label79.width: 100
 
566
*label79.height: 30
 
567
*label79.background: LabelBackground
 
568
*label79.fontList: TextFont
 
569
*label79.labelString: "Spline degree:"
 
570
*label79.alignment: "alignment_beginning"
 
571
*label79.foreground: TextForeground
 
572
 
 
573
*label80.class: label
 
574
*label80.parent: form29
 
575
*label80.static: true
 
576
*label80.name: label80
 
577
*label80.x: 224
 
578
*label80.y: 262
 
579
*label80.width: 126
 
580
*label80.height: 30
 
581
*label80.background: LabelBackground
 
582
*label80.fontList: TextFont
 
583
*label80.labelString: "Smoothing Factor:"
 
584
*label80.alignment: "alignment_beginning"
 
585
*label80.foreground: TextForeground
 
586
 
 
587
*tf_alpha15.class: textField
 
588
*tf_alpha15.parent: form29
 
589
*tf_alpha15.static: true
 
590
*tf_alpha15.name: tf_alpha15
 
591
*tf_alpha15.x: 368
 
592
*tf_alpha15.y: 258
 
593
*tf_alpha15.width: 96
 
594
*tf_alpha15.height: 32
 
595
*tf_alpha15.background: TextBackground
 
596
*tf_alpha15.fontList: TextFont
 
597
*tf_alpha15.highlightOnEnter: "true"
 
598
*tf_alpha15.foreground: TextForeground
 
599
*tf_alpha15.losingFocusCallback: {\
 
600
\
 
601
}
 
602
 
 
603
*tf_alpha16.class: textField
 
604
*tf_alpha16.parent: form29
 
605
*tf_alpha16.static: true
 
606
*tf_alpha16.name: tf_alpha16
 
607
*tf_alpha16.x: 120
 
608
*tf_alpha16.y: 264
 
609
*tf_alpha16.width: 96
 
610
*tf_alpha16.height: 32
 
611
*tf_alpha16.background: TextBackground
 
612
*tf_alpha16.fontList: TextFont
 
613
*tf_alpha16.highlightOnEnter: "true"
 
614
*tf_alpha16.foreground: TextForeground
 
615
*tf_alpha16.losingFocusCallback: {\
 
616
\
 
617
}
 
618
 
 
619
*label81.class: label
 
620
*label81.parent: form29
 
621
*label81.static: true
 
622
*label81.name: label81
 
623
*label81.x: 14
 
624
*label81.y: 131
 
625
*label81.width: 68
 
626
*label81.height: 30
 
627
*label81.background: LabelBackground
 
628
*label81.fontList: TextFont
 
629
*label81.labelString: "Method:"
 
630
*label81.alignment: "alignment_beginning"
 
631
*label81.foreground: TextForeground
 
632
 
 
633
*tf_alpha17.class: textField
 
634
*tf_alpha17.parent: form29
 
635
*tf_alpha17.static: true
 
636
*tf_alpha17.name: tf_alpha17
 
637
*tf_alpha17.x: 126
 
638
*tf_alpha17.y: 8
 
639
*tf_alpha17.width: 236
 
640
*tf_alpha17.height: 32
 
641
*tf_alpha17.background: TextBackground
 
642
*tf_alpha17.fontList: TextFont
 
643
*tf_alpha17.highlightOnEnter: "true"
 
644
*tf_alpha17.foreground: TextForeground
 
645
*tf_alpha17.losingFocusCallback: {\
 
646
\
 
647
}
 
648
 
 
649
*tf_alpha18.class: textField
 
650
*tf_alpha18.parent: form29
 
651
*tf_alpha18.static: true
 
652
*tf_alpha18.name: tf_alpha18
 
653
*tf_alpha18.x: 132
 
654
*tf_alpha18.y: 46
 
655
*tf_alpha18.width: 228
 
656
*tf_alpha18.height: 32
 
657
*tf_alpha18.background: TextBackground
 
658
*tf_alpha18.fontList: TextFont
 
659
*tf_alpha18.highlightOnEnter: "true"
 
660
*tf_alpha18.foreground: TextForeground
 
661
*tf_alpha18.losingFocusCallback: {\
 
662
\
 
663
}
 
664
 
 
665
*tf_alpha19.class: textField
 
666
*tf_alpha19.parent: form29
 
667
*tf_alpha19.static: true
 
668
*tf_alpha19.name: tf_alpha19
 
669
*tf_alpha19.x: 128
 
670
*tf_alpha19.y: 90
 
671
*tf_alpha19.width: 230
 
672
*tf_alpha19.height: 32
 
673
*tf_alpha19.background: TextBackground
 
674
*tf_alpha19.fontList: TextFont
 
675
*tf_alpha19.highlightOnEnter: "true"
 
676
*tf_alpha19.foreground: TextForeground
 
677
*tf_alpha19.losingFocusCallback: {\
 
678
\
 
679
}
 
680
 
 
681
*label82.class: label
 
682
*label82.parent: form29
 
683
*label82.static: true
 
684
*label82.name: label82
 
685
*label82.x: 18
 
686
*label82.y: 10
 
687
*label82.width: 94
 
688
*label82.height: 30
 
689
*label82.background: LabelBackground
 
690
*label82.fontList: TextFont
 
691
*label82.labelString: "Input Frame"
 
692
*label82.alignment: "alignment_beginning"
 
693
*label82.foreground: TextForeground
 
694
 
 
695
*pb_main_search17.class: pushButton
 
696
*pb_main_search17.parent: form29
 
697
*pb_main_search17.static: true
 
698
*pb_main_search17.name: pb_main_search17
 
699
*pb_main_search17.x: 366
 
700
*pb_main_search17.y: 50
 
701
*pb_main_search17.height: 28
 
702
*pb_main_search17.background: ButtonBackground
 
703
*pb_main_search17.fontList: BoldTextFont
 
704
*pb_main_search17.foreground: ButtonForeground
 
705
*pb_main_search17.labelString: "..."
 
706
*pb_main_search17.activateCallback: {\
 
707
SelectList(UxWidget);\
 
708
\
 
709
}
 
710
*pb_main_search17.recomputeSize: "true"
 
711
*pb_main_search17.width: 46
 
712
 
 
713
*pb_main_search18.class: pushButton
 
714
*pb_main_search18.parent: form29
 
715
*pb_main_search18.static: true
 
716
*pb_main_search18.name: pb_main_search18
 
717
*pb_main_search18.x: 364
 
718
*pb_main_search18.y: 88
 
719
*pb_main_search18.height: 28
 
720
*pb_main_search18.background: ButtonBackground
 
721
*pb_main_search18.fontList: BoldTextFont
 
722
*pb_main_search18.foreground: ButtonForeground
 
723
*pb_main_search18.labelString: "..."
 
724
*pb_main_search18.activateCallback: {\
 
725
SelectList(UxWidget);\
 
726
\
 
727
}
 
728
*pb_main_search18.recomputeSize: "true"
 
729
*pb_main_search18.width: 46
 
730
 
 
731
*label83.class: label
 
732
*label83.parent: form29
 
733
*label83.static: true
 
734
*label83.name: label83
 
735
*label83.x: 4
 
736
*label83.y: 42
 
737
*label83.width: 94
 
738
*label83.height: 30
 
739
*label83.background: LabelBackground
 
740
*label83.fontList: TextFont
 
741
*label83.labelString: "- Background"
 
742
*label83.alignment: "alignment_beginning"
 
743
*label83.foreground: TextForeground
 
744
 
 
745
*label84.class: label
 
746
*label84.parent: form29
 
747
*label84.static: true
 
748
*label84.name: label84
 
749
*label84.x: 6
 
750
*label84.y: 86
 
751
*label84.width: 116
 
752
*label84.height: 30
 
753
*label84.background: LabelBackground
 
754
*label84.fontList: TextFont
 
755
*label84.labelString: "= Output Frame"
 
756
*label84.alignment: "alignment_beginning"
 
757
*label84.foreground: TextForeground
 
758
 
 
759
*tf_alpha20.class: textField
 
760
*tf_alpha20.parent: form29
 
761
*tf_alpha20.static: true
 
762
*tf_alpha20.name: tf_alpha20
 
763
*tf_alpha20.x: 394
 
764
*tf_alpha20.y: 174
 
765
*tf_alpha20.width: 78
 
766
*tf_alpha20.height: 32
 
767
*tf_alpha20.background: TextBackground
 
768
*tf_alpha20.fontList: TextFont
 
769
*tf_alpha20.highlightOnEnter: "true"
 
770
*tf_alpha20.foreground: TextForeground
 
771
*tf_alpha20.losingFocusCallback: {\
 
772
\
 
773
}
 
774
*tf_alpha20.text: "5000"
 
775
 
 
776
*tf_alpha21.class: textField
 
777
*tf_alpha21.parent: form29
 
778
*tf_alpha21.static: true
 
779
*tf_alpha21.name: tf_alpha21
 
780
*tf_alpha21.x: 266
 
781
*tf_alpha21.y: 172
 
782
*tf_alpha21.width: 70
 
783
*tf_alpha21.height: 32
 
784
*tf_alpha21.background: TextBackground
 
785
*tf_alpha21.fontList: TextFont
 
786
*tf_alpha21.highlightOnEnter: "true"
 
787
*tf_alpha21.foreground: TextForeground
 
788
*tf_alpha21.losingFocusCallback: {\
 
789
\
 
790
}
 
791
*tf_alpha21.text: "0"
 
792
 
 
793
*label85.class: label
 
794
*label85.parent: form29
 
795
*label85.static: true
 
796
*label85.name: label85
 
797
*label85.x: 222
 
798
*label85.y: 174
 
799
*label85.width: 40
 
800
*label85.height: 30
 
801
*label85.background: LabelBackground
 
802
*label85.fontList: TextFont
 
803
*label85.labelString: "Min="
 
804
*label85.alignment: "alignment_beginning"
 
805
*label85.foreground: TextForeground
 
806
 
 
807
*label86.class: label
 
808
*label86.parent: form29
 
809
*label86.static: true
 
810
*label86.name: label86
 
811
*label86.x: 342
 
812
*label86.y: 174
 
813
*label86.width: 50
 
814
*label86.height: 30
 
815
*label86.background: LabelBackground
 
816
*label86.fontList: TextFont
 
817
*label86.labelString: "Max="
 
818
*label86.alignment: "alignment_beginning"
 
819
*label86.foreground: TextForeground
 
820
 
 
821
*label87.class: label
 
822
*label87.parent: form29
 
823
*label87.static: true
 
824
*label87.name: label87
 
825
*label87.x: 162
 
826
*label87.y: 172
 
827
*label87.width: 50
 
828
*label87.height: 30
 
829
*label87.background: LabelBackground
 
830
*label87.fontList: TextFont
 
831
*label87.labelString: "Cuts:"
 
832
*label87.alignment: "alignment_beginning"
 
833
*label87.foreground: TextForeground
 
834
 
 
835
*pb_search_plot11.class: pushButton
 
836
*pb_search_plot11.parent: form29
 
837
*pb_search_plot11.static: true
 
838
*pb_search_plot11.name: pb_search_plot11
 
839
*pb_search_plot11.x: 420
 
840
*pb_search_plot11.y: 10
 
841
*pb_search_plot11.width: 86
 
842
*pb_search_plot11.height: 30
 
843
*pb_search_plot11.background: ButtonBackground
 
844
*pb_search_plot11.fontList: BoldTextFont
 
845
*pb_search_plot11.foreground: ButtonForeground
 
846
*pb_search_plot11.labelString: "Display"
 
847
*pb_search_plot11.activateCallback: {\
 
848
MidasCommand(UxThisWidget);\
 
849
\
 
850
}
 
851
 
 
852
*pb_search_plot15.class: pushButton
 
853
*pb_search_plot15.parent: form29
 
854
*pb_search_plot15.static: true
 
855
*pb_search_plot15.name: pb_search_plot15
 
856
*pb_search_plot15.x: 422
 
857
*pb_search_plot15.y: 48
 
858
*pb_search_plot15.width: 86
 
859
*pb_search_plot15.height: 30
 
860
*pb_search_plot15.background: ButtonBackground
 
861
*pb_search_plot15.fontList: BoldTextFont
 
862
*pb_search_plot15.foreground: ButtonForeground
 
863
*pb_search_plot15.labelString: "Display"
 
864
*pb_search_plot15.activateCallback: {\
 
865
 MidasCommand(UxThisWidget);\
 
866
\
 
867
}
 
868
 
 
869
*pb_search_plot16.class: pushButton
 
870
*pb_search_plot16.parent: form29
 
871
*pb_search_plot16.static: true
 
872
*pb_search_plot16.name: pb_search_plot16
 
873
*pb_search_plot16.x: 422
 
874
*pb_search_plot16.y: 88
 
875
*pb_search_plot16.width: 86
 
876
*pb_search_plot16.height: 30
 
877
*pb_search_plot16.background: ButtonBackground
 
878
*pb_search_plot16.fontList: BoldTextFont
 
879
*pb_search_plot16.foreground: ButtonForeground
 
880
*pb_search_plot16.labelString: "Display"
 
881
*pb_search_plot16.activateCallback: {\
 
882
MidasCommand(UxThisWidget);\
 
883
\
 
884
}
 
885
 
 
886
*pb_main_search8.class: pushButton
 
887
*pb_main_search8.parent: form29
 
888
*pb_main_search8.static: true
 
889
*pb_main_search8.name: pb_main_search8
 
890
*pb_main_search8.x: 366
 
891
*pb_main_search8.y: 12
 
892
*pb_main_search8.height: 28
 
893
*pb_main_search8.background: ButtonBackground
 
894
*pb_main_search8.fontList: BoldTextFont
 
895
*pb_main_search8.foreground: ButtonForeground
 
896
*pb_main_search8.labelString: "..."
 
897
*pb_main_search8.activateCallback: {\
 
898
SelectList(UxWidget);\
 
899
\
 
900
}
 
901
*pb_main_search8.recomputeSize: "true"
 
902
*pb_main_search8.width: 46
 
903