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
|
Arrangement = Arrange.Vertical
|
||||||
Spacing = True
|
Spacing = True
|
||||||
Margin = 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
|
{ HBox2 Panel
|
||||||
MoveScaled(2,4,77,42)
|
MoveScaled(1,8,77,42)
|
||||||
Expand = True
|
Expand = True
|
||||||
Arrangement = Arrange.Horizontal
|
Arrangement = Arrange.Horizontal
|
||||||
Border = Border.Plain
|
Border = Border.Plain
|
||||||
|
@ -87,37 +101,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{ HBox3 HBox
|
{ HBox3 HBox
|
||||||
MoveScaled(2,49,80,4)
|
MoveScaled(2,51,80,4)
|
||||||
{ Panel3 HBox
|
Spacing = True
|
||||||
MoveScaled(1,0,31,4)
|
Invert = True
|
||||||
Expand = True
|
{ btnClose Button
|
||||||
Spacing = True
|
MoveScaled(58,0,16,4)
|
||||||
{ Label1 Label
|
Text = ("Close")
|
||||||
MoveScaled(0,0,9,4)
|
Picture = Picture["icon:/small/close"]
|
||||||
AutoResize = True
|
Cancel = True
|
||||||
Text = ("Test with")
|
|
||||||
}
|
|
||||||
{ cmbTestWith ComboBox
|
|
||||||
MoveScaled(10,0,20,4)
|
|
||||||
Expand = True
|
|
||||||
ReadOnly = True
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
{ Panel4 HBox
|
{ btnReset Button
|
||||||
MoveScaled(39,0,38,4)
|
MoveScaled(41,0,16,4)
|
||||||
Spacing = True
|
Text = ("Reset")
|
||||||
Invert = True
|
Picture = Picture["icon:/small/undo"]
|
||||||
{ btnClose Button
|
|
||||||
MoveScaled(19,0,16,4)
|
|
||||||
Text = ("Close")
|
|
||||||
Picture = Picture["icon:/small/close"]
|
|
||||||
Cancel = True
|
|
||||||
}
|
|
||||||
{ btnReset Button
|
|
||||||
MoveScaled(2,0,16,4)
|
|
||||||
Text = ("Reset")
|
|
||||||
Picture = Picture["icon:/small/undo"]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue