Geen omschrijving
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 8.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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.清單_dgv = New System.Windows.Forms.DataGridView()
  33. Me.考勤綁定_ch = New System.Windows.Forms.CheckBox()
  34. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  35. Me.SuspendLayout()
  36. '
  37. '電腦註冊_tb
  38. '
  39. Me.電腦註冊_tb.ForeColor = System.Drawing.Color.Red
  40. Me.電腦註冊_tb.Location = New System.Drawing.Point(832, 6)
  41. Me.電腦註冊_tb.Name = "電腦註冊_tb"
  42. Me.電腦註冊_tb.Size = New System.Drawing.Size(73, 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(288, 38)
  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(288, 9)
  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(3, 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(3, 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(350, 35)
  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(350, 6)
  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(65, 35)
  107. Me.硬碟ID_tb.Name = "硬碟ID_tb"
  108. Me.硬碟ID_tb.Size = New System.Drawing.Size(221, 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(753, 6)
  115. Me.取得本地電腦訊息_bt.Name = "取得本地電腦訊息_bt"
  116. Me.取得本地電腦訊息_bt.Size = New System.Drawing.Size(73, 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(65, 6)
  125. Me.MAC碼_tb.Name = "MAC碼_tb"
  126. Me.MAC碼_tb.Size = New System.Drawing.Size(221, 23)
  127. Me.MAC碼_tb.TabIndex = 32
  128. '
  129. '清單_dgv
  130. '
  131. Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  132. Or System.Windows.Forms.AnchorStyles.Left) _
  133. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  134. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  135. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  136. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  137. Me.清單_dgv.Location = New System.Drawing.Point(4, 62)
  138. Me.清單_dgv.Name = "清單_dgv"
  139. Me.清單_dgv.RowHeadersWidth = 5
  140. Me.清單_dgv.RowTemplate.Height = 24
  141. Me.清單_dgv.Size = New System.Drawing.Size(901, 297)
  142. Me.清單_dgv.TabIndex = 688
  143. '
  144. '考勤綁定_ch
  145. '
  146. Me.考勤綁定_ch.AutoSize = True
  147. Me.考勤綁定_ch.Location = New System.Drawing.Point(663, 37)
  148. Me.考勤綁定_ch.Name = "考勤綁定_ch"
  149. Me.考勤綁定_ch.Size = New System.Drawing.Size(74, 20)
  150. Me.考勤綁定_ch.TabIndex = 689
  151. Me.考勤綁定_ch.Text = "考勤綁定"
  152. Me.考勤綁定_ch.UseVisualStyleBackColor = True
  153. '
  154. '系統綁定電腦資訊
  155. '
  156. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  157. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  158. Me.ClientSize = New System.Drawing.Size(912, 364)
  159. Me.Controls.Add(Me.考勤綁定_ch)
  160. Me.Controls.Add(Me.清單_dgv)
  161. Me.Controls.Add(Me.電腦註冊_tb)
  162. Me.Controls.Add(Me.Label4)
  163. Me.Controls.Add(Me.Label3)
  164. Me.Controls.Add(Me.Label2)
  165. Me.Controls.Add(Me.Label1)
  166. Me.Controls.Add(Me.磁盘型態_tb)
  167. Me.Controls.Add(Me.硬碟序列_tb)
  168. Me.Controls.Add(Me.硬碟ID_tb)
  169. Me.Controls.Add(Me.取得本地電腦訊息_bt)
  170. Me.Controls.Add(Me.MAC碼_tb)
  171. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  172. Me.Margin = New System.Windows.Forms.Padding(4)
  173. Me.MaximizeBox = False
  174. Me.MinimizeBox = False
  175. Me.Name = "系統綁定電腦資訊"
  176. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  177. Me.Text = "系統綁定電腦資訊"
  178. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  179. Me.ResumeLayout(False)
  180. Me.PerformLayout()
  181. End Sub
  182. Friend WithEvents 電腦註冊_tb As Button
  183. Friend WithEvents Label4 As Label
  184. Friend WithEvents Label3 As Label
  185. Friend WithEvents Label2 As Label
  186. Friend WithEvents Label1 As Label
  187. Friend WithEvents 磁盘型態_tb As TextBox
  188. Friend WithEvents 硬碟序列_tb As TextBox
  189. Friend WithEvents 硬碟ID_tb As TextBox
  190. Friend WithEvents 取得本地電腦訊息_bt As Button
  191. Friend WithEvents MAC碼_tb As TextBox
  192. Friend WithEvents 清單_dgv As DataGridView
  193. Friend WithEvents 考勤綁定_ch As CheckBox
  194. End Class