2024-02-01 11:43:03 -06:00
|
|
|
<UIX xmlns="http://schemas.microsoft.com/2007/uix"
|
|
|
|
|
xmlns:iris="assembly://UIX/Microsoft.Iris">
|
2021-04-04 01:15:52 -05:00
|
|
|
<UI Name="Default">
|
2024-02-01 11:43:03 -06:00
|
|
|
<Locals>
|
|
|
|
|
<iris:Command Name="SelectCommand"/>
|
|
|
|
|
</Locals>
|
2021-04-02 23:06:02 -05:00
|
|
|
<Content>
|
2021-04-04 01:15:52 -05:00
|
|
|
<Text Color="Red">
|
2021-04-02 23:06:02 -05:00
|
|
|
<Content>Howdy from Microsoft.Iris!</Content>
|
|
|
|
|
</Text>
|
|
|
|
|
</Content>
|
2021-04-02 13:10:52 -05:00
|
|
|
</UI>
|
2021-04-04 01:15:52 -05:00
|
|
|
|
|
|
|
|
<UI Name="Alt">
|
|
|
|
|
<Content>
|
|
|
|
|
<Text Color="Blue" Font="JetBrains Mono">
|
|
|
|
|
<Content>This is some blue text</Content>
|
|
|
|
|
</Text>
|
|
|
|
|
</Content>
|
|
|
|
|
</UI>
|
2021-04-02 13:10:52 -05:00
|
|
|
</UIX>
|