_ Partial Class Sucess 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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Sucess)) Me.Panel1 = New System.Windows.Forms.Panel() Me.Label3 = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Panel1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.SystemColors.ScrollBar Me.Panel1.Controls.Add(Me.Label3) Me.Panel1.Location = New System.Drawing.Point(3, 9) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(293, 143) Me.Panel1.TabIndex = 15 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.BackColor = System.Drawing.Color.Transparent Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.ForeColor = System.Drawing.Color.Black Me.Label3.Location = New System.Drawing.Point(15, 7) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(266, 117) Me.Label3.TabIndex = 11 Me.Label3.Text = resources.GetString("Label3.Text") ' 'PictureBox1 ' Me.PictureBox1.BackColor = System.Drawing.Color.Transparent Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(302, 9) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(75, 96) Me.PictureBox1.TabIndex = 16 Me.PictureBox1.TabStop = False ' 'Timer1 ' Me.Timer1.Interval = 1000 ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(305, 124) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(65, 20) Me.TextBox1.TabIndex = 17 Me.TextBox1.Text = "15" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.Yellow Me.Label1.Location = New System.Drawing.Point(302, 108) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(68, 13) Me.Label1.TabIndex = 18 Me.Label1.Text = "Auto Close" ' 'Sucess ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(61, Byte), Integer), CType(CType(61, Byte), Integer), CType(CType(61, Byte), Integer)) Me.ClientSize = New System.Drawing.Size(394, 160) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Panel1) Me.EnableGlass = False Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "Sucess" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Ihabbox Registration Success" Me.TopMost = True Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents Timer1 As System.Windows.Forms.Timer Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label End Class