Add project files.
This commit is contained in:
parent
501225291b
commit
91d580e21f
20 changed files with 1742 additions and 0 deletions
23
AuroraRecordGenerator/GeneratedResultWindow.xaml
Normal file
23
AuroraRecordGenerator/GeneratedResultWindow.xaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<controls:MetroWindow x:Class="AuroraRecordGenerator.GeneratedResultWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:AuroraRecordGenerator"
|
||||
xmlns:controls="http://metro.mahapps.com/winfx/xaml/controls"
|
||||
mc:Ignorable="d"
|
||||
Title="Generated Records" Height="500" Width="850" TitleCaps="False">
|
||||
<Grid>
|
||||
<TabControl Margin="10">
|
||||
<TabItem Header="Employment">
|
||||
<TextBox x:Name="EmploymentBox" IsReadOnly="True" IsUndoEnabled="False" AutoWordSelection="True" FontFamily="Times New Roman"/>
|
||||
</TabItem>
|
||||
<TabItem Header="Medical">
|
||||
<TextBox x:Name="MedicalBox" IsReadOnly="True" IsUndoEnabled="False" AutoWordSelection="True" FontFamily="Times New Roman"/>
|
||||
</TabItem>
|
||||
<TabItem Header="Security">
|
||||
<TextBox x:Name="SecurityBox" IsReadOnly="True" IsUndoEnabled="False" AutoWordSelection="True" FontFamily="Times New Roman"/>
|
||||
</TabItem>
|
||||
</TabControl>
|
||||
</Grid>
|
||||
</controls:MetroWindow>
|
||||
Loading…
Add table
Add a link
Reference in a new issue