_ Partial Class InputAttacks Inherits System.Windows.Forms.Form '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.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.CheckBox2 = New System.Windows.Forms.CheckBox() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(18, 25) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(66, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Offset (Hex):" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(18, 74) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(97, 13) Me.Label2.TabIndex = 1 Me.Label2.Text = "Number of attacks:" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(121, 22) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(73, 20) Me.TextBox1.TabIndex = 2 Me.TextBox1.Text = "0" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(121, 71) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(24, 20) Me.TextBox2.TabIndex = 3 Me.TextBox2.Text = "1" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(193, 83) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(77, 25) Me.Button1.TabIndex = 4 Me.Button1.Text = "Insert" Me.Button1.UseVisualStyleBackColor = True ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(21, 98) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(86, 17) Me.CheckBox1.TabIndex = 5 Me.CheckBox1.Text = "Jambo Hack" Me.CheckBox1.UseVisualStyleBackColor = True ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.Location = New System.Drawing.Point(21, 51) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(161, 17) Me.CheckBox2.TabIndex = 6 Me.CheckBox2.Text = "Automatically find free space" Me.CheckBox2.UseVisualStyleBackColor = True ' 'InputAttacks ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(282, 137) Me.Controls.Add(Me.CheckBox2) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.Name = "InputAttacks" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Insert attacks at offset" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox2 As CheckBox End Class