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 copied

Legend:

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

    r3461 r3474  
    2020#endregion
    2121
    22 namespace HeuristicLab.PluginAdministrator {
     22namespace HeuristicLab.PluginInfrastructure.Advanced {
    2323  partial class PluginComparisonView {
    2424    /// <summary>
     
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PluginComparisonView));
    4748      this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
    4849      this.SuspendLayout();
     
    5859      this.tableLayoutPanel.RowCount = 1;
    5960      this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
    60       this.tableLayoutPanel.Size = new System.Drawing.Size(539, 505);
     61      this.tableLayoutPanel.Size = new System.Drawing.Size(523, 469);
    6162      this.tableLayoutPanel.TabIndex = 0;
    6263      //
     
    6566      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    6667      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     68      this.ClientSize = new System.Drawing.Size(523, 469);
    6769      this.Controls.Add(this.tableLayoutPanel);
     70      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    6871      this.Name = "PluginComparisonView";
    69       this.Size = new System.Drawing.Size(539, 505);
     72      this.Text = "Compare Plugin Details";
    7073      this.ResumeLayout(false);
    7174
Note: See TracChangeset for help on using the changeset viewer.