Nessuna descrizione
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.

WEB說明頁面.Designer.vb 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class WEB說明頁面
  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.MyBrowser = New System.Windows.Forms.Panel()
  23. Me.SuspendLayout()
  24. '
  25. 'MyBrowser
  26. '
  27. Me.MyBrowser.Dock = System.Windows.Forms.DockStyle.Fill
  28. Me.MyBrowser.Location = New System.Drawing.Point(0, 0)
  29. Me.MyBrowser.Name = "MyBrowser"
  30. Me.MyBrowser.Size = New System.Drawing.Size(819, 729)
  31. Me.MyBrowser.TabIndex = 0
  32. '
  33. 'WEB說明頁面
  34. '
  35. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  36. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  37. Me.ClientSize = New System.Drawing.Size(819, 729)
  38. Me.Controls.Add(Me.MyBrowser)
  39. Me.Name = "WEB說明頁面"
  40. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  41. Me.Text = "WEB說明頁面"
  42. Me.ResumeLayout(False)
  43. End Sub
  44. Friend WithEvents MyBrowser As Panel
  45. End Class