Added architecture to executable interface.

This commit is contained in:
2018-02-26 02:23:30 +00:00
parent c3cd0b5831
commit bafda9c22f
15 changed files with 196 additions and 11 deletions

View File

@@ -20,9 +20,17 @@
</StackLayoutItem>
</StackLayout>
</StackLayoutItem>
<StackLayoutItem HorizontalAlignment="Stretch">
<StackLayout Orientation="Horizontal">
<Label ID="lblArch">Architectures:</Label>
<StackLayoutItem HorizontalAlignment="Stretch" Expand="True">
<ComboBox ID="cmbArch" ReadOnly="True" />
</StackLayoutItem>
</StackLayout>
</StackLayoutItem>
<StackLayoutItem HorizontalAlignment="Stretch" Expand="True">
<StackLayout Orientation="Vertical">
<Label ID="lblInformation">Type:</Label>
<Label ID="lblInformation">Information:</Label>
<StackLayoutItem HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Expand="True">
<TextArea ID="txtInformation" ReadOnly="True" />
</StackLayoutItem>