_ Partial Class chatbox Inherits DevComponents.DotNetBar.Office2007Form 'Form overrides dispose to clean up the component list. _ 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 '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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(chatbox)) Me.WebBrowser1 = New System.Windows.Forms.WebBrowser() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.PictureBox3 = New System.Windows.Forms.PictureBox() Me.PictureBox4 = New System.Windows.Forms.PictureBox() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'WebBrowser1 ' Me.WebBrowser1.Dock = System.Windows.Forms.DockStyle.Fill Me.WebBrowser1.Location = New System.Drawing.Point(0, 0) Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser1.Name = "WebBrowser1" Me.WebBrowser1.ScrollBarsEnabled = False Me.WebBrowser1.Size = New System.Drawing.Size(835, 494) Me.WebBrowser1.TabIndex = 0 Me.WebBrowser1.Url = New System.Uri("http://ihabbox.com/#/ihabbox-chatbox/4548929125", System.UriKind.Absolute) ' 'PictureBox1 ' Me.PictureBox1.BackColor = System.Drawing.Color.Black Me.PictureBox1.Dock = System.Windows.Forms.DockStyle.Top Me.PictureBox1.Location = New System.Drawing.Point(0, 0) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(835, 11) Me.PictureBox1.TabIndex = 3 Me.PictureBox1.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.BackColor = System.Drawing.Color.Black Me.PictureBox2.Dock = System.Windows.Forms.DockStyle.Left Me.PictureBox2.Location = New System.Drawing.Point(0, 11) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(14, 483) Me.PictureBox2.TabIndex = 4 Me.PictureBox2.TabStop = False ' 'PictureBox3 ' Me.PictureBox3.BackColor = System.Drawing.Color.Black Me.PictureBox3.Dock = System.Windows.Forms.DockStyle.Right Me.PictureBox3.Location = New System.Drawing.Point(821, 11) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(14, 483) Me.PictureBox3.TabIndex = 5 Me.PictureBox3.TabStop = False ' 'PictureBox4 ' Me.PictureBox4.BackColor = System.Drawing.Color.Black Me.PictureBox4.Dock = System.Windows.Forms.DockStyle.Bottom Me.PictureBox4.Location = New System.Drawing.Point(14, 483) Me.PictureBox4.Name = "PictureBox4" Me.PictureBox4.Size = New System.Drawing.Size(807, 11) Me.PictureBox4.TabIndex = 6 Me.PictureBox4.TabStop = False ' 'chatbox ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(835, 494) Me.Controls.Add(Me.PictureBox4) Me.Controls.Add(Me.PictureBox3) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.WebBrowser1) Me.DoubleBuffered = True Me.EnableGlass = False Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.Name = "chatbox" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Chatbox" Me.TopMost = True CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents WebBrowser1 As System.Windows.Forms.WebBrowser Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox End Class