Update MainForm.cs

This commit is contained in:
Persephone Bubblegum-Holidy 2025-06-01 14:10:28 -07:00
parent d44ae82757
commit b9fd99de54

View file

@ -15,7 +15,7 @@ namespace USTConverter
TextBox FilePathTextBox = new TextBox();
Button BrowseFileButton = new Button { Text = "Browse", Width = 100 };
Button ConvertButton = new Button { Text = "Convert", Width = 100 };
CheckBox CompressAudioCheckBox = new CheckBox { Text = "Compress Audio", Width = 100 };
CheckBox CompressAudioCheckBox = new CheckBox { Text = "Compress Audio" };
string[] InputTypes = {
"RSHW File (RR Engine)", "CSHW File (RR Engine)", "SSHW File (RR Engine)"/*,