Class frmModifyJump
  Public cmdPatchtxtFunc As VB.CommandButton
  Public txtDisasm As VB.TextBox
  Public txtFunc As VB.TextBox
  Public optAlways As VB.OptionButton
  Public optFalse As VB.OptionButton
  Public optTrue As VB.OptionButton
  Public txtTargetVA As VB.TextBox
  Public txtVA As VB.TextBox
  Public Label5 As VB.Label
  Public Label4 As VB.Label
  Public Label3 As VB.Label
  Public Label2 As VB.Label
  Public Label1 As VB.Label
  Public Sub init(va As Long, c As CCodeBody)
End Class
