暫無描述
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.

BIFENG-REG-SYS.Designer.vb 5.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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. Me.Button2 = 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.TextBox4 = New System.Windows.Forms.TextBox()
  28. Me.TextBox3 = New System.Windows.Forms.TextBox()
  29. Me.TextBox2 = New System.Windows.Forms.TextBox()
  30. Me.Button1 = New System.Windows.Forms.Button()
  31. Me.TextBox1 = New System.Windows.Forms.TextBox()
  32. Me.SuspendLayout()
  33. '
  34. 'Button2
  35. '
  36. Me.Button2.Location = New System.Drawing.Point(196, 128)
  37. Me.Button2.Name = "Button2"
  38. Me.Button2.Size = New System.Drawing.Size(183, 52)
  39. Me.Button2.TabIndex = 21
  40. Me.Button2.Text = "電腦註冊" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  41. Me.Button2.UseVisualStyleBackColor = True
  42. '
  43. 'Label4
  44. '
  45. Me.Label4.AutoSize = True
  46. Me.Label4.Location = New System.Drawing.Point(10, 102)
  47. Me.Label4.Name = "Label4"
  48. Me.Label4.Size = New System.Drawing.Size(55, 16)
  49. Me.Label4.TabIndex = 20
  50. Me.Label4.Text = "磁盘型態"
  51. '
  52. 'Label3
  53. '
  54. Me.Label3.AutoSize = True
  55. Me.Label3.Location = New System.Drawing.Point(10, 73)
  56. Me.Label3.Name = "Label3"
  57. Me.Label3.Size = New System.Drawing.Size(55, 16)
  58. Me.Label3.TabIndex = 19
  59. Me.Label3.Text = "硬碟序列"
  60. '
  61. 'Label2
  62. '
  63. Me.Label2.AutoSize = True
  64. Me.Label2.Location = New System.Drawing.Point(10, 44)
  65. Me.Label2.Name = "Label2"
  66. Me.Label2.Size = New System.Drawing.Size(43, 16)
  67. Me.Label2.TabIndex = 18
  68. Me.Label2.Text = "硬碟ID"
  69. '
  70. 'Label1
  71. '
  72. Me.Label1.AutoSize = True
  73. Me.Label1.Location = New System.Drawing.Point(10, 15)
  74. Me.Label1.Name = "Label1"
  75. Me.Label1.Size = New System.Drawing.Size(47, 16)
  76. Me.Label1.TabIndex = 17
  77. Me.Label1.Text = "MAC碼"
  78. '
  79. 'TextBox4
  80. '
  81. Me.TextBox4.Location = New System.Drawing.Point(72, 99)
  82. Me.TextBox4.Name = "TextBox4"
  83. Me.TextBox4.Size = New System.Drawing.Size(307, 23)
  84. Me.TextBox4.TabIndex = 16
  85. '
  86. 'TextBox3
  87. '
  88. Me.TextBox3.Location = New System.Drawing.Point(72, 70)
  89. Me.TextBox3.Name = "TextBox3"
  90. Me.TextBox3.Size = New System.Drawing.Size(307, 23)
  91. Me.TextBox3.TabIndex = 15
  92. '
  93. 'TextBox2
  94. '
  95. Me.TextBox2.Location = New System.Drawing.Point(72, 41)
  96. Me.TextBox2.Name = "TextBox2"
  97. Me.TextBox2.Size = New System.Drawing.Size(307, 23)
  98. Me.TextBox2.TabIndex = 14
  99. '
  100. 'Button1
  101. '
  102. Me.Button1.Location = New System.Drawing.Point(8, 128)
  103. Me.Button1.Name = "Button1"
  104. Me.Button1.Size = New System.Drawing.Size(183, 52)
  105. Me.Button1.TabIndex = 13
  106. Me.Button1.Text = "取得本地電腦訊息"
  107. Me.Button1.UseVisualStyleBackColor = True
  108. '
  109. 'TextBox1
  110. '
  111. Me.TextBox1.Location = New System.Drawing.Point(72, 12)
  112. Me.TextBox1.Name = "TextBox1"
  113. Me.TextBox1.Size = New System.Drawing.Size(307, 23)
  114. Me.TextBox1.TabIndex = 12
  115. '
  116. 'Form1
  117. '
  118. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  119. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  120. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  121. Me.ClientSize = New System.Drawing.Size(389, 187)
  122. Me.Controls.Add(Me.Button2)
  123. Me.Controls.Add(Me.Label4)
  124. Me.Controls.Add(Me.Label3)
  125. Me.Controls.Add(Me.Label2)
  126. Me.Controls.Add(Me.Label1)
  127. Me.Controls.Add(Me.TextBox4)
  128. Me.Controls.Add(Me.TextBox3)
  129. Me.Controls.Add(Me.TextBox2)
  130. Me.Controls.Add(Me.Button1)
  131. Me.Controls.Add(Me.TextBox1)
  132. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  133. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  134. Me.Name = "Form1"
  135. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  136. Me.Text = "BIFENG-REG-SYS"
  137. Me.ResumeLayout(False)
  138. Me.PerformLayout()
  139. End Sub
  140. Friend WithEvents Button2 As Button
  141. Friend WithEvents Label4 As Label
  142. Friend WithEvents Label3 As Label
  143. Friend WithEvents Label2 As Label
  144. Friend WithEvents Label1 As Label
  145. Friend WithEvents TextBox4 As TextBox
  146. Friend WithEvents TextBox3 As TextBox
  147. Friend WithEvents TextBox2 As TextBox
  148. Friend WithEvents Button1 As Button
  149. Friend WithEvents TextBox1 As TextBox
  150. End Class