Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

YD-REG-SYS.Designer.vb 7.9KB

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