No Description
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.

HX-PGS-REG-SYS.Designer.vb 7.8KB

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