森林草原湿地荒漠调查
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.
 
 
 

40 lines
4.2 KiB

<Window x:Class="JKRJ_Startup.MainWindow"
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:JKRJ_Startup"
xmlns:kui="clr-namespace:KUI;assembly=KUI"
mc:Ignorable="d"
x:Name="root" Height="600" Width="1200" WindowStartupLocation="CenterScreen" WindowStyle="None" ResizeMode="NoResize">
<Grid>
<Grid.Background>
<ImageBrush ImageSource="pack://application:,,,/Images/bg2.jpg"/>
</Grid.Background>
<Grid.RowDefinitions>
<RowDefinition Height="30" />
<RowDefinition Height="auto" />
<RowDefinition Height="*" />
<RowDefinition Height="auto" />
<RowDefinition Height="30" />
</Grid.RowDefinitions>
<Grid Height="30" MouseMove="TitleBar_MouseMove" MouseDown="TitleBar_MouseDown" Background="Transparent" DockPanel.Dock="Top">
<Grid.ColumnDefinitions>
<ColumnDefinition />
<ColumnDefinition Width="50" />
<ColumnDefinition Width="50" />
</Grid.ColumnDefinitions>
<kui:KFontIconButton FIcon="&#xe70c;" x:Name="btnMin" Grid.Column="1" Width="50" VerticalAlignment="Stretch" Height="30" Background="#00E2E2E2" CornerRadius="0" BorderThickness="0" Click="btn_min_Click" Foreground="White" MouseOverBackground="#CCE2E2E2" PressedBackground="#AAD1D1D1" />
<kui:KFontIconButton FIcon="&#xe66c;" x:Name="btnClose" Grid.Column="2" Width="50" VerticalAlignment="Stretch" Height="30" Background="Red" BorderThickness="0" CornerRadius="0" MouseOverBackground="#CCFF0000" PressedBackground="#FFC90303" Foreground="White" Click="btn_close_Click" />
</Grid>
<Label Grid.Row="1" Name="txtSubTitle" Content="今奥数据建库软件V4.0" VerticalContentAlignment="Center" Height="180" HorizontalContentAlignment="Center" Width="{Binding ElementName=root,Path=Width}" FontWeight="Bold" FontSize="65" Foreground="White" FontFamily="Nirmala UI" />
<!--<Label Grid.Row="1" Content="今奥县级数据建库软件V4.0" VerticalContentAlignment="Center" Height="180" HorizontalContentAlignment="Center" Width="{Binding ElementName=root,Path=Width}" FontWeight="Bold" FontSize="65" Foreground="White" FontFamily="Nirmala UI" />-->
<!--<Label Grid.Row="1" Content="青海省县级单图斑建库软件V1.0" VerticalContentAlignment="Center" Height="180" HorizontalContentAlignment="Center" Width="{Binding ElementName=root,Path=Width}" FontWeight="Bold" FontSize="65" Foreground="White" FontFamily="Nirmala UI" />-->
<WrapPanel x:Name="Apps" Orientation="Horizontal" VerticalAlignment="Center" Grid.Row="2" HorizontalAlignment="Center" Margin="0,0">
<!--<kui:KFontIconButton Tag="DataDTBJK" Click="Btn_Click" Content="单图斑建库" BorderThickness="0" Background="#CCF08080" Width="300" Height="150" Margin="40,20" FontSize="38" Foreground="White" MouseOverBackground="#AAF08080" PressedBackground="#CCF08080" FIconSize="0"></kui:KFontIconButton>
<kui:KFontIconButton Tag="BuildDB_RCBG" Click="Btn_Click" Content="日常变更建库" BorderThickness="0" Background="#CC87CEEB" Width="300" Height="150" Margin="40,20" FontSize="38" Foreground="White" MouseOverBackground="#AA87CEEB" PressedBackground="#CC87CEEB" FIconSize="0"></kui:KFontIconButton>
<kui:KFontIconButton Tag="BuildDB_JKRJ" Click="Btn_Click" Content="年度变更建库" BorderThickness="0" Background="#CCF08080" Width="300" Height="150" Margin="40,20" FontSize="38" Foreground="White" MouseOverBackground="#AAF08080" PressedBackground="#CCF08080" FIconSize="0"></kui:KFontIconButton>-->
</WrapPanel>
<Label Grid.Row="4" Content="技术支持:杭州今奥信息科技股份有限公司 联系电话:0571-88607708" VerticalContentAlignment="Center" Height="30" HorizontalContentAlignment="Center" Width="{Binding ElementName=root,Path=Width}" FontSize="12" Foreground="White" FontFamily="Nirmala UI" />
</Grid>
</Window>