| | |
| | | |
| | | <Grid x:Name="test" Width="800" Height="460" Opacity="1.0"> |
| | | <Grid.Background> |
| | | <ImageBrush ImageSource="./images/lanbao.jpg" |
| | | Stretch="UniformToFill"/> |
| | | <ImageBrush ImageSource="lanbao.jpg"/> |
| | | </Grid.Background> |
| | | <!--<Grid.Background> |
| | | <ImageBrush ImageSource="/lanbao.jpg" |
| | | Stretch="UniformToFill"/> |
| | | </Grid.Background>--> |
| | | <!--标题--> |
| | | <Border BorderBrush="LightBlue" BorderThickness="3" Height="60" VerticalAlignment="Top" CornerRadius="30" Margin="116,2,102,0" Background="#72F5DEB3"> |
| | | <Label x:Name="Lbl_Title" BorderBrush="Red" Background="Transparent" Content="轮胎外观视觉检测系统" HorizontalAlignment="Center" Foreground="Black" FontFamily="楷体" FontSize="36" Margin="31,2,91,-2" Width="454"></Label> |
| | | </Border> |
| | | |
| | | <!--关闭系统--> |
| | | <Image Source="./images/05.png" Height="30" MouseDown="test_Close" Margin="644,15,116,415" ToolTip="关闭系统" /> |
| | | <Image Source="/05.png" Height="30" MouseDown="test_Close" Margin="644,15,116,415" ToolTip="关闭系统" /> |
| | | <!--最小化系统--> |
| | | <Image Source="./images/06.png" Height="30" Margin="603,15,157,415" MouseDown="test_Min" ToolTip="最小化"/> |
| | | <Image Source="/06.png" Height="30" Margin="603,15,157,415" MouseDown="test_Min" ToolTip="最小化"/> |
| | | |
| | | <Border BorderBrush="LightBlue" Width="700" Height="325" Background="Transparent" BorderThickness="3" CornerRadius="80" Padding="13" > |
| | | |
| | | <Border Width="655" BorderThickness="3" CornerRadius="80" BorderBrush="LightBlue" Padding="23" > |
| | | <!--<Border.Background> |
| | | <ImageBrush ImageSource="./images/lanbao.jpg" Stretch="UniformToFill"/> |
| | | </Border.Background>--> |
| | | <!--<Image Height="161" Width="162" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="-5,40,0,0" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Source="./images/logo.ico"/>--> |
| | | <!--<Image Source="/images/logo_h.png" Height="161" Width="162" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="-5,40,0,0" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Visibility="Visible" ScrollViewer.HorizontalScrollBarVisibility="Auto" StretchDirection="DownOnly">--> |
| | | <!--<Image.RenderTransform> |
| | | <TransformGroup> |
| | | <ScaleTransform/> |
| | | <SkewTransform AngleX="0.149"/> |
| | | <RotateTransform/> |
| | | <TranslateTransform X="-0.469"/> |
| | | </TransformGroup> |
| | | </Image.RenderTransform> |
| | | </Image>--> |
| | | |
| | | </Border> |
| | | </Border> |
| | |
| | | </TransformGroup> |
| | | </Border.RenderTransform> |
| | | <Button x:Name="Btn_KeyBoard" Margin="283,67,-16,67" Content="" FontFamily="楷体" FontSize="36" Foreground="Black" Click="Btn_KeyBoard_Click" Visibility="Hidden" > |
| | | <Button.Background> |
| | | <ImageBrush ImageSource="images/键盘.ico"/> |
| | | </Button.Background> |
| | | <!--<Button.Background> |
| | | --><!--<ImageBrush ImageSource="images/键盘.ico"/>--><!-- |
| | | </Button.Background>--> |
| | | </Button> |
| | | </Border> |
| | | <!--用户密码标签加文本框--> |