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

    r3612 r3624  
    5959      this.pluginsGroupBox = new System.Windows.Forms.GroupBox();
    6060      this.pluginListView = new HeuristicLab.PluginInfrastructure.Advanced.MultiSelectListView();
     61      this.pluginNameHeader = new System.Windows.Forms.ColumnHeader();
     62      this.pluginVersionHeader = new System.Windows.Forms.ColumnHeader();
     63      this.pluginDescriptionHeader = new System.Windows.Forms.ColumnHeader();
    6164      this.pluginImageList = new System.Windows.Forms.ImageList(this.components);
    6265      this.versionTextBox = new System.Windows.Forms.TextBox();
     
    6669      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
    6770      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    68       this.pluginNameHeader = new System.Windows.Forms.ColumnHeader();
    69       this.pluginVersionHeader = new System.Windows.Forms.ColumnHeader();
    70       this.pluginDescriptionHeader = new System.Windows.Forms.ColumnHeader();
    7171      this.splitContainer.Panel1.SuspendLayout();
    7272      this.splitContainer.Panel2.SuspendLayout();
     
    9696      this.uploadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    9797      this.uploadButton.Enabled = false;
    98       this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Objects_Arrow_Up;
     98      this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.PublishToWebHS;
    9999      this.uploadButton.Location = new System.Drawing.Point(85, 394);
    100100      this.uploadButton.Name = "uploadButton";
     
    185185      this.productsListView.Size = new System.Drawing.Size(309, 337);
    186186      this.productsListView.SmallImageList = this.productImageList;
     187      this.productsListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
    187188      this.productsListView.TabIndex = 4;
    188189      this.productsListView.UseCompatibleStateImageBehavior = false;
     
    251252      this.pluginListView.Size = new System.Drawing.Size(322, 330);
    252253      this.pluginListView.SmallImageList = this.pluginImageList;
     254      this.pluginListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
    253255      this.pluginListView.SuppressItemCheckedEvents = false;
    254256      this.pluginListView.TabIndex = 7;
    255257      this.pluginListView.UseCompatibleStateImageBehavior = false;
    256258      this.pluginListView.View = System.Windows.Forms.View.Details;
    257       this.pluginListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.pluginListView_ItemChecked);
     259      this.pluginListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listView_ItemChecked);
     260      //
     261      // pluginNameHeader
     262      //
     263      this.pluginNameHeader.Text = "Name";
     264      //
     265      // pluginVersionHeader
     266      //
     267      this.pluginVersionHeader.Text = "Version";
     268      //
     269      // pluginDescriptionHeader
     270      //
     271      this.pluginDescriptionHeader.Text = "Description";
    258272      //
    259273      // pluginImageList
     
    304318      //
    305319      this.errorProvider.ContainerControl = this;
    306       //
    307       // pluginNameHeader
    308       //
    309       this.pluginNameHeader.Text = "Name";
    310       //
    311       // pluginVersionHeader
    312       //
    313       this.pluginVersionHeader.Text = "Version";
    314       //
    315       // pluginDescriptionHeader
    316       //
    317       this.pluginDescriptionHeader.Text = "Description";
    318320      //
    319321      // ProductEditor
Note: See TracChangeset for help on using the changeset viewer.