Browse Source

更换点阵授权

master
张剑 1 year ago
parent
commit
d60bb597a9

+ 3
- 3
XHWK.WKTool/App.config View File

5
   </startup>
5
   </startup>
6
   <appSettings>
6
   <appSettings>
7
     <!--0正式 1测试-->
7
     <!--0正式 1测试-->
8
-    <add key="IsDebug" value="0" />
8
+    <add key="IsDebug" value="1" />
9
     <!--参数是否加密 0不加密 1加密-->
9
     <!--参数是否加密 0不加密 1加密-->
10
     <add key="IsParameterEncryption" value="0" />
10
     <add key="IsParameterEncryption" value="0" />
11
     <!--版本号-->
11
     <!--版本号-->
12
-    <add key="VersionCode" value="123" />
13
-    <add key="VersionName" value="3.9.6" />
12
+    <add key="VersionCode" value="124" />
13
+    <add key="VersionName" value="3.9.7" />
14
     <!--皮肤样式 0白 1蓝 2黑色 -->
14
     <!--皮肤样式 0白 1蓝 2黑色 -->
15
     <add key="SkinStyle" value="0" />
15
     <add key="SkinStyle" value="0" />
16
     <!--是否输出视频记录日志:0否-->
16
     <!--是否输出视频记录日志:0否-->

+ 10
- 13
XHWK.WKTool/CreateAMicroLessonWindow.xaml View File

30
                 </Grid.RowDefinitions>
30
                 </Grid.RowDefinitions>
31
                 <Grid.ColumnDefinitions>
31
                 <Grid.ColumnDefinitions>
32
                     <ColumnDefinition Width="15*" />
32
                     <ColumnDefinition Width="15*" />
33
-                    <ColumnDefinition Width="481*" />
33
+                    <ColumnDefinition Width="496" />
34
                     <ColumnDefinition Width="15*" />
34
                     <ColumnDefinition Width="15*" />
35
                 </Grid.ColumnDefinitions>
35
                 </Grid.ColumnDefinitions>
36
-                <!--<MediaElement Grid.Row="1" Grid.Column="1" Source="/SkinImages/ImgCarousel/CM_Carousel.gif" Width="500" Height="389" HorizontalAlignment="Center" VerticalAlignment="Center">
37
-                -->
38
-                <!--<MediaElement.Effect>
39
-                        <DropShadowEffect Color="#FFD3D3D3" Direction="-50" ShadowDepth="4" Opacity="0.9" />
40
-                    </MediaElement.Effect>-->
41
-                <!--
42
-                </MediaElement >-->
36
+
43
                 <Grid
37
                 <Grid
44
                     Grid.Row="1"
38
                     Grid.Row="1"
45
                     Grid.Column="1"
39
                     Grid.Column="1"
49
                         Margin="0"
43
                         Margin="0"
50
                         HorizontalAlignment="Left"
44
                         HorizontalAlignment="Left"
51
                         Orientation="Horizontal">
45
                         Orientation="Horizontal">
52
-                        <Image x:Name="ImgCarouse1" Source="/SkinImages/ImgCarousel/CM_Carousel_1.png" />
53
-                        <Image Source="/SkinImages/ImgCarousel/CM_Carousel_2.png" />
54
-                        <Image Source="/SkinImages/ImgCarousel/CM_Carousel_3.png" />
55
-                        <Image Source="/SkinImages/ImgCarousel/CM_Carousel_1.png" />
46
+                        <Image
47
+                            x:Name="ImgCarouse1"
48
+                            Source="/SkinImages/ImgCarousel/CM_Carousel_1.png"
49
+                            Stretch="Fill" />
50
+                        <Image Source="/SkinImages/ImgCarousel/CM_Carousel_2.png" Stretch="Fill" />
51
+                        <Image Source="/SkinImages/ImgCarousel/CM_Carousel_3.png" Stretch="Fill" />
52
+                        <Image Source="/SkinImages/ImgCarousel/CM_Carousel_1.png" Stretch="Fill" />
56
                     </StackPanel>
53
                     </StackPanel>
57
                 </Grid>
54
                 </Grid>
58
                 <Grid
55
                 <Grid
268
             <!--  第三行 存放路径  -->
265
             <!--  第三行 存放路径  -->
269
         </Grid>
266
         </Grid>
270
     </Grid>
267
     </Grid>
271
-</Window>
268
+</Window>

+ 0
- 1
XHWK.WKTool/LatticeXML/S0_O000_B0000_P000-255.tmx View File

1
-S0,O000,B0000,P000-255,D2023/7/2;CCCR7ZH0O68K0LUF6OOO0IS8S6O642UO

+ 1
- 0
XHWK.WKTool/LatticeXML/S0_O000_B0000_P000-255_20240705.tmx View File

1
+S0,O000,B0000,P000-255,D2024/7/5;CCIR7ZSIO68K0LUF6OOO0IS8S6OO42UU

+ 1
- 1
XHWK.WKTool/MainWindow.xaml.cs View File

3534
             );
3534
             );
3535
             try
3535
             try
3536
             {
3536
             {
3537
-                _tqlAuthorizationPath = FileToolsCommon.GetFileAbsolutePath("/LatticeXML/S0_O000_B0000_P000-255.tmx");
3537
+                _tqlAuthorizationPath = FileToolsCommon.GetFileAbsolutePath("/LatticeXML/S0_O000_B0000_P000-255_20240705.tmx");
3538
                 StreamReader gsr = new StreamReader(_tqlAuthorizationPath);
3538
                 StreamReader gsr = new StreamReader(_tqlAuthorizationPath);
3539
                 _gKeyStr = gsr.ReadLine();
3539
                 _gKeyStr = gsr.ReadLine();
3540
                 gsr.Close();
3540
                 gsr.Close();

+ 1
- 1
XHWK.WKTool/XHWK.WKTool.csproj View File

475
       <Generator>ResXFileCodeGenerator</Generator>
475
       <Generator>ResXFileCodeGenerator</Generator>
476
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
476
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
477
     </EmbeddedResource>
477
     </EmbeddedResource>
478
-    <EmbeddedResource Include="LatticeXML\S0_O000_B0000_P000-255.tmx">
478
+    <EmbeddedResource Include="LatticeXML\S0_O000_B0000_P000-255_20240705.tmx">
479
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
479
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
480
     </EmbeddedResource>
480
     </EmbeddedResource>
481
     <None Include="log4net.config">
481
     <None Include="log4net.config">

+ 1
- 1
XHWK.WKTool/XHWK.WKTool.csproj.user View File

1
 <?xml version="1.0" encoding="utf-8"?>
1
 <?xml version="1.0" encoding="utf-8"?>
2
 <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
 <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
   <PropertyGroup>
3
   <PropertyGroup>
4
-    <ProjectView>ProjectFiles</ProjectView>
4
+    <ProjectView>ShowAllFiles</ProjectView>
5
   </PropertyGroup>
5
   </PropertyGroup>
6
 </Project>
6
 </Project>

+ 1
- 1
星火微课/星火微课-正式.iss View File

3
 
3
 
4
 #define MyAppName "星火微课"  
4
 #define MyAppName "星火微课"  
5
 #define MyAppDir "xhwk"
5
 #define MyAppDir "xhwk"
6
-#define MyAppVersion "3.9.6"
6
+#define MyAppVersion "3.9.7"
7
 #define MyAppPublisher "河南星火燎原软件科技有限公司"
7
 #define MyAppPublisher "河南星火燎原软件科技有限公司"
8
 #define MyAppURL "http://www.xhkjedu.com/"
8
 #define MyAppURL "http://www.xhkjedu.com/"
9
 #define MySourcePath "D:\Project\CSharp\xh-wkclient\XHWK.WKTool\bin\x86\Debug\"
9
 #define MySourcePath "D:\Project\CSharp\xh-wkclient\XHWK.WKTool\bin\x86\Debug\"

+ 1
- 1
星火微课/星火微课-测试.iss View File

3
 
3
 
4
 #define MyAppName "星火微课测试版"  
4
 #define MyAppName "星火微课测试版"  
5
 #define MyAppDir "xhwk_test"
5
 #define MyAppDir "xhwk_test"
6
-#define MyAppVersion "3.9.6"
6
+#define MyAppVersion "3.9.7"
7
 #define MyAppPublisher "河南星火燎原软件科技有限公司"
7
 #define MyAppPublisher "河南星火燎原软件科技有限公司"
8
 #define MyAppURL "http://www.xhkjedu.com/"
8
 #define MyAppURL "http://www.xhkjedu.com/"
9
 #define MySourcePath "D:\Project\CSharp\xh-wkclient\XHWK.WKTool\bin\x86\Debug\"
9
 #define MySourcePath "D:\Project\CSharp\xh-wkclient\XHWK.WKTool\bin\x86\Debug\"

Loading…
Cancel
Save