Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/21/10 20:05:33 (14 years ago)
Author:
gkronber
Message:

Incorporated review comments by swagner into plugin infrastructure. #989 (Implement review comments in plugin infrastructure)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/ConfirmationDialog.Designer.cs

    r3090 r3474  
    4444    /// </summary>
    4545    private void InitializeComponent() {
     46      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfirmationDialog));
    4647      this.informationTextBox = new System.Windows.Forms.RichTextBox();
    4748      this.messageLabel = new System.Windows.Forms.Label();
     
    130131      this.Controls.Add(this.messageLabel);
    131132      this.Controls.Add(this.informationTextBox);
     133      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    132134      this.Name = "ConfirmationDialog";
    133135      this.Text = "ConfirmationDialog";
Note: See TracChangeset for help on using the changeset viewer.