public SettingsForm()
        {
            InitializeComponent();
            // Do sizing on objects
            this.GeneralGameTextBox.AutoSize     = false;
            this.GeneralGameTextBox.Size         = new System.Drawing.Size(200, 23);
            this.GeneralLaunchComboBox.AutoSize  = false;
            this.GeneralLaunchComboBox.Size      = new System.Drawing.Size(200, 23);
            this.GeneralUsernameTextBox.AutoSize = false;
            this.GeneralUsernameTextBox.Size     = new Size(200, 23);

            MainWindowManager.Load(this);
        }