Update MainForm.cs
This commit is contained in:
parent
d44ae82757
commit
b9fd99de54
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace USTConverter
|
||||||
TextBox FilePathTextBox = new TextBox();
|
TextBox FilePathTextBox = new TextBox();
|
||||||
Button BrowseFileButton = new Button { Text = "Browse", Width = 100 };
|
Button BrowseFileButton = new Button { Text = "Browse", Width = 100 };
|
||||||
Button ConvertButton = new Button { Text = "Convert", 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 = {
|
string[] InputTypes = {
|
||||||
"RSHW File (RR Engine)", "CSHW File (RR Engine)", "SSHW File (RR Engine)"/*,
|
"RSHW File (RR Engine)", "CSHW File (RR Engine)", "SSHW File (RR Engine)"/*,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue