Changeset 3573 for trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/BasicUpdateView.Designer.cs
- Timestamp:
- 04/30/10 15:13:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/BasicUpdateView.Designer.cs
r3547 r3573 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 this.components = new System.ComponentModel.Container(); 47 48 this.updateAndInstallButton = new System.Windows.Forms.Button(); 49 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 48 50 this.SuspendLayout(); 49 51 // … … 58 60 this.updateAndInstallButton.Text = "Find and Install Updates"; 59 61 this.updateAndInstallButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 62 this.toolTip.SetToolTip(this.updateAndInstallButton, "Find, download and install updates for all installed plugins."); 60 63 this.updateAndInstallButton.UseVisualStyleBackColor = true; 61 64 this.updateAndInstallButton.Click += new System.EventHandler(this.updateAndInstallButton_Click); … … 75 78 76 79 private System.Windows.Forms.Button updateAndInstallButton; 80 private System.Windows.Forms.ToolTip toolTip; 77 81 } 78 82 }
Note: See TracChangeset
for help on using the changeset viewer.