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

    r3547 r3573  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      this.components = new System.ComponentModel.Container();
    4748      this.uploadButton = new System.Windows.Forms.Button();
    4849      this.refreshButton = new System.Windows.Forms.Button();
     
    5253      this.serverVersionHeader = new System.Windows.Forms.ColumnHeader();
    5354      this.descriptionHeader = new System.Windows.Forms.ColumnHeader();
     55      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5456      this.SuspendLayout();
    5557      //
     
    5961      this.uploadButton.Enabled = false;
    6062      this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Objects_Arrow_Up;
    61       this.uploadButton.Location = new System.Drawing.Point(78, 477);
     63      this.uploadButton.Location = new System.Drawing.Point(78, 482);
    6264      this.uploadButton.Name = "uploadButton";
    63       this.uploadButton.Size = new System.Drawing.Size(114, 31);
     65      this.uploadButton.Size = new System.Drawing.Size(114, 26);
    6466      this.uploadButton.TabIndex = 7;
    6567      this.uploadButton.Text = "Upload Selected";
    6668      this.uploadButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     69      this.toolTip.SetToolTip(this.uploadButton, "Upload selected plugins to the server");
    6770      this.uploadButton.UseVisualStyleBackColor = true;
    6871      this.uploadButton.Click += new System.EventHandler(this.uploadButton_Click);
     
    7275      this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    7376      this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet;
    74       this.refreshButton.Location = new System.Drawing.Point(0, 477);
     77      this.refreshButton.Location = new System.Drawing.Point(0, 482);
    7578      this.refreshButton.Name = "refreshButton";
    76       this.refreshButton.Size = new System.Drawing.Size(72, 31);
     79      this.refreshButton.Size = new System.Drawing.Size(72, 26);
    7780      this.refreshButton.TabIndex = 6;
    7881      this.refreshButton.Text = "Refresh";
    7982      this.refreshButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     83      this.toolTip.SetToolTip(this.refreshButton, "Update list of plugins from the server");
    8084      this.refreshButton.UseVisualStyleBackColor = true;
    8185      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
     
    9498      this.listView.Location = new System.Drawing.Point(0, 0);
    9599      this.listView.Name = "listView";
    96       this.listView.Size = new System.Drawing.Size(539, 471);
     100      this.listView.Size = new System.Drawing.Size(539, 476);
    97101      this.listView.SuppressItemCheckedEvents = false;
    98102      this.listView.TabIndex = 8;
     
    144148    private System.Windows.Forms.ColumnHeader serverVersionHeader;
    145149    private System.Windows.Forms.ColumnHeader descriptionHeader;
     150    private System.Windows.Forms.ToolTip toolTip;
    146151  }
    147152}
Note: See TracChangeset for help on using the changeset viewer.