yanweiyuan3
2023-10-27 d1d15b61dfcf7fd0f800b32359f082cf580ed556
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
Quintiq file version 2.0
#root
#parent: MPTestController
OrphanComponent LibPTF_dlgCreateEditTestScript
{
  #keys: '[136682.0.314346570]'
  BaseType: 'Dialog'
  Databinding: 'shadow[LibPTF_TestScript]'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 5 parent: 0 }
      GBFlow.Column { grow: 0 id: 63 parent: 0 }
      GBFlow.Column { grow: 0 id: 70 parent: 0 }
      GBFlow.Column { grow: 128 id: 68 parent: 0 }
      GBFlow.Column { grow: 0 id: 62 parent: 0 }
      GBFlow.Column { grow: 0 id: 25 parent: 0 }
      GBFlow.Column { grow: 64 id: 57 parent: 0 }
      GBFlow.Column { grow: 0 id: 14 parent: 0 }
      GBFlow.Column { grow: 0 id: 41 parent: 0 }
      GBFlow.Column { grow: 0 id: 42 parent: 0 }
      GBFlow.Column { grow: 0 id: 36 parent: 0 }
      GBFlow.Column { grow: 0 id: 11 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => lblOffset
        Position { startcolumn: 5 startrow: 47 endcolumn: 5 endrow: 47 }
      }
      GBElement
      {
        Component => lblSession
        Position { startcolumn: 5 startrow: 36 endcolumn: 5 endrow: 36 }
      }
      GBElement
      {
        Component => lblConcurrent
        Position { startcolumn: 57 startrow: 36 endcolumn: 57 endrow: 36 }
      }
      GBElement
      {
        Component => lblProject
        Position { startcolumn: 5 startrow: 4 endcolumn: 5 endrow: 4 }
      }
      GBElement
      {
        Component => edtTotalNrOfSessions
        Position { startcolumn: 63 startrow: 36 endcolumn: 62 endrow: 36 }
      }
      GBElement
      {
        Component => edtNrOfSimultaneousSessions
        Position { startcolumn: 14 startrow: 36 endcolumn: 36 endrow: 36 }
      }
      GBElement
      {
        Component => durOffset
        Position { startcolumn: 63 startrow: 47 endcolumn: 63 endrow: 47 }
      }
      GBElement
      {
        Component => lblView
        Position { startcolumn: 5 startrow: 5 endcolumn: 5 endrow: 5 }
      }
      GBElement
      {
        Component => lblUserName
        Position { startcolumn: 5 startrow: 39 endcolumn: 5 endrow: 39 }
      }
      GBElement
      {
        Component => edtView
        Position { startcolumn: 63 startrow: 5 endcolumn: 36 endrow: 5 }
      }
      GBElement
      {
        Component => lblPassword
        Position { startcolumn: 57 startrow: 39 endcolumn: 57 endrow: 39 }
      }
      GBElement
      {
        Component => edtUser
        Position { startcolumn: 63 startrow: 39 endcolumn: 62 endrow: 39 }
      }
      GBElement
      {
        Component => lblCustomParameter
        Position { startcolumn: 5 startrow: 8 endcolumn: 5 endrow: 8 }
      }
      GBElement
      {
        Component => imgTestScriptStartOffset
        Position { startcolumn: 25 startrow: 47 endcolumn: 25 endrow: 47 }
      }
      GBElement
      {
        Component => edtPassword
        Position { startcolumn: 14 startrow: 39 endcolumn: 36 endrow: 39 }
      }
      GBElement
      {
        Component => lblClientTypes
        Position { startcolumn: 5 startrow: 30 endcolumn: 5 endrow: 30 }
      }
      GBElement
      {
        Component => edtCustomArgument
        Position { startcolumn: 63 startrow: 8 endcolumn: 36 endrow: 8 }
      }
      GBElement
      {
        Component => selClientType
        Position { startcolumn: 63 startrow: 30 endcolumn: 62 endrow: 30 }
      }
      GBElement
      {
        Component => lblTestScript
        Position { startcolumn: 5 startrow: 28 endcolumn: 5 endrow: 28 }
      }
      GBElement
      {
        Component => pnlTestScript
        Position { startcolumn: 63 startrow: 28 endcolumn: 36 endrow: 11 }
      }
      GBElement
      {
        Component => lblStartClientDelay
        Position { startcolumn: 57 startrow: 47 endcolumn: 57 endrow: 47 }
      }
      GBElement
      {
        Component => durMinStartClientDelay
        Position { startcolumn: 14 startrow: 47 endcolumn: 14 endrow: 47 }
      }
      GBElement
      {
        Component => lblStartClientDelayTo
        Position { startcolumn: 41 startrow: 47 endcolumn: 41 endrow: 47 }
      }
      GBElement
      {
        Component => durMaxStartClientDelay
        Position { startcolumn: 42 startrow: 47 endcolumn: 42 endrow: 47 }
      }
      GBElement
      {
        Component => imgSession
        Position { startcolumn: 25 startrow: 36 endcolumn: 25 endrow: 36 }
      }
      GBElement
      {
        Component => imgConcurrent
        Position { startcolumn: 11 startrow: 36 endcolumn: 11 endrow: 36 }
      }
      GBElement
      {
        Component => imgStartClientOffset
        Position { startcolumn: 11 startrow: 47 endcolumn: 11 endrow: 47 }
      }
      GBElement
      {
        Component => imgProject
        Position { startcolumn: 11 startrow: 4 endcolumn: 11 endrow: 4 }
      }
      GBElement
      {
        Component => imgView
        Position { startcolumn: 11 startrow: 5 endcolumn: 11 endrow: 5 }
      }
      GBElement
      {
        Component => imgUserName
        Position { startcolumn: 25 startrow: 39 endcolumn: 25 endrow: 39 }
      }
      GBElement
      {
        Component => imgPassword
        Position { startcolumn: 11 startrow: 39 endcolumn: 11 endrow: 39 }
      }
      GBElement
      {
        Component => imgCustomParameter
        Position { startcolumn: 11 startrow: 8 endcolumn: 11 endrow: 8 }
      }
      GBElement
      {
        Component => imgClientTypes
        Position { startcolumn: 25 startrow: 30 endcolumn: 25 endrow: 30 }
      }
      GBElement
      {
        Component => imgTestScript
        Position { startcolumn: 11 startrow: 28 endcolumn: 11 endrow: 28 }
      }
      GBElement
      {
        Component => imgLogging
        Position { startcolumn: 11 startrow: 30 endcolumn: 11 endrow: 30 }
      }
      GBElement
      {
        Component => lblLogging
        Position { startcolumn: 57 startrow: 30 endcolumn: 57 endrow: 30 }
      }
      GBElement
      {
        Component => selProject
        Position { startcolumn: 63 startrow: 4 endcolumn: 36 endrow: 4 }
      }
      GBElement
      {
        Component => lblDescription
        Position { startcolumn: 5 startrow: 32 endcolumn: 5 endrow: 32 }
      }
      GBElement
      {
        Component => edtDescription
        Position { startcolumn: 63 startrow: 32 endcolumn: 36 endrow: 32 }
      }
      GBElement
      {
        Component => selLogging
        Position { startcolumn: 14 startrow: 30 endcolumn: 36 endrow: 30 }
      }
      GBElement
      {
        Component => imgDescription
        Position { startcolumn: 11 startrow: 32 endcolumn: 11 endrow: 32 }
      }
      GBElement
      {
        Component => pnlCheckBoxOffset
        Position { startcolumn: 70 startrow: 47 endcolumn: 62 endrow: 47 }
      }
      GBElement
      {
        Component => pnlCheckBoxStartClientDelay
        Position { startcolumn: 36 startrow: 47 endcolumn: 36 endrow: 47 }
      }
      GBElement
      {
        Component => lblDatasetKindFolder
        Position { startcolumn: 5 startrow: 51 endcolumn: 5 endrow: 51 }
      }
      GBElement
      {
        Component => edtDatasetFolder
        Position { startcolumn: 62 startrow: 51 endcolumn: 62 endrow: 51 }
      }
      GBElement
      {
        Component => edtDataset
        Position { startcolumn: 14 startrow: 51 endcolumn: 36 endrow: 51 }
      }
      GBElement
      {
        Component => lblDatasetFolderSlash
        Position { startcolumn: 68 startrow: 51 endcolumn: 68 endrow: 51 }
      }
      GBElement
      {
        Component => lblDatasetkind
        Position { startcolumn: 57 startrow: 51 endcolumn: 57 endrow: 51 }
      }
      GBElement
      {
        Component => edtDatasetKind
        Position { startcolumn: 63 startrow: 51 endcolumn: 70 endrow: 51 }
      }
      GBElement
      {
        Component => imgDatasetKind
        Position { startcolumn: 25 startrow: 51 endcolumn: 25 endrow: 51 }
      }
      GBElement
      {
        Component => imgDatasetInstance
        Position { startcolumn: 11 startrow: 51 endcolumn: 11 endrow: 51 }
      }
    ]
    Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 32 parent: 0 }
      GBFlow.Row { grow: 0 id: 39 parent: 0 }
      GBFlow.Row { grow: 0 id: 30 parent: 0 }
      GBFlow.Row { grow: 0 id: 51 parent: 0 }
      GBFlow.Row { grow: 0 id: 4 parent: 0 }
      GBFlow.Row { grow: 0 id: 5 parent: 0 }
      GBFlow.Row { grow: 0 id: 8 parent: 0 }
      GBFlow.Row { grow: 0 id: 36 parent: 0 }
      GBFlow.Row { grow: 0 id: 47 parent: 0 }
      GBFlow.Row { grow: 8 id: 28 parent: 0 }
      GBFlow.Row { grow: 128 id: 11 parent: 0 }
    ]
  }
  Children:
  [
    #child: edtTotalNrOfSessions
    Component lblSession
    {
      #keys: '[102890.0.1878413663]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'edtTotalNrOfSessions'
        NumberLines: 1
        Shortcut: 'Alt+N'
        SizePosition: 'lt82 127 18 32'
        Text: 'Sessio&ns'
        Transparent: true
      ]
    }
    #child: edtNrOfSimultaneousSessions
    Component lblConcurrent
    {
      #keys: '[102890.0.1878414386]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'edtNrOfSimultaneousSessions'
        NumberLines: 1
        Shortcut: 'Alt+T'
        SizePosition: 'lt73 127 48 62'
        Text: 'Concurren&t'
        Transparent: true
      ]
    }
    Component durOffset
    {
      #keys: '[102890.0.1878414387]'
      BaseType: 'GUIDurationSelector'
      Properties:
      [
        BackgroundColor: 'Window'
        CanBeNegative: false
        DataBinding: 'Dialog.Data.Offset'
        Format: 'h:m:s'
        SizePosition: 'lt147 221 73 101'
      ]
    }
    Component lblOffset
    {
      #keys: '[102890.0.1878414388]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'durOffset'
        NumberLines: 1
        Shortcut: 'Alt+F'
        SizePosition: 'lt19 127 79 93'
        Text: 'Test script start o&ffset'
        Transparent: true
      ]
    }
    Component lblProject
    {
      #keys: '[102890.0.1878415111]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'selProject'
        NumberLines: 1
        Shortcut: 'Alt+R'
        SizePosition: 'lt94 127 111 125'
        Text: 'P&roject'
        Transparent: true
      ]
    }
    #child: edtView
    Component lblView
    {
      #keys: '[102890.0.1878415834]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'edtView'
        NumberLines: 1
        Shortcut: 'Alt+E'
        SizePosition: 'lt101 127 141 155'
        Text: 'Vi&ew'
        Transparent: true
      ]
    }
    #child: edtUser
    Component lblUserName
    {
      #keys: '[102890.0.1878416557]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'edtUser'
        NumberLines: 1
        Shortcut: 'Alt+U'
        SizePosition: 'lt75 127 171 185'
        Text: '&User name'
        Transparent: true
      ]
    }
    #child: edtPassword
    Component lblPassword
    {
      #keys: '[102890.0.1878417280]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'edtPassword'
        NumberLines: 1
        Shortcut: 'Alt+W'
        SizePosition: 'lt77 127 201 215'
        Text: 'Pass&word'
        Transparent: true
      ]
    }
    Component lblCustomParameter
    {
      #keys: '[102890.0.1885150472]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'edtCustomArgument'
        NumberLines: 1
        Shortcut: 'Alt+P'
        SizePosition: 'lt39 127 230 244'
        Text: '&Parameter(s)'
        Transparent: true
      ]
    }
    #child: edtCustomArgument
    #child: selClientType
    Component lblClientTypes
    {
      #keys: '[102890.0.1885161557]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'selClientType'
        NumberLines: 1
        Shortcut: 'Alt+Y'
        SizePosition: 'lt77 127 258 272'
        Text: 'Client t&ype'
        Transparent: true
      ]
    }
    #child: pnlTestScript
    Component lblTestScript
    {
      #keys: '[104342.0.282463957]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'selKeyWord'
        NumberLines: 1
        Shortcut: 'Alt+S'
        SizePosition: 'lt77 127 285 299'
        Text: '&Script'
        Transparent: true
      ]
    }
    Component lblStartClientDelay
    {
      #keys: '[104342.0.291572632]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'durMinStartClientDelay'
        NumberLines: 1
        Shortcut: 'Alt+D'
        SizePosition: 'rt327 216 79 93'
        Text: 'Start client &delay range'
        Transparent: true
      ]
    }
    Component durMinStartClientDelay
    {
      #keys: '[104342.0.291572633]'
      BaseType: 'GUIDurationSelector'
      Properties:
      [
        BackgroundColor: 'Window'
        CanBeNegative: false
        DataBinding: 'Dialog.Data.MinStartClientDelay'
        Format: 'h:m:s'
        SizePosition: 'rt205 130 73 101'
      ]
    }
    Component durMaxStartClientDelay
    {
      #keys: '[104342.0.291572635]'
      BaseType: 'GUIDurationSelector'
      Properties:
      [
        BackgroundColor: 'Window'
        CanBeNegative: false
        DataBinding: 'Dialog.Data.MaxStartClientDelay'
        Format: 'h:m:s'
        SizePosition: 'rt112 37 73 101'
      ]
    }
    Component imgLogging
    {
      #keys: '[104342.0.296368160]'
      BaseType: 'Image'
      GBLayout
      {
        Type: 'internal[GBLayoutDefinition]'
        Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
      }
      Properties:
      [
        DesiredSize: 16
        Image: 'ABOUT'
        MergePosition: 'center'
        SizePosition: 'rb31 15 50 34'
        Tooltip: 'Type of logging that the client will do <br> Full : logging is done to files and the results are shown in the Controller UI <br> File : logging is done to files only <br> Disabled : No logging is done'
        Transparent: true
      ]
    }
    Component imgTestScript
    {
      #keys: '[104342.0.296371598]'
      BaseType: 'Image'
      GBLayout
      {
        Type: 'internal[GBLayoutDefinition]'
        Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
      }
      Properties:
      [
        DesiredSize: 16
        Image: 'ABOUT'
        MergePosition: 'bottomleft'
        SizePosition: 'rb31 15 77 61'
        Tooltip: 'Test execution script'
        Transparent: true
      ]
    }
    Component imgClientTypes
    {
      #keys: '[104342.0.296374991]'
      BaseType: 'Image'
      GBLayout
      {
        Type: 'internal[GBLayoutDefinition]'
        Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
      }
      Properties:
      [
        DesiredSize: 16
        Image: 'ABOUT'
        MergePosition: 'bottomleft'
        SizePosition: 'rt31 15 261 277'
        Tooltip: 'Type of client that will be started'
        Transparent: true
      ]
    }
    Component imgCustomParameter
    {
      #keys: '[104342.0.296376928]'
      BaseType: 'Image'
      GBLayout
      {
        Type: 'internal[GBLayoutDefinition]'
        Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
      }
      Properties:
      [
        DesiredSize: 16
        Image: 'ABOUT'
        MergePosition: 'bottomleft'
        SizePosition: 'rt31 15 232 248'
        Tooltip: 'Commandline arguments that will be used when the client is started'
        Transparent: true
      ]
    }
    Component imgPassword
    {
      #keys: '[104342.0.296379841]'
      BaseType: 'Image'
      GBLayout
      {
        Type: 'internal[GBLayoutDefinition]'
        Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
      }
      Properties:
      [
        DesiredSize: 16
        Image: 'ABOUT'
        MergePosition: 'bottomleft'
        SizePosition: 'rt31 15 203 219'
        Tooltip: 'Password that will be used when the client is started'
        Transparent: true
      ]
    }
    Component imgUserName
    {
      #keys: '[104342.0.296381778]'
      BaseType: 'Image'
      GBLayout
      {
        Type: 'internal[GBLayoutDefinition]'
        Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
      }
      Properties:
      [
        DesiredSize: 16
        Image: 'ABOUT'
        MergePosition: 'bottomleft'
        SizePosition: 'rt31 15 174 190'
        Tooltip: 'Username that will be used when the client is started'
        Transparent: true
      ]
    }
    Component imgView
    {
      #keys: '[104342.0.296383699]'
      BaseType: 'Image'
      GBLayout
      {
        Type: 'internal[GBLayoutDefinition]'
        Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
      }
      Properties:
      [
        DesiredSize: 16
        Image: 'ABOUT'
        MergePosition: 'bottomleft'
        SizePosition: 'rt31 15 143 159'
        Tooltip: 'View that will be used when the client is started'
        Transparent: true
      ]
    }
    Component imgProject
    {
      #keys: '[104342.0.296385620]'
      BaseType: 'Image'
      GBLayout
      {
        Type: 'internal[GBLayoutDefinition]'
        Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
      }
      Properties:
      [
        DesiredSize: 16
        Image: 'ABOUT'
        MergePosition: 'bottomleft'
        SizePosition: 'rt31 15 113 129'
        Tooltip: 'Project that will be used when the client is started'
        Transparent: true
      ]
    }
    Component imgStartClientOffset
    {
      #keys: '[104342.0.296387541]'
      BaseType: 'Image'
      GBLayout
      {
        Type: 'internal[GBLayoutDefinition]'
        Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
      }
      Properties:
      [
        DesiredSize: 16
        Image: 'ABOUT'
        MergePosition: 'bottomleft'
        SizePosition: 'rt31 15 81 97'
        Tooltip: 'Delay taken into account before the next client is started'
        Transparent: true
      ]
    }
    Component imgTestScriptStartOffset
    {
      #keys: '[104342.0.296389478]'
      BaseType: 'Image'
      GBLayout
      {
        Type: 'internal[GBLayoutDefinition]'
        Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
      }
      Properties:
      [
        DesiredSize: 16
        Image: 'ABOUT'
        SizePosition: 'lt228 244 80 96'
        Tooltip: 'Delay taken into account before the next test script is started'
        Transparent: true
      ]
    }
    Component imgConcurrent
    {
      #keys: '[104342.0.296390471]'
      BaseType: 'Image'
      GBLayout
      {
        Type: 'internal[GBLayoutDefinition]'
        Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
      }
      Properties:
      [
        DesiredSize: 16
        Image: 'ABOUT'
        MergePosition: 'bottomleft'
        SizePosition: 'rt31 15 49 65'
        Tooltip: 'Number of clients to run concurrently'
        Transparent: true
      ]
    }
    Component imgSession
    {
      #keys: '[104342.0.296393432]'
      BaseType: 'Image'
      GBLayout
      {
        Type: 'internal[GBLayoutDefinition]'
        Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
      }
      Properties:
      [
        DesiredSize: 16
        Image: 'ABOUT'
        MergePosition: 'center'
        SizePosition: 'rt31 15 19 35'
        Tooltip: 'Number of clients to run for this test script'
        Transparent: true
      ]
    }
    #child: tlb
    Component lblLogging
    {
      #keys: '[105690.0.148987535]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'selLogging'
        Shortcut: 'Alt+L'
        Text: '&Logging'
        Transparent: true
      ]
    }
    #child: selProject
    Component lblDescription
    {
      #keys: '[103546.0.78624838]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'edtDescription'
        NumberLines: 1
        Shortcut: 'Alt+I'
        SizePosition: 'lt82 127 18 32'
        Text: 'Descr&iption'
        Transparent: true
      ]
    }
    #child: edtDescription
    #child: selLogging
    Component imgDescription
    {
      #keys: '[104342.0.708843654]'
      BaseType: 'Image'
      GBLayout
      {
        Type: 'internal[GBLayoutDefinition]'
        Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
      }
      Properties:
      [
        DesiredSize: 16
        Image: 'ABOUT'
        MergePosition: 'bottomleft'
        SizePosition: 'rt31 15 49 65'
        Tooltip: 'Description of the test script (purposes, remarks, etc)'
        Transparent: true
      ]
    }
    Component lblStartClientDelayTo
    {
      #keys: '[104342.0.291572634]'
      BaseType: 'Label'
      Properties:
      [
        NumberColumns: 1
        NumberLines: 1
        SizePosition: 'rt124 118 80 94'
        Text: '~'
        Transparent: true
      ]
    }
    #child: pnlCheckBoxOffset
    #child: pnlCheckBoxStartClientDelay
    Component lblDatasetKindFolder
    {
      #keys: '[104342.0.871518988]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'edtDatasetKind'
        NumberLines: 1
        Shortcut: 'Alt+K'
        SizePosition: 'lt77 127 258 272'
        Text: 'Dataset &kind / folder'
        Transparent: true
      ]
    }
    #child: edtDatasetFolder
    #child: edtDataset
    Component lblDatasetFolderSlash
    {
      #keys: '[104342.0.871614369]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'center'
        FocusControl: 'edtDataset'
        NumberLines: 1
        SizePosition: 'lt77 127 258 272'
        Text: '/'
        Transparent: true
      ]
    }
    Component lblDatasetkind
    {
      #keys: '[104342.0.871618353]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'edtDataset'
        NumberLines: 1
        Shortcut: 'Alt+A'
        SizePosition: 'lt77 127 201 215'
        Text: 'D&ataset instance'
        Transparent: true
      ]
    }
    #child: edtDatasetKind
    Component imgDatasetKind
    {
      #keys: '[104342.0.871626339]'
      BaseType: 'Image'
      GBLayout
      {
        Type: 'internal[GBLayoutDefinition]'
        Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
      }
      Properties:
      [
        DesiredSize: 16
        Image: 'ABOUT'
        MergePosition: 'center'
        SizePosition: 'rb31 15 50 34'
        Tooltip: 'Kind of dataset that will be loaded / Folder from which the dataset will be loaded when the client is started'
        Transparent: true
      ]
    }
    Component imgDatasetInstance
    {
      #keys: '[104342.0.871627316]'
      BaseType: 'Image'
      GBLayout
      {
        Type: 'internal[GBLayoutDefinition]'
        Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
      }
      Properties:
      [
        DesiredSize: 16
        Image: 'ABOUT'
        MergePosition: 'bottomleft'
        SizePosition: 'rt31 15 261 277'
        Tooltip: 'Name of the dataset that will be loaded when the client is started'
        Transparent: true
      ]
    }
  ]
  Properties:
  [
    EnterButton: 'btnOk'
    EscapeButton: 'btnCancel'
    Height: 734
    InitialPlacement: 'floating'
    ResizeStrategy: 'vertical'
    Title: 'Create Edit Test Script'
    Width: 818
    ModeledStringList ChildOrdering
    {
      c: imgCustomParameter
      c: imgUserName
      c: imgView
      c: imgPassword
      c: imgDatasetInstance
      c: imgClientTypes
      c: imgLogging
      c: imgTestScript
      c: imgProject
      c: imgStartClientOffset
      c: imgTestScriptStartOffset
      c: lblStartClientDelayTo
      c: imgDatasetKind
      c: imgDescription
      c: edtDescription
      c: lblDescription
      c: imgConcurrent
      c: imgSession
      c: lblStartClientDelay
      c: lblProject
      c: lblView
      c: lblConcurrent
      c: lblSession
      c: lblOffset
      c: edtUser
      c: edtPassword
      c: lblUserName
      c: selClientType
      c: selLogging
      c: lblDatasetFolderSlash
      c: lblDatasetKindFolder
      c: lblPassword
      c: lblDatasetkind
      c: lblCustomParameter
      c: lblClientTypes
      c: edtDatasetKind
      c: lblTestScript
      c: edtDatasetFolder
      c: edtDataset
      c: selProject
      c: edtView
      c: edtCustomArgument
      c: edtTotalNrOfSessions
      c: edtNrOfSimultaneousSessions
      c: durOffset
      c: pnlCheckBoxOffset
      c: durMinStartClientDelay
      c: durMaxStartClientDelay
      c: pnlCheckBoxStartClientDelay
      c: pnlTestScript
      c: tlb
      c: lblLogging
    }
  ]
}