public MainForm() { InitializeComponent(); OutputWindow.Text = global::Unpacker.Properties.Resources.m2033; OutputWindow.Select(0, 0); extractForm = new ExtractForm(); converterExited = true; FormClosing += new FormClosingEventHandler(onClose); }