Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4535


Ignore:
Timestamp:
09/28/10 17:22:27 (14 years ago)
Author:
gkronber
Message:

Reverse merged r4530 (#1224).

File:
1 edited

Legend:

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

    r4530 r4535  
    135135      this.rejectRadioButton.Size = new System.Drawing.Size(264, 17);
    136136      this.rejectRadioButton.TabIndex = 1;
     137      this.rejectRadioButton.TabStop = true;
    137138      this.rejectRadioButton.Text = "I do not accept the terms in the license agreement.";
    138139      this.rejectRadioButton.UseVisualStyleBackColor = true;
     
    142143      //
    143144      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 = global::HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
     179      this.Icon = HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
    180180      this.MaximizeBox = false;
    181181      this.MinimizeBox = false;
Note: See TracChangeset for help on using the changeset viewer.