Put the test selection on top of the test suite dialog.
[DEVELOPMENT ENVIRONMENT] * NEW: Tester: Put the test selection on top of the test suite dialog.
This commit is contained in:
parent
fcc1a5f42c
commit
24f8ef190c
1 changed files with 27 additions and 31 deletions
|
@ -6,8 +6,22 @@
|
|||
Arrangement = Arrange.Vertical
|
||||
Spacing = True
|
||||
Margin = True
|
||||
{ HBox1 HBox
|
||||
MoveScaled(1,1,79,4)
|
||||
Spacing = True
|
||||
{ Label1 Label
|
||||
MoveScaled(0,0,9,4)
|
||||
AutoResize = True
|
||||
Text = ("Test with")
|
||||
}
|
||||
{ cmbTestWith ComboBox
|
||||
MoveScaled(10,0,20,4)
|
||||
Expand = True
|
||||
ReadOnly = True
|
||||
}
|
||||
}
|
||||
{ HBox2 Panel
|
||||
MoveScaled(2,4,77,42)
|
||||
MoveScaled(1,8,77,42)
|
||||
Expand = True
|
||||
Arrangement = Arrange.Horizontal
|
||||
Border = Border.Plain
|
||||
|
@ -87,37 +101,19 @@
|
|||
}
|
||||
}
|
||||
{ HBox3 HBox
|
||||
MoveScaled(2,49,80,4)
|
||||
{ Panel3 HBox
|
||||
MoveScaled(1,0,31,4)
|
||||
Expand = True
|
||||
Spacing = True
|
||||
{ Label1 Label
|
||||
MoveScaled(0,0,9,4)
|
||||
AutoResize = True
|
||||
Text = ("Test with")
|
||||
}
|
||||
{ cmbTestWith ComboBox
|
||||
MoveScaled(10,0,20,4)
|
||||
Expand = True
|
||||
ReadOnly = True
|
||||
}
|
||||
}
|
||||
{ Panel4 HBox
|
||||
MoveScaled(39,0,38,4)
|
||||
MoveScaled(2,51,80,4)
|
||||
Spacing = True
|
||||
Invert = True
|
||||
{ btnClose Button
|
||||
MoveScaled(19,0,16,4)
|
||||
MoveScaled(58,0,16,4)
|
||||
Text = ("Close")
|
||||
Picture = Picture["icon:/small/close"]
|
||||
Cancel = True
|
||||
}
|
||||
{ btnReset Button
|
||||
MoveScaled(2,0,16,4)
|
||||
MoveScaled(41,0,16,4)
|
||||
Text = ("Reset")
|
||||
Picture = Picture["icon:/small/undo"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue