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.
		
		
		
		
		
			
		
			
				
					
					
						
							29 lines
						
					
					
						
							1.8 KiB
						
					
					
				
			
		
		
	
	
							29 lines
						
					
					
						
							1.8 KiB
						
					
					
				<windows:BaseWindow | 
						|
             xmlns:windows="clr-namespace:KGIS.Framework.Utils;assembly=KGIS.Framework.Utils"  | 
						|
             x:Class="Kingo.Plugin.DataLoad.View.FrmLoadDB" | 
						|
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | 
						|
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | 
						|
             xmlns:kuiBtn="clr-namespace:KUI.Button;assembly=KUI" | 
						|
             xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors" | 
						|
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"  | 
						|
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008"   | 
						|
             mc:Ignorable="d"  | 
						|
             Title="举证成果加载" Height="160" Width="400" ResizeMode="NoResize"> | 
						|
    <Grid> | 
						|
        <Grid.RowDefinitions> | 
						|
            <RowDefinition Height="70"></RowDefinition> | 
						|
            <RowDefinition Height="30"></RowDefinition> | 
						|
            <RowDefinition Height="*"></RowDefinition> | 
						|
        </Grid.RowDefinitions> | 
						|
        <StackPanel VerticalAlignment="Center" HorizontalAlignment="Center" Orientation="Horizontal"> | 
						|
            <dxe:TextEdit Name="txtPath" HorizontalAlignment="Left" Height="30" VerticalAlignment="Top" Width="250" IsReadOnly="True"/> | 
						|
            <kuiBtn:KImgButton Name="btnBrowse" Width="70" Height="30" Content="浏  览" Margin="10,0,0,0" Click="btnBrowse_Click_1"/> | 
						|
        </StackPanel> | 
						|
        <StackPanel Grid.Row="1" VerticalAlignment="Top" HorizontalAlignment="Center" Orientation="Horizontal"> | 
						|
            <kuiBtn:KImgButton Name="btnImport" Width="70" Height="30" Content="加  载" Margin="10,0,0,0" Click="btnImport_Click_1"/> | 
						|
        </StackPanel> | 
						|
        <StackPanel Grid.Row="2" VerticalAlignment="Top" HorizontalAlignment="Center" Orientation="Horizontal"> | 
						|
            <Label Name="lblResult" Foreground="Red"></Label> | 
						|
        </StackPanel> | 
						|
    </Grid> | 
						|
</windows:BaseWindow>
 | 
						|
 |