Changeset 13338 for branches/RefactorPluginInfrastructure-2522/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs
- Timestamp:
- 11/23/15 16:14:30 (9 years ago)
- Location:
- branches/RefactorPluginInfrastructure-2522/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/RefactorPluginInfrastructure-2522/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs/ErrorDialog.Designer.cs
r13337 r13338 20 20 #endregion 21 21 22 namespace HeuristicLab.PluginInfrastructure { 22 using System.Drawing; 23 24 namespace HeuristicLab.MainForm.WindowsForms { 23 25 partial class ErrorDialog { 24 26 /// <summary> … … 68 70 // iconLabel 69 71 // 70 this.iconLabel.Image = global::HeuristicLab.PluginInfrastructure.Resources.Error;72 this.iconLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Error; 71 73 this.iconLabel.Location = new System.Drawing.Point(12, 9); 72 74 this.iconLabel.Name = "iconLabel"; … … 155 157 this.Controls.Add(this.iconLabel); 156 158 this.Controls.Add(this.okButton); 157 this.Icon = global::HeuristicLab.PluginInfrastructure.Resources.ErrorIcon;159 // this.Icon = HeuristicLab.Common.Resources.VSImageLibrary.Error; // TODO 158 160 this.MaximizeBox = false; 159 161 this.MinimizeBox = false; -
branches/RefactorPluginInfrastructure-2522/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs/ErrorDialog.cs
r13337 r13338 22 22 using System; 23 23 using System.Windows.Forms; 24 using HeuristicLab.Common; 24 25 25 namespace HeuristicLab. PluginInfrastructure{26 namespace HeuristicLab.MainForm.WindowsForms { 26 27 public partial class ErrorDialog : Form { 27 28 public ErrorDialog() {
Note: See TracChangeset
for help on using the changeset viewer.