_ Partial Class RareValues 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(RareValues)) Me.StyleManager1 = New DevComponents.DotNetBar.StyleManager(Me.components) Me.gbInfo = New System.Windows.Forms.GroupBox() Me.Label1 = New System.Windows.Forms.Label() Me.lblSSOTicket = New System.Windows.Forms.Label() Me.TxtMotto = New System.Windows.Forms.TextBox() Me.TxtPrice = New System.Windows.Forms.TextBox() Me.lblPort = New System.Windows.Forms.Label() Me.TxtCateogory = New System.Windows.Forms.TextBox() Me.lblHost = New System.Windows.Forms.Label() Me.TxtDate = New System.Windows.Forms.TextBox() Me.ComboBoxEx1 = New DevComponents.DotNetBar.Controls.ComboBoxEx() Me.Elephant_Mini = New DevComponents.Editors.ComboItem() Me.Silver_Dragon_Lamp = New DevComponents.Editors.ComboItem() Me.Throne = New DevComponents.Editors.ComboItem() Me.Red_Amber_Lamp = New DevComponents.Editors.ComboItem() Me.Forest_Dragon_Lamp = New DevComponents.Editors.ComboItem() Me.BronzeDragonLamp = New DevComponents.Editors.ComboItem() Me.Golden_Dragon_Lamp = New DevComponents.Editors.ComboItem() Me.Blue_Dragon_Lamp = New DevComponents.Editors.ComboItem() Me.Sky_Dragon_Lamp = New DevComponents.Editors.ComboItem() Me.Jade_Dragon_Lamp = New DevComponents.Editors.ComboItem() Me.Fire_Dragon_Lamp = New DevComponents.Editors.ComboItem() Me.Black_Dragon_Lamp = New DevComponents.Editors.ComboItem() Me.Frost_Dragon_Lamp = New DevComponents.Editors.ComboItem() Me.Pink_Slurpee_Machine = New DevComponents.Editors.ComboItem() Me.White_Marquee = New DevComponents.Editors.ComboItem() Me.Jade_Spaceship_Door = New DevComponents.Editors.ComboItem() Me.Navy_Giant_Pillow = New DevComponents.Editors.ComboItem() Me.Turquoise_Laser_Portal = New DevComponents.Editors.ComboItem() Me.DJ_Turntable = New DevComponents.Editors.ComboItem() Me.Dragon_Egg = New DevComponents.Editors.ComboItem() Me.The_Golden_Tablet = New DevComponents.Editors.ComboItem() Me.Golden_Elephant = New DevComponents.Editors.ComboItem() Me.Golden_EMA_Trophy = New DevComponents.Editors.ComboItem() Me.Golden_Oriental_Screen = New DevComponents.Editors.ComboItem() Me.Blue_Smoke_Machine = New DevComponents.Editors.ComboItem() Me.Pink_Smoke_Machine = New DevComponents.Editors.ComboItem() Me.Violet_Smoke_Machine = New DevComponents.Editors.ComboItem() Me.Habbo_Cola_Machine = New DevComponents.Editors.ComboItem() Me.Typewriter = New DevComponents.Editors.ComboItem() Me.Blue_Kimberlite_Fountain = New DevComponents.Editors.ComboItem() Me.Orange_Tree = New DevComponents.Editors.ComboItem() Me.BtnOutdated = New DevComponents.DotNetBar.ButtonX() Me.BtnMissing = New DevComponents.DotNetBar.ButtonX() Me.RareImage = New System.Windows.Forms.PictureBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Label2 = New System.Windows.Forms.Label() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.gbInfo.SuspendLayout() CType(Me.RareImage, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'StyleManager1 ' Me.StyleManager1.ManagerColorTint = System.Drawing.Color.Black Me.StyleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Black ' 'gbInfo ' Me.gbInfo.Controls.Add(Me.Label1) Me.gbInfo.Controls.Add(Me.lblSSOTicket) Me.gbInfo.Controls.Add(Me.TxtMotto) Me.gbInfo.Controls.Add(Me.TxtPrice) Me.gbInfo.Controls.Add(Me.lblPort) Me.gbInfo.Controls.Add(Me.TxtCateogory) Me.gbInfo.Controls.Add(Me.lblHost) Me.gbInfo.Controls.Add(Me.TxtDate) Me.gbInfo.Location = New System.Drawing.Point(15, 52) Me.gbInfo.Name = "gbInfo" Me.gbInfo.Size = New System.Drawing.Size(186, 181) Me.gbInfo.TabIndex = 3 Me.gbInfo.TabStop = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.Yellow Me.Label1.Location = New System.Drawing.Point(3, 132) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(43, 13) Me.Label1.TabIndex = 13 Me.Label1.Text = "Motto:" ' 'lblSSOTicket ' Me.lblSSOTicket.AutoSize = True Me.lblSSOTicket.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblSSOTicket.ForeColor = System.Drawing.Color.Yellow Me.lblSSOTicket.Location = New System.Drawing.Point(3, 93) Me.lblSSOTicket.Name = "lblSSOTicket" Me.lblSSOTicket.Size = New System.Drawing.Size(86, 13) Me.lblSSOTicket.TabIndex = 7 Me.lblSSOTicket.Text = "Credits Value:" ' 'TxtMotto ' Me.TxtMotto.BackColor = System.Drawing.Color.White Me.TxtMotto.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TxtMotto.Location = New System.Drawing.Point(6, 148) Me.TxtMotto.Multiline = True Me.TxtMotto.Name = "TxtMotto" Me.TxtMotto.ReadOnly = True Me.TxtMotto.Size = New System.Drawing.Size(174, 20) Me.TxtMotto.TabIndex = 13 Me.TxtMotto.Text = "Important Habbos only" ' 'TxtPrice ' Me.TxtPrice.BackColor = System.Drawing.Color.White Me.TxtPrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TxtPrice.Location = New System.Drawing.Point(6, 109) Me.TxtPrice.Name = "TxtPrice" Me.TxtPrice.ReadOnly = True Me.TxtPrice.Size = New System.Drawing.Size(174, 20) Me.TxtPrice.TabIndex = 6 Me.TxtPrice.Text = "425" ' 'lblPort ' Me.lblPort.AutoSize = True Me.lblPort.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblPort.ForeColor = System.Drawing.Color.Yellow Me.lblPort.Location = New System.Drawing.Point(3, 54) Me.lblPort.Name = "lblPort" Me.lblPort.Size = New System.Drawing.Size(61, 13) Me.lblPort.TabIndex = 3 Me.lblPort.Text = "Category:" ' 'TxtCateogory ' Me.TxtCateogory.BackColor = System.Drawing.Color.White Me.TxtCateogory.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TxtCateogory.Location = New System.Drawing.Point(6, 70) Me.TxtCateogory.Name = "TxtCateogory" Me.TxtCateogory.ReadOnly = True Me.TxtCateogory.Size = New System.Drawing.Size(174, 20) Me.TxtCateogory.TabIndex = 2 Me.TxtCateogory.Text = "Classic Rares" ' 'lblHost ' Me.lblHost.AutoSize = True Me.lblHost.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblHost.ForeColor = System.Drawing.Color.Yellow Me.lblHost.Location = New System.Drawing.Point(3, 16) Me.lblHost.Name = "lblHost" Me.lblHost.Size = New System.Drawing.Size(95, 13) Me.lblHost.TabIndex = 1 Me.lblHost.Text = "Released Date:" ' 'TxtDate ' Me.TxtDate.BackColor = System.Drawing.Color.White Me.TxtDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TxtDate.Location = New System.Drawing.Point(6, 31) Me.TxtDate.Name = "TxtDate" Me.TxtDate.ReadOnly = True Me.TxtDate.Size = New System.Drawing.Size(174, 20) Me.TxtDate.TabIndex = 0 Me.TxtDate.Text = "Throne" ' 'ComboBoxEx1 ' Me.ComboBoxEx1.DisplayMember = "Text" Me.ComboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed Me.ComboBoxEx1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBoxEx1.FormattingEnabled = True Me.ComboBoxEx1.ItemHeight = 14 Me.ComboBoxEx1.Items.AddRange(New Object() {Me.Elephant_Mini, Me.Silver_Dragon_Lamp, Me.Throne, Me.Red_Amber_Lamp, Me.Forest_Dragon_Lamp, Me.BronzeDragonLamp, Me.Golden_Dragon_Lamp, Me.Blue_Dragon_Lamp, Me.Sky_Dragon_Lamp, Me.Jade_Dragon_Lamp, Me.Fire_Dragon_Lamp, Me.Black_Dragon_Lamp, Me.Frost_Dragon_Lamp, Me.Pink_Slurpee_Machine, Me.White_Marquee, Me.Jade_Spaceship_Door, Me.Navy_Giant_Pillow, Me.Turquoise_Laser_Portal, Me.DJ_Turntable, Me.Dragon_Egg, Me.The_Golden_Tablet, Me.Golden_Elephant, Me.Golden_EMA_Trophy, Me.Golden_Oriental_Screen, Me.Blue_Smoke_Machine, Me.Pink_Smoke_Machine, Me.Violet_Smoke_Machine, Me.Habbo_Cola_Machine, Me.Typewriter, Me.Blue_Kimberlite_Fountain, Me.Orange_Tree}) Me.ComboBoxEx1.Location = New System.Drawing.Point(6, 15) Me.ComboBoxEx1.Name = "ComboBoxEx1" Me.ComboBoxEx1.Size = New System.Drawing.Size(174, 20) Me.ComboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ComboBoxEx1.TabIndex = 5 ' 'Elephant_Mini ' Me.Elephant_Mini.Text = "Elephant Minibar" ' 'Silver_Dragon_Lamp ' Me.Silver_Dragon_Lamp.Text = "Silver Dragon Lamp" ' 'Throne ' Me.Throne.Text = "Throne" ' 'Red_Amber_Lamp ' Me.Red_Amber_Lamp.Text = "Red Amber Lamp" ' 'Forest_Dragon_Lamp ' Me.Forest_Dragon_Lamp.Text = "Forest Dragon Lamp" ' 'BronzeDragonLamp ' Me.BronzeDragonLamp.Text = "Bronze Dragon Lamp" ' 'Golden_Dragon_Lamp ' Me.Golden_Dragon_Lamp.Text = "Golden Dragon Lamp" ' 'Blue_Dragon_Lamp ' Me.Blue_Dragon_Lamp.Text = "Blue Dragon Lamp" ' 'Sky_Dragon_Lamp ' Me.Sky_Dragon_Lamp.Text = "Sky Dragon Lamp" ' 'Jade_Dragon_Lamp ' Me.Jade_Dragon_Lamp.Text = "Jade Dragon Lamp" ' 'Fire_Dragon_Lamp ' Me.Fire_Dragon_Lamp.Text = "Fire Dragon Lamp" ' 'Black_Dragon_Lamp ' Me.Black_Dragon_Lamp.Text = "Black Dragon Lamp" ' 'Frost_Dragon_Lamp ' Me.Frost_Dragon_Lamp.Text = "Frost Dragon Lamp" ' 'Pink_Slurpee_Machine ' Me.Pink_Slurpee_Machine.Text = "Pink Slurpee Machine" ' 'White_Marquee ' Me.White_Marquee.Text = "White Marquee" ' 'Jade_Spaceship_Door ' Me.Jade_Spaceship_Door.Text = "Jade Spaceship Door" ' 'Navy_Giant_Pillow ' Me.Navy_Giant_Pillow.Text = "Navy Giant Pillow" ' 'Turquoise_Laser_Portal ' Me.Turquoise_Laser_Portal.Text = "Turquoise Laser Portal" ' 'DJ_Turntable ' Me.DJ_Turntable.Text = "DJ Turntable" ' 'Dragon_Egg ' Me.Dragon_Egg.Text = "Dragon Egg" ' 'The_Golden_Tablet ' Me.The_Golden_Tablet.Text = "The Golden Tablet" ' 'Golden_Elephant ' Me.Golden_Elephant.Text = "Golden Elephant" ' 'Golden_EMA_Trophy ' Me.Golden_EMA_Trophy.Text = "Golden EMA Trophy" ' 'Golden_Oriental_Screen ' Me.Golden_Oriental_Screen.Text = "Golden Oriental Screen" ' 'Blue_Smoke_Machine ' Me.Blue_Smoke_Machine.Text = "Blue Smoke Machine" ' 'Pink_Smoke_Machine ' Me.Pink_Smoke_Machine.Text = "Pink Smoke Machine" ' 'Violet_Smoke_Machine ' Me.Violet_Smoke_Machine.Text = "Violet Smoke Machine" ' 'Habbo_Cola_Machine ' Me.Habbo_Cola_Machine.Text = "Habbo Cola Machine" ' 'Typewriter ' Me.Typewriter.Text = "Typewriter" ' 'Blue_Kimberlite_Fountain ' Me.Blue_Kimberlite_Fountain.Text = "Blue Kimberlite Fountain" ' 'Orange_Tree ' Me.Orange_Tree.Text = "Orange Tree" ' 'BtnOutdated ' Me.BtnOutdated.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.BtnOutdated.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.BtnOutdated.Location = New System.Drawing.Point(207, 139) Me.BtnOutdated.Name = "BtnOutdated" Me.BtnOutdated.Size = New System.Drawing.Size(64, 42) Me.BtnOutdated.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.BtnOutdated.TabIndex = 15 Me.BtnOutdated.Text = "Rare Outdated?" ' 'BtnMissing ' Me.BtnMissing.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.BtnMissing.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.BtnMissing.Location = New System.Drawing.Point(207, 191) Me.BtnMissing.Name = "BtnMissing" Me.BtnMissing.Size = New System.Drawing.Size(64, 42) Me.BtnMissing.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.BtnMissing.TabIndex = 16 Me.BtnMissing.Text = "Extra Info" ' 'RareImage ' Me.RareImage.Image = CType(resources.GetObject("RareImage.Image"), System.Drawing.Image) Me.RareImage.Location = New System.Drawing.Point(208, 26) Me.RareImage.Name = "RareImage" Me.RareImage.Size = New System.Drawing.Size(63, 91) Me.RareImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize Me.RareImage.TabIndex = 4 Me.RareImage.TabStop = False ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.ComboBoxEx1) Me.GroupBox1.ForeColor = System.Drawing.Color.Yellow Me.GroupBox1.Location = New System.Drawing.Point(15, 12) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(186, 40) Me.GroupBox1.TabIndex = 17 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Rare Name" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.ForeColor = System.Drawing.Color.Yellow Me.Label2.Location = New System.Drawing.Point(6, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(74, 13) Me.Label2.TabIndex = 14 Me.Label2.Text = "Rare Name:" ' 'Timer1 ' Me.Timer1.Enabled = True Me.Timer1.Interval = 25000 ' 'RareValues ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(283, 244) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.BtnMissing) Me.Controls.Add(Me.BtnOutdated) Me.Controls.Add(Me.RareImage) Me.Controls.Add(Me.gbInfo) Me.EnableGlass = False Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.HelpButton = True Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "RareValues" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Rare Values - Price Checker (.Com)" Me.TopMost = True Me.gbInfo.ResumeLayout(False) Me.gbInfo.PerformLayout() CType(Me.RareImage, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents StyleManager1 As DevComponents.DotNetBar.StyleManager Friend WithEvents gbInfo As System.Windows.Forms.GroupBox Friend WithEvents lblSSOTicket As System.Windows.Forms.Label Friend WithEvents TxtPrice As System.Windows.Forms.TextBox Friend WithEvents lblPort As System.Windows.Forms.Label Friend WithEvents TxtCateogory As System.Windows.Forms.TextBox Friend WithEvents lblHost As System.Windows.Forms.Label Friend WithEvents TxtDate As System.Windows.Forms.TextBox Friend WithEvents TxtMotto As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents ComboBoxEx1 As DevComponents.DotNetBar.Controls.ComboBoxEx Friend WithEvents Throne As DevComponents.Editors.ComboItem Friend WithEvents Elephant_Mini As DevComponents.Editors.ComboItem Friend WithEvents RareImage As System.Windows.Forms.PictureBox Friend WithEvents Dragon_Egg As DevComponents.Editors.ComboItem Friend WithEvents Silver_Dragon_Lamp As DevComponents.Editors.ComboItem Friend WithEvents BtnOutdated As DevComponents.DotNetBar.ButtonX Friend WithEvents BtnMissing As DevComponents.DotNetBar.ButtonX Friend WithEvents Red_Amber_Lamp As DevComponents.Editors.ComboItem Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Forest_Dragon_Lamp As DevComponents.Editors.ComboItem Friend WithEvents BronzeDragonLamp As DevComponents.Editors.ComboItem Friend WithEvents Golden_Dragon_Lamp As DevComponents.Editors.ComboItem Friend WithEvents Blue_Dragon_Lamp As DevComponents.Editors.ComboItem Friend WithEvents Sky_Dragon_Lamp As DevComponents.Editors.ComboItem Friend WithEvents Jade_Dragon_Lamp As DevComponents.Editors.ComboItem Friend WithEvents Fire_Dragon_Lamp As DevComponents.Editors.ComboItem Friend WithEvents Black_Dragon_Lamp As DevComponents.Editors.ComboItem Friend WithEvents Frost_Dragon_Lamp As DevComponents.Editors.ComboItem Friend WithEvents Pink_Slurpee_Machine As DevComponents.Editors.ComboItem Friend WithEvents White_Marquee As DevComponents.Editors.ComboItem Friend WithEvents Jade_Spaceship_Door As DevComponents.Editors.ComboItem Friend WithEvents Navy_Giant_Pillow As DevComponents.Editors.ComboItem Friend WithEvents Turquoise_Laser_Portal As DevComponents.Editors.ComboItem Friend WithEvents DJ_Turntable As DevComponents.Editors.ComboItem Friend WithEvents The_Golden_Tablet As DevComponents.Editors.ComboItem Friend WithEvents Golden_Elephant As DevComponents.Editors.ComboItem Friend WithEvents Golden_EMA_Trophy As DevComponents.Editors.ComboItem Friend WithEvents Golden_Oriental_Screen As DevComponents.Editors.ComboItem Friend WithEvents Blue_Smoke_Machine As DevComponents.Editors.ComboItem Friend WithEvents Pink_Smoke_Machine As DevComponents.Editors.ComboItem Friend WithEvents Violet_Smoke_Machine As DevComponents.Editors.ComboItem Friend WithEvents Habbo_Cola_Machine As DevComponents.Editors.ComboItem Friend WithEvents Typewriter As DevComponents.Editors.ComboItem Friend WithEvents Blue_Kimberlite_Fountain As DevComponents.Editors.ComboItem Friend WithEvents Orange_Tree As DevComponents.Editors.ComboItem Friend WithEvents Timer1 As System.Windows.Forms.Timer End Class