Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/15 16:14:30 (9 years ago)
Author:
gkronber
Message:

#2522:

  • moved UI components out of HeuristicLab.PluginInfrastructure -> HeuristicLab.PluginInfrastructure.UI
  • moved ErrorDialog to HeuristicLab.MainForm.WindowsForms
  • moved ErrorHandling (for building an error message string) to HeuristicLab.Common
  • Changed exception handlers in Views to use MainForm.ShowError()
  • Changed usages for ErrorDialog in non-UI components to throw exceptions instead.
Location:
branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/SplashScreen.Designer.cs

    r13337 r13338  
    2020#endregion
    2121
    22 namespace HeuristicLab.PluginInfrastructure.Starter {
     22namespace HeuristicLab.PluginInfrastructure.UI {
    2323  partial class SplashScreen {
    2424    /// <summary>
     
    9393      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    9494                  | System.Windows.Forms.AnchorStyles.Right)));
    95       this.pictureBox.Image = global::HeuristicLab.PluginInfrastructure.Resources.HeuristicLabBanner;
     95      this.pictureBox.Image = Resources.HeuristicLabBanner;
    9696      this.pictureBox.Location = new System.Drawing.Point(0, 0);
    9797      this.pictureBox.Name = "pictureBox";
     
    113113      this.Controls.Add(this.infoLabel);
    114114      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
    115       this.Icon = HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
     115      this.Icon = Resources.HeuristicLab;
    116116      this.MaximizeBox = false;
    117117      this.MinimizeBox = false;
Note: See TracChangeset for help on using the changeset viewer.