123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- <Window x:Class="XHWK.WKTool.XHMicroLessonSystemWindow"
- 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:XHWK.WKTool"
- mc:Ignorable="d"
- Title="XHMicroLessonSystemWindow" Height="794" Width="1123" WindowStartupLocation="CenterOwner"
- WindowStyle="None" AllowsTransparency="True" Background="#EFF1F8"
- ShowInTaskbar="False">
- <Viewbox>
- <Grid Height="793.700787401575" Width="1122.51968503937">
- <!--分3行-->
- <Grid.RowDefinitions>
- <RowDefinition Height="106"/>
- <RowDefinition Height="*"/>
- <RowDefinition Height="30"/>
- </Grid.RowDefinitions>
- <Grid Grid.Row="0" Background="#2D8CF0" MouseLeftButtonDown="Window_MouseLeftButtonDown">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
- <!--第一行-->
- <StackPanel Grid.Row="0" Orientation="Horizontal" Margin="10,10,10,0">
- <Image Source="./Images/microLessonSystem_0.png"/>
- <TextBlock Text="星火微课系统" FontSize="14" Padding="5,0,0,0" Foreground="#FFFFFF"/>
- </StackPanel>
- <StackPanel Grid.Row="0" Orientation="Horizontal" HorizontalAlignment="Right" Margin="10,10,10,0">
- <Button x:Name="btnLoginType" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="0,0,10,0">
- <StackPanel Orientation="Horizontal">
- <Image Source="./Images/microLessonSystem_9.png"/>
- <TextBlock x:Name="txbLoginType" Text="未登录" FontSize="14" Padding="5,0,0,0" Foreground="#FFFFFF"/>
- </StackPanel>
- </Button>
- <Button x:Name="btnShrink" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}">
- <Image Source="./Images/microLessonSystem_19.png"/>
- </Button>
- <Button x:Name="btnEnlarge" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="8,0,8,0">
- <Image Source="./Images/microLessonSystem_8.png"/>
- </Button>
- <Button x:Name="btnDown" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}">
- <Image Source="./Images/microLessonSystem_10.png"/>
- </Button>
- </StackPanel>
- <!--第二行-->
- <StackPanel Grid.Row="1" Orientation="Horizontal" Margin="10,10,0,0">
- <Button x:Name="btnScreenRecording" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}">
- <StackPanel Orientation="Vertical">
- <Image x:Name="ImgScreenRecording" Source="./Images/microLessonSystem_2.png"/>
- <Image x:Name="ImgScreenRecordingTwo" Source="./Images/microLessonSystem_3.png" Visibility="Collapsed"/>
- <TextBlock Text="录屏" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
- </StackPanel>
- </Button>
- <Button x:Name="btnScreenshot" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="30,0,30,0">
- <StackPanel Orientation="Vertical">
- <Image x:Name="ImgScreenshot" Source="./Images/microLessonSystem_12.png"/>
- <Image x:Name="ImgScreenshotTwo" Source="./Images/microLessonSystem_11.png" Visibility="Collapsed"/>
- <TextBlock Text="截图" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
- </StackPanel>
- </Button>
- <Button x:Name="btnImport" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}">
- <StackPanel Orientation="Vertical">
- <Image x:Name="ImgImport" Source="./Images/microLessonSystem_6.png"/>
- <Image x:Name="ImgImportTwo" Source="./Images/microLessonSystem_7.png" Visibility="Collapsed"/>
- <TextBlock Text="导入" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
- </StackPanel>
- </Button>
- <Button x:Name="btnRecord" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="60,0,30,0">
- <StackPanel Orientation="Vertical">
- <Image x:Name="ImgRecord" Source="./Images/microLessonSystem_14.png"/>
- <Image x:Name="ImgRecordTwo" Source="./Images/microLessonSystem_13.png" Visibility="Collapsed"/>
- <TextBlock Text="录制" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
- </StackPanel>
- </Button>
- <Button x:Name="btnStop" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}">
- <StackPanel Orientation="Vertical">
- <Image x:Name="ImgStop" Source="./Images/microLessonSystem_21.png"/>
- <Image x:Name="ImgStopTwo" Source="./Images/microLessonSystem_20.png" Visibility="Collapsed"/>
- <TextBlock Text="停止" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
- </StackPanel>
- </Button>
- </StackPanel>
- <StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Right" Margin="10,10,10,0">
- <Button x:Name="btnAdd" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}">
- <StackPanel Orientation="Vertical">
- <Image x:Name="ImgAdd" Source="./Images/microLessonSystem_25.png"/>
- <Image x:Name="ImgAddTwo" Source="./Images/microLessonSystem_24.png" Visibility="Collapsed"/>
- <TextBlock Text="增加" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
- </StackPanel>
- </Button>
- <Button x:Name="btnPrint" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="30,0,30,0">
- <StackPanel Orientation="Vertical">
- <Image x:Name="ImgPrint" Source="./Images/microLessonSystem_4.png"/>
- <Image x:Name="ImgPrintTwo" Source="./Images/microLessonSystem_5.png" Visibility="Collapsed"/>
- <TextBlock Text="打印" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
- </StackPanel>
- </Button>
- <Button x:Name="btnUpload" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}">
- <StackPanel Orientation="Vertical">
- <Image x:Name="ImgUpload" Source="./Images/microLessonSystem_16.png"/>
- <Image x:Name="ImgUploadTwo" Source="./Images/microLessonSystem_15.png" Visibility="Collapsed"/>
- <TextBlock Text="上传" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
- </StackPanel>
- </Button>
- <Button x:Name="btnMyMine" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="30,0,30,0">
- <StackPanel Orientation="Vertical">
- <Image x:Name="ImgMyMine" Source="./Images/microLessonSystem_1.png"/>
- <Image x:Name="ImgMyMineTwo" Source="./Images/microLessonSystem_22.png" Visibility="Collapsed"/>
- <TextBlock Text="我的" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
- </StackPanel>
- </Button>
- <Button x:Name="btnSetUp" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}">
- <StackPanel Orientation="Vertical">
- <Image x:Name="ImgSetUp" Source="./Images/microLessonSystem_18.png"/>
- <Image x:Name="ImgSetUpTwo" Source="./Images/microLessonSystem_17.png" Visibility="Collapsed"/>
- <TextBlock Text="设置" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
- </StackPanel>
- </Button>
- </StackPanel>
- </Grid>
- <Grid Grid.Row="1" Background="#FFFFFF" Margin="20,0,20,0">
-
- </Grid>
- <Grid Grid.Row="1" Background="#FFFFFF">
-
- </Grid>
- <Grid Grid.Row="2">
- <StackPanel Orientation="Horizontal" Margin="0,5,0,0">
- <TextBlock Text="颜色:" FontSize="14" Padding="5,5,0,0"/>
- <Button x:Name="btnWhite" Background="#FFFFFF" Width="20" Height="20"/>
- <Button x:Name="btnRed" Background="#FF0000" Width="20" Height="20" Margin="5,0,0,0"/>
- <Button x:Name="btnGray" Background="#A7A9AC" Width="20" Height="20" Margin="5,0,0,0"/>
- <Button x:Name="btnCyanBlue" Background="#63D600" Width="20" Height="20" Margin="5,0,0,0"/>
- <Button x:Name="btnYellow" Background="#FFBC00" Width="20" Height="20" Margin="5,0,0,0"/>
- <Button x:Name="btnBlue" Background="#00B4FC" Width="20" Height="20" Margin="5,0,0,0"/>
- <TextBlock Text="粗细:" FontSize="14" Padding="15,5,0,0" Margin="5,0,0,0"/>
- <RadioButton x:Name="rbnFine" Content="细" FontSize="14" Margin="0,5,0,0" IsChecked="True"/>
- <RadioButton x:Name="rbnIn" Content="中" FontSize="14" Margin="5,5,0,0"/>
- <RadioButton x:Name="rbnCrude" Content="粗" FontSize="14" Margin="5,5,0,0"/>
- <StackPanel Orientation="Horizontal">
- <TextBlock Text="摄像头:" FontSize="14" Padding="15,5,0,0"/>
- <RadioButton x:Name="rbnOpen" Content="开" FontSize="14" Margin="0,5,0,0"/>
- <RadioButton x:Name="rbnTurnOff" Content="关" FontSize="14" Margin="5,5,0,0" IsChecked="True"/>
- </StackPanel>
- </StackPanel>
- <StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,5,5,0">
- <TextBlock Text="智能笔状态:" FontSize="14" Padding="0,5,0,0"/>
- <TextBlock x:Name="txbNotConnected" Text="未连接" FontSize="14" Padding="0,5,5,0"/>
- </StackPanel>
- </Grid>
- </Grid>
- </Viewbox>
- </Window>
|