Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/05/10 10:38:19 (14 years ago)
Author:
gkronber
Message:

Implemented changes in plugin infrastructure requested by reviewers. #989 (Implement review comments in plugin infrastructure)

File:
1 edited

Legend:

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

    r3608 r3624  
    116116      this.tabControl.Size = new System.Drawing.Size(598, 392);
    117117      this.tabControl.TabIndex = 16;
     118      this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
    118119      //
    119120      // updateAllPluginsTabPage
     
    213214      this.pluginEditor.PluginManager = null;
    214215      this.pluginEditor.Size = new System.Drawing.Size(578, 354);
     216      this.pluginEditor.StatusView = null;
    215217      this.pluginEditor.TabIndex = 0;
    216218      //
     
    235237      this.productEditor.Name = "productEditor";
    236238      this.productEditor.Size = new System.Drawing.Size(578, 354);
     239      this.productEditor.StatusView = null;
    237240      this.productEditor.TabIndex = 0;
    238241      //
Note: See TracChangeset for help on using the changeset viewer.