Просмотр исходного кода

手掌效果

tags/录制修改前
zhangxueyang 4 лет назад
Родитель
Сommit
5310508030

+ 3
- 3
XHWK.WKTool/CreateAMicroLessonWindow.xaml Просмотреть файл

@@ -22,7 +22,7 @@
22 22
             <Border Grid.Row="0" Background="#2D8CF0">
23 23
                 <Grid>
24 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 26
                 </Grid>
27 27
             </Border>
28 28
             <!--第二行 讲解名称-->
@@ -43,7 +43,7 @@
43 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 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 47
                     <Button.Template>
48 48
                         <ControlTemplate TargetType="{x:Type Button}">
49 49
                             <Border
@@ -61,7 +61,7 @@
61 61
                 </Button>
62 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 65
                 <Button.Template>
66 66
                     <ControlTemplate TargetType="{x:Type Button}">
67 67
                         <Border

+ 3
- 3
XHWK.WKTool/FileDirectoryWindow.xaml Просмотреть файл

@@ -21,7 +21,7 @@
21 21
             <Border Grid.Row="0" Background="#2D8CF0">
22 22
                 <Grid  MouseLeftButtonDown="Window_MouseLeftButtonDown">
23 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 25
                 </Grid>
26 26
             </Border>
27 27
            <!--第二行 内容-->
@@ -30,7 +30,7 @@
30 30
             </Grid>
31 31
             <!--第三行 删除 上传 按钮-->
32 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 34
                     <Button.Template>
35 35
                         <ControlTemplate TargetType="{x:Type Button}">
36 36
                             <Border
@@ -46,7 +46,7 @@
46 46
                         </ControlTemplate>
47 47
                     </Button.Template>
48 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 50
                     <Button.Template>
51 51
                         <ControlTemplate TargetType="{x:Type Button}">
52 52
                             <Border

+ 3
- 3
XHWK.WKTool/LoginWindow.xaml Просмотреть файл

@@ -23,7 +23,7 @@
23 23
             <Border Grid.Row="0" Background="#2D8CF0">
24 24
                 <Grid>
25 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 27
                 </Grid>
28 28
             </Border>
29 29
             <!--第二行 登陆 账号-->
@@ -43,7 +43,7 @@
43 43
                 </Border>
44 44
             </StackPanel>
45 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 47
                     <Button.Template>
48 48
                         <ControlTemplate TargetType="{x:Type Button}">
49 49
                             <Border
@@ -63,7 +63,7 @@
63 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 67
                 <Button.Template>
68 68
                     <ControlTemplate TargetType="{x:Type Button}">
69 69
                         <Border

Загрузка…
Отмена
Сохранить