Browse Source

上传

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

+ 40
- 5
XHWK.WKTool/FileDirectoryWindow.xaml View File

34
                 Height="36"
34
                 Height="36"
35
                 Margin="0,0,0,0"
35
                 Margin="0,0,0,0"
36
                 
36
                 
37
-                Columns="9"
37
+                Columns="6"
38
                 Rows="1">
38
                 Rows="1">
39
                 <!--题号-->
39
                 <!--题号-->
40
                 <TextBlock
40
                 <TextBlock
42
                     VerticalAlignment="Center"
42
                     VerticalAlignment="Center"
43
                     FontSize="15"
43
                     FontSize="15"
44
                     Text="{Binding SerialNumber}" />
44
                     Text="{Binding SerialNumber}" />
45
-                <!--题型-->
46
-                <TextBlock
45
+                <Grid>
46
+                    <StackPanel Orientation="Horizontal">
47
+                        <TextBlock
47
                     HorizontalAlignment="Center"
48
                     HorizontalAlignment="Center"
48
                     VerticalAlignment="Center"
49
                     VerticalAlignment="Center"
49
                     FontSize="15"
50
                     FontSize="15"
50
                     Text="{Binding VideoName}" />
51
                     Text="{Binding VideoName}" />
52
+                        <Button Background="Transparent"
53
+                                Cursor="Hand"
54
+                        BorderThickness="0">
55
+                            <Grid>
56
+                                <Image Source="./Images/fileDirectory1.png"/>
57
+                                <Image Source="./Images/fileDirectory2.png" Visibility="Collapsed"/>
58
+                            </Grid>
59
+                        </Button>
60
+                    </StackPanel>
61
+                </Grid>
62
+          
63
+           
51
                 <!--分值-->
64
                 <!--分值-->
52
                 <TextBlock
65
                 <TextBlock
53
                     HorizontalAlignment="Center"
66
                     HorizontalAlignment="Center"
67
                     VerticalAlignment="Center"
80
                     VerticalAlignment="Center"
68
                     FontSize="15"
81
                     FontSize="15"
69
                     Text="{Binding VideoTime}" />
82
                     Text="{Binding VideoTime}" />
83
+
70
                 <Grid>
84
                 <Grid>
85
+                    <StackPanel Orientation="Horizontal">
86
+                        <Button Cursor="Hand" Content="播放" FontSize="15"
87
+                        Background="Transparent"
88
+                            Foreground="#2D8CF0"
89
+                        BorderThickness="0"
90
+                     >
91
+                        </Button>
92
+
71
 
93
 
72
-                    <Button Cursor="Hand" Content="详情" FontSize="15"
94
+
95
+                        <Button Cursor="Hand" Content="上传" FontSize="15"
73
                         Background="Transparent"
96
                         Background="Transparent"
74
                             Foreground="#2D8CF0"
97
                             Foreground="#2D8CF0"
75
                         BorderThickness="0"
98
                         BorderThickness="0"
76
                      >
99
                      >
77
-                    </Button>
100
+                        </Button>
101
+
102
+
103
+
104
+                        <Button Cursor="Hand" Content="删除" FontSize="15"
105
+                        Background="Transparent"
106
+                            Foreground="#2D8CF0"
107
+                        BorderThickness="0"
108
+                     >
109
+                        </Button>
110
+                    </StackPanel>
78
                 </Grid>
111
                 </Grid>
112
+                
113
+           
79
             </UniformGrid>
114
             </UniformGrid>
80
         </DataTemplate>
115
         </DataTemplate>
81
     </Window.Resources>
116
     </Window.Resources>

BIN
XHWK.WKTool/Images/fileDirectory1.png View File


BIN
XHWK.WKTool/Images/fileDirectory2.png View File


BIN
XHWK.WKTool/Images/fileDirectory3.png View File


BIN
XHWK.WKTool/Images/fileDirectory4.png View File


BIN
XHWK.WKTool/Images/fileDirectory5.png View File


BIN
XHWK.WKTool/Images/fileDirectory6.png View File


BIN
XHWK.WKTool/Images/fileDirectory7.png View File


BIN
XHWK.WKTool/Images/fileDirectory8.png View File


+ 10
- 0
XHWK.WKTool/XHWK.WKTool.csproj View File

1488
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1488
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1489
     </EmbeddedResource>
1489
     </EmbeddedResource>
1490
   </ItemGroup>
1490
   </ItemGroup>
1491
+  <ItemGroup>
1492
+    <Resource Include="Images\fileDirectory1.png" />
1493
+    <Resource Include="Images\fileDirectory2.png" />
1494
+    <Resource Include="Images\fileDirectory3.png" />
1495
+    <Resource Include="Images\fileDirectory4.png" />
1496
+    <Resource Include="Images\fileDirectory5.png" />
1497
+    <Resource Include="Images\fileDirectory6.png" />
1498
+    <Resource Include="Images\fileDirectory7.png" />
1499
+    <Resource Include="Images\fileDirectory8.png" />
1500
+  </ItemGroup>
1491
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1501
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1492
 </Project>
1502
 </Project>

Loading…
Cancel
Save