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

    r3612 r3624  
    5656      this.productImageList = new System.Windows.Forms.ImageList(this.components);
    5757      this.productsGroupBox = new System.Windows.Forms.GroupBox();
    58       this.pluginsGroupBox = new System.Windows.Forms.GroupBox();
    59       this.splitContainer = new System.Windows.Forms.SplitContainer();
    60       this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    6158      this.showDetailsButton = new System.Windows.Forms.RadioButton();
    6259      this.showLargeIconsButton = new System.Windows.Forms.RadioButton();
    6360      this.installProductsButton = new System.Windows.Forms.Button();
    6461      this.refreshButton = new System.Windows.Forms.Button();
     62      this.pluginsGroupBox = new System.Windows.Forms.GroupBox();
    6563      this.installPluginsButton = new System.Windows.Forms.Button();
     64      this.splitContainer = new System.Windows.Forms.SplitContainer();
     65      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    6666      this.productsGroupBox.SuspendLayout();
    6767      this.pluginsGroupBox.SuspendLayout();
     
    8686      this.pluginsListView.Size = new System.Drawing.Size(266, 502);
    8787      this.pluginsListView.SmallImageList = this.pluginsImageList;
     88      this.pluginsListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
    8889      this.pluginsListView.SuppressItemCheckedEvents = false;
    8990      this.pluginsListView.TabIndex = 0;
     
    129130      this.productsListView.Size = new System.Drawing.Size(240, 471);
    130131      this.productsListView.SmallImageList = this.productImageList;
     132      this.productsListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
    131133      this.productsListView.TabIndex = 18;
    132134      this.productsListView.UseCompatibleStateImageBehavior = false;
     
    170172      this.productsGroupBox.TabStop = false;
    171173      this.productsGroupBox.Text = "Products";
    172       //
    173       // pluginsGroupBox
    174       //
    175       this.pluginsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    176                   | System.Windows.Forms.AnchorStyles.Left)
    177                   | System.Windows.Forms.AnchorStyles.Right)));
    178       this.pluginsGroupBox.Controls.Add(this.pluginsListView);
    179       this.pluginsGroupBox.Controls.Add(this.installPluginsButton);
    180       this.pluginsGroupBox.Location = new System.Drawing.Point(-1, 0);
    181       this.pluginsGroupBox.Name = "pluginsGroupBox";
    182       this.pluginsGroupBox.Size = new System.Drawing.Size(278, 558);
    183       this.pluginsGroupBox.TabIndex = 20;
    184       this.pluginsGroupBox.TabStop = false;
    185       this.pluginsGroupBox.Text = "Plugins";
    186       //
    187       // splitContainer
    188       //
    189       this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    190                   | System.Windows.Forms.AnchorStyles.Left)
    191                   | System.Windows.Forms.AnchorStyles.Right)));
    192       this.splitContainer.Location = new System.Drawing.Point(0, 0);
    193       this.splitContainer.Name = "splitContainer";
    194       //
    195       // splitContainer.Panel1
    196       //
    197       this.splitContainer.Panel1.Controls.Add(this.productsGroupBox);
    198       //
    199       // splitContainer.Panel2
    200       //
    201       this.splitContainer.Panel2.Controls.Add(this.pluginsGroupBox);
    202       this.splitContainer.Size = new System.Drawing.Size(533, 558);
    203       this.splitContainer.SplitterDistance = 252;
    204       this.splitContainer.TabIndex = 21;
    205174      //
    206175      // showDetailsButton
     
    260229      this.refreshButton.Click += new System.EventHandler(this.refreshRemoteButton_Click);
    261230      //
     231      // pluginsGroupBox
     232      //
     233      this.pluginsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     234                  | System.Windows.Forms.AnchorStyles.Left)
     235                  | System.Windows.Forms.AnchorStyles.Right)));
     236      this.pluginsGroupBox.Controls.Add(this.pluginsListView);
     237      this.pluginsGroupBox.Controls.Add(this.installPluginsButton);
     238      this.pluginsGroupBox.Location = new System.Drawing.Point(-1, 0);
     239      this.pluginsGroupBox.Name = "pluginsGroupBox";
     240      this.pluginsGroupBox.Size = new System.Drawing.Size(278, 558);
     241      this.pluginsGroupBox.TabIndex = 20;
     242      this.pluginsGroupBox.TabStop = false;
     243      this.pluginsGroupBox.Text = "Plugins";
     244      //
    262245      // installPluginsButton
    263246      //
     
    274257      this.installPluginsButton.UseVisualStyleBackColor = true;
    275258      this.installPluginsButton.Click += new System.EventHandler(this.installPluginsButton_Click);
     259      //
     260      // splitContainer
     261      //
     262      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     263                  | System.Windows.Forms.AnchorStyles.Left)
     264                  | System.Windows.Forms.AnchorStyles.Right)));
     265      this.splitContainer.Location = new System.Drawing.Point(0, 0);
     266      this.splitContainer.Name = "splitContainer";
     267      //
     268      // splitContainer.Panel1
     269      //
     270      this.splitContainer.Panel1.Controls.Add(this.productsGroupBox);
     271      //
     272      // splitContainer.Panel2
     273      //
     274      this.splitContainer.Panel2.Controls.Add(this.pluginsGroupBox);
     275      this.splitContainer.Size = new System.Drawing.Size(533, 558);
     276      this.splitContainer.SplitterDistance = 252;
     277      this.splitContainer.TabIndex = 21;
    276278      //
    277279      // RemotePluginInstallerView
Note: See TracChangeset for help on using the changeset viewer.