B70340 1 rok temu
rodzic
commit
723066467d

BIN
.vs/YD-REG-SYS/FileContentIndex/77034d29-7ae4-41b5-8401-5d9895fbc15a.vsidx Wyświetl plik


+ 0
- 0
.vs/YD-REG-SYS/FileContentIndex/read.lock Wyświetl plik


BIN
.vs/YD-REG-SYS/v17/.suo Wyświetl plik


+ 3
- 3
YD-REG-SYS/App.config Wyświetl plik

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

+ 13
- 13
YD-REG-SYS/My Project/Application.Designer.vb Wyświetl plik

1
 '------------------------------------------------------------------------------
1
 '------------------------------------------------------------------------------
2
 ' <auto-generated>
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
 ' </auto-generated>
8
 ' </auto-generated>
9
 '------------------------------------------------------------------------------
9
 '------------------------------------------------------------------------------
10
 
10
 
13
 
13
 
14
 
14
 
15
 Namespace My
15
 Namespace My
16
-
17
-    'NOTE: This file is auto-generated; do not modify it directly.  To make changes,
18
-    ' or if you encounter build errors in this file, go to the Project Designer
19
-    ' (go to Project Properties or double-click the My Project node in
20
-    ' Solution Explorer), and make changes on the Application tab.
16
+    
17
+    '注意:這是自動產生的檔案,請勿直接修改它。若要進行變更,
18
+    ' 或者您在這個檔案發生建置錯誤,請到專案設計工具
19
+    ' (移至專案屬性或者在 [方案總管] 中按兩下 [My Project] 節點),
20
+    ' 然後在 [應用程式] 索引標籤上進行變更。
21
     '
21
     '
22
     Partial Friend Class MyApplication
22
     Partial Friend Class MyApplication
23
-
24
-        <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
23
+        
24
+        <Global.System.Diagnostics.DebuggerStepThroughAttribute()>  _
25
         Public Sub New()
25
         Public Sub New()
26
             MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
26
             MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
27
             Me.IsSingleInstance = false
27
             Me.IsSingleInstance = false
29
             Me.SaveMySettingsOnExit = true
29
             Me.SaveMySettingsOnExit = true
30
             Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
30
             Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
31
         End Sub
31
         End Sub
32
-
33
-        <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
32
+        
33
+        <Global.System.Diagnostics.DebuggerStepThroughAttribute()>  _
34
         Protected Overrides Sub OnCreateMainForm()
34
         Protected Overrides Sub OnCreateMainForm()
35
             Me.MainForm = Global.YD_REG_SYS.Form1
35
             Me.MainForm = Global.YD_REG_SYS.Form1
36
         End Sub
36
         End Sub

+ 1
- 1
YD-REG-SYS/My Project/Resources.Designer.vb Wyświetl plik

22
     '''<summary>
22
     '''<summary>
23
     '''  用於查詢當地語系化字串等的強類型資源類別。
23
     '''  用於查詢當地語系化字串等的強類型資源類別。
24
     '''</summary>
24
     '''</summary>
25
-    <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0"),  _
25
+    <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0"),  _
26
      Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _
26
      Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _
27
      Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(),  _
27
      Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(),  _
28
      Global.Microsoft.VisualBasic.HideModuleNameAttribute()>  _
28
      Global.Microsoft.VisualBasic.HideModuleNameAttribute()>  _

+ 36
- 36
YD-REG-SYS/My Project/Settings.Designer.vb Wyświetl plik

1
 '------------------------------------------------------------------------------
1
 '------------------------------------------------------------------------------
2
 ' <auto-generated>
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
 ' </auto-generated>
8
 ' </auto-generated>
9
 '------------------------------------------------------------------------------
9
 '------------------------------------------------------------------------------
10
 
10
 
13
 
13
 
14
 
14
 
15
 Namespace My
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.5.0.0"),  _
19
+     Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>  _
20
     Partial Friend NotInheritable Class MySettings
20
     Partial Friend NotInheritable Class MySettings
21
         Inherits Global.System.Configuration.ApplicationSettingsBase
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
 #If _MyType = "WindowsForms" Then
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
 #End If
37
 #End If
38
 #End Region
38
 #End Region
39
-
39
+        
40
         Public Shared ReadOnly Property [Default]() As MySettings
40
         Public Shared ReadOnly Property [Default]() As MySettings
41
             Get
41
             Get
42
-
42
+                
43
 #If _MyType = "WindowsForms" Then
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
 #End If
52
 #End If
53
                 Return defaultInstance
53
                 Return defaultInstance
54
             End Get
54
             End Get
57
 End Namespace
57
 End Namespace
58
 
58
 
59
 Namespace My
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
     Friend Module MySettingsProperty
64
     Friend Module MySettingsProperty
65
-
66
-        <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
65
+        
66
+        <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")>  _
67
         Friend ReadOnly Property Settings() As Global.YD_REG_SYS.My.MySettings
67
         Friend ReadOnly Property Settings() As Global.YD_REG_SYS.My.MySettings
68
             Get
68
             Get
69
                 Return Global.YD_REG_SYS.My.MySettings.Default
69
                 Return Global.YD_REG_SYS.My.MySettings.Default

+ 2
- 1
YD-REG-SYS/YD-REG-SYS.vbproj Wyświetl plik

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

+ 7
- 0
YD-REG-SYS/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.vb Wyświetl plik

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")>

BIN
YD-REG-SYS/obj/Debug/DesignTimeResolveAssemblyReferences.cache Wyświetl plik


BIN
YD-REG-SYS/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache Wyświetl plik


BIN
YD-REG-SYS/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll Wyświetl plik


BIN
YD-REG-SYS/obj/Debug/YD-REG-SYS.vbproj.AssemblyReference.cache Wyświetl plik


Ładowanie…
Anuluj
Zapisz