_ Partial Class WarpTool 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(WarpTool)) Me.ButtonX1 = New DevComponents.DotNetBar.ButtonX() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.PictureBox3 = New System.Windows.Forms.PictureBox() Me.PictureBox4 = New System.Windows.Forms.PictureBox() Me.TxtID = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.cmbTeleRotation = New System.Windows.Forms.ComboBox() Me.cmbTeleStatus = New System.Windows.Forms.ComboBox() Me.lblTeleRotation = New System.Windows.Forms.Label() Me.lblTeleportStatus = New System.Windows.Forms.Label() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.CmbHeight = New System.Windows.Forms.ComboBox() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'ButtonX1 ' Me.ButtonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX1.Location = New System.Drawing.Point(279, 87) Me.ButtonX1.Name = "ButtonX1" Me.ButtonX1.Size = New System.Drawing.Size(95, 38) Me.ButtonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX1.TabIndex = 0 Me.ButtonX1.Text = "Unlock Position" ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(308, 131) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(32, 56) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize Me.PictureBox1.TabIndex = 1 Me.PictureBox1.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image) Me.PictureBox2.Location = New System.Drawing.Point(304, 25) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(36, 56) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize Me.PictureBox2.TabIndex = 2 Me.PictureBox2.TabStop = False ' 'PictureBox3 ' Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image) Me.PictureBox3.Location = New System.Drawing.Point(228, 91) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(45, 32) Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize Me.PictureBox3.TabIndex = 3 Me.PictureBox3.TabStop = False ' 'PictureBox4 ' Me.PictureBox4.Image = CType(resources.GetObject("PictureBox4.Image"), System.Drawing.Image) Me.PictureBox4.Location = New System.Drawing.Point(380, 91) Me.PictureBox4.Name = "PictureBox4" Me.PictureBox4.Size = New System.Drawing.Size(45, 34) Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize Me.PictureBox4.TabIndex = 4 Me.PictureBox4.TabStop = False ' 'TxtID ' Me.TxtID.Location = New System.Drawing.Point(8, 25) Me.TxtID.Name = "TxtID" Me.TxtID.ReadOnly = True Me.TxtID.Size = New System.Drawing.Size(197, 20) Me.TxtID.TabIndex = 5 ' '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(5, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(50, 13) Me.Label1.TabIndex = 6 Me.Label1.Text = "Your ID" ' 'cmbTeleRotation ' Me.cmbTeleRotation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbTeleRotation.FormattingEnabled = True Me.cmbTeleRotation.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9"}) Me.cmbTeleRotation.Location = New System.Drawing.Point(8, 64) Me.cmbTeleRotation.Name = "cmbTeleRotation" Me.cmbTeleRotation.Size = New System.Drawing.Size(197, 21) Me.cmbTeleRotation.TabIndex = 26 ' 'cmbTeleStatus ' Me.cmbTeleStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbTeleStatus.FormattingEnabled = True Me.cmbTeleStatus.Items.AddRange(New Object() {"Normal", "Move", "Sit", "Lay", "Swim"}) Me.cmbTeleStatus.Location = New System.Drawing.Point(8, 104) Me.cmbTeleStatus.Name = "cmbTeleStatus" Me.cmbTeleStatus.Size = New System.Drawing.Size(197, 21) Me.cmbTeleStatus.TabIndex = 27 ' 'lblTeleRotation ' Me.lblTeleRotation.AutoSize = True Me.lblTeleRotation.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblTeleRotation.ForeColor = System.Drawing.Color.Yellow Me.lblTeleRotation.Location = New System.Drawing.Point(5, 48) Me.lblTeleRotation.Name = "lblTeleRotation" Me.lblTeleRotation.Size = New System.Drawing.Size(55, 13) Me.lblTeleRotation.TabIndex = 28 Me.lblTeleRotation.Text = "Rotation" ' 'lblTeleportStatus ' Me.lblTeleportStatus.AutoSize = True Me.lblTeleportStatus.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblTeleportStatus.ForeColor = System.Drawing.Color.Yellow Me.lblTeleportStatus.Location = New System.Drawing.Point(5, 88) Me.lblTeleportStatus.Name = "lblTeleportStatus" Me.lblTeleportStatus.Size = New System.Drawing.Size(43, 13) Me.lblTeleportStatus.TabIndex = 29 Me.lblTeleportStatus.Text = "Status" ' 'Timer1 ' Me.Timer1.Interval = 1 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, 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.Yellow Me.Label2.Location = New System.Drawing.Point(225, 6) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(64, 16) Me.Label2.TabIndex = 30 Me.Label2.Text = "Position" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.ForeColor = System.Drawing.Color.Yellow Me.Label3.Location = New System.Drawing.Point(5, 131) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(44, 13) Me.Label3.TabIndex = 31 Me.Label3.Text = "Height" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.ForeColor = System.Drawing.Color.Yellow Me.Label4.Location = New System.Drawing.Point(5, 180) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(228, 26) Me.Label4.TabIndex = 34 Me.Label4.Text = "The Unlock Position Button will reload " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "the room and remove all changes!" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'CmbHeight ' Me.CmbHeight.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CmbHeight.FormattingEnabled = True Me.CmbHeight.Items.AddRange(New Object() {"0.0", "1.0", "2.0", "3.0", "4.0", "5.0", "6.0", "7.0", "8.0", "9.0"}) Me.CmbHeight.Location = New System.Drawing.Point(8, 147) Me.CmbHeight.Name = "CmbHeight" Me.CmbHeight.Size = New System.Drawing.Size(197, 21) Me.CmbHeight.TabIndex = 35 ' 'WarpTool ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(433, 215) Me.Controls.Add(Me.CmbHeight) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.lblTeleportStatus) Me.Controls.Add(Me.lblTeleRotation) Me.Controls.Add(Me.cmbTeleStatus) Me.Controls.Add(Me.cmbTeleRotation) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.TxtID) Me.Controls.Add(Me.PictureBox4) Me.Controls.Add(Me.PictureBox3) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.ButtonX1) 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 = "WarpTool" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Ihabbox - Warp Tool" Me.TopMost = True CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ButtonX1 As DevComponents.DotNetBar.ButtonX Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox Friend WithEvents TxtID As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents cmbTeleRotation As System.Windows.Forms.ComboBox Friend WithEvents cmbTeleStatus As System.Windows.Forms.ComboBox Friend WithEvents lblTeleRotation As System.Windows.Forms.Label Friend WithEvents lblTeleportStatus As System.Windows.Forms.Label Friend WithEvents Timer1 As System.Windows.Forms.Timer Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents CmbHeight As System.Windows.Forms.ComboBox End Class