_ Partial Class UpgradeInfo 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(UpgradeInfo)) Me.gbInfo = New System.Windows.Forms.GroupBox() Me.Label1 = New System.Windows.Forms.Label() Me.ButtonX1 = New DevComponents.DotNetBar.ButtonX() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.ButtonX2 = New DevComponents.DotNetBar.ButtonX() Me.Label2 = New System.Windows.Forms.Label() Me.gbInfo.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'gbInfo ' Me.gbInfo.Controls.Add(Me.ButtonX1) Me.gbInfo.Controls.Add(Me.Label1) Me.gbInfo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.gbInfo.ForeColor = System.Drawing.Color.Yellow Me.gbInfo.Location = New System.Drawing.Point(12, 12) Me.gbInfo.Name = "gbInfo" Me.gbInfo.Size = New System.Drawing.Size(236, 129) Me.gbInfo.TabIndex = 3 Me.gbInfo.TabStop = False Me.gbInfo.Text = "How to get your updated key" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(6, 16) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(218, 78) Me.Label1.TabIndex = 0 Me.Label1.Text = resources.GetString("Label1.Text") ' 'ButtonX1 ' Me.ButtonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX1.ForeColor = System.Drawing.Color.Black Me.ButtonX1.Location = New System.Drawing.Point(9, 97) Me.ButtonX1.Name = "ButtonX1" Me.ButtonX1.Size = New System.Drawing.Size(215, 23) Me.ButtonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX1.TabIndex = 1 Me.ButtonX1.Text = "Request Updated Key" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.ButtonX2) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox1.ForeColor = System.Drawing.Color.Yellow Me.GroupBox1.Location = New System.Drawing.Point(12, 147) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(236, 69) Me.GroupBox1.TabIndex = 4 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "I dont have a key yet." ' 'ButtonX2 ' Me.ButtonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX2.ForeColor = System.Drawing.Color.Black Me.ButtonX2.Location = New System.Drawing.Point(9, 32) Me.ButtonX2.Name = "ButtonX2" Me.ButtonX2.Size = New System.Drawing.Size(215, 23) Me.ButtonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX2.TabIndex = 1 Me.ButtonX2.Text = "Purchase Full Version" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(6, 16) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(178, 13) Me.Label2.TabIndex = 0 Me.Label2.Text = "Click below to purchase a key" ' 'UpgradeInfo ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(264, 232) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.gbInfo) 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.MinimizeBox = False Me.Name = "UpgradeInfo" Me.Text = "Updating Your Old Key" Me.gbInfo.ResumeLayout(False) Me.gbInfo.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents gbInfo As System.Windows.Forms.GroupBox Friend WithEvents ButtonX1 As DevComponents.DotNetBar.ButtonX Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents ButtonX2 As DevComponents.DotNetBar.ButtonX Friend WithEvents Label2 As System.Windows.Forms.Label End Class