Brak opisu
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.

系統綁定電腦資訊.Designer.vb 7.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 系統綁定電腦資訊
  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. Me.電腦註冊_tb = New System.Windows.Forms.Button()
  23. Me.Label4 = New System.Windows.Forms.Label()
  24. Me.Label3 = New System.Windows.Forms.Label()
  25. Me.Label2 = New System.Windows.Forms.Label()
  26. Me.Label1 = New System.Windows.Forms.Label()
  27. Me.磁盘型態_tb = New System.Windows.Forms.TextBox()
  28. Me.硬碟序列_tb = New System.Windows.Forms.TextBox()
  29. Me.硬碟ID_tb = New System.Windows.Forms.TextBox()
  30. Me.取得本地電腦訊息_bt = New System.Windows.Forms.Button()
  31. Me.MAC碼_tb = New System.Windows.Forms.TextBox()
  32. Me.SuspendLayout()
  33. '
  34. '電腦註冊_tb
  35. '
  36. Me.電腦註冊_tb.ForeColor = System.Drawing.Color.Red
  37. Me.電腦註冊_tb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  38. Me.電腦註冊_tb.Location = New System.Drawing.Point(193, 122)
  39. Me.電腦註冊_tb.Name = "電腦註冊_tb"
  40. Me.電腦註冊_tb.Size = New System.Drawing.Size(183, 52)
  41. Me.電腦註冊_tb.TabIndex = 53
  42. Me.電腦註冊_tb.Text = "電腦註冊" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  43. Me.電腦註冊_tb.UseVisualStyleBackColor = True
  44. '
  45. 'Label4
  46. '
  47. Me.Label4.AutoSize = True
  48. Me.Label4.ForeColor = System.Drawing.Color.Blue
  49. Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
  50. Me.Label4.Location = New System.Drawing.Point(7, 96)
  51. Me.Label4.Name = "Label4"
  52. Me.Label4.Size = New System.Drawing.Size(55, 16)
  53. Me.Label4.TabIndex = 52
  54. Me.Label4.Text = "磁盘型態"
  55. '
  56. 'Label3
  57. '
  58. Me.Label3.AutoSize = True
  59. Me.Label3.ForeColor = System.Drawing.Color.Blue
  60. Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
  61. Me.Label3.Location = New System.Drawing.Point(7, 67)
  62. Me.Label3.Name = "Label3"
  63. Me.Label3.Size = New System.Drawing.Size(55, 16)
  64. Me.Label3.TabIndex = 51
  65. Me.Label3.Text = "硬碟序列"
  66. '
  67. 'Label2
  68. '
  69. Me.Label2.AutoSize = True
  70. Me.Label2.ForeColor = System.Drawing.Color.Blue
  71. Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
  72. Me.Label2.Location = New System.Drawing.Point(7, 38)
  73. Me.Label2.Name = "Label2"
  74. Me.Label2.Size = New System.Drawing.Size(43, 16)
  75. Me.Label2.TabIndex = 50
  76. Me.Label2.Text = "硬碟ID"
  77. '
  78. 'Label1
  79. '
  80. Me.Label1.AutoSize = True
  81. Me.Label1.ForeColor = System.Drawing.Color.Blue
  82. Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
  83. Me.Label1.Location = New System.Drawing.Point(7, 9)
  84. Me.Label1.Name = "Label1"
  85. Me.Label1.Size = New System.Drawing.Size(47, 16)
  86. Me.Label1.TabIndex = 49
  87. Me.Label1.Text = "MAC碼"
  88. '
  89. '磁盘型態_tb
  90. '
  91. Me.磁盘型態_tb.ForeColor = System.Drawing.Color.Blue
  92. Me.磁盘型態_tb.Location = New System.Drawing.Point(69, 93)
  93. Me.磁盘型態_tb.Name = "磁盘型態_tb"
  94. Me.磁盘型態_tb.Size = New System.Drawing.Size(307, 23)
  95. Me.磁盘型態_tb.TabIndex = 48
  96. '
  97. '硬碟序列_tb
  98. '
  99. Me.硬碟序列_tb.ForeColor = System.Drawing.Color.Blue
  100. Me.硬碟序列_tb.Location = New System.Drawing.Point(69, 64)
  101. Me.硬碟序列_tb.Name = "硬碟序列_tb"
  102. Me.硬碟序列_tb.Size = New System.Drawing.Size(307, 23)
  103. Me.硬碟序列_tb.TabIndex = 47
  104. '
  105. '硬碟ID_tb
  106. '
  107. Me.硬碟ID_tb.ForeColor = System.Drawing.Color.Blue
  108. Me.硬碟ID_tb.Location = New System.Drawing.Point(69, 35)
  109. Me.硬碟ID_tb.Name = "硬碟ID_tb"
  110. Me.硬碟ID_tb.Size = New System.Drawing.Size(307, 23)
  111. Me.硬碟ID_tb.TabIndex = 46
  112. '
  113. '取得本地電腦訊息_bt
  114. '
  115. Me.取得本地電腦訊息_bt.ForeColor = System.Drawing.Color.Green
  116. Me.取得本地電腦訊息_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  117. Me.取得本地電腦訊息_bt.Location = New System.Drawing.Point(5, 122)
  118. Me.取得本地電腦訊息_bt.Name = "取得本地電腦訊息_bt"
  119. Me.取得本地電腦訊息_bt.Size = New System.Drawing.Size(183, 52)
  120. Me.取得本地電腦訊息_bt.TabIndex = 45
  121. Me.取得本地電腦訊息_bt.Text = "取得本地電腦訊息"
  122. Me.取得本地電腦訊息_bt.UseVisualStyleBackColor = True
  123. '
  124. 'MAC碼_tb
  125. '
  126. Me.MAC碼_tb.ForeColor = System.Drawing.Color.Blue
  127. Me.MAC碼_tb.Location = New System.Drawing.Point(69, 6)
  128. Me.MAC碼_tb.Name = "MAC碼_tb"
  129. Me.MAC碼_tb.Size = New System.Drawing.Size(307, 23)
  130. Me.MAC碼_tb.TabIndex = 44
  131. '
  132. '系統綁定電腦資訊
  133. '
  134. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  135. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  136. Me.ClientSize = New System.Drawing.Size(381, 180)
  137. Me.Controls.Add(Me.電腦註冊_tb)
  138. Me.Controls.Add(Me.Label4)
  139. Me.Controls.Add(Me.Label3)
  140. Me.Controls.Add(Me.Label2)
  141. Me.Controls.Add(Me.Label1)
  142. Me.Controls.Add(Me.磁盘型態_tb)
  143. Me.Controls.Add(Me.硬碟序列_tb)
  144. Me.Controls.Add(Me.硬碟ID_tb)
  145. Me.Controls.Add(Me.取得本地電腦訊息_bt)
  146. Me.Controls.Add(Me.MAC碼_tb)
  147. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  148. Me.Margin = New System.Windows.Forms.Padding(4)
  149. Me.Name = "系統綁定電腦資訊"
  150. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  151. Me.Text = "系統綁定電腦資訊"
  152. Me.ResumeLayout(False)
  153. Me.PerformLayout()
  154. End Sub
  155. Friend WithEvents 電腦註冊_tb As Button
  156. Friend WithEvents Label4 As Label
  157. Friend WithEvents Label3 As Label
  158. Friend WithEvents Label2 As Label
  159. Friend WithEvents Label1 As Label
  160. Friend WithEvents 磁盘型態_tb As TextBox
  161. Friend WithEvents 硬碟序列_tb As TextBox
  162. Friend WithEvents 硬碟ID_tb As TextBox
  163. Friend WithEvents 取得本地電腦訊息_bt As Button
  164. Friend WithEvents MAC碼_tb As TextBox
  165. End Class