説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

系統對應電腦註冊.Designer.vb 8.4KB

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