B70340 2 years ago
parent
commit
aeca1503e6
31 changed files with 135 additions and 49 deletions
  1. BIN
      .vs/MAOJI-REG-SYS/FileContentIndex/bd17d110-be99-4810-a514-b2064aab99bc.vsidx
  2. 0
    0
      .vs/MAOJI-REG-SYS/FileContentIndex/read.lock
  3. BIN
      .vs/MAOJI-REG-SYS/v16/.suo
  4. BIN
      .vs/MAOJI-REG-SYS/v17/.suo
  5. BIN
      MAOJI-REG-SYS/20122712_MotionElements_green-wave-line-background.png
  6. BIN
      MAOJI-REG-SYS/61165.png
  7. 3
    3
      MAOJI-REG-SYS/App.config
  8. 19
    1
      MAOJI-REG-SYS/Form1.Designer.vb
  9. 2
    1
      MAOJI-REG-SYS/MAOJI-REG-SYS.vbproj
  10. 21
    1
      MAOJI-REG-SYS/My Project/Resources.Designer.vb
  11. 8
    2
      MAOJI-REG-SYS/My Project/Resources.resx
  12. 36
    36
      MAOJI-REG-SYS/My Project/Settings.Designer.vb
  13. 1
    1
      MAOJI-REG-SYS/SQL_Module.vb
  14. BIN
      MAOJI-REG-SYS/bin/Debug/MAOJI-REG-SYS.exe
  15. 3
    3
      MAOJI-REG-SYS/bin/Debug/MAOJI-REG-SYS.exe.config
  16. BIN
      MAOJI-REG-SYS/bin/Debug/MAOJI-REG-SYS.pdb
  17. 10
    0
      MAOJI-REG-SYS/bin/Debug/MAOJI-REG-SYS.xml
  18. 7
    0
      MAOJI-REG-SYS/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.vb
  19. BIN
      MAOJI-REG-SYS/obj/Debug/DesignTimeResolveAssemblyReferences.cache
  20. BIN
      MAOJI-REG-SYS/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  21. BIN
      MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.exe
  22. BIN
      MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.pdb
  23. BIN
      MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.vbproj.AssemblyReference.cache
  24. 1
    1
      MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.vbproj.CoreCompileInputs.cache
  25. 14
    0
      MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.vbproj.FileListAbsolute.txt
  26. BIN
      MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.vbproj.GenerateResource.cache
  27. 0
    0
      MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.vbproj.SuggestedBindingRedirects.cache
  28. BIN
      MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.vbprojAssemblyReference.cache
  29. 10
    0
      MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.xml
  30. BIN
      MAOJI-REG-SYS/obj/Debug/MAOJI_REG_SYS.Resources.resources
  31. BIN
      MAOJI-REG-SYS/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll

BIN
.vs/MAOJI-REG-SYS/FileContentIndex/bd17d110-be99-4810-a514-b2064aab99bc.vsidx View File


+ 0
- 0
.vs/MAOJI-REG-SYS/FileContentIndex/read.lock View File


BIN
.vs/MAOJI-REG-SYS/v16/.suo View File


BIN
.vs/MAOJI-REG-SYS/v17/.suo View File


BIN
MAOJI-REG-SYS/20122712_MotionElements_green-wave-line-background.png View File


BIN
MAOJI-REG-SYS/61165.png View File


+ 3
- 3
MAOJI-REG-SYS/App.config View File

@@ -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>

+ 19
- 1
MAOJI-REG-SYS/Form1.Designer.vb View File

@@ -30,6 +30,8 @@ Partial Class 網段
30 30
         Me.內網_bt = New System.Windows.Forms.Button()
31 31
         Me.Label1 = New System.Windows.Forms.Label()
32 32
         Me.外網_bt = New System.Windows.Forms.Button()
33
+        Me.PictureBox1 = New System.Windows.Forms.PictureBox()
34
+        CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
33 35
         Me.SuspendLayout()
34 36
         '
35 37
         'Label8
@@ -117,13 +119,26 @@ Partial Class 網段
117 119
         Me.外網_bt.Text = "外網"
118 120
         Me.外網_bt.UseVisualStyleBackColor = True
119 121
         '
122
+        'PictureBox1
123
+        '
124
+        Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
125
+        Me.PictureBox1.BackgroundImage = Global.MAOJI_REG_SYS.My.Resources.Resources._61165
126
+        Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
127
+        Me.PictureBox1.Location = New System.Drawing.Point(12, 24)
128
+        Me.PictureBox1.Name = "PictureBox1"
129
+        Me.PictureBox1.Size = New System.Drawing.Size(221, 257)
130
+        Me.PictureBox1.TabIndex = 685
131
+        Me.PictureBox1.TabStop = False
132
+        '
120 133
         '網段
121 134
         '
122 135
         Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
123 136
         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
124 137
         Me.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange
125
-        Me.BackgroundImage = Global.MAOJI_REG_SYS.My.Resources.Resources.timg01
138
+        Me.BackgroundImage = Global.MAOJI_REG_SYS.My.Resources.Resources._20122712_MotionElements_green_wave_line_background
139
+        Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
126 140
         Me.ClientSize = New System.Drawing.Size(504, 293)
141
+        Me.Controls.Add(Me.PictureBox1)
127 142
         Me.Controls.Add(Me.外網_bt)
128 143
         Me.Controls.Add(Me.Label8)
129 144
         Me.Controls.Add(Me.Label6)
@@ -132,12 +147,14 @@ Partial Class 網段
132 147
         Me.Controls.Add(Me.設計_bt)
133 148
         Me.Controls.Add(Me.內網_bt)
134 149
         Me.Controls.Add(Me.Label1)
150
+        Me.DoubleBuffered = True
135 151
         Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
136 152
         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
137 153
         Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
138 154
         Me.Name = "網段"
139 155
         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
140 156
         Me.Text = "網段"
157
+        CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
141 158
         Me.ResumeLayout(False)
142 159
 
143 160
     End Sub
@@ -150,4 +167,5 @@ Partial Class 網段
150 167
     Friend WithEvents 內網_bt As Button
151 168
     Friend WithEvents Label1 As Label
152 169
     Friend WithEvents 外網_bt As Button
170
+    Friend WithEvents PictureBox1 As PictureBox
153 171
 End Class

+ 2
- 1
MAOJI-REG-SYS/MAOJI-REG-SYS.vbproj View File

@@ -11,8 +11,9 @@
11 11
     <AssemblyName>MAOJI-REG-SYS</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>

+ 21
- 1
MAOJI-REG-SYS/My Project/Resources.Designer.vb View File

@@ -22,7 +22,7 @@ Namespace My.Resources
22 22
     '''<summary>
23 23
     '''  用於查詢當地語系化字串等的強類型資源類別。
24 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 26
      Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _
27 27
      Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(),  _
28 28
      Global.Microsoft.VisualBasic.HideModuleNameAttribute()>  _
@@ -60,6 +60,26 @@ Namespace My.Resources
60 60
             End Set
61 61
         End Property
62 62
         
63
+        '''<summary>
64
+        '''  查詢類型 System.Drawing.Bitmap 的當地語系化資源。
65
+        '''</summary>
66
+        Friend ReadOnly Property _20122712_MotionElements_green_wave_line_background() As System.Drawing.Bitmap
67
+            Get
68
+                Dim obj As Object = ResourceManager.GetObject("20122712_MotionElements_green-wave-line-background", resourceCulture)
69
+                Return CType(obj,System.Drawing.Bitmap)
70
+            End Get
71
+        End Property
72
+        
73
+        '''<summary>
74
+        '''  查詢類型 System.Drawing.Bitmap 的當地語系化資源。
75
+        '''</summary>
76
+        Friend ReadOnly Property _61165() As System.Drawing.Bitmap
77
+            Get
78
+                Dim obj As Object = ResourceManager.GetObject("61165", resourceCulture)
79
+                Return CType(obj,System.Drawing.Bitmap)
80
+            End Get
81
+        End Property
82
+        
63 83
         '''<summary>
64 84
         '''  查詢類型 System.Drawing.Bitmap 的當地語系化資源。
65 85
         '''</summary>

+ 8
- 2
MAOJI-REG-SYS/My Project/Resources.resx View File

@@ -118,10 +118,16 @@
118 118
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119 119
   </resheader>
120 120
   <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
121
+  <data name="timg01" type="System.Resources.ResXFileRef, System.Windows.Forms">
122
+    <value>..\Resources\timg01.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
123
+  </data>
124
+  <data name="20122712_MotionElements_green-wave-line-background" type="System.Resources.ResXFileRef, System.Windows.Forms">
125
+    <value>..\20122712_MotionElements_green-wave-line-background.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
126
+  </data>
121 127
   <data name="timg02" type="System.Resources.ResXFileRef, System.Windows.Forms">
122 128
     <value>..\Resources\timg02.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
123 129
   </data>
124
-  <data name="timg01" type="System.Resources.ResXFileRef, System.Windows.Forms">
125
-    <value>..\Resources\timg01.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
130
+  <data name="61165" type="System.Resources.ResXFileRef, System.Windows.Forms">
131
+    <value>..\61165.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
126 132
   </data>
127 133
 </root>

+ 36
- 36
MAOJI-REG-SYS/My Project/Settings.Designer.vb View File

@@ -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.MAOJI_REG_SYS.My.MySettings
68 68
             Get
69 69
                 Return Global.MAOJI_REG_SYS.My.MySettings.Default

+ 1
- 1
MAOJI-REG-SYS/SQL_Module.vb View File

@@ -1,6 +1,6 @@
1 1
 Module SQL_Module
2 2
     Friend Sub SQL_連線字串_測試()
3
-        ConString = "Data Source=106.1.50.79;Initial Catalog=MAO-ORANGE-ERP-SYS;Persist Security Info=True;User ID=B70340;Password=Lee0911274990;Max pool size = 200;Connection Timeout=0"
3
+        ConString = "Data Source=106.1.48.106,4567;Initial Catalog=MAO-ORANGE-ERP-SYS;Persist Security Info=True;User ID=B70340;Password=Lee0911274990;Max pool size = 200;Connection Timeout=0"
4 4
     End Sub
5 5
     Friend Sub SQL_連線字串_內網()
6 6
         ConString = "Data Source=192.168.0.199,2433;Initial Catalog=MAO-ORANGE-ERP-SYS;Persist Security Info=True;User ID=B70340;Password=lee0911274990;Max pool size = 200;Connection Timeout=0"

BIN
MAOJI-REG-SYS/bin/Debug/MAOJI-REG-SYS.exe View File


+ 3
- 3
MAOJI-REG-SYS/bin/Debug/MAOJI-REG-SYS.exe.config View File

@@ -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>

BIN
MAOJI-REG-SYS/bin/Debug/MAOJI-REG-SYS.pdb View File


+ 10
- 0
MAOJI-REG-SYS/bin/Debug/MAOJI-REG-SYS.xml View File

@@ -22,6 +22,16 @@ MAOJI-REG-SYS
22 22
   使用這個強類型資源類別的資源查閱。
23 23
 </summary>
24 24
 </member>
25
+<member name="P:MAOJI_REG_SYS.My.Resources.Resources._20122712_MotionElements_green_wave_line_background">
26
+<summary>
27
+  查詢類型 System.Drawing.Bitmap 的當地語系化資源。
28
+</summary>
29
+</member>
30
+<member name="P:MAOJI_REG_SYS.My.Resources.Resources._61165">
31
+<summary>
32
+  查詢類型 System.Drawing.Bitmap 的當地語系化資源。
33
+</summary>
34
+</member>
25 35
 <member name="P:MAOJI_REG_SYS.My.Resources.Resources.timg01">
26 36
 <summary>
27 37
   查詢類型 System.Drawing.Bitmap 的當地語系化資源。

+ 7
- 0
MAOJI-REG-SYS/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.vb View File

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

BIN
MAOJI-REG-SYS/obj/Debug/DesignTimeResolveAssemblyReferences.cache View File


BIN
MAOJI-REG-SYS/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache View File


BIN
MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.exe View File


BIN
MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.pdb View File


BIN
MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.vbproj.AssemblyReference.cache View File


+ 1
- 1
MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.vbproj.CoreCompileInputs.cache View File

@@ -1 +1 @@
1
-4ed6abbf55a2f018710f27bece15ffdda90e27cb
1
+741c3e1a343f714a9dd4c0c1938d96f4aa4124f1

+ 14
- 0
MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.vbproj.FileListAbsolute.txt View File

@@ -11,3 +11,17 @@ G:\MAOJI-REG-SYS\MAOJI-REG-SYS\obj\Debug\MAOJI-REG-SYS.vbproj.CoreCompileInputs.
11 11
 G:\MAOJI-REG-SYS\MAOJI-REG-SYS\obj\Debug\MAOJI-REG-SYS.exe
12 12
 G:\MAOJI-REG-SYS\MAOJI-REG-SYS\obj\Debug\MAOJI-REG-SYS.xml
13 13
 G:\MAOJI-REG-SYS\MAOJI-REG-SYS\obj\Debug\MAOJI-REG-SYS.pdb
14
+D:\工巧明\MAOJI\MAOJI-REG-SYS\MAOJI-REG-SYS\bin\Debug\MAOJI-REG-SYS.exe.config
15
+D:\工巧明\MAOJI\MAOJI-REG-SYS\MAOJI-REG-SYS\bin\Debug\MAOJI-REG-SYS.exe
16
+D:\工巧明\MAOJI\MAOJI-REG-SYS\MAOJI-REG-SYS\bin\Debug\MAOJI-REG-SYS.pdb
17
+D:\工巧明\MAOJI\MAOJI-REG-SYS\MAOJI-REG-SYS\bin\Debug\MAOJI-REG-SYS.xml
18
+D:\工巧明\MAOJI\MAOJI-REG-SYS\MAOJI-REG-SYS\obj\Debug\MAOJI_REG_SYS.網段.resources
19
+D:\工巧明\MAOJI\MAOJI-REG-SYS\MAOJI-REG-SYS\obj\Debug\MAOJI_REG_SYS.MOJI_REG_SYS.resources
20
+D:\工巧明\MAOJI\MAOJI-REG-SYS\MAOJI-REG-SYS\obj\Debug\MAOJI_REG_SYS.Resources.resources
21
+D:\工巧明\MAOJI\MAOJI-REG-SYS\MAOJI-REG-SYS\obj\Debug\MAOJI-REG-SYS.vbproj.GenerateResource.cache
22
+D:\工巧明\MAOJI\MAOJI-REG-SYS\MAOJI-REG-SYS\obj\Debug\MAOJI-REG-SYS.vbproj.CoreCompileInputs.cache
23
+D:\工巧明\MAOJI\MAOJI-REG-SYS\MAOJI-REG-SYS\obj\Debug\MAOJI-REG-SYS.exe
24
+D:\工巧明\MAOJI\MAOJI-REG-SYS\MAOJI-REG-SYS\obj\Debug\MAOJI-REG-SYS.xml
25
+D:\工巧明\MAOJI\MAOJI-REG-SYS\MAOJI-REG-SYS\obj\Debug\MAOJI-REG-SYS.pdb
26
+D:\工巧明\MAOJI\MAOJI-REG-SYS\MAOJI-REG-SYS\obj\Debug\MAOJI-REG-SYS.vbproj.AssemblyReference.cache
27
+D:\工巧明\MAOJI\MAOJI-REG-SYS\MAOJI-REG-SYS\obj\Debug\MAOJI-REG-SYS.vbproj.SuggestedBindingRedirects.cache

BIN
MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.vbproj.GenerateResource.cache View File


+ 0
- 0
MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.vbproj.SuggestedBindingRedirects.cache View File


BIN
MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.vbprojAssemblyReference.cache View File


+ 10
- 0
MAOJI-REG-SYS/obj/Debug/MAOJI-REG-SYS.xml View File

@@ -22,6 +22,16 @@ MAOJI-REG-SYS
22 22
   使用這個強類型資源類別的資源查閱。
23 23
 </summary>
24 24
 </member>
25
+<member name="P:MAOJI_REG_SYS.My.Resources.Resources._20122712_MotionElements_green_wave_line_background">
26
+<summary>
27
+  查詢類型 System.Drawing.Bitmap 的當地語系化資源。
28
+</summary>
29
+</member>
30
+<member name="P:MAOJI_REG_SYS.My.Resources.Resources._61165">
31
+<summary>
32
+  查詢類型 System.Drawing.Bitmap 的當地語系化資源。
33
+</summary>
34
+</member>
25 35
 <member name="P:MAOJI_REG_SYS.My.Resources.Resources.timg01">
26 36
 <summary>
27 37
   查詢類型 System.Drawing.Bitmap 的當地語系化資源。

BIN
MAOJI-REG-SYS/obj/Debug/MAOJI_REG_SYS.Resources.resources View File


BIN
MAOJI-REG-SYS/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll View File


Loading…
Cancel
Save