24 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			24 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| 
								 | 
							
								<UserControl x:Class="DM_Weight.Views.DebugWindow"
							 | 
						||
| 
								 | 
							
								             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
							 | 
						||
| 
								 | 
							
								             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
							 | 
						||
| 
								 | 
							
								             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
							 | 
						||
| 
								 | 
							
								             xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
							 | 
						||
| 
								 | 
							
								             xmlns:local="clr-namespace:DM_Weight.Views"
							 | 
						||
| 
								 | 
							
								             xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
							 | 
						||
| 
								 | 
							
								             xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
							 | 
						||
| 
								 | 
							
								             xmlns:convert="clr-namespace:DM_Weight.Converter"
							 | 
						||
| 
								 | 
							
								             mc:Ignorable="d">
							 | 
						||
| 
								 | 
							
								    <Grid>
							 | 
						||
| 
								 | 
							
								        <materialDesign:Card>
							 | 
						||
| 
								 | 
							
								            <TabControl TabStripPlacement="Left" Style="{StaticResource MaterialDesignFilledTabControl}">
							 | 
						||
| 
								 | 
							
								                <TabItem Header="数据库">
							 | 
						||
| 
								 | 
							
								                    <TextBlock Margin="8" Text="Not filled example tab 1" />
							 | 
						||
| 
								 | 
							
								                </TabItem>
							 | 
						||
| 
								 | 
							
								                <TabItem Header="串口">
							 | 
						||
| 
								 | 
							
								                    <TextBlock Margin="8" Text="No filled example tab 2" />
							 | 
						||
| 
								 | 
							
								                </TabItem>
							 | 
						||
| 
								 | 
							
								            </TabControl>
							 | 
						||
| 
								 | 
							
								        </materialDesign:Card>
							 | 
						||
| 
								 | 
							
								    </Grid>
							 | 
						||
| 
								 | 
							
								</UserControl>
							 |