Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4530 for trunk/sources


Ignore:
Timestamp:
09/28/10 14:52:03 (14 years ago)
Author:
gkronber
Message:

Set accept option as default in the license confirmation dialog. #1203

File:
1 edited

Legend:

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

    r3752 r4530  
    135135      this.rejectRadioButton.Size = new System.Drawing.Size(264, 17);
    136136      this.rejectRadioButton.TabIndex = 1;
    137       this.rejectRadioButton.TabStop = true;
    138137      this.rejectRadioButton.Text = "I do not accept the terms in the license agreement.";
    139138      this.rejectRadioButton.UseVisualStyleBackColor = true;
     
    143142      //
    144143      this.acceptRadioButton.AutoSize = true;
     144      this.acceptRadioButton.Checked = true;
    145145      this.acceptRadioButton.Location = new System.Drawing.Point(6, 19);
    146146      this.acceptRadioButton.Name = "acceptRadioButton";
     
    177177      this.Controls.Add(this.licenseLabel);
    178178      this.Controls.Add(this.richTextBox);
    179       this.Icon = HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
     179      this.Icon = global::HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
    180180      this.MaximizeBox = false;
    181181      this.MinimizeBox = false;
Note: See TracChangeset for help on using the changeset viewer.