|
@@ -1,9 +1,9 @@
|
1
|
|
-<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
1
|
+<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
2
|
2
|
Partial Class Form1
|
3
|
3
|
Inherits System.Windows.Forms.Form
|
4
|
4
|
|
5
|
5
|
'Form 覆寫 Dispose 以清除元件清單。
|
6
|
|
- <System.Diagnostics.DebuggerNonUserCode()> _
|
|
6
|
+ <System.Diagnostics.DebuggerNonUserCode()>
|
7
|
7
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
8
|
8
|
Try
|
9
|
9
|
If disposing AndAlso components IsNot Nothing Then
|
|
@@ -20,7 +20,7 @@ Partial Class Form1
|
20
|
20
|
'注意: 以下為 Windows Form 設計工具所需的程序
|
21
|
21
|
'可以使用 Windows Form 設計工具進行修改。
|
22
|
22
|
'請勿使用程式碼編輯器進行修改。
|
23
|
|
- <System.Diagnostics.DebuggerStepThrough()> _
|
|
23
|
+ <System.Diagnostics.DebuggerStepThrough()>
|
24
|
24
|
Private Sub InitializeComponent()
|
25
|
25
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
|
26
|
26
|
Me.電腦註冊_tb = New System.Windows.Forms.Button()
|
|
@@ -33,7 +33,6 @@ Partial Class Form1
|
33
|
33
|
Me.硬碟ID_tb = New System.Windows.Forms.TextBox()
|
34
|
34
|
Me.取得本地電腦訊息_bt = New System.Windows.Forms.Button()
|
35
|
35
|
Me.MAC碼_tb = New System.Windows.Forms.TextBox()
|
36
|
|
- Me.Label5 = New System.Windows.Forms.Label()
|
37
|
36
|
Me.SuspendLayout()
|
38
|
37
|
'
|
39
|
38
|
'電腦註冊_tb
|
|
@@ -127,24 +126,12 @@ Partial Class Form1
|
127
|
126
|
Me.MAC碼_tb.Name = "MAC碼_tb"
|
128
|
127
|
Me.MAC碼_tb.Size = New System.Drawing.Size(307, 23)
|
129
|
128
|
Me.MAC碼_tb.TabIndex = 22
|
130
|
|
- '
|
131
|
|
- 'Label5
|
132
|
|
- '
|
133
|
|
- Me.Label5.AutoSize = True
|
134
|
|
- Me.Label5.ForeColor = System.Drawing.Color.Red
|
135
|
|
- Me.Label5.Location = New System.Drawing.Point(9, 186)
|
136
|
|
- Me.Label5.Name = "Label5"
|
137
|
|
- Me.Label5.Size = New System.Drawing.Size(375, 64)
|
138
|
|
- Me.Label5.TabIndex = 32
|
139
|
|
- Me.Label5.Text = "PS : MAC碼會因為你使用的網卡不同而產生不同的號碼。假設一台筆" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " 電使用有線網路時哪抓取的是有線網路的MAC碼,而使用無線網" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " " &
|
140
|
|
- " 路時用的又是無線網路的MAC 碼。所以要綁定的電腦有雙網卡時" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " 請注意,兩個網卡 要切換綁定。"
|
141
|
129
|
'
|
142
|
130
|
'Form1
|
143
|
131
|
'
|
144
|
132
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
145
|
133
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
146
|
|
- Me.ClientSize = New System.Drawing.Size(389, 264)
|
147
|
|
- Me.Controls.Add(Me.Label5)
|
|
134
|
+ Me.ClientSize = New System.Drawing.Size(389, 184)
|
148
|
135
|
Me.Controls.Add(Me.電腦註冊_tb)
|
149
|
136
|
Me.Controls.Add(Me.Label4)
|
150
|
137
|
Me.Controls.Add(Me.Label3)
|
|
@@ -176,5 +163,4 @@ Partial Class Form1
|
176
|
163
|
Friend WithEvents 硬碟ID_tb As TextBox
|
177
|
164
|
Friend WithEvents 取得本地電腦訊息_bt As Button
|
178
|
165
|
Friend WithEvents MAC碼_tb As TextBox
|
179
|
|
- Friend WithEvents Label5 As Label
|
180
|
166
|
End Class
|