frmAllBrowsers.Designer.vb
上传用户:szledliu
上传日期:2021-01-29
资源大小:13805k
文件大小:2k
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class frmAllBrowsers
- Inherits System.Windows.Forms.Form
- 'Form overrides dispose to clean up the component list.
- <System.Diagnostics.DebuggerNonUserCode()> _
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- MyBase.Dispose(disposing)
- End Sub
- 'Required by the Windows Form Designer
- Private components As System.ComponentModel.IContainer
- 'NOTE: The following procedure is required by the Windows Form Designer
- 'It can be modified using the Windows Form Designer.
- 'Do not modify it using the code editor.
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.SplitContainer1 = New System.Windows.Forms.SplitContainer
- Me.SplitContainer1.SuspendLayout()
- Me.SuspendLayout()
- '
- 'SplitContainer1
- '
- Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
- Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
- Me.SplitContainer1.Name = "SplitContainer1"
- Me.SplitContainer1.Size = New System.Drawing.Size(829, 498)
- Me.SplitContainer1.SplitterDistance = 388
- Me.SplitContainer1.TabIndex = 0
- '
- 'frmAllBrowsers
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(829, 498)
- Me.Controls.Add(Me.SplitContainer1)
- Me.Name = "frmAllBrowsers"
- Me.Text = "frmAllBrowsers"
- Me.SplitContainer1.ResumeLayout(False)
- Me.ResumeLayout(False)
- End Sub
- Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
- End Class