Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/15 16:14:30 (8 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.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/RefactorPluginInfrastructure-2522/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs/ErrorDialog.Designer.cs

    r13337 r13338  
    2020#endregion
    2121
    22 namespace HeuristicLab.PluginInfrastructure {
     22using System.Drawing;
     23
     24namespace HeuristicLab.MainForm.WindowsForms {
    2325  partial class ErrorDialog {
    2426    /// <summary>
     
    6870      // iconLabel
    6971      //
    70       this.iconLabel.Image = global::HeuristicLab.PluginInfrastructure.Resources.Error;
     72      this.iconLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Error;
    7173      this.iconLabel.Location = new System.Drawing.Point(12, 9);
    7274      this.iconLabel.Name = "iconLabel";
     
    155157      this.Controls.Add(this.iconLabel);
    156158      this.Controls.Add(this.okButton);
    157       this.Icon = global::HeuristicLab.PluginInfrastructure.Resources.ErrorIcon;
     159      // this.Icon = HeuristicLab.Common.Resources.VSImageLibrary.Error; // TODO
    158160      this.MaximizeBox = false;
    159161      this.MinimizeBox = false;
Note: See TracChangeset for help on using the changeset viewer.