123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335 |
- <?xml version="1.0" encoding="utf-8"?>
- <Page
- x:Class="ArchivesCenter4.people"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:local="using:ArchivesCenter4"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- mc:Ignorable="d">
- <Grid>
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="*"/>
- </Grid.RowDefinitions>
- <TextBlock Grid.Row="0" Style="{StaticResource TitleTextBlockStyle}" Text="关系人档案" Margin="36,40,0,0"/>
- <Pivot Grid.Row="1" Margin="36,0,0,0">
- <PivotItem Header="列表">
- <Grid>
- </Grid>
- </PivotItem>
- <PivotItem Header="详细信息">
- <Grid>
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="*"/>
- </Grid.RowDefinitions>
- <CommandBar Grid.ColumnSpan="100" Grid.Row="0" Background="Transparent" IsOpen="False" DefaultLabelPosition="Right" Margin="36,0,36,0">
- <AppBarButton Icon="NewWindow" Label="新建"/>
- <AppBarButton Icon="Edit" Label="编辑" IsEnabled="False"/>
- <AppBarButton Icon="Contact2" Label="更改照片" IsEnabled="False"/>
- <AppBarSeparator/>
- <AppBarButton Icon="Previous" Label="上一个" IsEnabled="False"/>
- <AppBarButton Icon="Next" Label="下一个" IsEnabled="False"/>
- <AppBarSeparator/>
- <AppBarButton Icon="Delete" Label="删除" IsEnabled="False"/>
- <AppBarButton Icon="Refresh" Label="刷新" Click="AppBarButton_Click_1"/>
- </CommandBar>
- <Grid Grid.Row="1">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="auto"/>
- <ColumnDefinition Width="*"/>
- </Grid.ColumnDefinitions>
- <PersonPicture Grid.Column="0" Grid.Row="0" Margin="0,16,16,0"/>
- <TextBlock Grid.Column="1" Grid.Row="0" Margin="0,16,16,0" Style="{StaticResource HeaderTextBlockStyle}" Text="姓名" VerticalAlignment="Center"/>
- </Grid>
- <ScrollViewer Grid.Row="2" VerticalScrollBarVisibility="Visible" Margin="0,16,0,0">
- <Grid HorizontalAlignment="Stretch">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
- <Grid Grid.Row="0" Grid.Column="0" Background="{ThemeResource CardBackgroundFillColorDefaultBrush}" Margin="48,36,48,16" BorderThickness="1" CornerRadius="{StaticResource ControlCornerRadius}" BorderBrush="{ThemeResource CardStrokeColorDefaultBrush}">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
- <TextBlock Grid.Row="0" Margin="16,16,12,16" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource SubtitleTextBlockStyle}" Text="基本信息"/>
- <TextBlock Grid.Row="1" x:Name="PName" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="姓名" TextWrapping="Wrap"/>
- <TextBox Grid.Row="2" Margin="16,0,16,16"/>
- <TextBlock Grid.Row="3" x:Name="PGender" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="性别"/>
- <ComboBox Grid.Row="4" Margin="16,0,16,16" MinWidth="150">
- <ComboBoxItem Content="男"/>
- <ComboBoxItem Content="女"/>
- </ComboBox>
- <TextBlock Grid.Row="5" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="性别"/>
- <CalendarDatePicker Grid.Row="6" Margin="16,0,16,16" MinWidth="150"/>
- <TextBlock Grid.Row="7" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="标签"/>
- <ComboBox Grid.Row="8" Margin="16,0,16,16" MinWidth="150">
- </ComboBox>
- <TextBlock Grid.Row="9" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="证件类型"/>
- <ComboBox Grid.Row="10" Margin="16,0,16,16" MinWidth="150">
- <ComboBoxItem>居民身份证</ComboBoxItem>
- <ComboBoxItem>港澳居民居住证</ComboBoxItem>
- <ComboBoxItem>台湾居民居住证</ComboBoxItem>
- <ComboBoxItem>往来港澳通行证</ComboBoxItem>
- <ComboBoxItem>护照</ComboBoxItem>
- <ComboBoxItem>港澳台居民来往大陆通行证</ComboBoxItem>
- </ComboBox>
- <TextBlock Grid.Row="11" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="证件号码"/>
- <TextBox Grid.Row="12" Margin="16,0,16,16" TextWrapping="Wrap"/>
- <TextBlock Grid.Row="13" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="备注"/>
- <TextBox Grid.Row="14" Margin="16,0,16,16" TextWrapping="Wrap"/>
- </Grid>
- <Grid Grid.Row="1" Grid.Column="1" Background="{ThemeResource CardBackgroundFillColorDefaultBrush}" Margin="48,0,48,16" BorderThickness="1" CornerRadius="{StaticResource ControlCornerRadius}" BorderBrush="{ThemeResource CardStrokeColorDefaultBrush}">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
- <TextBlock Grid.Row="0" Margin="16,16,12,16" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource SubtitleTextBlockStyle}" Text="家庭信息"/>
- <TextBlock Grid.Row="1" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="籍贯"/>
- <ComboBox Grid.Row="2" Margin="16,0,16,16" MinWidth="150">
- <ComboBoxItem>北京市</ComboBoxItem>
- <ComboBoxItem>天津市</ComboBoxItem>
- <ComboBoxItem>上海市</ComboBoxItem>
- <ComboBoxItem>重庆市</ComboBoxItem>
- <ComboBoxItem>河北省</ComboBoxItem>
- <ComboBoxItem>山西省</ComboBoxItem>
- <ComboBoxItem>辽宁省</ComboBoxItem>
- <ComboBoxItem>吉林省</ComboBoxItem>
- <ComboBoxItem>黑龙江省</ComboBoxItem>
- <ComboBoxItem>江苏省</ComboBoxItem>
- <ComboBoxItem>浙江省</ComboBoxItem>
- <ComboBoxItem>安徽省</ComboBoxItem>
- <ComboBoxItem>福建省</ComboBoxItem>
- <ComboBoxItem>江西省</ComboBoxItem>
- <ComboBoxItem>山东省</ComboBoxItem>
- <ComboBoxItem>河南省</ComboBoxItem>
- <ComboBoxItem>湖北省</ComboBoxItem>
- <ComboBoxItem>湖南省</ComboBoxItem>
- <ComboBoxItem>广东省</ComboBoxItem>
- <ComboBoxItem>海南省</ComboBoxItem>
- <ComboBoxItem>四川省</ComboBoxItem>
- <ComboBoxItem>贵州省</ComboBoxItem>
- <ComboBoxItem>云南省</ComboBoxItem>
- <ComboBoxItem>陕西省</ComboBoxItem>
- <ComboBoxItem>甘肃省</ComboBoxItem>
- <ComboBoxItem>青海省</ComboBoxItem>
- <ComboBoxItem>台湾省</ComboBoxItem>
- <ComboBoxItem>内蒙古自治区</ComboBoxItem>
- <ComboBoxItem>广西壮族自治区</ComboBoxItem>
- <ComboBoxItem>西藏自治区</ComboBoxItem>
- <ComboBoxItem>宁夏回族自治区</ComboBoxItem>
- <ComboBoxItem>新疆维吾尔自治区</ComboBoxItem>
- <ComboBoxItem>香港特别行政区</ComboBoxItem>
- <ComboBoxItem>澳门特别行政区</ComboBoxItem>
- </ComboBox>
- <TextBlock Grid.Row="3" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="婚姻状况"/>
- <ComboBox Grid.Row="4" Margin="16,0,16,16" MinWidth="150">
- <ComboBoxItem>未婚</ComboBoxItem>
- <ComboBoxItem>已婚</ComboBoxItem>
- <ComboBoxItem>离异</ComboBoxItem>
- <ComboBoxItem>丧偶</ComboBoxItem>
- </ComboBox>
- <TextBlock Grid.Row="5" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="住址"/>
- <TextBox Grid.Row="6" Margin="16,0,16,16" TextWrapping="Wrap"/>
- <TextBlock Grid.Row="7" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="备注"/>
- <TextBox Grid.Row="8" Margin="16,0,16,16" TextWrapping="Wrap"/>
- </Grid>
- <Grid Grid.Row="2" Grid.Column="0" Background="{ThemeResource CardBackgroundFillColorDefaultBrush}" Margin="48,0,48,16" BorderThickness="1" CornerRadius="{StaticResource ControlCornerRadius}" BorderBrush="{ThemeResource CardStrokeColorDefaultBrush}">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
- <TextBlock Grid.Row="0" Margin="16,16,12,16" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource SubtitleTextBlockStyle}" Text="社会关系"/>
- <TextBlock Grid.Row="1" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="政治面貌"/>
- <ComboBox Grid.Row="2" Margin="16,0,16,16" MinWidth="150">
- <ComboBoxItem>中共党员</ComboBoxItem>
- <ComboBoxItem>中共预备党员</ComboBoxItem>
- <ComboBoxItem>共青团员</ComboBoxItem>
- <ComboBoxItem>民革党员</ComboBoxItem>
- <ComboBoxItem>民盟盟员</ComboBoxItem>
- <ComboBoxItem>民建会员</ComboBoxItem>
- <ComboBoxItem>民进会员</ComboBoxItem>
- <ComboBoxItem>农工党党员</ComboBoxItem>
- <ComboBoxItem>致公党党员</ComboBoxItem>
- <ComboBoxItem>九三学社社员</ComboBoxItem>
- <ComboBoxItem>台盟盟员</ComboBoxItem>
- <ComboBoxItem>无党派人士</ComboBoxItem>
- <ComboBoxItem>群众</ComboBoxItem>
- </ComboBox>
- <TextBlock Grid.Row="3" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="结识地点"/>
- <TextBox Grid.Row="4" Margin="16,0,16,16" TextWrapping="Wrap"/>
- <TextBlock Grid.Row="5" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="相对身份"/>
- <TextBox Grid.Row="6" Margin="16,0,16,16" TextWrapping="Wrap"/>
- <TextBlock Grid.Row="7" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="学历"/>
- <ComboBox Grid.Row="8" Margin="16,0,16,16" MinWidth="150">
- <ComboBoxItem>小学</ComboBoxItem>
- <ComboBoxItem>初中</ComboBoxItem>
- <ComboBoxItem>中专</ComboBoxItem>
- <ComboBoxItem>高中</ComboBoxItem>
- <ComboBoxItem>专科</ComboBoxItem>
- <ComboBoxItem>本科</ComboBoxItem>
- <ComboBoxItem>硕士研究生</ComboBoxItem>
- <ComboBoxItem>博士研究生</ComboBoxItem>
- </ComboBox>
- <TextBlock Grid.Row="9" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="毕业小学校"/>
- <TextBox Grid.Row="10" Margin="16,0,16,16" TextWrapping="Wrap"/>
- <TextBlock Grid.Row="11" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="毕业初中校"/>
- <TextBox Grid.Row="12" Margin="16,0,16,16" TextWrapping="Wrap"/>
- <TextBlock Grid.Row="13" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="毕业(职业)高中校"/>
- <TextBox Grid.Row="14" Margin="16,0,16,16" TextWrapping="Wrap"/>
- <TextBlock Grid.Row="15" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="毕业高校"/>
- <TextBox Grid.Row="16" Margin="16,0,16,16" TextWrapping="Wrap"/>
- <TextBlock Grid.Row="17" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="研究生单位"/>
- <TextBox Grid.Row="18" Margin="16,0,16,16" TextWrapping="Wrap"/>
- <TextBlock Grid.Row="19" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="工作单位和职位"/>
- <TextBox Grid.Row="20" Margin="16,0,16,16" TextWrapping="Wrap"/>
- <TextBlock Grid.Row="21" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="备注"/>
- <TextBox Grid.Row="22" Margin="16,0,16,16" TextWrapping="Wrap"/>
- </Grid>
- <Grid Grid.Row="3" Grid.Column="1" Background="{ThemeResource CardBackgroundFillColorDefaultBrush}" Margin="48,0,48,16" BorderThickness="1" CornerRadius="{StaticResource ControlCornerRadius}" BorderBrush="{ThemeResource CardStrokeColorDefaultBrush}">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
- <TextBlock Grid.Row="0" Margin="16,16,12,16" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource SubtitleTextBlockStyle}" Text="联系方式"/>
- <TextBlock Grid.Row="1" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="电话号码"/>
- <TextBox Grid.Row="2" Margin="16,0,16,16" TextWrapping="Wrap"/>
- <TextBlock Grid.Row="3" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="电子邮件地址"/>
- <TextBox Grid.Row="4" Margin="16,0,16,16" TextWrapping="Wrap"/>
- <TextBlock Grid.Row="5" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="电子邮件地址"/>
- <TextBox Grid.Row="6" Margin="16,0,16,16" TextWrapping="Wrap"/>
- <TextBlock Grid.Row="7" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="微信号"/>
- <TextBox Grid.Row="8" Margin="16,0,16,16" TextWrapping="Wrap"/>
- <TextBlock Grid.Row="9" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="QQ号"/>
- <TextBox Grid.Row="10" Margin="16,0,16,16" TextWrapping="Wrap"/>
- <TextBlock Grid.Row="11" Margin="16,0,16,8" HorizontalAlignment="Left" VerticalAlignment="Center" Style="{StaticResource BaseTextBlockStyle}" Text="其他联系方式"/>
- <TextBox Grid.Row="12" Margin="16,0,16,16" TextWrapping="Wrap"/>
- </Grid>
- </Grid>
- </ScrollViewer>
- </Grid>
- </PivotItem>
- </Pivot>
- </Grid>
- </Page>
|