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/PluginView.Designer.cs

    r3573 r3624  
    5757      this.pluginNameHeader = new System.Windows.Forms.ColumnHeader();
    5858      this.pluginVersionHeader = new System.Windows.Forms.ColumnHeader();
     59      this.pluginDescriptionHeader = new System.Windows.Forms.ColumnHeader();
    5960      this.pluginsImageList = new System.Windows.Forms.ImageList(this.components);
    6061      this.filesListView = new System.Windows.Forms.ListView();
     
    6970      this.descriptionTextBox = new System.Windows.Forms.TextBox();
    7071      this.errorTextBox = new System.Windows.Forms.TextBox();
    71       this.pluginDescriptionHeader = new System.Windows.Forms.ColumnHeader();
    7272      this.dependenciesGroupBox.SuspendLayout();
    7373      this.filesGroupBox.SuspendLayout();
     
    166166      this.dependenciesListView.Size = new System.Drawing.Size(657, 210);
    167167      this.dependenciesListView.SmallImageList = this.pluginsImageList;
     168      this.dependenciesListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
    168169      this.dependenciesListView.TabIndex = 0;
    169170      this.dependenciesListView.UseCompatibleStateImageBehavior = false;
     
    180181      this.pluginVersionHeader.Text = "Version";
    181182      this.pluginVersionHeader.Width = 120;
     183      //
     184      // pluginDescriptionHeader
     185      //
     186      this.pluginDescriptionHeader.Text = "Description";
     187      this.pluginDescriptionHeader.Width = 325;
    182188      //
    183189      // pluginsImageList
     
    271277                  | System.Windows.Forms.AnchorStyles.Right)));
    272278      this.descriptionTextBox.Location = new System.Drawing.Point(78, 90);
     279      this.descriptionTextBox.Multiline = true;
    273280      this.descriptionTextBox.Name = "descriptionTextBox";
    274281      this.descriptionTextBox.ReadOnly = true;
     
    281288                  | System.Windows.Forms.AnchorStyles.Right)));
    282289      this.errorTextBox.Location = new System.Drawing.Point(78, 142);
     290      this.errorTextBox.Multiline = true;
    283291      this.errorTextBox.Name = "errorTextBox";
    284292      this.errorTextBox.ReadOnly = true;
    285293      this.errorTextBox.Size = new System.Drawing.Size(594, 20);
    286294      this.errorTextBox.TabIndex = 21;
    287       //
    288       // pluginDescriptionHeader
    289       //
    290       this.pluginDescriptionHeader.Text = "Description";
    291       this.pluginDescriptionHeader.Width = 325;
    292295      //
    293296      // PluginView
Note: See TracChangeset for help on using the changeset viewer.