_ Partial Class RoomRaider 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(RoomRaider)) Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.txtend = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.txtstart = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.TxtClicker = New System.Windows.Forms.TextBox() Me.BtnRaidStop = New DevComponents.DotNetBar.ButtonX() Me.Label10 = New System.Windows.Forms.Label() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label13 = New System.Windows.Forms.Label() Me.BtnRaidStart = New DevComponents.DotNetBar.ButtonX() Me.Raider = New System.Windows.Forms.Timer(Me.components) Me.Label11 = New System.Windows.Forms.Label() Me.GroupBox2.SuspendLayout() Me.SuspendLayout() ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.BtnRaidStart) Me.GroupBox2.Controls.Add(Me.txtend) Me.GroupBox2.Controls.Add(Me.Label2) Me.GroupBox2.Controls.Add(Me.txtstart) Me.GroupBox2.Controls.Add(Me.Label1) Me.GroupBox2.Controls.Add(Me.TxtClicker) Me.GroupBox2.Controls.Add(Me.Label10) Me.GroupBox2.Controls.Add(Me.ComboBox1) Me.GroupBox2.Controls.Add(Me.Label13) Me.GroupBox2.Controls.Add(Me.BtnRaidStop) Me.GroupBox2.Location = New System.Drawing.Point(12, 12) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(164, 187) Me.GroupBox2.TabIndex = 46 Me.GroupBox2.TabStop = False ' 'txtend ' Me.txtend.Location = New System.Drawing.Point(13, 155) Me.txtend.Name = "txtend" Me.txtend.Size = New System.Drawing.Size(139, 20) Me.txtend.TabIndex = 50 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.ForeColor = System.Drawing.Color.Chartreuse Me.Label2.Location = New System.Drawing.Point(10, 139) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(69, 13) Me.Label2.TabIndex = 49 Me.Label2.Text = "End Room!" ' 'txtstart ' Me.txtstart.Location = New System.Drawing.Point(13, 116) Me.txtstart.Name = "txtstart" Me.txtstart.Size = New System.Drawing.Size(139, 20) Me.txtstart.TabIndex = 48 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.Chartreuse Me.Label1.Location = New System.Drawing.Point(10, 100) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(74, 13) Me.Label1.TabIndex = 47 Me.Label1.Text = "Start Room!" ' 'TxtClicker ' Me.TxtClicker.Location = New System.Drawing.Point(125, 62) Me.TxtClicker.Name = "TxtClicker" Me.TxtClicker.Size = New System.Drawing.Size(27, 20) Me.TxtClicker.TabIndex = 46 Me.TxtClicker.Text = "2" Me.TxtClicker.Visible = False ' 'BtnRaidStop ' Me.BtnRaidStop.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.BtnRaidStop.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.BtnRaidStop.ForeColor = System.Drawing.Color.Black Me.BtnRaidStop.Location = New System.Drawing.Point(11, 20) Me.BtnRaidStop.Name = "BtnRaidStop" Me.BtnRaidStop.Size = New System.Drawing.Size(146, 23) Me.BtnRaidStop.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.BtnRaidStop.TabIndex = 46 Me.BtnRaidStop.Text = "Stop Raider" Me.BtnRaidStop.Visible = False ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label10.ForeColor = System.Drawing.Color.Yellow Me.Label10.Location = New System.Drawing.Point(9, 0) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(44, 13) Me.Label10.TabIndex = 42 Me.Label10.Text = "Raider" ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"Slow", "Normal", "Fast", "Epic"}) Me.ComboBox1.Location = New System.Drawing.Point(13, 62) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(85, 21) Me.ComboBox1.TabIndex = 43 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label13.ForeColor = System.Drawing.Color.Yellow Me.Label13.Location = New System.Drawing.Point(10, 46) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(43, 13) Me.Label13.TabIndex = 41 Me.Label13.Text = "Speed" ' 'BtnRaidStart ' Me.BtnRaidStart.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.BtnRaidStart.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.BtnRaidStart.ForeColor = System.Drawing.Color.Black Me.BtnRaidStart.Location = New System.Drawing.Point(11, 20) Me.BtnRaidStart.Name = "BtnRaidStart" Me.BtnRaidStart.Size = New System.Drawing.Size(146, 23) Me.BtnRaidStart.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.BtnRaidStart.TabIndex = 44 Me.BtnRaidStart.Text = "Start Raider" ' 'Raider ' Me.Raider.Interval = 200 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label11.ForeColor = System.Drawing.Color.Chartreuse Me.Label11.Location = New System.Drawing.Point(232, 86) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(110, 13) Me.Label11.TabIndex = 45 Me.Label11.Text = "Time Speed = 200" Me.Label11.Visible = False ' 'RoomRaider ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(192, 210) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.Label11) Me.EnableGlass = False Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.Name = "RoomRaider" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Room Raider" Me.TopMost = True Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents TxtClicker As System.Windows.Forms.TextBox Friend WithEvents BtnRaidStop As DevComponents.DotNetBar.ButtonX Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents BtnRaidStart As DevComponents.DotNetBar.ButtonX Friend WithEvents Raider As System.Windows.Forms.Timer Friend WithEvents txtstart As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents txtend As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label End Class