Skip to content

Commit

Permalink
Upload 20240916
Browse files Browse the repository at this point in the history
  • Loading branch information
cjhdevact committed Sep 16, 2024
1 parent 9154c2a commit f58138d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
Binary file modified Src/UsefulControl.suo
Binary file not shown.
5 changes: 4 additions & 1 deletion Src/UsefulControl/BootForm.vb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Public Class BootForm
Public UseMoveV As Integer
Public b As Integer
Public disi As System.Drawing.Graphics
Public NavTargetNames(29) As String
Public NavTargetNames(32) As String
Public UnSupportDarkSys As Integer
Public UnSaveData As Integer
Public DisbFuState As Integer
Expand Down Expand Up @@ -434,6 +434,9 @@ Public Class BootForm
NavTargetNames(13) = "PBoard64"
NavTargetNames(14) = "LockTime264"
NavTargetNames(15) = "PBoard264"
NavTargetNames(30) = "CountDownControl"
NavTargetNames(31) = "NetworkTestControl"
NavTargetNames(32) = "LockTimeScr"

NavTargetNames(16) = "PPTService"
NavTargetNames(17) = "SeewoCore"
Expand Down
6 changes: 4 additions & 2 deletions Src/UsefulControl/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ Public Class Form1
Public CurState As Integer
Public MovedV As Integer
Public UseMoveV As Integer
Public NavTargetNames(30) As String
Public NavTargetNames(32) As String
Public DocTargetNames(96) As String

Public CloseAppThread As New System.Threading.Thread(AddressOf CloseApp)
Expand Down Expand Up @@ -418,6 +418,9 @@ Public Class Form1
NavTargetNames(13) = "PBoard64"
NavTargetNames(14) = "LockTime264"
NavTargetNames(15) = "PBoard264"
NavTargetNames(30) = "CountDownControl"
NavTargetNames(31) = "NetworkTestControl"
NavTargetNames(32) = "LockTimeScr"

NavTargetNames(16) = "PPTService"
NavTargetNames(17) = "SeewoCore"
Expand All @@ -433,7 +436,6 @@ Public Class Form1
NavTargetNames(27) = "PincoMirror"
NavTargetNames(28) = "SeewoService"
NavTargetNames(29) = "SeewoLauncher"
NavTargetNames(30) = "CountDownControl"

DocTargetNames(0) = "WINWORD"
DocTargetNames(1) = "EXCEL"
Expand Down
1 change: 1 addition & 0 deletions Src/UsefulControl/My Project/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
LastContainer.exe, LastContainerDaemon.exe, EasiRecorder.exe,
seewoPincoTeacher.exe, seewoPincoTeacherService.exe, PincoMirror.exe,
SeewoService*.exe, SeewoLauncher.exe,CountDownControl.exe
NetworkTestControl.exe,LockTimeScr.exe
三、一键关闭课件支持关闭的程序
目前支持关闭包括以下关键字名称的程序:
1.Microsoft Office:
Expand Down
1 change: 1 addition & 0 deletions Src/UsefulControl/Resources/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
LastContainer.exe, LastContainerDaemon.exe, EasiRecorder.exe,
seewoPincoTeacher.exe, seewoPincoTeacherService.exe, PincoMirror.exe,
SeewoService*.exe, SeewoLauncher.exe,CountDownControl.exe
NetworkTestControl.exe,LockTimeScr.exe
����һ���رտμ�֧�ֹرյij���
Ŀǰ֧�ֹرհ������¹ؼ������Ƶij���
1.Microsoft Office:
Expand Down

0 comments on commit f58138d

Please sign in to comment.