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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.MAC碼_tb = New System.Windows.Forms.TextBox()
  25. Me.取得本地電腦訊息_bt = New System.Windows.Forms.Button()
  26. Me.硬碟ID_tb = New System.Windows.Forms.TextBox()
  27. Me.硬碟序列_tb = New System.Windows.Forms.TextBox()
  28. Me.磁盘型態_tb = New System.Windows.Forms.TextBox()
  29. Me.Label1 = New System.Windows.Forms.Label()
  30. Me.Label2 = New System.Windows.Forms.Label()
  31. Me.Label3 = New System.Windows.Forms.Label()
  32. Me.Label4 = New System.Windows.Forms.Label()
  33. Me.電腦註冊_tb = New System.Windows.Forms.Button()
  34. Me.註冊刪除_bt = New System.Windows.Forms.Button()
  35. Me.註冊表_dgv = New System.Windows.Forms.DataGridView()
  36. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  37. Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  38. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  39. CType(Me.註冊表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  40. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  41. Me.SuspendLayout()
  42. '
  43. 'MAC碼_tb
  44. '
  45. Me.MAC碼_tb.Location = New System.Drawing.Point(74, 3)
  46. Me.MAC碼_tb.Name = "MAC碼_tb"
  47. Me.MAC碼_tb.Size = New System.Drawing.Size(307, 23)
  48. Me.MAC碼_tb.TabIndex = 0
  49. '
  50. '取得本地電腦訊息_bt
  51. '
  52. Me.取得本地電腦訊息_bt.Location = New System.Drawing.Point(762, 3)
  53. Me.取得本地電腦訊息_bt.Name = "取得本地電腦訊息_bt"
  54. Me.取得本地電腦訊息_bt.Size = New System.Drawing.Size(130, 52)
  55. Me.取得本地電腦訊息_bt.TabIndex = 1
  56. Me.取得本地電腦訊息_bt.Text = "取得本地電腦訊息"
  57. Me.取得本地電腦訊息_bt.UseVisualStyleBackColor = True
  58. '
  59. '硬碟ID_tb
  60. '
  61. Me.硬碟ID_tb.Location = New System.Drawing.Point(74, 28)
  62. Me.硬碟ID_tb.Name = "硬碟ID_tb"
  63. Me.硬碟ID_tb.Size = New System.Drawing.Size(307, 23)
  64. Me.硬碟ID_tb.TabIndex = 2
  65. '
  66. '硬碟序列_tb
  67. '
  68. Me.硬碟序列_tb.Location = New System.Drawing.Point(449, 3)
  69. Me.硬碟序列_tb.Name = "硬碟序列_tb"
  70. Me.硬碟序列_tb.Size = New System.Drawing.Size(307, 23)
  71. Me.硬碟序列_tb.TabIndex = 4
  72. '
  73. '磁盘型態_tb
  74. '
  75. Me.磁盘型態_tb.Location = New System.Drawing.Point(449, 28)
  76. Me.磁盘型態_tb.Name = "磁盘型態_tb"
  77. Me.磁盘型態_tb.Size = New System.Drawing.Size(307, 23)
  78. Me.磁盘型態_tb.TabIndex = 6
  79. '
  80. 'Label1
  81. '
  82. Me.Label1.AutoSize = True
  83. Me.Label1.BackColor = System.Drawing.Color.Transparent
  84. Me.Label1.Location = New System.Drawing.Point(12, 6)
  85. Me.Label1.Name = "Label1"
  86. Me.Label1.Size = New System.Drawing.Size(47, 16)
  87. Me.Label1.TabIndex = 7
  88. Me.Label1.Text = "MAC碼"
  89. '
  90. 'Label2
  91. '
  92. Me.Label2.AutoSize = True
  93. Me.Label2.BackColor = System.Drawing.Color.Transparent
  94. Me.Label2.Location = New System.Drawing.Point(12, 31)
  95. Me.Label2.Name = "Label2"
  96. Me.Label2.Size = New System.Drawing.Size(43, 16)
  97. Me.Label2.TabIndex = 8
  98. Me.Label2.Text = "硬碟ID"
  99. '
  100. 'Label3
  101. '
  102. Me.Label3.AutoSize = True
  103. Me.Label3.BackColor = System.Drawing.Color.Transparent
  104. Me.Label3.Location = New System.Drawing.Point(387, 6)
  105. Me.Label3.Name = "Label3"
  106. Me.Label3.Size = New System.Drawing.Size(55, 16)
  107. Me.Label3.TabIndex = 9
  108. Me.Label3.Text = "硬碟序列"
  109. '
  110. 'Label4
  111. '
  112. Me.Label4.AutoSize = True
  113. Me.Label4.BackColor = System.Drawing.Color.Transparent
  114. Me.Label4.Location = New System.Drawing.Point(387, 31)
  115. Me.Label4.Name = "Label4"
  116. Me.Label4.Size = New System.Drawing.Size(55, 16)
  117. Me.Label4.TabIndex = 10
  118. Me.Label4.Text = "磁盘型態"
  119. '
  120. '電腦註冊_tb
  121. '
  122. Me.電腦註冊_tb.Location = New System.Drawing.Point(898, 3)
  123. Me.電腦註冊_tb.Name = "電腦註冊_tb"
  124. Me.電腦註冊_tb.Size = New System.Drawing.Size(130, 52)
  125. Me.電腦註冊_tb.TabIndex = 11
  126. Me.電腦註冊_tb.Text = "電腦註冊" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  127. Me.電腦註冊_tb.UseVisualStyleBackColor = True
  128. '
  129. '註冊刪除_bt
  130. '
  131. Me.註冊刪除_bt.ForeColor = System.Drawing.Color.Red
  132. Me.註冊刪除_bt.Location = New System.Drawing.Point(1034, 3)
  133. Me.註冊刪除_bt.Name = "註冊刪除_bt"
  134. Me.註冊刪除_bt.Size = New System.Drawing.Size(130, 52)
  135. Me.註冊刪除_bt.TabIndex = 12
  136. Me.註冊刪除_bt.Text = "註冊刪除"
  137. Me.註冊刪除_bt.UseVisualStyleBackColor = True
  138. '
  139. '註冊表_dgv
  140. '
  141. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  142. Me.註冊表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  143. Me.註冊表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  144. Or System.Windows.Forms.AnchorStyles.Left) _
  145. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  146. Me.註冊表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  147. Me.註冊表_dgv.BackgroundColor = System.Drawing.Color.White
  148. Me.註冊表_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  149. Me.註冊表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  150. Me.註冊表_dgv.Location = New System.Drawing.Point(3, 56)
  151. Me.註冊表_dgv.Name = "註冊表_dgv"
  152. Me.註冊表_dgv.RowHeadersWidth = 5
  153. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  154. Me.註冊表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  155. Me.註冊表_dgv.RowTemplate.Height = 24
  156. Me.註冊表_dgv.Size = New System.Drawing.Size(1340, 620)
  157. Me.註冊表_dgv.TabIndex = 229
  158. '
  159. '語言_dgv
  160. '
  161. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  162. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
  163. Me.語言_dgv.Location = New System.Drawing.Point(640, 304)
  164. Me.語言_dgv.Name = "語言_dgv"
  165. Me.語言_dgv.RowTemplate.Height = 24
  166. Me.語言_dgv.Size = New System.Drawing.Size(70, 73)
  167. Me.語言_dgv.TabIndex = 1725
  168. Me.語言_dgv.Visible = False
  169. '
  170. 'Column1
  171. '
  172. Me.Column1.HeaderText = "Column1"
  173. Me.Column1.Name = "Column1"
  174. '
  175. 'Column2
  176. '
  177. Me.Column2.HeaderText = "Column2"
  178. Me.Column2.Name = "Column2"
  179. '
  180. '系統對應電腦註冊
  181. '
  182. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  183. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  184. Me.ClientSize = New System.Drawing.Size(1350, 681)
  185. Me.Controls.Add(Me.註冊表_dgv)
  186. Me.Controls.Add(Me.註冊刪除_bt)
  187. Me.Controls.Add(Me.電腦註冊_tb)
  188. Me.Controls.Add(Me.Label4)
  189. Me.Controls.Add(Me.Label3)
  190. Me.Controls.Add(Me.Label2)
  191. Me.Controls.Add(Me.Label1)
  192. Me.Controls.Add(Me.磁盘型態_tb)
  193. Me.Controls.Add(Me.硬碟序列_tb)
  194. Me.Controls.Add(Me.硬碟ID_tb)
  195. Me.Controls.Add(Me.取得本地電腦訊息_bt)
  196. Me.Controls.Add(Me.MAC碼_tb)
  197. Me.Controls.Add(Me.語言_dgv)
  198. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  199. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  200. Me.Name = "系統對應電腦註冊"
  201. Me.Text = "系統對應電腦註冊"
  202. CType(Me.註冊表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  203. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  204. Me.ResumeLayout(False)
  205. Me.PerformLayout()
  206. End Sub
  207. Friend WithEvents MAC碼_tb As TextBox
  208. Friend WithEvents 取得本地電腦訊息_bt As Button
  209. Friend WithEvents 硬碟ID_tb As TextBox
  210. Friend WithEvents 硬碟序列_tb As TextBox
  211. Friend WithEvents 磁盘型態_tb As TextBox
  212. Friend WithEvents Label1 As Label
  213. Friend WithEvents Label2 As Label
  214. Friend WithEvents Label3 As Label
  215. Friend WithEvents Label4 As Label
  216. Friend WithEvents 電腦註冊_tb As Button
  217. Friend WithEvents 註冊刪除_bt As Button
  218. Friend WithEvents 註冊表_dgv As DataGridView
  219. Friend WithEvents 語言_dgv As DataGridView
  220. Friend WithEvents Column1 As DataGridViewTextBoxColumn
  221. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  222. End Class