Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/10 15:13:48 (14 years ago)
Author:
gkronber
Message:

Implemented a list of review comments by swagner. #989 (Implement review comments in plugin infrastructure)

File:
1 edited

Legend:

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

    r3547 r3573  
    4444    /// </summary>
    4545    private void InitializeComponent() {
     46      this.components = new System.ComponentModel.Container();
    4647      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InstallationManagerForm));
    4748      this.statusStrip = new System.Windows.Forms.StatusStrip();
     
    6768      this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    6869      this.connectionSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     70      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    6971      this.statusStrip.SuspendLayout();
    7072      this.tabControl.SuspendLayout();
     
    128130      this.updateAllPluginsTabPage.TabIndex = 5;
    129131      this.updateAllPluginsTabPage.Text = "Update Plugins";
     132      this.toolTip.SetToolTip(this.updateAllPluginsTabPage, "Update all installed plugins");
    130133      this.updateAllPluginsTabPage.UseVisualStyleBackColor = true;
    131134      //
     
    152155      this.localPluginsTabPage.TabIndex = 0;
    153156      this.localPluginsTabPage.Text = "Installed Plugins";
     157      this.toolTip.SetToolTip(this.localPluginsTabPage, "Delete or update installed plugins");
    154158      this.localPluginsTabPage.UseVisualStyleBackColor = true;
    155159      //
     
    176180      this.availablePluginsTabPage.TabIndex = 1;
    177181      this.availablePluginsTabPage.Text = "Available Plugins";
     182      this.toolTip.SetToolTip(this.availablePluginsTabPage, "Download and install new plugins");
    178183      this.availablePluginsTabPage.UseVisualStyleBackColor = true;
    179184      //
     
    184189                  | System.Windows.Forms.AnchorStyles.Left)
    185190                  | System.Windows.Forms.AnchorStyles.Right)));
     191      this.remotePluginInstaller.InstallationManager = null;
    186192      this.remotePluginInstaller.Location = new System.Drawing.Point(6, 6);
    187193      this.remotePluginInstaller.Name = "remotePluginInstaller";
    188194      this.remotePluginInstaller.NewPlugins = new HeuristicLab.PluginInfrastructure.IPluginDescription[0];
     195      this.remotePluginInstaller.PluginManager = null;
    189196      this.remotePluginInstaller.Products = new HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.ProductDescription[0];
    190197      this.remotePluginInstaller.ShowAllPlugins = false;
    191198      this.remotePluginInstaller.Size = new System.Drawing.Size(578, 354);
     199      this.remotePluginInstaller.StatusView = null;
    192200      this.remotePluginInstaller.TabIndex = 14;
    193201      //
     
    201209      this.uploadPluginsTabPage.TabIndex = 3;
    202210      this.uploadPluginsTabPage.Text = "Upload Plugins";
     211      this.toolTip.SetToolTip(this.uploadPluginsTabPage, "Upload plugins");
    203212      this.uploadPluginsTabPage.UseVisualStyleBackColor = true;
    204213      //
     
    223232      this.manageProductsTabPage.TabIndex = 4;
    224233      this.manageProductsTabPage.Text = "Manage Products";
     234      this.toolTip.SetToolTip(this.manageProductsTabPage, "Create and manage products");
    225235      this.manageProductsTabPage.UseVisualStyleBackColor = true;
    226236      //
     
    243253      this.logTabPage.TabIndex = 2;
    244254      this.logTabPage.Text = "Log";
     255      this.toolTip.SetToolTip(this.logTabPage, "Show Log Messages");
    245256      this.logTabPage.UseVisualStyleBackColor = true;
    246257      //
     
    274285            this.simpleToolStripMenuItem,
    275286            this.advancedToolStripMenuItem});
    276       this.viewToolStripMenuItem.Enabled = false;
    277287      this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
    278288      this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
    279289      this.viewToolStripMenuItem.Text = "View";
     290      this.viewToolStripMenuItem.Visible = false;
    280291      //
    281292      // simpleToolStripMenuItem
     
    366377    private System.Windows.Forms.TabPage updateAllPluginsTabPage;
    367378    private BasicUpdateView basicUpdateView;
     379    private System.Windows.Forms.ToolTip toolTip;
    368380  }
    369381}
Note: See TracChangeset for help on using the changeset viewer.