1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class WEB說明頁面
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.MyBrowser = New System.Windows.Forms.Panel()
- Me.SuspendLayout()
- '
- 'MyBrowser
- '
- Me.MyBrowser.Dock = System.Windows.Forms.DockStyle.Fill
- Me.MyBrowser.Location = New System.Drawing.Point(0, 0)
- Me.MyBrowser.Name = "MyBrowser"
- Me.MyBrowser.Size = New System.Drawing.Size(819, 729)
- Me.MyBrowser.TabIndex = 0
- '
- 'WEB說明頁面
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(819, 729)
- Me.Controls.Add(Me.MyBrowser)
- Me.Name = "WEB說明頁面"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "WEB說明頁面"
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents MyBrowser As Panel
- End Class
|