Form5.Designer.vb 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form5
  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.components = New System.ComponentModel.Container
  23. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form5))
  24. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  25. Me.TextBox1 = New System.Windows.Forms.TextBox
  26. Me.Button5 = New System.Windows.Forms.Button
  27. Me.Button1 = New System.Windows.Forms.Button
  28. Me.TextBox2 = New System.Windows.Forms.TextBox
  29. Me.TextBox3 = New System.Windows.Forms.TextBox
  30. Me.Label1 = New System.Windows.Forms.Label
  31. Me.PictureBox1 = New System.Windows.Forms.PictureBox
  32. Me.Label2 = New System.Windows.Forms.Label
  33. Me.Button2 = New System.Windows.Forms.Button
  34. Me.Label3 = New System.Windows.Forms.Label
  35. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  36. Me.SuspendLayout()
  37. '
  38. 'Timer1
  39. '
  40. '
  41. 'TextBox1
  42. '
  43. Me.TextBox1.BackColor = System.Drawing.SystemColors.ButtonHighlight
  44. Me.TextBox1.Font = New System.Drawing.Font("細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  45. Me.TextBox1.Location = New System.Drawing.Point(35, 29)
  46. Me.TextBox1.Multiline = True
  47. Me.TextBox1.Name = "TextBox1"
  48. Me.TextBox1.ReadOnly = True
  49. Me.TextBox1.Size = New System.Drawing.Size(468, 299)
  50. Me.TextBox1.TabIndex = 0
  51. Me.TextBox1.Text = "聊天室已上線 -- Stand By"
  52. '
  53. 'Button5
  54. '
  55. Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  56. Me.Button5.BackColor = System.Drawing.Color.Transparent
  57. Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  58. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  59. Me.Button5.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  60. Me.Button5.Location = New System.Drawing.Point(696, 2)
  61. Me.Button5.Name = "Button5"
  62. Me.Button5.Size = New System.Drawing.Size(23, 24)
  63. Me.Button5.TabIndex = 1
  64. Me.Button5.Text = "X"
  65. Me.Button5.UseVisualStyleBackColor = False
  66. '
  67. 'Button1
  68. '
  69. Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  70. Me.Button1.Location = New System.Drawing.Point(432, 388)
  71. Me.Button1.Name = "Button1"
  72. Me.Button1.Size = New System.Drawing.Size(71, 22)
  73. Me.Button1.TabIndex = 2
  74. Me.Button1.Text = "傳送"
  75. Me.Button1.UseVisualStyleBackColor = True
  76. '
  77. 'TextBox2
  78. '
  79. Me.TextBox2.Location = New System.Drawing.Point(35, 388)
  80. Me.TextBox2.Name = "TextBox2"
  81. Me.TextBox2.Size = New System.Drawing.Size(391, 22)
  82. Me.TextBox2.TabIndex = 3
  83. '
  84. 'TextBox3
  85. '
  86. Me.TextBox3.Location = New System.Drawing.Point(548, 177)
  87. Me.TextBox3.Multiline = True
  88. Me.TextBox3.Name = "TextBox3"
  89. Me.TextBox3.Size = New System.Drawing.Size(151, 45)
  90. Me.TextBox3.TabIndex = 4
  91. Me.TextBox3.Text = "localhost"
  92. '
  93. 'Label1
  94. '
  95. Me.Label1.AutoSize = True
  96. Me.Label1.BackColor = System.Drawing.Color.Transparent
  97. Me.Label1.Location = New System.Drawing.Point(546, 162)
  98. Me.Label1.Name = "Label1"
  99. Me.Label1.Size = New System.Drawing.Size(75, 12)
  100. Me.Label1.TabIndex = 5
  101. Me.Label1.Text = "對方區網IP:"
  102. '
  103. 'PictureBox1
  104. '
  105. Me.PictureBox1.BackgroundImage = CType(resources.GetObject("PictureBox1.BackgroundImage"), System.Drawing.Image)
  106. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  107. Me.PictureBox1.Location = New System.Drawing.Point(548, 29)
  108. Me.PictureBox1.Name = "PictureBox1"
  109. Me.PictureBox1.Size = New System.Drawing.Size(151, 96)
  110. Me.PictureBox1.TabIndex = 6
  111. Me.PictureBox1.TabStop = False
  112. '
  113. 'Label2
  114. '
  115. Me.Label2.AutoSize = True
  116. Me.Label2.BackColor = System.Drawing.Color.Transparent
  117. Me.Label2.Location = New System.Drawing.Point(546, 225)
  118. Me.Label2.Name = "Label2"
  119. Me.Label2.Size = New System.Drawing.Size(147, 96)
  120. Me.Label2.TabIndex = 7
  121. Me.Label2.Text = "注意:區網IP 不是外網IP" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Hamachi: 25.xx.xx.xxx" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "nMatrix: 6.x.x.xxx" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "no-ip: xxxxxx.no-ip.xx" & _
  122. "x" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "測試:localhost" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "如你有加入伺服器,請用" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "伺服器連線程式上顯示的IP"
  123. '
  124. 'Button2
  125. '
  126. Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  127. Me.Button2.Location = New System.Drawing.Point(548, 388)
  128. Me.Button2.Name = "Button2"
  129. Me.Button2.Size = New System.Drawing.Size(151, 22)
  130. Me.Button2.TabIndex = 8
  131. Me.Button2.Text = "儲存對話"
  132. Me.Button2.UseVisualStyleBackColor = True
  133. '
  134. 'Label3
  135. '
  136. Me.Label3.AutoSize = True
  137. Me.Label3.BackColor = System.Drawing.Color.Transparent
  138. Me.Label3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  139. Me.Label3.Location = New System.Drawing.Point(557, 361)
  140. Me.Label3.Name = "Label3"
  141. Me.Label3.Size = New System.Drawing.Size(125, 24)
  142. Me.Label3.TabIndex = 9
  143. Me.Label3.Text = "本區網聊天室是測試版" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "如有錯誤請回報。"
  144. '
  145. 'Form5
  146. '
  147. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  148. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  149. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  150. Me.ClientSize = New System.Drawing.Size(721, 461)
  151. Me.Controls.Add(Me.Label3)
  152. Me.Controls.Add(Me.Button2)
  153. Me.Controls.Add(Me.Label2)
  154. Me.Controls.Add(Me.PictureBox1)
  155. Me.Controls.Add(Me.Label1)
  156. Me.Controls.Add(Me.TextBox3)
  157. Me.Controls.Add(Me.TextBox2)
  158. Me.Controls.Add(Me.Button1)
  159. Me.Controls.Add(Me.Button5)
  160. Me.Controls.Add(Me.TextBox1)
  161. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  162. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  163. Me.Name = "Form5"
  164. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  165. Me.Text = "區網信息傳送器"
  166. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  167. Me.ResumeLayout(False)
  168. Me.PerformLayout()
  169. End Sub
  170. Friend WithEvents Timer1 As System.Windows.Forms.Timer
  171. Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  172. Friend WithEvents Button5 As System.Windows.Forms.Button
  173. Friend WithEvents Button1 As System.Windows.Forms.Button
  174. Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
  175. Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
  176. Friend WithEvents Label1 As System.Windows.Forms.Label
  177. Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
  178. Friend WithEvents Label2 As System.Windows.Forms.Label
  179. Friend WithEvents Button2 As System.Windows.Forms.Button
  180. Friend WithEvents Label3 As System.Windows.Forms.Label
  181. End Class