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.

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

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