Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/10/10 18:15:09 (14 years ago)
Author:
gkronber
Message:

Cleaned up unnecessary .resx files in plugin infrastructure. #989

File:
1 edited

Legend:

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

    r3749 r3752  
    4545    private void InitializeComponent() {
    4646      this.components = new System.ComponentModel.Container();
    47       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PluginView));
    4847      this.nameLabel = new System.Windows.Forms.Label();
    4948      this.nameTextBox = new System.Windows.Forms.TextBox();
     
    316315      this.Controls.Add(this.nameTextBox);
    317316      this.Controls.Add(this.nameLabel);
    318       this.Icon = HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
     317      this.Icon = global::HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
    319318      this.Name = "PluginView";
     319      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    320320      this.dependenciesGroupBox.ResumeLayout(false);
    321321      this.filesGroupBox.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.