You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
1.4 KiB
19 lines
1.4 KiB
<windows:BaseWindow x:Class="Kingo.Plugin.General.ViewDTBJK.UCFWYBZ" |
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
xmlns:windows="clr-namespace:KGIS.Framework.Utils;assembly=KGIS.Framework.Utils" |
|
xmlns:kui="clr-namespace:KUI;assembly=KUI" |
|
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors" |
|
mc:Ignorable="d" Title="请填写返外业备注" |
|
Height="250" Width="500" ResizeMode="NoResize"> |
|
<Grid> |
|
<Grid.RowDefinitions> |
|
<RowDefinition Height="*"/> |
|
<RowDefinition Height="30"/> |
|
</Grid.RowDefinitions> |
|
<dxe:TextEdit x:Name="txtBZ" Height="170" Grid.Row="0" Margin="3" TextWrapping="Wrap" VerticalContentAlignment="Top" AcceptsReturn="True" IsReadOnly="False" VerticalScrollBarVisibility="Visible" MaxHeight="170" VerticalAlignment="Top" HorizontalAlignment="Stretch" HorizontalScrollBarVisibility="Auto" /> |
|
<kui:KFontIconButton Grid.Row="1" FIcon="" x:Name="btnOk" VerticalAlignment="Center" HorizontalContentAlignment="Center" Content="确定" Click="BtnOk_Click" Height="25" Width="70"/> |
|
</Grid> |
|
</windows:BaseWindow>
|
|
|