Files
osrepodbmgr/osrepodbmgr.Eto/dlgHelp.xeto

11 lines
522 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2017-05-19 17:13:53 +01:00
<Dialog xmlns="http://schema.picoe.ca/eto.forms" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Height="300" Width="400" Title="Help">
<StackLayout Orientation="Vertical">
<StackLayoutItem VerticalAlignment="Stretch" Expand="True" HorizontalAlignment="Stretch">
2017-05-16 03:34:17 +01:00
<TextArea ReadOnly="True" ID="txtHelp" />
</StackLayoutItem>
<StackLayoutItem HorizontalAlignment="Center">
<Button Click="OnBtnOKClicked">OK</Button>
</StackLayoutItem>
</StackLayout>
2017-05-16 03:34:17 +01:00
</Dialog>