_ Partial Class frmCheat 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmCheat)) Me.btnOK = New System.Windows.Forms.Button() Me.txtFirstAnswer = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.txtSecondAnswer = New System.Windows.Forms.TextBox() Me.SuspendLayout() ' 'btnOK ' Me.btnOK.BackColor = System.Drawing.Color.GreenYellow Me.btnOK.Cursor = System.Windows.Forms.Cursors.Hand Me.btnOK.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnOK.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.btnOK.Location = New System.Drawing.Point(161, 10) Me.btnOK.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnOK.Name = "btnOK" Me.btnOK.Size = New System.Drawing.Size(53, 23) Me.btnOK.TabIndex = 2 Me.btnOK.Text = "OK" Me.btnOK.UseVisualStyleBackColor = False ' 'txtFirstAnswer ' Me.txtFirstAnswer.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtFirstAnswer.Location = New System.Drawing.Point(12, 11) Me.txtFirstAnswer.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txtFirstAnswer.MaxLength = 6 Me.txtFirstAnswer.Name = "txtFirstAnswer" Me.txtFirstAnswer.Size = New System.Drawing.Size(59, 22) Me.txtFirstAnswer.TabIndex = 0 ' 'Label1 ' Me.Label1.Font = New System.Drawing.Font("MS Reference Sans Serif", 15.0!) Me.Label1.Location = New System.Drawing.Point(74, 7) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(13, 16) Me.Label1.TabIndex = 12 Me.Label1.Text = "-" ' 'txtSecondAnswer ' Me.txtSecondAnswer.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtSecondAnswer.Location = New System.Drawing.Point(96, 11) Me.txtSecondAnswer.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txtSecondAnswer.MaxLength = 6 Me.txtSecondAnswer.Name = "txtSecondAnswer" Me.txtSecondAnswer.Size = New System.Drawing.Size(59, 22) Me.txtSecondAnswer.TabIndex = 1 ' 'frmCheat ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(224, 45) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.txtSecondAnswer) Me.Controls.Add(Me.txtFirstAnswer) Me.Controls.Add(Me.btnOK) Me.Font = New System.Drawing.Font("MS Reference Sans Serif", 9.0!) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmCheat" Me.Text = "Stock War Cheat" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents btnOK As System.Windows.Forms.Button Friend WithEvents txtFirstAnswer As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txtSecondAnswer As System.Windows.Forms.TextBox End Class