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.

GA-ERP-SYS.Designer.vb 7.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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.Label5 = New System.Windows.Forms.Label()
  24. Me.電腦註冊_tb = New System.Windows.Forms.Button()
  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.取得本地電腦訊息_bt = New System.Windows.Forms.Button()
  33. Me.MAC碼_tb = New System.Windows.Forms.TextBox()
  34. Me.SuspendLayout()
  35. '
  36. 'Label5
  37. '
  38. Me.Label5.AutoSize = True
  39. Me.Label5.ForeColor = System.Drawing.Color.Red
  40. Me.Label5.Location = New System.Drawing.Point(6, 198)
  41. Me.Label5.Name = "Label5"
  42. Me.Label5.Size = New System.Drawing.Size(370, 48)
  43. Me.Label5.TabIndex = 43
  44. Me.Label5.Text = "PS : MAC碼會因為你使用的網卡不同而產生不同的號碼。假設一台筆" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " 電使用有線網路時哪抓取的是有線網路的MAC碼,而使用無線網" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " " &
  45. " 路時用的又是無線網路的MAC 碼。所以要綁定的電腦有雙網卡時" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " 請注意,兩個網卡 要切換綁定。"
  46. '
  47. '電腦註冊_tb
  48. '
  49. Me.電腦註冊_tb.ForeColor = System.Drawing.Color.Red
  50. Me.電腦註冊_tb.Location = New System.Drawing.Point(194, 137)
  51. Me.電腦註冊_tb.Name = "電腦註冊_tb"
  52. Me.電腦註冊_tb.Size = New System.Drawing.Size(183, 52)
  53. Me.電腦註冊_tb.TabIndex = 42
  54. Me.電腦註冊_tb.Text = "電腦註冊" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  55. Me.電腦註冊_tb.UseVisualStyleBackColor = True
  56. '
  57. 'Label4
  58. '
  59. Me.Label4.AutoSize = True
  60. Me.Label4.ForeColor = System.Drawing.Color.Blue
  61. Me.Label4.Location = New System.Drawing.Point(8, 111)
  62. Me.Label4.Name = "Label4"
  63. Me.Label4.Size = New System.Drawing.Size(53, 12)
  64. Me.Label4.TabIndex = 41
  65. Me.Label4.Text = "磁盘型態"
  66. '
  67. 'Label3
  68. '
  69. Me.Label3.AutoSize = True
  70. Me.Label3.ForeColor = System.Drawing.Color.Blue
  71. Me.Label3.Location = New System.Drawing.Point(8, 82)
  72. Me.Label3.Name = "Label3"
  73. Me.Label3.Size = New System.Drawing.Size(53, 12)
  74. Me.Label3.TabIndex = 40
  75. Me.Label3.Text = "硬碟序列"
  76. '
  77. 'Label2
  78. '
  79. Me.Label2.AutoSize = True
  80. Me.Label2.ForeColor = System.Drawing.Color.Blue
  81. Me.Label2.Location = New System.Drawing.Point(8, 53)
  82. Me.Label2.Name = "Label2"
  83. Me.Label2.Size = New System.Drawing.Size(41, 12)
  84. Me.Label2.TabIndex = 39
  85. Me.Label2.Text = "硬碟ID"
  86. '
  87. 'Label1
  88. '
  89. Me.Label1.AutoSize = True
  90. Me.Label1.ForeColor = System.Drawing.Color.Blue
  91. Me.Label1.Location = New System.Drawing.Point(4, 24)
  92. Me.Label1.Name = "Label1"
  93. Me.Label1.Size = New System.Drawing.Size(43, 12)
  94. Me.Label1.TabIndex = 38
  95. Me.Label1.Text = "MAC碼"
  96. '
  97. '磁盘型態_tb
  98. '
  99. Me.磁盘型態_tb.ForeColor = System.Drawing.Color.Blue
  100. Me.磁盘型態_tb.Location = New System.Drawing.Point(70, 108)
  101. Me.磁盘型態_tb.Name = "磁盘型態_tb"
  102. Me.磁盘型態_tb.Size = New System.Drawing.Size(307, 22)
  103. Me.磁盘型態_tb.TabIndex = 37
  104. '
  105. '硬碟序列_tb
  106. '
  107. Me.硬碟序列_tb.ForeColor = System.Drawing.Color.Blue
  108. Me.硬碟序列_tb.Location = New System.Drawing.Point(70, 79)
  109. Me.硬碟序列_tb.Name = "硬碟序列_tb"
  110. Me.硬碟序列_tb.Size = New System.Drawing.Size(307, 22)
  111. Me.硬碟序列_tb.TabIndex = 36
  112. '
  113. '硬碟ID_tb
  114. '
  115. Me.硬碟ID_tb.ForeColor = System.Drawing.Color.Blue
  116. Me.硬碟ID_tb.Location = New System.Drawing.Point(70, 50)
  117. Me.硬碟ID_tb.Name = "硬碟ID_tb"
  118. Me.硬碟ID_tb.Size = New System.Drawing.Size(307, 22)
  119. Me.硬碟ID_tb.TabIndex = 35
  120. '
  121. '取得本地電腦訊息_bt
  122. '
  123. Me.取得本地電腦訊息_bt.ForeColor = System.Drawing.Color.Green
  124. Me.取得本地電腦訊息_bt.Location = New System.Drawing.Point(6, 137)
  125. Me.取得本地電腦訊息_bt.Name = "取得本地電腦訊息_bt"
  126. Me.取得本地電腦訊息_bt.Size = New System.Drawing.Size(183, 52)
  127. Me.取得本地電腦訊息_bt.TabIndex = 34
  128. Me.取得本地電腦訊息_bt.Text = "取得本地電腦訊息"
  129. Me.取得本地電腦訊息_bt.UseVisualStyleBackColor = True
  130. '
  131. 'MAC碼_tb
  132. '
  133. Me.MAC碼_tb.ForeColor = System.Drawing.Color.Blue
  134. Me.MAC碼_tb.Location = New System.Drawing.Point(70, 21)
  135. Me.MAC碼_tb.Name = "MAC碼_tb"
  136. Me.MAC碼_tb.Size = New System.Drawing.Size(307, 22)
  137. Me.MAC碼_tb.TabIndex = 33
  138. '
  139. 'Form1
  140. '
  141. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  142. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  143. Me.ClientSize = New System.Drawing.Size(389, 264)
  144. Me.Controls.Add(Me.Label5)
  145. Me.Controls.Add(Me.電腦註冊_tb)
  146. Me.Controls.Add(Me.Label4)
  147. Me.Controls.Add(Me.Label3)
  148. Me.Controls.Add(Me.Label2)
  149. Me.Controls.Add(Me.Label1)
  150. Me.Controls.Add(Me.磁盘型態_tb)
  151. Me.Controls.Add(Me.硬碟序列_tb)
  152. Me.Controls.Add(Me.硬碟ID_tb)
  153. Me.Controls.Add(Me.取得本地電腦訊息_bt)
  154. Me.Controls.Add(Me.MAC碼_tb)
  155. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  156. Me.Name = "Form1"
  157. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  158. Me.Text = "GA-ERP-SYS"
  159. Me.ResumeLayout(False)
  160. Me.PerformLayout()
  161. End Sub
  162. Friend WithEvents Label5 As Label
  163. Friend WithEvents 電腦註冊_tb As Button
  164. Friend WithEvents Label4 As Label
  165. Friend WithEvents Label3 As Label
  166. Friend WithEvents Label2 As Label
  167. Friend WithEvents Label1 As Label
  168. Friend WithEvents 磁盘型態_tb As TextBox
  169. Friend WithEvents 硬碟序列_tb As TextBox
  170. Friend WithEvents 硬碟ID_tb As TextBox
  171. Friend WithEvents 取得本地電腦訊息_bt As Button
  172. Friend WithEvents MAC碼_tb As TextBox
  173. End Class