Changeset 3624 for trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstallationManagerForm.Designer.cs
- Timestamp:
- 05/05/10 10:38:19 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstallationManagerForm.Designer.cs
r3608 r3624 116 116 this.tabControl.Size = new System.Drawing.Size(598, 392); 117 117 this.tabControl.TabIndex = 16; 118 this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged); 118 119 // 119 120 // updateAllPluginsTabPage … … 213 214 this.pluginEditor.PluginManager = null; 214 215 this.pluginEditor.Size = new System.Drawing.Size(578, 354); 216 this.pluginEditor.StatusView = null; 215 217 this.pluginEditor.TabIndex = 0; 216 218 // … … 235 237 this.productEditor.Name = "productEditor"; 236 238 this.productEditor.Size = new System.Drawing.Size(578, 354); 239 this.productEditor.StatusView = null; 237 240 this.productEditor.TabIndex = 0; 238 241 //
Note: See TracChangeset
for help on using the changeset viewer.