_ Partial Class TrialWait 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(TrialWait)) Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.Label4 = New System.Windows.Forms.Label() Me.Panel2 = New System.Windows.Forms.Panel() Me.ButtonX1 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX2 = New DevComponents.DotNetBar.ButtonX() Me.PanelEx1 = New DevComponents.DotNetBar.PanelEx() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() Me.SuspendLayout() ' 'PictureBox1 ' Me.PictureBox1.BackColor = System.Drawing.Color.Transparent Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(288, 59) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(66, 96) Me.PictureBox1.TabIndex = 0 Me.PictureBox1.TabStop = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.ForeColor = System.Drawing.Color.Red Me.Label1.Location = New System.Drawing.Point(3, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(58, 13) Me.Label1.TabIndex = 1 Me.Label1.Text = "Trial - Wait" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(3, 16) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(55, 20) Me.TextBox1.TabIndex = 3 Me.TextBox1.Text = "60" ' 'Timer1 ' Me.Timer1.Interval = 1000 ' 'PictureBox2 ' Me.PictureBox2.BackColor = System.Drawing.Color.Transparent Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image) Me.PictureBox2.Location = New System.Drawing.Point(12, 3) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(145, 50) Me.PictureBox2.TabIndex = 7 Me.PictureBox2.TabStop = False ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.BackColor = System.Drawing.Color.Transparent Me.Label4.ForeColor = System.Drawing.Color.Red Me.Label4.Location = New System.Drawing.Point(2, 39) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(303, 13) Me.Label4.TabIndex = 13 Me.Label4.Text = "Because you are using the TRIAL VERSION - you must wait...." ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.Color.DarkGray Me.Panel2.Controls.Add(Me.Label1) Me.Panel2.Controls.Add(Me.TextBox1) Me.Panel2.Controls.Add(Me.Label4) Me.Panel2.Location = New System.Drawing.Point(12, 161) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(315, 65) Me.Panel2.TabIndex = 16 ' 'ButtonX1 ' Me.ButtonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX1.Location = New System.Drawing.Point(163, 3) Me.ButtonX1.Name = "ButtonX1" Me.ButtonX1.Size = New System.Drawing.Size(208, 23) Me.ButtonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX1.TabIndex = 17 Me.ButtonX1.Text = "Ive Got A Registration Key!" ' 'ButtonX2 ' Me.ButtonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX2.Location = New System.Drawing.Point(163, 30) Me.ButtonX2.Name = "ButtonX2" Me.ButtonX2.Size = New System.Drawing.Size(208, 23) Me.ButtonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX2.TabIndex = 0 Me.ButtonX2.Text = "Why Should i get the Full Version?" ' 'PanelEx1 ' Me.PanelEx1.CanvasColor = System.Drawing.SystemColors.Control Me.PanelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.PanelEx1.Location = New System.Drawing.Point(14, 65) Me.PanelEx1.Name = "PanelEx1" Me.PanelEx1.Size = New System.Drawing.Size(255, 90) Me.PanelEx1.Style.Alignment = System.Drawing.StringAlignment.Center Me.PanelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground Me.PanelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2 Me.PanelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine Me.PanelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder Me.PanelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText Me.PanelEx1.Style.GradientAngle = 90 Me.PanelEx1.TabIndex = 18 Me.PanelEx1.Text = resources.GetString("PanelEx1.Text") ' 'TrialWait ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange 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(373, 241) Me.Controls.Add(Me.PanelEx1) Me.Controls.Add(Me.ButtonX2) Me.Controls.Add(Me.ButtonX1) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Panel2) Me.EnableGlass = False Me.ForeColor = System.Drawing.Color.FromArgb(CType(CType(61, Byte), Integer), CType(CType(61, Byte), Integer), CType(CType(61, Byte), Integer)) 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 = "TrialWait" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "TRIAL VERSION" Me.TopMost = True CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Timer1 As System.Windows.Forms.Timer Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents ButtonX1 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX2 As DevComponents.DotNetBar.ButtonX Friend WithEvents PanelEx1 As DevComponents.DotNetBar.PanelEx End Class