|
@@ -156,12 +156,78 @@
|
|
</TabItem>
|
|
</TabItem>
|
|
<TabItem Header="综合查询" IsEnabled="False">
|
|
<TabItem Header="综合查询" IsEnabled="False">
|
|
<Grid>
|
|
<Grid>
|
|
-
|
|
|
|
</Grid>
|
|
</Grid>
|
|
</TabItem>
|
|
</TabItem>
|
|
<TabItem Header="关系人">
|
|
<TabItem Header="关系人">
|
|
- <Grid>
|
|
|
|
|
|
+ <Grid Background="White">
|
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
|
+ <ColumnDefinition Width="Auto" />
|
|
|
|
+ <ColumnDefinition Width="Auto" />
|
|
|
|
+ <ColumnDefinition Width="Auto" />
|
|
|
|
+ <ColumnDefinition Width="30" />
|
|
|
|
+ <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="Auto" />
|
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
|
+ </Grid.RowDefinitions>
|
|
|
|
+ <Grid Grid.RowSpan="100" Grid.Column="0" HorizontalAlignment="Left" VerticalAlignment="Top">
|
|
|
|
+ <Grid.RowDefinitions>
|
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
|
+ </Grid.RowDefinitions>
|
|
|
|
+ <Border Grid.Row="0" BorderBrush="Black" BorderThickness="1" Margin="10" Width="75" Height="105">
|
|
|
|
+ <Image Width="75" Height="105"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Button Grid.Row="1" HorizontalAlignment="Center" VerticalAlignment="Center">更改照片</Button>
|
|
|
|
+ </Grid>
|
|
|
|
+
|
|
|
|
+ <TextBlock Grid.Column="1" Grid.Row="0" Text="姓名" Margin="5" VerticalAlignment="Top" HorizontalAlignment="Right"/>
|
|
|
|
+ <TextBox Grid.Column="2" Grid.Row="0" Height="20" Width="150" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="5"/>
|
|
|
|
+
|
|
|
|
+ <TextBlock Grid.Column="1" Grid.Row="1" Text="级别" Margin="5" VerticalAlignment="Top" HorizontalAlignment="Right"/>
|
|
|
|
+ <ComboBox Grid.Column="2" Grid.Row="1" Height="20" Width="150" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="5">
|
|
|
|
+ <ComboBoxItem>0x7F|老死不相往来</ComboBoxItem>
|
|
|
|
+ <ComboBoxItem>1x00|认识的人</ComboBoxItem>
|
|
|
|
+ <ComboBoxItem>1x01|亲属</ComboBoxItem>
|
|
|
|
+ <ComboBoxItem>2x00|熟人</ComboBoxItem>
|
|
|
|
+ <ComboBoxItem>2x01|朋友</ComboBoxItem>
|
|
|
|
+ <ComboBoxItem>2x02|好朋友</ComboBoxItem>
|
|
|
|
+ <ComboBoxItem>2x05|近亲属</ComboBoxItem>
|
|
|
|
+ <ComboBoxItem>3x00|直系亲属</ComboBoxItem>
|
|
|
|
+ <ComboBoxItem>3x01|知己</ComboBoxItem>
|
|
|
|
+ <ComboBoxItem>4x00|爱人</ComboBoxItem>
|
|
|
|
+ <ComboBoxItem>4x01|子女</ComboBoxItem>
|
|
|
|
+ </ComboBox>
|
|
|
|
+
|
|
|
|
+ <TextBlock Grid.Column="1" Grid.Row="2" Text="级别" Margin="5" VerticalAlignment="Top" HorizontalAlignment="Right"/>
|
|
|
|
+ <ComboBox Grid.Column="2" Grid.Row="2" Height="20" Width="150" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="5">
|
|
|
|
+ <CheckBox Content="令我感动"/>
|
|
|
|
+ <CheckBox Content="厌恶"/>
|
|
|
|
+ <CheckBox Content="有趣的灵魂"/>
|
|
|
|
+ <CheckBox Content="长得漂亮"/>
|
|
|
|
+ <CheckBox Content="有过爱慕"/>
|
|
|
|
+ <CheckBox Content="有过暧昧"/>
|
|
|
|
+ </ComboBox>
|
|
|
|
+
|
|
|
|
+ <TextBlock Grid.Column="1" Grid.Row="3" Text="证件类型" Margin="5" VerticalAlignment="Top" HorizontalAlignment="Right"/>
|
|
|
|
+ <ComboBox Grid.Column="2" Grid.Row="3" Height="20" Width="150" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="5">
|
|
|
|
+ <ComboBoxItem>居民身份证</ComboBoxItem>
|
|
|
|
+ <ComboBoxItem>港澳居民居住证</ComboBoxItem>
|
|
|
|
+ <ComboBoxItem>台湾居民居住证</ComboBoxItem>
|
|
|
|
+ <ComboBoxItem>往来港澳通行证</ComboBoxItem>
|
|
|
|
+ <ComboBoxItem>护照</ComboBoxItem>
|
|
|
|
+ <ComboBoxItem>港澳台居民来往大陆通行证</ComboBoxItem>
|
|
|
|
+ </ComboBox>
|
|
|
|
|
|
|
|
+ <TextBlock Grid.Column="1" Grid.Row="4" Text="证件号码" Margin="5" VerticalAlignment="Top" HorizontalAlignment="Right"/>
|
|
|
|
+ <TextBox Grid.Column="2" Grid.Row="4" Height="20" Width="150" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="5"/>
|
|
</Grid>
|
|
</Grid>
|
|
</TabItem>
|
|
</TabItem>
|
|
<TabItem Header="日志" IsEnabled="False">
|
|
<TabItem Header="日志" IsEnabled="False">
|