_ Partial Class SNForm Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SNForm)) Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.lblEnterSerial = New System.Windows.Forms.Label Me.txtSerial = New System.Windows.Forms.TextBox Me.butVerifySerial = New System.Windows.Forms.Button Me.lblWhatIsSerial = New System.Windows.Forms.Label Me.lnkPurchase = New System.Windows.Forms.LinkLabel Me.lblPrivacy = New System.Windows.Forms.Label Me.lnkPrivacyPolicy = New System.Windows.Forms.LinkLabel Me.lnkHelp = New System.Windows.Forms.LinkLabel CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'PictureBox1 ' Me.PictureBox1.Image = Global.Accents.My.Resources.Resources.AccentsSidebar Me.PictureBox1.Location = New System.Drawing.Point(12, 12) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(155, 253) Me.PictureBox1.TabIndex = 0 Me.PictureBox1.TabStop = False ' 'lblEnterSerial ' Me.lblEnterSerial.AutoSize = True Me.lblEnterSerial.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblEnterSerial.Location = New System.Drawing.Point(173, 89) Me.lblEnterSerial.Name = "lblEnterSerial" Me.lblEnterSerial.Size = New System.Drawing.Size(186, 24) Me.lblEnterSerial.TabIndex = 1 Me.lblEnterSerial.Text = "Enter Serial Number:" ' 'txtSerial ' Me.txtSerial.BackColor = System.Drawing.Color.White Me.txtSerial.Location = New System.Drawing.Point(177, 116) Me.txtSerial.Name = "txtSerial" Me.txtSerial.Size = New System.Drawing.Size(242, 20) Me.txtSerial.TabIndex = 2 ' 'butVerifySerial ' Me.butVerifySerial.Location = New System.Drawing.Point(425, 116) Me.butVerifySerial.Name = "butVerifySerial" Me.butVerifySerial.Size = New System.Drawing.Size(138, 20) Me.butVerifySerial.TabIndex = 3 Me.butVerifySerial.Text = "Submit for Verification" Me.butVerifySerial.UseVisualStyleBackColor = True ' 'lblWhatIsSerial ' Me.lblWhatIsSerial.BackColor = System.Drawing.Color.Azure Me.lblWhatIsSerial.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblWhatIsSerial.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.lblWhatIsSerial.ForeColor = System.Drawing.Color.Black Me.lblWhatIsSerial.Location = New System.Drawing.Point(173, 12) Me.lblWhatIsSerial.Name = "lblWhatIsSerial" Me.lblWhatIsSerial.Padding = New System.Windows.Forms.Padding(5) Me.lblWhatIsSerial.Size = New System.Drawing.Size(393, 64) Me.lblWhatIsSerial.TabIndex = 4 Me.lblWhatIsSerial.Text = resources.GetString("lblWhatIsSerial.Text") ' 'lnkPurchase ' Me.lnkPurchase.AutoSize = True Me.lnkPurchase.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lnkPurchase.LinkBehavior = System.Windows.Forms.LinkBehavior.AlwaysUnderline Me.lnkPurchase.Location = New System.Drawing.Point(174, 139) Me.lnkPurchase.Name = "lnkPurchase" Me.lnkPurchase.Size = New System.Drawing.Size(307, 16) Me.lnkPurchase.TabIndex = 5 Me.lnkPurchase.TabStop = True Me.lnkPurchase.Text = "Don't have a serial number? Click here to buy one." ' 'lblPrivacy ' Me.lblPrivacy.BackColor = System.Drawing.Color.Azure Me.lblPrivacy.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblPrivacy.ForeColor = System.Drawing.Color.Black Me.lblPrivacy.Location = New System.Drawing.Point(177, 175) Me.lblPrivacy.Name = "lblPrivacy" Me.lblPrivacy.Padding = New System.Windows.Forms.Padding(5) Me.lblPrivacy.Size = New System.Drawing.Size(389, 90) Me.lblPrivacy.TabIndex = 6 Me.lblPrivacy.Text = resources.GetString("lblPrivacy.Text") ' 'lnkPrivacyPolicy ' Me.lnkPrivacyPolicy.AutoSize = True Me.lnkPrivacyPolicy.Location = New System.Drawing.Point(444, 277) Me.lnkPrivacyPolicy.Name = "lnkPrivacyPolicy" Me.lnkPrivacyPolicy.Size = New System.Drawing.Size(119, 13) Me.lnkPrivacyPolicy.TabIndex = 7 Me.lnkPrivacyPolicy.TabStop = True Me.lnkPrivacyPolicy.Text = "View Our Privacy Policy" ' 'lnkHelp ' Me.lnkHelp.AutoSize = True Me.lnkHelp.Location = New System.Drawing.Point(174, 277) Me.lnkHelp.Name = "lnkHelp" Me.lnkHelp.Size = New System.Drawing.Size(149, 13) Me.lnkHelp.TabIndex = 8 Me.lnkHelp.TabStop = True Me.lnkHelp.Text = "Visit our Tech Support Forums" ' 'SNForm ' 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(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.ClientSize = New System.Drawing.Size(578, 299) Me.Controls.Add(Me.lnkHelp) Me.Controls.Add(Me.lnkPrivacyPolicy) Me.Controls.Add(Me.lblPrivacy) Me.Controls.Add(Me.lnkPurchase) Me.Controls.Add(Me.lblWhatIsSerial) Me.Controls.Add(Me.butVerifySerial) Me.Controls.Add(Me.txtSerial) Me.Controls.Add(Me.lblEnterSerial) Me.Controls.Add(Me.PictureBox1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.Name = "SNForm" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents lblEnterSerial As System.Windows.Forms.Label Friend WithEvents txtSerial As System.Windows.Forms.TextBox Friend WithEvents butVerifySerial As System.Windows.Forms.Button Friend WithEvents lblWhatIsSerial As System.Windows.Forms.Label Friend WithEvents lnkPurchase As System.Windows.Forms.LinkLabel Friend WithEvents lblPrivacy As System.Windows.Forms.Label Friend WithEvents lnkPrivacyPolicy As System.Windows.Forms.LinkLabel Friend WithEvents lnkHelp As System.Windows.Forms.LinkLabel End Class