_ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) Me.Label5 = New System.Windows.Forms.Label() Me.電腦註冊_tb = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.磁盘型態_tb = New System.Windows.Forms.TextBox() Me.硬碟序列_tb = New System.Windows.Forms.TextBox() Me.硬碟ID_tb = New System.Windows.Forms.TextBox() Me.取得本地電腦訊息_bt = New System.Windows.Forms.Button() Me.MAC碼_tb = New System.Windows.Forms.TextBox() Me.SuspendLayout() ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.Red Me.Label5.Location = New System.Drawing.Point(6, 198) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(370, 48) Me.Label5.TabIndex = 43 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) & " " & " 路時用的又是無線網路的MAC 碼。所以要綁定的電腦有雙網卡時" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " 請注意,兩個網卡 要切換綁定。" ' '電腦註冊_tb ' Me.電腦註冊_tb.ForeColor = System.Drawing.Color.Red Me.電腦註冊_tb.Location = New System.Drawing.Point(194, 137) Me.電腦註冊_tb.Name = "電腦註冊_tb" Me.電腦註冊_tb.Size = New System.Drawing.Size(183, 52) Me.電腦註冊_tb.TabIndex = 42 Me.電腦註冊_tb.Text = "電腦註冊" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) Me.電腦註冊_tb.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.Blue Me.Label4.Location = New System.Drawing.Point(8, 111) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(53, 12) Me.Label4.TabIndex = 41 Me.Label4.Text = "磁盘型態" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.Blue Me.Label3.Location = New System.Drawing.Point(8, 82) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(53, 12) Me.Label3.TabIndex = 40 Me.Label3.Text = "硬碟序列" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.Blue Me.Label2.Location = New System.Drawing.Point(8, 53) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(41, 12) Me.Label2.TabIndex = 39 Me.Label2.Text = "硬碟ID" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.Blue Me.Label1.Location = New System.Drawing.Point(4, 24) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(43, 12) Me.Label1.TabIndex = 38 Me.Label1.Text = "MAC碼" ' '磁盘型態_tb ' Me.磁盘型態_tb.ForeColor = System.Drawing.Color.Blue Me.磁盘型態_tb.Location = New System.Drawing.Point(70, 108) Me.磁盘型態_tb.Name = "磁盘型態_tb" Me.磁盘型態_tb.Size = New System.Drawing.Size(307, 22) Me.磁盘型態_tb.TabIndex = 37 ' '硬碟序列_tb ' Me.硬碟序列_tb.ForeColor = System.Drawing.Color.Blue Me.硬碟序列_tb.Location = New System.Drawing.Point(70, 79) Me.硬碟序列_tb.Name = "硬碟序列_tb" Me.硬碟序列_tb.Size = New System.Drawing.Size(307, 22) Me.硬碟序列_tb.TabIndex = 36 ' '硬碟ID_tb ' Me.硬碟ID_tb.ForeColor = System.Drawing.Color.Blue Me.硬碟ID_tb.Location = New System.Drawing.Point(70, 50) Me.硬碟ID_tb.Name = "硬碟ID_tb" Me.硬碟ID_tb.Size = New System.Drawing.Size(307, 22) Me.硬碟ID_tb.TabIndex = 35 ' '取得本地電腦訊息_bt ' Me.取得本地電腦訊息_bt.ForeColor = System.Drawing.Color.Green Me.取得本地電腦訊息_bt.Location = New System.Drawing.Point(6, 137) Me.取得本地電腦訊息_bt.Name = "取得本地電腦訊息_bt" Me.取得本地電腦訊息_bt.Size = New System.Drawing.Size(183, 52) Me.取得本地電腦訊息_bt.TabIndex = 34 Me.取得本地電腦訊息_bt.Text = "取得本地電腦訊息" Me.取得本地電腦訊息_bt.UseVisualStyleBackColor = True ' 'MAC碼_tb ' Me.MAC碼_tb.ForeColor = System.Drawing.Color.Blue Me.MAC碼_tb.Location = New System.Drawing.Point(70, 21) Me.MAC碼_tb.Name = "MAC碼_tb" Me.MAC碼_tb.Size = New System.Drawing.Size(307, 22) Me.MAC碼_tb.TabIndex = 33 ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(389, 264) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.電腦註冊_tb) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.磁盘型態_tb) Me.Controls.Add(Me.硬碟序列_tb) Me.Controls.Add(Me.硬碟ID_tb) Me.Controls.Add(Me.取得本地電腦訊息_bt) Me.Controls.Add(Me.MAC碼_tb) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "Form1" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "GA-ERP-SYS" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label5 As Label Friend WithEvents 電腦註冊_tb As Button Friend WithEvents Label4 As Label Friend WithEvents Label3 As Label Friend WithEvents Label2 As Label Friend WithEvents Label1 As Label Friend WithEvents 磁盘型態_tb As TextBox Friend WithEvents 硬碟序列_tb As TextBox Friend WithEvents 硬碟ID_tb As TextBox Friend WithEvents 取得本地電腦訊息_bt As Button Friend WithEvents MAC碼_tb As TextBox End Class