|
@@ -9,48 +9,9 @@ Public Class HX_PGS_UPDATE
|
9
|
9
|
Dim myIPEndPoint As IPEndPoint
|
10
|
10
|
Dim 內網線路, 開發線路, 刪除完成, OK1, OK2, OK3, OK4, OK5, OK6, OK7, OK8, OK9, OK10 As Boolean
|
11
|
11
|
Dim Str As String = Application.StartupPath
|
12
|
|
- Dim TF As String
|
13
|
|
- Private Sub Set_清單1()
|
14
|
|
- ftp清單_dgv.DataSource = Nothing : ds2.Clear()
|
15
|
|
- ftp清單_dgv.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.EnableResizing
|
16
|
|
- ftp清單_dgv.ColumnHeadersHeight = 25
|
17
|
|
- ftp清單_dgv.AllowUserToAddRows = False
|
18
|
|
- SQL_FTP資料夾路徑分配()
|
19
|
|
- da.Fill(ds2) : ftp清單_dgv.DataSource = ds2.Tables(0) : conn.Close()
|
20
|
|
- End Sub
|
21
|
|
- Private Sub IP比對()
|
22
|
|
- '-----------------------確認登入伺服器位置-----------------------------------------------------------------------------------------------------------------------------------------
|
23
|
|
- If SQL_連線狀態模組2.ConnectTest2("mssql-147629-0.cloudclusters.net,12711") = True Then
|
24
|
|
- 登入人IP = "mssql-147629-0.cloudclusters.net,12711"
|
25
|
|
- Else
|
26
|
|
- If SQL_連線狀態模組1.ConnectTest1("106.1.48.106,4567") = True Then
|
27
|
|
- 登入人IP = "106.1.48.106,4567"
|
28
|
|
- Else
|
29
|
|
- 線路選擇.ShowDialog()
|
30
|
|
- End If
|
31
|
|
- End If
|
32
|
|
- End Sub
|
|
12
|
+ Dim TF, FS1 As String : Dim 標 As String = 標
|
33
|
13
|
Private Sub HX_PGS_UPDATE_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
34
|
14
|
Dim strDirName As String : Dim Strs As String = Application.StartupPath
|
35
|
|
- 'If File.Exists(Strs & "\OPUPDATE.txt") Then : File.Delete(Strs & "\OPUPDATE.txt") : End If
|
36
|
|
- 'strDirName = Strs & "\OPUPDATE.txt"
|
37
|
|
- 'Try
|
38
|
|
- ' Using fs As IO.FileStream = New IO.FileStream(strDirName, FileMode.Append)
|
39
|
|
- ' Using sw As StreamWriter = New StreamWriter(fs, Encoding.Default)
|
40
|
|
- ' Dim str1 As String = "..."
|
41
|
|
- ' sw.WriteLine(str1) '插入一整行
|
42
|
|
- ' sw.Flush()
|
43
|
|
- ' End Using
|
44
|
|
- ' End Using
|
45
|
|
- 'Catch ex As Exception
|
46
|
|
- 'End Try
|
47
|
|
-
|
48
|
|
- IP比對()
|
49
|
|
- If 登入人IP = "180.177.181.162,5264" Then : Target = "ftp://106.1.48.106:2121/GF00-ERP/" : FTP物理位置 = "D:\FTP\GF00-ERP\" : TF = "180-SQL-"
|
50
|
|
- ElseIf 登入人IP = "106.1.48.106,4567" Then : Target = "ftp://106.1.48.106:2121/GF00-ERP/" : FTP物理位置 = "D:\FTP\GF00-ERP\" : TF = "106-SQL-"
|
51
|
|
- ElseIf 登入人IP = "mssql-147629-0.cloudclusters.net,12711" Then : Target = "ftp://106.1.48.106:2121/GF00-ERP/" : FTP物理位置 = "D:\FTP\GF00-ERP\" : TF = "106-SQL-"
|
52
|
|
- End If : FTP帳號 = "" : FTP密碼 = "" : SQL_連線字串_正式()
|
53
|
|
-
|
54
|
15
|
'----------判斷是否有更新指定檔案-------------------------------------------------------------------------------------
|
55
|
16
|
If File.Exists(Strs & "\GF00UPDATE.txt") Then : Else
|
56
|
17
|
strDirName = Strs & "\GF00UPDATE.txt"
|
|
@@ -66,13 +27,7 @@ Public Class HX_PGS_UPDATE
|
66
|
27
|
End Try
|
67
|
28
|
End If
|
68
|
29
|
|
69
|
|
- Set_清單1()
|
70
|
|
- Dim HH As String = ""
|
71
|
|
- For i As Integer = 0 To ftp清單_dgv.Rows.Count - 1
|
72
|
|
- If i < 10 Then : HH = "0" & i : ElseIf i >= 10 Then : HH = i : End If
|
73
|
|
- If ftp清單_dgv("指定", i).Value.ToString = "AA" & HH Then : AA(i) = ftp清單_dgv("資料夾名稱", i).Value.ToString : End If
|
74
|
|
- Next
|
75
|
|
- Target1 = Target & AA(0) & "/"
|
|
30
|
+ Target = "https://gcm-smart.com/ERP/GF-ERP/"
|
76
|
31
|
Me.Text = "UPDATE " & TF
|
77
|
32
|
|
78
|
33
|
'----------讀取更新指定檔案-------------------------------------------------------------------------------------
|
|
@@ -141,221 +96,138 @@ Public Class HX_PGS_UPDATE
|
141
|
96
|
Shell(Str + "\GF00-ERP-SYS.exe", vbNormalFocus) : Me.Close()
|
142
|
97
|
End If
|
143
|
98
|
End Sub
|
|
99
|
+ Private Sub 更新位置01()
|
|
100
|
+ Me.Text = 標 & FS1 : My.Computer.Network.DownloadFile(Target & FS1, Str & "\" & FS1)
|
|
101
|
+ End Sub
|
|
102
|
+ Private Sub 更新位置02()
|
|
103
|
+ Me.Text = 標 & FS1 : My.Computer.Network.DownloadFile(Target & "pic/" & FS1, Str & "\pic\" & FS1)
|
|
104
|
+ End Sub
|
|
105
|
+ Private Sub 更新位置03()
|
|
106
|
+ Me.Text = 標 & FS1 : My.Computer.Network.DownloadFile(Target & "DawnCache/" & FS1, Str & "\DawnCache\" & FS1)
|
|
107
|
+ End Sub
|
|
108
|
+ Private Sub 更新位置04()
|
|
109
|
+ Me.Text = 標 & FS1 : My.Computer.Network.DownloadFile(Target & "GPUCache/" & FS1, Str & "\GPUCache\" & FS1)
|
|
110
|
+ End Sub
|
|
111
|
+ Private Sub 更新位置05()
|
|
112
|
+ Me.Text = 標 & FS1 : My.Computer.Network.DownloadFile(Target & "locales/" & FS1, Str & "\locales\" & FS1)
|
|
113
|
+ End Sub
|
144
|
114
|
Private Sub 主程式更新_Tick(sender As Object, e As EventArgs) Handles 主程式更新.Tick
|
145
|
|
- Dim 已開啟 As Boolean = False : Dim FS1 As String
|
|
115
|
+ Dim 已開啟 As Boolean = False
|
146
|
116
|
Dim Strs As String = Application.StartupPath
|
147
|
|
- FS1 = "HabitData.mdb" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : File.Delete(Str & "\" & FS1) : End If
|
148
|
|
- FS1 = "HabitData.mdb" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
149
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
150
|
|
- FS1 = "CefSharp.BrowserSubprocess.Core.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
151
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
152
|
|
- FS1 = "CefSharp.BrowserSubprocess.Core.pdb" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
153
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
154
|
|
- FS1 = "CefSharp.BrowserSubprocess.exe" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
155
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
156
|
|
- FS1 = "CefSharp.BrowserSubprocess.pdb" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
157
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
158
|
|
- FS1 = "CefSharp.Core.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
159
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
160
|
|
- FS1 = "CefSharp.Core.pdb" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
161
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
162
|
|
- FS1 = "CefSharp.Core.Runtime.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
163
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
164
|
|
- FS1 = "CefSharp.Core.Runtime.pdb" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
165
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
166
|
|
- FS1 = "CefSharp.Core.Runtime.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
167
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
168
|
|
- FS1 = "CefSharp.Core.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
169
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
170
|
|
- FS1 = "CefSharp.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
171
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
172
|
|
- FS1 = "CefSharp.pdb" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
173
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
174
|
|
- FS1 = "CefSharp.WinForms.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
175
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
176
|
|
- FS1 = "CefSharp.WinForms.pdb" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
177
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
178
|
|
- FS1 = "CefSharp.WinForms.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
179
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
180
|
|
- FS1 = "CefSharp.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
181
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
182
|
|
- FS1 = "chrome_100_percent.pak" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
183
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
184
|
|
- FS1 = "chrome_200_percent.pak" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
185
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
186
|
|
- FS1 = "chrome_elf.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
187
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
188
|
|
- FS1 = "d3dcompiler_47.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
189
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
190
|
|
- FS1 = "debug.log" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
191
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
192
|
|
- FS1 = "icudtl.dat" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
193
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
194
|
|
- FS1 = "libcef.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
195
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
196
|
|
- FS1 = "libEGL.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
197
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
198
|
|
- FS1 = "libGLESv2.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
199
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
200
|
|
- FS1 = "LICENSE.txt" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
201
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
202
|
|
- FS1 = "README.txt" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
203
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
204
|
|
- FS1 = "resources.pak" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
205
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
206
|
|
- FS1 = "snapshot_blob.bin" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
207
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
208
|
|
- FS1 = "v8_context_snapshot.bin" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
209
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
210
|
|
- FS1 = "vk_swiftshader.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
211
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
212
|
|
- FS1 = "vk_swiftshader_icd.json" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
213
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
214
|
|
- FS1 = "vulkan-1.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
215
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
216
|
|
- FS1 = "DotNetBarcode.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : Else
|
217
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1) : End If
|
218
|
|
-
|
219
|
|
- MyModule1.進度條() : If Dir(Str + "\pic", vbDirectory) <> "" Then : Else : MkDir(Str + "\pic") : End If
|
220
|
|
- FS1 = "ASSS.png" : MyModule1.進度條() : If File.Exists(Str & "\pic\" & FS1) Then : Else
|
221
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/pic/" & FS1, Str & "\pic\" & FS1) : End If
|
222
|
|
-
|
223
|
|
- MyModule1.進度條() : If Dir(Str + "\DawnCache", vbDirectory) <> "" Then : Else : MkDir(Str + "\DawnCache") : End If
|
224
|
|
- FS1 = "data_0" : MyModule1.進度條() : If File.Exists(Str & "\DawnCache\" & FS1) Then : Else
|
225
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/DawnCache/" & FS1, Str & "\DawnCache\" & FS1) : End If
|
226
|
|
- FS1 = "data_1" : MyModule1.進度條() : If File.Exists(Str & "\DawnCache\" & FS1) Then : Else
|
227
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/DawnCache/" & FS1, Str & "\DawnCache\" & FS1) : End If
|
228
|
|
- FS1 = "data_2" : MyModule1.進度條() : If File.Exists(Str & "\DawnCache\" & FS1) Then : Else
|
229
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/DawnCache/" & FS1, Str & "\DawnCache\" & FS1) : End If
|
230
|
|
- FS1 = "data_3" : MyModule1.進度條() : If File.Exists(Str & "\DawnCache\" & FS1) Then : Else
|
231
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/DawnCache/" & FS1, Str & "\DawnCache\" & FS1) : End If
|
232
|
|
- FS1 = "index" : MyModule1.進度條() : If File.Exists(Str & "\DawnCache\" & FS1) Then : Else
|
233
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/DawnCache/" & FS1, Str & "\DawnCache\" & FS1) : End If
|
234
|
|
-
|
235
|
|
- MyModule1.進度條() : If Dir(Str + "\GPUCache", vbDirectory) <> "" Then : Else : MkDir(Str + "\GPUCache") : End If
|
236
|
|
- FS1 = "data_0" : MyModule1.進度條() : If File.Exists(Str & "\GPUCache\" & FS1) Then : Else
|
237
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/GPUCache/" & FS1, Str & "\GPUCache\" & FS1) : End If
|
238
|
|
- FS1 = "data_1" : MyModule1.進度條() : If File.Exists(Str & "\GPUCache\" & FS1) Then : Else
|
239
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/GPUCache/" & FS1, Str & "\GPUCache\" & FS1) : End If
|
240
|
|
- FS1 = "data_2" : MyModule1.進度條() : If File.Exists(Str & "\GPUCache\" & FS1) Then : Else
|
241
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/GPUCache/" & FS1, Str & "\GPUCache\" & FS1) : End If
|
242
|
|
- FS1 = "data_3" : MyModule1.進度條() : If File.Exists(Str & "\GPUCache\" & FS1) Then : Else
|
243
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/GPUCache/" & FS1, Str & "\GPUCache\" & FS1) : End If
|
244
|
|
- FS1 = "index" : MyModule1.進度條() : If File.Exists(Str & "\GPUCache\" & FS1) Then : Else
|
245
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/GPUCache/" & FS1, Str & "\GPUCache\" & FS1) : End If
|
246
|
|
-
|
247
|
|
- MyModule1.進度條() : If Dir(Str + "\locales", vbDirectory) <> "" Then : Else : MkDir(Str + "\locales") : End If
|
248
|
|
- FS1 = "af.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
249
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
250
|
|
- FS1 = "am.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
251
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
252
|
|
- FS1 = "ar.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
253
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
254
|
|
- FS1 = "bg.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
255
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
256
|
|
- FS1 = "bn.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
257
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
258
|
|
- FS1 = "ca.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
259
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
260
|
|
- FS1 = "cs.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
261
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
262
|
|
- FS1 = "da.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
263
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
264
|
|
- FS1 = "de.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
265
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
266
|
|
- FS1 = "el.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
267
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
268
|
|
- FS1 = "en-GB.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
269
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
270
|
|
- FS1 = "en-US.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
271
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
272
|
|
- FS1 = "es-419.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
273
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
274
|
|
- FS1 = "es.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
275
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
276
|
|
- FS1 = "et.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
277
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
278
|
|
- FS1 = "fa.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
279
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
280
|
|
- FS1 = "fi.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
281
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
282
|
|
- FS1 = "fil.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
283
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
284
|
|
- FS1 = "fr.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
285
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
286
|
|
- FS1 = "gu.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
287
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
288
|
|
- FS1 = "he.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
289
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
290
|
|
- FS1 = "hi.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
291
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
292
|
|
- FS1 = "hr.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
293
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
294
|
|
- FS1 = "hu.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
295
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
296
|
|
- FS1 = "id.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
297
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
298
|
|
- FS1 = "it.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
299
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
300
|
|
- FS1 = "ja.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
301
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
302
|
|
- FS1 = "kn.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
303
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
304
|
|
- FS1 = "ko.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
305
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
306
|
|
- FS1 = "lt.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
307
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
308
|
|
- FS1 = "lv.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
309
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
310
|
|
- FS1 = "ml.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
311
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
312
|
|
- FS1 = "mr.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
313
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
314
|
|
- FS1 = "ms.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
315
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
316
|
|
- FS1 = "nb.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
317
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
318
|
|
- FS1 = "nl.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
319
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
320
|
|
- FS1 = "pl.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
321
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
322
|
|
- FS1 = "pt-BR.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
323
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
324
|
|
- FS1 = "pt-PT.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
325
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
326
|
|
- FS1 = "ro.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
327
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
328
|
|
- FS1 = "ru.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
329
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
330
|
|
- FS1 = "sk.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
331
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
332
|
|
- FS1 = "sl.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
333
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
334
|
|
- FS1 = "sr.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
335
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
336
|
|
- FS1 = "sv.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
337
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
338
|
|
- FS1 = "sw.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
339
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
340
|
|
- FS1 = "ta.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
341
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
342
|
|
- FS1 = "te.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
343
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
344
|
|
- FS1 = "th.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
345
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
346
|
|
- FS1 = "tr.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
347
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
348
|
|
- FS1 = "uk.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
349
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
350
|
|
- FS1 = "ur.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
351
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
352
|
|
- FS1 = "vi.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
353
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
354
|
|
- FS1 = "zh-CN.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
355
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
356
|
|
- FS1 = "zh-TW.pak" : MyModule1.進度條() : If File.Exists(Str & "\locales\" & FS1) Then : Else
|
357
|
|
- Me.Text = "SYS-UPDATE........" & FS1 : My.Computer.Network.DownloadFile(Target & AA(0) & "/locales/" & FS1, Str & "\locales\" & FS1) : End If
|
358
|
|
- FS1 = "GF00-ERP-SYS.exe"
|
|
117
|
+ Mods.進度() : FS1 = "HabitData.mdb" : If File.Exists(Str & "\" & FS1) Then : File.Delete(Str & "\" & FS1) : End If
|
|
118
|
+ Mods.進度() : FS1 = "HabitData.mdb" : If File.Exists(Str & "\" & FS1) Then : Else :: End If
|
|
119
|
+ Mods.進度() : FS1 = "CefSharp.BrowserSubprocess.Core.dll" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
120
|
+ Mods.進度() : FS1 = "CefSharp.BrowserSubprocess.Core.pdb" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
121
|
+ Mods.進度() : FS1 = "CefSharp.BrowserSubprocess.exe" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
122
|
+ Mods.進度() : FS1 = "CefSharp.BrowserSubprocess.pdb" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
123
|
+ Mods.進度() : FS1 = "CefSharp.Core.dll" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
124
|
+ Mods.進度() : FS1 = "CefSharp.Core.pdb" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
125
|
+ Mods.進度() : FS1 = "CefSharp.Core.Runtime.dll" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
126
|
+ Mods.進度() : FS1 = "CefSharp.Core.Runtime.pdb" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
127
|
+ Mods.進度() : FS1 = "CefSharp.Core.Runtime.xml" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
128
|
+ Mods.進度() : FS1 = "CefSharp.Core.xml" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
129
|
+ Mods.進度() : FS1 = "CefSharp.dll" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
130
|
+ Mods.進度() : FS1 = "CefSharp.pdb" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
131
|
+ Mods.進度() : FS1 = "CefSharp.WinForms.dll" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
132
|
+ Mods.進度() : FS1 = "CefSharp.WinForms.pdb" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
133
|
+ Mods.進度() : FS1 = "CefSharp.WinForms.xml" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
134
|
+ Mods.進度() : FS1 = "CefSharp.xml" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
135
|
+ Mods.進度() : FS1 = "chrome_100_percent.pak" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
136
|
+ Mods.進度() : FS1 = "chrome_200_percent.pak" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
137
|
+ Mods.進度() : FS1 = "chrome_elf.dll" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
138
|
+ Mods.進度() : FS1 = "d3dcompiler_47.dll" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
139
|
+ Mods.進度() : FS1 = "debug.log" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
140
|
+ Mods.進度() : FS1 = "DotNetBarcode.dll" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
141
|
+ Mods.進度() : FS1 = "icudtl.dat" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
142
|
+ Mods.進度() : FS1 = "libcef.dll" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
143
|
+ Mods.進度() : FS1 = "libEGL.dll" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
144
|
+ Mods.進度() : FS1 = "libGLESv2.dll" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
145
|
+ Mods.進度() : FS1 = "LICENSE.txt" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
146
|
+ Mods.進度() : FS1 = "MediaFoundation.dll" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
147
|
+ Mods.進度() : FS1 = "Microsoft.Toolkit.Uwp.Notifications.dll" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
148
|
+ Mods.進度() : FS1 = "README.txt" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
149
|
+ Mods.進度() : FS1 = "resources.pak" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
150
|
+ Mods.進度() : FS1 = "snapshot_blob.bin" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
151
|
+ Mods.進度() : FS1 = "System.ValueTuple.dll" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
152
|
+ Mods.進度() : FS1 = "v8_context_snapshot.bin" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
153
|
+ Mods.進度() : FS1 = "vk_swiftshader.dll" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
154
|
+ Mods.進度() : FS1 = "vk_swiftshader_icd.json" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
155
|
+ Mods.進度() : FS1 = "vulkan-1.dll" : If File.Exists(Str & "\" & FS1) Then : Else : 更新位置01() : End If
|
|
156
|
+ '------------------------------------------------------------------------------------------------------------------------------------------
|
|
157
|
+ Mods.進度() : If Dir(Str + "\pic", vbDirectory) <> "" Then : Else : MkDir(Str + "\pic") : End If
|
|
158
|
+ Mods.進度() : FS1 = "ASSS.png" : If File.Exists(Str & "\pic\" & FS1) Then : Else : 更新位置02() : End If
|
|
159
|
+ '------------------------------------------------------------------------------------------------------------------------------------------
|
|
160
|
+ Mods.進度() : If Dir(Str + "\DawnCache", vbDirectory) <> "" Then : Else : MkDir(Str + "\DawnCache") : End If
|
|
161
|
+ Mods.進度() : FS1 = "data_0" : If File.Exists(Str & "\DawnCache\" & FS1) Then : Else : 更新位置03() : End If
|
|
162
|
+ Mods.進度() : FS1 = "data_1" : If File.Exists(Str & "\DawnCache\" & FS1) Then : Else : 更新位置03() : End If
|
|
163
|
+ Mods.進度() : FS1 = "data_2" : If File.Exists(Str & "\DawnCache\" & FS1) Then : Else : 更新位置03() : End If
|
|
164
|
+ Mods.進度() : FS1 = "data_3" : If File.Exists(Str & "\DawnCache\" & FS1) Then : Else : 更新位置03() : End If
|
|
165
|
+ Mods.進度() : FS1 = "index" : If File.Exists(Str & "\DawnCache\" & FS1) Then : Else : 更新位置03() : End If
|
|
166
|
+ '------------------------------------------------------------------------------------------------------------------------------------------
|
|
167
|
+ Mods.進度() : If Dir(Str + "\GPUCache", vbDirectory) <> "" Then : Else : MkDir(Str + "\GPUCache") : End If
|
|
168
|
+ Mods.進度() : FS1 = "data_0" : If File.Exists(Str & "\GPUCache\" & FS1) Then : Else : 更新位置04() : End If
|
|
169
|
+ Mods.進度() : FS1 = "data_1" : If File.Exists(Str & "\GPUCache\" & FS1) Then : Else : 更新位置04() : End If
|
|
170
|
+ Mods.進度() : FS1 = "data_2" : If File.Exists(Str & "\GPUCache\" & FS1) Then : Else : 更新位置04() : End If
|
|
171
|
+ Mods.進度() : FS1 = "data_3" : If File.Exists(Str & "\GPUCache\" & FS1) Then : Else : 更新位置04() : End If
|
|
172
|
+ Mods.進度() : FS1 = "index" : If File.Exists(Str & "\GPUCache\" & FS1) Then : Else : 更新位置04() : End If
|
|
173
|
+ '------------------------------------------------------------------------------------------------------------------------------------------
|
|
174
|
+ Mods.進度() : If Dir(Str + "\locales", vbDirectory) <> "" Then : Else : MkDir(Str + "\locales") : End If
|
|
175
|
+ Mods.進度() : FS1 = "af.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
176
|
+ Mods.進度() : FS1 = "am.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
177
|
+ Mods.進度() : FS1 = "ar.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
178
|
+ Mods.進度() : FS1 = "bg.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
179
|
+ Mods.進度() : FS1 = "bn.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
180
|
+ Mods.進度() : FS1 = "ca.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
181
|
+ Mods.進度() : FS1 = "cs.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
182
|
+ Mods.進度() : FS1 = "da.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
183
|
+ Mods.進度() : FS1 = "de.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
184
|
+ Mods.進度() : FS1 = "el.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
185
|
+ Mods.進度() : FS1 = "en-GB.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
186
|
+ Mods.進度() : FS1 = "en-US.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
187
|
+ Mods.進度() : FS1 = "es-419.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
188
|
+ Mods.進度() : FS1 = "es.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
189
|
+ Mods.進度() : FS1 = "et.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
190
|
+ Mods.進度() : FS1 = "fa.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
191
|
+ Mods.進度() : FS1 = "fi.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
192
|
+ Mods.進度() : FS1 = "fil.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
193
|
+ Mods.進度() : FS1 = "fr.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
194
|
+ Mods.進度() : FS1 = "gu.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
195
|
+ Mods.進度() : FS1 = "he.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
196
|
+ Mods.進度() : FS1 = "hi.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
197
|
+ Mods.進度() : FS1 = "hr.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
198
|
+ Mods.進度() : FS1 = "hu.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
199
|
+ Mods.進度() : FS1 = "id.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
200
|
+ Mods.進度() : FS1 = "it.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
201
|
+ Mods.進度() : FS1 = "ja.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
202
|
+ Mods.進度() : FS1 = "kn.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
203
|
+ Mods.進度() : FS1 = "ko.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
204
|
+ Mods.進度() : FS1 = "lt.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
205
|
+ Mods.進度() : FS1 = "lv.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
206
|
+ Mods.進度() : FS1 = "ml.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
207
|
+ Mods.進度() : FS1 = "mr.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
208
|
+ Mods.進度() : FS1 = "ms.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
209
|
+ Mods.進度() : FS1 = "nb.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
210
|
+ Mods.進度() : FS1 = "nl.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
211
|
+ Mods.進度() : FS1 = "pl.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
212
|
+ Mods.進度() : FS1 = "pt-BR.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
213
|
+ Mods.進度() : FS1 = "pt-PT.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
214
|
+ Mods.進度() : FS1 = "ro.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
215
|
+ Mods.進度() : FS1 = "ru.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
216
|
+ Mods.進度() : FS1 = "sk.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
217
|
+ Mods.進度() : FS1 = "sl.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
218
|
+ Mods.進度() : FS1 = "sr.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
219
|
+ Mods.進度() : FS1 = "sv.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
220
|
+ Mods.進度() : FS1 = "sw.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
221
|
+ Mods.進度() : FS1 = "ta.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
222
|
+ Mods.進度() : FS1 = "te.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
223
|
+ Mods.進度() : FS1 = "th.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
224
|
+ Mods.進度() : FS1 = "tr.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
225
|
+ Mods.進度() : FS1 = "uk.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
226
|
+ Mods.進度() : FS1 = "ur.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
227
|
+ Mods.進度() : FS1 = "vi.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
228
|
+ Mods.進度() : FS1 = "zh-CN.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
229
|
+ Mods.進度() : FS1 = "zh-TW.pak" : If File.Exists(Str & "\locales\" & FS1) Then : Else : 更新位置05() : End If
|
|
230
|
+ Mods.進度() : FS1 = "GF00-ERP-SYS.exe"
|
359
|
231
|
If File.Exists(My.Computer.FileSystem.SpecialDirectories.Desktop & "\" & FS1) Then
|
360
|
232
|
Dim pro() As Process = System.Diagnostics.Process.GetProcesses()
|
361
|
233
|
' 判斷是否有符合的Process
|
|
@@ -366,8 +238,8 @@ Public Class HX_PGS_UPDATE
|
366
|
238
|
Next
|
367
|
239
|
If 已開啟 = False Then
|
368
|
240
|
主程式更新.Enabled = False
|
369
|
|
- MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : File.Delete(Str & "\" & FS1) : End If
|
370
|
|
- My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1)
|
|
241
|
+ Mods.進度() : If File.Exists(Str & "\" & FS1) Then : File.Delete(Str & "\" & FS1) : End If
|
|
242
|
+ My.Computer.Network.DownloadFile(Target & FS1, Str & "\" & FS1)
|
371
|
243
|
OK1 = True : CheckBox1.Checked = True
|
372
|
244
|
End If
|
373
|
245
|
ElseIf File.Exists(Strs & "\" & FS1) Then
|
|
@@ -380,338 +252,46 @@ Public Class HX_PGS_UPDATE
|
380
|
252
|
Next
|
381
|
253
|
If 已開啟 = False Then
|
382
|
254
|
主程式更新.Enabled = False
|
383
|
|
- MyModule1.進度條() : If File.Exists(Str & "\" & FS1) Then : File.Delete(Str & "\" & FS1) : End If
|
384
|
|
- My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS1, Str & "\" & FS1)
|
|
255
|
+ Mods.進度() : If File.Exists(Str & "\" & FS1) Then : File.Delete(Str & "\" & FS1) : End If
|
|
256
|
+ My.Computer.Network.DownloadFile(Target & FS1, Str & "\" & FS1)
|
385
|
257
|
OK1 = True : CheckBox1.Checked = True
|
386
|
258
|
End If
|
387
|
259
|
End If
|
388
|
260
|
End Sub
|
389
|
261
|
Private Sub 刪除在下載_Tick(sender As Object, e As EventArgs) Handles 刪除在下載.Tick
|
390
|
262
|
刪除在下載.Enabled = False : Dim FS2 As String
|
391
|
|
- ' FS2 = "Interop.SHDocVw.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS2) Then : File.Delete(Str & "\" & FS2) : End If
|
392
|
|
- ' FS2 = "AxInterop.SHDocVw.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS2) Then : File.Delete(Str & "\" & FS2) : End If
|
393
|
|
- ' FS2 = "AxInterop.MSHTML.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS2) Then : File.Delete(Str & "\" & FS2) : End If
|
394
|
|
- ' FS2 = "AxInterop.MSHTML.dll" : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS2, Str & "\" & FS2) : Me.Text = "UPDATE " & TF & FS2
|
395
|
|
- ' FS2 = "AxInterop.SHDocVw.dll" : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS2, Str & "\" & FS2) : Me.Text = "UPDATE " & TF & FS2
|
396
|
|
- ' FS2 = "Interop.SHDocVw.dll" : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS2, Str & "\" & FS2) : Me.Text = "UPDATE " & TF & FS2
|
397
|
263
|
OK2 = True : CheckBox2.Checked = True
|
398
|
264
|
End Sub
|
399
|
265
|
Private Sub Timer3_Tick(sender As Object, e As EventArgs) Handles 驗證存在1.Tick '10
|
400
|
266
|
驗證存在1.Enabled = False : Dim FS3 As String
|
401
|
|
- 'MyModule1.進度條() : If Dir(Str + "\Theme", vbDirectory) <> "" Then : Else : MkDir(Str + "\Theme") : End If
|
402
|
|
- ' FS3 = "excel_chinese.xml" : MyModule1.進度條() : If File.Exists(Str & "\Theme\" & FS3) Then : Else
|
403
|
|
- ' Me.Text = "UPDATE " & TF & FS3 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS3, Str & "\Theme\" & FS3) : End If
|
404
|
|
- ' FS3 = "excel_english.xml" : MyModule1.進度條() : If File.Exists(Str & "\Theme\" & FS3) Then : Else
|
405
|
|
- ' Me.Text = "UPDATE " & TF & FS3 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS3, Str & "\Theme\" & FS3) : End If
|
406
|
|
- ' FS3 = "TelerikMetro_Chinese.tssp" : MyModule1.進度條() : If File.Exists(Str & "\Theme\" & FS3) Then : Else
|
407
|
|
- ' Me.Text = "UPDATE " & TF & FS3 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS3, Str & "\Theme\" & FS3) : End If
|
408
|
|
- ' FS3 = "word_chinese.xml" : MyModule1.進度條() : If File.Exists(Str & "\Theme\" & FS3) Then : Else
|
409
|
|
- ' Me.Text = "UPDATE " & TF & FS3 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS3, Str & "\Theme\" & FS3) : End If
|
410
|
|
- ' FS3 = "word_english.xml" : MyModule1.進度條() : If File.Exists(Str & "\Theme\" & FS3) Then : Else
|
411
|
|
- ' Me.Text = "UPDATE " & TF & FS3 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS3, Str & "\Theme\" & FS3) : End If
|
412
|
|
- 'FS3 = "Telerik.WinControls.PdfViewer.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS3) Then : Else
|
413
|
|
- ' Me.Text = "UPDATE " & TF & FS3 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS3, Str & "\" & FS3) : End If
|
414
|
|
- 'FS3 = "Telerik.WinControls.PdfViewer.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS3) Then : Else
|
415
|
|
- ' Me.Text = "UPDATE " & TF & FS3 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS3, Str & "\" & FS3) : End If
|
416
|
|
- 'FS3 = "Telerik.Windows.Documents.Core.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS3) Then : Else
|
417
|
|
- ' Me.Text = "UPDATE " & TF & FS3 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS3, Str & "\" & FS3) : End If
|
418
|
|
- 'FS3 = "Telerik.Windows.Documents.Core.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS3) Then : Else
|
419
|
|
- ' Me.Text = "UPDATE " & TF & FS3 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS3, Str & "\" & FS3) : End If
|
420
|
267
|
OK3 = True : CheckBox3.Checked = True
|
421
|
268
|
End Sub
|
422
|
269
|
Private Sub Timer4_Tick(sender As Object, e As EventArgs) Handles 驗證存在2.Tick '10
|
423
|
270
|
驗證存在2.Enabled = False : Dim FS4 As String
|
424
|
|
- 'FS4 = "HX-PGS-Message.exe" : MyModule1.進度條() : If File.Exists(Str & "\" & FS4) Then : Else
|
425
|
|
- ' Me.Text = "UPDATE " & TF & FS4 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS4, Str & "\" & FS4) : End If
|
426
|
|
- 'FS4 = "Tran.exe" : MyModule1.進度條() : If File.Exists(Str & "\" & FS4) Then : Else
|
427
|
|
- ' Me.Text = "UPDATE " & TF & FS4 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS4, Str & "\" & FS4) : End If
|
428
|
|
- 'FS4 = "GCM-CPV-ERP-SYS.pdb" : MyModule1.進度條() : If File.Exists(Str & "\" & FS4) Then : Else
|
429
|
|
- ' Me.Text = "UPDATE " & TF & FS4 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS4, Str & "\" & FS4) : End If
|
430
|
|
- 'FS4 = "GCM-CPV-ERP-SYS.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS4) Then : Else
|
431
|
|
- ' Me.Text = "UPDATE " & TF & FS4 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS4, Str & "\" & FS4) : End If
|
432
|
|
- 'FS4 = "GCM-CPV-ERP-SYS.exe.config" : MyModule1.進度條() : If File.Exists(Str & "\" & FS4) Then : Else
|
433
|
|
- ' Me.Text = "UPDATE " & TF & FS4 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS4, Str & "\" & FS4) : End If
|
434
|
|
- 'FS4 = "A.txt" : MyModule1.進度條() : If File.Exists(Str & "\" & FS4) Then : Else
|
435
|
|
- ' Me.Text = "UPDATE " & TF & FS4 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS4, Str & "\" & FS4) : End If
|
436
|
|
- 'FS4 = "C.txt" : MyModule1.進度條() : If File.Exists(Str & "\" & FS4) Then : Else
|
437
|
|
- ' Me.Text = "UPDATE " & TF & FS4 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS4, Str & "\" & FS4) : End If
|
438
|
|
- 'FS4 = "ch.txt" : MyModule1.進度條() : If File.Exists(Str & "\" & FS4) Then : Else
|
439
|
|
- ' Me.Text = "UPDATE " & TF & FS4 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS4, Str & "\" & FS4) : End If
|
440
|
|
- 'FS4 = "py-tran-log.txt" : MyModule1.進度條() : If File.Exists(Str & "\" & FS4) Then : Else
|
441
|
|
- ' Me.Text = "UPDATE " & TF & FS4 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS4, Str & "\" & FS4) : End If
|
442
|
|
- 'FS4 = "System.Buffers.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS4) Then : Else
|
443
|
|
- ' Me.Text = "UPDATE " & TF & FS4 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS4, Str & "\" & FS4) : End If
|
444
|
271
|
OK4 = True : CheckBox4.Checked = True
|
445
|
272
|
End Sub
|
446
|
273
|
Private Sub Timer5_Tick(sender As Object, e As EventArgs) Handles 驗證存在3.Tick '10
|
447
|
274
|
驗證存在3.Enabled = False : Dim FS5 As String
|
448
|
|
- 'FS5 = "DotNetBarcode.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS5) Then : Else
|
449
|
|
- ' Me.Text = "UPDATE " & TF & FS5 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS5, Str & "\" & FS5) : End If
|
450
|
|
- 'FS5 = "en.txt" : MyModule1.進度條() : If File.Exists(Str & "\" & FS5) Then : Else
|
451
|
|
- ' Me.Text = "UPDATE " & TF & FS5 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS5, Str & "\" & FS5) : End If
|
452
|
|
- 'FS5 = "IdentityModel.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS5) Then : Else
|
453
|
|
- ' Me.Text = "UPDATE " & TF & FS5 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS5, Str & "\" & FS5) : End If
|
454
|
|
- 'FS5 = "IdentityModel.pdb" : MyModule1.進度條() : If File.Exists(Str & "\" & FS5) Then : Else
|
455
|
|
- ' Me.Text = "UPDATE " & TF & FS5 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS5, Str & "\" & FS5) : End If
|
456
|
|
- 'FS5 = "IdentityModel.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS5) Then : Else
|
457
|
|
- ' Me.Text = "UPDATE " & TF & FS5 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS5, Str & "\" & FS5) : End If
|
458
|
|
- 'FS5 = "in.txt" : MyModule1.進度條() : If File.Exists(Str & "\" & FS5) Then : Else
|
459
|
|
- ' Me.Text = "UPDATE " & TF & FS5 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS5, Str & "\" & FS5) : End If
|
460
|
|
- 'FS5 = "Newtonsoft.Json.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS5) Then : Else
|
461
|
|
- ' Me.Text = "UPDATE " & TF & FS5 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS5, Str & "\" & FS5) : End If
|
462
|
|
- 'FS5 = "Newtonsoft.Json.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS5) Then : Else
|
463
|
|
- ' Me.Text = "UPDATE " & TF & FS5 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS5, Str & "\" & FS5) : End If
|
464
|
|
- 'FS5 = "PInvoke.Windows.Core.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS5) Then : Else
|
465
|
|
- ' Me.Text = "UPDATE " & TF & FS5 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS5, Str & "\" & FS5) : End If
|
466
|
|
- 'FS5 = "PInvoke.Windows.Core.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS5) Then : Else
|
467
|
|
- ' Me.Text = "UPDATE " & TF & FS5 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS5, Str & "\" & FS5) : End If
|
468
|
275
|
OK5 = True : CheckBox5.Checked = True
|
469
|
276
|
End Sub
|
470
|
277
|
Private Sub Timer6_Tick(sender As Object, e As EventArgs) Handles 驗證存在4.Tick '10
|
471
|
278
|
驗證存在4.Enabled = False : Dim FS6 As String
|
472
|
|
- 'FS6 = "System.Buffers.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS6) Then : Else
|
473
|
|
- ' Me.Text = "UPDATE " & TF & FS6 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS6, Str & "\" & FS6) : End If
|
474
|
|
- 'FS6 = "System.Memory.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS6) Then : Else
|
475
|
|
- ' Me.Text = "UPDATE " & TF & FS6 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS6, Str & "\" & FS6) : End If
|
476
|
|
- 'FS6 = "System.Memory.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS6) Then : Else
|
477
|
|
- ' Me.Text = "UPDATE " & TF & FS6 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS6, Str & "\" & FS6) : End If
|
478
|
|
- 'FS6 = "System.Numerics.Vectors.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS6) Then : Else
|
479
|
|
- ' Me.Text = "UPDATE " & TF & FS6 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS6, Str & "\" & FS6) : End If
|
480
|
|
- 'FS6 = "System.Numerics.Vectors.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS6) Then : Else
|
481
|
|
- ' Me.Text = "UPDATE " & TF & FS6 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS6, Str & "\" & FS6) : End If
|
482
|
|
- 'FS6 = "System.Runtime.CompilerServices.Unsafe.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS6) Then : Else
|
483
|
|
- ' Me.Text = "UPDATE " & TF & FS6 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS6, Str & "\" & FS6) : End If
|
484
|
|
- 'FS6 = "System.Runtime.CompilerServices.Unsafe.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS6) Then : Else
|
485
|
|
- ' Me.Text = "UPDATE " & TF & FS6 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS6, Str & "\" & FS6) : End If
|
486
|
|
- 'FS6 = "System.Text.Encodings.Web.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS6) Then : Else
|
487
|
|
- ' Me.Text = "UPDATE " & TF & FS6 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS6, Str & "\" & FS6) : End If
|
488
|
|
- 'FS6 = "System.Text.Encodings.Web.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS6) Then : Else
|
489
|
|
- ' Me.Text = "UPDATE " & TF & FS6 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS6, Str & "\" & FS6) : End If
|
490
|
|
- 'FS6 = "Telerik.WinControls.SyntaxEditor.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS6) Then : Else
|
491
|
|
- ' Me.Text = "UPDATE " & TF & FS6 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS6, Str & "\" & FS6) : End If
|
492
|
279
|
OK6 = True : CheckBox6.Checked = True
|
493
|
280
|
End Sub
|
494
|
281
|
Private Sub Timer7_Tick(sender As Object, e As EventArgs) Handles 驗證存在5.Tick '10
|
495
|
282
|
驗證存在5.Enabled = False : Dim FS7 As String
|
496
|
|
- 'FS7 = "Telerik.WinControls.SyntaxEditor.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS7) Then : Else
|
497
|
|
- ' Me.Text = "UPDATE " & TF & FS7 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS7, Str & "\" & FS7) : End If
|
498
|
|
- 'FS7 = "Telerik.WinControls.UI.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS7) Then : Else
|
499
|
|
- ' Me.Text = "UPDATE " & TF & FS7 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS7, Str & "\" & FS7) : End If
|
500
|
|
- 'FS7 = "Telerik.WinControls.UI.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS7) Then : Else
|
501
|
|
- ' Me.Text = "UPDATE " & TF & FS7 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS7, Str & "\" & FS7) : End If
|
502
|
|
- 'FS7 = "Telerik.WinControls.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS7) Then : Else
|
503
|
|
- ' Me.Text = "UPDATE " & TF & FS7 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS7, Str & "\" & FS7) : End If
|
504
|
|
- 'FS7 = "Telerik.Windows.Documents.Fixed.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS7) Then : Else
|
505
|
|
- ' Me.Text = "UPDATE " & TF & FS7 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS7, Str & "\" & FS7) : End If
|
506
|
|
- 'FS7 = "Telerik.Windows.Documents.Fixed.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS7) Then : Else
|
507
|
|
- ' Me.Text = "UPDATE " & TF & FS7 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS7, Str & "\" & FS7) : End If
|
508
|
|
- 'FS7 = "Telerik.Windows.Zip.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS7) Then : Else
|
509
|
|
- ' Me.Text = "UPDATE " & TF & FS7 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS7, Str & "\" & FS7) : End If
|
510
|
|
- 'FS7 = "Telerik.Windows.Zip.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS7) Then : Else
|
511
|
|
- ' Me.Text = "UPDATE " & TF & FS7 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS7, Str & "\" & FS7) : End If
|
512
|
|
- 'FS7 = "TelerikCommon.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS7) Then : Else
|
513
|
|
- ' Me.Text = "UPDATE " & TF & FS7 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS7, Str & "\" & FS7) : End If
|
514
|
|
- 'FS7 = "SuperDataGrid.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS7) Then : Else
|
515
|
|
- ' Me.Text = "UPDATE " & TF & FS7 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS7, Str & "\" & FS7) : End If
|
516
|
283
|
OK7 = True : CheckBox7.Checked = True
|
517
|
284
|
End Sub
|
518
|
285
|
Private Sub Timer8_Tick(sender As Object, e As EventArgs) Handles 驗證存在6.Tick '10
|
519
|
286
|
驗證存在6.Enabled = False : Dim FS8 As String
|
520
|
|
- 'FS8 = "Telerik.WinControls.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS8) Then : Else
|
521
|
|
- ' Me.Text = "UPDATE " & TF & FS8 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS8, Str & "\" & FS8) : End If
|
522
|
|
- 'FS8 = "LIN HSING HAO.txt" : MyModule1.進度條() : If File.Exists(Str & "\" & FS8) Then : Else
|
523
|
|
- ' Me.Text = "UPDATE " & TF & FS8 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS8, Str & "\" & FS8) : End If
|
524
|
|
- 'FS8 = "HX01.docx" : MyModule1.進度條() : If File.Exists(Str & "\" & FS8) Then : Else
|
525
|
|
- ' Me.Text = "UPDATE " & TF & FS8 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS8, Str & "\" & FS8) : End If
|
526
|
|
- 'FS8 = "PGS01.docx" : MyModule1.進度條() : If File.Exists(Str & "\" & FS8) Then : Else
|
527
|
|
- ' Me.Text = "UPDATE " & TF & FS8 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS8, Str & "\" & FS8) : End If
|
528
|
|
- 'FS8 = "Microsoft.mshtml.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS8) Then : Else
|
529
|
|
- ' Me.Text = "UPDATE " & TF & FS8 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS8, Str & "\" & FS8) : End If
|
530
|
|
- 'FS8 = "Telerik.WinControls.RadDiagram.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS8) Then : Else
|
531
|
|
- ' Me.Text = "UPDATE " & TF & FS8 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS8, Str & "\" & FS8) : End If
|
532
|
|
- 'FS8 = "Telerik.WinControls.RadDiagram.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS8) Then : Else
|
533
|
|
- ' Me.Text = "UPDATE " & TF & FS8 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS8, Str & "\" & FS8) : End If
|
534
|
|
- 'FS8 = "Telerik.WinControls.RadDock.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS8) Then : Else
|
535
|
|
- ' Me.Text = "UPDATE " & TF & FS8 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS8, Str & "\" & FS8) : End If
|
536
|
|
- 'FS8 = "Telerik.WinControls.RadDock.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS8) Then : Else
|
537
|
|
- ' Me.Text = "UPDATE " & TF & FS8 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS8, Str & "\" & FS8) : End If
|
538
|
|
- 'FS8 = "Telerik.WinControls.RadMarkupEditor.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS8) Then : Else
|
539
|
|
- ' Me.Text = "UPDATE " & TF & FS8 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS8, Str & "\" & FS8) : End If
|
540
|
287
|
OK8 = True : CheckBox8.Checked = True
|
541
|
288
|
End Sub
|
542
|
289
|
Private Sub Timer9_Tick(sender As Object, e As EventArgs) Handles 驗證存在7.Tick '3
|
543
|
290
|
驗證存在7.Enabled = False : Dim FS9 As String
|
544
|
|
- 'FS9 = "Telerik.WinControls.RadMarkupEditor.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS9) Then : Else
|
545
|
|
- ' Me.Text = "UPDATE " & TF & FS9 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS9, Str & "\" & FS9) : End If
|
546
|
|
- 'FS9 = "Telerik.WinControls.RichTextEditor.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS9) Then : Else
|
547
|
|
- ' Me.Text = "UPDATE " & TF & FS9 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS9, Str & "\" & FS9) : End If
|
548
|
|
- 'FS9 = "Telerik.WinControls.RichTextEditor.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS9) Then : Else
|
549
|
|
- ' Me.Text = "UPDATE " & TF & FS9 : My.Computer.Network.DownloadFile(Target & AA(0) & "/" & FS9, Str & "\" & FS9) : End If
|
550
|
291
|
OK9 = True : CheckBox9.Checked = True
|
551
|
292
|
End Sub
|
552
|
293
|
Private Sub 刪除所有檔案_Tick(sender As Object, e As EventArgs) Handles 刪除所有檔案.Tick
|
553
|
294
|
刪除所有檔案.Enabled = False : Dim FS10 As String
|
554
|
|
- 'FS10 = "excel_chinese.xml" : MyModule1.進度條() : If File.Exists(Str & "\Theme\" & FS10) Then : File.Delete(Str & "\Theme\" & FS10) : End If
|
555
|
|
- 'FS10 = "excel_english.xml" : MyModule1.進度條() : If File.Exists(Str & "\Theme\" & FS10) Then : File.Delete(Str & "\Theme\" & FS10) : End If
|
556
|
|
- 'FS10 = "TelerikMetro_Chinese.tssp" : MyModule1.進度條() : If File.Exists(Str & "\Theme\" & FS10) Then : File.Delete(Str & "\Theme\" & FS10) : End If
|
557
|
|
- 'FS10 = "word_chinese.xml" : MyModule1.進度條() : If File.Exists(Str & "\Theme\" & FS10) Then : File.Delete(Str & "\Theme\" & FS10) : End If
|
558
|
|
- ''FS10 = "word_english.xml" : MyModule1.進度條() : If File.Exists(Str & "\Theme\" & FS10) Then : File.Delete(Str & "\Theme\" & FS10) : End If
|
559
|
|
- 'FS10 = "GCM-CPV-ERP-SYS.pdb" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
560
|
|
- 'FS10 = "Telerik.WinControls.RadDiagram.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
561
|
|
- 'FS10 = "Telerik.WinControls.RadDiagram.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
562
|
|
- 'FS10 = "Telerik.WinControls.RadDock.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
563
|
|
- 'FS10 = "Telerik.WinControls.RadDock.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
564
|
|
- 'FS10 = "Telerik.WinControls.RadMarkupEditor.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
565
|
|
- 'FS10 = "Telerik.WinControls.RadMarkupEditor.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
566
|
|
- 'FS10 = "GCM-CPV-ERP-SYS.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
567
|
|
- 'FS10 = "GCM-CPV-ERP-SYS.exe.config" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
568
|
|
- 'FS10 = "DotNetBarcode.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
569
|
|
- ''FS10 = "IdentityModel.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
570
|
|
- 'FS10 = "IdentityModel.pdb" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
571
|
|
- 'FS10 = "IdentityModel.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
572
|
|
- 'FS10 = "Newtonsoft.Json.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
573
|
|
- 'FS10 = "Newtonsoft.Json.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
574
|
|
- 'FS10 = "PInvoke.Windows.Core.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
575
|
|
- 'FS10 = "PInvoke.Windows.Core.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
576
|
|
- 'FS10 = "System.Buffers.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
577
|
|
- 'FS10 = "System.Buffers.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
578
|
|
- 'FS10 = "System.Memory.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
579
|
|
- 'FS10 = "System.Memory.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
580
|
|
- 'FS10 = "System.Numerics.Vectors.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
581
|
|
- 'FS10 = "System.Numerics.Vectors.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
582
|
|
- 'FS10 = "System.Runtime.CompilerServices.Unsafe.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
583
|
|
- 'FS10 = "System.Runtime.CompilerServices.Unsafe.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
584
|
|
- 'FS10 = "System.Text.Encodings.Web.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
585
|
|
- 'FS10 = "System.Text.Encodings.Web.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
586
|
|
- 'FS10 = "Telerik.WinControls.SyntaxEditor.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
587
|
|
- 'FS10 = "Telerik.WinControls.SyntaxEditor.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
588
|
|
- 'FS10 = "Telerik.WinControls.UI.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
589
|
|
- 'FS10 = "Telerik.WinControls.UI.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
590
|
|
- 'FS10 = "Telerik.WinControls.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
591
|
|
- 'FS10 = "Telerik.Windows.Documents.Fixed.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
592
|
|
- 'FS10 = "Telerik.Windows.Documents.Fixed.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
593
|
|
- 'FS10 = "Telerik.Windows.Zip.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
594
|
|
- 'FS10 = "Telerik.Windows.Zip.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
595
|
|
- 'FS10 = "Telerik.WinControls.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
596
|
|
- 'FS10 = "TelerikCommon.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
597
|
|
- 'FS10 = "SuperDataGrid.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
598
|
|
- 'FS10 = "Telerik.WinControls.PdfViewer.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
599
|
|
- 'FS10 = "Telerik.WinControls.PdfViewer.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
600
|
|
- 'FS10 = "Telerik.WinControls.RichTextEditor.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
601
|
|
- 'FS10 = "Telerik.WinControls.RichTextEditor.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
602
|
|
- 'FS10 = "Telerik.Windows.Documents.Core.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
603
|
|
- 'FS10 = "Telerik.Windows.Documents.Core.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
604
|
|
- 'FS10 = "MediaFoundation.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
605
|
|
- 'FS10 = "Microsoft.Toolkit.Uwp.Notifications.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
606
|
|
- 'FS10 = "Telerik.WinControls.ChartView.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
607
|
|
- 'FS10 = "Telerik.WinControls.ChartView.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
608
|
|
- 'FS10 = "Telerik.WinControls.GridView.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
609
|
|
- 'FS10 = "Telerik.WinControls.GridView.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
610
|
|
- 'FS10 = "Telerik.WinControls.RadMap.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
611
|
|
- 'FS10 = "Telerik.WinControls.RadMap.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
612
|
|
- 'FS10 = "Telerik.WinControls.RadToastNotification.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
613
|
|
- 'FS10 = "Telerik.WinControls.RadToastNotification.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
614
|
|
- 'FS10 = "Telerik.WinControls.RadWebCam.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
615
|
|
- 'FS10 = "Telerik.WinControls.RadWebCam.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
616
|
|
- 'FS10 = "Telerik.Windows.MediaFoundation.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
617
|
|
- 'FS10 = "System.Linq.Queryable.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
618
|
|
- 'FS10 = "System.Linq.Parallel.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
619
|
|
- 'FS10 = "System.Linq.Expressions.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
620
|
|
- 'FS10 = "System.Linq.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
621
|
|
- 'FS10 = "System.IO.UnmanagedMemoryStream.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
622
|
|
- 'FS10 = "System.IO.Pipes.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
623
|
|
- 'FS10 = "System.IO.MemoryMappedFiles.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
624
|
|
- 'FS10 = "System.IO.IsolatedStorage.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
625
|
|
- 'FS10 = "System.IO.FileSystem.Watcher.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
626
|
|
- 'FS10 = "System.IO.FileSystem.Primitives.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
627
|
|
- 'FS10 = "System.IO.FileSystem.DriveInfo.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
628
|
|
- 'FS10 = "System.IO.FileSystem.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
629
|
|
- 'FS10 = "System.IO.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
630
|
|
- 'FS10 = "System.IO.Compression.ZipFile.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
631
|
|
- 'FS10 = "System.IO.Compression.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
632
|
|
- 'FS10 = "System.Globalization.Extensions.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
633
|
|
- 'FS10 = "System.Globalization.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
634
|
|
- 'FS10 = "System.Globalization.Calendars.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
635
|
|
- 'FS10 = "System.Dynamic.Runtime.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
636
|
|
- 'FS10 = "System.Drawing.Primitives.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
637
|
|
- 'FS10 = "System.Diagnostics.Tracing.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
638
|
|
- 'FS10 = "System.Diagnostics.TraceSource.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
639
|
|
- 'FS10 = "System.Diagnostics.Tools.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
640
|
|
- 'FS10 = "System.Diagnostics.TextWriterTraceListener.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
641
|
|
- 'FS10 = "Microsoft.Win32.Primitives.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
642
|
|
- 'FS10 = "netstandard.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
643
|
|
- 'FS10 = "System.AppContext.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
644
|
|
- 'FS10 = "System.Collections.Concurrent.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
645
|
|
- 'FS10 = "System.Collections.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
646
|
|
- 'FS10 = "System.Collections.NonGeneric.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
647
|
|
- 'FS10 = "System.Collections.Specialized.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
648
|
|
- 'FS10 = "System.ComponentModel.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
649
|
|
- 'FS10 = "System.ComponentModel.EventBasedAsync.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
650
|
|
- 'FS10 = "System.ComponentModel.Primitives.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
651
|
|
- 'FS10 = "System.ComponentModel.TypeConverter.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
652
|
|
- 'FS10 = "System.Console.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
653
|
|
- 'FS10 = "System.Data.Common.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
654
|
|
- 'FS10 = "System.Diagnostics.Contracts.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
655
|
|
- 'FS10 = "System.Diagnostics.Debug.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
656
|
|
- 'FS10 = "System.Diagnostics.FileVersionInfo.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
657
|
|
- 'FS10 = "System.Diagnostics.Process.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
658
|
|
- 'FS10 = "System.Diagnostics.StackTrace.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
659
|
|
- 'FS10 = "System.Net.Http.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
660
|
|
- 'FS10 = "System.Net.NameResolution.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
661
|
|
- 'FS10 = "System.Net.NetworkInformation.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
662
|
|
- 'FS10 = "System.Net.Ping.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
663
|
|
- 'FS10 = "System.Net.Primitives.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
664
|
|
- 'FS10 = "System.Net.Requests.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
665
|
|
- 'FS10 = "System.Net.Security.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
666
|
|
- 'FS10 = "System.Net.Sockets.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
667
|
|
- 'FS10 = "System.Net.WebHeaderCollection.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
668
|
|
- 'FS10 = "System.Net.WebSockets.Client.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
669
|
|
- 'FS10 = "System.Net.WebSockets.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
670
|
|
- 'FS10 = "System.ObjectModel.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
671
|
|
- 'FS10 = "System.Reflection.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
672
|
|
- 'FS10 = "System.Reflection.Extensions.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
673
|
|
- 'FS10 = "System.Reflection.Primitives.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
674
|
|
- 'FS10 = "System.Resources.Reader.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
675
|
|
- 'FS10 = "System.Resources.ResourceManager.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
676
|
|
- 'FS10 = "System.Resources.Writer.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
677
|
|
- 'FS10 = "System.Xml.XPath.XDocument.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
678
|
|
- 'FS10 = "System.Xml.XPath.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
679
|
|
- 'FS10 = "System.Xml.XmlSerializer.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
680
|
|
- 'FS10 = "System.Xml.XmlDocument.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
681
|
|
- 'FS10 = "System.Xml.XDocument.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
682
|
|
- 'FS10 = "System.Xml.ReaderWriter.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
683
|
|
- 'FS10 = "System.ValueTuple.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
684
|
|
- 'FS10 = "System.Threading.Timer.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
685
|
|
- 'FS10 = "System.Threading.ThreadPool.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
686
|
|
- 'FS10 = "System.Threading.Thread.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
687
|
|
- 'FS10 = "System.Threading.Tasks.Parallel.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
688
|
|
- 'FS10 = "System.Threading.Tasks.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
689
|
|
- 'FS10 = "System.Threading.Overlapped.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
690
|
|
- 'FS10 = "System.Threading.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
691
|
|
- 'FS10 = "System.Text.RegularExpressions.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
692
|
|
- 'FS10 = "System.Text.Encodings.Web.xml" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
693
|
|
- 'FS10 = "System.Text.Encodings.Web.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
694
|
|
- 'FS10 = "System.Text.Encoding.Extensions.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
695
|
|
- 'FS10 = "System.Text.Encoding.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
696
|
|
- 'FS10 = "System.Security.SecureString.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
697
|
|
- 'FS10 = "System.Security.Principal.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
698
|
|
- 'FS10 = "System.Security.Cryptography.X509Certificates.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
699
|
|
- 'FS10 = "System.Security.Cryptography.Primitives.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
700
|
|
- 'FS10 = "System.Security.Cryptography.Encoding.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
701
|
|
- 'FS10 = "System.Security.Cryptography.Csp.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
702
|
|
- 'FS10 = "System.Security.Cryptography.Algorithms.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
703
|
|
- 'FS10 = "System.Security.Claims.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
704
|
|
- 'FS10 = "System.Runtime.Serialization.Xml.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
705
|
|
- 'FS10 = "System.Runtime.Serialization.Primitives.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
706
|
|
- 'FS10 = "System.Runtime.Serialization.Json.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
707
|
|
- 'FS10 = "System.Runtime.Serialization.Formatters.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
708
|
|
- 'FS10 = "System.Runtime.Numerics.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
709
|
|
- 'FS10 = "System.Runtime.InteropServices.RuntimeInformation.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
710
|
|
- 'FS10 = "System.Runtime.InteropServices.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
711
|
|
- 'FS10 = "ystem.Runtime.Handles.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
712
|
|
- 'FS10 = "System.Runtime.Extensions.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
713
|
|
- 'FS10 = "System.Runtime.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
714
|
|
- 'FS10 = "System.Runtime.CompilerServices.VisualC.dll" : MyModule1.進度條() : If File.Exists(Str & "\" & FS10) Then : File.Delete(Str & "\" & FS10) : End If
|
715
|
295
|
OK10 = True : CheckBox10.Checked = True : 刪除完成 = True
|
716
|
296
|
End Sub
|
717
|
297
|
End Class
|