_ Partial Class Form2 Inherits System.Windows.Forms.Form '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(Form2)) Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.Label1 = New System.Windows.Forms.Label Me.Label2 = New System.Windows.Forms.Label Me.MButton2 = New SCV6._0.MButton Me.MButton1 = New SCV6._0.MButton Me.TextBox1 = New System.Windows.Forms.TextBox Me.Label3 = New System.Windows.Forms.Label Me.Label4 = New System.Windows.Forms.Label Me.Label5 = New System.Windows.Forms.Label Me.MButton3 = New SCV6._0.MButton CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'PictureBox1 ' Me.PictureBox1.BackgroundImage = CType(resources.GetObject("PictureBox1.BackgroundImage"), System.Drawing.Image) Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.Location = New System.Drawing.Point(26, 12) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(235, 49) Me.PictureBox1.TabIndex = 0 Me.PictureBox1.TabStop = False ' 'Label1 ' Me.Label1.Font = New System.Drawing.Font("Calibri", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.Yellow Me.Label1.Location = New System.Drawing.Point(12, 77) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(285, 161) Me.Label1.TabIndex = 1 Me.Label1.Text = resources.GetString("Label1.Text") ' 'Label2 ' Me.Label2.Font = New System.Drawing.Font("Calibri", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.ForeColor = System.Drawing.Color.Yellow Me.Label2.Location = New System.Drawing.Point(12, 238) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(285, 90) Me.Label2.TabIndex = 2 Me.Label2.Text = resources.GetString("Label2.Text") ' 'MButton2 ' Me.MButton2.Font = New System.Drawing.Font("Calibri", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MButton2.ForeColor = System.Drawing.Color.Yellow Me.MButton2.Location = New System.Drawing.Point(15, 360) Me.MButton2.Name = "MButton2" Me.MButton2.Size = New System.Drawing.Size(128, 23) Me.MButton2.TabIndex = 4 Me.MButton2.Text = "EXIT" ' 'MButton1 ' Me.MButton1.Font = New System.Drawing.Font("Calibri", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MButton1.ForeColor = System.Drawing.Color.Yellow Me.MButton1.Location = New System.Drawing.Point(15, 331) Me.MButton1.Name = "MButton1" Me.MButton1.Size = New System.Drawing.Size(128, 23) Me.MButton1.TabIndex = 3 Me.MButton1.Text = "I AGREE" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(149, 333) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(148, 21) Me.TextBox1.TabIndex = 5 Me.TextBox1.Text = "XXXX-XXXX-XXXX-XXXX" Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(187, 360) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(74, 26) Me.Label3.TabIndex = 6 Me.Label3.Text = "Serial Number" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "For the Week" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(144, 399) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(107, 13) Me.Label4.TabIndex = 7 Me.Label4.Text = "Latest Ver. Available: " ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(257, 399) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(40, 13) Me.Label5.TabIndex = 8 Me.Label5.Text = "6.0.0.0" ' 'MButton3 ' Me.MButton3.Font = New System.Drawing.Font("Calibri", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MButton3.ForeColor = System.Drawing.Color.Yellow Me.MButton3.Location = New System.Drawing.Point(15, 389) Me.MButton3.Name = "MButton3" Me.MButton3.Size = New System.Drawing.Size(128, 23) Me.MButton3.TabIndex = 9 Me.MButton3.Text = "UPDATE" ' 'Form2 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.Black Me.ClientSize = New System.Drawing.Size(309, 426) Me.Controls.Add(Me.MButton3) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.MButton2) Me.Controls.Add(Me.MButton1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.PictureBox1) Me.Font = New System.Drawing.Font("Calibri", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ForeColor = System.Drawing.Color.Yellow Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Name = "Form2" Me.Opacity = 0.9 Me.ShowIcon = False Me.ShowInTaskbar = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Disclaimer" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents MButton1 As SCV6._0.MButton Friend WithEvents MButton2 As SCV6._0.MButton Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents MButton3 As SCV6._0.MButton End Class