|
@@ -0,0 +1,101 @@
|
|
|
+<Window x:Class="ArchivesCenter3.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:ArchivesCenter3"
|
|
|
+ mc:Ignorable="d"
|
|
|
+ Title="MainWindow" Height="450" Width="800">
|
|
|
+ <Grid>
|
|
|
+ <TabControl Background="#0368ba">
|
|
|
+ <TabItem Header="开始">
|
|
|
+ <Grid>
|
|
|
+ <TabControl>
|
|
|
+ <TabItem Header="欢迎">
|
|
|
+ <Grid VerticalAlignment="Top">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="Auto" />
|
|
|
+ <ColumnDefinition Width="Auto" />
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition Height="20" />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Image Grid.Column="0" Grid.Row="0" Source="/Res/icons8_omnichannel_48.png" Stretch="None" Margin="3"/>
|
|
|
+ <TextBlock Grid.Column="1" Grid.Row="0" Text="欢迎!" Margin="10" VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="24" Foreground="#0368ba"/>
|
|
|
+ <Border Grid.ColumnSpan="3" Grid.Row="1" Background="#0368ba" Height="3"/>
|
|
|
+ <TextBlock x:Name="maxim" Grid.Column="1" Grid.Row="2" Text="maxim" VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="36" Foreground="#0368ba"/>
|
|
|
+ <TextBlock x:Name="dbName0" Grid.Column="1" Grid.Row="3" Text="dbName0" VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="18" Foreground="#000000"/>
|
|
|
+ <TextBlock x:Name="dbName1" Grid.Column="1" Grid.Row="4" Text="dbName1" VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="18" Foreground="#989898"/>
|
|
|
+ <TextBlock Grid.Column="1" Grid.Row="6" Text="此数据库中所收集之信息皆应由合法渠道取得。注意保密!" VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="18" Foreground="#000000"/>
|
|
|
+ </Grid>
|
|
|
+ </TabItem>
|
|
|
+ <TabItem Header="备份">
|
|
|
+ <Grid>
|
|
|
+
|
|
|
+ </Grid>
|
|
|
+ </TabItem>
|
|
|
+ <TabItem Header="设置">
|
|
|
+ <Grid>
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="Auto" />
|
|
|
+ <ColumnDefinition Width="Auto" />
|
|
|
+ <ColumnDefinition Width="Auto" />
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <TextBlock Grid.Column="2" Grid.Row="0" Text="当前值" Margin="10"/>
|
|
|
+
|
|
|
+ <TextBlock Grid.Column="0" Grid.Row="1" Text="数据库名称" Margin="10"/>
|
|
|
+ <TextBox x:Name="dbNameBox0" Grid.Column="1" Grid.Row="1" Height="18" Width="150"/>
|
|
|
+ <TextBlock x:Name="dbCuName0" Grid.Column="2" Grid.Row="1" Text="dbCuName0" Margin="10"/>
|
|
|
+
|
|
|
+ <TextBlock Grid.Column="0" Grid.Row="2" Text="数据库副标题" Margin="10"/>
|
|
|
+ <TextBox x:Name="dbNameBox1" Grid.Column="1" Grid.Row="2" Height="18" Width="150"/>
|
|
|
+ <TextBlock x:Name="dbCuName1" Grid.Column="2" Grid.Row="2" Text="dbCuName1" Margin="10"/>
|
|
|
+
|
|
|
+ <TextBlock Grid.Column="0" Grid.Row="3" Text="欢迎标题" Margin="10"/>
|
|
|
+ <TextBox x:Name="cuMaximBox" Grid.Column="1" Grid.Row="3" Height="18" Width="150"/>
|
|
|
+ <TextBlock x:Name="cuMaxim" Grid.Column="2" Grid.Row="3" Text="cuMaxim" Margin="10"/>
|
|
|
+
|
|
|
+ <TextBlock Grid.Column="0" Grid.Row="4" Text="数据库密码" Margin="10"/>
|
|
|
+ <TextBox x:Name="pswdBox" Grid.Column="1" Grid.Row="4" Height="18" Width="150"/>
|
|
|
+ <TextBlock x:Name="cuPswd" Grid.Column="2" Grid.Row="4" Text="cuPswd" Margin="10"/>
|
|
|
+ </Grid>
|
|
|
+ </TabItem>
|
|
|
+ <TabItem Header="关于">
|
|
|
+ <Grid>
|
|
|
+
|
|
|
+ </Grid>
|
|
|
+ </TabItem>
|
|
|
+ </TabControl>
|
|
|
+ </Grid>
|
|
|
+ </TabItem>
|
|
|
+ <TabItem Header="综合查询">
|
|
|
+ <Grid>
|
|
|
+
|
|
|
+ </Grid>
|
|
|
+ </TabItem>
|
|
|
+ <TabItem Header="关系人">
|
|
|
+ <Grid>
|
|
|
+
|
|
|
+ </Grid>
|
|
|
+ </TabItem>
|
|
|
+ <TabItem Header="日志">
|
|
|
+ <Grid>
|
|
|
+
|
|
|
+ </Grid>
|
|
|
+ </TabItem>
|
|
|
+ </TabControl>
|
|
|
+ </Grid>
|
|
|
+</Window>
|