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

    r3474 r3573  
    4444    /// </summary>
    4545    private void InitializeComponent() {
     46      this.components = new System.ComponentModel.Container();
    4647      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LicenseConfirmationBox));
    4748      this.richTextBox = new System.Windows.Forms.RichTextBox();
     
    5455      this.acceptRadioButton = new System.Windows.Forms.RadioButton();
    5556      this.panel1 = new System.Windows.Forms.Panel();
     57      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5658      this.radioButtonGroupBox.SuspendLayout();
    5759      this.panel1.SuspendLayout();
     
    8082      this.acceptButton.TabIndex = 1;
    8183      this.acceptButton.Text = "Next >";
     84      this.toolTip.SetToolTip(this.acceptButton, "Accept license agreement and continue installation");
    8285      this.acceptButton.UseVisualStyleBackColor = true;
    8386      this.acceptButton.Click += new System.EventHandler(this.acceptButton_Click);
     
    9194      this.rejectButton.TabIndex = 2;
    9295      this.rejectButton.Text = "Cancel";
     96      this.toolTip.SetToolTip(this.rejectButton, "Cancel installation");
    9397      this.rejectButton.UseVisualStyleBackColor = true;
    9498      this.rejectButton.Click += new System.EventHandler(this.rejectButton_Click);
     
    192196    private System.Windows.Forms.RadioButton acceptRadioButton;
    193197    private System.Windows.Forms.Panel panel1;
     198    private System.Windows.Forms.ToolTip toolTip;
    194199  }
    195200}
Note: See TracChangeset for help on using the changeset viewer.