Sfoglia il codice sorgente

主程式提交

Signed-off-by: B70340 <b70340@gmail.com>
B70340 4 anni fa
commit
cbe23681b7
31 ha cambiato i file con 894 aggiunte e 0 eliminazioni
  1. BIN
      .vs/BIFENG-REG-SYS/v16/.suo
  2. 0
    0
      .vs/BIFENG-REG-SYS/v16/Server/sqlite3/db.lock
  3. BIN
      .vs/BIFENG-REG-SYS/v16/Server/sqlite3/storage.ide
  4. 25
    0
      BIFENG-REG-SYS.sln
  5. 6
    0
      BIFENG-REG-SYS/App.config
  6. 154
    0
      BIFENG-REG-SYS/BIFENG-REG-SYS.Designer.vb
  7. 120
    0
      BIFENG-REG-SYS/BIFENG-REG-SYS.resx
  8. 53
    0
      BIFENG-REG-SYS/BIFENG-REG-SYS.vb
  9. 124
    0
      BIFENG-REG-SYS/BIFENG-REG-SYS.vbproj
  10. 38
    0
      BIFENG-REG-SYS/My Project/Application.Designer.vb
  11. 11
    0
      BIFENG-REG-SYS/My Project/Application.myapp
  12. 35
    0
      BIFENG-REG-SYS/My Project/AssemblyInfo.vb
  13. 62
    0
      BIFENG-REG-SYS/My Project/Resources.Designer.vb
  14. 117
    0
      BIFENG-REG-SYS/My Project/Resources.resx
  15. 73
    0
      BIFENG-REG-SYS/My Project/Settings.Designer.vb
  16. 7
    0
      BIFENG-REG-SYS/My Project/Settings.settings
  17. BIN
      BIFENG-REG-SYS/bin/Debug/BIFENG-REG-SYS.exe
  18. 6
    0
      BIFENG-REG-SYS/bin/Debug/BIFENG-REG-SYS.exe.config
  19. BIN
      BIFENG-REG-SYS/bin/Debug/BIFENG-REG-SYS.pdb
  20. 26
    0
      BIFENG-REG-SYS/bin/Debug/BIFENG-REG-SYS.xml
  21. BIN
      BIFENG-REG-SYS/obj/Debug/BIFENG-REG-SYS.exe
  22. BIN
      BIFENG-REG-SYS/obj/Debug/BIFENG-REG-SYS.pdb
  23. 11
    0
      BIFENG-REG-SYS/obj/Debug/BIFENG-REG-SYS.vbproj.FileListAbsolute.txt
  24. BIN
      BIFENG-REG-SYS/obj/Debug/BIFENG-REG-SYS.vbproj.GenerateResource.cache
  25. BIN
      BIFENG-REG-SYS/obj/Debug/BIFENG-REG-SYS.vbprojAssemblyReference.cache
  26. 26
    0
      BIFENG-REG-SYS/obj/Debug/BIFENG-REG-SYS.xml
  27. BIN
      BIFENG-REG-SYS/obj/Debug/BIFENG_REG_SYS.Form1.resources
  28. BIN
      BIFENG-REG-SYS/obj/Debug/BIFENG_REG_SYS.Resources.resources
  29. BIN
      BIFENG-REG-SYS/obj/Debug/DesignTimeResolveAssemblyReferences.cache
  30. BIN
      BIFENG-REG-SYS/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  31. BIN
      BIFENG-REG-SYS/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll

BIN
.vs/BIFENG-REG-SYS/v16/.suo Vedi File


+ 0
- 0
.vs/BIFENG-REG-SYS/v16/Server/sqlite3/db.lock Vedi File


BIN
.vs/BIFENG-REG-SYS/v16/Server/sqlite3/storage.ide Vedi File


+ 25
- 0
BIFENG-REG-SYS.sln Vedi File

@@ -0,0 +1,25 @@
1
+
2
+Microsoft Visual Studio Solution File, Format Version 12.00
3
+# Visual Studio Version 16
4
+VisualStudioVersion = 16.0.29709.97
5
+MinimumVisualStudioVersion = 10.0.40219.1
6
+Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BIFENG-REG-SYS", "BIFENG-REG-SYS\BIFENG-REG-SYS.vbproj", "{AD909858-9216-45E1-991D-2383E8085939}"
7
+EndProject
8
+Global
9
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
10
+		Debug|Any CPU = Debug|Any CPU
11
+		Release|Any CPU = Release|Any CPU
12
+	EndGlobalSection
13
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
14
+		{AD909858-9216-45E1-991D-2383E8085939}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15
+		{AD909858-9216-45E1-991D-2383E8085939}.Debug|Any CPU.Build.0 = Debug|Any CPU
16
+		{AD909858-9216-45E1-991D-2383E8085939}.Release|Any CPU.ActiveCfg = Release|Any CPU
17
+		{AD909858-9216-45E1-991D-2383E8085939}.Release|Any CPU.Build.0 = Release|Any CPU
18
+	EndGlobalSection
19
+	GlobalSection(SolutionProperties) = preSolution
20
+		HideSolutionNode = FALSE
21
+	EndGlobalSection
22
+	GlobalSection(ExtensibilityGlobals) = postSolution
23
+		SolutionGuid = {0140A0CA-30E4-47CC-B0AE-3C2A5643E534}
24
+	EndGlobalSection
25
+EndGlobal

+ 6
- 0
BIFENG-REG-SYS/App.config Vedi File

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

+ 154
- 0
BIFENG-REG-SYS/BIFENG-REG-SYS.Designer.vb Vedi File

@@ -0,0 +1,154 @@
1
+<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2
+Partial Class Form1
3
+    Inherits System.Windows.Forms.Form
4
+
5
+    'Form 覆寫 Dispose 以清除元件清單。
6
+    <System.Diagnostics.DebuggerNonUserCode()> _
7
+    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8
+        Try
9
+            If disposing AndAlso components IsNot Nothing Then
10
+                components.Dispose()
11
+            End If
12
+        Finally
13
+            MyBase.Dispose(disposing)
14
+        End Try
15
+    End Sub
16
+
17
+    '為 Windows Form 設計工具的必要項
18
+    Private components As System.ComponentModel.IContainer
19
+
20
+    '注意: 以下為 Windows Form 設計工具所需的程序
21
+    '可以使用 Windows Form 設計工具進行修改。
22
+    '請勿使用程式碼編輯器進行修改。
23
+    <System.Diagnostics.DebuggerStepThrough()> _
24
+    Private Sub InitializeComponent()
25
+        Me.Button2 = New System.Windows.Forms.Button()
26
+        Me.Label4 = New System.Windows.Forms.Label()
27
+        Me.Label3 = New System.Windows.Forms.Label()
28
+        Me.Label2 = New System.Windows.Forms.Label()
29
+        Me.Label1 = New System.Windows.Forms.Label()
30
+        Me.TextBox4 = New System.Windows.Forms.TextBox()
31
+        Me.TextBox3 = New System.Windows.Forms.TextBox()
32
+        Me.TextBox2 = New System.Windows.Forms.TextBox()
33
+        Me.Button1 = New System.Windows.Forms.Button()
34
+        Me.TextBox1 = New System.Windows.Forms.TextBox()
35
+        Me.SuspendLayout()
36
+        '
37
+        'Button2
38
+        '
39
+        Me.Button2.Location = New System.Drawing.Point(196, 128)
40
+        Me.Button2.Name = "Button2"
41
+        Me.Button2.Size = New System.Drawing.Size(183, 52)
42
+        Me.Button2.TabIndex = 21
43
+        Me.Button2.Text = "電腦註冊" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
44
+        Me.Button2.UseVisualStyleBackColor = True
45
+        '
46
+        'Label4
47
+        '
48
+        Me.Label4.AutoSize = True
49
+        Me.Label4.Location = New System.Drawing.Point(10, 102)
50
+        Me.Label4.Name = "Label4"
51
+        Me.Label4.Size = New System.Drawing.Size(56, 16)
52
+        Me.Label4.TabIndex = 20
53
+        Me.Label4.Text = "磁盘型態"
54
+        '
55
+        'Label3
56
+        '
57
+        Me.Label3.AutoSize = True
58
+        Me.Label3.Location = New System.Drawing.Point(10, 73)
59
+        Me.Label3.Name = "Label3"
60
+        Me.Label3.Size = New System.Drawing.Size(56, 16)
61
+        Me.Label3.TabIndex = 19
62
+        Me.Label3.Text = "硬碟序列"
63
+        '
64
+        'Label2
65
+        '
66
+        Me.Label2.AutoSize = True
67
+        Me.Label2.Location = New System.Drawing.Point(10, 44)
68
+        Me.Label2.Name = "Label2"
69
+        Me.Label2.Size = New System.Drawing.Size(44, 16)
70
+        Me.Label2.TabIndex = 18
71
+        Me.Label2.Text = "硬碟ID"
72
+        '
73
+        'Label1
74
+        '
75
+        Me.Label1.AutoSize = True
76
+        Me.Label1.Location = New System.Drawing.Point(10, 15)
77
+        Me.Label1.Name = "Label1"
78
+        Me.Label1.Size = New System.Drawing.Size(48, 16)
79
+        Me.Label1.TabIndex = 17
80
+        Me.Label1.Text = "MAC碼"
81
+        '
82
+        'TextBox4
83
+        '
84
+        Me.TextBox4.Location = New System.Drawing.Point(72, 99)
85
+        Me.TextBox4.Name = "TextBox4"
86
+        Me.TextBox4.Size = New System.Drawing.Size(307, 23)
87
+        Me.TextBox4.TabIndex = 16
88
+        '
89
+        'TextBox3
90
+        '
91
+        Me.TextBox3.Location = New System.Drawing.Point(72, 70)
92
+        Me.TextBox3.Name = "TextBox3"
93
+        Me.TextBox3.Size = New System.Drawing.Size(307, 23)
94
+        Me.TextBox3.TabIndex = 15
95
+        '
96
+        'TextBox2
97
+        '
98
+        Me.TextBox2.Location = New System.Drawing.Point(72, 41)
99
+        Me.TextBox2.Name = "TextBox2"
100
+        Me.TextBox2.Size = New System.Drawing.Size(307, 23)
101
+        Me.TextBox2.TabIndex = 14
102
+        '
103
+        'Button1
104
+        '
105
+        Me.Button1.Location = New System.Drawing.Point(8, 128)
106
+        Me.Button1.Name = "Button1"
107
+        Me.Button1.Size = New System.Drawing.Size(183, 52)
108
+        Me.Button1.TabIndex = 13
109
+        Me.Button1.Text = "取得本地電腦訊息"
110
+        Me.Button1.UseVisualStyleBackColor = True
111
+        '
112
+        'TextBox1
113
+        '
114
+        Me.TextBox1.Location = New System.Drawing.Point(72, 12)
115
+        Me.TextBox1.Name = "TextBox1"
116
+        Me.TextBox1.Size = New System.Drawing.Size(307, 23)
117
+        Me.TextBox1.TabIndex = 12
118
+        '
119
+        'Form1
120
+        '
121
+        Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
122
+        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
123
+        Me.ClientSize = New System.Drawing.Size(389, 187)
124
+        Me.Controls.Add(Me.Button2)
125
+        Me.Controls.Add(Me.Label4)
126
+        Me.Controls.Add(Me.Label3)
127
+        Me.Controls.Add(Me.Label2)
128
+        Me.Controls.Add(Me.Label1)
129
+        Me.Controls.Add(Me.TextBox4)
130
+        Me.Controls.Add(Me.TextBox3)
131
+        Me.Controls.Add(Me.TextBox2)
132
+        Me.Controls.Add(Me.Button1)
133
+        Me.Controls.Add(Me.TextBox1)
134
+        Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
135
+        Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
136
+        Me.Name = "Form1"
137
+        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
138
+        Me.Text = "BIFENG-REG-SYS"
139
+        Me.ResumeLayout(False)
140
+        Me.PerformLayout()
141
+
142
+    End Sub
143
+
144
+    Friend WithEvents Button2 As Button
145
+    Friend WithEvents Label4 As Label
146
+    Friend WithEvents Label3 As Label
147
+    Friend WithEvents Label2 As Label
148
+    Friend WithEvents Label1 As Label
149
+    Friend WithEvents TextBox4 As TextBox
150
+    Friend WithEvents TextBox3 As TextBox
151
+    Friend WithEvents TextBox2 As TextBox
152
+    Friend WithEvents Button1 As Button
153
+    Friend WithEvents TextBox1 As TextBox
154
+End Class

+ 120
- 0
BIFENG-REG-SYS/BIFENG-REG-SYS.resx Vedi File

@@ -0,0 +1,120 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<root>
3
+  <!-- 
4
+    Microsoft ResX Schema 
5
+    
6
+    Version 2.0
7
+    
8
+    The primary goals of this format is to allow a simple XML format 
9
+    that is mostly human readable. The generation and parsing of the 
10
+    various data types are done through the TypeConverter classes 
11
+    associated with the data types.
12
+    
13
+    Example:
14
+    
15
+    ... ado.net/XML headers & schema ...
16
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
17
+    <resheader name="version">2.0</resheader>
18
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
19
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
20
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
21
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
22
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
23
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
24
+    </data>
25
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
26
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
27
+        <comment>This is a comment</comment>
28
+    </data>
29
+                
30
+    There are any number of "resheader" rows that contain simple 
31
+    name/value pairs.
32
+    
33
+    Each data row contains a name, and value. The row also contains a 
34
+    type or mimetype. Type corresponds to a .NET class that support 
35
+    text/value conversion through the TypeConverter architecture. 
36
+    Classes that don't support this are serialized and stored with the 
37
+    mimetype set.
38
+    
39
+    The mimetype is used for serialized objects, and tells the 
40
+    ResXResourceReader how to depersist the object. This is currently not 
41
+    extensible. For a given mimetype the value must be set accordingly:
42
+    
43
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
44
+    that the ResXResourceWriter will generate, however the reader can 
45
+    read any of the formats listed below.
46
+    
47
+    mimetype: application/x-microsoft.net.object.binary.base64
48
+    value   : The object must be serialized with 
49
+            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
50
+            : and then encoded with base64 encoding.
51
+    
52
+    mimetype: application/x-microsoft.net.object.soap.base64
53
+    value   : The object must be serialized with 
54
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
55
+            : and then encoded with base64 encoding.
56
+
57
+    mimetype: application/x-microsoft.net.object.bytearray.base64
58
+    value   : The object must be serialized into a byte array 
59
+            : using a System.ComponentModel.TypeConverter
60
+            : and then encoded with base64 encoding.
61
+    -->
62
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
63
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
64
+    <xsd:element name="root" msdata:IsDataSet="true">
65
+      <xsd:complexType>
66
+        <xsd:choice maxOccurs="unbounded">
67
+          <xsd:element name="metadata">
68
+            <xsd:complexType>
69
+              <xsd:sequence>
70
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
71
+              </xsd:sequence>
72
+              <xsd:attribute name="name" use="required" type="xsd:string" />
73
+              <xsd:attribute name="type" type="xsd:string" />
74
+              <xsd:attribute name="mimetype" type="xsd:string" />
75
+              <xsd:attribute ref="xml:space" />
76
+            </xsd:complexType>
77
+          </xsd:element>
78
+          <xsd:element name="assembly">
79
+            <xsd:complexType>
80
+              <xsd:attribute name="alias" type="xsd:string" />
81
+              <xsd:attribute name="name" type="xsd:string" />
82
+            </xsd:complexType>
83
+          </xsd:element>
84
+          <xsd:element name="data">
85
+            <xsd:complexType>
86
+              <xsd:sequence>
87
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
88
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
89
+              </xsd:sequence>
90
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
91
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
92
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
93
+              <xsd:attribute ref="xml:space" />
94
+            </xsd:complexType>
95
+          </xsd:element>
96
+          <xsd:element name="resheader">
97
+            <xsd:complexType>
98
+              <xsd:sequence>
99
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
100
+              </xsd:sequence>
101
+              <xsd:attribute name="name" type="xsd:string" use="required" />
102
+            </xsd:complexType>
103
+          </xsd:element>
104
+        </xsd:choice>
105
+      </xsd:complexType>
106
+    </xsd:element>
107
+  </xsd:schema>
108
+  <resheader name="resmimetype">
109
+    <value>text/microsoft-resx</value>
110
+  </resheader>
111
+  <resheader name="version">
112
+    <value>2.0</value>
113
+  </resheader>
114
+  <resheader name="reader">
115
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
116
+  </resheader>
117
+  <resheader name="writer">
118
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119
+  </resheader>
120
+</root>

+ 53
- 0
BIFENG-REG-SYS/BIFENG-REG-SYS.vb Vedi File

@@ -0,0 +1,53 @@
1
+Option Strict Off
2
+Imports System.Data.SqlClient
3
+Public Class Form1
4
+    Dim conn As New SqlConnection
5
+    Dim da As New SqlDataAdapter
6
+    Dim cmd As New SqlCommand
7
+    Dim ds As New DataSet
8
+    Dim dr As SqlDataReader
9
+    Dim ConString As String
10
+    Dim SQL1 As String
11
+    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
12
+        ConString = "Data Source=192.168.12.127;Initial Catalog=BIFENG-ERP-SYS;Persist Security Info=True;User ID=b70340;Password=0911274990;Max pool size = 200;Connection Timeout=0"
13
+    End Sub
14
+    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
15
+        '-----MAC碼----------------------------------------------------------------------------------------------
16
+        Dim Wmi As New Management.ManagementObjectSearcher("SELECT * FROM Win32_NetworkAdapterConfiguration")
17
+        For Each WmiObj As Management.ManagementObject In Wmi.Get
18
+            If CBool(WmiObj("IPEnabled")) Then
19
+                TextBox1.Text = WmiObj("MACAddress")
20
+            End If
21
+        Next
22
+        '-----硬碟資料----------------------------------------------------------------------------------------------
23
+        Dim cmicWmi As New Management.ManagementObjectSearcher("SELECT * FROM Win32_DiskDrive")
24
+        Dim diskId As String '数字ID
25
+        Dim diskSerialNumber As String '这个我们暂且称其为序列号码
26
+        Dim diskModel As String '序列号
27
+        For Each cmicWmiObj As Management.ManagementObject In cmicWmi.Get
28
+            diskId = cmicWmiObj("signature")
29
+            diskSerialNumber = cmicWmiObj("serialnumber")
30
+            diskModel = cmicWmiObj("Model")
31
+            TextBox2.Text = diskId
32
+            TextBox3.Text = diskSerialNumber
33
+            TextBox4.Text = diskModel
34
+        Next
35
+    End Sub
36
+    Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
37
+        conn.Close()
38
+        If conn.State = ConnectionState.Closed Then : conn.ConnectionString = ConString : conn.Open() : End If
39
+        SQL1 = "SELECT MAC碼 FROM 系統綁定電腦資訊 WHERE MAC碼 LIKE N'" & TextBox1.Text & "' AND 硬碟ID LIKE N'" & TextBox2.Text & "' AND 硬碟序列 LIKE N'" & TextBox3.Text & "' AND 磁盘型態 LIKE N'" & TextBox4.Text & "'"
40
+        cmd.CommandText = SQL1 : cmd.Connection = conn : dr = cmd.ExecuteReader
41
+        If dr.Read() Then
42
+            conn.Close()
43
+            MsgBox("該電腦以綁定過")
44
+        Else
45
+            conn.Close()
46
+            If conn.State = ConnectionState.Closed Then : conn.ConnectionString = ConString : conn.Open() : End If
47
+            SQL1 = "INSERT INTO 系統綁定電腦資訊 (MAC碼, 硬碟ID, 硬碟序列, 磁盘型態) " &
48
+                  "VALUES (N'" & TextBox1.Text & "',N'" & TextBox2.Text & "',N'" & TextBox3.Text & "',N'" & TextBox4.Text & "')"
49
+            cmd.Connection = conn : cmd.CommandText = SQL1 : cmd.ExecuteNonQuery() : conn.Close()
50
+            MsgBox("新增完成")
51
+        End If
52
+    End Sub
53
+End Class

+ 124
- 0
BIFENG-REG-SYS/BIFENG-REG-SYS.vbproj Vedi File

@@ -0,0 +1,124 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+  <PropertyGroup>
5
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
+    <ProjectGuid>{AD909858-9216-45E1-991D-2383E8085939}</ProjectGuid>
8
+    <OutputType>WinExe</OutputType>
9
+    <StartupObject>BIFENG_REG_SYS.My.MyApplication</StartupObject>
10
+    <RootNamespace>BIFENG_REG_SYS</RootNamespace>
11
+    <AssemblyName>BIFENG-REG-SYS</AssemblyName>
12
+    <FileAlignment>512</FileAlignment>
13
+    <MyType>WindowsForms</MyType>
14
+    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
15
+    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
16
+    <Deterministic>true</Deterministic>
17
+  </PropertyGroup>
18
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19
+    <PlatformTarget>AnyCPU</PlatformTarget>
20
+    <DebugSymbols>true</DebugSymbols>
21
+    <DebugType>full</DebugType>
22
+    <DefineDebug>true</DefineDebug>
23
+    <DefineTrace>true</DefineTrace>
24
+    <OutputPath>bin\Debug\</OutputPath>
25
+    <DocumentationFile>BIFENG-REG-SYS.xml</DocumentationFile>
26
+    <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
27
+  </PropertyGroup>
28
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29
+    <PlatformTarget>AnyCPU</PlatformTarget>
30
+    <DebugType>pdbonly</DebugType>
31
+    <DefineDebug>false</DefineDebug>
32
+    <DefineTrace>true</DefineTrace>
33
+    <Optimize>true</Optimize>
34
+    <OutputPath>bin\Release\</OutputPath>
35
+    <DocumentationFile>BIFENG-REG-SYS.xml</DocumentationFile>
36
+    <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
37
+  </PropertyGroup>
38
+  <PropertyGroup>
39
+    <OptionExplicit>On</OptionExplicit>
40
+  </PropertyGroup>
41
+  <PropertyGroup>
42
+    <OptionCompare>Binary</OptionCompare>
43
+  </PropertyGroup>
44
+  <PropertyGroup>
45
+    <OptionStrict>Off</OptionStrict>
46
+  </PropertyGroup>
47
+  <PropertyGroup>
48
+    <OptionInfer>On</OptionInfer>
49
+  </PropertyGroup>
50
+  <ItemGroup>
51
+    <Reference Include="System" />
52
+    <Reference Include="System.Data" />
53
+    <Reference Include="System.Deployment" />
54
+    <Reference Include="System.Drawing" />
55
+    <Reference Include="System.Management" />
56
+    <Reference Include="System.Windows.Forms" />
57
+    <Reference Include="System.Xml" />
58
+    <Reference Include="System.Core" />
59
+    <Reference Include="System.Xml.Linq" />
60
+    <Reference Include="System.Data.DataSetExtensions" />
61
+    <Reference Include="System.Net.Http" />
62
+  </ItemGroup>
63
+  <ItemGroup>
64
+    <Import Include="Microsoft.VisualBasic" />
65
+    <Import Include="System" />
66
+    <Import Include="System.Collections" />
67
+    <Import Include="System.Collections.Generic" />
68
+    <Import Include="System.Data" />
69
+    <Import Include="System.Drawing" />
70
+    <Import Include="System.Diagnostics" />
71
+    <Import Include="System.Windows.Forms" />
72
+    <Import Include="System.Linq" />
73
+    <Import Include="System.Xml.Linq" />
74
+    <Import Include="System.Threading.Tasks" />
75
+  </ItemGroup>
76
+  <ItemGroup>
77
+    <Compile Include="BIFENG-REG-SYS.vb">
78
+      <SubType>Form</SubType>
79
+    </Compile>
80
+    <Compile Include="BIFENG-REG-SYS.Designer.vb">
81
+      <DependentUpon>BIFENG-REG-SYS.vb</DependentUpon>
82
+      <SubType>Form</SubType>
83
+    </Compile>
84
+    <Compile Include="My Project\AssemblyInfo.vb" />
85
+    <Compile Include="My Project\Application.Designer.vb">
86
+      <AutoGen>True</AutoGen>
87
+      <DependentUpon>Application.myapp</DependentUpon>
88
+    </Compile>
89
+    <Compile Include="My Project\Resources.Designer.vb">
90
+      <AutoGen>True</AutoGen>
91
+      <DesignTime>True</DesignTime>
92
+      <DependentUpon>Resources.resx</DependentUpon>
93
+    </Compile>
94
+    <Compile Include="My Project\Settings.Designer.vb">
95
+      <AutoGen>True</AutoGen>
96
+      <DependentUpon>Settings.settings</DependentUpon>
97
+      <DesignTimeSharedInput>True</DesignTimeSharedInput>
98
+    </Compile>
99
+  </ItemGroup>
100
+  <ItemGroup>
101
+    <EmbeddedResource Include="BIFENG-REG-SYS.resx">
102
+      <DependentUpon>BIFENG-REG-SYS.vb</DependentUpon>
103
+    </EmbeddedResource>
104
+    <EmbeddedResource Include="My Project\Resources.resx">
105
+      <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
106
+      <LastGenOutput>Resources.Designer.vb</LastGenOutput>
107
+      <CustomToolNamespace>My.Resources</CustomToolNamespace>
108
+      <SubType>Designer</SubType>
109
+    </EmbeddedResource>
110
+  </ItemGroup>
111
+  <ItemGroup>
112
+    <None Include="My Project\Application.myapp">
113
+      <Generator>MyApplicationCodeGenerator</Generator>
114
+      <LastGenOutput>Application.Designer.vb</LastGenOutput>
115
+    </None>
116
+    <None Include="My Project\Settings.settings">
117
+      <Generator>SettingsSingleFileGenerator</Generator>
118
+      <CustomToolNamespace>My</CustomToolNamespace>
119
+      <LastGenOutput>Settings.Designer.vb</LastGenOutput>
120
+    </None>
121
+    <None Include="App.config" />
122
+  </ItemGroup>
123
+  <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
124
+</Project>

+ 38
- 0
BIFENG-REG-SYS/My Project/Application.Designer.vb Vedi File

@@ -0,0 +1,38 @@
1
+'------------------------------------------------------------------------------
2
+' <auto-generated>
3
+'     This code was generated by a tool.
4
+'     Runtime Version:4.0.30319.42000
5
+'
6
+'     Changes to this file may cause incorrect behavior and will be lost if
7
+'     the code is regenerated.
8
+' </auto-generated>
9
+'------------------------------------------------------------------------------
10
+
11
+Option Strict On
12
+Option Explicit On
13
+
14
+
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.
21
+    '
22
+    Partial Friend Class MyApplication
23
+
24
+        <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
25
+        Public Sub New()
26
+            MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
27
+            Me.IsSingleInstance = false
28
+            Me.EnableVisualStyles = true
29
+            Me.SaveMySettingsOnExit = true
30
+            Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
31
+        End Sub
32
+
33
+        <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
34
+        Protected Overrides Sub OnCreateMainForm()
35
+            Me.MainForm = Global.BIFENG_REG_SYS.Form1
36
+        End Sub
37
+    End Class
38
+End Namespace

+ 11
- 0
BIFENG-REG-SYS/My Project/Application.myapp Vedi File

@@ -0,0 +1,11 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3
+  <MySubMain>true</MySubMain>
4
+  <MainForm>Form1</MainForm>
5
+  <SingleInstance>false</SingleInstance>
6
+  <ShutdownMode>0</ShutdownMode>
7
+  <EnableVisualStyles>true</EnableVisualStyles>
8
+  <AuthenticationMode>0</AuthenticationMode>
9
+  <ApplicationType>0</ApplicationType>
10
+  <SaveMySettingsOnExit>true</SaveMySettingsOnExit>
11
+</MyApplicationData>

+ 35
- 0
BIFENG-REG-SYS/My Project/AssemblyInfo.vb Vedi File

@@ -0,0 +1,35 @@
1
+Imports System
2
+Imports System.Reflection
3
+Imports System.Runtime.InteropServices
4
+
5
+' 組件的一般資訊是由下列的屬性集控制。
6
+' 變更這些屬性的值即可修改組件的相關
7
+' 資訊。
8
+
9
+' 檢閱組件屬性的值
10
+
11
+<Assembly: AssemblyTitle("BIFENG-REG-SYS")>
12
+<Assembly: AssemblyDescription("")>
13
+<Assembly: AssemblyCompany("")>
14
+<Assembly: AssemblyProduct("BIFENG-REG-SYS")>
15
+<Assembly: AssemblyCopyright("Copyright ©  2020")>
16
+<Assembly: AssemblyTrademark("")>
17
+
18
+<Assembly: ComVisible(False)>
19
+
20
+'下列 GUID 為專案公開 (Expose) 至 COM 時所要使用的 typelib ID
21
+<Assembly: Guid("2d9bba66-4e8d-4cc9-904f-44362e85f67b")>
22
+
23
+' 組件的版本資訊由下列四個值所組成: 
24
+'
25
+'      主要版本
26
+'      次要版本
27
+'      組建編號
28
+'      修訂編號
29
+'
30
+' 您可以指定所有的值,也可以使用 '*' 將組建和修訂編號
31
+' 設為預設,如下所示:
32
+' <Assembly: AssemblyVersion("1.0.*")>
33
+
34
+<Assembly: AssemblyVersion("1.0.0.0")>
35
+<Assembly: AssemblyFileVersion("1.0.0.0")>

+ 62
- 0
BIFENG-REG-SYS/My Project/Resources.Designer.vb Vedi File

@@ -0,0 +1,62 @@
1
+'------------------------------------------------------------------------------
2
+' <auto-generated>
3
+'     This code was generated by a tool.
4
+'     Runtime Version:4.0.30319.42000
5
+'
6
+'     Changes to this file may cause incorrect behavior and will be lost if
7
+'     the code is regenerated.
8
+' </auto-generated>
9
+'------------------------------------------------------------------------------
10
+
11
+Option Strict On
12
+Option Explicit On
13
+
14
+
15
+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.
21
+    '''<summary>
22
+    '''  A strongly-typed resource class, for looking up localized strings, etc.
23
+    '''</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()> _
28
+    Friend Module Resources
29
+
30
+        Private resourceMan As Global.System.Resources.ResourceManager
31
+
32
+        Private resourceCulture As Global.System.Globalization.CultureInfo
33
+
34
+        '''<summary>
35
+        '''  Returns the cached ResourceManager instance used by this class.
36
+        '''</summary>
37
+        <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
38
+        Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
39
+            Get
40
+                If Object.ReferenceEquals(resourceMan, Nothing) Then
41
+                    Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("BIFENG_REG_SYS.Resources", GetType(Resources).Assembly)
42
+                    resourceMan = temp
43
+                End If
44
+                Return resourceMan
45
+            End Get
46
+        End Property
47
+
48
+        '''<summary>
49
+        '''  Overrides the current thread's CurrentUICulture property for all
50
+        '''  resource lookups using this strongly typed resource class.
51
+        '''</summary>
52
+        <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
53
+        Friend Property Culture() As Global.System.Globalization.CultureInfo
54
+            Get
55
+                Return resourceCulture
56
+            End Get
57
+            Set(ByVal value As Global.System.Globalization.CultureInfo)
58
+                resourceCulture = value
59
+            End Set
60
+        End Property
61
+    End Module
62
+End Namespace

+ 117
- 0
BIFENG-REG-SYS/My Project/Resources.resx Vedi File

@@ -0,0 +1,117 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<root>
3
+  <!-- 
4
+    Microsoft ResX Schema 
5
+    
6
+    Version 2.0
7
+    
8
+    The primary goals of this format is to allow a simple XML format 
9
+    that is mostly human readable. The generation and parsing of the 
10
+    various data types are done through the TypeConverter classes 
11
+    associated with the data types.
12
+    
13
+    Example:
14
+    
15
+    ... ado.net/XML headers & schema ...
16
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
17
+    <resheader name="version">2.0</resheader>
18
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
19
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
20
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
21
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
22
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
23
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
24
+    </data>
25
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
26
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
27
+        <comment>This is a comment</comment>
28
+    </data>
29
+                
30
+    There are any number of "resheader" rows that contain simple 
31
+    name/value pairs.
32
+    
33
+    Each data row contains a name, and value. The row also contains a 
34
+    type or mimetype. Type corresponds to a .NET class that support 
35
+    text/value conversion through the TypeConverter architecture. 
36
+    Classes that don't support this are serialized and stored with the 
37
+    mimetype set.
38
+    
39
+    The mimetype is used for serialized objects, and tells the 
40
+    ResXResourceReader how to depersist the object. This is currently not 
41
+    extensible. For a given mimetype the value must be set accordingly:
42
+    
43
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
44
+    that the ResXResourceWriter will generate, however the reader can 
45
+    read any of the formats listed below.
46
+    
47
+    mimetype: application/x-microsoft.net.object.binary.base64
48
+    value   : The object must be serialized with 
49
+            : System.Serialization.Formatters.Binary.BinaryFormatter
50
+            : and then encoded with base64 encoding.
51
+    
52
+    mimetype: application/x-microsoft.net.object.soap.base64
53
+    value   : The object must be serialized with 
54
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
55
+            : and then encoded with base64 encoding.
56
+
57
+    mimetype: application/x-microsoft.net.object.bytearray.base64
58
+    value   : The object must be serialized into a byte array 
59
+            : using a System.ComponentModel.TypeConverter
60
+            : and then encoded with base64 encoding.
61
+    -->
62
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
63
+    <xsd:element name="root" msdata:IsDataSet="true">
64
+      <xsd:complexType>
65
+        <xsd:choice maxOccurs="unbounded">
66
+          <xsd:element name="metadata">
67
+            <xsd:complexType>
68
+              <xsd:sequence>
69
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
70
+              </xsd:sequence>
71
+              <xsd:attribute name="name" type="xsd:string" />
72
+              <xsd:attribute name="type" type="xsd:string" />
73
+              <xsd:attribute name="mimetype" type="xsd:string" />
74
+            </xsd:complexType>
75
+          </xsd:element>
76
+          <xsd:element name="assembly">
77
+            <xsd:complexType>
78
+              <xsd:attribute name="alias" type="xsd:string" />
79
+              <xsd:attribute name="name" type="xsd:string" />
80
+            </xsd:complexType>
81
+          </xsd:element>
82
+          <xsd:element name="data">
83
+            <xsd:complexType>
84
+              <xsd:sequence>
85
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
86
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
87
+              </xsd:sequence>
88
+              <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
89
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
90
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
91
+            </xsd:complexType>
92
+          </xsd:element>
93
+          <xsd:element name="resheader">
94
+            <xsd:complexType>
95
+              <xsd:sequence>
96
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
97
+              </xsd:sequence>
98
+              <xsd:attribute name="name" type="xsd:string" use="required" />
99
+            </xsd:complexType>
100
+          </xsd:element>
101
+        </xsd:choice>
102
+      </xsd:complexType>
103
+    </xsd:element>
104
+  </xsd:schema>
105
+  <resheader name="resmimetype">
106
+    <value>text/microsoft-resx</value>
107
+  </resheader>
108
+  <resheader name="version">
109
+    <value>2.0</value>
110
+  </resheader>
111
+  <resheader name="reader">
112
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
113
+  </resheader>
114
+  <resheader name="writer">
115
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
116
+  </resheader>
117
+</root>

+ 73
- 0
BIFENG-REG-SYS/My Project/Settings.Designer.vb Vedi File

@@ -0,0 +1,73 @@
1
+'------------------------------------------------------------------------------
2
+' <auto-generated>
3
+'     This code was generated by a tool.
4
+'     Runtime Version:4.0.30319.42000
5
+'
6
+'     Changes to this file may cause incorrect behavior and will be lost if
7
+'     the code is regenerated.
8
+' </auto-generated>
9
+'------------------------------------------------------------------------------
10
+
11
+Option Strict On
12
+Option Explicit On
13
+
14
+
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)> _
20
+    Partial Friend NotInheritable Class MySettings
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"
26
+#If _MyType = "WindowsForms" Then
27
+        Private Shared addedHandler As Boolean
28
+
29
+        Private Shared addedHandlerLockObject As New Object
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
37
+#End If
38
+#End Region
39
+
40
+        Public Shared ReadOnly Property [Default]() As MySettings
41
+            Get
42
+
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
52
+#End If
53
+                Return defaultInstance
54
+            End Get
55
+        End Property
56
+    End Class
57
+End Namespace
58
+
59
+Namespace My
60
+
61
+    <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
62
+     Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
63
+     Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
64
+    Friend Module MySettingsProperty
65
+
66
+        <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
67
+        Friend ReadOnly Property Settings() As Global.BIFENG_REG_SYS.My.MySettings
68
+            Get
69
+                Return Global.BIFENG_REG_SYS.My.MySettings.Default
70
+            End Get
71
+        End Property
72
+    End Module
73
+End Namespace

+ 7
- 0
BIFENG-REG-SYS/My Project/Settings.settings Vedi File

@@ -0,0 +1,7 @@
1
+<?xml version='1.0' encoding='utf-8'?>
2
+<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
3
+  <Profiles>
4
+    <Profile Name="(Default)" />
5
+  </Profiles>
6
+  <Settings />
7
+</SettingsFile>

BIN
BIFENG-REG-SYS/bin/Debug/BIFENG-REG-SYS.exe Vedi File


+ 6
- 0
BIFENG-REG-SYS/bin/Debug/BIFENG-REG-SYS.exe.config Vedi File

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

BIN
BIFENG-REG-SYS/bin/Debug/BIFENG-REG-SYS.pdb Vedi File


+ 26
- 0
BIFENG-REG-SYS/bin/Debug/BIFENG-REG-SYS.xml Vedi File

@@ -0,0 +1,26 @@
1
+<?xml version="1.0"?>
2
+<doc>
3
+<assembly>
4
+<name>
5
+BIFENG-REG-SYS
6
+</name>
7
+</assembly>
8
+<members>
9
+<member name="T:BIFENG_REG_SYS.My.Resources.Resources">
10
+<summary>
11
+  A strongly-typed resource class, for looking up localized strings, etc.
12
+</summary>
13
+</member>
14
+<member name="P:BIFENG_REG_SYS.My.Resources.Resources.ResourceManager">
15
+<summary>
16
+  Returns the cached ResourceManager instance used by this class.
17
+</summary>
18
+</member>
19
+<member name="P:BIFENG_REG_SYS.My.Resources.Resources.Culture">
20
+<summary>
21
+  Overrides the current thread's CurrentUICulture property for all
22
+  resource lookups using this strongly typed resource class.
23
+</summary>
24
+</member>
25
+</members>
26
+</doc>

BIN
BIFENG-REG-SYS/obj/Debug/BIFENG-REG-SYS.exe Vedi File


BIN
BIFENG-REG-SYS/obj/Debug/BIFENG-REG-SYS.pdb Vedi File


+ 11
- 0
BIFENG-REG-SYS/obj/Debug/BIFENG-REG-SYS.vbproj.FileListAbsolute.txt Vedi File

@@ -0,0 +1,11 @@
1
+F:\BIFENG-REG-SYS\BIFENG-REG-SYS\bin\Debug\BIFENG-REG-SYS.exe.config
2
+F:\BIFENG-REG-SYS\BIFENG-REG-SYS\bin\Debug\BIFENG-REG-SYS.exe
3
+F:\BIFENG-REG-SYS\BIFENG-REG-SYS\bin\Debug\BIFENG-REG-SYS.pdb
4
+F:\BIFENG-REG-SYS\BIFENG-REG-SYS\bin\Debug\BIFENG-REG-SYS.xml
5
+F:\BIFENG-REG-SYS\BIFENG-REG-SYS\obj\Debug\BIFENG-REG-SYS.vbprojAssemblyReference.cache
6
+F:\BIFENG-REG-SYS\BIFENG-REG-SYS\obj\Debug\BIFENG_REG_SYS.Form1.resources
7
+F:\BIFENG-REG-SYS\BIFENG-REG-SYS\obj\Debug\BIFENG_REG_SYS.Resources.resources
8
+F:\BIFENG-REG-SYS\BIFENG-REG-SYS\obj\Debug\BIFENG-REG-SYS.vbproj.GenerateResource.cache
9
+F:\BIFENG-REG-SYS\BIFENG-REG-SYS\obj\Debug\BIFENG-REG-SYS.exe
10
+F:\BIFENG-REG-SYS\BIFENG-REG-SYS\obj\Debug\BIFENG-REG-SYS.xml
11
+F:\BIFENG-REG-SYS\BIFENG-REG-SYS\obj\Debug\BIFENG-REG-SYS.pdb

BIN
BIFENG-REG-SYS/obj/Debug/BIFENG-REG-SYS.vbproj.GenerateResource.cache Vedi File


BIN
BIFENG-REG-SYS/obj/Debug/BIFENG-REG-SYS.vbprojAssemblyReference.cache Vedi File


+ 26
- 0
BIFENG-REG-SYS/obj/Debug/BIFENG-REG-SYS.xml Vedi File

@@ -0,0 +1,26 @@
1
+<?xml version="1.0"?>
2
+<doc>
3
+<assembly>
4
+<name>
5
+BIFENG-REG-SYS
6
+</name>
7
+</assembly>
8
+<members>
9
+<member name="T:BIFENG_REG_SYS.My.Resources.Resources">
10
+<summary>
11
+  A strongly-typed resource class, for looking up localized strings, etc.
12
+</summary>
13
+</member>
14
+<member name="P:BIFENG_REG_SYS.My.Resources.Resources.ResourceManager">
15
+<summary>
16
+  Returns the cached ResourceManager instance used by this class.
17
+</summary>
18
+</member>
19
+<member name="P:BIFENG_REG_SYS.My.Resources.Resources.Culture">
20
+<summary>
21
+  Overrides the current thread's CurrentUICulture property for all
22
+  resource lookups using this strongly typed resource class.
23
+</summary>
24
+</member>
25
+</members>
26
+</doc>

BIN
BIFENG-REG-SYS/obj/Debug/BIFENG_REG_SYS.Form1.resources Vedi File


BIN
BIFENG-REG-SYS/obj/Debug/BIFENG_REG_SYS.Resources.resources Vedi File


BIN
BIFENG-REG-SYS/obj/Debug/DesignTimeResolveAssemblyReferences.cache Vedi File


BIN
BIFENG-REG-SYS/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache Vedi File


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


Loading…
Annulla
Salva