Browse Source

手掌效果

tags/录制修改前
zhangxueyang 4 years ago
parent
commit
5310508030

+ 3
- 3
XHWK.WKTool/CreateAMicroLessonWindow.xaml View File

22
             <Border Grid.Row="0" Background="#2D8CF0">
22
             <Border Grid.Row="0" Background="#2D8CF0">
23
                 <Grid>
23
                 <Grid>
24
                     <TextBlock Text="创建微课" Foreground="#FFFFFF" FontSize="16" Padding="10,13,0,0"/>
24
                     <TextBlock Text="创建微课" Foreground="#FFFFFF" FontSize="16" Padding="10,13,0,0"/>
25
-                    <Button Grid.Row="0" x:Name="btnDown" Content="×" Foreground="#FFFFFF" FontSize="25" Padding="10,0,10,0" HorizontalAlignment="Right" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="btnDown_Click"/>
25
+                    <Button  Cursor="Hand" Grid.Row="0" x:Name="btnDown" Content="×" Foreground="#FFFFFF" FontSize="25" Padding="10,0,10,0" HorizontalAlignment="Right" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="btnDown_Click"/>
26
                 </Grid>
26
                 </Grid>
27
             </Border>
27
             </Border>
28
             <!--第二行 讲解名称-->
28
             <!--第二行 讲解名称-->
43
                     <TextBox x:Name="txbStoragePath" Text="D:\" FontSize="16" Foreground="#333333" Padding="5,12,2,2" Width="223" Height="42" BorderBrush="{x:Null}" BorderThickness="0"/>
43
                     <TextBox x:Name="txbStoragePath" Text="D:\" FontSize="16" Foreground="#333333" Padding="5,12,2,2" Width="223" Height="42" BorderBrush="{x:Null}" BorderThickness="0"/>
44
                 </Border>
44
                 </Border>
45
                 <!--浏览按钮-->
45
                 <!--浏览按钮-->
46
-                <Button x:Name="btnBrowse" Content="浏览" FontSize="18" Width="80" Height="43" Margin="18,0,0,0" Click="btnBrowse_Click">
46
+                <Button  Cursor="Hand" x:Name="btnBrowse" Content="浏览" FontSize="18" Width="80" Height="43" Margin="18,0,0,0" Click="btnBrowse_Click">
47
                     <Button.Template>
47
                     <Button.Template>
48
                         <ControlTemplate TargetType="{x:Type Button}">
48
                         <ControlTemplate TargetType="{x:Type Button}">
49
                             <Border
49
                             <Border
61
                 </Button>
61
                 </Button>
62
             </StackPanel>
62
             </StackPanel>
63
             <!--第四行 开始按钮-->
63
             <!--第四行 开始按钮-->
64
-            <Button Grid.Row="3" x:Name="btnStart" Content="开始" FontSize="18" Foreground="#FFFFFF" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Width="418" Height="43" Margin="10,0,10,0" Click="btnStart_Click">
64
+            <Button  Cursor="Hand" Grid.Row="3" x:Name="btnStart" Content="开始" FontSize="18" Foreground="#FFFFFF" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Width="418" Height="43" Margin="10,0,10,0" Click="btnStart_Click">
65
                 <Button.Template>
65
                 <Button.Template>
66
                     <ControlTemplate TargetType="{x:Type Button}">
66
                     <ControlTemplate TargetType="{x:Type Button}">
67
                         <Border
67
                         <Border

+ 3
- 3
XHWK.WKTool/FileDirectoryWindow.xaml View File

21
             <Border Grid.Row="0" Background="#2D8CF0">
21
             <Border Grid.Row="0" Background="#2D8CF0">
22
                 <Grid  MouseLeftButtonDown="Window_MouseLeftButtonDown">
22
                 <Grid  MouseLeftButtonDown="Window_MouseLeftButtonDown">
23
                     <TextBlock Text="文件目录" Foreground="#FFFFFF" FontSize="16" Padding="10,13,0,0"/>
23
                     <TextBlock Text="文件目录" Foreground="#FFFFFF" FontSize="16" Padding="10,13,0,0"/>
24
-                    <Button Grid.Row="0" x:Name="btnDown" Content="×" Foreground="#FFFFFF" FontSize="25" Padding="10,0,10,0" HorizontalAlignment="Right" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="btnDown_Click"/>
24
+                    <Button  Cursor="Hand" Grid.Row="0" x:Name="btnDown" Content="×" Foreground="#FFFFFF" FontSize="25" Padding="10,0,10,0" HorizontalAlignment="Right" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="btnDown_Click"/>
25
                 </Grid>
25
                 </Grid>
26
             </Border>
26
             </Border>
27
            <!--第二行 内容-->
27
            <!--第二行 内容-->
30
             </Grid>
30
             </Grid>
31
             <!--第三行 删除 上传 按钮-->
31
             <!--第三行 删除 上传 按钮-->
32
             <StackPanel Grid.Row="3" Orientation="Horizontal" HorizontalAlignment="Center">
32
             <StackPanel Grid.Row="3" Orientation="Horizontal" HorizontalAlignment="Center">
33
-                <Button x:Name="btnDelete" Content="删除" FontSize="18" Foreground="#FFFFFF" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Width="115" Height="45" Margin="0,0,30,0">
33
+                <Button  Cursor="Hand" x:Name="btnDelete" Content="删除" FontSize="18" Foreground="#FFFFFF" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Width="115" Height="45" Margin="0,0,30,0">
34
                     <Button.Template>
34
                     <Button.Template>
35
                         <ControlTemplate TargetType="{x:Type Button}">
35
                         <ControlTemplate TargetType="{x:Type Button}">
36
                             <Border
36
                             <Border
46
                         </ControlTemplate>
46
                         </ControlTemplate>
47
                     </Button.Template>
47
                     </Button.Template>
48
                 </Button>
48
                 </Button>
49
-                <Button x:Name="btnUpload" Content="上传" FontSize="18" Foreground="#FFFFFF" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Width="115" Height="45" Margin="30,0,0,0">
49
+                <Button  Cursor="Hand" x:Name="btnUpload" Content="上传" FontSize="18" Foreground="#FFFFFF" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Width="115" Height="45" Margin="30,0,0,0">
50
                     <Button.Template>
50
                     <Button.Template>
51
                         <ControlTemplate TargetType="{x:Type Button}">
51
                         <ControlTemplate TargetType="{x:Type Button}">
52
                             <Border
52
                             <Border

+ 3
- 3
XHWK.WKTool/LoginWindow.xaml View File

23
             <Border Grid.Row="0" Background="#2D8CF0">
23
             <Border Grid.Row="0" Background="#2D8CF0">
24
                 <Grid>
24
                 <Grid>
25
                     <TextBlock Text="登录星火微课系统" Foreground="#FFFFFF" FontSize="16" Padding="10,13,0,0"/>
25
                     <TextBlock Text="登录星火微课系统" Foreground="#FFFFFF" FontSize="16" Padding="10,13,0,0"/>
26
-                    <Button Grid.Row="0" x:Name="btnDown" Content="×" Foreground="#FFFFFF" FontSize="25" Padding="10,0,10,0" HorizontalAlignment="Right" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="btnDown_Click"/>
26
+                    <Button  Cursor="Hand" Grid.Row="0" x:Name="btnDown" Content="×" Foreground="#FFFFFF" FontSize="25" Padding="10,0,10,0" HorizontalAlignment="Right" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="btnDown_Click"/>
27
                 </Grid>
27
                 </Grid>
28
             </Border>
28
             </Border>
29
             <!--第二行 登陆 账号-->
29
             <!--第二行 登陆 账号-->
43
                 </Border>
43
                 </Border>
44
             </StackPanel>
44
             </StackPanel>
45
             <StackPanel Grid.Row="3" Orientation="Horizontal" HorizontalAlignment="Left" Margin="20,0,0,0">
45
             <StackPanel Grid.Row="3" Orientation="Horizontal" HorizontalAlignment="Left" Margin="20,0,0,0">
46
-                <Button Grid.Row="3" Height="20" Width="20" Content="√" FontSize="13" >
46
+                <Button  Cursor="Hand" Grid.Row="3" Height="20" Width="20" Content="√" FontSize="13" >
47
                     <Button.Template>
47
                     <Button.Template>
48
                         <ControlTemplate TargetType="{x:Type Button}">
48
                         <ControlTemplate TargetType="{x:Type Button}">
49
                             <Border
49
                             <Border
63
             </StackPanel>
63
             </StackPanel>
64
             
64
             
65
             <!--第五行 开始按钮-->
65
             <!--第五行 开始按钮-->
66
-            <Button Grid.Row="4" x:Name="btnStart" Content="登录" FontSize="18" Foreground="#FFFFFF" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Width="418" Height="43" Margin="10,0,10,0" Click="btnStart_Click">
66
+            <Button  Cursor="Hand" Grid.Row="4" x:Name="btnStart" Content="登录" FontSize="18" Foreground="#FFFFFF" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Width="418" Height="43" Margin="10,0,10,0" Click="btnStart_Click">
67
                 <Button.Template>
67
                 <Button.Template>
68
                     <ControlTemplate TargetType="{x:Type Button}">
68
                     <ControlTemplate TargetType="{x:Type Button}">
69
                         <Border
69
                         <Border

Loading…
Cancel
Save