B70340 2 年之前
父節點
當前提交
e6c99e65a2

二進制
.vs/SYS-UPDATE/FileContentIndex/6fa4c012-c488-40fb-ad09-829a980d20bf.vsidx 查看文件


+ 0
- 0
.vs/SYS-UPDATE/FileContentIndex/read.lock 查看文件


二進制
.vs/SYS-UPDATE/v16/.suo 查看文件


二進制
.vs/SYS-UPDATE/v17/.suo 查看文件


+ 3
- 3
SYS-UPDATE/App.config 查看文件

@@ -1,6 +1,6 @@
1
-<?xml version="1.0" encoding="utf-8" ?>
1
+<?xml version="1.0" encoding="utf-8"?>
2 2
 <configuration>
3 3
     <startup>
4
-        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
4
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
5 5
     </startup>
6
-</configuration>
6
+</configuration>

+ 25
- 24
SYS-UPDATE/My Project/Resources.Designer.vb 查看文件

@@ -1,40 +1,41 @@
1 1
 '------------------------------------------------------------------------------
2 2
 ' <auto-generated>
3
-'     This code was generated by a tool.
4
-'     Runtime Version:4.0.30319.42000
3
+'     這段程式碼是由工具產生的。
4
+'     執行階段版本:4.0.30319.42000
5 5
 '
6
-'     Changes to this file may cause incorrect behavior and will be lost if
7
-'     the code is regenerated.
6
+'     對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
7
+'     變更將會遺失。
8 8
 ' </auto-generated>
9 9
 '------------------------------------------------------------------------------
10 10
 
11 11
 Option Strict On
12 12
 Option Explicit On
13 13
 
14
+Imports System
14 15
 
15 16
 Namespace My.Resources
16
-
17
-    'This class was auto-generated by the StronglyTypedResourceBuilder
18
-    'class via a tool like ResGen or Visual Studio.
19
-    'To add or remove a member, edit your .ResX file then rerun ResGen
20
-    'with the /str option, or rebuild your VS project.
17
+    
18
+    '這個類別是自動產生的,是利用 StronglyTypedResourceBuilder
19
+    '類別透過 ResGen 或 Visual Studio 這類工具。
20
+    '若要加入或移除成員,請編輯您的 .ResX 檔,然後重新執行 ResGen
21
+    '(利用 /str 選項),或重建您的 VS 專案。
21 22
     '''<summary>
22
-    '''  A strongly-typed resource class, for looking up localized strings, etc.
23
+    '''  用於查詢當地語系化字串等的強類型資源類別。
23 24
     '''</summary>
24
-    <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
25
-     Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
26
-     Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
27
-     Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
25
+    <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0"),  _
26
+     Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _
27
+     Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(),  _
28
+     Global.Microsoft.VisualBasic.HideModuleNameAttribute()>  _
28 29
     Friend Module Resources
29
-
30
+        
30 31
         Private resourceMan As Global.System.Resources.ResourceManager
31
-
32
+        
32 33
         Private resourceCulture As Global.System.Globalization.CultureInfo
33
-
34
+        
34 35
         '''<summary>
35
-        '''  Returns the cached ResourceManager instance used by this class.
36
+        '''  傳回這個類別使用的快取的 ResourceManager 執行個體。
36 37
         '''</summary>
37
-        <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
38
+        <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>  _
38 39
         Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
39 40
             Get
40 41
                 If Object.ReferenceEquals(resourceMan, Nothing) Then
@@ -44,17 +45,17 @@ Namespace My.Resources
44 45
                 Return resourceMan
45 46
             End Get
46 47
         End Property
47
-
48
+        
48 49
         '''<summary>
49
-        '''  Overrides the current thread's CurrentUICulture property for all
50
-        '''  resource lookups using this strongly typed resource class.
50
+        '''  覆寫目前執行緒的 CurrentUICulture 屬性,對象是所有
51
+        '''  使用這個強類型資源類別的資源查閱。
51 52
         '''</summary>
52
-        <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
53
+        <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>  _
53 54
         Friend Property Culture() As Global.System.Globalization.CultureInfo
54 55
             Get
55 56
                 Return resourceCulture
56 57
             End Get
57
-            Set(ByVal value As Global.System.Globalization.CultureInfo)
58
+            Set
58 59
                 resourceCulture = value
59 60
             End Set
60 61
         End Property

+ 36
- 36
SYS-UPDATE/My Project/Settings.Designer.vb 查看文件

@@ -1,10 +1,10 @@
1 1
 '------------------------------------------------------------------------------
2 2
 ' <auto-generated>
3
-'     This code was generated by a tool.
4
-'     Runtime Version:4.0.30319.42000
3
+'     這段程式碼是由工具產生的。
4
+'     執行階段版本:4.0.30319.42000
5 5
 '
6
-'     Changes to this file may cause incorrect behavior and will be lost if
7
-'     the code is regenerated.
6
+'     對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
7
+'     變更將會遺失。
8 8
 ' </auto-generated>
9 9
 '------------------------------------------------------------------------------
10 10
 
@@ -13,42 +13,42 @@ Option Explicit On
13 13
 
14 14
 
15 15
 Namespace My
16
-
17
-    <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
18
-     Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
19
-     Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
16
+    
17
+    <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(),  _
18
+     Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.2.0.0"),  _
19
+     Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>  _
20 20
     Partial Friend NotInheritable Class MySettings
21 21
         Inherits Global.System.Configuration.ApplicationSettingsBase
22
-
23
-        Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
24
-
25
-#Region "My.Settings Auto-Save Functionality"
22
+        
23
+        Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
24
+        
25
+#Region "My.Settings 自動儲存功能"
26 26
 #If _MyType = "WindowsForms" Then
27
-        Private Shared addedHandler As Boolean
27
+    Private Shared addedHandler As Boolean
28 28
 
29
-        Private Shared addedHandlerLockObject As New Object
29
+    Private Shared addedHandlerLockObject As New Object
30 30
 
31
-        <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
32
-        Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
33
-            If My.Application.SaveMySettingsOnExit Then
34
-                My.Settings.Save()
35
-            End If
36
-        End Sub
31
+    <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
32
+    Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
33
+        If My.Application.SaveMySettingsOnExit Then
34
+            My.Settings.Save()
35
+        End If
36
+    End Sub
37 37
 #End If
38 38
 #End Region
39
-
39
+        
40 40
         Public Shared ReadOnly Property [Default]() As MySettings
41 41
             Get
42
-
42
+                
43 43
 #If _MyType = "WindowsForms" Then
44
-                   If Not addedHandler Then
45
-                        SyncLock addedHandlerLockObject
46
-                            If Not addedHandler Then
47
-                                AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
48
-                                addedHandler = True
49
-                            End If
50
-                        End SyncLock
51
-                    End If
44
+               If Not addedHandler Then
45
+                    SyncLock addedHandlerLockObject
46
+                        If Not addedHandler Then
47
+                            AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
48
+                            addedHandler = True
49
+                        End If
50
+                    End SyncLock
51
+                End If
52 52
 #End If
53 53
                 Return defaultInstance
54 54
             End Get
@@ -57,13 +57,13 @@ Namespace My
57 57
 End Namespace
58 58
 
59 59
 Namespace My
60
-
61
-    <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
62
-     Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
63
-     Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
60
+    
61
+    <Global.Microsoft.VisualBasic.HideModuleNameAttribute(),  _
62
+     Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _
63
+     Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()>  _
64 64
     Friend Module MySettingsProperty
65
-
66
-        <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
65
+        
66
+        <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")>  _
67 67
         Friend ReadOnly Property Settings() As Global.SYS_UPDATE.My.MySettings
68 68
             Get
69 69
                 Return Global.SYS_UPDATE.My.MySettings.Default

+ 2
- 1
SYS-UPDATE/SYS-UPDATE.vbproj 查看文件

@@ -11,8 +11,9 @@
11 11
     <AssemblyName>SYS-UPDATE</AssemblyName>
12 12
     <FileAlignment>512</FileAlignment>
13 13
     <MyType>WindowsForms</MyType>
14
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14
+    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
15 15
     <Deterministic>true</Deterministic>
16
+    <TargetFrameworkProfile />
16 17
   </PropertyGroup>
17 18
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 19
     <PlatformTarget>AnyCPU</PlatformTarget>

二進制
SYS-UPDATE/bin/Debug/SYS-UPDATE.exe 查看文件


二進制
SYS-UPDATE/bin/Debug/SYS-UPDATE.pdb 查看文件


+ 7
- 0
SYS-UPDATE/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.vb 查看文件

@@ -0,0 +1,7 @@
1
+' <autogenerated/>
2
+            Option Strict Off
3
+            Option Explicit On
4
+
5
+            Imports System
6
+            Imports System.Reflection
7
+            <Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName:=".NET Framework 4.8")>

二進制
SYS-UPDATE/obj/Debug/DesignTimeResolveAssemblyReferences.cache 查看文件


二進制
SYS-UPDATE/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache 查看文件


二進制
SYS-UPDATE/obj/Debug/SYS-UPDATE.exe 查看文件


二進制
SYS-UPDATE/obj/Debug/SYS-UPDATE.pdb 查看文件


二進制
SYS-UPDATE/obj/Debug/SYS-UPDATE.vbproj.AssemblyReference.cache 查看文件


+ 12
- 0
SYS-UPDATE/obj/Debug/SYS-UPDATE.vbproj.FileListAbsolute.txt 查看文件

@@ -22,3 +22,15 @@ D:\工巧明\GA\SYS-UPDATE\SYS-UPDATE\obj\Debug\SYS-UPDATE.exe
22 22
 D:\工巧明\GA\SYS-UPDATE\SYS-UPDATE\obj\Debug\SYS-UPDATE.xml
23 23
 D:\工巧明\GA\SYS-UPDATE\SYS-UPDATE\obj\Debug\SYS-UPDATE.pdb
24 24
 D:\工巧明\GA\SYS-UPDATE\SYS-UPDATE\obj\Debug\SYS-UPDATE.vbprojAssemblyReference.cache
25
+D:\工巧明\GA帳務通用ERP\SYS-UPDATE\SYS-UPDATE\bin\Debug\SYS-UPDATE.exe.config
26
+D:\工巧明\GA帳務通用ERP\SYS-UPDATE\SYS-UPDATE\bin\Debug\SYS-UPDATE.exe
27
+D:\工巧明\GA帳務通用ERP\SYS-UPDATE\SYS-UPDATE\bin\Debug\SYS-UPDATE.pdb
28
+D:\工巧明\GA帳務通用ERP\SYS-UPDATE\SYS-UPDATE\bin\Debug\SYS-UPDATE.xml
29
+D:\工巧明\GA帳務通用ERP\SYS-UPDATE\SYS-UPDATE\obj\Debug\SYS-UPDATE.vbprojAssemblyReference.cache
30
+D:\工巧明\GA帳務通用ERP\SYS-UPDATE\SYS-UPDATE\obj\Debug\SYS_UPDATE.SYS_UPDATE.resources
31
+D:\工巧明\GA帳務通用ERP\SYS-UPDATE\SYS-UPDATE\obj\Debug\SYS_UPDATE.Resources.resources
32
+D:\工巧明\GA帳務通用ERP\SYS-UPDATE\SYS-UPDATE\obj\Debug\SYS-UPDATE.vbproj.GenerateResource.cache
33
+D:\工巧明\GA帳務通用ERP\SYS-UPDATE\SYS-UPDATE\obj\Debug\SYS-UPDATE.vbproj.CoreCompileInputs.cache
34
+D:\工巧明\GA帳務通用ERP\SYS-UPDATE\SYS-UPDATE\obj\Debug\SYS-UPDATE.exe
35
+D:\工巧明\GA帳務通用ERP\SYS-UPDATE\SYS-UPDATE\obj\Debug\SYS-UPDATE.xml
36
+D:\工巧明\GA帳務通用ERP\SYS-UPDATE\SYS-UPDATE\obj\Debug\SYS-UPDATE.pdb

二進制
SYS-UPDATE/obj/Debug/SYS-UPDATE.vbprojAssemblyReference.cache 查看文件


二進制
SYS-UPDATE/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll 查看文件


Loading…
取消
儲存