Form8.Designer.vb 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form8
  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(Form8))
  23. Me.Button5 = New System.Windows.Forms.Button
  24. Me.Button1 = New System.Windows.Forms.Button
  25. Me.TextBox1 = New System.Windows.Forms.TextBox
  26. Me.SuspendLayout()
  27. '
  28. 'Button5
  29. '
  30. Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  31. Me.Button5.BackColor = System.Drawing.Color.Transparent
  32. Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  33. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  34. Me.Button5.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  35. Me.Button5.Location = New System.Drawing.Point(754, 2)
  36. Me.Button5.Name = "Button5"
  37. Me.Button5.Size = New System.Drawing.Size(23, 24)
  38. Me.Button5.TabIndex = 1
  39. Me.Button5.Text = "X"
  40. Me.Button5.UseVisualStyleBackColor = False
  41. '
  42. 'Button1
  43. '
  44. Me.Button1.Location = New System.Drawing.Point(24, 430)
  45. Me.Button1.Name = "Button1"
  46. Me.Button1.Size = New System.Drawing.Size(75, 23)
  47. Me.Button1.TabIndex = 2
  48. Me.Button1.Text = "Button1"
  49. Me.Button1.UseVisualStyleBackColor = True
  50. '
  51. 'TextBox1
  52. '
  53. Me.TextBox1.Location = New System.Drawing.Point(12, 22)
  54. Me.TextBox1.Multiline = True
  55. Me.TextBox1.Name = "TextBox1"
  56. Me.TextBox1.Size = New System.Drawing.Size(280, 402)
  57. Me.TextBox1.TabIndex = 3
  58. '
  59. 'Form8
  60. '
  61. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  62. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  63. Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
  64. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  65. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  66. Me.ClientSize = New System.Drawing.Size(780, 465)
  67. Me.Controls.Add(Me.TextBox1)
  68. Me.Controls.Add(Me.Button1)
  69. Me.Controls.Add(Me.Button5)
  70. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  71. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  72. Me.MaximizeBox = False
  73. Me.MinimizeBox = False
  74. Me.Name = "Form8"
  75. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  76. Me.Text = "伺服器圖像介面"
  77. Me.ResumeLayout(False)
  78. Me.PerformLayout()
  79. End Sub
  80. Friend WithEvents Button5 As System.Windows.Forms.Button
  81. Friend WithEvents Button1 As System.Windows.Forms.Button
  82. Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  83. End Class