private void LoadResources() { this.Icon = PdnInfo.AppIcon; this.Text = PdnInfo.GetProductName(); this.cancelButton.Text = PdnResources.GetString("SetupWizard.CancelButton.Text"); this.backButton.Text = PdnResources.GetString("SetupWizard.BackButton.Text"); this.nextButton.Text = PdnResources.GetString("SetupWizard.NextButton.Text"); }