'WSZSTools - GUI, GUI to handle Wiimms SZS Tools 'Copyright (C) 2011 VulcSoft 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by 'the Free Software Foundation, either version 3 of the License, or '(at your option) any later version. 'This program is distributed in the hope that it will be useful, 'but WITHOUT ANY WARRANTY; without even the implied warranty of 'MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 'GNU General Public License for more details. 'You should have received a copy of the GNU General Public License 'along with this program. If not, see . Public Class TXTtypeDialog Private Sub btnCancel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCancel.Click Me.DialogResult = 1 End Sub Private Sub btnKMPtype_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnKMPtype.Click Me.DialogResult = 2 End Sub Private Sub btnBMGtype_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnBMGtype.Click Me.DialogResult = 3 End Sub End Class