|
|
@@ -0,0 +1,504 @@
|
|
|
1
|
+// Magic: b1b2f7fb
|
|
|
2
|
+// Automatically generated PSI dialog (PSI version 15.5.717)
|
|
|
3
|
+// Sat Feb 11 02:34:25 2023
|
|
|
4
|
+
|
|
|
5
|
+
|
|
|
6
|
+f_tmp = FLOAT_FIELD; // dialog.top.ui
|
|
|
7
|
+style.join =
|
|
|
8
|
+{
|
|
|
9
|
+ LAYOUT(horizontal) HSTRETCH JUSTIFY(left, center)
|
|
|
10
|
+
|
|
|
11
|
+style.gad =
|
|
|
12
|
+{
|
|
|
13
|
+ LAYOUT(horizontal) JUSTIFY(left, center)
|
|
|
14
|
+
|
|
|
15
|
+ PARM_LABEL_SIMPLE("Style", "style") WIDTH(1.5);
|
|
|
16
|
+ { WIDTH(0.09) }
|
|
|
17
|
+
|
|
|
18
|
+ style.menu;
|
|
|
19
|
+
|
|
|
20
|
+ { }
|
|
|
21
|
+
|
|
|
22
|
+}
|
|
|
23
|
+
|
|
|
24
|
+class.gad =
|
|
|
25
|
+{
|
|
|
26
|
+ LAYOUT(horizontal) JUSTIFY(left, center)
|
|
|
27
|
+
|
|
|
28
|
+ PARM_LABEL_SIMPLE("Class", "class") ;
|
|
|
29
|
+ { WIDTH(0.09) }
|
|
|
30
|
+
|
|
|
31
|
+ class.menu;
|
|
|
32
|
+
|
|
|
33
|
+ { }
|
|
|
34
|
+
|
|
|
35
|
+}
|
|
|
36
|
+}
|
|
|
37
|
+
|
|
|
38
|
+attrib.gad = ROW
|
|
|
39
|
+{
|
|
|
40
|
+ HSTRETCH JUSTIFY(left, center)
|
|
|
41
|
+
|
|
|
42
|
+ attrib.label = PARM_LABEL("Attribute", "attrib") WIDTH(1.5);
|
|
|
43
|
+ PARM_FIELD(string, "attrib") VALUE(attrib.val)
|
|
|
44
|
+ LABELREF(attrib.label) HSTRETCH;
|
|
|
45
|
+
|
|
|
46
|
+ attrib.menu SIZE(0.26, 0.26) LOOK(menuiconbutton);
|
|
|
47
|
+
|
|
|
48
|
+}
|
|
|
49
|
+visibility.join =
|
|
|
50
|
+{
|
|
|
51
|
+ LAYOUT(horizontal) HSTRETCH JUSTIFY(left, center)
|
|
|
52
|
+
|
|
|
53
|
+visibility.gad =
|
|
|
54
|
+{
|
|
|
55
|
+ LAYOUT(horizontal) JUSTIFY(left, center)
|
|
|
56
|
+
|
|
|
57
|
+ PARM_LABEL_SIMPLE(" Visibility", "visibility") WIDTH(1.5);
|
|
|
58
|
+ { WIDTH(0.09) }
|
|
|
59
|
+
|
|
|
60
|
+ visibility.menu;
|
|
|
61
|
+
|
|
|
62
|
+ { }
|
|
|
63
|
+
|
|
|
64
|
+}
|
|
|
65
|
+
|
|
|
66
|
+decorradius.gad =
|
|
|
67
|
+{
|
|
|
68
|
+ LAYOUT(horizontal) HSTRETCH
|
|
|
69
|
+
|
|
|
70
|
+ decorradius.label = PARM_LABEL(" Radius", "decorradius") ;
|
|
|
71
|
+ PARM(float, 1, "decorradius", none, none) RANGE(0,1)
|
|
|
72
|
+ LABELREF(decorradius.label) HSTRETCH;
|
|
|
73
|
+
|
|
|
74
|
+}
|
|
|
75
|
+}
|
|
|
76
|
+
|
|
|
77
|
+group.gad = ROW
|
|
|
78
|
+{
|
|
|
79
|
+ HSTRETCH JUSTIFY(left, center)
|
|
|
80
|
+
|
|
|
81
|
+ group.label = PARM_LABEL("Group", "group") WIDTH(1.5);
|
|
|
82
|
+ PARM_FIELD(string, "group") VALUE(group.val)
|
|
|
83
|
+ LABELREF(group.label) HSTRETCH;
|
|
|
84
|
+
|
|
|
85
|
+ group.menu SIZE(0.26, 0.26) LOOK(menuiconbutton);
|
|
|
86
|
+
|
|
|
87
|
+}
|
|
|
88
|
+
|
|
|
89
|
+pointsize.gad =
|
|
|
90
|
+{
|
|
|
91
|
+ LAYOUT(horizontal) HSTRETCH
|
|
|
92
|
+
|
|
|
93
|
+ pointsize.label = PARM_LABEL("Point Size", "pointsize") WIDTH(1.5);
|
|
|
94
|
+ PARM(float, 1, "pointsize", none, none) RANGE(3,6)
|
|
|
95
|
+ LABELREF(pointsize.label) HSTRETCH;
|
|
|
96
|
+
|
|
|
97
|
+}
|
|
|
98
|
+
|
|
|
99
|
+lengthscale.gad =
|
|
|
100
|
+{
|
|
|
101
|
+ LAYOUT(horizontal) HSTRETCH
|
|
|
102
|
+
|
|
|
103
|
+ lengthscale.label = PARM_LABEL("Length Scale", "lengthscale") WIDTH(1.5);
|
|
|
104
|
+ PARM(float, 1, "lengthscale", none, none) RANGE(0,1)
|
|
|
105
|
+ LABELREF(lengthscale.label) HSTRETCH;
|
|
|
106
|
+
|
|
|
107
|
+}
|
|
|
108
|
+
|
|
|
109
|
+unitlength.gad =
|
|
|
110
|
+{
|
|
|
111
|
+ LAYOUT(horizontal) HSTRETCH
|
|
|
112
|
+
|
|
|
113
|
+ unitlength.label = PARM_LABEL("Unit Length", "unitlength") WIDTH(1.5);
|
|
|
114
|
+ PARM(float, 1, "unitlength", none, none) RANGE(1.0000000000000001e-05,1)
|
|
|
115
|
+ LOCK_RANGE_MIN LABELREF(unitlength.label) HSTRETCH;
|
|
|
116
|
+
|
|
|
117
|
+}
|
|
|
118
|
+
|
|
|
119
|
+normalize.gad = ROW
|
|
|
120
|
+{
|
|
|
121
|
+ HSTRETCH
|
|
|
122
|
+
|
|
|
123
|
+ { WIDTH(1.5) }
|
|
|
124
|
+ { WIDTH(0.08) }
|
|
|
125
|
+
|
|
|
126
|
+ PARM_BUTTON("normalize", "Normalize Vectors") toggle VALUE(normalize.val);
|
|
|
127
|
+
|
|
|
128
|
+ { HSTRETCH }
|
|
|
129
|
+
|
|
|
130
|
+}
|
|
|
131
|
+
|
|
|
132
|
+arrowheads.gad = ROW
|
|
|
133
|
+{
|
|
|
134
|
+ HSTRETCH
|
|
|
135
|
+
|
|
|
136
|
+ { WIDTH(1.5) }
|
|
|
137
|
+ { WIDTH(0.08) }
|
|
|
138
|
+
|
|
|
139
|
+ PARM_BUTTON("arrowheads", "Show Arrow Tips") toggle VALUE(arrowheads.val);
|
|
|
140
|
+
|
|
|
141
|
+ { HSTRETCH }
|
|
|
142
|
+
|
|
|
143
|
+}
|
|
|
144
|
+
|
|
|
145
|
+vectorcoloring.gad =
|
|
|
146
|
+{
|
|
|
147
|
+ LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
|
|
|
148
|
+
|
|
|
149
|
+ PARM_LABEL_SIMPLE("Coloring", "vectorcoloring") WIDTH(1.5);
|
|
|
150
|
+ { WIDTH(0.09) }
|
|
|
151
|
+
|
|
|
152
|
+ vectorcoloring.menu;
|
|
|
153
|
+
|
|
|
154
|
+ { HSTRETCH }
|
|
|
155
|
+
|
|
|
156
|
+}
|
|
|
157
|
+
|
|
|
158
|
+colorattrib.gad = ROW
|
|
|
159
|
+{
|
|
|
160
|
+ HSTRETCH JUSTIFY(left, center)
|
|
|
161
|
+
|
|
|
162
|
+ colorattrib.label = PARM_LABEL("Color Attribute", "colorattrib") WIDTH(1.5);
|
|
|
163
|
+ PARM_FIELD(string, "colorattrib") VALUE(colorattrib.val)
|
|
|
164
|
+ LABELREF(colorattrib.label) HSTRETCH;
|
|
|
165
|
+
|
|
|
166
|
+ colorattrib.menu SIZE(0.26, 0.26) LOOK(menuiconbutton);
|
|
|
167
|
+
|
|
|
168
|
+}
|
|
|
169
|
+
|
|
|
170
|
+ramptype.gad =
|
|
|
171
|
+{
|
|
|
172
|
+ LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
|
|
|
173
|
+
|
|
|
174
|
+ PARM_LABEL_SIMPLE("Color Mapping", "ramptype") WIDTH(1.5);
|
|
|
175
|
+ { WIDTH(0.09) }
|
|
|
176
|
+
|
|
|
177
|
+ ramptype.menu;
|
|
|
178
|
+
|
|
|
179
|
+ { HSTRETCH }
|
|
|
180
|
+
|
|
|
181
|
+}
|
|
|
182
|
+
|
|
|
183
|
+colorramp.si_rampedit = COLOR_RAMP VALUE(colorramp.ramp_val)
|
|
|
184
|
+ LAYOUT(horizontal) HSTRETCH;
|
|
|
185
|
+
|
|
|
186
|
+colorramp.multiramp =
|
|
|
187
|
+{
|
|
|
188
|
+ LAYOUT(vertical) STRETCH
|
|
|
189
|
+
|
|
|
190
|
+ ROW
|
|
|
191
|
+ {
|
|
|
192
|
+ LOOK(plain) JUSTIFY(left,center) SPACING(0.1) VMARGIN(0.02) HSTRETCH
|
|
|
193
|
+
|
|
|
194
|
+ COL
|
|
|
195
|
+ {
|
|
|
196
|
+ JUSTIFY(right,center) WIDTH(1.5)
|
|
|
197
|
+ LABEL "Point No.";
|
|
|
198
|
+ }
|
|
|
199
|
+
|
|
|
200
|
+ colorramp.pointno.gad
|
|
|
201
|
+ = INT_SLIDER_FIELD VALUE(colorramp.pointno.val) HSTRETCH;
|
|
|
202
|
+ }
|
|
|
203
|
+}
|
|
|
204
|
+
|
|
|
205
|
+colorramp.buttons.gad = COL
|
|
|
206
|
+{
|
|
|
207
|
+ VSTRETCH
|
|
|
208
|
+
|
|
|
209
|
+ ICON_BUTTON_STRIP
|
|
|
210
|
+ {
|
|
|
211
|
+ LAYOUT(horizontal) INITSIZE(20p, 20p)
|
|
|
212
|
+
|
|
|
213
|
+ ACTION_ICONBUTTON "BUTTONS_delete"
|
|
|
214
|
+ HELP("Remove Point") VALUE(colorramp.delpoint.val);
|
|
|
215
|
+ ACTION_ICONBUTTON "BUTTONS_add"
|
|
|
216
|
+ HELP("Add Point") VALUE(colorramp.addpoint.val);
|
|
|
217
|
+ }
|
|
|
218
|
+
|
|
|
219
|
+ { VSTRETCH }
|
|
|
220
|
+
|
|
|
221
|
+ colorramp.toggleparms.gad
|
|
|
222
|
+ = ACTION_ICONBUTTON "BUTTONS_show_controls"
|
|
|
223
|
+ HELP("Hide Controls")
|
|
|
224
|
+ VALUE(colorramp.toggle.val)
|
|
|
225
|
+ SENDSKEY("h.pane.parms.toggle_ramp_parms")
|
|
|
226
|
+ LOOKFLAT UI_FLAT_ICON_BTN_SIZE_TINY;
|
|
|
227
|
+}
|
|
|
228
|
+
|
|
|
229
|
+colorramp.parm =
|
|
|
230
|
+{
|
|
|
231
|
+ LAYOUT(vertical) HSTRETCH JUSTIFY(left, center)
|
|
|
232
|
+
|
|
|
233
|
+ colorramp.ramp.gad = ROW
|
|
|
234
|
+ {
|
|
|
235
|
+ MARGIN(0.02) SPACING(0.02) JUSTIFY(left, top) HSTRETCH
|
|
|
236
|
+
|
|
|
237
|
+ colorramp.buttons.gad VSTRETCH;
|
|
|
238
|
+
|
|
|
239
|
+ colorramp.si_rampedit HSTRETCH;
|
|
|
240
|
+ }
|
|
|
241
|
+}
|
|
|
242
|
+
|
|
|
243
|
+colorramp.gad =
|
|
|
244
|
+{
|
|
|
245
|
+ LAYOUT(vertical) MARGIN(2p) HSTRETCH
|
|
|
246
|
+
|
|
|
247
|
+ {
|
|
|
248
|
+ LAYOUT(horizontal) HSTRETCH
|
|
|
249
|
+
|
|
|
250
|
+ PARM_LABEL_SIMPLE("Custom Ramp", "colorramp");
|
|
|
251
|
+
|
|
|
252
|
+ { HSTRETCH }
|
|
|
253
|
+
|
|
|
254
|
+ }
|
|
|
255
|
+
|
|
|
256
|
+ {
|
|
|
257
|
+ LAYOUT(vertical) MARGIN(2p) SPACING(0.02) LOOK(lightline) HSTRETCH
|
|
|
258
|
+
|
|
|
259
|
+ colorramp.parm;
|
|
|
260
|
+
|
|
|
261
|
+ SWITCHER tight
|
|
|
262
|
+ {
|
|
|
263
|
+ LAYOUT(overlap) VALUE(colorramp.hideparms.val) HSTRETCH
|
|
|
264
|
+ colorramp.multiramp;
|
|
|
265
|
+ {}
|
|
|
266
|
+ }
|
|
|
267
|
+ }
|
|
|
268
|
+}
|
|
|
269
|
+
|
|
|
270
|
+rangespec.gad =
|
|
|
271
|
+{
|
|
|
272
|
+ LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
|
|
|
273
|
+
|
|
|
274
|
+ PARM_LABEL_SIMPLE("Range", "rangespec") WIDTH(1.5);
|
|
|
275
|
+ { WIDTH(0.09) }
|
|
|
276
|
+
|
|
|
277
|
+ rangespec.menu;
|
|
|
278
|
+
|
|
|
279
|
+ { HSTRETCH }
|
|
|
280
|
+
|
|
|
281
|
+}
|
|
|
282
|
+
|
|
|
283
|
+minscalar.gad =
|
|
|
284
|
+{
|
|
|
285
|
+ LAYOUT(horizontal) HSTRETCH
|
|
|
286
|
+
|
|
|
287
|
+ minscalar.label = PARM_LABEL("Min", "minscalar") WIDTH(1.5);
|
|
|
288
|
+ PARM(float, 1, "minscalar", none, none) RANGE(0,1)
|
|
|
289
|
+ LABELREF(minscalar.label) HSTRETCH;
|
|
|
290
|
+
|
|
|
291
|
+}
|
|
|
292
|
+
|
|
|
293
|
+maxscalar.gad =
|
|
|
294
|
+{
|
|
|
295
|
+ LAYOUT(horizontal) HSTRETCH
|
|
|
296
|
+
|
|
|
297
|
+ maxscalar.label = PARM_LABEL("Max", "maxscalar") WIDTH(1.5);
|
|
|
298
|
+ PARM(float, 1, "maxscalar", none, none) RANGE(0,1)
|
|
|
299
|
+ LABELREF(maxscalar.label) HSTRETCH;
|
|
|
300
|
+
|
|
|
301
|
+}
|
|
|
302
|
+
|
|
|
303
|
+centerscalar.gad =
|
|
|
304
|
+{
|
|
|
305
|
+ LAYOUT(horizontal) HSTRETCH
|
|
|
306
|
+
|
|
|
307
|
+ centerscalar.label = PARM_LABEL("Center", "centerscalar") WIDTH(1.5);
|
|
|
308
|
+ PARM(float, 1, "centerscalar", none, none) RANGE(0,1)
|
|
|
309
|
+ LABELREF(centerscalar.label) HSTRETCH;
|
|
|
310
|
+
|
|
|
311
|
+}
|
|
|
312
|
+
|
|
|
313
|
+widthscalar.gad =
|
|
|
314
|
+{
|
|
|
315
|
+ LAYOUT(horizontal) HSTRETCH
|
|
|
316
|
+
|
|
|
317
|
+ widthscalar.label = PARM_LABEL("Width", "widthscalar") WIDTH(1.5);
|
|
|
318
|
+ PARM(float, 1, "widthscalar", none, none) RANGE(0,1)
|
|
|
319
|
+ LABELREF(widthscalar.label) HSTRETCH;
|
|
|
320
|
+
|
|
|
321
|
+}
|
|
|
322
|
+
|
|
|
323
|
+clamptype.gad =
|
|
|
324
|
+{
|
|
|
325
|
+ LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
|
|
|
326
|
+
|
|
|
327
|
+ PARM_LABEL_SIMPLE("Out Of Range Values", "clamptype") WIDTH(1.5);
|
|
|
328
|
+ { WIDTH(0.09) }
|
|
|
329
|
+
|
|
|
330
|
+ clamptype.menu;
|
|
|
331
|
+
|
|
|
332
|
+ { HSTRETCH }
|
|
|
333
|
+
|
|
|
334
|
+}
|
|
|
335
|
+
|
|
|
336
|
+treatasscalar.gad = ROW
|
|
|
337
|
+{
|
|
|
338
|
+ HSTRETCH
|
|
|
339
|
+
|
|
|
340
|
+ { WIDTH(1.5) }
|
|
|
341
|
+ { WIDTH(0.08) }
|
|
|
342
|
+
|
|
|
343
|
+ PARM_BUTTON("treatasscalar", "Treat As Scalar") toggle VALUE(treatasscalar.val);
|
|
|
344
|
+
|
|
|
345
|
+ { HSTRETCH }
|
|
|
346
|
+
|
|
|
347
|
+}
|
|
|
348
|
+using.join =
|
|
|
349
|
+{
|
|
|
350
|
+ LAYOUT(horizontal) HSTRETCH JUSTIFY(left, center)
|
|
|
351
|
+
|
|
|
352
|
+using.gad =
|
|
|
353
|
+{
|
|
|
354
|
+ LAYOUT(horizontal) JUSTIFY(left, center)
|
|
|
355
|
+
|
|
|
356
|
+ PARM_LABEL_SIMPLE("Using", "using") WIDTH(1.5);
|
|
|
357
|
+ { WIDTH(0.09) }
|
|
|
358
|
+
|
|
|
359
|
+ using.menu;
|
|
|
360
|
+
|
|
|
361
|
+ { }
|
|
|
362
|
+
|
|
|
363
|
+}
|
|
|
364
|
+
|
|
|
365
|
+component.gad =
|
|
|
366
|
+{
|
|
|
367
|
+ LAYOUT(horizontal) HSTRETCH
|
|
|
368
|
+
|
|
|
369
|
+ component.label = PARM_LABEL("", "component") ;
|
|
|
370
|
+ PARM(integer, 1, "component", none, none) RANGE(0,3)
|
|
|
371
|
+ LOCK_RANGE_MIN LABELREF(component.label) HSTRETCH;
|
|
|
372
|
+
|
|
|
373
|
+}
|
|
|
374
|
+}
|
|
|
375
|
+
|
|
|
376
|
+refvec.gad = ROW
|
|
|
377
|
+{
|
|
|
378
|
+ HSTRETCH
|
|
|
379
|
+
|
|
|
380
|
+ refvec.label = PARM_LABEL("Reference Vector", "refvec") WIDTH(1.5);
|
|
|
381
|
+ PARM(float, 3, "refvec", none, none, "#1,#2,#3")
|
|
|
382
|
+ RANGE(0,1) LABELREF(refvec.label)
|
|
|
383
|
+ HSTRETCH;
|
|
|
384
|
+
|
|
|
385
|
+}
|
|
|
386
|
+
|
|
|
387
|
+markercolor.gad =
|
|
|
388
|
+{
|
|
|
389
|
+ LAYOUT (horizontal) HSTRETCH
|
|
|
390
|
+
|
|
|
391
|
+ markercolor.label = PARM_LABEL("Marker Color", "markercolor") WIDTH(1.5);
|
|
|
392
|
+ PARM(float, 4, "markercolor", none, COLOR, "R,G,B,A")
|
|
|
393
|
+ LABELREF(markercolor.label) HSTRETCH;
|
|
|
394
|
+
|
|
|
395
|
+}
|
|
|
396
|
+
|
|
|
397
|
+trail.gad =
|
|
|
398
|
+{
|
|
|
399
|
+ LAYOUT (horizontal) HSTRETCH
|
|
|
400
|
+
|
|
|
401
|
+ trail.label = PARM_LABEL("Trail Color", "trail") WIDTH(1.5);
|
|
|
402
|
+ PARM(float, 4, "trail", none, COLOR, "R,G,B,A")
|
|
|
403
|
+ LABELREF(trail.label) HSTRETCH;
|
|
|
404
|
+
|
|
|
405
|
+}
|
|
|
406
|
+
|
|
|
407
|
+textcolor.gad =
|
|
|
408
|
+{
|
|
|
409
|
+ LAYOUT (horizontal) HSTRETCH
|
|
|
410
|
+
|
|
|
411
|
+ textcolor.label = PARM_LABEL("Text Color", "textcolor") WIDTH(1.5);
|
|
|
412
|
+ PARM(float, 3, "textcolor", none, COLOR, "R,G,B")
|
|
|
413
|
+ LABELREF(textcolor.label) HSTRETCH;
|
|
|
414
|
+
|
|
|
415
|
+}
|
|
|
416
|
+
|
|
|
417
|
+fontsize.gad =
|
|
|
418
|
+{
|
|
|
419
|
+ LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
|
|
|
420
|
+
|
|
|
421
|
+ PARM_LABEL_SIMPLE("Font Size", "fontsize") WIDTH(1.5);
|
|
|
422
|
+ { WIDTH(0.09) }
|
|
|
423
|
+
|
|
|
424
|
+ fontsize.menu;
|
|
|
425
|
+
|
|
|
426
|
+ { HSTRETCH }
|
|
|
427
|
+
|
|
|
428
|
+}
|
|
|
429
|
+
|
|
|
430
|
+xcolor.gad =
|
|
|
431
|
+{
|
|
|
432
|
+ LAYOUT (horizontal) HSTRETCH
|
|
|
433
|
+
|
|
|
434
|
+ xcolor.label = PARM_LABEL("X Color", "xcolor") WIDTH(1.5);
|
|
|
435
|
+ PARM(float, 4, "xcolor", none, COLOR, "R,G,B,A")
|
|
|
436
|
+ LABELREF(xcolor.label) HSTRETCH;
|
|
|
437
|
+
|
|
|
438
|
+}
|
|
|
439
|
+
|
|
|
440
|
+ycolor.gad =
|
|
|
441
|
+{
|
|
|
442
|
+ LAYOUT (horizontal) HSTRETCH
|
|
|
443
|
+
|
|
|
444
|
+ ycolor.label = PARM_LABEL("Y Color", "ycolor") WIDTH(1.5);
|
|
|
445
|
+ PARM(float, 4, "ycolor", none, COLOR, "R,G,B,A")
|
|
|
446
|
+ LABELREF(ycolor.label) HSTRETCH;
|
|
|
447
|
+
|
|
|
448
|
+}
|
|
|
449
|
+
|
|
|
450
|
+zcolor.gad =
|
|
|
451
|
+{
|
|
|
452
|
+ LAYOUT (horizontal) HSTRETCH
|
|
|
453
|
+
|
|
|
454
|
+ zcolor.label = PARM_LABEL("Z Color", "zcolor") WIDTH(1.5);
|
|
|
455
|
+ PARM(float, 4, "zcolor", none, COLOR, "R,G,B,A")
|
|
|
456
|
+ LABELREF(zcolor.label) HSTRETCH;
|
|
|
457
|
+
|
|
|
458
|
+}
|
|
|
459
|
+
|
|
|
460
|
+dialog_norm.gad =
|
|
|
461
|
+{
|
|
|
462
|
+ LAYOUT(vertical) SPACING(0.02) HSTRETCH LOOK(plain)
|
|
|
463
|
+ style.join;
|
|
|
464
|
+ attrib.gad;
|
|
|
465
|
+ visibility.join;
|
|
|
466
|
+ group.gad;
|
|
|
467
|
+ pointsize.gad;
|
|
|
468
|
+ lengthscale.gad;
|
|
|
469
|
+ unitlength.gad;
|
|
|
470
|
+ normalize.gad;
|
|
|
471
|
+ arrowheads.gad;
|
|
|
472
|
+ vectorcoloring.gad;
|
|
|
473
|
+ colorattrib.gad;
|
|
|
474
|
+ ramptype.gad;
|
|
|
475
|
+ colorramp.gad;
|
|
|
476
|
+ rangespec.gad;
|
|
|
477
|
+ minscalar.gad;
|
|
|
478
|
+ maxscalar.gad;
|
|
|
479
|
+ centerscalar.gad;
|
|
|
480
|
+ widthscalar.gad;
|
|
|
481
|
+ clamptype.gad;
|
|
|
482
|
+ treatasscalar.gad;
|
|
|
483
|
+ using.join;
|
|
|
484
|
+ refvec.gad;
|
|
|
485
|
+ markercolor.gad;
|
|
|
486
|
+ trail.gad;
|
|
|
487
|
+ textcolor.gad;
|
|
|
488
|
+ fontsize.gad;
|
|
|
489
|
+ xcolor.gad;
|
|
|
490
|
+ ycolor.gad;
|
|
|
491
|
+ zcolor.gad;
|
|
|
492
|
+}
|
|
|
493
|
+// dialog.bot.ui
|
|
|
494
|
+
|
|
|
495
|
+extrastuffstowbar_minimize.val := 1;
|
|
|
496
|
+
|
|
|
497
|
+dialog = OPENNOTIFIER
|
|
|
498
|
+{
|
|
|
499
|
+ LAYOUT(vertical) SPACING(0.02) LOOK(bg) VALUE(open.val) HSTRETCH
|
|
|
500
|
+
|
|
|
501
|
+ { HEIGHT(1p) LOOK(bg) HSTRETCH }
|
|
|
502
|
+
|
|
|
503
|
+ dialog_norm.gad;
|
|
|
504
|
+}
|