Mini Kabibi Habibi
Namespace TabbedBrowser
Partial Public Class HostWindow
''' <summary>
''' Required designer variable.
''' </summary>
Private components As System.ComponentModel.IContainer = Nothing
''' <summary>
''' Clean up any resources being used.
''' </summary>
''' <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso (components IsNot Nothing) Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
#Region "Windows Form Designer generated code"
''' <summary>
''' Required method for Designer support - do not modify
''' the contents of this method with the code editor.
''' </summary>
Private Sub InitializeComponent()
Me.SuspendLayout()
'
' HostWindow
'
Me.AutoScaleDimensions = New SizeF(6F, 13F)
Me.AutoScaleMode = AutoScaleMode.Font
Me.ClientSize = New Size(793, 441)
Me.IsMdiContainer = True
Me.Name = "HostWindow"
' Me.Shown += New System.EventHandler(Me.HostWindow_Shown)
Me.ResumeLayout(False)
End Sub
#End Region
End Class
End Namespace