-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestHarness.xml
More file actions
67 lines (61 loc) · 2.08 KB
/
Copy pathTestHarness.xml
File metadata and controls
67 lines (61 loc) · 2.08 KB
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
<?xml version="1.0" encoding="utf-8"?>
<component name="TestHarness" extends="group">
<interface>
<field id="MaestroKit" type="node" />
<field id="selectedVersion" type="string" />
<field id="automationLog" type="string"/>
</interface>
<script type="text/brightscript" uri="pkg:/components/TestHarness.brs" />
<children>
<Rectangle width="1100" height="1920" color="#000000B3" />
<Label id="hintText" color="#ffffff" horizAlign="left" vertAlign="left" width="568" text=""
translation="[20,20]">
<Font role="font" uri="pkg://fonts/BentonSans-Medium.ttf" size="25" />
</Label>
<Label color="#ffffff" horizAlign="left" vertAlign="left" width="700" text="Dev Panel"
translation="[0,20]">
<Font role="font" uri="pkg://fonts/BentonSans-Medium.ttf" size="25" />
</Label>
<MarkupGrid
id="settingConfig"
font="font:MediumSystemFont"
focusedFont="font:MediumBoldSystemFont"
numColumns="4"
numRows="5"
itemSize="[250,48]"
itemSpacing="[10, 10 ]"
translation="[20,80]"
vertFocusAnimationStyle="floatingFocus"
itemComponentName="MarkupGridItem">
<ContentNode id="menu" role="content">
<ContentNode title="ShowPanel" />
<ContentNode title="HidePanel" />
</ContentNode>
</MarkupGrid>
<LayoutGroup layoutDirection="horiz" translation="[0,400]" >
<!-- SDK Version -->
</LayoutGroup>
<Group
id="logGroup"
translation="[0, 600]">
<Rectangle
id = "logBackground"
color="0xAAAAAAAA"
width="1100"
height="470" />
<Label
id="logTitleLable"
width="1000"
translation="[20, 20]"
/>
<Poster
width="1000"
height="400"
translation="[50, 70]"
uri="pkg:/images/border_r8.9.png" />
<LayoutGroup
id="logsGroup"
translation="[60, 80]" />
</Group>
</children>
</component>