123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class MOJI_REG_SYS
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MOJI_REG_SYS))
- 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
- '
- resources.ApplyResources(Me.Label5, "Label5")
- Me.Label5.ForeColor = System.Drawing.Color.Red
- Me.Label5.Name = "Label5"
- '
- '電腦註冊_tb
- '
- Me.電腦註冊_tb.ForeColor = System.Drawing.Color.Red
- resources.ApplyResources(Me.電腦註冊_tb, "電腦註冊_tb")
- Me.電腦註冊_tb.Name = "電腦註冊_tb"
- Me.電腦註冊_tb.UseVisualStyleBackColor = True
- '
- 'Label4
- '
- resources.ApplyResources(Me.Label4, "Label4")
- Me.Label4.ForeColor = System.Drawing.Color.Blue
- Me.Label4.Name = "Label4"
- '
- 'Label3
- '
- resources.ApplyResources(Me.Label3, "Label3")
- Me.Label3.ForeColor = System.Drawing.Color.Blue
- Me.Label3.Name = "Label3"
- '
- 'Label2
- '
- resources.ApplyResources(Me.Label2, "Label2")
- Me.Label2.ForeColor = System.Drawing.Color.Blue
- Me.Label2.Name = "Label2"
- '
- 'Label1
- '
- resources.ApplyResources(Me.Label1, "Label1")
- Me.Label1.ForeColor = System.Drawing.Color.Blue
- Me.Label1.Name = "Label1"
- '
- '磁盘型態_tb
- '
- Me.磁盘型態_tb.ForeColor = System.Drawing.Color.Blue
- resources.ApplyResources(Me.磁盘型態_tb, "磁盘型態_tb")
- Me.磁盘型態_tb.Name = "磁盘型態_tb"
- '
- '硬碟序列_tb
- '
- Me.硬碟序列_tb.ForeColor = System.Drawing.Color.Blue
- resources.ApplyResources(Me.硬碟序列_tb, "硬碟序列_tb")
- Me.硬碟序列_tb.Name = "硬碟序列_tb"
- '
- '硬碟ID_tb
- '
- Me.硬碟ID_tb.ForeColor = System.Drawing.Color.Blue
- resources.ApplyResources(Me.硬碟ID_tb, "硬碟ID_tb")
- Me.硬碟ID_tb.Name = "硬碟ID_tb"
- '
- '取得本地電腦訊息_bt
- '
- Me.取得本地電腦訊息_bt.ForeColor = System.Drawing.Color.Green
- resources.ApplyResources(Me.取得本地電腦訊息_bt, "取得本地電腦訊息_bt")
- Me.取得本地電腦訊息_bt.Name = "取得本地電腦訊息_bt"
- Me.取得本地電腦訊息_bt.UseVisualStyleBackColor = True
- '
- 'MAC碼_tb
- '
- Me.MAC碼_tb.ForeColor = System.Drawing.Color.Blue
- resources.ApplyResources(Me.MAC碼_tb, "MAC碼_tb")
- Me.MAC碼_tb.Name = "MAC碼_tb"
- '
- 'MOJI_REG_SYS
- '
- resources.ApplyResources(Me, "$this")
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- 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.Name = "MOJI_REG_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
|